diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 28168d9..e67d8b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,9 +32,71 @@ jobs: - name: Build ffs and run unit tests run: | - cargo build --verbose --all + cargo build --verbose --all --release cargo test - name: Integration tests - run: PATH="$(pwd)/target/debug:$PATH" ./run_tests.sh + run: PATH="$(pwd)/target/release:$PATH" ./run_tests.sh + + - name: Install R + uses: r-lib/actions/setup-r@v1 + + - name: Benchmarks + run: | + Rscript -e "install.packages('ggplot2', repos = 'https://cloud.r-project.org/')" + PATH="$(pwd)/target/release:$PATH" ./run_bench.sh -n 3 + mkdir data + for x in *.log *.png + do + mv $x data/${x##*_} + done + + - name: Upload macOS release build + uses: actions/upload-artifact@v2 + if: ${{ matrix.os == 'macos-latest' }} + with: + name: ffs.macos + path: target/release/ffs + + - name: Upload Linux release build + uses: actions/upload-artifact@v2 + if: ${{ matrix.os == 'ubuntu-latest' }} + with: + name: ffs.linux + path: target/release/ffs + + - name: Upload macOS benchmark data + uses: actions/upload-artifact@v2 + if: ${{ matrix.os == 'macos-latest' }} + with: + name: benchmarks.macos + path: data + + - name: Upload Linux benchmark data + uses: actions/upload-artifact@v2 + if: ${{ matrix.os == 'ubuntu-latest' }} + with: + name: benchmarks.linux + path: data + + prerelease: + runs-on: ubuntu-latest + if: ${{ github.ref == 'refs/heads/main' }} + steps: + - name: Download binaries + uses: actions/download-artifact@v2 + + - name: Deploy 'latest' release + uses: "marvinpinto/action-automatic-releases@latest" + with: + repo_token: "${{ secrets.GITHUB_TOKEN }}" + automatic_release_tag: "latest" + prerelease: true + title: "Latest development build" + files: | + ffs.linux/ffs.linux + ffs.macos/ffs.macos + + + diff --git a/.gitignore b/.gitignore index e2a3069..fcccad9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ /target *~ +*.log +*.png +.Rhistory diff --git a/CHANGELOG.md b/CHANGELOG.md index 51bc210..20ed311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ code. * Revise exit codes: 0 means success, 1 means FS error, 2 means CLI error. +* `--time` flag for emitting timing information on STDERR. +* Basic startup/shutdown benchmarking, with microbenchmarks. ## 0.1.1 - 2021-07-15 diff --git a/bench/.gitignore b/bench/.gitignore new file mode 100644 index 0000000..1cf8ef8 --- /dev/null +++ b/bench/.gitignore @@ -0,0 +1,2 @@ +__pycache__/ +micro diff --git a/bench/20210727_run.log b/bench/20210727_run.log new file mode 100644 index 0000000..137294c --- /dev/null +++ b/bench/20210727_run.log @@ -0,0 +1,2281 @@ +source,file,run,size,activity,ns +ncdc,ncdc_07030.json,10,111,reading json,431618 +ncdc,ncdc_07030.json,10,111,inodes,31518 +ncdc,ncdc_07030.json,10,111,saving,20509 +ncdc,ncdc_07030.json,10,111,writing,26573 +doi,doi_smoosh.json,5,537,reading json,979869 +doi,doi_smoosh.json,5,537,inodes,85518 +doi,doi_smoosh.json,5,537,saving,44687 +doi,doi_smoosh.json,5,537,writing,28731 +ncdc,ncdc_ewr_station.json,8,191,reading json,538446 +ncdc,ncdc_ewr_station.json,8,191,inodes,42581 +ncdc,ncdc_ewr_station.json,8,191,saving,27181 +ncdc,ncdc_ewr_station.json,8,191,writing,23940 +ncdc,ncdc_07030.json,9,111,reading json,191674 +ncdc,ncdc_07030.json,9,111,inodes,29554 +ncdc,ncdc_07030.json,9,111,saving,21555 +ncdc,ncdc_07030.json,9,111,writing,21568 +fda,tobacco100.json,6,63634,reading json,83321760 +fda,tobacco100.json,6,63634,inodes,1065987 +fda,tobacco100.json,6,63634,saving,818362 +fda,tobacco100.json,6,63634,writing,714635 +json_org,json_eg1.json,6,583,reading json,799666 +json_org,json_eg1.json,6,583,inodes,58544 +json_org,json_eg1.json,6,583,saving,34616 +json_org,json_eg1.json,6,583,writing,20519 +penguin,dekeijzer.json,6,446,reading json,981338 +penguin,dekeijzer.json,6,446,inodes,33291 +penguin,dekeijzer.json,6,446,saving,34628 +penguin,dekeijzer.json,6,446,writing,26908 +fda,waterpipe.json,3,1955,reading json,2685721 +fda,waterpipe.json,3,1955,inodes,74111 +fda,waterpipe.json,3,1955,saving,52369 +fda,waterpipe.json,3,1955,writing,34919 +json_org,json_eg1.json,4,583,reading json,798447 +json_org,json_eg1.json,4,583,inodes,57370 +json_org,json_eg1.json,4,583,saving,30754 +json_org,json_eg1.json,4,583,writing,22394 +gh,gh_gpl3.json,5,36979,reading json,49433712 +gh,gh_gpl3.json,5,36979,inodes,70626 +gh,gh_gpl3.json,5,36979,saving,79376 +gh,gh_gpl3.json,5,36979,writing,222160 +fda,tobacco_products.json,4,2345,reading json,3074299 +fda,tobacco_products.json,4,2345,inodes,84693 +fda,tobacco_products.json,4,2345,saving,67549 +fda,tobacco_products.json,4,2345,writing,44591 +fda,event100.json,5,2945177,reading json,3682362925 +fda,event100.json,5,2945177,inodes,46501210 +fda,event100.json,5,2945177,saving,28075869 +fda,event100.json,5,2945177,writing,19882857 +ncdc,ncdc_ewr_station.json,1,191,reading json,299840 +ncdc,ncdc_ewr_station.json,1,191,inodes,31958 +ncdc,ncdc_ewr_station.json,1,191,saving,23241 +ncdc,ncdc_ewr_station.json,1,191,writing,27077 +gh,ffs_issues.json,2,38158,reading json,52606117 +gh,ffs_issues.json,2,38158,inodes,681533 +gh,ffs_issues.json,2,38158,saving,573127 +gh,ffs_issues.json,2,38158,writing,511388 +penguin,rust.json,5,161726,reading json,208310844 +penguin,rust.json,5,161726,inodes,770728 +penguin,rust.json,5,161726,saving,815652 +penguin,rust.json,5,161726,writing,770769 +gh,mgree_repos.json,9,159905,reading json,211167274 +gh,mgree_repos.json,9,159905,inodes,1853105 +gh,mgree_repos.json,9,159905,saving,2491718 +gh,mgree_repos.json,9,159905,writing,1890915 +json_org,json_eg3.json,1,602,reading json,1017589 +json_org,json_eg3.json,1,602,inodes,38317 +json_org,json_eg3.json,1,602,saving,39482 +json_org,json_eg3.json,1,602,writing,23616 +gh,gh_emoji.json,8,173641,reading json,223875308 +gh,gh_emoji.json,8,173641,inodes,1350039 +gh,gh_emoji.json,8,173641,saving,2006923 +gh,gh_emoji.json,8,173641,writing,1436164 +fda,recall50.json,3,1049501,reading json,1321955888 +fda,recall50.json,3,1049501,inodes,21899588 +fda,recall50.json,3,1049501,saving,12456384 +fda,recall50.json,3,1049501,writing,12192593 +rv,animal.json,7,7051,reading json,13649274 +rv,animal.json,7,7051,inodes,183484 +rv,animal.json,7,7051,saving,180514 +rv,animal.json,7,7051,writing,154952 +penguin,rust.json,9,161726,reading json,205662372 +penguin,rust.json,9,161726,inodes,748907 +penguin,rust.json,9,161726,saving,798712 +penguin,rust.json,9,161726,writing,688282 +penn,historic-20181028.json,10,1468638,reading json,1870866478 +penn,historic-20181028.json,10,1468638,inodes,34813611 +penn,historic-20181028.json,10,1468638,saving,27032815 +penn,historic-20181028.json,10,1468638,writing,18228324 +fda,tobacco100.json,8,63634,reading json,82626169 +fda,tobacco100.json,8,63634,inodes,1051263 +fda,tobacco100.json,8,63634,saving,785301 +fda,tobacco100.json,8,63634,writing,710768 +fake,object.json,9,77,reading json,419803 +fake,object.json,9,77,inodes,29699 +fake,object.json,9,77,saving,27082 +fake,object.json,9,77,writing,11043 +gh,gh_events.json,4,54778,reading json,73803698 +gh,gh_events.json,4,54778,inodes,848649 +gh,gh_events.json,4,54778,saving,786024 +gh,gh_events.json,4,54778,writing,723590 +fda,tobacco_products.json,6,2345,reading json,2940580 +fda,tobacco_products.json,6,2345,inodes,81556 +fda,tobacco_products.json,6,2345,saving,66549 +fda,tobacco_products.json,6,2345,writing,42976 +fda,recall.json,9,22475,reading json,30991148 +fda,recall.json,9,22475,inodes,577525 +fda,recall.json,9,22475,saving,351325 +fda,recall.json,9,22475,writing,301554 +gh,gh_events.json,1,54778,reading json,71898827 +gh,gh_events.json,1,54778,inodes,855672 +gh,gh_events.json,1,54778,saving,730970 +gh,gh_events.json,1,54778,writing,643297 +gh,gh_mgree_events.json,9,168832,reading json,220550484 +gh,gh_mgree_events.json,9,168832,inodes,2468419 +gh,gh_mgree_events.json,9,168832,saving,2211888 +gh,gh_mgree_events.json,9,168832,writing,1951167 +fake,object_null.json,3,95,reading json,164817 +fake,object_null.json,3,95,inodes,27025 +fake,object_null.json,3,95,saving,23937 +fake,object_null.json,3,95,writing,14528 +ncdc,ncdc_datatypes.json,5,4013,reading json,7033577 +ncdc,ncdc_datatypes.json,5,4013,inodes,151628 +ncdc,ncdc_datatypes.json,5,4013,saving,85470 +ncdc,ncdc_datatypes.json,5,4013,writing,80795 +gh,gh_apache2.json,5,12591,reading json,17168102 +gh,gh_apache2.json,5,12591,inodes,71478 +gh,gh_apache2.json,5,12591,saving,45486 +gh,gh_apache2.json,5,12591,writing,88712 +fda,registrationlisting.json,1,3228,reading json,4544143 +fda,registrationlisting.json,1,3228,inodes,118493 +fda,registrationlisting.json,1,3228,saving,88038 +fda,registrationlisting.json,1,3228,writing,57505 +ncdc,ncdc_locationcategories.json,8,543,reading json,1310517 +ncdc,ncdc_locationcategories.json,8,543,inodes,115540 +ncdc,ncdc_locationcategories.json,8,543,saving,52097 +ncdc,ncdc_locationcategories.json,8,543,writing,29318 +fake,object.json,3,77,reading json,150900 +fake,object.json,3,77,inodes,27547 +fake,object.json,3,77,saving,23922 +fake,object.json,3,77,writing,13932 +gh,mgree.json,10,1331,reading json,2261370 +gh,mgree.json,10,1331,inodes,62357 +gh,mgree.json,10,1331,saving,48940 +gh,mgree.json,10,1331,writing,31297 +penn,historic-20181028.json,6,1468638,reading json,1869470334 +penn,historic-20181028.json,6,1468638,inodes,34415337 +penn,historic-20181028.json,6,1468638,saving,26356241 +penn,historic-20181028.json,6,1468638,writing,17694571 +ncdc,ncdc_datatypes.json,1,4013,reading json,5602757 +ncdc,ncdc_datatypes.json,1,4013,inodes,130532 +ncdc,ncdc_datatypes.json,1,4013,saving,115728 +ncdc,ncdc_datatypes.json,1,4013,writing,101938 +json_org,json_eg3.json,9,602,reading json,862411 +json_org,json_eg3.json,9,602,inodes,47866 +json_org,json_eg3.json,9,602,saving,46620 +json_org,json_eg3.json,9,602,writing,22906 +ncdc,ncdc_ewr_station.json,7,191,reading json,289068 +ncdc,ncdc_ewr_station.json,7,191,inodes,31488 +ncdc,ncdc_ewr_station.json,7,191,saving,37732 +ncdc,ncdc_ewr_station.json,7,191,writing,23037 +penguin,bsd.json,1,5415,reading json,7486456 +penguin,bsd.json,1,5415,inodes,106768 +penguin,bsd.json,1,5415,saving,92619 +penguin,bsd.json,1,5415,writing,65627 +gh,mgree.json,7,1331,reading json,1741934 +gh,mgree.json,7,1331,inodes,41418 +gh,mgree.json,7,1331,saving,48182 +gh,mgree.json,7,1331,writing,30964 +gh,ffs.json,10,5089,reading json,7203407 +gh,ffs.json,10,5089,inodes,76397 +gh,ffs.json,10,5089,saving,112032 +gh,ffs.json,10,5089,writing,73551 +penguin,bsd.json,4,5415,reading json,6891133 +penguin,bsd.json,4,5415,inodes,88279 +penguin,bsd.json,4,5415,saving,105402 +penguin,bsd.json,4,5415,writing,65750 +penguin,dekeijzer.json,1,446,reading json,627346 +penguin,dekeijzer.json,1,446,inodes,40898 +penguin,dekeijzer.json,1,446,saving,30894 +penguin,dekeijzer.json,1,446,writing,21466 +fda,registrationlisting100.json,5,214459,reading json,271738570 +fda,registrationlisting100.json,5,214459,inodes,3872667 +fda,registrationlisting100.json,5,214459,saving,3814137 +fda,registrationlisting100.json,5,214459,writing,3210584 +penguin,grisham.json,4,22488,reading json,32445395 +penguin,grisham.json,4,22488,inodes,857856 +penguin,grisham.json,4,22488,saving,803521 +penguin,grisham.json,4,22488,writing,647573 +fda,tobacco10.json,1,6567,reading json,8498489 +fda,tobacco10.json,1,6567,inodes,160620 +fda,tobacco10.json,1,6567,saving,111645 +fda,tobacco10.json,1,6567,writing,83987 +rv,agni.json,4,89267,reading json,120177509 +rv,agni.json,4,89267,inodes,1899755 +rv,agni.json,4,89267,saving,1859422 +rv,agni.json,4,89267,writing,1769665 +penguin,rust.json,1,161726,reading json,207497029 +penguin,rust.json,1,161726,inodes,815617 +penguin,rust.json,1,161726,saving,859627 +penguin,rust.json,1,161726,writing,769291 +penguin,bsd.json,6,5415,reading json,7261165 +penguin,bsd.json,6,5415,inodes,124431 +penguin,bsd.json,6,5415,saving,90187 +penguin,bsd.json,6,5415,writing,65019 +fake,obj_rename.json,1,69,reading json,404481 +fake,obj_rename.json,1,69,inodes,31452 +fake,obj_rename.json,1,69,saving,21078 +fake,obj_rename.json,1,69,writing,11563 +ncdc,ncdc_07030_stations.json,7,1476,reading json,2367970 +ncdc,ncdc_07030_stations.json,7,1476,inodes,112479 +ncdc,ncdc_07030_stations.json,7,1476,saving,69049 +ncdc,ncdc_07030_stations.json,7,1476,writing,65159 +gh,gh_licenses.json,3,2507,reading json,3240605 +gh,gh_licenses.json,3,2507,inodes,88713 +gh,gh_licenses.json,3,2507,saving,66987 +gh,gh_licenses.json,3,2507,writing,57895 +gh,gh_licenses.json,4,2507,reading json,3693362 +gh,gh_licenses.json,4,2507,inodes,105137 +gh,gh_licenses.json,4,2507,saving,56274 +gh,gh_licenses.json,4,2507,writing,44858 +fake,object_null.json,4,95,reading json,178954 +fake,object_null.json,4,95,inodes,28383 +fake,object_null.json,4,95,saving,17964 +fake,object_null.json,4,95,writing,12234 +json_org,json_eg3.json,4,602,reading json,806497 +json_org,json_eg3.json,4,602,inodes,38241 +json_org,json_eg3.json,4,602,saving,34256 +json_org,json_eg3.json,4,602,writing,22923 +penguin,linux.json,7,64401,reading json,85946396 +penguin,linux.json,7,64401,inodes,772088 +penguin,linux.json,7,64401,saving,706866 +penguin,linux.json,7,64401,writing,594336 +ncdc,ncdc_07030.json,6,111,reading json,191357 +ncdc,ncdc_07030.json,6,111,inodes,29305 +ncdc,ncdc_07030.json,6,111,saving,22485 +ncdc,ncdc_07030.json,6,111,writing,20977 +fda,recall50.json,5,1049501,reading json,1321817244 +fda,recall50.json,5,1049501,inodes,21779393 +fda,recall50.json,5,1049501,saving,13454583 +fda,recall50.json,5,1049501,writing,12599756 +gh,gh_mgree_events.json,3,168832,reading json,216444037 +gh,gh_mgree_events.json,3,168832,inodes,2097246 +gh,gh_mgree_events.json,3,168832,saving,1877689 +gh,gh_mgree_events.json,3,168832,writing,1456218 +fda,tobacco10.json,7,6567,reading json,8505104 +fda,tobacco10.json,7,6567,inodes,170262 +fda,tobacco10.json,7,6567,saving,118278 +fda,tobacco10.json,7,6567,writing,86435 +json_org,json_eg3.json,5,602,reading json,779559 +json_org,json_eg3.json,5,602,inodes,37101 +json_org,json_eg3.json,5,602,saving,47195 +json_org,json_eg3.json,5,602,writing,21216 +fda,tobacco10.json,8,6567,reading json,8840353 +fda,tobacco10.json,8,6567,inodes,135562 +fda,tobacco10.json,8,6567,saving,114742 +fda,tobacco10.json,8,6567,writing,83466 +ncdc,ncdc_07030_stations.json,8,1476,reading json,1903668 +ncdc,ncdc_07030_stations.json,8,1476,inodes,96571 +ncdc,ncdc_07030_stations.json,8,1476,saving,71429 +ncdc,ncdc_07030_stations.json,8,1476,writing,64307 +fda,tobacco_products.json,8,2345,reading json,3079529 +fda,tobacco_products.json,8,2345,inodes,84800 +fda,tobacco_products.json,8,2345,saving,76662 +fda,tobacco_products.json,8,2345,writing,42068 +ncdc,ncdc_stations_big.json,6,200908,reading json,265439771 +ncdc,ncdc_stations_big.json,6,200908,inodes,6432459 +ncdc,ncdc_stations_big.json,6,200908,saving,5421637 +ncdc,ncdc_stations_big.json,6,200908,writing,4786801 +penguin,linux.json,5,64401,reading json,83470880 +penguin,linux.json,5,64401,inodes,663929 +penguin,linux.json,5,64401,saving,701972 +penguin,linux.json,5,64401,writing,525776 +gh,kmt.json,8,4979,reading json,6403036 +gh,kmt.json,8,4979,inodes,86746 +gh,kmt.json,8,4979,saving,84069 +gh,kmt.json,8,4979,writing,54075 +json_org,json_eg1.json,1,583,reading json,794197 +json_org,json_eg1.json,1,583,inodes,57404 +json_org,json_eg1.json,1,583,saving,34422 +json_org,json_eg1.json,1,583,writing,22365 +penn,historic-20181028.json,9,1468638,reading json,1856192351 +penn,historic-20181028.json,9,1468638,inodes,35038438 +penn,historic-20181028.json,9,1468638,saving,26437065 +penn,historic-20181028.json,9,1468638,writing,17696541 +fake,obj_rename.json,3,69,reading json,129290 +fake,obj_rename.json,3,69,inodes,23081 +fake,obj_rename.json,3,69,saving,15703 +fake,obj_rename.json,3,69,writing,13261 +ncdc,ncdc_datacategories.json,6,1075,reading json,2293296 +ncdc,ncdc_datacategories.json,6,1075,inodes,115792 +ncdc,ncdc_datacategories.json,6,1075,saving,79607 +ncdc,ncdc_datacategories.json,6,1075,writing,49462 +ncdc,ncdc_zips.json,7,2851,reading json,4363588 +ncdc,ncdc_zips.json,7,2851,inodes,130299 +ncdc,ncdc_zips.json,7,2851,saving,112753 +ncdc,ncdc_zips.json,7,2851,writing,101593 +gh,gh_emoji.json,7,173641,reading json,223221801 +gh,gh_emoji.json,7,173641,inodes,1244338 +gh,gh_emoji.json,7,173641,saving,2034344 +gh,gh_emoji.json,7,173641,writing,1481285 +penguin,bsd.json,5,5415,reading json,6840955 +penguin,bsd.json,5,5415,inodes,97191 +penguin,bsd.json,5,5415,saving,94765 +penguin,bsd.json,5,5415,writing,67025 +fda,event.json,8,1819,reading json,2321125 +fda,event.json,8,1819,inodes,79057 +fda,event.json,8,1819,saving,68367 +fda,event.json,8,1819,writing,36509 +penguin,bsd.json,8,5415,reading json,7027703 +penguin,bsd.json,8,5415,inodes,103285 +penguin,bsd.json,8,5415,saving,92051 +penguin,bsd.json,8,5415,writing,64931 +rv,demons.json,10,194,reading json,516124 +rv,demons.json,10,194,inodes,57790 +rv,demons.json,10,194,saving,26757 +rv,demons.json,10,194,writing,16284 +penguin,grisham.json,9,22488,reading json,32031754 +penguin,grisham.json,9,22488,inodes,929160 +penguin,grisham.json,9,22488,saving,666001 +penguin,grisham.json,9,22488,writing,501416 +fda,tobacco100.json,9,63634,reading json,82437966 +fda,tobacco100.json,9,63634,inodes,1094664 +fda,tobacco100.json,9,63634,saving,769029 +fda,tobacco100.json,9,63634,writing,683564 +penguin,grisham.json,6,22488,reading json,30576749 +penguin,grisham.json,6,22488,inodes,922489 +penguin,grisham.json,6,22488,saving,907210 +penguin,grisham.json,6,22488,writing,674091 +ncdc,ncdc_datasets.json,10,1625,reading json,2390570 +ncdc,ncdc_datasets.json,10,1625,inodes,107343 +ncdc,ncdc_datasets.json,10,1625,saving,75632 +ncdc,ncdc_datasets.json,10,1625,writing,66395 +gh,gh_emoji.json,3,173641,reading json,222855632 +gh,gh_emoji.json,3,173641,inodes,1428426 +gh,gh_emoji.json,3,173641,saving,2048371 +gh,gh_emoji.json,3,173641,writing,1431518 +ncdc,ncdc_datatypes.json,9,4013,reading json,5161056 +ncdc,ncdc_datatypes.json,9,4013,inodes,131266 +ncdc,ncdc_datatypes.json,9,4013,saving,109207 +ncdc,ncdc_datatypes.json,9,4013,writing,104678 +ncdc,ncdc_locationcategories.json,4,543,reading json,802001 +ncdc,ncdc_locationcategories.json,4,543,inodes,71520 +ncdc,ncdc_locationcategories.json,4,543,saving,54068 +ncdc,ncdc_locationcategories.json,4,543,writing,30148 +fda,registrationlisting.json,6,3228,reading json,4114788 +fda,registrationlisting.json,6,3228,inodes,112076 +fda,registrationlisting.json,6,3228,saving,84394 +fda,registrationlisting.json,6,3228,writing,57216 +fda,recall10.json,2,212061,reading json,270410437 +fda,recall10.json,2,212061,inodes,4568008 +fda,recall10.json,2,212061,saving,2958970 +fda,recall10.json,2,212061,writing,2584431 +ncdc,ncdc_stations_big.json,2,200908,reading json,266673858 +ncdc,ncdc_stations_big.json,2,200908,inodes,6357319 +ncdc,ncdc_stations_big.json,2,200908,saving,5400811 +ncdc,ncdc_stations_big.json,2,200908,writing,4473991 +doi,doi_10.1000_1.json,8,369,reading json,1598998 +doi,doi_10.1000_1.json,8,369,inodes,88034 +doi,doi_10.1000_1.json,8,369,saving,44562 +doi,doi_10.1000_1.json,8,369,writing,22776 +json_org,json_eg5.json,7,873,reading json,1406381 +json_org,json_eg5.json,7,873,inodes,76402 +json_org,json_eg5.json,7,873,saving,55766 +json_org,json_eg5.json,7,873,writing,35551 +fda,waterpipe.json,4,1955,reading json,2580361 +fda,waterpipe.json,4,1955,inodes,74716 +fda,waterpipe.json,4,1955,saving,66395 +fda,waterpipe.json,4,1955,writing,31950 +fda,tobacco100.json,7,63634,reading json,83129730 +fda,tobacco100.json,7,63634,inodes,1031441 +fda,tobacco100.json,7,63634,saving,763287 +fda,tobacco100.json,7,63634,writing,682253 +ncdc,ncdc_07030.json,1,111,reading json,190713 +ncdc,ncdc_07030.json,1,111,inodes,30223 +ncdc,ncdc_07030.json,1,111,saving,26180 +ncdc,ncdc_07030.json,1,111,writing,34051 +fda,tobacco.json,1,1144,reading json,1534927 +fda,tobacco.json,1,1144,inodes,63646 +fda,tobacco.json,1,1144,saving,41624 +fda,tobacco.json,1,1144,writing,24617 +doi,doi_smoosh.json,7,537,reading json,741870 +doi,doi_smoosh.json,7,537,inodes,66681 +doi,doi_smoosh.json,7,537,saving,44472 +doi,doi_smoosh.json,7,537,writing,27847 +json_org,json_eg3.json,6,602,reading json,778850 +json_org,json_eg3.json,6,602,inodes,36336 +json_org,json_eg3.json,6,602,saving,48309 +json_org,json_eg3.json,6,602,writing,20513 +ncdc,ncdc_locations.json,6,2808,reading json,3914911 +ncdc,ncdc_locations.json,6,2808,inodes,142722 +ncdc,ncdc_locations.json,6,2808,saving,110328 +ncdc,ncdc_locations.json,6,2808,writing,99516 +ncdc,ncdc_gsom_sample.json,6,2867,reading json,4252154 +ncdc,ncdc_gsom_sample.json,6,2867,inodes,135906 +ncdc,ncdc_gsom_sample.json,6,2867,saving,109055 +ncdc,ncdc_gsom_sample.json,6,2867,writing,99804 +gov.uk,bank-holidays.json,8,15124,reading json,24145192 +gov.uk,bank-holidays.json,8,15124,inodes,651257 +gov.uk,bank-holidays.json,8,15124,saving,584054 +gov.uk,bank-holidays.json,8,15124,writing,466100 +gh,mgree.json,5,1331,reading json,1712933 +gh,mgree.json,5,1331,inodes,41219 +gh,mgree.json,5,1331,saving,51660 +gh,mgree.json,5,1331,writing,32929 +json_org,json_eg4.json,8,3468,reading json,4912588 +json_org,json_eg4.json,8,3468,inodes,107179 +json_org,json_eg4.json,8,3468,saving,99003 +json_org,json_eg4.json,8,3468,writing,60146 +gh,gh_events.json,8,54778,reading json,70897652 +gh,gh_events.json,8,54778,inodes,748231 +gh,gh_events.json,8,54778,saving,785366 +gh,gh_events.json,8,54778,writing,718432 +penguin,grisham.json,1,22488,reading json,30867035 +penguin,grisham.json,1,22488,inodes,969158 +penguin,grisham.json,1,22488,saving,840047 +penguin,grisham.json,1,22488,writing,654051 +gh,gh_emoji.json,1,173641,reading json,225094537 +gh,gh_emoji.json,1,173641,inodes,1441338 +gh,gh_emoji.json,1,173641,saving,2009515 +gh,gh_emoji.json,1,173641,writing,1413652 +ncdc,ncdc_stations_big.json,8,200908,reading json,257530322 +ncdc,ncdc_stations_big.json,8,200908,inodes,6623697 +ncdc,ncdc_stations_big.json,8,200908,saving,5669267 +ncdc,ncdc_stations_big.json,8,200908,writing,4960167 +doi,doi_smoosh.json,1,537,reading json,718991 +doi,doi_smoosh.json,1,537,inodes,66341 +doi,doi_smoosh.json,1,537,saving,44994 +doi,doi_smoosh.json,1,537,writing,21987 +ncdc,ncdc_datacategories.json,5,1075,reading json,1553948 +ncdc,ncdc_datacategories.json,5,1075,inodes,103856 +ncdc,ncdc_datacategories.json,5,1075,saving,80467 +ncdc,ncdc_datacategories.json,5,1075,writing,48497 +fda,recall100.json,2,2117776,reading json,2669744711 +fda,recall100.json,2,2117776,inodes,43603053 +fda,recall100.json,2,2117776,saving,24477909 +fda,recall100.json,2,2117776,writing,20144759 +fda,recall100.json,9,2117776,reading json,2648390491 +fda,recall100.json,9,2117776,inodes,43929332 +fda,recall100.json,9,2117776,saving,25069358 +fda,recall100.json,9,2117776,writing,20153595 +rv,agni.json,5,89267,reading json,113840693 +rv,agni.json,5,89267,inodes,2031157 +rv,agni.json,5,89267,saving,1763225 +rv,agni.json,5,89267,writing,1760408 +ncdc,ncdc_datatypes.json,8,4013,reading json,5193665 +ncdc,ncdc_datatypes.json,8,4013,inodes,133635 +ncdc,ncdc_datatypes.json,8,4013,saving,113754 +ncdc,ncdc_datatypes.json,8,4013,writing,103808 +ncdc,ncdc_datasets.json,9,1625,reading json,2152571 +ncdc,ncdc_datasets.json,9,1625,inodes,98165 +ncdc,ncdc_datasets.json,9,1625,saving,78485 +ncdc,ncdc_datasets.json,9,1625,writing,66583 +doi,doi_10.1000_1.json,4,369,reading json,519430 +doi,doi_10.1000_1.json,4,369,inodes,67656 +doi,doi_10.1000_1.json,4,369,saving,38801 +doi,doi_10.1000_1.json,4,369,writing,24053 +json_org,json_eg4.json,3,3468,reading json,4503443 +json_org,json_eg4.json,3,3468,inodes,107120 +json_org,json_eg4.json,3,3468,saving,105938 +json_org,json_eg4.json,3,3468,writing,60368 +json_org,json_eg2.json,5,242,reading json,590865 +json_org,json_eg2.json,5,242,inodes,75217 +json_org,json_eg2.json,5,242,saving,29094 +json_org,json_eg2.json,5,242,writing,18328 +fda,tobacco_products.json,7,2345,reading json,3119163 +fda,tobacco_products.json,7,2345,inodes,88794 +fda,tobacco_products.json,7,2345,saving,68350 +fda,tobacco_products.json,7,2345,writing,41735 +penguin,grisham.json,2,22488,reading json,30398828 +penguin,grisham.json,2,22488,inodes,845451 +penguin,grisham.json,2,22488,saving,899179 +penguin,grisham.json,2,22488,writing,649404 +ncdc,ncdc_datacategories.json,4,1075,reading json,1427814 +ncdc,ncdc_datacategories.json,4,1075,inodes,90455 +ncdc,ncdc_datacategories.json,4,1075,saving,75348 +ncdc,ncdc_datacategories.json,4,1075,writing,50670 +json_org,json_eg2.json,2,242,reading json,351845 +json_org,json_eg2.json,2,242,inodes,54723 +json_org,json_eg2.json,2,242,saving,37299 +json_org,json_eg2.json,2,242,writing,18331 +gov.uk,bank-holidays.json,7,15124,reading json,21284788 +gov.uk,bank-holidays.json,7,15124,inodes,643368 +gov.uk,bank-holidays.json,7,15124,saving,1075144 +gov.uk,bank-holidays.json,7,15124,writing,714734 +fda,recall100.json,10,2117776,reading json,2653337792 +fda,recall100.json,10,2117776,inodes,43185313 +fda,recall100.json,10,2117776,saving,24987782 +fda,recall100.json,10,2117776,writing,20388527 +rv,demons.json,2,194,reading json,310585 +rv,demons.json,2,194,inodes,52752 +rv,demons.json,2,194,saving,26255 +rv,demons.json,2,194,writing,19683 +fake,object_null.json,7,95,reading json,163677 +fake,object_null.json,7,95,inodes,26950 +fake,object_null.json,7,95,saving,25504 +fake,object_null.json,7,95,writing,11335 +ncdc,ncdc_locations.json,8,2808,reading json,3671383 +ncdc,ncdc_locations.json,8,2808,inodes,132590 +ncdc,ncdc_locations.json,8,2808,saving,113631 +ncdc,ncdc_locations.json,8,2808,writing,103382 +fake,obj_rename.json,8,69,reading json,139619 +fake,obj_rename.json,8,69,inodes,22845 +fake,obj_rename.json,8,69,saving,15446 +fake,obj_rename.json,8,69,writing,15821 +gh,gh_apache2.json,1,12591,reading json,16466627 +gh,gh_apache2.json,1,12591,inodes,66378 +gh,gh_apache2.json,1,12591,saving,44559 +gh,gh_apache2.json,1,12591,writing,87881 +fda,waterpipe.json,2,1955,reading json,2519948 +fda,waterpipe.json,2,1955,inodes,74380 +fda,waterpipe.json,2,1955,saving,54778 +fda,waterpipe.json,2,1955,writing,34881 +doi,doi_10.1000_1.json,7,369,reading json,533907 +doi,doi_10.1000_1.json,7,369,inodes,62515 +doi,doi_10.1000_1.json,7,369,saving,41516 +doi,doi_10.1000_1.json,7,369,writing,23712 +penguin,bsd.json,2,5415,reading json,7084083 +penguin,bsd.json,2,5415,inodes,121244 +penguin,bsd.json,2,5415,saving,97579 +penguin,bsd.json,2,5415,writing,64609 +ncdc,ncdc_07030.json,7,111,reading json,212123 +ncdc,ncdc_07030.json,7,111,inodes,40346 +ncdc,ncdc_07030.json,7,111,saving,23687 +ncdc,ncdc_07030.json,7,111,writing,24821 +json_org,json_eg1.json,8,583,reading json,797368 +json_org,json_eg1.json,8,583,inodes,58793 +json_org,json_eg1.json,8,583,saving,33707 +json_org,json_eg1.json,8,583,writing,27499 +penguin,linux.json,10,64401,reading json,84861867 +penguin,linux.json,10,64401,inodes,720097 +penguin,linux.json,10,64401,saving,700409 +penguin,linux.json,10,64401,writing,589106 +penguin,rust.json,4,161726,reading json,206283486 +penguin,rust.json,4,161726,inodes,779795 +penguin,rust.json,4,161726,saving,867423 +penguin,rust.json,4,161726,writing,772207 +gh,kmt.json,1,4979,reading json,6475521 +gh,kmt.json,1,4979,inodes,85935 +gh,kmt.json,1,4979,saving,140384 +gh,kmt.json,1,4979,writing,109672 +penguin,linux.json,4,64401,reading json,83987292 +penguin,linux.json,4,64401,inodes,639940 +penguin,linux.json,4,64401,saving,726302 +penguin,linux.json,4,64401,writing,593935 +penguin,linux.json,2,64401,reading json,83852759 +penguin,linux.json,2,64401,inodes,646522 +penguin,linux.json,2,64401,saving,726274 +penguin,linux.json,2,64401,writing,590427 +fda,event100.json,7,2945177,reading json,3697454204 +fda,event100.json,7,2945177,inodes,47399750 +fda,event100.json,7,2945177,saving,27434731 +fda,event100.json,7,2945177,writing,19931592 +fake,object_null.json,2,95,reading json,160406 +fake,object_null.json,2,95,inodes,49216 +fake,object_null.json,2,95,saving,26822 +fake,object_null.json,2,95,writing,12047 +gh,ffs_issues.json,7,38158,reading json,49817603 +gh,ffs_issues.json,7,38158,inodes,949687 +gh,ffs_issues.json,7,38158,saving,727744 +gh,ffs_issues.json,7,38158,writing,662379 +json_org,json_eg3.json,3,602,reading json,810519 +json_org,json_eg3.json,3,602,inodes,38217 +json_org,json_eg3.json,3,602,saving,36602 +json_org,json_eg3.json,3,602,writing,24282 +fda,registrationlisting.json,8,3228,reading json,4414506 +fda,registrationlisting.json,8,3228,inodes,97152 +fda,registrationlisting.json,8,3228,saving,73006 +fda,registrationlisting.json,8,3228,writing,44323 +fda,event.json,7,1819,reading json,2671550 +fda,event.json,7,1819,inodes,78795 +fda,event.json,7,1819,saving,46243 +fda,event.json,7,1819,writing,26858 +json_org,json_eg2.json,7,242,reading json,355962 +json_org,json_eg2.json,7,242,inodes,56284 +json_org,json_eg2.json,7,242,saving,31171 +json_org,json_eg2.json,7,242,writing,19301 +ncdc,ncdc_stations_big.json,1,200908,reading json,256990492 +ncdc,ncdc_stations_big.json,1,200908,inodes,6730000 +ncdc,ncdc_stations_big.json,1,200908,saving,5324167 +ncdc,ncdc_stations_big.json,1,200908,writing,4500358 +ncdc,ncdc_07030.json,4,111,reading json,184176 +ncdc,ncdc_07030.json,4,111,inodes,29035 +ncdc,ncdc_07030.json,4,111,saving,24253 +ncdc,ncdc_07030.json,4,111,writing,23475 +ncdc,ncdc_locationcategories.json,10,543,reading json,816540 +ncdc,ncdc_locationcategories.json,10,543,inodes,80568 +ncdc,ncdc_locationcategories.json,10,543,saving,54959 +ncdc,ncdc_locationcategories.json,10,543,writing,42446 +penguin,grisham.json,3,22488,reading json,31574496 +penguin,grisham.json,3,22488,inodes,986055 +penguin,grisham.json,3,22488,saving,932085 +penguin,grisham.json,3,22488,writing,654263 +doi,doi_smoosh.json,9,537,reading json,727991 +doi,doi_smoosh.json,9,537,inodes,65354 +doi,doi_smoosh.json,9,537,saving,44712 +doi,doi_smoosh.json,9,537,writing,26324 +penguin,dekeijzer.json,7,446,reading json,628526 +penguin,dekeijzer.json,7,446,inodes,30683 +penguin,dekeijzer.json,7,446,saving,30685 +penguin,dekeijzer.json,7,446,writing,34272 +penguin,dekeijzer.json,4,446,reading json,608968 +penguin,dekeijzer.json,4,446,inodes,30553 +penguin,dekeijzer.json,4,446,saving,33959 +penguin,dekeijzer.json,4,446,writing,18206 +fda,event100.json,3,2945177,reading json,3781310773 +fda,event100.json,3,2945177,inodes,48291940 +fda,event100.json,3,2945177,saving,26840580 +fda,event100.json,3,2945177,writing,19921932 +json_org,json_eg1.json,2,583,reading json,784147 +json_org,json_eg1.json,2,583,inodes,59484 +json_org,json_eg1.json,2,583,saving,25491 +json_org,json_eg1.json,2,583,writing,15207 +fake,list2.json,4,25,reading json,237726 +fake,list2.json,4,25,inodes,63358 +fake,list2.json,4,25,saving,22256 +fake,list2.json,4,25,writing,16889 +ncdc,ncdc_gsom_sample.json,9,2867,reading json,3746127 +ncdc,ncdc_gsom_sample.json,9,2867,inodes,125020 +ncdc,ncdc_gsom_sample.json,9,2867,saving,117307 +ncdc,ncdc_gsom_sample.json,9,2867,writing,107295 +fda,registrationlisting100.json,6,214459,reading json,274404379 +fda,registrationlisting100.json,6,214459,inodes,3782891 +fda,registrationlisting100.json,6,214459,saving,3868703 +fda,registrationlisting100.json,6,214459,writing,3075046 +fda,event.json,4,1819,reading json,2462236 +fda,event.json,4,1819,inodes,78446 +fda,event.json,4,1819,saving,71995 +fda,event.json,4,1819,writing,39121 +fda,tobacco_products.json,3,2345,reading json,3027547 +fda,tobacco_products.json,3,2345,inodes,84897 +fda,tobacco_products.json,3,2345,saving,68159 +fda,tobacco_products.json,3,2345,writing,42643 +json_org,json_eg1.json,5,583,reading json,791439 +json_org,json_eg1.json,5,583,inodes,57485 +json_org,json_eg1.json,5,583,saving,40011 +json_org,json_eg1.json,5,583,writing,20085 +fda,recall10.json,6,212061,reading json,268720501 +fda,recall10.json,6,212061,inodes,4693835 +fda,recall10.json,6,212061,saving,3087251 +fda,recall10.json,6,212061,writing,2586907 +rv,human_male.json,2,603912,reading json,777565372 +rv,human_male.json,2,603912,inodes,12726163 +rv,human_male.json,2,603912,saving,11366777 +rv,human_male.json,2,603912,writing,11523559 +fake,obj_rename.json,10,69,reading json,131905 +fake,obj_rename.json,10,69,inodes,23036 +fake,obj_rename.json,10,69,saving,18072 +fake,obj_rename.json,10,69,writing,10872 +fda,recall10.json,1,212061,reading json,268375735 +fda,recall10.json,1,212061,inodes,4228609 +fda,recall10.json,1,212061,saving,3308011 +fda,recall10.json,1,212061,writing,2746296 +gh,ffs.json,1,5089,reading json,6467367 +gh,ffs.json,1,5089,inodes,79641 +gh,ffs.json,1,5089,saving,100963 +gh,ffs.json,1,5089,writing,75208 +fda,event.json,9,1819,reading json,2467228 +fda,event.json,9,1819,inodes,77494 +fda,event.json,9,1819,saving,66015 +fda,event.json,9,1819,writing,37986 +fake,list2.json,2,25,reading json,58890 +fake,list2.json,2,25,inodes,51671 +fake,list2.json,2,25,saving,31709 +fake,list2.json,2,25,writing,24280 +fake,object.json,8,77,reading json,140588 +fake,object.json,8,77,inodes,26620 +fake,object.json,8,77,saving,27556 +fake,object.json,8,77,writing,12893 +gov.uk,bank-holidays.json,3,15124,reading json,20413923 +gov.uk,bank-holidays.json,3,15124,inodes,613239 +gov.uk,bank-holidays.json,3,15124,saving,564324 +gov.uk,bank-holidays.json,3,15124,writing,466322 +ncdc,ncdc_datasets.json,1,1625,reading json,2158763 +ncdc,ncdc_datasets.json,1,1625,inodes,98073 +ncdc,ncdc_datasets.json,1,1625,saving,68983 +ncdc,ncdc_datasets.json,1,1625,writing,65974 +fake,object.json,6,77,reading json,148134 +fake,object.json,6,77,inodes,28508 +fake,object.json,6,77,saving,35117 +fake,object.json,6,77,writing,15078 +ncdc,ncdc_07030_stations.json,6,1476,reading json,1912048 +ncdc,ncdc_07030_stations.json,6,1476,inodes,96921 +ncdc,ncdc_07030_stations.json,6,1476,saving,81157 +ncdc,ncdc_07030_stations.json,6,1476,writing,64884 +json_org,json_eg3.json,7,602,reading json,816710 +json_org,json_eg3.json,7,602,inodes,36845 +json_org,json_eg3.json,7,602,saving,39358 +json_org,json_eg3.json,7,602,writing,24557 +fda,tobacco.json,5,1144,reading json,1501863 +fda,tobacco.json,5,1144,inodes,64022 +fda,tobacco.json,5,1144,saving,43541 +fda,tobacco.json,5,1144,writing,22713 +gh,gh_gpl3.json,10,36979,reading json,50920462 +gh,gh_gpl3.json,10,36979,inodes,103377 +gh,gh_gpl3.json,10,36979,saving,62526 +gh,gh_gpl3.json,10,36979,writing,222822 +ncdc,ncdc_datasets.json,7,1625,reading json,2247555 +ncdc,ncdc_datasets.json,7,1625,inodes,123904 +ncdc,ncdc_datasets.json,7,1625,saving,75430 +ncdc,ncdc_datasets.json,7,1625,writing,66502 +gov.uk,bank-holidays.json,2,15124,reading json,20066996 +gov.uk,bank-holidays.json,2,15124,inodes,653143 +gov.uk,bank-holidays.json,2,15124,saving,541414 +gov.uk,bank-holidays.json,2,15124,writing,465848 +ncdc,ncdc_locations.json,4,2808,reading json,3601127 +ncdc,ncdc_locations.json,4,2808,inodes,131031 +ncdc,ncdc_locations.json,4,2808,saving,107726 +ncdc,ncdc_locations.json,4,2808,writing,100928 +fda,tobacco_products.json,1,2345,reading json,2994313 +fda,tobacco_products.json,1,2345,inodes,83188 +fda,tobacco_products.json,1,2345,saving,68510 +fda,tobacco_products.json,1,2345,writing,42389 +ncdc,ncdc_datatypes.json,10,4013,reading json,5476645 +ncdc,ncdc_datatypes.json,10,4013,inodes,128556 +ncdc,ncdc_datatypes.json,10,4013,saving,110566 +ncdc,ncdc_datatypes.json,10,4013,writing,103816 +gh,gh_emoji.json,2,173641,reading json,225697135 +gh,gh_emoji.json,2,173641,inodes,1399634 +gh,gh_emoji.json,2,173641,saving,2128318 +gh,gh_emoji.json,2,173641,writing,1373005 +ncdc,ncdc_locations.json,3,2808,reading json,3757285 +ncdc,ncdc_locations.json,3,2808,inodes,130553 +ncdc,ncdc_locations.json,3,2808,saving,111755 +ncdc,ncdc_locations.json,3,2808,writing,102916 +penguin,linux.json,6,64401,reading json,85490446 +penguin,linux.json,6,64401,inodes,740001 +penguin,linux.json,6,64401,saving,700788 +penguin,linux.json,6,64401,writing,590752 +gh,gh_licenses.json,9,2507,reading json,3459386 +gh,gh_licenses.json,9,2507,inodes,89850 +gh,gh_licenses.json,9,2507,saving,63194 +gh,gh_licenses.json,9,2507,writing,56434 +fda,registrationlisting100.json,7,214459,reading json,276035824 +fda,registrationlisting100.json,7,214459,inodes,3463703 +fda,registrationlisting100.json,7,214459,saving,3650487 +fda,registrationlisting100.json,7,214459,writing,2991871 +ncdc,ncdc_zips.json,5,2851,reading json,3910622 +ncdc,ncdc_zips.json,5,2851,inodes,129825 +ncdc,ncdc_zips.json,5,2851,saving,110580 +ncdc,ncdc_zips.json,5,2851,writing,103131 +ncdc,ncdc_07030_stations.json,2,1476,reading json,1967217 +ncdc,ncdc_07030_stations.json,2,1476,inodes,98011 +ncdc,ncdc_07030_stations.json,2,1476,saving,73810 +ncdc,ncdc_07030_stations.json,2,1476,writing,64880 +ncdc,ncdc_zips.json,8,2851,reading json,3803181 +ncdc,ncdc_zips.json,8,2851,inodes,131964 +ncdc,ncdc_zips.json,8,2851,saving,110438 +ncdc,ncdc_zips.json,8,2851,writing,103104 +fake,list2.json,8,25,reading json,64285 +fake,list2.json,8,25,inodes,61823 +fake,list2.json,8,25,saving,34113 +fake,list2.json,8,25,writing,13291 +gh,kmt.json,2,4979,reading json,6411548 +gh,kmt.json,2,4979,inodes,79848 +gh,kmt.json,2,4979,saving,103885 +gh,kmt.json,2,4979,writing,75490 +rv,agni.json,6,89267,reading json,116129508 +rv,agni.json,6,89267,inodes,1912072 +rv,agni.json,6,89267,saving,1862665 +rv,agni.json,6,89267,writing,1769325 +json_org,json_eg4.json,1,3468,reading json,5026244 +json_org,json_eg4.json,1,3468,inodes,125710 +json_org,json_eg4.json,1,3468,saving,102354 +json_org,json_eg4.json,1,3468,writing,59622 +rv,demons.json,7,194,reading json,294332 +rv,demons.json,7,194,inodes,55512 +rv,demons.json,7,194,saving,26966 +rv,demons.json,7,194,writing,17182 +fda,recall10.json,9,212061,reading json,266053483 +fda,recall10.json,9,212061,inodes,4232791 +fda,recall10.json,9,212061,saving,2933774 +fda,recall10.json,9,212061,writing,2547982 +ncdc,ncdc_datasets.json,6,1625,reading json,2161630 +ncdc,ncdc_datasets.json,6,1625,inodes,102209 +ncdc,ncdc_datasets.json,6,1625,saving,71429 +ncdc,ncdc_datasets.json,6,1625,writing,66514 +rv,human_male.json,10,603912,reading json,766424805 +rv,human_male.json,10,603912,inodes,12826142 +rv,human_male.json,10,603912,saving,11249248 +rv,human_male.json,10,603912,writing,11032624 +gh,gh_emoji.json,5,173641,reading json,221380227 +gh,gh_emoji.json,5,173641,inodes,1318232 +gh,gh_emoji.json,5,173641,saving,1981676 +gh,gh_emoji.json,5,173641,writing,1613362 +gov.uk,bank-holidays.json,5,15124,reading json,20401114 +gov.uk,bank-holidays.json,5,15124,inodes,612341 +gov.uk,bank-holidays.json,5,15124,saving,547407 +gov.uk,bank-holidays.json,5,15124,writing,474788 +fda,event100.json,2,2945177,reading json,3785301296 +fda,event100.json,2,2945177,inodes,46117747 +fda,event100.json,2,2945177,saving,25636337 +fda,event100.json,2,2945177,writing,20106989 +penguin,dekeijzer.json,5,446,reading json,601584 +penguin,dekeijzer.json,5,446,inodes,29282 +penguin,dekeijzer.json,5,446,saving,31460 +penguin,dekeijzer.json,5,446,writing,20500 +gh,ffs.json,7,5089,reading json,6535118 +gh,ffs.json,7,5089,inodes,133651 +gh,ffs.json,7,5089,saving,105686 +gh,ffs.json,7,5089,writing,74751 +fake,obj_rename.json,4,69,reading json,131371 +fake,obj_rename.json,4,69,inodes,22670 +fake,obj_rename.json,4,69,saving,19205 +fake,obj_rename.json,4,69,writing,10883 +penn,historic-20181028.json,4,1468638,reading json,1873658730 +penn,historic-20181028.json,4,1468638,inodes,35134105 +penn,historic-20181028.json,4,1468638,saving,28342263 +penn,historic-20181028.json,4,1468638,writing,21855994 +penguin,linux.json,8,64401,reading json,82284549 +penguin,linux.json,8,64401,inodes,663607 +penguin,linux.json,8,64401,saving,567510 +penguin,linux.json,8,64401,writing,423594 +gh,ffs_issues.json,5,38158,reading json,48923418 +gh,ffs_issues.json,5,38158,inodes,598521 +gh,ffs_issues.json,5,38158,saving,575656 +gh,ffs_issues.json,5,38158,writing,510738 +fda,event.json,10,1819,reading json,2378683 +fda,event.json,10,1819,inodes,76536 +fda,event.json,10,1819,saving,65611 +fda,event.json,10,1819,writing,43031 +rv,human_male.json,1,603912,reading json,774784926 +rv,human_male.json,1,603912,inodes,12678622 +rv,human_male.json,1,603912,saving,11277225 +rv,human_male.json,1,603912,writing,10695230 +rv,agni.json,7,89267,reading json,117529205 +rv,agni.json,7,89267,inodes,1964326 +rv,agni.json,7,89267,saving,1278928 +rv,agni.json,7,89267,writing,1645396 +fda,waterpipe.json,8,1955,reading json,2555458 +fda,waterpipe.json,8,1955,inodes,75307 +fda,waterpipe.json,8,1955,saving,54603 +fda,waterpipe.json,8,1955,writing,35769 +ncdc,ncdc_datasets.json,2,1625,reading json,2142044 +ncdc,ncdc_datasets.json,2,1625,inodes,97515 +ncdc,ncdc_datasets.json,2,1625,saving,76664 +ncdc,ncdc_datasets.json,2,1625,writing,64160 +penguin,bsd.json,10,5415,reading json,6764104 +penguin,bsd.json,10,5415,inodes,177413 +penguin,bsd.json,10,5415,saving,70155 +penguin,bsd.json,10,5415,writing,46486 +doi,doi_10.1000_1.json,3,369,reading json,541293 +doi,doi_10.1000_1.json,3,369,inodes,65239 +doi,doi_10.1000_1.json,3,369,saving,40456 +doi,doi_10.1000_1.json,3,369,writing,24035 +gh,gh_mgree_events.json,4,168832,reading json,215467212 +gh,gh_mgree_events.json,4,168832,inodes,1844610 +gh,gh_mgree_events.json,4,168832,saving,2260752 +gh,gh_mgree_events.json,4,168832,writing,1895299 +gh,mgree_repos.json,1,159905,reading json,203159189 +gh,mgree_repos.json,1,159905,inodes,1798682 +gh,mgree_repos.json,1,159905,saving,1968604 +gh,mgree_repos.json,1,159905,writing,1806478 +json_org,json_eg2.json,9,242,reading json,358744 +json_org,json_eg2.json,9,242,inodes,56646 +json_org,json_eg2.json,9,242,saving,28434 +json_org,json_eg2.json,9,242,writing,19780 +doi,doi_10.1000_1.json,1,369,reading json,512775 +doi,doi_10.1000_1.json,1,369,inodes,60739 +doi,doi_10.1000_1.json,1,369,saving,41074 +doi,doi_10.1000_1.json,1,369,writing,20229 +ncdc,ncdc_stations_big.json,7,200908,reading json,261558415 +ncdc,ncdc_stations_big.json,7,200908,inodes,6015351 +ncdc,ncdc_stations_big.json,7,200908,saving,5415147 +ncdc,ncdc_stations_big.json,7,200908,writing,4471083 +rv,animal.json,8,7051,reading json,9282603 +rv,animal.json,8,7051,inodes,205713 +rv,animal.json,8,7051,saving,169656 +rv,animal.json,8,7051,writing,154318 +ncdc,ncdc_datacategories.json,1,1075,reading json,1556958 +ncdc,ncdc_datacategories.json,1,1075,inodes,101232 +ncdc,ncdc_datacategories.json,1,1075,saving,79992 +ncdc,ncdc_datacategories.json,1,1075,writing,49776 +fake,object.json,1,77,reading json,141324 +fake,object.json,1,77,inodes,25910 +fake,object.json,1,77,saving,16298 +fake,object.json,1,77,writing,11402 +ncdc,ncdc_07030.json,5,111,reading json,191567 +ncdc,ncdc_07030.json,5,111,inodes,29645 +ncdc,ncdc_07030.json,5,111,saving,24096 +ncdc,ncdc_07030.json,5,111,writing,21953 +fda,recall100.json,3,2117776,reading json,2673197586 +fda,recall100.json,3,2117776,inodes,42045823 +fda,recall100.json,3,2117776,saving,23466903 +fda,recall100.json,3,2117776,writing,21062419 +fda,recall100.json,8,2117776,reading json,2652910651 +fda,recall100.json,8,2117776,inodes,43484238 +fda,recall100.json,8,2117776,saving,24356898 +fda,recall100.json,8,2117776,writing,20425277 +fake,list2.json,6,25,reading json,58318 +fake,list2.json,6,25,inodes,51049 +fake,list2.json,6,25,saving,21592 +fake,list2.json,6,25,writing,17027 +gh,mgree_repos.json,2,159905,reading json,205725107 +gh,mgree_repos.json,2,159905,inodes,1695170 +gh,mgree_repos.json,2,159905,saving,1442174 +gh,mgree_repos.json,2,159905,writing,1334905 +rv,animal.json,2,7051,reading json,9171786 +rv,animal.json,2,7051,inodes,213022 +rv,animal.json,2,7051,saving,180048 +rv,animal.json,2,7051,writing,154274 +fake,object_null.json,5,95,reading json,163080 +fake,object_null.json,5,95,inodes,28457 +fake,object_null.json,5,95,saving,21839 +fake,object_null.json,5,95,writing,14339 +rv,demons.json,8,194,reading json,365655 +rv,demons.json,8,194,inodes,70012 +rv,demons.json,8,194,saving,33021 +rv,demons.json,8,194,writing,13149 +json_org,json_eg3.json,2,602,reading json,806814 +json_org,json_eg3.json,2,602,inodes,36130 +json_org,json_eg3.json,2,602,saving,38192 +json_org,json_eg3.json,2,602,writing,23861 +fda,waterpipe.json,5,1955,reading json,2729616 +fda,waterpipe.json,5,1955,inodes,87169 +fda,waterpipe.json,5,1955,saving,54410 +fda,waterpipe.json,5,1955,writing,33529 +fda,event100.json,4,2945177,reading json,3691025014 +fda,event100.json,4,2945177,inodes,45752801 +fda,event100.json,4,2945177,saving,26359499 +fda,event100.json,4,2945177,writing,19427475 +fda,tobacco100.json,5,63634,reading json,85612509 +fda,tobacco100.json,5,63634,inodes,1067609 +fda,tobacco100.json,5,63634,saving,790052 +fda,tobacco100.json,5,63634,writing,681869 +penguin,grisham.json,10,22488,reading json,30489617 +penguin,grisham.json,10,22488,inodes,971290 +penguin,grisham.json,10,22488,saving,1014596 +penguin,grisham.json,10,22488,writing,700224 +ncdc,ncdc_07030.json,2,111,reading json,180028 +ncdc,ncdc_07030.json,2,111,inodes,27054 +ncdc,ncdc_07030.json,2,111,saving,20996 +ncdc,ncdc_07030.json,2,111,writing,21553 +ncdc,ncdc_ewr_station.json,9,191,reading json,300284 +ncdc,ncdc_ewr_station.json,9,191,inodes,31967 +ncdc,ncdc_ewr_station.json,9,191,saving,27472 +ncdc,ncdc_ewr_station.json,9,191,writing,23089 +json_org,json_eg1.json,10,583,reading json,776334 +json_org,json_eg1.json,10,583,inodes,56543 +json_org,json_eg1.json,10,583,saving,32267 +json_org,json_eg1.json,10,583,writing,18290 +penguin,bsd.json,7,5415,reading json,6928776 +penguin,bsd.json,7,5415,inodes,95190 +penguin,bsd.json,7,5415,saving,93753 +penguin,bsd.json,7,5415,writing,66914 +penn,historic-20181028.json,2,1468638,reading json,1878006492 +penn,historic-20181028.json,2,1468638,inodes,34026136 +penn,historic-20181028.json,2,1468638,saving,28562006 +penn,historic-20181028.json,2,1468638,writing,18722934 +doi,doi_smoosh.json,6,537,reading json,758309 +doi,doi_smoosh.json,6,537,inodes,64516 +doi,doi_smoosh.json,6,537,saving,46931 +doi,doi_smoosh.json,6,537,writing,25725 +ncdc,ncdc_07030_stations.json,1,1476,reading json,1902523 +ncdc,ncdc_07030_stations.json,1,1476,inodes,99733 +ncdc,ncdc_07030_stations.json,1,1476,saving,72309 +ncdc,ncdc_07030_stations.json,1,1476,writing,77294 +fake,obj_rename.json,7,69,reading json,129320 +fake,obj_rename.json,7,69,inodes,22000 +fake,obj_rename.json,7,69,saving,15640 +fake,obj_rename.json,7,69,writing,14205 +rv,demons.json,4,194,reading json,290102 +rv,demons.json,4,194,inodes,54384 +rv,demons.json,4,194,saving,32876 +rv,demons.json,4,194,writing,15136 +json_org,json_eg3.json,10,602,reading json,816590 +json_org,json_eg3.json,10,602,inodes,36929 +json_org,json_eg3.json,10,602,saving,41630 +json_org,json_eg3.json,10,602,writing,23369 +fda,registrationlisting.json,5,3228,reading json,4106090 +fda,registrationlisting.json,5,3228,inodes,94152 +fda,registrationlisting.json,5,3228,saving,90170 +fda,registrationlisting.json,5,3228,writing,59747 +ncdc,ncdc_gsom_sample.json,10,2867,reading json,3642623 +ncdc,ncdc_gsom_sample.json,10,2867,inodes,122817 +ncdc,ncdc_gsom_sample.json,10,2867,saving,109897 +ncdc,ncdc_gsom_sample.json,10,2867,writing,102905 +gh,kmt.json,4,4979,reading json,6363962 +gh,kmt.json,4,4979,inodes,88544 +gh,kmt.json,4,4979,saving,106750 +gh,kmt.json,4,4979,writing,75532 +gh,kmt.json,5,4979,reading json,7212238 +gh,kmt.json,5,4979,inodes,97461 +gh,kmt.json,5,4979,saving,101594 +gh,kmt.json,5,4979,writing,74650 +gh,mgree_repos.json,3,159905,reading json,203095084 +gh,mgree_repos.json,3,159905,inodes,1979027 +gh,mgree_repos.json,3,159905,saving,2027444 +gh,mgree_repos.json,3,159905,writing,1957503 +gh,ffs.json,8,5089,reading json,6437697 +gh,ffs.json,8,5089,inodes,76053 +gh,ffs.json,8,5089,saving,109576 +gh,ffs.json,8,5089,writing,75066 +ncdc,ncdc_locations.json,9,2808,reading json,3658022 +ncdc,ncdc_locations.json,9,2808,inodes,127291 +ncdc,ncdc_locations.json,9,2808,saving,109301 +ncdc,ncdc_locations.json,9,2808,writing,102049 +penguin,rust.json,10,161726,reading json,204218577 +penguin,rust.json,10,161726,inodes,797318 +penguin,rust.json,10,161726,saving,640339 +penguin,rust.json,10,161726,writing,555777 +rv,demons.json,9,194,reading json,287426 +rv,demons.json,9,194,inodes,52823 +rv,demons.json,9,194,saving,29638 +rv,demons.json,9,194,writing,15086 +fda,event.json,3,1819,reading json,2329223 +fda,event.json,3,1819,inodes,76649 +fda,event.json,3,1819,saving,76625 +fda,event.json,3,1819,writing,37230 +gh,mgree.json,8,1331,reading json,1675000 +gh,mgree.json,8,1331,inodes,40762 +gh,mgree.json,8,1331,saving,56610 +gh,mgree.json,8,1331,writing,30621 +json_org,json_eg4.json,4,3468,reading json,4476004 +json_org,json_eg4.json,4,3468,inodes,101150 +json_org,json_eg4.json,4,3468,saving,82577 +json_org,json_eg4.json,4,3468,writing,44099 +ncdc,ncdc_locations.json,10,2808,reading json,3715281 +ncdc,ncdc_locations.json,10,2808,inodes,133683 +ncdc,ncdc_locations.json,10,2808,saving,101389 +ncdc,ncdc_locations.json,10,2808,writing,80886 +fake,object_null.json,6,95,reading json,166601 +fake,object_null.json,6,95,inodes,27988 +fake,object_null.json,6,95,saving,25145 +fake,object_null.json,6,95,writing,13383 +penguin,grisham.json,8,22488,reading json,30294347 +penguin,grisham.json,8,22488,inodes,892949 +penguin,grisham.json,8,22488,saving,882202 +penguin,grisham.json,8,22488,writing,647781 +rv,agni.json,10,89267,reading json,113236537 +rv,agni.json,10,89267,inodes,1883509 +rv,agni.json,10,89267,saving,1832334 +rv,agni.json,10,89267,writing,1733773 +doi,doi_smoosh.json,4,537,reading json,777245 +doi,doi_smoosh.json,4,537,inodes,65563 +doi,doi_smoosh.json,4,537,saving,47206 +doi,doi_smoosh.json,4,537,writing,27740 +gh,mgree_repos.json,8,159905,reading json,197395728 +gh,mgree_repos.json,8,159905,inodes,1785115 +gh,mgree_repos.json,8,159905,saving,1819420 +gh,mgree_repos.json,8,159905,writing,1740093 +gh,ffs_issues.json,4,38158,reading json,49866395 +gh,ffs_issues.json,4,38158,inodes,665625 +gh,ffs_issues.json,4,38158,saving,540455 +gh,ffs_issues.json,4,38158,writing,515929 +ncdc,ncdc_locationcategories.json,3,543,reading json,743613 +ncdc,ncdc_locationcategories.json,3,543,inodes,69364 +ncdc,ncdc_locationcategories.json,3,543,saving,51484 +ncdc,ncdc_locationcategories.json,3,543,writing,31321 +fda,registrationlisting100.json,2,214459,reading json,266204695 +fda,registrationlisting100.json,2,214459,inodes,3174560 +fda,registrationlisting100.json,2,214459,saving,4084696 +fda,registrationlisting100.json,2,214459,writing,3204732 +fda,recall.json,5,22475,reading json,29761849 +fda,recall.json,5,22475,inodes,529828 +fda,recall.json,5,22475,saving,357661 +fda,recall.json,5,22475,writing,302391 +fda,registrationlisting100.json,8,214459,reading json,279496908 +fda,registrationlisting100.json,8,214459,inodes,3834935 +fda,registrationlisting100.json,8,214459,saving,3262617 +fda,registrationlisting100.json,8,214459,writing,2631535 +penguin,grisham.json,5,22488,reading json,30279682 +penguin,grisham.json,5,22488,inodes,897899 +penguin,grisham.json,5,22488,saving,795862 +penguin,grisham.json,5,22488,writing,583652 +fda,recall50.json,6,1049501,reading json,1312283019 +fda,recall50.json,6,1049501,inodes,22020402 +fda,recall50.json,6,1049501,saving,12810356 +fda,recall50.json,6,1049501,writing,12100480 +gh,gh_mgree_events.json,1,168832,reading json,215049302 +gh,gh_mgree_events.json,1,168832,inodes,2105364 +gh,gh_mgree_events.json,1,168832,saving,2326648 +gh,gh_mgree_events.json,1,168832,writing,1972475 +fda,tobacco.json,10,1144,reading json,1461294 +fda,tobacco.json,10,1144,inodes,63584 +fda,tobacco.json,10,1144,saving,45066 +fda,tobacco.json,10,1144,writing,30294 +penguin,rust.json,7,161726,reading json,206172145 +penguin,rust.json,7,161726,inodes,806156 +penguin,rust.json,7,161726,saving,904195 +penguin,rust.json,7,161726,writing,800851 +gov.uk,bank-holidays.json,9,15124,reading json,19700482 +gov.uk,bank-holidays.json,9,15124,inodes,679460 +gov.uk,bank-holidays.json,9,15124,saving,750210 +gov.uk,bank-holidays.json,9,15124,writing,664794 +gh,gh_licenses.json,6,2507,reading json,3195701 +gh,gh_licenses.json,6,2507,inodes,85460 +gh,gh_licenses.json,6,2507,saving,57819 +gh,gh_licenses.json,6,2507,writing,51951 +fda,tobacco.json,7,1144,reading json,1510986 +fda,tobacco.json,7,1144,inodes,64212 +fda,tobacco.json,7,1144,saving,37807 +fda,tobacco.json,7,1144,writing,23376 +gh,ffs_issues.json,1,38158,reading json,49168752 +gh,ffs_issues.json,1,38158,inodes,573214 +gh,ffs_issues.json,1,38158,saving,405448 +gh,ffs_issues.json,1,38158,writing,379162 +fda,tobacco_products.json,9,2345,reading json,2996723 +fda,tobacco_products.json,9,2345,inodes,99518 +fda,tobacco_products.json,9,2345,saving,65826 +fda,tobacco_products.json,9,2345,writing,41381 +fda,registrationlisting100.json,10,214459,reading json,272748516 +fda,registrationlisting100.json,10,214459,inodes,3337086 +fda,registrationlisting100.json,10,214459,saving,3558771 +fda,registrationlisting100.json,10,214459,writing,3013594 +fda,tobacco10.json,3,6567,reading json,8749636 +fda,tobacco10.json,3,6567,inodes,161714 +fda,tobacco10.json,3,6567,saving,111642 +fda,tobacco10.json,3,6567,writing,83770 +ncdc,ncdc_stations_big.json,9,200908,reading json,259040137 +ncdc,ncdc_stations_big.json,9,200908,inodes,7205986 +ncdc,ncdc_stations_big.json,9,200908,saving,5307249 +ncdc,ncdc_stations_big.json,9,200908,writing,5212292 +ncdc,ncdc_datacategories.json,2,1075,reading json,1389450 +ncdc,ncdc_datacategories.json,2,1075,inodes,92233 +ncdc,ncdc_datacategories.json,2,1075,saving,83590 +ncdc,ncdc_datacategories.json,2,1075,writing,50171 +fake,obj_rename.json,5,69,reading json,127546 +fake,obj_rename.json,5,69,inodes,22329 +fake,obj_rename.json,5,69,saving,19857 +fake,obj_rename.json,5,69,writing,11282 +doi,doi_10.1000_1.json,2,369,reading json,514232 +doi,doi_10.1000_1.json,2,369,inodes,60546 +doi,doi_10.1000_1.json,2,369,saving,40170 +doi,doi_10.1000_1.json,2,369,writing,24702 +ncdc,ncdc_ewr_station.json,10,191,reading json,293010 +ncdc,ncdc_ewr_station.json,10,191,inodes,31839 +ncdc,ncdc_ewr_station.json,10,191,saving,23234 +ncdc,ncdc_ewr_station.json,10,191,writing,26695 +rv,animal.json,6,7051,reading json,8929812 +rv,animal.json,6,7051,inodes,166122 +rv,animal.json,6,7051,saving,180732 +rv,animal.json,6,7051,writing,159118 +ncdc,ncdc_datatypes.json,2,4013,reading json,5177266 +ncdc,ncdc_datatypes.json,2,4013,inodes,130618 +ncdc,ncdc_datatypes.json,2,4013,saving,115117 +ncdc,ncdc_datatypes.json,2,4013,writing,105391 +fake,list2.json,10,25,reading json,57256 +fake,list2.json,10,25,inodes,49857 +fake,list2.json,10,25,saving,23488 +fake,list2.json,10,25,writing,16532 +json_org,json_eg4.json,9,3468,reading json,4469911 +json_org,json_eg4.json,9,3468,inodes,101725 +json_org,json_eg4.json,9,3468,saving,107952 +json_org,json_eg4.json,9,3468,writing,59488 +rv,demons.json,3,194,reading json,281874 +rv,demons.json,3,194,inodes,54456 +rv,demons.json,3,194,saving,36951 +rv,demons.json,3,194,writing,16217 +gh,gh_apache2.json,10,12591,reading json,16370924 +gh,gh_apache2.json,10,12591,inodes,69434 +gh,gh_apache2.json,10,12591,saving,43822 +gh,gh_apache2.json,10,12591,writing,63656 +fda,tobacco.json,4,1144,reading json,1490353 +fda,tobacco.json,4,1144,inodes,64945 +fda,tobacco.json,4,1144,saving,62039 +fda,tobacco.json,4,1144,writing,29382 +fda,recall10.json,8,212061,reading json,274700601 +fda,recall10.json,8,212061,inodes,4385064 +fda,recall10.json,8,212061,saving,3803729 +fda,recall10.json,8,212061,writing,3812531 +ncdc,ncdc_ewr_station.json,5,191,reading json,284746 +ncdc,ncdc_ewr_station.json,5,191,inodes,31231 +ncdc,ncdc_ewr_station.json,5,191,saving,23138 +ncdc,ncdc_ewr_station.json,5,191,writing,25767 +penguin,bsd.json,9,5415,reading json,6797143 +penguin,bsd.json,9,5415,inodes,108453 +penguin,bsd.json,9,5415,saving,92372 +penguin,bsd.json,9,5415,writing,65415 +gh,mgree.json,4,1331,reading json,1667376 +gh,mgree.json,4,1331,inodes,47645 +gh,mgree.json,4,1331,saving,47369 +gh,mgree.json,4,1331,writing,27575 +rv,animal.json,3,7051,reading json,9174311 +rv,animal.json,3,7051,inodes,181473 +rv,animal.json,3,7051,saving,202207 +rv,animal.json,3,7051,writing,138261 +json_org,json_eg2.json,4,242,reading json,346622 +json_org,json_eg2.json,4,242,inodes,53500 +json_org,json_eg2.json,4,242,saving,31962 +json_org,json_eg2.json,4,242,writing,19107 +fda,waterpipe.json,10,1955,reading json,2514186 +fda,waterpipe.json,10,1955,inodes,73513 +fda,waterpipe.json,10,1955,saving,56810 +fda,waterpipe.json,10,1955,writing,31177 +ncdc,ncdc_07030_stations.json,9,1476,reading json,1922947 +ncdc,ncdc_07030_stations.json,9,1476,inodes,91327 +ncdc,ncdc_07030_stations.json,9,1476,saving,75134 +ncdc,ncdc_07030_stations.json,9,1476,writing,64811 +rv,demons.json,6,194,reading json,294483 +rv,demons.json,6,194,inodes,53780 +rv,demons.json,6,194,saving,32555 +rv,demons.json,6,194,writing,12869 +ncdc,ncdc_stations_big.json,10,200908,reading json,259255585 +ncdc,ncdc_stations_big.json,10,200908,inodes,6097836 +ncdc,ncdc_stations_big.json,10,200908,saving,5307309 +ncdc,ncdc_stations_big.json,10,200908,writing,4539535 +fda,tobacco.json,3,1144,reading json,1494580 +fda,tobacco.json,3,1144,inodes,65185 +fda,tobacco.json,3,1144,saving,41482 +fda,tobacco.json,3,1144,writing,23008 +gh,ffs.json,4,5089,reading json,6676847 +gh,ffs.json,4,5089,inodes,115086 +gh,ffs.json,4,5089,saving,108961 +gh,ffs.json,4,5089,writing,74917 +json_org,json_eg2.json,10,242,reading json,349848 +json_org,json_eg2.json,10,242,inodes,55497 +json_org,json_eg2.json,10,242,saving,30028 +json_org,json_eg2.json,10,242,writing,18243 +ncdc,ncdc_zips.json,6,2851,reading json,3616600 +ncdc,ncdc_zips.json,6,2851,inodes,130678 +ncdc,ncdc_zips.json,6,2851,saving,119420 +ncdc,ncdc_zips.json,6,2851,writing,103396 +doi,doi_10.1000_1.json,5,369,reading json,507601 +doi,doi_10.1000_1.json,5,369,inodes,61211 +doi,doi_10.1000_1.json,5,369,saving,38391 +doi,doi_10.1000_1.json,5,369,writing,23736 +fake,list2.json,7,25,reading json,59368 +fake,list2.json,7,25,inodes,51394 +fake,list2.json,7,25,saving,22128 +fake,list2.json,7,25,writing,15947 +ncdc,ncdc_locationcategories.json,5,543,reading json,780773 +ncdc,ncdc_locationcategories.json,5,543,inodes,70385 +ncdc,ncdc_locationcategories.json,5,543,saving,54553 +ncdc,ncdc_locationcategories.json,5,543,writing,30784 +ncdc,ncdc_07030.json,8,111,reading json,190557 +ncdc,ncdc_07030.json,8,111,inodes,29153 +ncdc,ncdc_07030.json,8,111,saving,19850 +ncdc,ncdc_07030.json,8,111,writing,23732 +json_org,json_eg2.json,6,242,reading json,355220 +json_org,json_eg2.json,6,242,inodes,55158 +json_org,json_eg2.json,6,242,saving,31779 +json_org,json_eg2.json,6,242,writing,17785 +gh,ffs_issues.json,3,38158,reading json,50507384 +gh,ffs_issues.json,3,38158,inodes,577503 +gh,ffs_issues.json,3,38158,saving,545580 +gh,ffs_issues.json,3,38158,writing,513023 +penguin,rust.json,2,161726,reading json,207889357 +penguin,rust.json,2,161726,inodes,805643 +penguin,rust.json,2,161726,saving,806242 +penguin,rust.json,2,161726,writing,769105 +gh,gh_events.json,2,54778,reading json,71824829 +gh,gh_events.json,2,54778,inodes,729301 +gh,gh_events.json,2,54778,saving,754393 +gh,gh_events.json,2,54778,writing,637757 +rv,agni.json,9,89267,reading json,116046050 +rv,agni.json,9,89267,inodes,1849102 +rv,agni.json,9,89267,saving,1947719 +rv,agni.json,9,89267,writing,1759635 +rv,animal.json,1,7051,reading json,9051916 +rv,animal.json,1,7051,inodes,167729 +rv,animal.json,1,7051,saving,179076 +rv,animal.json,1,7051,writing,154440 +ncdc,ncdc_ewr_station.json,2,191,reading json,288466 +ncdc,ncdc_ewr_station.json,2,191,inodes,32294 +ncdc,ncdc_ewr_station.json,2,191,saving,25101 +ncdc,ncdc_ewr_station.json,2,191,writing,25619 +gh,gh_mgree_events.json,8,168832,reading json,212358187 +gh,gh_mgree_events.json,8,168832,inodes,1907431 +gh,gh_mgree_events.json,8,168832,saving,2227413 +gh,gh_mgree_events.json,8,168832,writing,1878197 +fda,recall.json,8,22475,reading json,29516009 +fda,recall.json,8,22475,inodes,529637 +fda,recall.json,8,22475,saving,361877 +fda,recall.json,8,22475,writing,301227 +json_org,json_eg5.json,2,873,reading json,1172907 +json_org,json_eg5.json,2,873,inodes,76679 +json_org,json_eg5.json,2,873,saving,61952 +json_org,json_eg5.json,2,873,writing,35679 +gh,mgree.json,2,1331,reading json,1725859 +gh,mgree.json,2,1331,inodes,41691 +gh,mgree.json,2,1331,saving,54975 +gh,mgree.json,2,1331,writing,30483 +fda,recall.json,3,22475,reading json,29884413 +fda,recall.json,3,22475,inodes,549722 +fda,recall.json,3,22475,saving,346997 +fda,recall.json,3,22475,writing,303057 +gh,kmt.json,9,4979,reading json,6252490 +gh,kmt.json,9,4979,inodes,77047 +gh,kmt.json,9,4979,saving,101814 +gh,kmt.json,9,4979,writing,74662 +gh,gh_mgree_events.json,7,168832,reading json,214504531 +gh,gh_mgree_events.json,7,168832,inodes,1964005 +gh,gh_mgree_events.json,7,168832,saving,2206777 +gh,gh_mgree_events.json,7,168832,writing,2159900 +fda,event100.json,6,2945177,reading json,3765914276 +fda,event100.json,6,2945177,inodes,48589748 +fda,event100.json,6,2945177,saving,26452213 +fda,event100.json,6,2945177,writing,19486095 +gh,gh_mgree_events.json,5,168832,reading json,219809450 +gh,gh_mgree_events.json,5,168832,inodes,2089299 +gh,gh_mgree_events.json,5,168832,saving,2279976 +gh,gh_mgree_events.json,5,168832,writing,1884201 +ncdc,ncdc_datatypes.json,7,4013,reading json,5006684 +ncdc,ncdc_datatypes.json,7,4013,inodes,128728 +ncdc,ncdc_datatypes.json,7,4013,saving,114378 +ncdc,ncdc_datatypes.json,7,4013,writing,104304 +gh,mgree_repos.json,5,159905,reading json,204430770 +gh,mgree_repos.json,5,159905,inodes,1766825 +gh,mgree_repos.json,5,159905,saving,1969918 +gh,mgree_repos.json,5,159905,writing,1735378 +penguin,linux.json,3,64401,reading json,82789546 +penguin,linux.json,3,64401,inodes,653681 +penguin,linux.json,3,64401,saving,760260 +penguin,linux.json,3,64401,writing,589807 +rv,human_male.json,6,603912,reading json,788459397 +rv,human_male.json,6,603912,inodes,13200530 +rv,human_male.json,6,603912,saving,11347431 +rv,human_male.json,6,603912,writing,10616130 +penguin,dekeijzer.json,3,446,reading json,600666 +penguin,dekeijzer.json,3,446,inodes,29165 +penguin,dekeijzer.json,3,446,saving,30413 +penguin,dekeijzer.json,3,446,writing,21320 +fda,event.json,5,1819,reading json,2424035 +fda,event.json,5,1819,inodes,84854 +fda,event.json,5,1819,saving,58791 +fda,event.json,5,1819,writing,33334 +fake,object.json,2,77,reading json,146200 +fake,object.json,2,77,inodes,28144 +fake,object.json,2,77,saving,33438 +fake,object.json,2,77,writing,10507 +fda,tobacco10.json,5,6567,reading json,8079168 +fda,tobacco10.json,5,6567,inodes,130256 +fda,tobacco10.json,5,6567,saving,130083 +fda,tobacco10.json,5,6567,writing,83553 +ncdc,ncdc_07030_stations.json,4,1476,reading json,1885615 +ncdc,ncdc_07030_stations.json,4,1476,inodes,96648 +ncdc,ncdc_07030_stations.json,4,1476,saving,72861 +ncdc,ncdc_07030_stations.json,4,1476,writing,64685 +json_org,json_eg5.json,5,873,reading json,1184404 +json_org,json_eg5.json,5,873,inodes,86088 +json_org,json_eg5.json,5,873,saving,56411 +json_org,json_eg5.json,5,873,writing,34648 +fda,waterpipe.json,1,1955,reading json,2662418 +fda,waterpipe.json,1,1955,inodes,84458 +fda,waterpipe.json,1,1955,saving,54130 +fda,waterpipe.json,1,1955,writing,52688 +ncdc,ncdc_datasets.json,3,1625,reading json,2140822 +ncdc,ncdc_datasets.json,3,1625,inodes,96313 +ncdc,ncdc_datasets.json,3,1625,saving,69572 +ncdc,ncdc_datasets.json,3,1625,writing,67139 +fake,object_null.json,9,95,reading json,163120 +fake,object_null.json,9,95,inodes,27529 +fake,object_null.json,9,95,saving,22571 +fake,object_null.json,9,95,writing,13911 +gh,gh_apache2.json,7,12591,reading json,16195499 +gh,gh_apache2.json,7,12591,inodes,64406 +gh,gh_apache2.json,7,12591,saving,56252 +gh,gh_apache2.json,7,12591,writing,89028 +penguin,dekeijzer.json,2,446,reading json,619820 +penguin,dekeijzer.json,2,446,inodes,29122 +penguin,dekeijzer.json,2,446,saving,27942 +penguin,dekeijzer.json,2,446,writing,21644 +json_org,json_eg2.json,3,242,reading json,346661 +json_org,json_eg2.json,3,242,inodes,54845 +json_org,json_eg2.json,3,242,saving,30523 +json_org,json_eg2.json,3,242,writing,17726 +ncdc,ncdc_locationcategories.json,9,543,reading json,783896 +ncdc,ncdc_locationcategories.json,9,543,inodes,71424 +ncdc,ncdc_locationcategories.json,9,543,saving,57812 +ncdc,ncdc_locationcategories.json,9,543,writing,27837 +fda,tobacco.json,8,1144,reading json,1501677 +fda,tobacco.json,8,1144,inodes,65396 +fda,tobacco.json,8,1144,saving,42343 +fda,tobacco.json,8,1144,writing,25352 +ncdc,ncdc_ewr_station.json,4,191,reading json,293537 +ncdc,ncdc_ewr_station.json,4,191,inodes,33085 +ncdc,ncdc_ewr_station.json,4,191,saving,25213 +ncdc,ncdc_ewr_station.json,4,191,writing,27909 +fda,event.json,1,1819,reading json,2309723 +fda,event.json,1,1819,inodes,105859 +fda,event.json,1,1819,saving,73124 +fda,event.json,1,1819,writing,38633 +fake,object.json,10,77,reading json,178531 +fake,object.json,10,77,inodes,32287 +fake,object.json,10,77,saving,20041 +fake,object.json,10,77,writing,13948 +ncdc,ncdc_datatypes.json,3,4013,reading json,5184253 +ncdc,ncdc_datatypes.json,3,4013,inodes,149915 +ncdc,ncdc_datatypes.json,3,4013,saving,114387 +ncdc,ncdc_datatypes.json,3,4013,writing,117565 +ncdc,ncdc_gsom_sample.json,2,2867,reading json,3630387 +ncdc,ncdc_gsom_sample.json,2,2867,inodes,120417 +ncdc,ncdc_gsom_sample.json,2,2867,saving,125812 +ncdc,ncdc_gsom_sample.json,2,2867,writing,101101 +fda,recall100.json,1,2117776,reading json,2680551585 +fda,recall100.json,1,2117776,inodes,43525807 +fda,recall100.json,1,2117776,saving,24768979 +fda,recall100.json,1,2117776,writing,20957050 +fda,recall10.json,5,212061,reading json,269569480 +fda,recall10.json,5,212061,inodes,4393300 +fda,recall10.json,5,212061,saving,2926962 +fda,recall10.json,5,212061,writing,2561199 +fda,tobacco100.json,1,63634,reading json,82752708 +fda,tobacco100.json,1,63634,inodes,1034327 +fda,tobacco100.json,1,63634,saving,803722 +fda,tobacco100.json,1,63634,writing,683383 +penguin,rust.json,3,161726,reading json,204865676 +penguin,rust.json,3,161726,inodes,747707 +penguin,rust.json,3,161726,saving,832213 +penguin,rust.json,3,161726,writing,773271 +ncdc,ncdc_locations.json,1,2808,reading json,3742964 +ncdc,ncdc_locations.json,1,2808,inodes,146423 +ncdc,ncdc_locations.json,1,2808,saving,113278 +ncdc,ncdc_locations.json,1,2808,writing,101384 +gh,ffs_issues.json,6,38158,reading json,50523946 +gh,ffs_issues.json,6,38158,inodes,599470 +gh,ffs_issues.json,6,38158,saving,562545 +gh,ffs_issues.json,6,38158,writing,512337 +gh,mgree_repos.json,6,159905,reading json,206759598 +gh,mgree_repos.json,6,159905,inodes,1915492 +gh,mgree_repos.json,6,159905,saving,2017326 +gh,mgree_repos.json,6,159905,writing,1762023 +gh,kmt.json,7,4979,reading json,6264324 +gh,kmt.json,7,4979,inodes,124793 +gh,kmt.json,7,4979,saving,107830 +gh,kmt.json,7,4979,writing,74898 +ncdc,ncdc_datasets.json,8,1625,reading json,2167290 +ncdc,ncdc_datasets.json,8,1625,inodes,97738 +ncdc,ncdc_datasets.json,8,1625,saving,71376 +ncdc,ncdc_datasets.json,8,1625,writing,63512 +ncdc,ncdc_gsom_sample.json,1,2867,reading json,3621734 +ncdc,ncdc_gsom_sample.json,1,2867,inodes,124012 +ncdc,ncdc_gsom_sample.json,1,2867,saving,119621 +ncdc,ncdc_gsom_sample.json,1,2867,writing,100865 +gh,kmt.json,3,4979,reading json,6393497 +gh,kmt.json,3,4979,inodes,76158 +gh,kmt.json,3,4979,saving,105709 +gh,kmt.json,3,4979,writing,74320 +fda,tobacco10.json,10,6567,reading json,8482328 +fda,tobacco10.json,10,6567,inodes,126158 +fda,tobacco10.json,10,6567,saving,115491 +fda,tobacco10.json,10,6567,writing,85447 +fake,object.json,5,77,reading json,144505 +fake,object.json,5,77,inodes,26285 +fake,object.json,5,77,saving,28419 +fake,object.json,5,77,writing,13264 +json_org,json_eg5.json,10,873,reading json,1165768 +json_org,json_eg5.json,10,873,inodes,74869 +json_org,json_eg5.json,10,873,saving,53393 +json_org,json_eg5.json,10,873,writing,34250 +fake,obj_rename.json,6,69,reading json,127771 +fake,obj_rename.json,6,69,inodes,21977 +fake,obj_rename.json,6,69,saving,18844 +fake,obj_rename.json,6,69,writing,10644 +gh,gh_gpl3.json,6,36979,reading json,50068908 +gh,gh_gpl3.json,6,36979,inodes,66267 +gh,gh_gpl3.json,6,36979,saving,68600 +gh,gh_gpl3.json,6,36979,writing,224373 +fake,obj_rename.json,2,69,reading json,132433 +fake,obj_rename.json,2,69,inodes,23041 +fake,obj_rename.json,2,69,saving,18402 +fake,obj_rename.json,2,69,writing,11373 +gh,kmt.json,10,4979,reading json,6193914 +gh,kmt.json,10,4979,inodes,76288 +gh,kmt.json,10,4979,saving,77880 +gh,kmt.json,10,4979,writing,53080 +gh,gh_gpl3.json,8,36979,reading json,49577026 +gh,gh_gpl3.json,8,36979,inodes,69148 +gh,gh_gpl3.json,8,36979,saving,48688 +gh,gh_gpl3.json,8,36979,writing,155519 +fda,recall50.json,1,1049501,reading json,1355821961 +fda,recall50.json,1,1049501,inodes,22185732 +fda,recall50.json,1,1049501,saving,12971428 +fda,recall50.json,1,1049501,writing,12341736 +fda,recall10.json,7,212061,reading json,271547555 +fda,recall10.json,7,212061,inodes,4332686 +fda,recall10.json,7,212061,saving,2263324 +fda,recall10.json,7,212061,writing,2313513 +gov.uk,bank-holidays.json,10,15124,reading json,19649696 +gov.uk,bank-holidays.json,10,15124,inodes,587117 +gov.uk,bank-holidays.json,10,15124,saving,573018 +gov.uk,bank-holidays.json,10,15124,writing,464723 +ncdc,ncdc_locations.json,7,2808,reading json,3648636 +ncdc,ncdc_locations.json,7,2808,inodes,127609 +ncdc,ncdc_locations.json,7,2808,saving,110442 +ncdc,ncdc_locations.json,7,2808,writing,125129 +rv,animal.json,5,7051,reading json,8795820 +rv,animal.json,5,7051,inodes,168020 +rv,animal.json,5,7051,saving,170187 +rv,animal.json,5,7051,writing,154517 +json_org,json_eg4.json,5,3468,reading json,4705424 +json_org,json_eg4.json,5,3468,inodes,112280 +json_org,json_eg4.json,5,3468,saving,99952 +json_org,json_eg4.json,5,3468,writing,60394 +rv,human_male.json,7,603912,reading json,755447341 +rv,human_male.json,7,603912,inodes,13084056 +rv,human_male.json,7,603912,saving,12006334 +rv,human_male.json,7,603912,writing,11679958 +penguin,dekeijzer.json,9,446,reading json,623366 +penguin,dekeijzer.json,9,446,inodes,30094 +penguin,dekeijzer.json,9,446,saving,27939 +penguin,dekeijzer.json,9,446,writing,20064 +penn,historic-20181028.json,3,1468638,reading json,1884299973 +penn,historic-20181028.json,3,1468638,inodes,34613720 +penn,historic-20181028.json,3,1468638,saving,27043940 +penn,historic-20181028.json,3,1468638,writing,21003020 +json_org,json_eg4.json,6,3468,reading json,4350422 +json_org,json_eg4.json,6,3468,inodes,101425 +json_org,json_eg4.json,6,3468,saving,111618 +json_org,json_eg4.json,6,3468,writing,60649 +gh,gh_mgree_events.json,10,168832,reading json,214411505 +gh,gh_mgree_events.json,10,168832,inodes,2124866 +gh,gh_mgree_events.json,10,168832,saving,2246505 +gh,gh_mgree_events.json,10,168832,writing,1937595 +rv,agni.json,1,89267,reading json,115838736 +rv,agni.json,1,89267,inodes,1862276 +rv,agni.json,1,89267,saving,1853211 +rv,agni.json,1,89267,writing,1853939 +ncdc,ncdc_gsom_sample.json,8,2867,reading json,3764872 +ncdc,ncdc_gsom_sample.json,8,2867,inodes,162737 +ncdc,ncdc_gsom_sample.json,8,2867,saving,112367 +ncdc,ncdc_gsom_sample.json,8,2867,writing,100764 +rv,animal.json,4,7051,reading json,9146344 +rv,animal.json,4,7051,inodes,201933 +rv,animal.json,4,7051,saving,173584 +rv,animal.json,4,7051,writing,154447 +gh,mgree.json,1,1331,reading json,1727474 +gh,mgree.json,1,1331,inodes,43354 +gh,mgree.json,1,1331,saving,59672 +gh,mgree.json,1,1331,writing,31316 +gh,gh_gpl3.json,9,36979,reading json,50990885 +gh,gh_gpl3.json,9,36979,inodes,68518 +gh,gh_gpl3.json,9,36979,saving,66239 +gh,gh_gpl3.json,9,36979,writing,223875 +doi,doi_smoosh.json,2,537,reading json,738971 +doi,doi_smoosh.json,2,537,inodes,66855 +doi,doi_smoosh.json,2,537,saving,46294 +doi,doi_smoosh.json,2,537,writing,24033 +fda,registrationlisting.json,10,3228,reading json,4369762 +fda,registrationlisting.json,10,3228,inodes,111773 +fda,registrationlisting.json,10,3228,saving,91042 +fda,registrationlisting.json,10,3228,writing,57096 +gh,mgree.json,6,1331,reading json,1932565 +gh,mgree.json,6,1331,inodes,53251 +gh,mgree.json,6,1331,saving,53502 +gh,mgree.json,6,1331,writing,31008 +ncdc,ncdc_locationcategories.json,6,543,reading json,732144 +ncdc,ncdc_locationcategories.json,6,543,inodes,69521 +ncdc,ncdc_locationcategories.json,6,543,saving,51158 +ncdc,ncdc_locationcategories.json,6,543,writing,31714 +gh,kmt.json,6,4979,reading json,6519139 +gh,kmt.json,6,4979,inodes,105003 +gh,kmt.json,6,4979,saving,108656 +gh,kmt.json,6,4979,writing,74829 +doi,doi_smoosh.json,3,537,reading json,743561 +doi,doi_smoosh.json,3,537,inodes,70682 +doi,doi_smoosh.json,3,537,saving,44356 +doi,doi_smoosh.json,3,537,writing,28400 +fake,obj_rename.json,9,69,reading json,128803 +fake,obj_rename.json,9,69,inodes,21976 +fake,obj_rename.json,9,69,saving,17007 +fake,obj_rename.json,9,69,writing,14016 +fda,registrationlisting.json,2,3228,reading json,4248130 +fda,registrationlisting.json,2,3228,inodes,111900 +fda,registrationlisting.json,2,3228,saving,92208 +fda,registrationlisting.json,2,3228,writing,57511 +gh,gh_emoji.json,6,173641,reading json,219114481 +gh,gh_emoji.json,6,173641,inodes,1504265 +gh,gh_emoji.json,6,173641,saving,2038685 +gh,gh_emoji.json,6,173641,writing,1428993 +json_org,json_eg5.json,8,873,reading json,1134254 +json_org,json_eg5.json,8,873,inodes,73836 +json_org,json_eg5.json,8,873,saving,55304 +json_org,json_eg5.json,8,873,writing,33138 +penn,historic-20181028.json,7,1468638,reading json,1863425135 +penn,historic-20181028.json,7,1468638,inodes,33913738 +penn,historic-20181028.json,7,1468638,saving,24120184 +penn,historic-20181028.json,7,1468638,writing,18173562 +rv,animal.json,9,7051,reading json,9231592 +rv,animal.json,9,7051,inodes,202610 +rv,animal.json,9,7051,saving,140573 +rv,animal.json,9,7051,writing,126580 +penguin,rust.json,6,161726,reading json,203859794 +penguin,rust.json,6,161726,inodes,777103 +penguin,rust.json,6,161726,saving,874407 +penguin,rust.json,6,161726,writing,768126 +json_org,json_eg5.json,9,873,reading json,1121867 +json_org,json_eg5.json,9,873,inodes,73712 +json_org,json_eg5.json,9,873,saving,58645 +json_org,json_eg5.json,9,873,writing,33413 +ncdc,ncdc_zips.json,1,2851,reading json,3721321 +ncdc,ncdc_zips.json,1,2851,inodes,149656 +ncdc,ncdc_zips.json,1,2851,saving,106884 +ncdc,ncdc_zips.json,1,2851,writing,101752 +fda,tobacco10.json,4,6567,reading json,8413647 +fda,tobacco10.json,4,6567,inodes,127952 +fda,tobacco10.json,4,6567,saving,116182 +fda,tobacco10.json,4,6567,writing,84647 +gh,gh_mgree_events.json,6,168832,reading json,215723445 +gh,gh_mgree_events.json,6,168832,inodes,2149483 +gh,gh_mgree_events.json,6,168832,saving,2265157 +gh,gh_mgree_events.json,6,168832,writing,1924927 +fda,tobacco100.json,2,63634,reading json,81916040 +fda,tobacco100.json,2,63634,inodes,1050112 +fda,tobacco100.json,2,63634,saving,796027 +fda,tobacco100.json,2,63634,writing,687219 +fda,tobacco10.json,2,6567,reading json,8461989 +fda,tobacco10.json,2,6567,inodes,183769 +fda,tobacco10.json,2,6567,saving,109075 +fda,tobacco10.json,2,6567,writing,81564 +doi,doi_10.1000_1.json,6,369,reading json,508075 +doi,doi_10.1000_1.json,6,369,inodes,61609 +doi,doi_10.1000_1.json,6,369,saving,36454 +doi,doi_10.1000_1.json,6,369,writing,27970 +gh,mgree.json,3,1331,reading json,1713839 +gh,mgree.json,3,1331,inodes,42689 +gh,mgree.json,3,1331,saving,48023 +gh,mgree.json,3,1331,writing,27338 +gh,gh_apache2.json,2,12591,reading json,16189228 +gh,gh_apache2.json,2,12591,inodes,69430 +gh,gh_apache2.json,2,12591,saving,39379 +gh,gh_apache2.json,2,12591,writing,65699 +gh,ffs_issues.json,8,38158,reading json,50666493 +gh,ffs_issues.json,8,38158,inodes,568261 +gh,ffs_issues.json,8,38158,saving,594719 +gh,ffs_issues.json,8,38158,writing,511812 +fake,list2.json,5,25,reading json,59061 +fake,list2.json,5,25,inodes,49976 +fake,list2.json,5,25,saving,22196 +fake,list2.json,5,25,writing,15842 +ncdc,ncdc_zips.json,4,2851,reading json,3650420 +ncdc,ncdc_zips.json,4,2851,inodes,126580 +ncdc,ncdc_zips.json,4,2851,saving,107992 +ncdc,ncdc_zips.json,4,2851,writing,101003 +json_org,json_eg5.json,1,873,reading json,1163482 +json_org,json_eg5.json,1,873,inodes,74466 +json_org,json_eg5.json,1,873,saving,61263 +json_org,json_eg5.json,1,873,writing,33923 +fda,recall.json,2,22475,reading json,29506347 +fda,recall.json,2,22475,inodes,440605 +fda,recall.json,2,22475,saving,348181 +fda,recall.json,2,22475,writing,302557 +penguin,dekeijzer.json,10,446,reading json,618037 +penguin,dekeijzer.json,10,446,inodes,30288 +penguin,dekeijzer.json,10,446,saving,28341 +penguin,dekeijzer.json,10,446,writing,17746 +json_org,json_eg4.json,10,3468,reading json,4477480 +json_org,json_eg4.json,10,3468,inodes,101401 +json_org,json_eg4.json,10,3468,saving,95999 +json_org,json_eg4.json,10,3468,writing,59711 +fda,event100.json,1,2945177,reading json,3692394727 +fda,event100.json,1,2945177,inodes,47264357 +fda,event100.json,1,2945177,saving,27502255 +fda,event100.json,1,2945177,writing,20035105 +ncdc,ncdc_gsom_sample.json,3,2867,reading json,3601789 +ncdc,ncdc_gsom_sample.json,3,2867,inodes,121764 +ncdc,ncdc_gsom_sample.json,3,2867,saving,114019 +ncdc,ncdc_gsom_sample.json,3,2867,writing,101491 +rv,demons.json,5,194,reading json,327632 +rv,demons.json,5,194,inodes,53226 +rv,demons.json,5,194,saving,26514 +rv,demons.json,5,194,writing,15285 +fda,tobacco100.json,10,63634,reading json,82660670 +fda,tobacco100.json,10,63634,inodes,1044796 +fda,tobacco100.json,10,63634,saving,805714 +fda,tobacco100.json,10,63634,writing,683874 +ncdc,ncdc_07030.json,3,111,reading json,190989 +ncdc,ncdc_07030.json,3,111,inodes,28794 +ncdc,ncdc_07030.json,3,111,saving,19116 +ncdc,ncdc_07030.json,3,111,writing,23528 +gh,mgree.json,9,1331,reading json,1710170 +gh,mgree.json,9,1331,inodes,41574 +gh,mgree.json,9,1331,saving,44052 +gh,mgree.json,9,1331,writing,30408 +gh,ffs.json,5,5089,reading json,6380448 +gh,ffs.json,5,5089,inodes,76324 +gh,ffs.json,5,5089,saving,112359 +gh,ffs.json,5,5089,writing,75092 +fda,tobacco.json,9,1144,reading json,1471188 +fda,tobacco.json,9,1144,inodes,63931 +fda,tobacco.json,9,1144,saving,38062 +fda,tobacco.json,9,1144,writing,22625 +doi,doi_smoosh.json,10,537,reading json,761612 +doi,doi_smoosh.json,10,537,inodes,65998 +doi,doi_smoosh.json,10,537,saving,43978 +doi,doi_smoosh.json,10,537,writing,24391 +fda,tobacco10.json,6,6567,reading json,8403800 +fda,tobacco10.json,6,6567,inodes,159233 +fda,tobacco10.json,6,6567,saving,108191 +fda,tobacco10.json,6,6567,writing,80903 +penn,historic-20181028.json,5,1468638,reading json,1854297731 +penn,historic-20181028.json,5,1468638,inodes,33724452 +penn,historic-20181028.json,5,1468638,saving,25224908 +penn,historic-20181028.json,5,1468638,writing,18849211 +fda,recall50.json,8,1049501,reading json,1324024012 +fda,recall50.json,8,1049501,inodes,21203429 +fda,recall50.json,8,1049501,saving,12388267 +fda,recall50.json,8,1049501,writing,12073982 +ncdc,ncdc_zips.json,3,2851,reading json,3756411 +ncdc,ncdc_zips.json,3,2851,inodes,145041 +ncdc,ncdc_zips.json,3,2851,saving,112110 +ncdc,ncdc_zips.json,3,2851,writing,102760 +fake,list2.json,3,25,reading json,59469 +fake,list2.json,3,25,inodes,51534 +fake,list2.json,3,25,saving,17480 +fake,list2.json,3,25,writing,12313 +doi,doi_10.1000_1.json,10,369,reading json,527170 +doi,doi_10.1000_1.json,10,369,inodes,64065 +doi,doi_10.1000_1.json,10,369,saving,51886 +doi,doi_10.1000_1.json,10,369,writing,16787 +penguin,linux.json,1,64401,reading json,84829241 +penguin,linux.json,1,64401,inodes,664228 +penguin,linux.json,1,64401,saving,624466 +penguin,linux.json,1,64401,writing,484437 +gh,gh_licenses.json,1,2507,reading json,3143845 +gh,gh_licenses.json,1,2507,inodes,86764 +gh,gh_licenses.json,1,2507,saving,66467 +gh,gh_licenses.json,1,2507,writing,56364 +json_org,json_eg2.json,1,242,reading json,347624 +json_org,json_eg2.json,1,242,inodes,54976 +json_org,json_eg2.json,1,242,saving,29766 +json_org,json_eg2.json,1,242,writing,15740 +gh,gh_events.json,3,54778,reading json,72521131 +gh,gh_events.json,3,54778,inodes,798406 +gh,gh_events.json,3,54778,saving,799270 +gh,gh_events.json,3,54778,writing,718686 +penguin,grisham.json,7,22488,reading json,30442959 +penguin,grisham.json,7,22488,inodes,936024 +penguin,grisham.json,7,22488,saving,853134 +penguin,grisham.json,7,22488,writing,646622 +fda,recall100.json,5,2117776,reading json,2718649987 +fda,recall100.json,5,2117776,inodes,45090966 +fda,recall100.json,5,2117776,saving,25108305 +fda,recall100.json,5,2117776,writing,20997080 +gh,gh_apache2.json,4,12591,reading json,16226706 +gh,gh_apache2.json,4,12591,inodes,76129 +gh,gh_apache2.json,4,12591,saving,49017 +gh,gh_apache2.json,4,12591,writing,87796 +gh,ffs_issues.json,10,38158,reading json,50186520 +gh,ffs_issues.json,10,38158,inodes,602210 +gh,ffs_issues.json,10,38158,saving,566409 +gh,ffs_issues.json,10,38158,writing,513275 +fda,recall50.json,7,1049501,reading json,1323606499 +fda,recall50.json,7,1049501,inodes,21594541 +fda,recall50.json,7,1049501,saving,12228203 +fda,recall50.json,7,1049501,writing,11723390 +fake,object_null.json,10,95,reading json,160165 +fake,object_null.json,10,95,inodes,28016 +fake,object_null.json,10,95,saving,21026 +fake,object_null.json,10,95,writing,14601 +gh,ffs.json,6,5089,reading json,6389949 +gh,ffs.json,6,5089,inodes,94712 +gh,ffs.json,6,5089,saving,111138 +gh,ffs.json,6,5089,writing,77310 +fda,registrationlisting100.json,4,214459,reading json,278468182 +fda,registrationlisting100.json,4,214459,inodes,3369181 +fda,registrationlisting100.json,4,214459,saving,2841044 +fda,registrationlisting100.json,4,214459,writing,2377850 +json_org,json_eg4.json,7,3468,reading json,4419215 +json_org,json_eg4.json,7,3468,inodes,104769 +json_org,json_eg4.json,7,3468,saving,104212 +json_org,json_eg4.json,7,3468,writing,59854 +rv,animal.json,10,7051,reading json,9664704 +rv,animal.json,10,7051,inodes,189279 +rv,animal.json,10,7051,saving,178749 +rv,animal.json,10,7051,writing,155476 +fda,recall50.json,4,1049501,reading json,1342292633 +fda,recall50.json,4,1049501,inodes,22141343 +fda,recall50.json,4,1049501,saving,12199733 +fda,recall50.json,4,1049501,writing,11963346 +fake,object.json,7,77,reading json,138687 +fake,object.json,7,77,inodes,25965 +fake,object.json,7,77,saving,21746 +fake,object.json,7,77,writing,15063 +gov.uk,bank-holidays.json,1,15124,reading json,19790737 +gov.uk,bank-holidays.json,1,15124,inodes,707478 +gov.uk,bank-holidays.json,1,15124,saving,528581 +gov.uk,bank-holidays.json,1,15124,writing,464695 +penguin,rust.json,8,161726,reading json,204954083 +penguin,rust.json,8,161726,inodes,710651 +penguin,rust.json,8,161726,saving,814531 +penguin,rust.json,8,161726,writing,832588 +ncdc,ncdc_ewr_station.json,6,191,reading json,285008 +ncdc,ncdc_ewr_station.json,6,191,inodes,30931 +ncdc,ncdc_ewr_station.json,6,191,saving,22516 +ncdc,ncdc_ewr_station.json,6,191,writing,26524 +gh,gh_events.json,10,54778,reading json,70745604 +gh,gh_events.json,10,54778,inodes,992765 +gh,gh_events.json,10,54778,saving,853863 +gh,gh_events.json,10,54778,writing,713668 +ncdc,ncdc_locationcategories.json,2,543,reading json,742832 +ncdc,ncdc_locationcategories.json,2,543,inodes,69916 +ncdc,ncdc_locationcategories.json,2,543,saving,54523 +ncdc,ncdc_locationcategories.json,2,543,writing,31170 +rv,human_male.json,8,603912,reading json,757579156 +rv,human_male.json,8,603912,inodes,12774926 +rv,human_male.json,8,603912,saving,12441413 +rv,human_male.json,8,603912,writing,10958374 +gh,gh_licenses.json,7,2507,reading json,3260060 +gh,gh_licenses.json,7,2507,inodes,89100 +gh,gh_licenses.json,7,2507,saving,57531 +gh,gh_licenses.json,7,2507,writing,45494 +ncdc,ncdc_locationcategories.json,7,543,reading json,746360 +ncdc,ncdc_locationcategories.json,7,543,inodes,72428 +ncdc,ncdc_locationcategories.json,7,543,saving,50516 +ncdc,ncdc_locationcategories.json,7,543,writing,21735 +penn,historic-20181028.json,1,1468638,reading json,1854641948 +penn,historic-20181028.json,1,1468638,inodes,34564199 +penn,historic-20181028.json,1,1468638,saving,24120866 +penn,historic-20181028.json,1,1468638,writing,17723108 +fda,recall.json,10,22475,reading json,29023660 +fda,recall.json,10,22475,inodes,516651 +fda,recall.json,10,22475,saving,349790 +fda,recall.json,10,22475,writing,300837 +ncdc,ncdc_datasets.json,5,1625,reading json,2146446 +ncdc,ncdc_datasets.json,5,1625,inodes,98017 +ncdc,ncdc_datasets.json,5,1625,saving,74263 +ncdc,ncdc_datasets.json,5,1625,writing,64621 +ncdc,ncdc_datatypes.json,6,4013,reading json,5247147 +ncdc,ncdc_datatypes.json,6,4013,inodes,133183 +ncdc,ncdc_datatypes.json,6,4013,saving,126388 +ncdc,ncdc_datatypes.json,6,4013,writing,103702 +ncdc,ncdc_datacategories.json,9,1075,reading json,1394218 +ncdc,ncdc_datacategories.json,9,1075,inodes,93803 +ncdc,ncdc_datacategories.json,9,1075,saving,81008 +ncdc,ncdc_datacategories.json,9,1075,writing,51038 +fda,registrationlisting100.json,9,214459,reading json,271914753 +fda,registrationlisting100.json,9,214459,inodes,3688057 +fda,registrationlisting100.json,9,214459,saving,3571689 +fda,registrationlisting100.json,9,214459,writing,2912439 +ncdc,ncdc_zips.json,9,2851,reading json,3588571 +ncdc,ncdc_zips.json,9,2851,inodes,130356 +ncdc,ncdc_zips.json,9,2851,saving,119527 +ncdc,ncdc_zips.json,9,2851,writing,99242 +rv,agni.json,8,89267,reading json,114656258 +rv,agni.json,8,89267,inodes,2024641 +rv,agni.json,8,89267,saving,1793894 +rv,agni.json,8,89267,writing,1804198 +gh,ffs.json,9,5089,reading json,6631016 +gh,ffs.json,9,5089,inodes,76689 +gh,ffs.json,9,5089,saving,106005 +gh,ffs.json,9,5089,writing,74646 +ncdc,ncdc_stations_big.json,4,200908,reading json,258059734 +ncdc,ncdc_stations_big.json,4,200908,inodes,6227678 +ncdc,ncdc_stations_big.json,4,200908,saving,5375127 +ncdc,ncdc_stations_big.json,4,200908,writing,4619073 +gh,mgree_repos.json,4,159905,reading json,207218533 +gh,mgree_repos.json,4,159905,inodes,2159495 +gh,mgree_repos.json,4,159905,saving,1988854 +gh,mgree_repos.json,4,159905,writing,1793483 +gh,gh_gpl3.json,7,36979,reading json,49671828 +gh,gh_gpl3.json,7,36979,inodes,65494 +gh,gh_gpl3.json,7,36979,saving,64557 +gh,gh_gpl3.json,7,36979,writing,224294 +penguin,dekeijzer.json,8,446,reading json,605889 +penguin,dekeijzer.json,8,446,inodes,31764 +penguin,dekeijzer.json,8,446,saving,27380 +penguin,dekeijzer.json,8,446,writing,15647 +penguin,bsd.json,3,5415,reading json,7016877 +penguin,bsd.json,3,5415,inodes,163774 +penguin,bsd.json,3,5415,saving,72574 +penguin,bsd.json,3,5415,writing,48878 +fda,event.json,2,1819,reading json,2417304 +fda,event.json,2,1819,inodes,76834 +fda,event.json,2,1819,saving,69249 +fda,event.json,2,1819,writing,33014 +gh,gh_licenses.json,5,2507,reading json,3432605 +gh,gh_licenses.json,5,2507,inodes,90136 +gh,gh_licenses.json,5,2507,saving,65097 +gh,gh_licenses.json,5,2507,writing,53301 +gh,mgree_repos.json,10,159905,reading json,199830081 +gh,mgree_repos.json,10,159905,inodes,2238941 +gh,mgree_repos.json,10,159905,saving,2501703 +gh,mgree_repos.json,10,159905,writing,1402367 +fda,event.json,6,1819,reading json,2274446 +fda,event.json,6,1819,inodes,75459 +fda,event.json,6,1819,saving,63169 +fda,event.json,6,1819,writing,36589 +fda,waterpipe.json,9,1955,reading json,2505291 +fda,waterpipe.json,9,1955,inodes,79548 +fda,waterpipe.json,9,1955,saving,55036 +fda,waterpipe.json,9,1955,writing,37640 +fda,recall100.json,7,2117776,reading json,2646940170 +fda,recall100.json,7,2117776,inodes,42995043 +fda,recall100.json,7,2117776,saving,25514856 +fda,recall100.json,7,2117776,writing,21474877 +ncdc,ncdc_datacategories.json,8,1075,reading json,1390180 +ncdc,ncdc_datacategories.json,8,1075,inodes,89756 +ncdc,ncdc_datacategories.json,8,1075,saving,83175 +ncdc,ncdc_datacategories.json,8,1075,writing,49704 +rv,human_male.json,9,603912,reading json,756989602 +rv,human_male.json,9,603912,inodes,12540645 +rv,human_male.json,9,603912,saving,11148980 +rv,human_male.json,9,603912,writing,10783878 +fda,recall100.json,6,2117776,reading json,2669873400 +fda,recall100.json,6,2117776,inodes,43239303 +fda,recall100.json,6,2117776,saving,24982002 +fda,recall100.json,6,2117776,writing,20731554 +ncdc,ncdc_datasets.json,4,1625,reading json,2278700 +ncdc,ncdc_datasets.json,4,1625,inodes,168082 +ncdc,ncdc_datasets.json,4,1625,saving,76951 +ncdc,ncdc_datasets.json,4,1625,writing,68507 +penguin,linux.json,9,64401,reading json,83912915 +penguin,linux.json,9,64401,inodes,686662 +penguin,linux.json,9,64401,saving,698559 +penguin,linux.json,9,64401,writing,592212 +ncdc,ncdc_gsom_sample.json,5,2867,reading json,3638263 +ncdc,ncdc_gsom_sample.json,5,2867,inodes,168514 +ncdc,ncdc_gsom_sample.json,5,2867,saving,117867 +ncdc,ncdc_gsom_sample.json,5,2867,writing,101654 +gh,gh_events.json,6,54778,reading json,72799412 +gh,gh_events.json,6,54778,inodes,802397 +gh,gh_events.json,6,54778,saving,831702 +gh,gh_events.json,6,54778,writing,756306 +fda,tobacco_products.json,2,2345,reading json,2995910 +fda,tobacco_products.json,2,2345,inodes,82589 +fda,tobacco_products.json,2,2345,saving,71142 +fda,tobacco_products.json,2,2345,writing,42814 +json_org,json_eg1.json,7,583,reading json,779402 +json_org,json_eg1.json,7,583,inodes,56300 +json_org,json_eg1.json,7,583,saving,31811 +json_org,json_eg1.json,7,583,writing,21608 +fake,object.json,4,77,reading json,179718 +fake,object.json,4,77,inodes,32895 +fake,object.json,4,77,saving,23369 +fake,object.json,4,77,writing,12873 +gh,gh_apache2.json,8,12591,reading json,16935315 +gh,gh_apache2.json,8,12591,inodes,79283 +gh,gh_apache2.json,8,12591,saving,78074 +gh,gh_apache2.json,8,12591,writing,127739 +json_org,json_eg5.json,6,873,reading json,1118502 +json_org,json_eg5.json,6,873,inodes,73112 +json_org,json_eg5.json,6,873,saving,53476 +json_org,json_eg5.json,6,873,writing,34864 +ncdc,ncdc_datacategories.json,7,1075,reading json,1395456 +ncdc,ncdc_datacategories.json,7,1075,inodes,92661 +ncdc,ncdc_datacategories.json,7,1075,saving,90970 +ncdc,ncdc_datacategories.json,7,1075,writing,50910 +gh,gh_emoji.json,10,173641,reading json,221556747 +gh,gh_emoji.json,10,173641,inodes,1328866 +gh,gh_emoji.json,10,173641,saving,1983069 +gh,gh_emoji.json,10,173641,writing,1446218 +rv,human_male.json,5,603912,reading json,755889254 +rv,human_male.json,5,603912,inodes,12432319 +rv,human_male.json,5,603912,saving,10806957 +rv,human_male.json,5,603912,writing,10543830 +fda,recall50.json,2,1049501,reading json,1336159243 +fda,recall50.json,2,1049501,inodes,22172499 +fda,recall50.json,2,1049501,saving,13046809 +fda,recall50.json,2,1049501,writing,11950496 +rv,demons.json,1,194,reading json,284174 +rv,demons.json,1,194,inodes,54505 +rv,demons.json,1,194,saving,29667 +rv,demons.json,1,194,writing,17117 +gh,gh_licenses.json,2,2507,reading json,3200476 +gh,gh_licenses.json,2,2507,inodes,85300 +gh,gh_licenses.json,2,2507,saving,62037 +gh,gh_licenses.json,2,2507,writing,56357 +fda,registrationlisting.json,3,3228,reading json,4035176 +fda,registrationlisting.json,3,3228,inodes,107212 +fda,registrationlisting.json,3,3228,saving,97286 +fda,registrationlisting.json,3,3228,writing,57820 +gh,gh_events.json,5,54778,reading json,71924771 +gh,gh_events.json,5,54778,inodes,936371 +gh,gh_events.json,5,54778,saving,816840 +gh,gh_events.json,5,54778,writing,725121 +gh,gh_emoji.json,9,173641,reading json,219835672 +gh,gh_emoji.json,9,173641,inodes,1377961 +gh,gh_emoji.json,9,173641,saving,2080643 +gh,gh_emoji.json,9,173641,writing,1406105 +fake,object_null.json,1,95,reading json,161954 +fake,object_null.json,1,95,inodes,28447 +fake,object_null.json,1,95,saving,26026 +fake,object_null.json,1,95,writing,11703 +fda,recall.json,4,22475,reading json,29657173 +fda,recall.json,4,22475,inodes,555935 +fda,recall.json,4,22475,saving,348422 +fda,recall.json,4,22475,writing,313958 +gh,gh_gpl3.json,3,36979,reading json,49320688 +gh,gh_gpl3.json,3,36979,inodes,174007 +gh,gh_gpl3.json,3,36979,saving,68048 +gh,gh_gpl3.json,3,36979,writing,222578 +fda,registrationlisting100.json,1,214459,reading json,273544427 +fda,registrationlisting100.json,1,214459,inodes,3882286 +fda,registrationlisting100.json,1,214459,saving,3460588 +fda,registrationlisting100.json,1,214459,writing,2837693 +rv,human_male.json,3,603912,reading json,763180020 +rv,human_male.json,3,603912,inodes,13043166 +rv,human_male.json,3,603912,saving,10928739 +rv,human_male.json,3,603912,writing,10268341 +json_org,json_eg1.json,9,583,reading json,796310 +json_org,json_eg1.json,9,583,inodes,58501 +json_org,json_eg1.json,9,583,saving,27124 +json_org,json_eg1.json,9,583,writing,16458 +json_org,json_eg5.json,4,873,reading json,1151291 +json_org,json_eg5.json,4,873,inodes,73630 +json_org,json_eg5.json,4,873,saving,54992 +json_org,json_eg5.json,4,873,writing,33780 +rv,human_male.json,4,603912,reading json,774883821 +rv,human_male.json,4,603912,inodes,12741542 +rv,human_male.json,4,603912,saving,11328899 +rv,human_male.json,4,603912,writing,10804509 +ncdc,ncdc_datacategories.json,3,1075,reading json,1376812 +ncdc,ncdc_datacategories.json,3,1075,inodes,93635 +ncdc,ncdc_datacategories.json,3,1075,saving,77557 +ncdc,ncdc_datacategories.json,3,1075,writing,50456 +fda,recall50.json,9,1049501,reading json,1291797399 +fda,recall50.json,9,1049501,inodes,21893430 +fda,recall50.json,9,1049501,saving,12789127 +fda,recall50.json,9,1049501,writing,11966726 +ncdc,ncdc_stations_big.json,3,200908,reading json,264776175 +ncdc,ncdc_stations_big.json,3,200908,inodes,6402459 +ncdc,ncdc_stations_big.json,3,200908,saving,5153400 +ncdc,ncdc_stations_big.json,3,200908,writing,4275381 +fda,recall10.json,10,212061,reading json,266275701 +fda,recall10.json,10,212061,inodes,4213636 +fda,recall10.json,10,212061,saving,2729122 +fda,recall10.json,10,212061,writing,3868240 +fda,tobacco100.json,4,63634,reading json,83054056 +fda,tobacco100.json,4,63634,inodes,1163851 +fda,tobacco100.json,4,63634,saving,807580 +fda,tobacco100.json,4,63634,writing,684782 +fda,event100.json,9,2945177,reading json,3658379945 +fda,event100.json,9,2945177,inodes,46502051 +fda,event100.json,9,2945177,saving,26855225 +fda,event100.json,9,2945177,writing,20026993 +fda,recall.json,7,22475,reading json,29334226 +fda,recall.json,7,22475,inodes,533225 +fda,recall.json,7,22475,saving,341263 +fda,recall.json,7,22475,writing,301545 +fake,object_null.json,8,95,reading json,162432 +fake,object_null.json,8,95,inodes,26742 +fake,object_null.json,8,95,saving,21096 +fake,object_null.json,8,95,writing,13288 +gh,gh_gpl3.json,2,36979,reading json,49344142 +gh,gh_gpl3.json,2,36979,inodes,86178 +gh,gh_gpl3.json,2,36979,saving,66911 +gh,gh_gpl3.json,2,36979,writing,222900 +fda,registrationlisting.json,7,3228,reading json,4137833 +fda,registrationlisting.json,7,3228,inodes,96058 +fda,registrationlisting.json,7,3228,saving,86733 +fda,registrationlisting.json,7,3228,writing,57376 +gh,ffs_issues.json,9,38158,reading json,49924830 +gh,ffs_issues.json,9,38158,inodes,582285 +gh,ffs_issues.json,9,38158,saving,545152 +gh,ffs_issues.json,9,38158,writing,511245 +gh,gh_apache2.json,9,12591,reading json,16769573 +gh,gh_apache2.json,9,12591,inodes,75520 +gh,gh_apache2.json,9,12591,saving,44412 +gh,gh_apache2.json,9,12591,writing,87919 +fda,tobacco.json,2,1144,reading json,1526930 +fda,tobacco.json,2,1144,inodes,69535 +fda,tobacco.json,2,1144,saving,48701 +fda,tobacco.json,2,1144,writing,23417 +gh,mgree_repos.json,7,159905,reading json,203781528 +gh,mgree_repos.json,7,159905,inodes,1827731 +gh,mgree_repos.json,7,159905,saving,2273663 +gh,mgree_repos.json,7,159905,writing,1904159 +gov.uk,bank-holidays.json,4,15124,reading json,19602733 +gov.uk,bank-holidays.json,4,15124,inodes,634630 +gov.uk,bank-holidays.json,4,15124,saving,587002 +gov.uk,bank-holidays.json,4,15124,writing,481250 +fda,recall50.json,10,1049501,reading json,1317961790 +fda,recall50.json,10,1049501,inodes,22280077 +fda,recall50.json,10,1049501,saving,12583555 +fda,recall50.json,10,1049501,writing,11882161 +fda,recall10.json,3,212061,reading json,269144616 +fda,recall10.json,3,212061,inodes,4084009 +fda,recall10.json,3,212061,saving,2881314 +fda,recall10.json,3,212061,writing,2952877 +ncdc,ncdc_zips.json,2,2851,reading json,3814525 +ncdc,ncdc_zips.json,2,2851,inodes,133616 +ncdc,ncdc_zips.json,2,2851,saving,106237 +ncdc,ncdc_zips.json,2,2851,writing,102658 +fda,tobacco10.json,9,6567,reading json,8507169 +fda,tobacco10.json,9,6567,inodes,161635 +fda,tobacco10.json,9,6567,saving,104993 +fda,tobacco10.json,9,6567,writing,70793 +fake,list2.json,1,25,reading json,57958 +fake,list2.json,1,25,inodes,49479 +fake,list2.json,1,25,saving,21513 +fake,list2.json,1,25,writing,14104 +doi,doi_smoosh.json,8,537,reading json,764307 +doi,doi_smoosh.json,8,537,inodes,65859 +doi,doi_smoosh.json,8,537,saving,36985 +doi,doi_smoosh.json,8,537,writing,19219 +rv,agni.json,2,89267,reading json,115578818 +rv,agni.json,2,89267,inodes,1920169 +rv,agni.json,2,89267,saving,1807893 +rv,agni.json,2,89267,writing,1738423 +gh,gh_gpl3.json,1,36979,reading json,48033142 +gh,gh_gpl3.json,1,36979,inodes,68202 +gh,gh_gpl3.json,1,36979,saving,58453 +gh,gh_gpl3.json,1,36979,writing,221720 +ncdc,ncdc_07030_stations.json,5,1476,reading json,1958180 +ncdc,ncdc_07030_stations.json,5,1476,inodes,100260 +ncdc,ncdc_07030_stations.json,5,1476,saving,58185 +ncdc,ncdc_07030_stations.json,5,1476,writing,50682 +fda,tobacco.json,6,1144,reading json,1498661 +fda,tobacco.json,6,1144,inodes,63145 +fda,tobacco.json,6,1144,saving,42136 +fda,tobacco.json,6,1144,writing,23370 +fda,event100.json,10,2945177,reading json,3668967781 +fda,event100.json,10,2945177,inodes,48182309 +fda,event100.json,10,2945177,saving,27151135 +fda,event100.json,10,2945177,writing,20305513 +ncdc,ncdc_datatypes.json,4,4013,reading json,5426362 +ncdc,ncdc_datatypes.json,4,4013,inodes,129096 +ncdc,ncdc_datatypes.json,4,4013,saving,110423 +ncdc,ncdc_datatypes.json,4,4013,writing,104641 +ncdc,ncdc_datacategories.json,10,1075,reading json,1415461 +ncdc,ncdc_datacategories.json,10,1075,inodes,90775 +ncdc,ncdc_datacategories.json,10,1075,saving,81844 +ncdc,ncdc_datacategories.json,10,1075,writing,49815 +fda,recall.json,1,22475,reading json,30069364 +fda,recall.json,1,22475,inodes,442615 +fda,recall.json,1,22475,saving,349386 +fda,recall.json,1,22475,writing,301575 +fda,event100.json,8,2945177,reading json,3688389706 +fda,event100.json,8,2945177,inodes,45278639 +fda,event100.json,8,2945177,saving,26860635 +fda,event100.json,8,2945177,writing,20265087 +gh,gh_events.json,9,54778,reading json,71646634 +gh,gh_events.json,9,54778,inodes,1063033 +gh,gh_events.json,9,54778,saving,786479 +gh,gh_events.json,9,54778,writing,721578 +ncdc,ncdc_07030_stations.json,10,1476,reading json,1962493 +ncdc,ncdc_07030_stations.json,10,1476,inodes,98278 +ncdc,ncdc_07030_stations.json,10,1476,saving,77742 +ncdc,ncdc_07030_stations.json,10,1476,writing,63963 +fda,tobacco_products.json,10,2345,reading json,2876555 +fda,tobacco_products.json,10,2345,inodes,80322 +fda,tobacco_products.json,10,2345,saving,64467 +fda,tobacco_products.json,10,2345,writing,41570 +ncdc,ncdc_gsom_sample.json,4,2867,reading json,3703747 +ncdc,ncdc_gsom_sample.json,4,2867,inodes,142617 +ncdc,ncdc_gsom_sample.json,4,2867,saving,114147 +ncdc,ncdc_gsom_sample.json,4,2867,writing,101530 +json_org,json_eg4.json,2,3468,reading json,4468522 +json_org,json_eg4.json,2,3468,inodes,101780 +json_org,json_eg4.json,2,3468,saving,98862 +json_org,json_eg4.json,2,3468,writing,60465 +gh,gh_mgree_events.json,2,168832,reading json,212937128 +gh,gh_mgree_events.json,2,168832,inodes,1797603 +gh,gh_mgree_events.json,2,168832,saving,2360318 +gh,gh_mgree_events.json,2,168832,writing,2032543 +gh,gh_emoji.json,4,173641,reading json,221746956 +gh,gh_emoji.json,4,173641,inodes,1330057 +gh,gh_emoji.json,4,173641,saving,2126737 +gh,gh_emoji.json,4,173641,writing,1311800 +gh,ffs.json,3,5089,reading json,6434530 +gh,ffs.json,3,5089,inodes,77337 +gh,ffs.json,3,5089,saving,125368 +gh,ffs.json,3,5089,writing,74822 +fake,list2.json,9,25,reading json,57809 +fake,list2.json,9,25,inodes,50059 +fake,list2.json,9,25,saving,22423 +fake,list2.json,9,25,writing,17287 +fda,registrationlisting.json,9,3228,reading json,4253029 +fda,registrationlisting.json,9,3228,inodes,99044 +fda,registrationlisting.json,9,3228,saving,88777 +fda,registrationlisting.json,9,3228,writing,57651 +rv,agni.json,3,89267,reading json,113133871 +rv,agni.json,3,89267,inodes,1884689 +rv,agni.json,3,89267,saving,1793759 +rv,agni.json,3,89267,writing,1795064 +ncdc,ncdc_locations.json,2,2808,reading json,3623580 +ncdc,ncdc_locations.json,2,2808,inodes,129883 +ncdc,ncdc_locations.json,2,2808,saving,114990 +ncdc,ncdc_locations.json,2,2808,writing,75415 +ncdc,ncdc_07030_stations.json,3,1476,reading json,2117783 +ncdc,ncdc_07030_stations.json,3,1476,inodes,101288 +ncdc,ncdc_07030_stations.json,3,1476,saving,68090 +ncdc,ncdc_07030_stations.json,3,1476,writing,57246 +gh,gh_licenses.json,8,2507,reading json,3248183 +gh,gh_licenses.json,8,2507,inodes,90293 +gh,gh_licenses.json,8,2507,saving,58706 +gh,gh_licenses.json,8,2507,writing,50301 +json_org,json_eg5.json,3,873,reading json,1149647 +json_org,json_eg5.json,3,873,inodes,81955 +json_org,json_eg5.json,3,873,saving,50837 +json_org,json_eg5.json,3,873,writing,31497 +ncdc,ncdc_gsom_sample.json,7,2867,reading json,3787889 +ncdc,ncdc_gsom_sample.json,7,2867,inodes,120297 +ncdc,ncdc_gsom_sample.json,7,2867,saving,111728 +ncdc,ncdc_gsom_sample.json,7,2867,writing,101555 +gov.uk,bank-holidays.json,6,15124,reading json,19540595 +gov.uk,bank-holidays.json,6,15124,inodes,609947 +gov.uk,bank-holidays.json,6,15124,saving,550158 +gov.uk,bank-holidays.json,6,15124,writing,512301 +fda,tobacco100.json,3,63634,reading json,81667615 +fda,tobacco100.json,3,63634,inodes,1249853 +fda,tobacco100.json,3,63634,saving,752847 +fda,tobacco100.json,3,63634,writing,671201 +ncdc,ncdc_locations.json,5,2808,reading json,3701257 +ncdc,ncdc_locations.json,5,2808,inodes,188879 +ncdc,ncdc_locations.json,5,2808,saving,117824 +ncdc,ncdc_locations.json,5,2808,writing,102546 +json_org,json_eg3.json,8,602,reading json,805286 +json_org,json_eg3.json,8,602,inodes,35110 +json_org,json_eg3.json,8,602,saving,39421 +json_org,json_eg3.json,8,602,writing,23238 +gh,gh_gpl3.json,4,36979,reading json,48885370 +gh,gh_gpl3.json,4,36979,inodes,73878 +gh,gh_gpl3.json,4,36979,saving,60629 +gh,gh_gpl3.json,4,36979,writing,225200 +penn,historic-20181028.json,8,1468638,reading json,1868416454 +penn,historic-20181028.json,8,1468638,inodes,33401969 +penn,historic-20181028.json,8,1468638,saving,30780746 +penn,historic-20181028.json,8,1468638,writing,18719491 +fda,waterpipe.json,6,1955,reading json,2562875 +fda,waterpipe.json,6,1955,inodes,74728 +fda,waterpipe.json,6,1955,saving,54929 +fda,waterpipe.json,6,1955,writing,33612 +gh,gh_apache2.json,3,12591,reading json,16231950 +gh,gh_apache2.json,3,12591,inodes,80760 +gh,gh_apache2.json,3,12591,saving,45924 +gh,gh_apache2.json,3,12591,writing,88032 +gh,gh_apache2.json,6,12591,reading json,16016372 +gh,gh_apache2.json,6,12591,inodes,86639 +gh,gh_apache2.json,6,12591,saving,48310 +gh,gh_apache2.json,6,12591,writing,88278 +json_org,json_eg2.json,8,242,reading json,354591 +json_org,json_eg2.json,8,242,inodes,55637 +json_org,json_eg2.json,8,242,saving,29938 +json_org,json_eg2.json,8,242,writing,17575 +ncdc,ncdc_ewr_station.json,3,191,reading json,291338 +ncdc,ncdc_ewr_station.json,3,191,inodes,32098 +ncdc,ncdc_ewr_station.json,3,191,saving,23623 +ncdc,ncdc_ewr_station.json,3,191,writing,27898 +fda,registrationlisting.json,4,3228,reading json,4023473 +fda,registrationlisting.json,4,3228,inodes,96689 +fda,registrationlisting.json,4,3228,saving,66183 +fda,registrationlisting.json,4,3228,writing,40781 +doi,doi_10.1000_1.json,9,369,reading json,548671 +doi,doi_10.1000_1.json,9,369,inodes,88655 +doi,doi_10.1000_1.json,9,369,saving,37170 +doi,doi_10.1000_1.json,9,369,writing,19930 +ncdc,ncdc_stations_big.json,5,200908,reading json,271292959 +ncdc,ncdc_stations_big.json,5,200908,inodes,6551084 +ncdc,ncdc_stations_big.json,5,200908,saving,5147111 +ncdc,ncdc_stations_big.json,5,200908,writing,4401807 +fda,waterpipe.json,7,1955,reading json,2432963 +fda,waterpipe.json,7,1955,inodes,96078 +fda,waterpipe.json,7,1955,saving,52878 +fda,waterpipe.json,7,1955,writing,34812 +json_org,json_eg1.json,3,583,reading json,794458 +json_org,json_eg1.json,3,583,inodes,57483 +json_org,json_eg1.json,3,583,saving,35843 +json_org,json_eg1.json,3,583,writing,22641 +fda,recall10.json,4,212061,reading json,273611972 +fda,recall10.json,4,212061,inodes,4372192 +fda,recall10.json,4,212061,saving,2925987 +fda,recall10.json,4,212061,writing,2572572 +gh,gh_licenses.json,10,2507,reading json,3154167 +gh,gh_licenses.json,10,2507,inodes,89737 +gh,gh_licenses.json,10,2507,saving,63822 +gh,gh_licenses.json,10,2507,writing,55824 +fda,registrationlisting100.json,3,214459,reading json,274480112 +fda,registrationlisting100.json,3,214459,inodes,3520281 +fda,registrationlisting100.json,3,214459,saving,3543585 +fda,registrationlisting100.json,3,214459,writing,2962172 +fda,tobacco_products.json,5,2345,reading json,2974275 +fda,tobacco_products.json,5,2345,inodes,81278 +fda,tobacco_products.json,5,2345,saving,67992 +fda,tobacco_products.json,5,2345,writing,43492 +gh,gh_events.json,7,54778,reading json,71347301 +gh,gh_events.json,7,54778,inodes,793002 +gh,gh_events.json,7,54778,saving,636431 +gh,gh_events.json,7,54778,writing,512981 +fda,recall.json,6,22475,reading json,29679403 +fda,recall.json,6,22475,inodes,538924 +fda,recall.json,6,22475,saving,350890 +fda,recall.json,6,22475,writing,301583 +ncdc,ncdc_locationcategories.json,1,543,reading json,751228 +ncdc,ncdc_locationcategories.json,1,543,inodes,71511 +ncdc,ncdc_locationcategories.json,1,543,saving,53618 +ncdc,ncdc_locationcategories.json,1,543,writing,28004 +ncdc,ncdc_zips.json,10,2851,reading json,3708766 +ncdc,ncdc_zips.json,10,2851,inodes,127807 +ncdc,ncdc_zips.json,10,2851,saving,111448 +ncdc,ncdc_zips.json,10,2851,writing,102544 +fda,recall100.json,4,2117776,reading json,2689263701 +fda,recall100.json,4,2117776,inodes,43075081 +fda,recall100.json,4,2117776,saving,25112238 +fda,recall100.json,4,2117776,writing,20759298 +gh,ffs.json,2,5089,reading json,6401970 +gh,ffs.json,2,5089,inodes,93407 +gh,ffs.json,2,5089,saving,95904 +gh,ffs.json,2,5089,writing,70123 diff --git a/bench/README.md b/bench/README.md new file mode 100644 index 0000000..dc73aa8 --- /dev/null +++ b/bench/README.md @@ -0,0 +1,19 @@ +To run benchmarks, run `run_bench.sh` (in the repo root). + +Files for benchmarking. Each directory is from a different source. + + - synthetic (artificial, hand-crafted examples) + - json_org (https://json.org examples) + - gh (GitHub API https://api.github.com/) + - ncdc (NCDC NOAA API https://www.ncdc.noaa.gov/cdo-web/webservices/v2) + - gov.uk (https://gov.uk) + - penn (Penn Museum https://www.penn.museum/collections/objects/data.php) + - doi (https://www.doi.org/factsheets/DOIProxy.html#rest-api) + - penguin (http://www.penguinrandomhouse.biz/webservices/rest/) + - rv (Rig Veda https://aninditabasu.github.io/indica/html/rv.html) + - fda (https://open.fda.gov/apis/) + +https://github.com/public-apis/public-apis is a useful meta-source. + +We generate micro-benchmarks using `mk_micro.sh`, which will wipe out +and recreate the directory `micro`. diff --git a/bench/bench.sh b/bench/bench.sh new file mode 100755 index 0000000..7628e0b --- /dev/null +++ b/bench/bench.sh @@ -0,0 +1,216 @@ +#!/bin/sh + +CLEANUP= +CLEANUP_DIR= +PIDS= +tempfile() { + file=$(mktemp) + CLEANUP="$CLEANUP $file" + eval "$1=$file" +} +tempdir() { + dir=$(mktemp -d) + CLEANUP_DIR="$CLEANUP $dir" + eval "$1=$dir" +} + +cleanup() { + for file in $CLEANUP + do + [ "$file" ] && [ -f "$file" ] && rm "$file" >/dev/null 2>&1 + done + CLEANUP="" + + for dir in $CLEANUP_DIR + do + [ "$dir" ] && [ -f "$dir" ] && rmdir "$dir" >/dev/null 2>&1 + done + CLEANUP_DIR="" + + for pid in $PIDS + do + kill $pid >/dev/null 2>&1 + done + PIDS="" +} + +if [ "$RUNNER_OS" = "Linux" ] || [ "$(uname)" = "Linux" ]; then + filesize() { + stat --printf=%s $1 + } +elif [ "$RUNNER_OS" = "macOS" ] || [ "$(uname)" = "Darwin" ]; then + filesize() { + stat -f "%z" $1 + } +else + echo "The benchmark suite only runs on macOS and Linux." >&2 + exit 3 +fi + +trap 'cleanup' EXIT +trap 'echo "Interrupted!"; cleanup; exit' INT + +NUM_RUNS_DEFAULT=10 +usage() { + exec >&2 + printf "Usage: %s [-n NUM_RUNS] [-d DIR] [PATTERNS ...]\n\n" "$(basename $0)" + printf " -d DIR runs tests in DIR only\n" + printf " -n NUM_RUNS the number of runs for each test case (defaults to $NUM_RUNS_DEFAULT)\n" + printf " PATTERNS regular expression patterns for grep; tests matching any pattern will be run (defaults .*)\n" + exit 2 +} + +while getopts ":n:d:h" opt +do + case "$opt" in + (n) if [ $((OPTARG)) -le 0 ] + then + printf "NUM_RUNS must be a positive number; got '%s'\n\n" "$OPTARG" + usage + fi + NUM_RUNS=$OPTARG + ;; + (d) if ! [ -d "$OPTARG" ] + then + printf "No such directory '%s'." "$OPTARG" + exit 1 + fi + DIRS="$OPTARG" + ;; + (h) usage + ;; + (*) printf "Unrecognized argument '%s'\n\n" "$OPTARG" + usage + ;; + esac +done +shift $((OPTIND - 1)) + +if [ $# -ge 1 ] +then + PATTERN="$1" + shift + for kw in "$@" + do + PATTERN="$PATTERN\|$kw" + done +fi + +TIMEOUT="$(cd ../utils; pwd)/timeout" + +: ${NUM_RUNS=$NUM_RUNS_DEFAULT} +run_digits=$(( ${#NUM_RUNS} )) +: ${FFS=$(dirname $0)/../target/release/ffs} +: ${PATTERN=".*"} + +: ${DIRS=doi fda gh gov.uk json.org ncdc penguin penn rv synthetic} + +# GENERATE PLAN +# each file gets $NUM_RUNS runs, in a random order +tempfile all +tempfile plan + +dir_len=0 + +for d in $DIRS +do + for f in $(ls $d) + do + for r in $(seq 1 $NUM_RUNS) + do + echo $d,$f,$r >>$all + + path="$d/$f" + if [ "${#path}" -gt $dir_len ] + then + dir_len=${#path} + fi + done + done +done +# randomize, and then sort by 'run' number +sort -R $all | sort -k 3 -t , -s -n >$plan + +total_runs=$(( $(cat $plan | wc -l) )) +total_digits=${#total_runs} + +# EXECUTE PLAN +tempdir mnt + +printf "source,file,run,size,activity,ns\n" "$d" "$f" "$r" "$size" "$line" # header + +errors="" +has_error() { + case "$errors" in + (*$1*) return 0;; + esac + return 1 +} +errored() { + if ! has_error $1 + then + errors="$errors $1" + fi + kill $PID >/dev/null 2>&1 + [ -d $mnt ] && umount $mnt >/dev/null 2>&1 + [ -f $log ] && rm $log +} + +run=0 +for entry in $(cat $plan | grep -e "$PATTERN") +do + d=$(echo $entry | cut -d, -f1) + f=$(echo $entry | cut -d, -f2) + r=$(echo $entry | cut -d, -f3) + + path="$d/$f" + + : $((run += 1)) + printf "%${total_digits}d/%d %${dir_len}s " "$run" "$total_runs" "$path" >&2 + if has_error "$path" + then + printf "(errored earlier; skipping)\n" >&2 + continue + else + printf "(copy %${run_digits}d)\n" "$r" >&2 + fi + + tempfile log + tempfile out + $FFS --time -m $mnt -o $out -t json $path 2>$log & + PID=$! + PIDS="$PIDS $PID" + count=0 + while ! umount $mnt >/dev/null 2>&1 + do + sleep $count + if [ "$count" -le 5 ] + then + : $((count += 1)) + else + printf "%$((2 * total_digits + 1))s warning: couldn't unmount for $path\n" ' ' >&2 + errored $path + continue 2 + fi + done + + count=0 + while kill -0 $PID >/dev/null 2>&1 + do + sleep $count + if [ "$count" -le 2 ] + then + : $((count += 1)) + else + printf "%$((2 * total_digits + 1))s warning: $PID still running for $path" ' ' >&2 + errored $path + continue 2 + fi + done + + size=$(filesize $path) + while read line + do + printf "%s,%s,%s,%s,%s\n" "$d" "$f" "$r" "$size" "$line" + done <$log +done diff --git a/bench/doi/doi_10.1000_1.json b/bench/doi/doi_10.1000_1.json new file mode 100644 index 0000000..a611593 --- /dev/null +++ b/bench/doi/doi_10.1000_1.json @@ -0,0 +1 @@ +{"responseCode":1,"handle":"10.1000/1","values":[{"index":100,"type":"HS_ADMIN","data":{"format":"admin","value":{"handle":"0.NA/10.1000","index":200,"permissions":"011111111111"}},"ttl":86400,"timestamp":"2014-09-26T14:40:46Z"},{"index":1,"type":"URL","data":{"format":"string","value":"http://www.doi.org/index.html"},"ttl":86400,"timestamp":"2014-09-26T14:40:46Z"}]} \ No newline at end of file diff --git a/bench/doi/doi_smoosh.json b/bench/doi/doi_smoosh.json new file mode 100644 index 0000000..23dbf53 --- /dev/null +++ b/bench/doi/doi_smoosh.json @@ -0,0 +1 @@ +{"responseCode":1,"handle":"10.1145/3458336.3465294","values":[{"index":1,"type":"URL","data":{"format":"string","value":"https://dl.acm.org/doi/10.1145/3458336.3465294"},"ttl":86400,"timestamp":"2021-06-04T02:18:21Z"},{"index":700050,"type":"700050","data":{"format":"string","value":"2021060318573100415"},"ttl":86400,"timestamp":"2021-06-04T02:18:21Z"},{"index":100,"type":"HS_ADMIN","data":{"format":"admin","value":{"handle":"0.na/10.1145","index":200,"permissions":"111111110010"}},"ttl":86400,"timestamp":"2021-06-04T02:18:21Z"}]} \ No newline at end of file diff --git a/bench/fda/event.json b/bench/fda/event.json new file mode 100644 index 0000000..3ce9da6 --- /dev/null +++ b/bench/fda/event.json @@ -0,0 +1,62 @@ +{ + "meta": { + "disclaimer": "Do not rely on openFDA to make decisions regarding medical care. While we make every effort to ensure that data is accurate, you should assume all results are unvalidated. We may limit or otherwise restrict your access to the API in line with our Terms of Service.", + "terms": "https://open.fda.gov/terms/", + "license": "https://open.fda.gov/license/", + "last_updated": "2021-05-10", + "results": { + "skip": 0, + "limit": 1, + "total": 13306102 + } + }, + "results": [ + { + "receiptdateformat": "102", + "receiver": null, + "seriousnessdeath": "1", + "companynumb": "JACAN16471", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "CANADA", + "qualification": "3" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "1", + "safetyreportid": "5801206-7", + "sender": { + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20080707", + "patient": { + "patientonsetage": "26", + "patientonsetageunit": "801", + "patientsex": "1", + "patientdeath": { + "patientdeathdateformat": null, + "patientdeathdate": null + }, + "reaction": [ + { + "reactionmeddrapt": "DRUG ADMINISTRATION ERROR" + }, + { + "reactionmeddrapt": "OVERDOSE" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "DURAGESIC-100", + "drugauthorizationnumb": "019813", + "drugadministrationroute": "041", + "drugindication": "DRUG ABUSE" + } + ] + }, + "transmissiondate": "20090109", + "serious": "1", + "receiptdate": "20080625" + } + ] +} \ No newline at end of file diff --git a/bench/fda/event100.json b/bench/fda/event100.json new file mode 100644 index 0000000..c529c9c --- /dev/null +++ b/bench/fda/event100.json @@ -0,0 +1,80662 @@ +{ + "meta": { + "disclaimer": "Do not rely on openFDA to make decisions regarding medical care. While we make every effort to ensure that data is accurate, you should assume all results are unvalidated. We may limit or otherwise restrict your access to the API in line with our Terms of Service.", + "terms": "https://open.fda.gov/terms/", + "license": "https://open.fda.gov/license/", + "last_updated": "2021-05-10", + "results": { + "skip": 0, + "limit": 100, + "total": 13306102 + } + }, + "results": [ + { + "receiptdateformat": "102", + "receiver": null, + "seriousnessdeath": "1", + "companynumb": "JACAN16471", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "CANADA", + "qualification": "3" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "1", + "safetyreportid": "5801206-7", + "sender": { + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20080707", + "patient": { + "patientonsetage": "26", + "patientonsetageunit": "801", + "patientsex": "1", + "patientdeath": { + "patientdeathdateformat": null, + "patientdeathdate": null + }, + "reaction": [ + { + "reactionmeddrapt": "DRUG ADMINISTRATION ERROR" + }, + { + "reactionmeddrapt": "OVERDOSE" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "DURAGESIC-100", + "drugauthorizationnumb": "019813", + "drugadministrationroute": "041", + "drugindication": "DRUG ABUSE" + } + ] + }, + "transmissiondate": "20090109", + "serious": "1", + "receiptdate": "20080625" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "1289378", + "safetyreportversion": "1", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003300", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140306", + "patient": { + "patientonsetage": "77", + "patientonsetageunit": "801", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Vomiting" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Diarrhoea" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Arthralgia" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Headache" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "BONIVA", + "drugbatchnumb": "H6200HO3", + "drugauthorizationnumb": "021858", + "drugstructuredosagenumb": "3", + "drugstructuredosageunit": "003", + "drugdosagetext": "3 MG, 1 IN 3 M, INTRAVENOUS (NOT OTHERWISE SPECIFIED)", + "drugadministrationroute": "042", + "drugindication": "OSTEOPOROSIS", + "drugstartdateformat": "102", + "drugstartdate": "20130913", + "openfda": { + "application_number": [ + "NDA021858", + "NDA021455" + ], + "brand_name": [ + "BONIVA" + ], + "generic_name": [ + "IBANDRONATE SODIUM" + ], + "manufacturer_name": [ + "Genentech, Inc." + ], + "product_ndc": [ + "0004-0191", + "0004-0186" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "INTRAVENOUS", + "ORAL" + ], + "substance_name": [ + "IBANDRONATE SODIUM" + ], + "rxcui": [ + "904952", + "904954", + "904932", + "904934" + ], + "spl_id": [ + "20b76315-bc0f-40d2-b877-a1df6e3e2461", + "914b23e3-cbd5-4423-b2c6-2d1f86b1e86a" + ], + "spl_set_id": [ + "5500be0f-8b29-450c-9857-755029965157", + "841bf769-0148-42a8-a4d0-ff062b4734e8" + ], + "package_ndc": [ + "0004-0191-09", + "0004-0186-83" + ], + "unii": [ + "J12U072QL0" + ] + } + } + ] + }, + "transmissiondate": "20141002", + "serious": "1", + "reportduplicate": { + "duplicatesource": "GENENTECH", + "duplicatenumb": "1289378" + }, + "receiptdate": "20140306", + "primarysourcecountry": "US", + "seriousnessdisabling": "1" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-JNJFOC-20130719067", + "safetyreportversion": "1", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "seriousnessother": "1", + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003301", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140228", + "patient": { + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Dyspepsia" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Renal impairment" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "IBUPROFEN", + "drugauthorizationnumb": "17463", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugrecurreadministration": "3", + "drugadditional": "3", + "openfda": { + "application_number": [ + "ANDA077349", + "ANDA206568", + "ANDA074937", + "ANDA091355", + "ANDA075139", + "ANDA078682", + "ANDA079174", + "ANDA072096", + "ANDA075010", + "part343", + "ANDA210755", + "NDA020944", + "ANDA075682", + "NDA020589", + "ANDA076359", + "ANDA091237", + "ANDA207052", + "NDA020516", + "ANDA209179", + "ANDA203599", + "ANDA074916", + "ANDA075217", + "ANDA079205", + "ANDA079233", + "ANDA206999", + "ANDA091625", + "NDA020402", + "ANDA202312", + "NDA022348", + "ANDA091239", + "ANDA208865", + "ANDA078558", + "ANDA209204", + "ANDA207753", + "ANDA202300", + "NDA018989", + "ANDA206990", + "ANDA202413", + "ANDA078329", + "ANDA071333", + "NDA020603", + "ANDA206581", + "ANDA076460", + "ANDA210602", + "ANDA209207", + "ANDA071334", + "ANDA209178", + "ANDA204469", + "ANDA071935", + "ANDA206989", + "ANDA079129", + "ANDA079058", + "ANDA072199", + "ANDA074978", + "NDA020812", + "ANDA071265", + "ANDA205647", + "ANDA071335", + "ANDA207095", + "ANDA076925", + "ANDA090796", + "NDA020267", + "ANDA210149", + "ANDA213794" + ], + "brand_name": [ + "CAREONE IBUPROFEN", + "IBUPROFEN", + "HEALTH MART CHILDRENS IBUPROFEN", + "IBUPROFEN MINIS", + "ASSURED IBUPROFEN", + "LEADER CHILDRENS IBUPROFEN", + "365 EVERYDAY VALUE IBUPROFEN", + "PAIN RELIEVER / FEVER REDUCER", + "IBUPROFEN IB", + "CABINET PAIN RELIEVER AND FEVER REDUCER", + "CONCENTRATED IBUPROFEN INFANTS", + "JUNIOR STRENGTH ADVIL", + "IBU", + "MEDIQUE IPRIN", + "MEDI-FIRST IBUPROFEN", + "MEDI-FIRST PLUS IBUPROFEN", + "DOVER ADDAPRIN", + "GREEN GUARD IBUPRO RELIEF", + "CHILDRENS ADVIL", + "CHILDRENS IBUPROFEN", + "CARE ONE IBUPROFEN CHILDRENS", + "IBUPROFEN IMMEDIATE RELEASE", + "CHILDRENS MOTRIN", + "IBUPROFEN 200 MG", + "TOPCARE IBUPROFEN", + "GOOD NEIGHBOR PHARMACY IBUPROFEN", + "UP AND UP CHILDRENS IBUPROFEN", + "BASIC CARE IBUPROFEN", + "SUNMARK IBUPROFEN", + "IBUPROFEN CHILDRENS", + "DG HEALTH IBUPROFEN", + "XPECT IBUPROFEN", + "HEALTH MART IBUPROFEN", + "HEALTH MART IBUPROFEN IB", + "UP AND UP IBUPROFEN", + "CORE VALUES CHILDRENS IBUPROFEN", + "EQUATE IBUPROFEN", + "DOLEX FLEX", + "IBUPAK", + "CARE ONE IBUPROFEN INFANTS", + "DYE FREE IBUPROFEN", + "ADVIL LIQUI-GELS", + "SIGNATURE CARE CHILDRENS IBUPROFEN", + "BETR PAIN RELIEF", + "EQUALINE CHILDRENS IBUPROFEN", + "TOPCARE CHILDRENS IBUPROFEN", + "REXALL IBUPROFEN", + "ADVIL MIGRAINE", + "BASIC CARE CHILDRENS IBUPROFEN", + "CALDOLOR", + "EQUATE IBUPROFEN CHILDRENS", + "HARRIS TEETER IBUPROFEN", + "GOOD NEIGHBOR PHARMACY CHILDRENS IBUPROFEN", + "BERKLEY AND JENSEN IBUPROFEN", + "EQUALINE IBUPROFEN", + "HARMON FACE VALUES IBUPROFEN", + "HENRY SCHEIN IBUPROFEN", + "IBUPROFEN JUNIOR STRENGTH", + "SUNMARK IBUPROFEN CHILDRENS", + "PROFEN IB INFANTS", + "SOUND BODY CHILDRENS IBUPROFEN", + "LEADER IBUPROFEN", + "SUNMARK CHILDRENS IBUPROFEN IB", + "SUNMARK IBUPROFEN IB", + "SIGNATURE CARE INFANTS IBUPROFEN", + "MOTRIN IB", + "INFANTS IBUPROFEN", + "CAREONE CHILDRENS IBUPROFEN", + "SOUND BODY IBUPROFEN", + "PROFEN IB CHILDRENS", + "MEMBERS MARK IBUPROFEN", + "ADVIL", + "CHILDRENS IBUPROFEN ORAL SUSPENSION", + "EQUALINE IBUPROFEN CHILDRENS", + "IBUPROFEN PAIN RELEIVER/ FEVER REDUCER", + "GOOD SENSE IBUPROFEN CHILDRENS", + "INFANTS MOTRIN", + "FAMILY WELLNESS CHILDRENS IBUPROFEN", + "INFANTS DYE FREE IBUPROFEN", + "IBUPROFEN DYE FREE", + "BEING WELL IBUPROFEN", + "TOPCARE IBUPROFEN JUNIOR STRENGTH", + "HARRIS TEETER CHILDRENS IBUPROFEN", + "MOTRIN INFANTS", + "IBUPROFEN INFANTS", + "IBUPROFEN PAIN RELIEVER/FEVER REDUCER", + "DYE-FREE PAIN RELIEF", + "FAMILY WELLNESS IBUPROFEN", + "CARE ONE IBUPROFEN", + "PAIN RELIEF IBUPROFEN", + "PROFEN IB", + "UP AND UP IBUPROFEN JUNIOR", + "KIRKLAND SIGNATURE IBUPROFEN", + "GOOD SENSE IBUPROFEN", + "DYE-FREE IBUPROFEN", + "CHILDRENS IBUPROFEN 100", + "UP AND UP DYE FREE INFANTS CONCENTRATED IBUPROFEN", + "COUNTERACT IB", + "UNISHIELD IBUPROFEN", + "SIGNATURE CARE IBUPROFEN", + "CEDAPRIN", + "IBUPROFEN CA", + "DYE-FREE IBUPROFEN 200", + "IBUPROFEN (NSAID) PAIN RELEIVER/ FEVER REDUCER", + "GREEN GUARD IBUPROFEN RELIEF", + "KIRKLAND SIGNATURE IBUPROFEN IB", + "KIDGETS INFANTS", + "ZEE IBUTAB", + "GOOD SENSE IBUPROFEN INFANTS", + "INFANTS ADVIL", + "CAREONE IBUPROFEN JUNIOR STRENGTH", + "CIRCLE K IBUPROFEN", + "PARENTS CHOICE INFANTS IBUPROFEN", + "LEADER INFANTS IBUPROFEN", + "HARRIS TEETER IBUPROFEN INFANTS", + "GOOD NEIGHBOR PHARMACY IBUPROFEN CHILDRENS", + "SUNMARK IBUPROFEN INFANTS", + "TOPCARE INFANTS IBUPROFEN", + "CHILDRENS IBUPROFEN 100 DYE FREE", + "FLEX-PRIN", + "DIRECT SAFETY IBUPROFEN", + "LIL DRUG STORE IBUPROFEN", + "MEDIQUE AT HOME IPRIN", + "WELBY IBUPROFEN", + "JUNIOR STRENGTH IBUPROFEN", + "RX ACT IBUPROFEN CHILDRENS", + "IBUPROFEN FAST RELIEF MEDICINE FOR PAIN", + "FAMILY WELLNESS IBUPROFEN IB", + "MIGRAINE RELIEF", + "IBUTAB", + "IBUPROFEN 200", + "PAIN RELIEF", + "GOOD SENSE CHILDRENS IBUPROFEN", + "DG HEALTH CHILDRENS IBUPROFEN", + "UP AND UP JUNIOR STRENGTH IBUPROFEN", + "IBUPROFEN SOFTGELS", + "365 EVERDAY VALUE IBUPROFEN", + "CAREALL IBUPROFEN", + "VALUMEDS IBUPROFEN", + "DOLEX CHILDREN", + "HEALTH MART CHILDRENS IBUPROFEN IB", + "IBUPROFEN DYE-FREE", + "TOPCARE IBUPROFEN CHILDRENS", + "MOTRIN IB MIGRAINE", + "FAST PAIN RELIEF", + "BASIC CARE INFANTS IBUPROFEN", + "ARAMARK IBUPROFEN", + "IBUPROFEN SODIUM" + ], + "generic_name": [ + "IBUPROFEN", + "IBUPROFEN TABLETS", + "IBUPROFEN 200MG", + "IBUPROFEN ORAL", + "IBUPFROFEN", + "IBUPROFEN 200 MG" + ], + "manufacturer_name": [ + "American Sales Company", + "Family Dollar (FAMILY WELLNESS)", + "Strategic Sourcing Services LLC", + "SMART SENSE (KMART)", + "CVS Pharmacy", + "Rite Aid Corporation", + "Good Sense (Geiss, Destin & Dunn, Inc.)", + "Harris Teeter", + "Dolgencorp, Inc.", + "Spirit Pharmaceutical LLC", + "Shopko Stores Operating Co., LLC", + "Cardinal Health 110, LLC. dba Leader", + "Whole Foods Market, INC.", + "McKesson", + "PuraCap Pharmaceutical LLC", + "Dolgencorp, Inc. (DOLLAR GENERAL & REXALL)", + "Pioneer Life Sciences, LLC", + "Geritrex LLC", + "Walgreens", + "Chain Drug Marketing Association", + "Marc Glassman, Inc.", + "BJWC (Berkley & Jensen / BJ's)", + "Wal-Mart Stores, Inc.", + "GlaxoSmithKline Consumer Healthcare Holdings (US) LLC", + "Harmon Store Inc.", + "Dr. Reddy's Laboratories Limited", + "Unifirst First Aid Corporation", + "TIME CAP LABORATORIES,INC", + "Strides Pharma Inc.", + "Johnson & Johnson Consumer Inc., McNeil Consumer Healthcare Division", + "Aurohealth LLC", + "Safrel Pharmaceuticals, LLC.", + "Breeden Brothers, LLC", + "Topco Associates LLC", + "EQUATE (Wal-Mart Stores, Inc.)", + "Amerisource Bergen", + "Target Corporation", + "Amazon.com Services LLC", + "WALGREEN COMPANY", + "Dolgencorp, LLC", + "Cintas Corporation", + "SPIRIT PHARMACEUTICALS,LLC", + "BJWC", + "Harmon Stores Inc.", + "Wal-Mart Stores Inc", + "Perrigo New York Inc", + "Amneal Pharmaceuticals of New York LLC", + "Winco Foods, LLC", + "The Kroger Co.", + "Kroger Company", + "Pharmadel LLC", + "TARGET Corporation", + "RETAIL BUSINESS SERVICES , LLC.", + "PureTek Corporation", + "CHAIN DRUG MARKETING ASSOCIATION INC", + "Lil Drug Store Products, Inc", + "H E B", + "Safeway", + "Live Betr LLC", + "L.N.K. International, Inc.", + "Supervalu Inc", + "Bionpharma Inc.", + "Humanwell PuraCap Pharmaceutical (Wuhan) Co., Ltd", + "Granules India Limited", + "WINCO FOODS, LLC", + "Major Pharmaceuticals", + "Dolgencorp Inc", + "FRED'S, INC.", + "Walgreen Company", + "Care One (American Sales Company)", + "L. Perrigo Company", + "Geri-Care Pharmaceutical Corp", + "Cumberland Pharmaceuticals Inc.", + "L&R Distributors, Inc.", + "ADVANCED FIRST AID, INC.", + "Harris Teeter, LLC", + "P & L Development, LLC", + "Rugby Laboratories, Inc.", + "Henry Schein Inc.", + "MARKSANS PHARMA LIMITED", + "Topco Associates, LLC", + "Better Living Brands, LLC", + "WALGREENS", + "Publix Super Markets Inc", + "Big Lots Stores, Inc.", + "SUPERVALU INC.", + "Chain Drug Consortium, LLC", + "Strides Consumer LLC", + "Cardinal Health (Leader) 70000", + "GREAT LAKES WHOLESALE, MARKETING, & SALES, INC.", + "Meijer Distribution Inc", + "Best Choice (Valu Merchandisers Company)", + "Spirit Pharmaceuticals LLC", + "JC World Bell Wholesale Co., Inc.", + "AMERISOURCE BERGEN", + "RITE AID", + "Taro Pharmaceuticals U.S.A., Inc.", + "MEIJER, INC.", + "AAA Pharmaceutical, Inc.", + "Chain Drug Marketing Association, Inc.", + "Chain Drug Consortium", + "RITE AID CORPORATION", + "Sam's West Inc", + "Amneal Pharmaceuticals LLC", + "AiPing Pharmaceutical, Inc.", + "Pharmaceutical Associates, Inc.", + "Method Pharmaceuticals, LLC", + "Amneal Pharmaceuticals NY LLC", + "ASSURED / DOLLAR TREE (Greenbrier International, Inc.)", + "PURACAP PHARMACEUTICAL LLC", + "HEB", + "Family Dollar Services Inc", + "Pharbest Pharmaceuticals, Inc.", + "PLD Acquisitions LLC DBA Avma Pharma Solutions", + "Save-A-Lot Food Stores Ltd", + "Chain Drug Marketing Association Inc.", + "Cardinal Health 110, LLC. DBA Leader", + "BETTER LIVING BRANDS LLC.", + "Hy-Vee", + "WinCo Foods, LLC", + "AAFES/Your Military Exchanges", + "Lidl US LLC", + "Harmon Stores", + "Sam's West, Inc", + "MARC GLASSMAN, INC.", + "TopCare", + "Chalkboard Health", + "Lil' Drug Store Products, Inc.", + "Safeway, Inc.", + "Costco Wholesale Company", + "RETAIL BUSINESS SERVICES,LLC.", + "Discount Drug Mart", + "Select Brand Dist.", + "Rugby Laboratories", + "AiPing Pharmaceutical Inc.", + "DEMOULAS SUPERMARKETS INC.", + "ARMY AND AIR FORCE EXCHANGE SERVICE", + "FAMILY DOLLAR", + "BluePoint Laboratories", + "CHAIN DRUG MARKETING ASSOCIATION INC.", + "Meijer, Inc.", + "TOP CARE (Topco Associates LLC)", + "Aurobindo Pharma Limited", + "Melaleuca, Inc", + "DOLGENCORP INC", + "Sam's West, Inc.", + "Costco Wholesale", + "Strides Pharma Inc", + "Unishield", + "MEIJER DISTRIBUTION INC.", + "Landmark Supply Inc.", + "QUALITY CHOICE (Chain Drug Marketing Association)", + "Honeywell Safety Products USA, Inc", + "TARGET CORPORATION", + "Ascend Laboratories, LLC", + "LIVE BETTER (The Great Atlantic & Pacific Tea Company)", + "DISCOUNT DRUG MART", + "FAMILY WELLNESS", + "VistaPharm, Inc.", + "Unifirst First Aid", + "SAVE-A-LOT FOOD STORES, LTD.", + "AptaPharma Inc.", + "AmerisourceBergen (Good Neighbor Pharmacy) 46122", + "Precision Dose Inc.", + "Contract Pharmacal Corp.", + "Shopko Stores Operating Co., LLC.", + "Strides Pharma Science Limited", + "Guardian Drug Company", + "Genuine First Aid LLC", + "Hi-Tech Pharmacal Co., Inc.", + "Cardinal Health (Leader) 37205", + "XLCare Pharmaceuticals, Inc", + "Mechanical Servants LLC", + "VALU MERCHANDISERS COMPANY", + "EQUALINE (SuperValu)", + "SMART SENSE (Kmart)", + "L Perrigo Company", + "Provision Medical Products", + "Conney Safety Products, LLC", + "COSTCO WHOLESALE CORPORATION", + "EQUATE (WAL-MART STORES, INC.)", + "Salado Sales, Inc.", + "Actavis Pharma, Inc.", + "AAA PHARMACEUTICAL, INC.", + "Aldi, Inc", + "Allegiant Health", + "SuperValu Inc.", + "DOLGENCORP, LLC", + "BIG LOTS STORES, INC.", + "H2-Pharma, LLC", + "DISCOUNT DRUG MART, INC.", + "TIME CAP LABORATORIES, INC", + "Medline industries, Inc.", + "Cardinal Health", + "GREENBRIER INTERNATIONAL, INC.", + "Selder, S.A. de C.V.", + "Care One (Retail Business Services, LLC.)", + "Big Lots", + "CVS PHARMACY, INC.", + "New World Imports", + "SPIRIT PHARMACEUTICALS LLC", + "Wal-Mart Stores, Inc", + "Safetec of America, Inc.", + "Jones Packaging Inc", + "Granules USA, Inc.", + "HealthLife of USA LLC", + "7-Eleven", + "KROGER COMPANY", + "Western First Aid Safety DBA Aramark" + ], + "product_ndc": [ + "41520-495", + "55319-745", + "62011-0214", + "49738-510", + "59779-392", + "11822-3307", + "50804-199", + "72036-111", + "55910-847", + "55319-843", + "68210-0081", + "55319-661", + "37012-647", + "70000-0263", + "42681-7077", + "68599-8050", + "51013-319", + "55910-849", + "72090-002", + "54162-941", + "0363-0749", + "63868-794", + "68998-111", + "68210-0026", + "68391-199", + "69842-183", + "49035-635", + "0573-0179", + "63940-393", + "55111-682", + "55111-683", + "55111-684", + "47682-600", + "47682-614", + "47682-608", + "47682-609", + "47682-602", + "47682-610", + "0573-0170", + "0573-0174", + "0573-0171", + "0573-0290", + "0573-0207", + "0573-0232", + "69842-329", + "41520-685", + "49483-611", + "49483-612", + "69842-706", + "59556-805", + "59556-806", + "50580-184", + "58602-008", + "71309-111", + "49738-112", + "70729-291", + "36800-623", + "49035-408", + "24385-647", + "11673-741", + "72288-604", + "0363-0221", + "49348-706", + "11822-4461", + "51013-103", + "11822-3310", + "55910-074", + "42961-203", + "11822-0255", + "62011-0015", + "49348-196", + "62011-0213", + "49035-265", + "58602-200", + "11673-314", + "68210-4141", + "68391-212", + "59556-855", + "59556-856", + "63940-219", + "49035-897", + "45802-057", + "53746-458", + "53746-462", + "53746-460", + "67091-185", + "0363-0945", + "30142-198", + "30142-685", + "55758-310", + "11673-850", + "72476-110", + "59088-756", + "41520-057", + "63868-428", + "70729-002", + "66715-9752", + "11822-0291", + "37808-200", + "21130-911", + "47682-700", + "47682-718", + "47682-709", + "47682-714", + "47682-702", + "80267-604", + "50844-269", + "41163-710", + "69452-212", + "53345-014", + "63868-790", + "55910-845", + "62207-354", + "62207-355", + "62207-356", + "72036-110", + "67091-368", + "0904-5463", + "36800-166", + "55910-685", + "69452-239", + "55315-292", + "0573-0168", + "62011-0016", + "0363-0897", + "41520-745", + "50844-392", + "0113-7619", + "57896-941", + "55910-897", + "66220-284", + "66220-287", + "15127-335", + "67060-002", + "59779-897", + "0363-0166", + "51013-405", + "49035-166", + "69256-255", + "50844-993", + "62207-357", + "62207-358", + "24385-361", + "62011-0010", + "68391-604", + "59726-568", + "59779-166", + "41163-255", + "55319-248", + "0536-1147", + "37808-922", + "24385-604", + "58602-801", + "63940-897", + "0404-0017", + "36800-897", + "0363-0523", + "25000-062", + "25000-133", + "36800-292", + "49348-499", + "21130-921", + "0363-9600", + "56062-057", + "50594-018", + "41163-393", + "11673-749", + "70000-0307", + "0363-0392", + "68016-940", + "68016-942", + "68016-943", + "68016-944", + "62011-0004", + "70677-0072", + "72927-805", + "41163-521", + "70000-0360", + "64092-200", + "53746-464", + "53746-465", + "53746-466", + "41250-685", + "63941-745", + "49348-639", + "68210-4139", + "11673-604", + "11822-0131", + "21130-363", + "11822-0521", + "50269-000", + "49035-684", + "63940-292", + "59779-995", + "0113-1461", + "0363-0507", + "59726-199", + "46122-593", + "11822-8925", + "51672-1385", + "41250-240", + "70000-0259", + "41520-740", + "41250-991", + "41250-048", + "72288-461", + "55910-046", + "37808-647", + "50594-020", + "36800-183", + "57344-111", + "56062-897", + "72036-109", + "0363-1610", + "68998-109", + "41250-221", + "63868-470", + "68016-634", + "72036-185", + "63941-760", + "63941-762", + "63941-761", + "50844-352", + "11822-7892", + "63868-773", + "62011-0012", + "11822-0897", + "67091-369", + "59779-393", + "68196-005", + "65162-464", + "65162-465", + "65162-466", + "0573-0150", + "0573-0165", + "0573-0154", + "0573-0151", + "0573-0161", + "0573-0166", + "0573-0160", + "0573-1711", + "58602-902", + "30142-604", + "0363-0743", + "11788-002", + "11788-004", + "11788-006", + "0121-0914", + "0121-1828", + "41163-166", + "0363-0660", + "58657-680", + "58657-681", + "58657-682", + "0113-0788", + "37808-023", + "36800-993", + "49035-912", + "69238-1101", + "69238-1102", + "69238-1103", + "53746-140", + "53746-143", + "0113-7604", + "70000-0176", + "33992-0752", + "41163-897", + "55910-741", + "63868-571", + "51013-429", + "37808-109", + "0113-0166", + "49348-642", + "50580-100", + "55319-166", + "69842-701", + "0363-2323", + "16103-407", + "41250-920", + "59779-438", + "63548-0234", + "46994-897", + "55910-953", + "0113-0660", + "55319-035", + "67091-347", + "59779-971", + "62011-0011", + "41163-116", + "49035-186", + "63868-239", + "36800-461", + "70000-0291", + "68210-0080", + "69256-166", + "50580-198", + "41250-057", + "50844-292", + "55319-046", + "56062-647", + "37808-363", + "68998-320", + "50844-257", + "72288-897", + "69256-843", + "50594-005", + "65162-770", + "49035-661", + "21130-396", + "72476-112", + "11673-183", + "42507-131", + "67091-141", + "37808-604", + "11822-7893", + "11673-349", + "55301-199", + "69452-302", + "55319-568", + "37012-604", + "41250-726", + "69842-649", + "55319-750", + "62011-0222", + "55319-458", + "0121-0917", + "71141-114", + "30142-166", + "63940-199", + "41520-647", + "70000-0181", + "11822-0392", + "41250-419", + "41250-647", + "67091-130", + "68196-745", + "68998-185", + "63868-793", + "49348-876", + "36800-969", + "46122-548", + "11822-7891", + "55319-199", + "56062-404", + "11673-461", + "79395-003", + "72288-131", + "50580-230", + "66715-6939", + "41250-255", + "21130-749", + "51672-2130", + "68196-199", + "0904-7912", + "37808-921", + "15127-312", + "0536-3603", + "63981-604", + "67091-129", + "0113-0604", + "41250-521", + "36800-287", + "59779-660", + "41163-312", + "62011-0014", + "70000-0003", + "42507-408", + "72476-365", + "72476-366", + "37808-410", + "11822-1879", + "53943-292", + "15127-316", + "45802-140", + "53345-039", + "49035-745", + "0363-1761", + "0363-1764", + "0363-1762", + "0363-1763", + "0363-7610", + "55910-768", + "68210-0009", + "0536-1088", + "11788-008", + "11788-009", + "11788-010", + "11673-514", + "53942-119", + "53746-131", + "15127-905", + "55301-291", + "0363-1521", + "30142-897", + "25000-135", + "25000-136", + "11822-0231", + "55319-398", + "30142-745", + "68001-435", + "63868-427", + "58602-802", + "62011-0368", + "50580-932", + "41250-801", + "0573-0149", + "0573-0169", + "0573-1769", + "45802-133", + "68016-645", + "36800-517", + "33992-0843", + "36800-749", + "11673-255", + "24385-058", + "59651-032", + "0363-9601", + "66715-9700", + "41163-711", + "54473-306", + "50844-438", + "55910-521", + "55910-901", + "72476-109", + "0363-1461", + "41163-647", + "55315-393", + "68196-980", + "11822-1521", + "63981-598", + "21130-701", + "59726-046", + "11673-517", + "59726-661", + "63868-796", + "55910-604", + "55910-023", + "69842-323", + "63940-392", + "0113-0897", + "41250-660", + "59556-764", + "11673-685", + "53746-137", + "55319-396", + "55319-397", + "0363-0292", + "49314-0993", + "49314-1003", + "41250-286", + "21130-585", + "58602-212", + "71862-003", + "71862-007", + "42507-198", + "50844-291", + "63868-295", + "59556-811", + "59556-812", + "53943-119", + "59779-882", + "0498-7501", + "0498-7500", + "0498-7502", + "68016-633", + "11673-990", + "67877-319", + "67877-320", + "67877-321", + "0904-5577", + "49035-381", + "21130-745", + "56062-033", + "0363-0225", + "41226-601", + "11822-3061", + "11673-197", + "24385-059", + "30142-743", + "11822-6604", + "36800-753", + "53187-199", + "0113-0298", + "0363-5100", + "46122-010", + "67060-001", + "56062-074", + "59726-235", + "53943-112", + "62011-0367", + "0113-7131", + "53746-142", + "53746-144", + "55319-150", + "59779-197", + "41520-166", + "11822-1761", + "41520-897", + "66689-339", + "70000-0264", + "47682-710", + "41250-752", + "46994-291", + "63981-517", + "76281-119", + "50580-603", + "49035-716", + "70000-0308", + "46122-530", + "41163-392", + "55910-408", + "62207-320", + "62207-321", + "55319-054", + "55910-750", + "11822-0010", + "36800-811", + "49035-521", + "51013-410", + "42961-043", + "0363-0291", + "36800-193", + "0113-0057", + "0573-0191", + "41163-604", + "49483-600", + "49483-601", + "0113-1212", + "49348-229", + "0904-6747", + "0113-0074", + "68094-037", + "68094-494", + "68094-503", + "69842-521", + "10267-3846", + "10267-3852", + "10267-3909", + "68210-0200", + "36800-074", + "37012-745", + "41520-600", + "36800-660", + "30142-660", + "21130-392", + "41163-685", + "58602-002", + "66715-5839", + "11673-993", + "64380-807", + "64380-809", + "64380-808", + "11822-0589", + "0113-0517", + "72288-521", + "0113-0685", + "51013-422", + "36800-348", + "70000-0172", + "53041-637", + "52124-0009", + "68210-4140", + "36800-048", + "49035-598", + "41163-509", + "11673-992", + "50383-584", + "21130-877", + "49035-601", + "70000-0298", + "41226-610", + "36800-745", + "49035-660", + "0536-1089", + "69256-057", + "62207-365", + "62207-366", + "62207-396", + "62207-395", + "37205-736", + "41520-255", + "24385-550", + "51013-421", + "24385-009", + "36800-440", + "0113-7517", + "70000-0239", + "50580-933", + "41163-291", + "72865-132", + "29485-7625", + "68998-011", + "63941-111", + "41163-198", + "49348-374", + "36800-057", + "45802-897", + "37808-709", + "42543-964", + "42543-966", + "42543-965", + "55319-393", + "0363-0806", + "21130-026", + "0904-7914", + "58602-843", + "49035-198", + "49738-198", + "53746-132", + "30142-965", + "59779-517", + "0113-7897", + "53943-111", + "63868-791", + "41520-660", + "41520-633", + "69103-2525", + "57344-185", + "11788-003", + "11788-005", + "11788-007", + "46122-617", + "61245-084", + "49035-517", + "56062-604", + "33992-0209", + "21130-393", + "69842-891", + "66715-9739", + "56062-166", + "63868-281", + "24385-905", + "68196-981", + "63981-291", + "47682-683", + "47682-783", + "55319-817", + "50844-393", + "59779-001", + "62011-0399", + "57344-109", + "49035-693", + "57344-110", + "24385-372", + "63868-979", + "50804-217", + "36800-255", + "55910-197", + "55910-647", + "69842-643", + "41226-600", + "49738-745", + "11673-745", + "50844-268", + "67060-750", + "30142-647", + "49035-553", + "63981-121", + "57243-291", + "63868-759", + "68998-110", + "0904-7915", + "0472-2002", + "55301-292", + "56062-461", + "57344-811", + "36800-647", + "59779-291", + "45802-952", + "21130-358", + "64024-002", + "11822-0292", + "30142-521", + "53943-291", + "59726-745", + "37808-897", + "69168-335", + "49035-121", + "50580-601", + "41520-604", + "55319-517", + "37012-272", + "59779-108", + "21130-011", + "11673-166", + "49035-647", + "55910-517", + "41163-185", + "55910-932", + "30142-255", + "69452-263", + "11822-0660", + "50594-146", + "69842-851", + "0113-0647", + "68210-8100", + "61269-761", + "0363-0103", + "42961-050", + "37012-521", + "55301-393", + "59779-074", + "68998-112", + "55315-291", + "66715-6839", + "49035-749", + "50844-921", + "67091-348", + "55301-745", + "53943-214", + "70000-0240", + "66715-6920", + "41163-057", + "37808-057", + "25000-121", + "25000-122", + "25000-123", + "41250-604", + "59779-647", + "49483-602", + "49483-603", + "49483-604", + "11673-593", + "41520-943", + "59726-843", + "11673-647", + "30142-461", + "53329-674", + "0363-0222", + "50804-167", + "72476-111", + "55910-503", + "30142-513", + "68210-6114", + "69452-262", + "0113-2461", + "61269-763", + "55301-392", + "41250-897", + "63548-0185", + "33992-0745", + "41250-331", + "41520-695", + "49348-727", + "70000-0288", + "68210-0011", + "0363-0197", + "58602-003", + "70000-0292", + "55910-166", + "55319-897", + "46122-580", + "55910-651", + "41250-993", + "21130-699", + "33992-0393", + "36800-604", + "11673-521", + "63654-363", + "41163-212", + "0904-5309", + "65162-356", + "41250-074", + "70000-0262", + "72476-745", + "59779-292", + "63868-795", + "66715-9812", + "67091-321", + "50594-843", + "49348-927", + "70000-0175", + "62011-0030", + "42681-0026", + "59779-685", + "69842-170", + "69842-745", + "51824-064", + "69452-260", + "63941-301", + "25000-114", + "25000-117", + "70677-0046", + "63981-393", + "56062-801", + "49035-865", + "0573-0175", + "46122-632", + "51672-2138", + "0363-4381", + "50844-754", + "72036-112", + "54473-308", + "30142-048", + "21130-359", + "68210-0800", + "55758-304", + "59779-604", + "63940-291", + "64092-204", + "24385-546", + "55319-186", + "49035-228", + "56062-517", + "69842-391", + "55910-255", + "50580-409", + "70000-0571", + "0363-0255", + "61010-4411", + "62011-0407", + "11822-0166", + "21130-843", + "49035-438", + "36800-685", + "50580-120", + "0363-0240", + "49348-500", + "50804-750", + "0363-0393", + "68016-635", + "67414-240", + "53041-634", + "46122-110", + "11673-660", + "37808-393", + "69848-011", + "69848-012", + "41250-292", + "41250-293", + "69517-111", + "55910-102", + "10202-711", + "30142-249", + "41250-198", + "37012-074", + "53943-212", + "68391-131", + "70000-0197", + "50580-604", + "69256-660", + "30142-402", + "61245-085", + "30142-750", + "37808-255", + "30142-053", + "11822-0894", + "72288-255", + "16103-396", + "69256-897", + "81238-0103", + "0363-9611", + "68391-517", + "63868-570", + "0472-1760", + "0472-1764", + "0472-1763", + "0472-1761", + "72476-358", + "68016-116", + "72476-843", + "69452-305", + "56062-131", + "0113-7660", + "59779-313", + "37012-166", + "0363-0909", + "55319-249", + "59651-360", + "59651-361", + "59651-362", + "37808-699", + "63941-199", + "30142-517", + "11673-991", + "21130-818", + "21130-035", + "68998-012", + "30142-495", + "63868-709", + "63868-776", + "63868-779", + "63868-724", + "50844-353", + "0363-0438", + "63981-750" + ], + "product_type": [ + "HUMAN OTC DRUG", + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL", + "INTRAVENOUS" + ], + "substance_name": [ + "IBUPROFEN", + "IBUPROFEN SODIUM" + ], + "rxcui": [ + "310965", + "310964", + "197803", + "204442", + "310963", + "731536", + "197805", + "197806", + "197807", + "206905", + "206913", + "206917", + "900434", + "900438", + "206878", + "544393", + "731533", + "854183", + "854187", + "2178273", + "2178275", + "201126", + "153008", + "854762", + "792242", + "1101919", + "206889", + "731531", + "1359097", + "198405", + "731535", + "606990" + ], + "spl_id": [ + "0647c7c2-b153-4d8c-b72b-f63d43c41853", + "720dc13b-5778-44fa-a4d2-e35db0b2d589", + "397d86de-d7a7-4087-a017-f714b1c1dd5a", + "94690896-ffd3-59b5-e053-2a95a90a9a0d", + "ba05eb85-3c23-4392-8eef-7543b7017b40", + "df38102b-c46c-49b9-b9f2-7ec0de8dc707", + "eb7c5ecf-e1a8-48b4-a383-d4c21e589bd4", + "94980ed7-d37d-de9f-e053-2a95a90aa81f", + "a0afc12d-8d09-b79a-e053-2995a90a4c3d", + "b4b33a7b-6a8a-4dcc-99b1-abcf571d2fe5", + "9aa3804d-71f0-03d5-e053-2a95a90a7111", + "cdb24ae3-acea-41a1-9e5a-fc7df9840060", + "2c1e44ae-6931-4420-b7d9-e1c03faf844f", + "99e314d3-60e6-4ea9-bd2f-890712aa9f71", + "cd5a9c83-3217-46fa-91f3-c3f1d981f40e", + "c6a0ecf6-bfca-4f10-e053-2a95a90a5ebb", + "127ceac7-923c-47f4-a768-47f7e46b2e97", + "ec4314a3-25fb-4c2c-afb7-4c9b77d81f87", + "c292ff86-724d-19d5-e053-2995a90afbff", + "f6080edf-c278-4721-8335-4c299adf0c9e", + "a0e58d47-0ab6-4132-8d55-ae944d5223c9", + "941fee13-dde1-1a7b-e053-2a95a90a8384", + "bed62b69-93f0-3b72-e053-2a95a90abc26", + "b60dc430-2806-6471-e053-2a95a90a4d8b", + "77d8786e-c2ac-4d4c-a56c-190b8e612028", + "9a753b30-ac93-46af-a99a-acdf9b440288", + "9a390188-784c-490f-b049-891fbbafb64e", + "0c3d0924-d279-4c82-b8d4-25af5d59f6e7", + "1730e722-c43d-4903-a729-7adf8ee34d86", + "dcb60f6c-0033-bfaa-035f-8b2c5fc14673", + "c354d4b8-70f8-6178-e053-2a95a90ad980", + "c364be92-e862-36ea-e053-2a95a90a424e", + "4659830b-6f07-42d7-81d3-d8dee4465f5d", + "7d310b06-c8c7-4c73-ba74-d4909ccf4d90", + "a7ab73c2-f902-4645-877c-222486373633", + "3aacf896-adf0-47fb-9cc4-a85ee9f61367", + "2ec13f9a-0bce-4cb0-85c9-5f764f00dea3", + "ea87a1e7-61da-4204-b8fb-82a028bba42f", + "e31d5d4a-748b-4743-9b71-dc646b7190fa", + "ad55d9b1-17b3-4a17-a4a3-d95ba2943959", + "c3542717-7ba3-75ae-e053-2995a90adcc1", + "946b59b1-5c0c-bb67-e053-2a95a90aab2f", + "ddc06a6b-1e57-4d1b-83fe-28c4d68c4c8c", + "03e26b4d-1b27-4e67-b33e-5ce6f28135bf", + "29077d45-a3a4-4edb-bdaf-a39c22a0f443", + "ec68c684-da6f-4cd9-b8e8-4566cc51c70b", + "9f351aa2-3c55-4ea9-a7ab-9d934cdb5222", + "9ed4312c-db64-48b4-9523-8556c6596ba3", + "9c931a08-6b2e-4ecb-a3ec-38919762494c", + "17028d28-20d4-4ac8-8f0a-d4fdfcf6aa0a", + "7666ed58-ae08-46e9-bcbc-aa1c827956ae", + "b23cc43f-3c8b-496a-b6d4-eb260344372d", + "14db8d9f-66bc-4e05-bbbb-72a4d379c9df", + "bb907fe1-4c60-4a25-b4c0-5a99d9a3b29e", + "0b15f496-bb02-461f-8f6e-c77a70b2613c", + "a62e5f31-1649-4265-a1f9-26475d1badb3", + "c9dd20f8-38d4-4baa-b403-dd2602697c8e", + "b36b87f6-241f-47d5-9657-6e18842c27a0", + "736a69be-ea77-42a3-b0db-65d9cbe70417", + "c86cefe6-6df5-417f-a4df-7cc23ec8c675", + "f8b80a8c-ac9f-413a-8a6b-881fba2fe9c2", + "7ffbb607-1dd7-432c-a747-f8474a154393", + "c10b2094-f32e-5930-e053-2995a90a7420", + "cf59b967-633f-4ac3-805c-fc58e062baa2", + "1f4159ad-d58c-4519-932b-030cc2735514", + "1f499d0d-9d7c-4814-a8ae-69f58db6bd46", + "9209eb73-0cfe-408b-9caa-7759d5984371", + "d02eb754-b391-4304-81d8-6eabd7bc599a", + "2970d53c-41a7-4787-bcae-20777d4e4c2a", + "95101238-524e-904c-e053-2995a90abc3b", + "21ec9614-16cd-4eb6-b67b-f606415fe409", + "aa31444b-5c7f-4725-8caf-76837b02efc8", + "b0247be4-3c0e-459a-8925-0a8f101950f2", + "9d226242-5110-7f83-e053-2995a90af3ef", + "1456f59b-fb86-48ed-8a27-ac490a37556a", + "af106c99-05b3-21b9-e053-2995a90ab96c", + "a63f3857-92d1-0adf-e053-2995a90a3afa", + "f6a8255b-6788-4293-aa91-f5a42f5f6ce1", + "b837984a-f112-4a43-bdc7-bc3374baad61", + "e7bbd188-5e3e-4f1c-96d8-53f6de4b3120", + "c72acbd6-1857-6c93-e053-2a95a90add6d", + "2cd9f5f9-523a-4bc2-9318-6ec2d4d8ddae", + "f0ab6ead-f34b-4fcb-8734-d17ca2137718", + "ea4c7e45-b602-4d8d-a98d-6a18a6e52f9a", + "c354ca7f-c7a0-afdb-e053-2995a90a3fa3", + "1b709dce-5c71-45e6-b516-d510a0a8c25d", + "04587b21-7d56-498d-8faa-91dcc64cb194", + "eafc613c-f15b-4787-af2e-bacca163148e", + "ba8b0cb0-fdef-da33-e053-2a95a90a65fd", + "c0a95440-b423-48ee-ac93-4e7dd2093064", + "941f4b73-a4fd-3922-e053-2995a90a5923", + "1c157cf4-10df-4f4b-8924-98339137d812", + "be5674ce-e6d0-78ea-e053-2995a90a344d", + "9497dc3a-2025-4653-e053-2995a90a3670", + "af885c3f-3f05-1a64-e053-2995a90a99fa", + "30293465-3322-46e1-b3e1-b1d0055624e6", + "ad11c5e1-b190-4cc6-af87-b9098020bcf4", + "0719a417-449f-4db8-90bc-95ec8e552d57", + "8a81171c-e615-44f0-917b-a520ff7cb07c", + "82942f3e-0049-45a9-b71d-7ece9a43ed3a", + "1fdfc7fe-219f-4157-a7ff-75177d755c73", + "755db4ab-b3e9-4e40-b44b-2f43f31d1bad", + "90944f12-0906-4995-a2fb-518333c9edd3", + "4306e9a2-340c-4672-a07d-6acaece5cbf0", + "c44f1277-5f60-4f07-87ae-2f5849c0722c", + "05299d22-7241-4767-9fe0-97f84a1dc05e", + "9a64599d-592e-c1ad-e053-2995a90a5f66", + "804f89d9-e60b-4a6e-a706-c3439ebe755d", + "593183a0-5e2c-4d77-953b-619918e6d597", + "3df89568-790e-4459-b84b-64864e8a728b", + "f29f20ae-0327-4038-b377-8662689256bc", + "9a89022a-d2b7-48ce-8302-b1d3a273d2ce", + "1328b0fe-b9c3-42e6-bb6c-ab4229b05f66", + "147c7748-c76b-441b-9a6f-48e91eaa78e2", + "60730a7e-ad03-4cba-8329-f1892a171ddb", + "3f685e9e-f380-4191-9980-51b87a33b66d", + "343f06ed-3c7a-4d17-910d-3dea84cd7710", + "ba67be92-0460-58ae-e053-2995a90af488", + "c96018d1-2ef9-47d8-9a82-6b2aef290d24", + "92e6cfea-37f4-4adc-844f-d10035e4aef6", + "71ff9c73-0c9d-42f7-8839-7b3059c4564e", + "7447cd79-0852-4df7-bfcc-75f641e341c1", + "9c37fd5b-2dd4-4ad2-bb83-b022e8698b88", + "91eb2488-59e7-456a-97e6-2d69b3f1ad03", + "6028397a-aae5-4291-8098-d80f72a7fbd0", + "68aac0c6-72f6-4d0d-8cac-b50c5f3a10df", + "98084fdb-abef-4eda-bd7f-567e77637935", + "c9c5b672-d444-452a-93a9-a881d8eede2b", + "50e753fd-6482-4e78-b235-48978084a4d3", + "25bfd505-76ab-4f68-886a-32efe771206b", + "c6aff7ed-1210-4b02-e053-2a95a90ad836", + "4d94fd66-0f43-48d5-9184-4ce8ccd81f06", + "4fe47124-dc30-47d3-bd61-fe0b75a4cc02", + "5600a405-ae99-4b5f-8f22-f13348950bf6", + "634da643-671c-4802-9bbe-bfb6974e508b", + "267afdaf-0170-4a9f-871c-74e740b39503", + "c3363fba-292b-4695-bd8b-daa8f8d9bcd2", + "a84a5f40-4add-8737-e053-2995a90a0848", + "4b931f7f-aeea-4236-a123-7210f065e915", + "45fc679b-fde2-47e2-8d4e-0fcac50e9546", + "1da854df-c2fc-45c8-aeaa-53b5e3a96de6", + "bd4ef139-4321-405e-b5ed-4f7d528d7359", + "bc4e0169-4bfc-4c0d-860f-e6dfdf422c2b", + "91746f01-1969-4eb7-a01d-e5c7f9563ead", + "b6569c18-b4ad-4fe3-982e-b82aaf003be3", + "6e54c776-81c5-45a3-8689-7c64d94197de", + "44da9493-7651-480c-a2a8-accfb40663ff", + "7aa22b1a-77c3-4837-b527-1300f47a34ba", + "98bf99e1-1cba-40a6-88f3-71888887ab15", + "2d520dd9-2e72-4a1d-9afc-095c6dd75282", + "bd1f46d1-aa8f-4cad-90a3-75f10ad2cb41", + "5799a74a-ce14-45ed-94a9-867def8602a9", + "399240a3-8191-4fa8-bbb4-4d0118f8f7f7", + "94ef0a5d-af36-4060-9580-86e9e5d2ff96", + "b2a8035b-d522-479f-b2a9-21a293e90227", + "c10a9b60-1916-653a-e053-2995a90a25af", + "c9d0fffc-1cf6-42f4-a622-4cd665aeac2e", + "24a1b969-9477-4976-b5ba-daed1aec64b4", + "92cd98c8-db0b-4add-a894-521761e08326", + "3719d271-07eb-4fac-90d0-bf7e1ea119f5", + "83eaf636-fdd1-dcd8-e053-2991aa0a2bf2", + "9b93ff70-6c66-4b41-b5f6-d5802b6f2640", + "473ad7cb-6f94-4099-a649-19247fe47379", + "434a2693-9d77-4a1f-8701-184cf11d8668", + "620dfaaa-4552-4e14-924b-18540c3e6856", + "8f0277d5-8990-4372-92e3-3ac406b88b26", + "a534f0f4-1f99-4d45-a14c-beabafd5fce2", + "a13ceedb-820b-2528-e053-2a95a90afae1", + "ae417156-9919-520d-e053-2a95a90a3258", + "094eda0d-08c0-41fb-b02f-973d68232984", + "e8b01f29-291d-4a62-9b1b-ce0c43fb5ff7", + "1e727fc8-2201-4767-964c-0b8e794fd048", + "3b3ba02b-59e2-42c3-b409-144c8af96d81", + "84226073-0a96-44c4-a7a8-fb1f86d51f63", + "1da26c05-41be-4502-b0bd-9871b09ed10d", + "d53cb3f1-6689-40dd-bdea-fad3a841d482", + "a8839997-fca8-415f-a2b2-ae578e6c7396", + "f6c53ee6-426d-4595-a9e1-023724c9acd3", + "988e7167-144e-4986-9bdc-b98ab3aaec50", + "33c3902a-97cf-4159-91a1-54943110efe8", + "9250f199-9fbb-4641-e053-2995a90a1d04", + "27170beb-9e33-4e75-8434-9a4ee22f2d41", + "9497dc3a-200f-4653-e053-2995a90a3670", + "a526d142-965a-5328-e053-2995a90a1d0b", + "91c2173e-e271-55d6-e053-2995a90ab631", + "64bb61ee-2065-4e59-b4e3-d8e436436745", + "96a168ce-ca1f-18fe-e053-2a95a90a6e4d", + "7c11b868-fb3d-4ed8-8545-fbff7b327794", + "949851b2-e64d-d51c-e053-2995a90ae1e9", + "45f7d73a-d0e5-4670-b3db-4621517d6597", + "89ceeb4d-a603-4ff6-888b-e6748832283d", + "a7abacf8-c4e2-4bf0-e053-2a95a90a3043", + "6654b9bd-e9d7-4298-9c3a-5bddbdd496f5", + "fa0349b6-5c4c-484e-b68d-3920e6e048e3", + "1507abd2-77d4-4a44-99dd-a6e4a7a4663a", + "af886d56-0d28-ec1b-e053-2a95a90ae531", + "1f66589d-6ff6-4455-9990-e3e525a65669", + "2ad62695-900d-4c63-8e35-8e5ae2906efd", + "08ce59a6-4274-4d29-af2f-0a7ae48e2066", + "943017cf-1b80-44e5-bef9-20f6604dfb43", + "b5b4ba9a-1730-4930-b135-5d4298da5ba6", + "f2aeb168-7dda-4e75-897d-c18f31168b63", + "abcb151a-3506-4fa7-a049-a1c878ab3141", + "7c60fc45-3a27-9e52-e053-2a91aa0ab81e", + "aaf9a71c-a12b-8b02-e053-2995a90ad476", + "8fef5d64-6f5c-4df7-b15e-66af4b121cc1", + "d2c1c879-27b9-4ec7-abc3-4a6c286fc7f9", + "9d53122c-b5f8-1472-e053-2a95a90a971c", + "295ed76a-ed7b-4a41-9009-479e25448cd1", + "b019f0be-e2f1-4c87-bc2b-cecc458cc88a", + "8d21f530-834e-4b94-af79-202c7e5d929b", + "5f0eac4e-dddc-4995-9a9c-990e42ceb215", + "e02600ab-2d53-4b48-b921-b2b02736165e", + "a749468b-fa2e-498a-a06e-58896de3c2b5", + "0df8a078-f04e-42a1-a677-c38c1c6e5ef5", + "96d23aa1-3edb-4e77-b4f0-09ae2257efa2", + "c07438b9-b06a-42e4-b60a-de3605027dc6", + "e651283e-3310-43a2-9471-42805c038a37", + "86466de9-2574-4414-a3bd-dc6d1d663ffb", + "ae065210-91af-f773-e053-2995a90afa66", + "2b20a5a6-2db3-4cb9-98b0-28b22ef4a573", + "941c137e-4bcd-388a-e053-2995a90aca79", + "b7c7422f-ba00-4bb2-9b75-546d996a1785", + "3e6182d1-c8ae-4c78-94d2-f7e72a187f80", + "8965c058-ed23-4eb3-8bc6-332b25edc213", + "5e52cdbb-1ec8-4c6f-b064-f47af9b864a1", + "905a3edf-b13f-411c-b908-c28f932ee8eb", + "04fa7d2b-e977-42a2-af14-186529795f72", + "f37e5e1c-e147-4719-85fb-dedddb00e8e6", + "ec406c08-b8f0-492f-80a2-c7620733c298", + "d737b6ac-5c45-4cc8-b31d-974528c573f0", + "fe24039b-3051-44a1-b6ad-58281e898cd7", + "760214c6-50f9-4b63-993c-e34d438edf33", + "a8be48ee-6ac6-4b14-8ce9-ede12d77cc0e", + "18236c8b-21ee-46eb-b0f2-2c5649d6736c", + "38ac6f90-5072-4057-a8e4-f1b3967f3cc6", + "9650e46d-1e86-4479-e053-2a95a90ab8be", + "9de1b817-5799-4976-b544-d15ecf96c21a", + "55338498-0980-4851-a488-d67328f4429a", + "af0f9bd2-3b33-967a-e053-2995a90a9f6a", + "260acb4d-e8fa-42d9-bee3-fe4d355447f4", + "d3d7df4b-98d5-4d99-bb6c-b7a30f6b3929", + "85c0d70e-19fb-4db7-9f0e-db2223d49619", + "2eacf755-63e9-481e-8270-119be67e8d33", + "b5e702b1-d666-309a-e053-2a95a90a3ad9", + "997107ff-9220-47f8-922f-430d54142b07", + "f45d7747-aec8-4809-82b0-8e197919f382", + "10b2a26b-b599-4af7-a1c5-f9284c9a70bd", + "62c7c2d6-5bf7-4ada-a289-dcf89f89623f", + "188f0e08-f800-47b6-94cd-37f078b8db56", + "84302f3e-9552-40e9-9969-03e86b311bca", + "9fbad9c2-23de-4cfa-8ba5-a620a53023fb", + "a1037dec-8f80-468f-ba16-589fc4ca5471", + "c3380d42-e50c-4588-b64b-8eda4d550a8c", + "0e6fdea3-9f05-4079-b7ff-bb6dcc3f65b3", + "b304338d-5d18-4096-86ed-fe0382573fa5", + "ae140d55-e1aa-4e54-b994-9ef64dae9bcc", + "da872f5d-e8f0-49ab-bab3-97e82df576dd", + "b3fbe214-7b4e-4769-8373-c6b19d6d02ec", + "8c3ca03e-0ec3-c15c-e053-2995a90ad8bd", + "af105d01-a14b-3c0a-e053-2995a90afae2", + "9a5ec1c1-4590-458c-8777-ab8bc16c53fd", + "7256925f-619e-442e-bc04-fd57a9e3f6a0", + "180621f0-75cd-4855-ad22-4701779bb906", + "9a55dd60-2993-4080-b3fd-712434f7a057", + "a7abf2be-bb95-6c05-e053-2995a90a0477", + "69c951a6-e0b9-49be-a023-b4230b358aa4", + "79582bc9-d5cc-4cfa-b5bb-dcd316824f98", + "c46c947c-5da4-b741-e053-2995a90a5624", + "08be0975-39df-492e-b181-dcee7510b8da", + "7375e2f1-691c-4321-87da-50380ee01428", + "c0cb40dc-c6e5-4d01-b99d-3d16a18249f7", + "4a889cb5-0f86-46c3-a9d5-e79c5d97d6ad", + "c72d86c0-f34b-447a-a814-7b2ae5376104", + "a3a0dab3-0ddd-4126-805c-203dff2062e9", + "f0440c73-b493-44e8-93bf-e97458f0a888", + "ad15c11b-8e46-0878-e053-2995a90ab8f4", + "7a7b6318-b7aa-31b1-e053-2991aa0abf25", + "4c2fab29-f701-426f-a478-4fc9a0e5e467", + "bf5ee32c-7433-4031-a971-a73d0aa425d7", + "b289b1e3-854c-4d4e-b97d-16bdc5b1084c", + "a3fbf4a8-8ab6-45cd-85ed-ccceb48dc876", + "3d889843-7adc-41a2-a6b0-3caf223a2008", + "ab84407e-b584-4df8-a214-e951c80b3db6", + "eea972f1-2bb2-41b5-b63a-a044cbe65309", + "94554744-2e7c-e2fa-e053-2a95a90ac1f7", + "bfc30565-eccd-46b3-baca-e7fa5fa1fe87", + "7cecc416-5bfa-02fd-e053-2991aa0aa6e1", + "94200b9f-83b0-2484-e053-2995a90af234", + "baf2f7f9-5c99-414e-89b3-60bb4f1bf63d", + "94576f88-6f22-a4f2-e053-2a95a90acdf6", + "653e4428-9fa4-403d-bb74-b16c3e6741c3", + "a7aa59e8-a483-1c0e-e053-2a95a90a2ef5", + "1d86f628-752e-4c56-8a28-91603b45e1ef", + "72c62831-c091-4359-bab2-83993c3b99e5", + "d88c3afb-6352-4da4-bc65-af9f9b9b3367", + "a347832b-d162-45ea-bace-7b566d93a7de", + "a51d7098-0b1e-47ab-b08b-0651a3500cf4", + "1021130b-754e-46f7-8134-46b830504f15", + "491c08f4-fac5-4559-9ee7-2fa0cf054f07", + "3cd552af-c6eb-4df0-8bdb-2e8ebe7182eb", + "d34c5940-4f6f-4c7d-9556-97cdc46bdeee", + "94e17b38-bca4-4c52-a79d-0788a4628e0e", + "a3ac03fa-1b9d-4c9e-a02a-84bf8dd1b05f", + "6b380570-0e10-4a81-933b-9ba7704f0ec2", + "cf2d235e-7af8-4477-8d94-dcd696d3fd57", + "7428001c-fdbf-4105-87a8-1c28f73e049d", + "8f2e94ba-b4a9-4b0d-b35e-e40e73451222", + "7861ffab-30d1-4873-b953-d836f20de019", + "94555d2f-67ae-e377-e053-2a95a90ac2fd", + "5858d3bc-ebd6-4070-8395-18d6c7784d79", + "e72da7b8-515f-439e-8508-d5842c3b6ae2", + "f74d978b-5fa5-40d7-bd28-cba4269c1199", + "3a0cab0d-4211-4484-814c-cb4a2c2590cf", + "af0f9bd2-3b49-967a-e053-2995a90a9f6a", + "f4cad91f-00a4-4c2c-bd1f-e6330a0f5ea1", + "18c91809-9ed4-4404-9417-ff81780d549a", + "ee4506cd-0e34-4264-99a6-0ff83a5f2b72", + "a567db55-30c1-4d66-e053-2a95a90a501a", + "941c303a-c14e-6645-e053-2a95a90a59b2", + "c1c58885-f8c8-e05b-e053-2a95a90a46db", + "2e46e6f0-561b-4dea-a56b-1cab45d212d3", + "bde40a0f-eccd-4b3b-9b75-345bc661e6a3", + "b9b1072a-8798-4d8f-9fca-b0ae5729390d", + "8748389d-27ff-47b5-bbe9-03592e2d7d45", + "e84eee38-e88e-49a6-b725-81a5c8a4318d", + "9f5d1e86-1ae8-4779-9fb3-d4cb1ac265ea", + "33f45670-f770-461a-af2d-0f698e43248f", + "b5e6dff6-74d7-322e-e053-2995a90a056e", + "78eff731-1d31-4da3-9a7d-e5542fd8c930", + "c4e3a8cd-4de3-7c43-e053-2995a90a0b52", + "e25e3758-9914-4bf6-87c6-4dff207d3d77", + "c738adca-7ef7-4c37-91aa-8841a59f337a", + "dac0b17f-bee0-4438-a094-11ff699fe56a", + "16bd851e-4828-487f-95df-5f08fc841a3e", + "30173587-5e7e-4a87-a0a1-900073a982d3", + "937186e0-63e7-4207-ab9d-8021ffd406e1", + "7a7ace84-fd5c-4192-8ffb-ab4a1e55afa7", + "752f85e6-ef8d-40a3-a69f-9f283d3b01ec", + "18a77e1b-e968-4b24-89e2-10246b10cf83", + "b7b4d9ae-0bc3-9df4-e053-2995a90a4ede", + "a1391b3e-8468-41bb-ad18-5508b9f7a4a0", + "a8448cdc-8d58-500c-e053-2a95a90a349f", + "aa91a0b7-4ddf-0e1b-e053-2995a90a9f26", + "a4d5b227-c676-4ff3-895c-f57750610976", + "c2a405cb-a38d-4642-86d5-a46a6702bf15", + "bdd9d7e2-2c92-4463-a564-8f92151bc286", + "ae419268-b2f9-4693-8b1d-f43201a00df4", + "4dc19bd8-7c6f-48d8-a358-02c0dcd5990a", + "9d357b5f-b270-48c0-b960-4c038dba9a6d", + "97af2e88-971e-4ae6-90c6-a25801112ad0", + "935f5fe1-8ca5-4dad-ab91-0765681c5e59", + "23a528e4-ba22-4780-b80d-9e882ae2c9f4", + "57b19f64-4394-413c-95cd-c6f79eaea90c", + "08377114-ccaa-4c97-86eb-8079c1964de4", + "d9fb2be9-0868-4963-951f-c47448a0c5a4", + "24bf43e2-7efc-4393-930c-6a3e9324335c", + "a84a5f40-4adc-8737-e053-2995a90a0848", + "c6b75b67-fcab-8523-e053-2a95a90a0afe", + "80c77976-91df-3f54-e053-2a91aa0a79b0", + "7fafc13e-3fef-ace3-e053-2a91aa0ac2ea", + "e6e7af06-2838-436b-a4a3-eca9fa2b3826", + "e20cd7f9-5d76-45a2-9436-fefb977e996b", + "925f11c8-203e-d4a8-e053-2995a90a6198", + "bccade3a-2047-f668-e053-2995a90a5c32", + "c4ad2540-6236-4b98-9c9d-cfb3666bddff", + "18f1f934-7b49-4632-9eb3-45206d5d51f6", + "2d616785-6604-4d53-b466-d626c99ae5ad", + "912e20c5-a582-4dc7-8145-add220729b11", + "5414aa44-3cb9-4a85-a781-631929b4cede", + "fc3ce3bc-fafd-48be-83b4-96a4704b0326", + "816677fd-4510-4677-b4e0-5601ce347e7c", + "071846a8-36d8-4978-af13-f5a783ec97b8", + "9b1c7183-7ea9-4d7c-bddf-8349792116d3", + "666c0e65-9b1a-4c81-bfd2-76ae87266a6a", + "6f842ba1-e583-455b-a69b-ed881481f4ac", + "15ea5dc9-ea0f-46c5-8cda-125a5e6db91c", + "4597de6c-a0a5-469f-a0e7-df098f66b0b8", + "3b066e4e-2170-4d3b-ae9f-6a1e23212abf", + "f591525f-3e5f-49c1-9a90-a23744154009", + "0ce3c522-4b65-4cd5-b4a8-092714a0c4c4", + "53a52984-7614-42a6-a869-d8f845b99c87", + "5f77c518-6b51-4074-bce0-bcefa3129ad6", + "b99f3447-0a91-4118-92f1-e6fd3f0c9a27", + "df1b937f-ec84-4813-a4e0-f18ba259f852", + "adcedcd1-4b8d-0b57-e053-2a95a90a75ca", + "ffdcb111-e264-4e4a-bc21-149a8b83f546", + "c69d7a71-5388-2be3-e053-2a95a90a0c5d", + "bb5cd5d5-4031-226b-e053-2a95a90a7ac9", + "e7c23152-612b-4733-bb76-09a6929eddba", + "57bcf51e-e754-41c3-ac21-aa3bb0a05045", + "c125b554-d015-7ff6-e053-2a95a90a67c6", + "8b542812-7665-44b3-bb4e-24b5044b9572", + "9d1f6fad-5203-4a6c-b86e-15d4d9eb63ae", + "f22dc654-6ef3-4e17-86ee-193ca1ad7acd", + "145307ef-a92d-41b6-adea-24f4fc91b285", + "a7e27685-e2d6-4886-bfd3-1b25b0ae5c46", + "f7b02c65-1349-4932-ac78-fa72d084d748", + "8f9c207e-6620-2500-e053-2a95a90a9919", + "835ac6da-10fd-4bf6-8652-0791184ac312", + "a50e1393-c5ef-7307-e053-2a95a90a3c22", + "c9772df6-21a8-4bd5-9fdd-b69f4687b449", + "6b883ef7-cb66-414a-81ae-8c2587240eeb", + "9e5332ab-92bd-3a33-e053-2995a90a642d", + "232961d1-a7af-4955-840c-515ecdcd8a9e", + "307fe393-79bd-408b-9846-4a3efc533310", + "b9ff27df-f655-2d9b-e053-2a95a90a3f77", + "c428031b-70af-3d03-e053-2a95a90a82dd", + "57918e8e-5783-4695-8c70-4dc29e534c42", + "68ebcdcb-3f3c-47ca-bd2c-505f7726f0a7", + "191b3982-83bb-43f7-b656-47afb471a109", + "6d5673a7-3dcc-4095-a7ab-abb273552a8e", + "d6f9f8aa-3e40-4fa8-b5fa-4b6e5558504d", + "28e6db01-eb39-4d5a-9005-9f9ea516c839", + "591e1cf3-9ac4-45e1-a854-1feb84023206", + "bc7e9a74-1d43-4e0b-8ca2-ed4363958af7", + "a0bc4c87-bb1f-4aa5-b28e-ab0de9fcb855", + "592aa171-bc6b-4d5b-9e22-84554088dc79", + "feb250d0-cddb-448d-b08d-00a0fc091055", + "550a97ea-8c58-4eb2-9732-e66a0136d61b", + "8d09357f-779f-4ac2-9332-91a6ed918ee2", + "af0e5d46-a788-55e8-e053-2995a90a8d10", + "efa3f14a-2d5e-4b3b-99e8-0f1b679984cd", + "b31082d7-fe7c-4465-8c71-66e0c0533fbf", + "27a987c5-7fba-44f3-a621-439a4ca8711b", + "dcf65be2-1305-44c4-beec-f4d58071b224", + "646f0967-078c-4f3f-92b4-07df4d5d41b7", + "9f4874e0-68b5-49c8-89b1-63badcc69af1", + "8ffbff80-10e3-41eb-aaf7-d90c47e09f40", + "c8ce1637-f151-4bce-84ac-6b14122f0a28", + "57f615b7-65a7-42ba-93c5-9f838c9396c6", + "b1912c88-6233-401a-a321-4340809fa5ae", + "c364d274-176f-8a27-e053-2995a90afed6", + "9a902efa-8626-48ff-be0f-31513a89a688", + "af8ddf13-f3a7-4e67-9295-30165b7bde6c", + "944a045a-55df-4f60-8bfd-06e768ac4e8f", + "7f02e714-74c5-4be3-a4e5-b022a873f128", + "30a3a571-f371-4779-9e2c-a17cfbe6d63b", + "db4da85e-6233-4a68-a9a1-fe2bf3617b57", + "d7f8632e-0b5b-495f-85f0-15ee9742fc40", + "4576f100-5a84-43a0-8a0a-977f788c9ddb", + "e12b3a61-be40-429c-b2d9-233cb2ac2b80", + "0bfba1b7-da95-46e1-9863-b863a28f28e3", + "b57a2cc9-fc50-4b86-e053-2a95a90aee9a", + "98fcf92b-fcc6-42db-adfe-ba34e36485c8", + "71ff62e4-838c-4654-bf73-054e79d67a98", + "fc4544d3-3efd-4d97-9093-60396e2a4449", + "322279d7-7f8c-4ebd-8557-4418b0f224d3", + "b695d794-16d3-42dd-b6fa-fc6efd7a45bb", + "4b67e45b-f17d-480a-a4ca-32fefb966dff", + "4e75237d-748f-4531-b840-b32f33e92cfb", + "68d8899f-c810-405d-9b46-9294036781d5", + "c62b8a24-4bc1-287a-e053-2995a90af4d4", + "13cdf9f9-e7f0-4dbb-bd4e-7aac8d42292f", + "9169b376-f761-41da-b91d-f0186c11d4cb", + "ffa6a450-5dd0-48cb-a5ee-6cef38abec26", + "9374c934-9c3e-3b27-e053-2995a90a106d", + "aeb163b5-773d-4a07-b95a-898411d08b6f", + "62a7f514-790a-40f0-bec1-6ec46cf93cc0", + "1df3712c-047c-427f-b195-e3cd0a174fd0", + "673e46ce-81b7-4b19-a5fc-d3a05df97570", + "63f66800-1aab-4a58-bf83-25460f71fc7b", + "f0a24bcd-5b47-46e7-b049-e94df302d340", + "77cf0092-7436-14ba-e053-2991aa0ac112", + "b60c3ac8-a9a2-3e00-e053-2995a90abe5b", + "a9f54710-0a2a-4130-af78-ea0112cda918", + "d89b6f4d-72c2-4ceb-b172-6d712b5a7cdd", + "3b9cbb82-52ac-43d9-b2a3-15af86afda19", + "ca4290c2-445b-48e8-9cd8-c28bfc214bcb", + "e906ff94-535c-4fcb-9af7-162817cdeed3", + "1e90ac39-723a-40a6-94a5-6cae0f3024bc", + "5363a94e-e532-42f0-a3f8-d70e1dd13684", + "7461e50d-bfa1-4627-b691-089636b979d2", + "c6b6ec3a-e3e5-225b-e053-2a95a90a29e2", + "a50e2d64-2c70-918c-e053-2a95a90a69e7", + "4d7ffc9c-f121-45e0-a932-d67929412256", + "a35f050a-efaf-d1e8-e053-2995a90ae011", + "54782871-4d51-46cc-8fc2-e1f46786c3ea", + "18e5eed7-d3be-4559-93ca-b40ee26c7bd8", + "1fda427d-2145-4653-ad35-e78f2100c5c7", + "c5872fd7-c1a6-49ab-b245-0cd83d546c85", + "5e5b8dcd-c972-4d39-a622-cce3485cb808", + "17e378bb-bc0b-4514-a4e3-ce8c156b0dfa", + "3a32f0c7-c03e-4783-a429-08280993ddfb", + "61919df7-c078-0cb9-e053-2a91aa0a5e1d", + "c10af94e-1ac2-7808-e053-2a95a90ae51d", + "c818165a-2b6a-49e0-806b-136f71d6da4c", + "cfecbaca-e88e-4503-b37d-dd65d13e24d9", + "76b47c18-02e3-524e-e053-2a91aa0adaec", + "80c77976-91c9-3f54-e053-2a91aa0a79b0", + "bd546695-7e84-214d-e053-2a95a90a64bc", + "e8ab00ae-bae2-4edc-947e-9a83759701ef", + "7a04c69f-83d3-46ce-a174-b45625103b3d", + "ffb1ca02-c0d0-4a06-a6c5-322c4ffa173c", + "c977d929-8c86-49a2-a0a0-907c399bffc6", + "c39e4f66-f9c0-9607-e053-2a95a90ac2b6", + "37755323-beff-4c35-ba40-d175c26e642c", + "4360205c-32dd-4b39-85c4-b5e2ded1234e", + "22bd8b8b-a455-4102-81d0-7822c09998f6", + "6d3f2d87-4f22-4343-b8ee-c1a4b18362a0", + "ba5ad25d-c71a-13b5-e053-2995a90a7830", + "64da1cae-42ce-43e5-b4dc-beb56fc73d12", + "39ee2c94-390a-4b8b-a0da-e2be85b8ec90", + "590f8dc7-19ab-4645-bb3c-fb26242c52b0", + "1f723c4e-6023-4e9a-b1c8-868983ebc837", + "871bd1a6-0e99-40e2-af2f-39e804fa7c74", + "a15041f7-99a8-4b99-8bbc-727bb7554d3d", + "508bd30f-6484-49d7-9578-3d1b553a00b5", + "b63994ba-0a78-4864-8979-bebf7ae0ea82", + "71c28569-bc31-4d0d-b873-38741fb14b79", + "c8186bd6-a003-404d-a446-a460801f6148", + "0de44491-e307-43f6-8629-024173bc7d5d", + "7c4545e5-9158-4f2e-98af-8f822ff8c075", + "af0f9bd2-3b61-967a-e053-2995a90a9f6a", + "af0a1633-d4bf-c72b-e053-2995a90a0dc1", + "093e52ec-9907-464b-9fc5-ddc2df049836", + "2125e551-3186-48dc-93df-aed01ac90e13", + "59607cf4-eb1b-4370-8897-9df5211f337d", + "173e4d71-b3a5-43f7-aa02-b603311a7150", + "9180a3da-35f2-439d-9ad1-dae14e65900e", + "5f05d587-416b-4e2a-8cea-f20435ac68e4", + "94902ca2-1d14-47e5-9f63-37986eea3bb7", + "97de1f7a-7ceb-44f7-9d9b-7376c7dee681", + "ed81e7b0-1104-40ef-a152-248941069edb", + "3cd90bef-d64d-4fb5-97db-2cd0a72c9098", + "0cbd1e97-f29c-41e7-a823-103e7ae10e1a", + "301decb2-6822-4cc1-881a-b0d839e86bcd", + "bcebdc47-3f84-49f6-839e-c06ec629bc51", + "0b05f2b0-eba7-4d75-bac4-708a1c44cc69", + "c6ce8f14-52dd-4364-85ce-23651105d302", + "7de3b00a-2da9-4f84-a97e-63024a73e3c1", + "315aefb8-3453-49cb-8ca0-aa0e943a4206", + "3aeab4eb-7bb9-4447-8809-dbcbf2c7d8b3", + "af0e20e2-d5fa-48cc-e053-2995a90a36e2", + "9420052e-421a-0afc-e053-2995a90aad4f", + "bb9cb0af-884c-4855-87c7-ca9ed68dab7f", + "f59576eb-6f54-4ccc-8a0a-4da4fe0c2590", + "1cb44e65-c708-4ac1-a7e8-b59077f9d6a0", + "925382ee-b0df-636d-e053-2a95a90a2411", + "5bd8cf4a-096a-5a2a-e053-2a91aa0ad499", + "f0a7070b-8acf-49f0-88c8-c841f73242d8", + "c6b03e39-565b-e078-e053-2995a90a13cf", + "a373638d-0588-4c63-a508-cfce239859eb", + "de405092-f6ae-4c46-bd27-fe1b66492f1a", + "c54bffae-0f39-4916-ab94-f77efb4f799e", + "44e8aa05-de29-429a-accc-b2658b7fad1f", + "82ef00dd-b5f4-421a-8093-636ea7b690d5", + "c707bb30-7ce9-7981-e053-2a95a90a57d9", + "0e9458a6-23c4-446b-b10c-1d46d72ea236", + "2365a842-2673-4a8c-91bc-aa12445fb1af", + "a6babfc3-884b-461c-9f4b-341076b46d2e", + "e4667347-d34f-4bf3-9429-bdd094012601", + "f3c74ca1-4898-4bc2-92c4-9ae9cf9c14a9", + "c6a1ffa3-5d94-7009-e053-2995a90a32a2", + "6004a3bc-de39-46f8-a531-2982578a605a", + "139905c1-39ac-45c8-9ab1-9f8a8794e5e6", + "c8569ca2-66cb-40a0-8ced-886aab9e47e6", + "f71f6afe-6939-43f7-9167-69362b2a337f", + "de603840-ce3a-4248-86af-03c8a999bf12", + "925c495d-0c37-4c6b-e053-2a95a90ad1a4", + "0a949868-ae85-42fa-b1f1-1c2c155fb00d", + "94bdba04-ef9e-be1b-e053-2995a90a4ccf", + "e5317033-bddf-47ec-959c-8ba28d5aa461", + "dbfa4332-d7e0-441d-a54b-fc745d44a706", + "ccc52d86-bc67-4730-bb5e-55197d4569f5", + "e74762e4-bb7a-4289-a7c8-0483d1a5b863", + "259dbbf8-8b72-492c-b330-da8a2d7864de", + "98492b9f-8f48-42dd-b026-c37dcdc5f888", + "fe7a803a-dc80-41d4-b492-01a9b53536ac", + "c310d3a9-1ccb-8ed6-e053-2995a90a7752", + "28ff4119-4f73-4815-bf9e-7af89960edee", + "ab177313-55e6-4e76-8628-833dcd8e2d9d", + "c9e32aa4-eb08-40a0-bcec-4e20b4738769", + "93db533b-4cd4-43c3-ba68-0c627b9446af", + "8b735e59-95d8-41ff-9912-04c6fbf7452a", + "373dd5b7-413e-4e13-b79a-e2bb65514a99", + "b5feec7b-7591-4c4f-a13d-599d064581e1", + "7464a841-a9cc-471e-b937-60945f2bce51", + "af97c3a1-7b52-48bd-b430-1a453c3288c4", + "7cecdc2f-b792-7be8-e053-2991aa0aae42", + "012127a4-f871-4289-9fd5-c91cd1a986f5", + "1770ba2a-d7df-4237-adc7-ba1226e702ff", + "a58b5d12-a13a-7c17-e053-2a95a90a6e8b", + "57552864-4990-4732-9098-82ea4aff04c1", + "a0adc1d1-983f-4033-8337-db6c403733c9", + "af0b1d80-3e15-c056-e053-2995a90ae552", + "12c5c691-21ac-496d-9b4f-85ea88174c44", + "e51bb1df-6ebf-4f9b-9e7d-e1afbe85c550", + "77430c3b-8f38-45a6-996b-cc520f68e086", + "ac10573f-cb75-5bda-e053-2a95a90acce0", + "02abd52b-e144-4ac8-8356-267f91950abd", + "28711ac7-d40d-494a-b14d-c5d26e6cff83", + "80fb8f23-e256-4b8d-859d-a99f01a30988", + "d2082d11-d430-4f0f-98d1-0f55993927a0", + "dd8798ed-2672-4099-9025-ec57fba11d21", + "cec6ab78-18da-40cd-b32d-a8f86bee870d", + "efd20a4b-fd12-46e4-ad80-5065264a4203", + "fa79c1fa-e71c-447e-a24c-ab34834d7a99", + "2b9c3860-c76d-4dfc-bfe8-7b98d013eb73", + "eda004ed-3640-4e9a-9926-2eedccda65b3", + "05e64b95-b30a-4baa-a071-d01430089f81", + "e8b5bb19-3084-4f8a-a266-b98582f7cc93", + "6c80d6e7-11cb-483e-a8bf-99eff250a218", + "117900ff-eaa4-4a70-aa2a-132d8c1f6abf", + "36d41169-095b-42d0-a08f-d9cf62668587", + "31e0f074-cbf1-4762-91df-326d9642b533", + "3a735b15-2cf1-47f9-a684-0a4804d04258", + "93de453c-9860-73da-e053-2995a90a1562", + "c3371fb1-55f0-4740-9fd7-a6fe6ee9a60a", + "66a3539e-9087-47ad-bccd-5a715e253984", + "207ba136-9b6c-4356-b94b-217e8450c7cc", + "cc36ea96-46f7-4952-a4ea-5ed4ec784f13", + "b7b4f650-ec1a-9f62-e053-2995a90aa17a", + "03bf407a-7a77-415b-bc25-eb58d1bdd36c", + "1ed7b480-cc1e-477e-a5dc-e55dbbbf8751", + "afea807e-06fe-99d0-e053-2995a90a53cb", + "50a7aae6-aab6-4065-a135-ae5be8283dce", + "bcd14c33-e2c2-85ca-e053-2995a90a4efa", + "ada6fdbc-3b72-4239-8c7f-c86abc7c8136", + "38d61406-dadf-4860-882b-0ad409a0aae7", + "d234309b-86df-4cd4-9e16-8b754691b3b7", + "55de9f94-89b2-4bfb-a41d-6660ba6e7a6d", + "bed62c4e-34c3-6e3f-e053-2a95a90a2921", + "ff9b30b1-c454-49fa-bc34-5ced2f362559", + "953e6208-00c2-4bbd-b4b8-b7350362082c", + "00e3f203-3994-4fc1-bb17-627e34cceeaf", + "6cc1a36b-b32b-4f1a-8223-a3f11e7d0799", + "9650e46d-1e9c-4479-e053-2a95a90ab8be", + "050cd13a-8d19-442a-8eb2-52dd07fd16f8", + "aae3fecd-abb0-c76d-e053-2a95a90a1adb", + "cbedbc46-0e4c-46ed-b92d-be828fbcdddc", + "6cdeaf06-cb4a-4ae9-8979-92e1b85324fe", + "bb3ff985-9dfa-4161-8431-cb2b830ad935", + "b2cfae91-2360-445e-9933-78793d3b8854", + "a838f8d6-e1db-481a-8fd5-0731bda8f675", + "cc595e75-dfc0-49dc-ae42-3ff546d2e70e", + "f39c3f82-b1be-4b4c-8792-80cc16f24a9c", + "9af0c38e-0340-926c-e053-2995a90a30c8", + "e1963f81-d384-4360-9874-a3c166f2ca02", + "b7aa8454-c5b6-4aa3-8aab-bc5067d109c6", + "7b278c5c-bb8b-410d-9e94-911001a12336", + "d6eefb76-853a-48d5-ab95-68be4524dedd", + "1951cb2d-381f-419f-947a-d3885b8d1d51", + "99eb7735-c725-aa14-e053-2a95a90addde", + "7fc8aec2-a16c-414b-af13-f5c918052c33", + "01834083-6e33-4c88-9f64-60a07460d5cf", + "af106c99-059e-21b9-e053-2995a90ab96c", + "b16cbc70-b640-44c3-9e4d-8fac30f3d3f5", + "4d6163bd-1ce0-40bb-89fd-17a404a2c95e", + "a2a655de-a75d-909b-e053-2a95a90a089c", + "c4800cd4-0f7e-5654-e053-2995a90afd77", + "a8fc1b0c-dd69-4567-8eea-de4d9b0c7740", + "eec83754-2a76-42d0-9f6f-fd72ea1dfbd8", + "6222f467-6dd1-4b0f-a86a-2a00f8fd0701", + "3c936bda-a9ef-43d6-96c8-85ee957387df", + "9f12449d-6cc7-43aa-a4b2-b5e4844b38cf", + "b8d78a3f-8026-449b-8715-a81a8f62e410", + "c8d9c8c6-20fa-4a18-af80-47e3ffd4272a", + "9635ca21-85d0-4abd-b830-885f2dd904d9", + "0524397b-2fdd-4b93-96ca-b85c6596cb40", + "adcdeac9-18ca-4621-936d-75ec23119e94", + "b5e6f591-3ba9-3592-e053-2995a90aeb12", + "2794ba50-073e-4c9f-a466-31f69200cfec", + "0e1bcb06-be48-4efc-82e2-516582e02348", + "1db158b7-5b93-4100-b10a-03ab5de5ca94", + "cffbe584-ff08-4455-8992-8998dc81c238", + "87e54e84-40c6-40f5-8870-df4b476d2e91", + "9b41f9e9-5068-b912-e053-2995a90a1254", + "43a17dde-62a9-4c8b-a79f-b1f32db151af", + "eaf1e6b2-41d2-48fc-bb0e-09635d7ca108", + "e80121f8-0060-469a-89fb-466fb89406bf", + "6e333eb1-5b66-4f7f-a189-9c0f5c604cb5", + "f3e07e63-27e7-4fe7-9afc-15023e4a0218", + "2fb90d28-1a08-44bf-9cfb-1820294c07f8", + "82a1d588-5ad1-4ab9-8bdb-bfa044823dee", + "80c77976-91f7-3f54-e053-2a91aa0a79b0", + "79a46f8f-e792-448e-8dd6-2b9eee6303c0", + "312d6d3b-a143-4850-90d5-ad6c677545ac", + "06e2a025-460a-48c2-8e87-1de554609552", + "5bb4c9b8-d744-4c29-bb3f-88f494c8c1fb", + "5529b5a6-cbe8-40ab-9f28-70e33fc46704", + "ffc1d196-1f5c-4c70-8d03-a6005f3c8852", + "e30f7f75-b812-4dcb-9239-d26dd411ac08", + "c7305762-fd3a-33a0-e053-2a95a90a8a78", + "7d2b3ded-415a-45f0-86a3-2f3345d185f7", + "6c3984d2-12c4-4771-8a5a-2f388abd973c", + "39ef5c5a-b05c-46d0-a09e-8df6dddc56ee", + "daf68614-3cc7-447e-8906-e29a0698d9bf", + "8c9e16df-1eed-402d-bb47-240810785f15", + "e914472b-c785-4c73-b37c-4d459166cf41", + "64f6be24-c3ed-46c9-b2f0-2cfbf916459e", + "93b69773-9d11-4080-9618-d5df0ddc0b20", + "bbc1a709-b3f2-45cf-861b-64ab740daef5", + "f299069b-470d-4f26-88c9-5e0b239dbe37", + "e9519ea8-e345-4520-a58a-ed7f1b69be57", + "af0a1633-d4d5-c72b-e053-2995a90a0dc1", + "d833cc00-92b7-4b2a-8ca2-973d2ce70df3", + "3a4f681d-9d12-4c46-ab7a-379c94278044", + "f6c0e750-b79b-41d0-a13c-bc8d4ff0631d", + "ad361f5c-e976-404f-b2a9-4316f5a43885", + "d778b1d7-0575-4b55-a6f1-1598e8ebfec5", + "a19f88c9-4d03-425f-a52f-d47d8e060dcb", + "59b694b2-6f22-f17b-e053-2991aa0ab8b7", + "7a314b7f-91d6-4196-bd96-2470ff7b0b25", + "82e13eb7-a786-4727-9f5d-956095aabad6", + "ace7f542-047f-480b-bf59-a620b196f06d", + "505100fd-04f7-497b-ac1c-89c0b8b70af8", + "94980ed7-d391-de9f-e053-2a95a90aa81f", + "90305282-f302-42c4-e053-2a95a90a6336", + "4805ae2a-950d-4d15-93c7-b5b545c1146a", + "b1993c44-3d36-8ca7-e053-2a95a90a74d8", + "b60c16e6-44b8-5c37-e053-2a95a90a3b26", + "ac3c264f-da36-a474-e053-2a95a90abdad", + "3a4a8260-d11f-4285-9f2b-6fe83ee7fd30", + "fb6a8835-54a8-4f37-8f7c-0a01a6b27e43", + "ac8c25b6-13f9-4c4f-a51e-b82664e93fc8", + "aa407f8b-c73e-4f30-b985-676dff0991ac", + "759203fb-097d-45c2-9298-b7138888b099", + "38fe09a8-38d9-49e2-a951-d70aa7907e48", + "bcb5d64f-67d2-40a0-8c56-beb742dc96c7", + "71d1d56e-b34c-430b-a083-f305487ebfe6", + "9f4deb6a-a97f-436f-b127-a86223a6f578", + "3ed1d2b9-2887-428e-9879-f1313d28d82a", + "a1ace840-9c06-4d91-871a-5d610ef38930", + "b6cfa487-5d8b-4512-ac1c-ff65e130705b", + "f4128377-a30a-4fc5-8e9f-e3e4eccb798e", + "1fc270b7-c5e8-48e5-9710-ef016234a834", + "9bb8e2bf-4c38-487f-a7bb-710b9030be32", + "eaaf26c2-87a0-4cae-a8ae-fdc09543dc59", + "9cdad0b7-26ba-42c6-9164-d57eb36559fc", + "59bbafc0-82c4-4e42-b0b5-c66ecf0bd05d", + "92883e73-dbf2-4ea9-ba8d-3cdf32eff2b5", + "50b06332-6e1f-48e1-b767-6845cd7add07", + "4a85df99-4f30-4d01-bccd-09d1f6e84ac4", + "189fd6c7-79be-42c2-b4ea-912fc103c5aa", + "e6ccbc31-f7da-40a2-95aa-3712d34c0be8", + "db3e120c-cbdd-4942-8f42-91d9e06a985d", + "bca3f946-eb6f-6547-e053-2a95a90ac13f", + "510c1692-f23a-497b-8738-4b29e7c549e8", + "5ed935b6-4798-4a77-b4d0-e0530a4e6892", + "2c924511-2456-4c2f-acaa-0a2a92569f62", + "c000606e-20e8-4df6-8e7d-1ed8ebbc3171", + "b143d484-d088-c2b8-e053-2a95a90adfac", + "a1391a2b-81b8-51eb-e053-2a95a90a2d5e", + "a13ac87b-b396-685e-e053-2a95a90ab5d3", + "8e733e89-3460-49b9-a157-4f2f91bb14cc", + "ff22cccb-726e-40a1-b3dc-41e8eb3c4906", + "54c94b7c-c5a9-4daa-a0fa-6c94bf78e978", + "52380ddf-1ec5-4dd5-bfaf-3de4e1e0580f", + "f6695816-efb9-4212-929a-fe817dfae782", + "ad16014c-0182-4671-bbeb-953f6c497459", + "82a5a34e-29b4-480a-a996-462f5a0ae19d", + "e1b3c409-4f62-4ae3-8b0a-89e44408ba95", + "cadfbfcd-72c8-4052-b76a-a7b92cfb2ac6", + "00c9d07f-e7c8-4f06-962d-a773ab4e350f", + "24bf2ca4-e4fa-41dc-82ab-f31b4ab9840c", + "15840b75-d46a-443b-a8de-9c359e3ab23e", + "c6b06804-4287-6074-e053-2995a90a112a", + "d631a40c-eb33-4b22-8441-81db85f4ad2e", + "1d66e913-3f85-4dbb-b144-c75fca7066d2", + "9aed8ef2-39a0-64ec-e053-2995a90ac780", + "bee6e30d-57ca-4c0e-931f-7daaa2e7cfa0", + "ef3d3359-06e3-4554-bd18-bf19591295cc", + "b930519b-3c6f-4f19-8e84-227c44b06331", + "2a11b3d2-a518-4048-8cdf-3d67eaeca92f", + "b1a0cd90-c2ee-441f-a3d5-b0f100b68176", + "c3da110f-bd8e-2e5a-e053-2a95a90a9928", + "8b17c775-23a7-478f-bbef-61219ffabed4", + "ae064a9e-dad7-fa86-e053-2a95a90a16a7", + "62d5bbe7-4c13-413a-af8a-26e43636955d", + "a568fd1e-9bf1-3c03-e053-2a95a90a45b7", + "c42485b7-3041-4ec4-bcb1-98d20b7e23bc", + "b40fa623-107f-4805-9ba7-c350c0af0bec", + "ba89fbe6-546b-e10c-e053-2a95a90ade0c", + "d8462cce-e7af-4b02-8c4a-3121d8eebf40", + "d4fa5121-507c-402b-bca7-1c437003b8db", + "da59bc1c-06c8-4a10-a26a-00c365c02093", + "fd356398-4fc8-4b1b-830c-7afce38d0e10", + "5dada37e-65d3-40b4-83ff-dbfc316e9f45", + "e555c2a1-3a3e-4b73-9ff1-b1742e5b58e2", + "e4cc0c06-2ebd-44a3-b4f0-a79b2222ae7f", + "01e7ae99-de24-4cdc-aedf-58305a908c10", + "4403bf79-34ca-40d1-94da-b8638950a6d3", + "daa1435c-d41f-486e-bd4c-d2a197d82613", + "a50dd606-fcd2-3f70-e053-2a95a90a010e", + "65bf8766-e791-41c1-83d0-e3dbb163802d", + "16ba2996-bec0-4caa-82c1-05d01e56fe6d", + "af0fa2a5-9869-287f-e053-2995a90acc5d", + "a08bfe6a-73e2-4d87-bfc8-3c24c41690f1", + "560679f3-86ef-4332-90a3-b2d92667ac53", + "3875fb18-f6bd-4b6e-9320-cd623c6180b0", + "fd004bd4-4dda-4759-a736-1f9b0806ca76", + "4fb935a4-821c-4882-abd9-d1f4796d2ddc" + ], + "spl_set_id": [ + "03cdff8a-8890-440d-82b5-54ce809f88cc", + "135f910d-a5cd-46e9-9436-015170cc7e38", + "1d81eea7-0104-4b3d-842c-c763e290581c", + "27f32846-6b91-4af8-9190-755e1bae48e1", + "29b2ced3-023b-c2b4-51f2-9d127b4bc102", + "389454b7-c17d-4413-b1ab-dee9a13f81cf", + "3c8d5ae9-6d18-4fc7-a13e-63a11f062fd0", + "53589fe8-460b-47f7-8ac6-16a7168f3535", + "5398f5b7-a9a6-4f7e-a06c-e524b9939562", + "58376401-8ced-4df2-950d-51d8e5c44390", + "5c65b691-b795-44a5-abb7-931cd772f1a1", + "7dc46067-a6d2-4f4e-9c4e-9323c943b5db", + "8466941c-3c5a-436f-9056-30c9fe58ae51", + "913a4bd0-0784-45b4-b05e-3e7c016bbb86", + "9cd0ad4d-2f0d-4043-af96-638038bf8f6a", + "9d7526ee-f454-c29a-e053-2995a90ab8b1", + "acc4cbc8-085d-42f3-ad93-113e0b55631c", + "ad130a94-ec7b-4ea5-bef7-44a067b013d0", + "c2930777-794a-16a9-e053-2a95a90a12b5", + "ca9498ec-755d-4a09-9504-210dd48d6fed", + "cb901e03-3341-4fbb-9fd2-555bfa543ed5", + "dd1ead18-b89b-42c2-94d5-998835cbba03", + "e0846e1a-1b0e-4763-b110-b686576fc8c5", + "e172a8d8-779d-4ad9-b6b0-08a198a58034", + "e28d3d21-b86c-453f-ab2e-49ace4770151", + "e4f1fd16-db22-4fb6-8796-e2c4e30cf522", + "00b7fc71-8cf0-4c12-a479-146408f7f91b", + "07d4c400-b182-92f7-7574-9e0e94c39cce", + "23b3537f-5dbd-4517-a059-16cd430b35b5", + "24731405-219c-79b4-ecf0-7d5fbfda94ba", + "2910b50b-c8de-382b-e054-00144ff88e88", + "2923c4a3-f994-67a7-e054-00144ff8d46c", + "3079d932-afb2-94fe-f4ba-a3d8b5198fce", + "6d047655-2b29-4f74-ac6e-93b02c25870c", + "703869c9-7f12-4556-a2af-8e68942834f2", + "82aad715-f652-471b-840c-5151c66e5ade", + "884d51d8-4774-4dde-b854-32abfb4b712d", + "8ad91d2f-8f49-444a-bc1b-07a4f9ef5aed", + "9e1cdef7-921f-4163-869c-6c062e31c5bb", + "ad55d9b1-17b3-4a17-a4a3-d95ba2943959", + "c35426c2-c76e-4fdb-e053-2995a90a0f17", + "c8216cd0-2c4d-4ae7-a8f3-623ac993b1b8", + "e4314153-479d-4c0f-ba49-4d4efded304b", + "03e26b4d-1b27-4e67-b33e-5ce6f28135bf", + "0818b207-e7f7-4a98-9b23-7a4950efa8bb", + "08d9477e-3033-4b74-8f81-934f39e37e55", + "17b3ca97-1bd6-4e76-a47f-2e35ef36b707", + "3329f487-675d-440c-b7c5-d17a2b024275", + "4ce20d2b-2dfb-4405-b545-dd1f67b2c588", + "58272a5c-5882-420d-b359-f2c6db836fd2", + "5883ebd4-8cf7-45f1-8c66-e87416835fcc", + "67e09ad5-e010-4aa1-b86e-9b22331bf33b", + "6e2ea68b-13e7-4015-adfd-b7e5e2a40576", + "7877d6a7-9941-4dd3-8fad-886f5a422cd8", + "976ba88a-6428-40d1-a2fd-eac64963ba1d", + "99a76de3-166a-4902-b400-b262a4fa0ae8", + "9a5b75bd-536c-42ad-a9b8-41634083b3d4", + "a8507ff0-b9ab-415d-acbc-ea424e35d12c", + "c36847c0-4741-4178-8a1a-697c068591fd", + "c3f1b721-2bb0-4297-bfc6-7faaf9ba8419", + "d506fcb1-27e0-4495-b166-1eb6ed8dfa09", + "d6bb68ad-8cd2-4cab-b6af-4dd9bd2acb1f", + "da3fb7e2-d3ea-43f9-9619-4013454929c7", + "0ca0b6cf-7d1f-4673-b9b9-48f78d80c00a", + "1f4159ad-d58c-4519-932b-030cc2735514", + "1f499d0d-9d7c-4814-a8ae-69f58db6bd46", + "2daee8c1-d05e-406b-af65-b81bbbaa244d", + "49924f8e-7dff-425f-b5dc-9d379e052ea3", + "59f14d2b-f48a-4c25-bea3-3dc9100898b2", + "61cd9140-eded-4bcf-894b-a163fa5f3e10", + "6bd8a0c2-314f-47cb-80cd-1d4dd92b209f", + "7ab5f444-2a44-4691-8dc3-ca3dc05a46f0", + "804582e1-730f-4d14-91db-2a9f6287b8a0", + "822d9def-504c-9beb-e053-2991aa0a280e", + "8afa435a-5d16-4c47-9c7f-5039de03e206", + "8f9f308f-0ca5-12fa-e053-2995a90a47fc", + "a63f3857-92d1-0adf-e053-2995a90a3afa", + "ad362e72-7c2f-4985-bc74-08fb2d697bdf", + "b234d42e-1333-48a1-8565-35d9759e8085", + "ba106f6f-2c6b-4c98-a10e-d27622b08b25", + "ba5a9a04-993e-4fd6-bb40-6edfdfb69b34", + "d9e698f3-c450-4eaa-9cfd-6f48c2656081", + "e7e2b766-6d05-49e2-9e88-72454b857935", + "f1f7946a-d85c-4407-bd24-86d2ac99e4f2", + "0607edb0-1b3a-2ccd-e054-00144ff8d46c", + "1b709dce-5c71-45e6-b516-d510a0a8c25d", + "36e682c2-37d4-4f76-acfd-99dd13a3f6ab", + "3a166a74-cdc4-4620-b796-750464e15dc0", + "4bc6e8f2-ba95-4352-80ed-b44608fc4936", + "58bff8bf-5a4e-4390-9c03-e266d31deb6b", + "5d080254-897e-4f1b-bf0e-af61f8e5417f", + "759e5cf4-641f-4b3c-bc06-9ee0b4d010fc", + "8804564c-9e1b-43c1-8b58-fd6ace645f00", + "9d5c994a-8363-4ddb-956c-e12b79a32a58", + "9d78644d-83c7-46d1-8156-0d76acb7c299", + "b4962985-47e6-4389-874f-76742b086e2f", + "d1bb68a6-3a29-4a4e-b4e9-413cc8d16191", + "d2dc2f71-c0cb-4e6d-85b9-fcf386e207a0", + "d7d00fe3-c537-486e-8156-9b56b550bff5", + "dd8ab2f1-67b9-4362-bff5-f7880b5bf47f", + "e4a6219d-4ad4-0119-4cf8-7fc39b4b5979", + "e4c2ccda-1f20-4184-988a-b0d2680eb072", + "f67612e8-38f3-4d1c-889b-57995a2f9f66", + "016299ef-ad40-46fd-acfc-e74ffee3d9b4", + "027ded51-aa01-6619-3938-c8162a421cf3", + "05299d22-7241-4767-9fe0-97f84a1dc05e", + "0744c3ca-4224-4f6a-a033-880949b544fd", + "0c0cf516-b3e7-474d-885c-897574365be3", + "1eaa7790-f1a1-4f51-b10a-cbbaf033f684", + "1f7d95c9-e807-47d9-8d68-f9d0a94b8883", + "2f063e11-9415-4ad4-b533-206384eb9840", + "4459298c-e0bf-4a10-b68c-6f83fefde7e9", + "4eb60055-3331-498f-92d6-c5fcb9673bed", + "73eb763e-ce21-4cff-854f-3297f20f1f61", + "7817923f-4c21-4943-a7e2-dad4e2915fc4", + "7a603e5c-d51d-4714-b24c-7d78b23b47e2", + "8f33b3cb-da80-405e-b5a3-271d08666ef1", + "b36c24b3-7bba-4698-a71c-ca617ea1060e", + "b8f43352-f771-4722-b843-f3e29f77c7c0", + "c72da2c9-b3a7-4581-90e2-6537fb892ab3", + "cda57e42-6106-46ee-82d1-479a692ee5bb", + "cdea79ae-7a1a-4fd1-a37b-48355d471011", + "d96f74b7-eb2c-4093-ab47-2e17ae5a9351", + "ea2ba726-0199-42ae-9c60-4b068df35e64", + "f09d3c41-f202-4c74-a67a-235d23879a5f", + "05c4e6c7-bf95-4e05-b7da-7a8778de342b", + "06173bcd-1e17-4bf8-95e6-d03593585446", + "085dcc1a-e4b0-4d08-9476-72275382d1a1", + "0ade8ee2-7c74-4b05-925e-d92742fc2b90", + "14b8890d-237a-4203-bc4c-c08df4441ba6", + "267c7c8a-2f3f-1f4d-e054-00144ff8d46c", + "2a8ba703-587f-4717-a9d5-ee142e36a4d9", + "32eb1ff1-07ec-441d-9d1a-a6c05ced4427", + "403ec259-3be1-4e0b-ab7b-fee213b7eabe", + "59a88ca7-eb37-46de-9134-a5a6d330bd49", + "72408ebb-af62-4243-9d28-7f43447f2cfd", + "73fd99c4-0265-4ae7-88f9-9a22dfdaae04", + "746f79aa-3036-1b9b-e053-2a91aa0a1db6", + "84aea3fc-4f3b-4a76-a3a6-94ed6549dbea", + "9f01db50-ad65-41e7-81d5-07d5d240673e", + "a292f825-25c1-40f0-beb0-a3aff736e855", + "a45296d4-af8b-423a-8154-cc7c99b2a9cb", + "b8ef9934-4877-4de2-9c28-1cf96c48cb8c", + "bc89cfaf-33e7-463b-8b72-b31877767be4", + "c90ad693-174f-4ef8-af01-0ddaebee8902", + "cb037bc5-405a-4029-8d18-d06c62f87682", + "db561ed4-8f1e-484d-b37c-a6f0b72557b4", + "dbac2e70-5b79-4212-acd7-ec6ec63cb41a", + "e3aac5f2-5626-48c9-aad3-d8bccf893d14", + "e5b2fa58-704c-4745-aa9a-0bc76a369ce4", + "fae305d6-f99e-41c2-84e6-4fb9114a4131", + "faebc392-0fd9-4c71-8471-beba10dda022", + "02681a10-eb8a-457f-8aff-12e6f29079de", + "04b4ed2b-5f43-4151-b355-ca1bb469658d", + "107a79ca-1917-48d2-9e7d-b87ab4bade17", + "119263b5-c3b7-46dc-a3bd-9893bfd24628", + "2919fe8b-9c76-4ef6-851e-3247782cef44", + "3746c3ab-4c89-4b0d-bfc0-7227e0390dfc", + "4058b970-217b-460c-96af-b7cba62337a3", + "446f952b-ad82-43ee-bad3-0a182fa49de5", + "4e7516e1-184a-45e9-b908-228121f163f6", + "4f36ce54-21d1-4e5d-9809-6df7c78f54db", + "4f932219-d386-4345-8fe9-6fd83c06ee52", + "59fc39e4-d155-46a6-8a35-86c0c1a61543", + "620dfaaa-4552-4e14-924b-18540c3e6856", + "695e2435-fea1-4889-a3e8-a71c7dc5688c", + "8b27f064-3ded-453d-b656-78daf35e87bd", + "a13cee82-1c4e-0cbe-e053-2a95a90a3ab8", + "a7ac8b55-2758-400e-e053-2995a90a0eed", + "a8b46ae5-67bc-494d-850e-b4e4ed5a33b3", + "aa0d1dd7-da62-4911-8781-8c373f0008d6", + "aa5baafe-3ebd-47a8-826f-59330e8751e5", + "bf88f91c-70ed-42be-b79c-ec60d4f0acda", + "c0c64ba5-b6b0-4221-9e44-110d92c93782", + "c5fb8d07-cba3-4630-9747-c6a141be3875", + "d53cb3f1-6689-40dd-bdea-fad3a841d482", + "da9d0301-ec14-40c5-b0b9-17096913a849", + "e00acbc0-352e-4ba1-8433-18a3079f6743", + "f32f7e89-7d54-4001-92cb-b062c059fd9a", + "fac7af67-dd2f-40c1-a310-a7fa8fc90a9e", + "0ae0b0b2-5c0e-45e3-9ec1-b92e6f3eff1d", + "1af04e26-e32c-4c1c-bbda-2c78f2030ac6", + "1fa28cb4-ae7b-4fa9-ae64-9bd8ccfcc633", + "3ce5b71b-f841-444f-bf66-023e4bd9aa16", + "47434f23-5ac9-4cb4-a963-7c8bf9e06361", + "4a010f4a-5c41-418e-b6d1-93a6ce0644fc", + "553d16e1-928e-4919-bc53-6683a035e2b0", + "6c593a9c-680e-4645-8e8f-d8d044c92ca1", + "87ffbf01-54de-45a8-b2a3-367d21927882", + "89b9007e-49be-453f-a0ed-c572b56e0ad7", + "8ebe3e16-b7ae-d333-6671-5bc935e25900", + "a7abac4c-7695-cfe8-e053-2a95a90ac1cd", + "bfda6547-19b2-4230-87a1-a68fbec740b4", + "c4b84a3b-07c1-4e08-b837-28bfb32bc321", + "c6e68886-edcb-414d-9cba-0d97772ef8b6", + "ee867519-227f-44ba-ba8b-2dbefcc9fc67", + "03612ed1-e8dd-4964-b394-7eb613c1df0b", + "0c535976-ddf3-403f-af36-fe7be40da59d", + "17577b3b-e755-45d1-8b53-775d058578b2", + "1a665e64-9f30-be37-4a83-38789f1f1e89", + "3b0e77a1-b49d-4c67-81dd-66450dabcf3b", + "6307485a-8be6-40ee-899b-00eb3ee8ce61", + "6d1d131d-0741-4a75-8383-9322f4f3faab", + "764ff65b-e6de-62e5-e053-2991aa0a94e5", + "7a6832f2-2d80-483c-bde3-e6cacb7c318a", + "811d4360-7468-4ef8-a60e-6e9a6e169de0", + "884f1e7a-37a1-457e-a940-ee8af5434c89", + "91cf4563-7dc2-481a-aa1e-d39f6d8e5cb2", + "ac66c5ba-97c1-4e13-8c9e-d4b3be442faf", + "bbcfea51-4c57-4a2c-a0ac-2a189c5ff38a", + "bcf7d4c1-1f99-48df-8f74-9abeefa8d41d", + "cb897d65-7e98-4d02-be64-0704416a0f29", + "e07d989d-1b0e-4cc1-abf2-93c8b208a29a", + "ee241be0-35f8-4789-a71f-98de31d6a590", + "0713e571-98b4-4b7f-88b5-6b245fb5cdc9", + "63b8d389-7feb-41d2-8970-b7d5660ccb4a", + "7eb06d18-08b8-41c9-a3ed-7bbc5d69c0b5", + "835c3bc8-fb55-4b7e-98ad-3d84d089c8cb", + "8de40427-1be3-4a86-bc4c-9659ebaa203f", + "9c1cc205-b9e3-03fc-e053-2995a90aaffb", + "9e86b6e5-5374-4699-a0d1-a4c3d069f262", + "acf86f62-1d55-4281-95b7-8b2b51eb7c89", + "b8e3ad4f-3212-4674-bcdf-a60a6b23d7bb", + "c0314677-1947-4acb-ad84-90b520a40b0e", + "c2302bfe-b367-4867-b803-29f066a42dc7", + "c61eb2d7-0494-424a-b692-b16d7938591e", + "c92677b3-941a-4797-b2ce-eae2db83477d", + "e9de0e3e-3049-4e6b-b629-932b26de7caa", + "ec19af1f-59a5-4f86-9b53-e0511df30a62", + "f30e511b-d207-478c-b0cc-b3a66e205b5b", + "00653b7c-7099-487e-9a01-e89781c21323", + "1662a495-4f6a-4515-a405-557681e1a496", + "19c38438-b5c1-4c4a-8377-a6a65adf7a1d", + "2b9e71c5-9b32-4b1b-a479-e5457a1f9afd", + "321d6b3a-3dff-4334-b6ee-6ac801b9907c", + "3d65c7b4-11be-48b5-aa00-96653f813160", + "60130bdc-6f45-4998-b53a-cad6cbf25036", + "60fd517d-608b-473e-8a44-eb9842459997", + "8db1ce36-25f8-49f6-ae26-ed22aea47dbe", + "8fecb3a8-d288-cacf-e053-2a95a90ae238", + "9f3863aa-38d8-4abd-bdd6-2421e2f2cb4f", + "9f8730d4-82f4-4c0e-a29b-c77f76245ed7", + "a038b1b0-278e-4b5f-b949-f4233e98f3cf", + "a41a0bc2-ef7a-44cd-a42e-aefab41323cc", + "a4e5c36e-0742-4b4a-abed-baace5873645", + "b04c2ae1-1a03-42d2-86c7-592dcd13018c", + "c57f6ded-c0bd-45ae-823a-4c02ce334d98", + "cf24da4b-69de-43b6-9a84-b474c912ae3f", + "d3b8d35a-10b5-a31c-8ced-eeb100c0fd7c", + "ff13ff8f-ef17-4d08-bd44-058a080c8c61", + "032decc5-9f7a-4f12-8ca4-a95a79a426c6", + "0a9a54ce-572f-4a96-922f-cc136d2d4aad", + "0ef3f4b3-9af5-4243-8d45-dd68f7285229", + "0ef4913b-5dc3-45bc-9cef-58601f8d2a79", + "1204267a-5505-4257-837b-8902b7571347", + "3113202b-e2dd-43dd-984a-9ab791c10130", + "3e9beb2c-6cb7-4f23-97bb-58f4b32fe851", + "5f27dd3f-c735-417b-95e6-26dc5aae5a7a", + "64a07878-a2a6-4089-a26c-55764cb94c6a", + "8c3ca03e-0ec2-c15c-e053-2995a90ad8bd", + "8f9f40f5-625d-3f2e-e053-2a95a90a438b", + "98de2d1f-03c9-4051-b220-2a7acd423a63", + "a000f4f9-574b-402a-aa14-08388d248c90", + "a28f54cb-08f6-4b29-ac4e-67e19aa2fa07", + "a340ed68-debb-4c1e-97eb-82f6e9e3854f", + "a7abf95e-d444-42da-e053-2995a90a88d3", + "aebca798-1a21-4866-a949-288f412259c9", + "ba3b5e46-06a8-4a97-a3c7-dd039ced1ddd", + "c46c9c36-8844-7b50-e053-2a95a90aa0e9", + "d024dace-3c22-4a15-962a-ce315337905a", + "d2e98cdd-e5f2-47ea-b538-cd8c1144b917", + "d42f9f7c-fe4f-45eb-a455-bffb41295fdc", + "e241ca5f-04bd-4bc9-bd0c-ca22841c4a3c", + "e547d525-a5c7-4f83-9006-2e147438365b", + "ed8e32e4-b9ec-456d-8666-6ffcb7bc012e", + "f0440c73-b493-44e8-93bf-e97458f0a888", + "f7ca037c-3f34-47db-acd1-c2e25045c860", + "0ca02f8b-4413-4e7c-a67b-8c67c53e1343", + "1344a190-c331-490d-9df7-8a5ef6d52ad9", + "1f55261b-5910-4f08-909b-498db4475e03", + "2720b8aa-4361-4cd4-be26-aa6dd1692d12", + "2b0c3bb1-7667-403f-99e6-13c83755b1b5", + "2bd1438e-27b1-81ff-f8e1-0f5b50b04581", + "3b15dc44-ae1d-43c6-b6c5-05fa31beb554", + "66b19ed1-6cf9-4705-82cd-02f23c6379e7", + "6fc412b9-842b-4ade-8f57-56abdada9963", + "74ad11b9-8976-463d-89a3-2b9f5acd0c80", + "7f366669-9d31-46c7-932d-02fa64b11f30", + "8271ef22-9ccc-4694-bba6-9e41e770a86b", + "82ed68b3-4a91-4797-af31-4df1e77fb0be", + "86a99224-a061-9d05-e053-2991aa0a9c6f", + "a07c45b4-dc98-4b73-a1c1-84b108cf37e9", + "a7aa790a-6d6c-7929-e053-2995a90a1cf8", + "bdc837b0-f433-4f89-8f9f-9e8fafff36be", + "bee4b754-c476-4d0e-a1b4-4db8861af84a", + "c6347c86-9ce1-46ca-9631-7ef9c0ae8913", + "c63eb5c6-adac-4d23-9661-1081ba4591ba", + "cd15159a-9ed5-453a-9ad4-0c9688204c82", + "d21129f8-4d96-4e36-bc39-a534306dd77e", + "d7cea899-b32b-404c-8491-13a8d487c148", + "e28e64dc-5f4e-4260-953a-3de38a5eaa76", + "ee962ea9-7218-4054-87ea-88bc969220f3", + "f4dad3d6-1366-4bdf-99eb-370ab74a6b9e", + "f51f243a-475c-47b7-948f-aaf45c19dd66", + "03993008-7bd2-465f-b5a9-1cbc3c1fff02", + "4805977f-a30b-4f86-9ef5-e66ad6b8bd53", + "4f20325e-126c-4535-b9ec-ac19022d1120", + "564e434e-5396-4b49-a06c-4b93c61d142b", + "65d8d650-9afc-44f7-9409-a3aa3014d4ab", + "68321c6a-a5d3-4336-8b4a-078ac4e33436", + "70d0a429-27c1-43a5-b2ea-a9919e0910f8", + "74bd0237-f93d-411b-8bc2-874837df6721", + "84598730-eb25-4f9d-9b9c-d8f6cdd5c828", + "876aa63a-4c45-48b5-98e2-bab3977cc12a", + "8fed1f86-49a0-4747-e053-2a95a90a42b8", + "96692a89-7887-40cd-9e77-36d928f29d4a", + "96da60f7-06a9-438a-ae59-8609fdd1587d", + "9ca0ca57-c2b9-4f0d-adfc-6988871f011a", + "a567dc6f-bd83-b9f5-e053-2995a90a05ee", + "c04ad0b4-5d8a-4861-9eaa-b2aaa7b19664", + "c1c58a2d-9ffd-69d0-e053-2a95a90a5718", + "d0ebf2a7-551b-4acd-be60-2d0b936dd703", + "e7cf41bd-c564-4f70-ae31-268d947648f8", + "efb728f2-fe74-4833-8f0c-710d833abf6e", + "f42506f7-896c-47a9-a4b1-ed72434d7aa0", + "f762c0a7-2e05-47e9-a4ed-827dfd09c685", + "fc6c5d85-2047-49e1-b8a1-02e4e2c102a4", + "0e95aab9-3a7c-49c3-b8df-f66d6f31aee0", + "245f20c8-c0d4-4951-9181-40ff49c3c296", + "3023a906-f708-4d7e-994e-c121741b6cc5", + "3e131710-2579-446e-8076-f602ecea813f", + "3f349e32-10fe-4cc2-b3ce-235a640bc727", + "4ca54293-9e81-4b24-8112-734f28cd2c55", + "57cdd1df-a303-4265-a2d6-1d0b87105a28", + "5ff2bfcc-174d-413a-bf3b-d7bd53048ea8", + "718a4b73-5f46-4676-afda-f0b4819f5862", + "7b798146-393f-422c-87f0-0bf800df0c71", + "7b84c5bd-334d-402f-a93b-d11196b5a130", + "859d7190-586f-4766-a7e7-9e800a72d58b", + "9372c47d-2a3c-4f44-86f8-7568657844e7", + "97666c24-969f-9e76-e053-2a95a90a4432", + "a7789f7f-3356-463b-9fd7-2d7f7eba2799", + "a8448cdc-8d57-500c-e053-2a95a90a349f", + "aa91952b-512f-0ead-e053-2995a90a9455", + "cf6fbf3b-a0f3-4e08-a981-d183fa285758", + "dfe5c743-86f5-4507-a27c-1f42e2566064", + "15b0b56d-6188-4937-b541-902022e35b24", + "188f8ca6-c9c2-417f-a461-fa0eabf3b11c", + "1f01c10a-9434-91a4-2ee4-352315a6b610", + "2457c045-0b7c-48f4-9422-11623f13d8f1", + "409941dc-9fd3-4475-bc6c-defe3cfbc61a", + "479a0c97-dbd9-47ad-9910-9dd4edf5136f", + "4a949456-fec2-43a0-b47c-516ab8fcde5c", + "627a7f4d-f4d0-4bf8-8f4f-a8def8571cc1", + "6cfdcd94-95cb-4447-a14b-cdb49a1e3114", + "74b227c9-8341-44df-a763-cfeb371c0d28", + "758eeb45-e599-4c1a-969d-8fa33f27bf14", + "7653b33c-7489-10db-e053-2991aa0ab508", + "772360bd-8631-4d24-b4db-5a7e6e1d9a13", + "7b2f3846-3c21-bfe9-e053-2991aa0a17d5", + "7fafc13e-3fee-ace3-e053-2a91aa0ac2ea", + "82e907e6-86a9-5c7f-93bd-a6319d74100f", + "869185d5-9f34-4d38-9551-dd0b4fc8557d", + "8f1358aa-495a-23da-e053-2995a90aa430", + "8f9f099a-ee59-0b9a-e053-2a95a90a2fe1", + "9b748f51-1d09-46ca-9dba-fec226c027e0", + "9bf3546a-9f94-47b5-9b01-aed93e69d5aa", + "a11f21c3-63f0-4007-b716-9688d7b45e14", + "a5e618ba-a91f-49dc-bcc9-3b08c6daee07", + "af68a4bf-bc49-40c7-812d-035eff474ed9", + "b4fa56d3-f4be-45b2-a3ac-40fe8d8bea07", + "c30fbb8f-a293-4f6e-9495-11402548fe2d", + "ce215099-91b0-43fd-8ac9-17fe6508842c", + "ce5fe420-a0b8-4691-86f7-57fea49bd8ce", + "d2753a51-3b00-4d1e-88e2-15ea708a643d", + "f0959369-890e-403e-8a98-4eda340a0783", + "fd27d4e1-8edf-4bc3-a593-6be5c3345ed0", + "0c649952-a71e-4bca-9389-e28e49c11641", + "1a368aac-b36a-47cd-bdbd-69ec2b598490", + "3529dec3-5d1b-4f42-85c0-ef67018d2951", + "6127469c-143f-4dd2-bd37-6630291fcd5a", + "625226ef-d55b-4f93-ad1e-4fe2b07d4133", + "69b208ff-83f5-40d1-a2ff-d54b390e46e4", + "6e0330ac-a111-4574-9197-d7aab33b8608", + "75d963b9-3675-44ff-bc6b-83461bed1b67", + "7cd87fd8-4af7-9118-e053-2991aa0ad164", + "86818ad6-fd45-4635-9ce8-eac986f008aa", + "b9e2e2ba-e2ad-eace-e053-2995a90aed35", + "bc15fea8-0d86-4546-e053-2995a90abee3", + "bc258e91-2750-4c4e-bcbf-6c96f0d41f54", + "bd275fb9-5fdf-419e-b09c-da6558721fd8", + "f2eb2137-c45f-41c3-8619-a43db9a4116c", + "4aea1d82-f763-4b45-9b58-1c2d05ae0481", + "57b39311-bc20-ace6-75a9-a07a9311b373", + "709754c1-808e-4bdf-96d2-3412ff4c6d2f", + "798053dd-10f6-4c2e-8de8-1222dbd0d169", + "7b7954b7-e4c8-4284-a649-31a4eb6ba73e", + "7dc50a2b-2bd3-4c4e-8306-f172d11b4add", + "82392922-edec-4a98-a0d9-9a5fe33fd39a", + "89076df7-5ec5-45a0-95a2-d1520c371c84", + "8e8684fa-095e-c6d6-e053-2a95a90a15b4", + "9ce036ef-a22d-4fca-9a62-1b10978f7b26", + "9d56e64d-7860-4fd1-88d2-c537e50079d8", + "9e5332ab-92bc-3a33-e053-2995a90a642d", + "a530d43d-e9c4-4edb-af66-c92860e46f45", + "b6b28227-6716-4374-9d6c-7381b102cf27", + "b9ff2469-22c7-fc70-e053-2a95a90abc49", + "bbedfc37-913d-8046-e053-2995a90af68a", + "cff88afe-45f1-44ed-ab92-89c0086aacd0", + "ed2e25ff-9488-40b8-97c8-1ada21eb20fc", + "f6890378-0271-40ec-8556-4dc62dd32dd8", + "15709fa7-114b-453c-b63d-f1c4f28f0f95", + "1dba3cb7-2e3d-4378-93cf-92db8f24f41f", + "35853fdb-1edb-45a5-a6a1-d0e69fa53f10", + "37818b30-48d4-4a4c-a73e-d7a9cac88437", + "3b78c004-e4fe-449c-86e9-52e8ccf12785", + "3bbbe142-a00c-404b-a116-81ad730ea130", + "46bb0d99-489d-49bb-bdc6-4cf668e8ac61", + "564e9910-b491-4129-a4f1-68216267623b", + "66ddf999-aa22-4503-a683-33c511607d75", + "7c433321-6b20-40d7-bbb7-e06df350c7f1", + "999902da-4850-68ab-e053-2a95a90a82ea", + "a005d8d9-6a4e-4469-acac-2658298197d3", + "a3cb965c-0e2d-4240-b057-17e5a90eabf9", + "a8c6bc4e-1e48-4613-8cbf-8c5cd9d51ad0", + "bdf68111-fcf0-43ce-ba29-ca6a956d58de", + "c1faef8f-7bf1-49b7-93ab-672a038c917f", + "c56511fd-ff2e-40f6-91e6-fe04e563fafd", + "d001c3dd-cfa0-4aa0-a9bb-9c4752fffcd2", + "d26d2766-6d4c-462b-ae8b-ef8d87acd633", + "d61acd30-bf95-4e94-8635-25aec73b4150", + "009dde4c-d944-4206-8c9f-35bc8fd92715", + "0798e401-8247-2fce-e054-00144ff8d46c", + "1937f8fa-61d0-44d7-9538-ef872cb97f79", + "26c9452e-de42-4b2e-9e4b-bfc0e2735c83", + "2fee0f32-0bc7-4d98-b5d4-5a7dad1c2a2c", + "40936019-74ab-4b25-a502-7bbc6e12034a", + "4f664479-f68c-464a-956d-25bb9f39c4cc", + "54393cd5-4ed4-42dd-ac9b-7dc1ef7cfce3", + "5b67c2eb-2145-418a-9418-f8ac915704eb", + "605664f7-8dfe-4f7d-8519-d734ac6aa6a7", + "6ed73e92-8e71-4c42-a419-99aedbeb7fc8", + "7e7f21a5-f3c1-4973-b57a-03e20b593e79", + "97516b9f-219a-429d-850d-1fe9fd66646b", + "98fcf92b-fcc6-42db-adfe-ba34e36485c8", + "993c2975-72b3-487e-bd82-b4553f0ce342", + "9b3fd2ee-210c-4a51-9310-1dba110ce4fe", + "a88020c0-7982-4307-9836-74de66ea47a5", + "abef43bc-ee9b-4a9c-9cf9-36c323213909", + "b6e14f73-1f19-4cfa-8858-136a38ee32d0", + "c1171d9e-7fb2-4d65-a9b8-58bbb8fdbdf7", + "c118b290-f821-4e73-906e-8a93edaf34e4", + "c6297c23-3b27-c0c6-e053-2995a90a3e76", + "c79e65e7-149b-450f-b083-99e16ff71729", + "db5ed801-7a7e-3c83-0172-77f914daaa5a", + "e18f4ce6-d7d3-4b53-b87a-5900ac3397f1", + "f58d35f9-e44b-417b-98ce-0766b537cd2f", + "f9af5970-18ca-46d5-8d6c-c0fec22a66d5", + "13de0d44-12bf-4d0f-83ab-4bfb394f9b10", + "14f43c32-0895-4ef2-aa54-52b952d058fd", + "19239a12-d915-40b3-8a6a-e326d3c733c6", + "1984374e-7639-4a4f-bf96-a614e663e0c4", + "215e2275-2968-419c-9a89-8dbb3b4f4d2e", + "237bcb87-64a0-415b-bd53-e9d3b8bf33b6", + "2810122e-3c89-49a2-8dac-db3714cb7b45", + "31886580-17df-450c-adaa-f5120ea72878", + "3636be0b-ba15-4e95-86c8-9a99c0f1fe69", + "368e6d1b-8521-4ca6-9151-e69ea7660b04", + "45255d2f-c592-4750-abb5-21647d4fbd51", + "47a3b118-614d-405d-b80e-31f0b354c430", + "4be717b6-c08a-49fc-b965-1a97210bfbf9", + "5e860059-afc8-419e-9451-b1c2265f5ce6", + "7461e50d-bfa1-4627-b691-089636b979d2", + "805d9d80-7de7-49d9-afdb-3a645059fe35", + "8e872c8d-28e2-cd49-e053-2995a90a469f", + "a266a3c6-932f-476f-ae93-48a785c92286", + "a35f04f8-8c7f-5e23-e053-2995a90a30ff", + "aebae4b3-18c8-4ecf-b578-1fe7cc50076b", + "18e5eed7-d3be-4559-93ca-b40ee26c7bd8", + "1a6b42be-c0c2-48f8-9ba3-22d1f0c0b18d", + "24ef6819-f098-4d01-bfe7-6ffa4aa0e671", + "2744cf51-4866-4429-bc5b-25a31790e799", + "3a101bad-63a1-4c9c-bf30-e1cac1a72a8b", + "3a32f0c7-c03e-4783-a429-08280993ddfb", + "4d554163-43f3-4fdc-86a2-0d64dec85b4f", + "59c77fd3-5e67-45ec-82ad-44585390c4f3", + "5bdb4a9d-540d-4294-9487-72cbfe72d1ab", + "6fe9b0c4-46b5-4fc8-b998-e691e6645bab", + "76b47c18-02e2-524e-e053-2a91aa0adaec", + "7b2f7a68-8f5e-a340-e053-2991aa0a5aeb", + "8e8646fe-fd62-1662-e053-2a95a90a3008", + "91573be8-238a-4942-963e-d5234311e580", + "95904b21-752d-48b4-a882-8d81d2384e1f", + "a826d6cc-f582-4508-897d-0d637de0666c", + "b72fdf65-8112-4d8b-b86f-8e17a40ee8e6", + "bc178013-ab2e-04f5-e053-2995a90a1ed4", + "e7d50690-0e9b-4e78-804c-13dcdf252a56", + "ed9ee7b5-2d9a-4aaf-a245-aa13fcc6365a", + "eea7c6ea-7bf6-464e-852a-59b33326f28c", + "f6ceea75-a230-4aba-ba95-1d6bf8b97d2a", + "fd01353d-1d1d-42b5-9a03-575052189bf5", + "0f23767c-f6b7-47a0-a5d7-711f651bea16", + "15f63d40-276c-4c02-9f8c-0354e4779916", + "19d3af1c-9dd5-48d9-bd5c-05cc8745e836", + "40501966-419a-4ccd-b7c9-5581cbe47a97", + "43b8e61b-3ac4-4a41-b682-67d08b212cc6", + "4aef9935-2e36-4779-a8a8-5288060573af", + "508bd30f-6484-49d7-9578-3d1b553a00b5", + "5975c324-2906-4e71-9b88-2e772d9fbfde", + "63ec7636-bf2a-4d52-ab88-fb93d41661ec", + "875b5974-20bc-4a33-8b99-46179d11366a", + "8fbc30d3-149d-4369-aaf4-6019cff9760d", + "8fc65767-1783-4f7f-8680-9e43ba4d5481", + "9714e804-fadb-103d-e053-2a95a90ad765", + "a42f96c4-322d-4714-9435-7b5a4e8b6ae5", + "c361dec5-67d8-4e1d-94d6-be2f45aaf05a", + "f208ae37-01f8-4ff3-8c54-a776d158cc96", + "00d33273-e8c7-4d40-8e6f-a980f746fff2", + "02889717-204c-463b-8506-4c5cf18c77d3", + "21567c0f-abba-4a40-a0b9-5ce49b3d9648", + "2313f7c3-7291-48c8-b455-7cd41716fdb8", + "296d0c50-5126-4e7e-8770-33db5dd6d7f9", + "397c84f3-2ffc-41e8-aefb-cc0b46afc7e7", + "4346814f-4139-4081-9734-4385030907ba", + "50bab3b2-f710-46ff-96cd-1ec4d4658529", + "6a5ad1cd-e6a3-44ad-b9b8-ff9b66f390f6", + "7779c369-50bf-4cde-9015-ff3fb35e128e", + "8a62f7cd-ca19-4f45-8e83-11122b772ba1", + "8c47303d-48aa-4e78-9567-7ae48e6d7c7a", + "8df77ead-27eb-4f6f-95a9-f68d3e9cfa71", + "91da5b64-db7f-4954-89e8-977b31247f9c", + "93f8101c-1cf7-4cb0-9c00-c57c9f9023c8", + "97af479b-7d8f-4174-9ad8-abbb6a27efc6", + "9998b851-825b-a97d-e053-2a95a90affc6", + "9c8a1027-d9d9-414f-9700-a7ff24ffed66", + "ab65bbbd-5141-4f3e-884d-4b52d9171003", + "bca90b40-7973-4f22-8647-44cce5a6036e", + "c01538b0-ca4c-434a-be8f-fe023deb84e1", + "e228aba0-dd8f-4ab9-9249-a036b5665bce", + "e7c6d352-a460-4bf8-a92f-5865249bd22b", + "f0a7070b-8acf-49f0-88c8-c841f73242d8", + "07afce34-aaea-50a1-e054-00144ff88e88", + "153bc4ac-427d-426a-9bb8-665487e4b169", + "2dd98554-e434-4617-b789-6ecce7144988", + "3b9cc121-7aa2-483e-bcbf-6cc4b80b68f8", + "45520969-7a2d-4469-ba25-7db160d50ccf", + "4cacaf94-9fb2-4ff1-9a03-9bdb6abca1cb", + "4cff110d-0cb3-4dea-bfea-ca27855645a8", + "51fbfd25-3c4d-4de1-8fa2-e5b4b24022f2", + "767a2a04-a120-4e0e-b1d6-aae099c4e4ce", + "7cd838e1-85da-4510-86f0-9d8bc913e810", + "90c301ad-7bbd-4e21-8054-35596b208cd4", + "a50abf26-d6e5-10e4-ea90-a40b96a887e5", + "b5547f33-2a81-867d-e053-2995a90aa2d0", + "d1acb58e-a879-4c5e-b4fc-44c0a0f60d6d", + "d1f20e10-0128-f2e5-1a03-6da5d7288a4e", + "d9ee76c1-4370-4c0f-98e0-e232795ccf73", + "daf579dc-91d1-4950-b637-c1a34f5542c5", + "dc19ffc6-678b-407f-b4ae-1e831dcdf8eb", + "fbc7fb61-d295-464b-9f3b-52262ed6f31a", + "104b5ac1-9c5e-40f8-a9b1-1761b495bb1c", + "39e55ec1-213f-4996-adca-68a5ffbc409b", + "40a6a842-a85b-4e24-8786-32ecd74f6870", + "6521bc47-4d9c-4a5b-b109-3841f3be4b6c", + "664cbade-f653-410d-b921-8e5c98cd5678", + "742f33fa-8923-4415-bcd6-8db37f2e1974", + "7f510feb-023c-4974-af6d-3e7a30cef362", + "98492b9f-8f48-42dd-b026-c37dcdc5f888", + "a6fc144a-6826-4bf7-8efb-8cdb896387f1", + "bc173f1b-2e44-2c2e-e053-2a95a90a89c4", + "d48f1746-72dc-420e-bb8d-9400f7d457f2", + "d81b2f8b-8eea-4046-988f-cf8ed9d042eb", + "e1e28b7e-f549-4363-b52a-120b18a4e1a2", + "eb0e3dcf-3c99-4c6e-b133-4299d855141b", + "ecd44ccc-f6ae-4472-a0fa-1d97f504f4cd", + "01e9b5b9-cb49-4bfa-9a90-ece8940bf768", + "061fefb3-819e-45c5-93f3-ddd87e1e794b", + "06bc4445-5c80-4dd3-b1bb-d9244f45f570", + "31222a9b-cb10-4e66-a705-28e59f3036b7", + "3b0e4ccc-cc0b-42fb-9163-7560740d9592", + "3ca45862-51fc-41af-a1e9-8e7e3c6c7961", + "3d156d13-25d8-4cfc-8285-5f7ebf48cf45", + "3e4713d6-17cc-4296-9eb2-2edb837456a9", + "4a0c744f-4ad8-445e-bab1-7ffee35bf861", + "710aba07-3a81-47ab-89fb-3b4427468960", + "78cf5df8-392b-4a4e-b424-af765a6defdf", + "8be375b0-c729-49de-abc5-2e7d37144b89", + "8d9f11a5-ca98-4280-9c6a-093d32e60ace", + "998f2fcf-0b40-4304-929f-7f2fa42f66d0", + "a3c1a61b-88fc-419c-e053-2a95a90ac0c3", + "abe3ea47-a99b-4115-add5-12d58ae92e51", + "c85c3d1f-7639-4cfa-bf3a-424b61757b1a", + "cc387ca5-44de-48ec-b858-22427aa269b7", + "cffad7af-44f5-4e54-9e46-c3c5d4ca182f", + "d0301d0d-fc65-420f-87fd-a08da1584d54", + "dbcf47cc-4dc7-4110-b64d-4e1d52e05d47", + "dd63b011-0573-4374-9669-8d29146e5fc9", + "e886bd94-640c-410e-b169-5465762b1bcd", + "f2609308-17bf-4bcb-84b2-d17f3fd35958", + "006adf23-21ab-4a4e-aae9-c4e587777165", + "05e64b95-b30a-4baa-a071-d01430089f81", + "13ab3b2a-d7bf-4d0f-9507-df2f5bdc6e12", + "18b6d487-529a-4ec4-af41-234023fb015f", + "1f1fadb3-e74c-411a-a116-08cb541e8921", + "28911692-882b-4e30-ba1d-5c10f847be80", + "307b0257-d636-416b-828a-f901782e9b10", + "369ce2a7-cdf3-414a-95d4-7f4ae6768427", + "37eaa3b1-98e9-4fcf-ae74-153bfc35551f", + "3b9fe17e-84bf-4e2c-aa21-20fb00c1fbfb", + "3d6ddc2d-d639-4d9d-9a81-a26afdd06eb2", + "662ae0e0-bd44-4db4-8083-fc2e11d49abe", + "69ca781a-202e-4579-91e6-f32a22ccc22c", + "862d926f-a6d3-31e1-e053-2991aa0a6454", + "899c3826-9965-4950-a336-8d186ccbf61c", + "9164f7e8-81a0-4b71-a2b3-111b2a7541bb", + "a96d012e-b132-4e99-b84b-ccd3a9a05cbb", + "b8ed952d-0c52-4593-9ed7-1f39fa3b1ebe", + "bcd15c0f-8231-296f-e053-2995a90a280c", + "ea2f8b53-2c50-4309-bf0d-756d416bbc14", + "fd3db5ab-f9ac-4a16-a550-27ab99854690", + "01f8fe3a-8810-4b38-8860-d95e05d37709", + "116e13c1-ac50-400f-880f-5779f0155b96", + "224232ca-157f-47ff-bd98-178db900c7dc", + "28d408c2-0e0d-467e-a8cd-a97825c33890", + "29190ebf-bb9c-4406-be7b-4427741aeb74", + "302db98a-0b47-432a-a1c0-a9d9d74ce28c", + "3e6bc53e-9ab1-444c-b555-a85df5d83e68", + "428b011f-d7d3-4a3b-87dd-d4e84e90cabd", + "773b0230-a3a3-44e0-a22b-d143796ca365", + "aae40114-343e-12da-e053-2a95a90a9213", + "bc52ecd3-818e-4cca-8241-d53981e9d382", + "c3be5923-9299-49b0-a455-e0c1c86985a8", + "c611afc0-5cde-4f01-908a-de52cb61ab02", + "e353bc69-c03e-4bae-a357-f7f3fab91695", + "e54209c2-f726-440b-ac60-5a72710d2a9b", + "e578de96-747e-4104-8db6-e6521e6052a5", + "e655bd64-dd82-46d8-87cc-2674beaffe20", + "ec3e8443-d742-4c25-8516-f0df4ebfccdc", + "eead7d57-dfd3-4007-a620-74afebc3d365", + "f0c96c07-0742-495e-b6e0-d040c6b23f3d", + "18b79fc5-57c8-46f1-81f3-2f9e189cdbcb", + "4bb1f271-3f6b-4e2d-ae0d-1ff9d4a17aaa", + "5107e0cd-8df6-40b0-9171-dd88370e4337", + "5d2482b4-cd90-4246-85a9-fd1d35315b6c", + "5fe0bdfa-1d5b-4657-a32b-f531b69bac0d", + "71ec6245-dd01-4791-b6c8-1e0b849a2164", + "8f9f42a7-c2d8-4a51-e053-2a95a90a1677", + "9022e393-084e-499b-ac84-f35360d79592", + "96c955b1-3139-4b12-b584-83804bc1ca6b", + "9a93d4a8-07a1-4ac5-9bd9-5d5e4e62c2af", + "a14ca126-fada-c903-e053-2995a90ae72d", + "a8fc1b0c-dd69-4567-8eea-de4d9b0c7740", + "af320dc2-670e-4f76-98f8-16557b41f1d6", + "bf7d0929-a7d5-4164-9c24-566eddcd6489", + "c5e1d74d-99a3-4b3d-86c4-03f5c4c22f77", + "c6dcc329-bab5-41ab-94e7-625e07628fd6", + "c997ded4-8fd9-46bd-a42b-22ac34d57661", + "cfe27d2a-b602-4b3e-bdcb-14fed4a236ca", + "e9623ea9-9bb5-42d7-883b-8744e03ba340", + "fbb21f97-a506-4282-a403-1fa836c749e1", + "07407955-b1bf-48df-9da6-9f2c873e88cb", + "0876ecb7-6b1f-45d8-8a40-6163776d81c3", + "0ae94dac-2c14-4fd4-87d4-06f0935db458", + "0e1bcb06-be48-4efc-82e2-516582e02348", + "0e38eaf5-e897-478e-9631-5c8c718d5526", + "0fd6fcca-cbfe-48af-80dd-2607b5d51b53", + "17bd342d-8eb3-4663-88f5-2e7c90254dc7", + "1afcf0c6-bd41-4621-9e44-d97b81221c12", + "20377651-f7c6-4617-8065-354f32cbefed", + "36f7227d-f3cb-44b7-a4c1-27611cd15052", + "57f06daf-690d-44a7-95a5-468732949750", + "5bbef100-2ac3-471d-b71c-d3d5933b87d3", + "66097f19-227c-4f9c-a7f3-ab8476e1bb6e", + "6acd5878-35b6-452a-b00b-a69467a7c8f2", + "6f1b4964-4eb8-459c-9cb8-92ea93103f5b", + "7b2fcac9-e783-032e-e053-2a91aa0ac32c", + "847758ed-66fc-4db9-8fdb-78f3c3291a03", + "877440fc-3afb-4123-a2e6-5cb48c74413c", + "8d4cb97a-3b36-423e-85f2-75d23a675601", + "a5701486-0a5f-4645-91ef-1fbf525c84dd", + "a6ce7484-7a32-4985-80bc-883c31be3525", + "ace55881-b5be-4c67-8736-a2d24c77c59e", + "afbfb065-8f84-4781-babd-f4225fbdad6e", + "c2b99756-3e03-4d9f-9ce6-7db879afe3a1", + "c2fb72b4-95d1-4c96-9502-4bfe8c3621f7", + "c44f378f-0fe8-49d1-b113-2143228c632e", + "d1345cd6-c22d-42a0-b301-cc004df94ec3", + "d673266c-3d2b-479f-9b53-cdd1b8651393", + "e1b6c734-b707-4c17-890f-0e8f610f12c7", + "e914472b-c785-4c73-b37c-4d459166cf41", + "ef204cc0-4009-4dd0-83e2-2b5ad6f98409", + "faf8e2b3-62bd-4c7e-9bff-38da005d3243", + "121b13c8-0b1a-4c48-9d57-3b53a9228d34", + "246cf64a-162d-47a4-910a-9fb0b9be3dd1", + "2b4ecdd8-627a-445f-8ddc-f2b6c832c1e8", + "36b95840-f621-437a-bf49-406d320964da", + "3c8df1e5-61bc-4e70-b6b9-8973986ad589", + "45ed999c-f657-4328-9430-e5fed7d25d69", + "4b8ad98e-de76-4f49-3b89-01e9dd5cde16", + "54ae0273-4d8d-4c3b-85ff-675ba96f00de", + "58b5f0ac-2b1c-42da-9732-d2309ad441cf", + "5ed0d404-c54d-b05f-578a-d2730e8a78ee", + "67bc0f56-fe1a-4796-9fdd-44dfd4906a6f", + "7a314b7f-91d6-4196-bd96-2470ff7b0b25", + "80a70da7-371b-4ad6-b480-dc165704dd25", + "8944a0e8-2928-4494-915f-d1e0a6d4bf5c", + "8b5eec38-bdf3-4f27-802f-f4c732ae5c7d", + "8cbcb166-0f27-4466-908c-3c2587ea580f", + "90305282-f301-42c4-e053-2a95a90a6336", + "987d76d6-f973-46ae-bcdb-14e33ae5226c", + "a3fadcc0-97f5-9f9b-e053-2a95a90aeb54", + "a6d4ceb0-2b79-496a-aa1e-27edd507ced0", + "ac3c264f-da37-a474-e053-2a95a90abdad", + "ace493e6-91bc-41aa-8e5c-5bc14981de91", + "b46a6bc1-35ab-4a38-8dd2-1db481d72b82", + "b933d348-2205-4937-a1d6-522bcd978b5b", + "c02a347d-df05-4191-b506-1b2ad754a014", + "c07e53a4-33c6-4668-ace6-637ce1f6ffca", + "c100129d-3754-4d0e-b754-76440d55944a", + "c5cd3843-8d72-4850-bebe-4ac54e4f43fa", + "cdd5a402-df90-4a16-a38c-78eab7189998", + "d6dcbdee-7c0d-4b5c-b0c1-1e8f357f7f59", + "d9fc716a-fba5-45f8-8024-52325799d1dd", + "e751cb66-5fa5-4171-b061-da34aa10de6c", + "e8541364-d649-42e9-9e41-e3201ba10433", + "eda3745a-1009-4a89-8ec6-c7d26d7e7275", + "edb63800-5c95-4028-b47f-2e21831834d7", + "1da544eb-ed4e-4124-bea3-f827f1322270", + "22927a12-6837-4d57-8e60-043000f2f208", + "23cb5001-6aeb-434a-b2e8-aaf8bbab9dc6", + "34734759-7067-4e14-9533-e08ec9c2673a", + "34818110-5291-4bda-9571-bd77d90bba7c", + "3d560acb-3334-4a39-9ab1-f131060e3b33", + "50174b10-0808-4800-9192-ba16d8bbcfd8", + "572e672e-b759-4db1-9e8f-279b1f6f3c51", + "62e8db95-aaef-4b0e-841e-64a0339f3190", + "63f270d9-244a-43a0-b472-03137b1f259f", + "6419cc78-27d4-7713-e053-2a91aa0a5a10", + "694866ce-c419-4b4c-bfb2-4175703d89f1", + "7189a96a-2384-40c5-aae5-6b5205ac2f3b", + "834b7f5e-e636-4537-9bae-2d309fcc8eb3", + "88c7486b-f9a7-4856-a25a-7c06e1382f1a", + "8cb595d2-b7c2-687d-e053-2a95a90a5720", + "a139e495-3dbf-4998-e053-2a95a90ac136", + "a13ac87b-b395-685e-e053-2a95a90ab5d3", + "a3fcd34a-6aa9-477c-bbfb-2f6b36e06b65", + "ad8475b3-ace1-4a05-b927-3286a8139cb4", + "af0ec23c-cefc-40a9-ab9a-03b8528d4e13", + "afae42cb-071b-4a2a-be2c-44a284d35d52", + "b4d83e35-d50f-4770-a23f-2779133a1bfc", + "c20cc954-1490-4575-96cf-1720509bd589", + "d07ea9e3-88b0-4aa0-903a-10555dcca37d", + "d5e9900e-353b-40e8-982a-cca4504ed18c", + "0ba4c1a3-1bc7-4bfb-acf5-05d371f506fe", + "152189e5-391c-42d3-a03b-c8364e2de6bf", + "179a25bc-8458-4151-a52c-0d22848e5297", + "1b78bdeb-efb2-4f5a-af3f-d67d82090847", + "28d45743-d298-29db-e054-00144ff8d46c", + "2a8df50c-55df-4d91-ba26-baf8ef92f4a5", + "2c67fecb-2e69-44d6-8ab8-3251abae72a6", + "3b95dcbf-aef1-44b5-a2c4-5ce93c57ff1d", + "47657d95-4a54-49c2-8273-86b413b8f41e", + "581dca08-a4a4-476a-a7cf-fa0f8630c777", + "5ebcd4d3-0397-4061-be0f-7e50b9d1780d", + "5fef7bf3-021a-4ac8-b71f-ef174514d4f6", + "6481ca76-c9a6-4a15-84e4-4872e1b762ae", + "76f4cc25-a77e-6245-e053-2a91aa0af7ae", + "844c1047-9de5-4f47-b7cc-efb1928c21d8", + "9c1ded4e-1d3b-1ab6-e053-2995a90aa80d", + "a3288f7c-1fb3-4013-8f84-f874c4ffb49f", + "a568fd1e-9bf0-3c03-e053-2a95a90a45b7", + "b48d5bcf-3d41-40ce-89f0-3f77cc7f80f4", + "b5e9bd39-d2c5-4a6c-b0da-8e41d633b31c", + "ba89fbe6-546a-e10c-e053-2a95a90ade0c", + "cc6492c4-eaab-47c4-bf4d-b6c1a28049e7", + "d4fa5121-507c-402b-bca7-1c437003b8db", + "e28d0916-8165-431c-a19c-ef7d4bb6b8e6", + "e43b9dad-1584-4c85-bc85-3fbb1f3012fa", + "f2a30365-b3dd-4360-8998-e5277d4d17b7", + "fa10242d-ee97-4733-a677-83c474b62747", + "00872852-680a-41b3-901b-b991b12a176d", + "2f193146-74b2-4941-893d-3d2f5c8ee659", + "6f955a9b-c6a3-4089-90e5-00a63f02f5ed", + "8797f1ba-0df0-4c57-a69b-55aec4d5ed76", + "8e86ae68-7687-79d6-e053-2995a90ac274", + "93edca03-fdf1-453f-8efe-5f0b8eef41e4", + "940ae28a-5813-4e9e-868e-cd0680ebc40b", + "9714de6b-068b-d6b9-e053-2995a90a3b27", + "a1a23c80-d6af-4e8e-a4a0-8366261bc92b", + "c156af97-31df-4152-9331-874df1387073", + "c93da67f-f42e-4baa-976b-73c71ba6dd71", + "d3d093f9-207a-40d4-a7be-c6b5a544a0a7", + "eb62ed66-cafd-4d09-acc9-b9abf748ba85" + ], + "package_ndc": [ + "41520-495-71", + "41520-495-78", + "55319-745-30", + "55319-745-80", + "55319-745-16", + "62011-0214-1", + "49738-510-25", + "49738-510-05", + "59779-392-08", + "59779-392-15", + "59779-392-12", + "59779-392-14", + "11822-3307-2", + "11822-3307-1", + "50804-199-40", + "50804-199-20", + "72036-111-02", + "72036-111-03", + "55910-847-10", + "55910-847-02", + "55319-843-20", + "68210-0081-6", + "68210-0081-3", + "55319-661-50", + "55319-661-10", + "55319-661-25", + "37012-647-78", + "37012-647-90", + "37012-647-71", + "70000-0263-1", + "70000-0263-2", + "70000-0263-3", + "42681-7077-1", + "68599-8050-4", + "51013-319-54", + "55910-849-20", + "72090-002-01", + "54162-941-90", + "54162-941-00", + "0363-0749-12", + "63868-794-01", + "68998-111-03", + "68210-0026-2", + "68210-0026-1", + "68391-199-24", + "69842-183-83", + "49035-635-09", + "0573-0179-20", + "63940-393-20", + "55111-682-09", + "55111-682-01", + "55111-682-05", + "55111-683-30", + "55111-683-50", + "55111-683-09", + "55111-683-01", + "55111-683-05", + "55111-684-30", + "55111-684-50", + "55111-684-60", + "55111-684-09", + "55111-684-01", + "55111-684-05", + "47682-600-99", + "47682-600-13", + "47682-600-47", + "47682-600-64", + "47682-600-69", + "47682-614-99", + "47682-614-13", + "47682-608-99", + "47682-608-30", + "47682-608-33", + "47682-608-48", + "47682-608-13", + "47682-608-50", + "47682-609-13", + "47682-609-33", + "47682-609-48", + "47682-602-99", + "47682-602-13", + "47682-610-99", + "47682-610-33", + "47682-610-48", + "0573-0174-30", + "0573-0171-30", + "0573-0171-03", + "0573-0171-32", + "0573-0170-30", + "0573-0170-01", + "0573-0170-32", + "0573-0290-30", + "0573-0290-01", + "0573-0207-30", + "0573-0232-30", + "69842-329-62", + "69842-329-67", + "41520-685-26", + "49483-611-00", + "49483-611-05", + "49483-611-01", + "49483-612-00", + "49483-612-05", + "49483-612-01", + "69842-706-62", + "59556-806-41", + "59556-806-06", + "59556-806-08", + "59556-805-41", + "59556-805-06", + "59556-805-08", + "50580-184-50", + "50580-184-51", + "50580-184-52", + "58602-008-24", + "71309-111-24", + "71309-111-50", + "71309-111-02", + "71309-111-30", + "71309-111-05", + "71309-111-10", + "49738-112-02", + "70729-291-12", + "36800-623-58", + "49035-408-80", + "24385-647-71", + "24385-647-78", + "24385-647-76", + "11673-741-62", + "72288-604-82", + "72288-604-90", + "72288-604-93", + "72288-604-78", + "0363-0221-11", + "0363-0221-15", + "0363-0221-78", + "0363-0221-79", + "0363-0221-83", + "49348-706-01", + "49348-706-04", + "49348-706-09", + "49348-706-10", + "49348-706-14", + "49348-706-19", + "49348-706-42", + "49348-706-16", + "11822-4461-0", + "51013-103-15", + "51013-103-25", + "51013-103-26", + "51013-103-39", + "51013-103-28", + "51013-103-29", + "51013-103-38", + "51013-103-31", + "51013-103-22", + "51013-103-41", + "51013-103-42", + "51013-103-63", + "11822-3310-4", + "55910-074-78", + "55910-074-85", + "55910-074-71", + "42961-203-01", + "42961-203-02", + "11822-0255-1", + "62011-0015-1", + "62011-0015-2", + "62011-0015-3", + "49348-196-09", + "49348-196-10", + "49348-196-19", + "49348-196-35", + "62011-0213-1", + "49035-265-16", + "49035-265-30", + "49035-265-80", + "58602-200-24", + "58602-200-20", + "11673-314-90", + "68210-4141-6", + "68391-212-83", + "59556-856-41", + "59556-856-25", + "59556-856-06", + "59556-856-44", + "59556-856-07", + "59556-856-08", + "59556-856-46", + "59556-855-41", + "59556-855-25", + "59556-855-06", + "59556-855-44", + "59556-855-07", + "59556-855-08", + "59556-855-46", + "63940-219-26", + "49035-897-26", + "49035-897-34", + "45802-057-05", + "53746-462-02", + "53746-462-10", + "53746-460-02", + "53746-460-10", + "53746-458-02", + "53746-458-10", + "67091-185-03", + "0363-0945-80", + "0363-0945-40", + "0363-0945-16", + "0363-0945-20", + "0363-0945-30", + "30142-198-40", + "30142-198-20", + "30142-198-03", + "30142-198-16", + "30142-198-80", + "30142-685-26", + "30142-685-28", + "55758-310-20", + "11673-850-40", + "11673-850-80", + "11673-850-16", + "11673-850-30", + "72476-110-02", + "72476-110-03", + "72476-110-04", + "72476-110-05", + "59088-756-00", + "67877-320-01", + "41520-057-05", + "63868-428-40", + "63868-428-80", + "70729-002-24", + "70729-002-50", + "66715-9752-2", + "66715-9752-3", + "11822-0291-0", + "11822-0291-3", + "11822-0291-9", + "11822-0291-5", + "11822-0291-6", + "11822-0291-2", + "11822-0291-8", + "11822-0291-1", + "11822-0291-7", + "11822-0291-4", + "37808-200-26", + "21130-911-26", + "47682-718-99", + "47682-718-13", + "47682-718-48", + "47682-718-33", + "47682-718-30", + "47682-718-50", + "47682-709-48", + "47682-709-33", + "47682-700-99", + "47682-700-69", + "47682-700-64", + "47682-700-47", + "47682-700-13", + "47682-714-99", + "47682-714-13", + "47682-702-99", + "47682-702-13", + "80267-604-78", + "50844-269-24", + "41163-710-62", + "69452-212-11", + "69452-212-15", + "69452-212-78", + "69452-212-20", + "69452-212-79", + "69452-212-83", + "69452-212-90", + "53345-014-02", + "63868-790-50", + "55910-845-40", + "55910-845-20", + "62207-354-43", + "62207-354-47", + "62207-354-49", + "62207-354-54", + "62207-354-42", + "62207-355-43", + "62207-355-47", + "62207-355-49", + "62207-355-54", + "62207-355-42", + "62207-356-43", + "62207-356-47", + "62207-356-49", + "62207-356-54", + "62207-356-42", + "72036-110-01", + "72036-110-02", + "72036-110-03", + "72036-110-05", + "67091-368-50", + "0904-5463-35", + "0904-5463-30", + "36800-166-26", + "36800-166-28", + "55910-685-26", + "69452-239-22", + "55315-292-12", + "55315-292-06", + "0573-0168-20", + "0573-0168-30", + "0573-0168-40", + "62011-0016-1", + "0363-0897-26", + "0363-0897-34", + "0363-0897-28", + "41520-745-40", + "41520-745-80", + "41520-745-18", + "50844-392-02", + "50844-392-08", + "50844-392-15", + "50844-392-12", + "50844-392-14", + "50844-392-16", + "0113-7619-62", + "57896-941-01", + "57896-941-10", + "57896-941-05", + "57896-941-25", + "57896-941-50", + "57896-941-20", + "55910-897-26", + "55910-897-28", + "66220-287-08", + "66220-287-11", + "66220-287-24", + "66220-284-11", + "66220-284-22", + "15127-335-24", + "15127-335-01", + "15127-335-50", + "67060-002-68", + "67060-002-67", + "59779-897-26", + "59779-897-34", + "59779-897-28", + "0363-0166-26", + "0363-0166-28", + "0363-0166-40", + "0363-0166-34", + "51013-405-25", + "51013-405-26", + "49035-166-26", + "49035-166-34", + "69256-255-10", + "50844-993-06", + "62207-357-41", + "62207-357-42", + "62207-357-43", + "62207-357-46", + "62207-357-47", + "62207-357-48", + "62207-357-49", + "62207-357-91", + "62207-358-41", + "62207-358-42", + "62207-358-43", + "62207-358-46", + "62207-358-47", + "62207-358-48", + "62207-358-49", + "62207-358-91", + "24385-361-26", + "24385-361-34", + "24385-361-25", + "62011-0010-1", + "68391-604-62", + "68391-604-90", + "59726-568-40", + "59726-568-24", + "59779-166-26", + "59779-166-34", + "59779-166-28", + "41163-255-10", + "55319-248-50", + "55319-248-01", + "55319-248-25", + "55319-248-05", + "0536-1147-30", + "37808-922-13", + "24385-604-71", + "24385-604-78", + "24385-604-90", + "24385-604-76", + "24385-604-14", + "24385-604-41", + "24385-604-85", + "58602-801-07", + "58602-801-12", + "58602-801-14", + "58602-801-15", + "58602-801-19", + "58602-801-21", + "58602-801-29", + "58602-801-34", + "58602-801-35", + "58602-801-36", + "58602-801-38", + "58602-801-40", + "58602-801-87", + "58602-801-88", + "58602-801-41", + "58602-801-59", + "63940-897-26", + "0404-0017-99", + "0404-0017-13", + "36800-897-26", + "36800-897-28", + "36800-897-34", + "0363-0523-62", + "25000-133-23", + "25000-133-18", + "25000-133-04", + "25000-133-13", + "25000-133-43", + "25000-133-01", + "25000-133-69", + "25000-062-43", + "25000-062-01", + "25000-062-04", + "25000-062-67", + "25000-062-13", + "25000-062-87", + "36800-292-06", + "49348-499-34", + "21130-921-08", + "21130-921-13", + "21130-921-15", + "21130-921-12", + "21130-921-03", + "21130-921-14", + "0363-9600-42", + "0363-9600-05", + "0363-9600-01", + "0363-9600-31", + "0363-9600-50", + "56062-057-05", + "50594-018-26", + "41163-393-12", + "41163-393-15", + "41163-393-14", + "11673-749-12", + "70000-0307-1", + "0363-0392-15", + "0363-0392-12", + "0363-0392-37", + "0363-0392-14", + "0363-0392-16", + "0363-0392-17", + "68016-940-08", + "68016-940-04", + "68016-942-04", + "68016-943-04", + "68016-944-04", + "62011-0004-1", + "70677-0072-1", + "72927-805-02", + "72927-805-01", + "41163-521-62", + "70000-0360-1", + "70000-0360-2", + "70000-0360-3", + "64092-200-50", + "64092-200-30", + "53746-464-01", + "53746-464-05", + "53746-464-30", + "53746-464-60", + "53746-464-90", + "53746-465-01", + "53746-465-05", + "53746-465-30", + "53746-465-50", + "53746-465-60", + "53746-465-90", + "53746-466-01", + "53746-466-05", + "53746-466-30", + "53746-466-50", + "53746-466-60", + "53746-466-90", + "41250-685-34", + "41250-685-26", + "63941-745-40", + "63941-745-20", + "49348-639-04", + "68210-4139-4", + "11673-604-59", + "11673-604-62", + "11673-604-71", + "11673-604-78", + "11673-604-85", + "11673-604-76", + "11673-604-90", + "11673-604-82", + "11673-604-93", + "11822-0131-1", + "11822-0131-2", + "11822-0131-4", + "11822-0131-3", + "11822-0131-5", + "21130-363-10", + "11822-0521-0", + "50269-000-25", + "49035-684-85", + "49035-684-90", + "63940-292-12", + "63940-292-15", + "63940-292-08", + "63940-292-13", + "59779-995-05", + "59779-995-10", + "0113-1461-62", + "0363-0507-62", + "59726-199-10", + "59726-199-20", + "59726-199-16", + "46122-593-60", + "11822-8925-5", + "11822-8925-9", + "51672-1385-8", + "51672-1385-9", + "41250-240-26", + "70000-0259-1", + "41520-740-62", + "41250-991-03", + "41250-048-80", + "72288-461-62", + "55910-046-40", + "55910-046-20", + "55910-046-80", + "55910-046-02", + "55910-046-12", + "37808-647-71", + "37808-647-78", + "37808-647-85", + "37808-647-90", + "50594-020-76", + "36800-183-83", + "57344-111-03", + "56062-897-26", + "72036-109-01", + "72036-109-02", + "72036-109-03", + "72036-109-05", + "72036-109-08", + "0363-1610-23", + "0363-1610-44", + "0363-1610-80", + "0363-1610-66", + "0363-1610-31", + "68998-109-03", + "68998-109-05", + "68998-109-08", + "68998-109-10", + "41250-221-80", + "41250-221-40", + "41250-221-16", + "41250-221-30", + "63868-470-20", + "63868-470-48", + "63868-470-80", + "68016-634-24", + "68016-634-10", + "68016-634-50", + "68016-634-00", + "68016-634-05", + "68016-634-25", + "72036-185-01", + "72036-185-02", + "72036-185-03", + "72036-185-07", + "72036-185-08", + "63941-762-94", + "63941-760-94", + "63941-761-94", + "50844-352-02", + "50844-352-15", + "50844-352-12", + "50844-352-16", + "11822-7892-5", + "11822-7892-0", + "11822-7892-9", + "11822-7892-2", + "11822-7892-7", + "63868-773-10", + "63868-773-24", + "63868-773-50", + "63868-773-05", + "62011-0012-1", + "11822-0897-4", + "11822-0897-8", + "11822-0897-1", + "67091-369-50", + "67091-369-10", + "59779-393-15", + "59779-393-20", + "68196-005-61", + "68196-005-62", + "65162-464-03", + "65162-464-06", + "65162-464-09", + "65162-464-10", + "65162-464-50", + "65162-465-03", + "65162-465-05", + "65162-465-06", + "65162-465-09", + "65162-465-10", + "65162-465-50", + "65162-466-03", + "65162-466-05", + "65162-466-06", + "65162-466-09", + "65162-466-10", + "65162-466-50", + "0573-0165-20", + "0573-0165-30", + "0573-0165-40", + "0573-0165-41", + "0573-0165-42", + "0573-0165-31", + "0573-0165-25", + "0573-0154-35", + "0573-0154-75", + "0573-0154-17", + "0573-0154-89", + "0573-0154-84", + "0573-0154-98", + "0573-0154-16", + "0573-0154-60", + "0573-0154-59", + "0573-0154-21", + "0573-0151-12", + "0573-0151-13", + "0573-0151-10", + "0573-0151-21", + "0573-0151-20", + "0573-0151-48", + "0573-0151-30", + "0573-0151-05", + "0573-0161-35", + "0573-0161-51", + "0573-0161-85", + "0573-0161-65", + "0573-0166-51", + "0573-0166-85", + "0573-0150-20", + "0573-0150-30", + "0573-0150-40", + "0573-0150-31", + "0573-0150-32", + "0573-0150-41", + "0573-0150-42", + "0573-0160-20", + "0573-0160-30", + "0573-0160-40", + "0573-0160-25", + "0573-0160-31", + "0573-0160-41", + "0573-0160-42", + "0573-0160-17", + "0573-1711-14", + "58602-902-73", + "58602-902-12", + "58602-902-18", + "58602-902-30", + "58602-902-38", + "58602-902-70", + "58602-902-72", + "58602-902-74", + "58602-902-32", + "58602-902-34", + "58602-902-75", + "30142-604-62", + "30142-604-71", + "30142-604-78", + "30142-604-85", + "30142-604-90", + "30142-604-93", + "30142-604-76", + "0363-0743-80", + "0363-0743-20", + "11788-002-07", + "11788-002-10", + "11788-004-07", + "11788-004-10", + "11788-006-07", + "11788-006-10", + "0121-0914-05", + "0121-0914-00", + "0121-1828-10", + "0121-1828-00", + "41163-166-26", + "41163-166-28", + "41163-166-34", + "0363-0660-26", + "0363-0660-28", + "58657-680-01", + "58657-680-50", + "58657-681-01", + "58657-681-50", + "58657-682-01", + "58657-682-50", + "0113-0788-62", + "37808-023-26", + "36800-993-06", + "49035-912-08", + "49035-912-15", + "49035-912-12", + "69238-1101-5", + "69238-1102-5", + "69238-1103-5", + "53746-140-24", + "53746-140-01", + "53746-140-10", + "53746-143-24", + "53746-143-01", + "53746-143-10", + "0113-7604-82", + "0113-7604-90", + "0113-7604-93", + "70000-0176-3", + "70000-0176-1", + "70000-0176-2", + "70000-0176-5", + "70000-0176-4", + "70000-0176-6", + "33992-0752-4", + "41163-897-26", + "41163-897-34", + "55910-741-20", + "55910-741-80", + "55910-741-12", + "63868-571-50", + "63868-571-01", + "51013-429-26", + "37808-109-03", + "37808-109-10", + "37808-109-08", + "0113-0166-26", + "0113-0166-28", + "0113-0166-34", + "49348-642-27", + "50580-100-18", + "55319-166-26", + "55319-166-28", + "55319-166-00", + "69842-701-27", + "69842-701-01", + "0363-2323-10", + "16103-407-06", + "16103-407-08", + "16103-407-11", + "41250-920-27", + "59779-438-12", + "59779-438-13", + "59779-438-15", + "63548-0234-2", + "63548-0234-1", + "63548-0234-3", + "46994-897-26", + "55910-953-80", + "55910-953-20", + "0113-0660-26", + "0113-0660-28", + "55319-035-50", + "55319-035-01", + "55319-035-25", + "55319-035-52", + "67091-347-50", + "67091-347-10", + "67091-347-05", + "59779-971-26", + "62011-0011-1", + "41163-116-03", + "49035-186-05", + "63868-239-20", + "36800-461-62", + "70000-0291-1", + "68210-0080-6", + "68210-0080-3", + "69256-166-26", + "50580-198-50", + "50580-198-51", + "50580-198-52", + "41250-057-10", + "50844-292-02", + "50844-292-08", + "50844-292-01", + "50844-292-15", + "50844-292-11", + "50844-292-12", + "50844-292-13", + "50844-292-00", + "50844-292-14", + "50844-292-16", + "55319-046-20", + "55319-046-16", + "56062-647-71", + "56062-647-78", + "56062-647-85", + "37808-363-26", + "68998-320-24", + "50844-257-15", + "72288-897-34", + "69256-843-80", + "50594-005-78", + "65162-770-02", + "65162-770-69", + "65162-770-11", + "65162-770-50", + "49035-661-50", + "21130-396-05", + "72476-112-02", + "72476-112-03", + "11673-183-83", + "42507-131-49", + "42507-131-80", + "67091-141-80", + "37808-604-85", + "37808-604-62", + "37808-604-71", + "37808-604-78", + "11822-7893-5", + "11822-7893-2", + "11673-349-08", + "11673-349-01", + "55301-199-20", + "55301-199-80", + "69452-302-25", + "55319-568-25", + "55319-568-10", + "55319-568-50", + "55319-568-52", + "37012-604-78", + "37012-604-85", + "37012-604-90", + "37012-604-71", + "41250-726-62", + "69842-649-80", + "69842-649-88", + "55319-750-30", + "55319-750-80", + "55319-750-20", + "62011-0222-1", + "62011-0222-2", + "55319-458-71", + "55319-458-78", + "0121-0917-05", + "0121-0917-00", + "71141-114-32", + "30142-166-26", + "30142-166-34", + "30142-166-28", + "63940-199-20", + "63940-199-40", + "41520-647-71", + "41520-647-78", + "41520-647-85", + "41520-647-90", + "41520-647-76", + "70000-0181-1", + "70000-0181-2", + "11822-0392-2", + "11822-0392-5", + "11822-0392-4", + "41250-419-26", + "41250-419-34", + "41250-647-71", + "41250-647-78", + "41250-647-90", + "41250-647-82", + "41250-647-76", + "67091-130-50", + "67091-130-10", + "68196-745-40", + "68998-185-03", + "63868-793-01", + "49348-876-34", + "36800-969-07", + "36800-969-20", + "46122-548-90", + "11822-7891-5", + "11822-7891-2", + "11822-7891-9", + "55319-199-80", + "55319-199-30", + "56062-404-10", + "11673-461-62", + "79395-003-92", + "72288-131-06", + "50580-230-01", + "50580-230-02", + "50580-230-03", + "50580-230-04", + "50580-230-05", + "50580-230-06", + "50580-230-07", + "50580-230-08", + "50580-230-09", + "66715-6939-4", + "41250-255-10", + "21130-749-80", + "21130-749-20", + "21130-749-40", + "21130-749-03", + "21130-749-18", + "51672-2130-8", + "51672-2130-1", + "68196-199-02", + "0904-7912-51", + "0904-7912-59", + "0904-7912-24", + "37808-921-08", + "37808-921-14", + "15127-312-19", + "15127-312-50", + "15127-312-24", + "15127-312-01", + "15127-312-25", + "15127-312-05", + "0536-3603-30", + "63981-604-90", + "63981-604-52", + "67091-129-50", + "0113-0604-52", + "0113-0604-62", + "0113-0604-71", + "0113-0604-76", + "0113-0604-78", + "0113-0604-90", + "0113-0604-93", + "0113-0604-02", + "0113-0604-82", + "41250-521-62", + "36800-287-58", + "59779-660-26", + "59779-660-28", + "59779-660-34", + "41163-312-02", + "41163-312-03", + "41163-312-05", + "62011-0014-1", + "62011-0014-2", + "62011-0014-3", + "62011-0014-4", + "62011-0014-5", + "62011-0014-6", + "62011-0014-7", + "70000-0003-1", + "42507-408-40", + "72476-365-05", + "72476-365-10", + "72476-365-20", + "72476-365-24", + "72476-365-50", + "72476-365-99", + "72476-366-05", + "72476-366-10", + "37808-410-02", + "37808-410-05", + "11822-1879-1", + "53943-292-15", + "53943-292-12", + "53943-292-14", + "15127-316-40", + "15127-316-20", + "45802-140-26", + "53345-039-02", + "53345-039-03", + "49035-745-40", + "49035-745-20", + "49035-745-30", + "49035-745-60", + "49035-745-80", + "0363-1764-94", + "0363-1761-94", + "0363-1762-94", + "0363-1763-94", + "0363-7610-94", + "55910-768-24", + "68210-0009-0", + "68210-0009-6", + "68210-0009-1", + "0536-1088-02", + "0536-1088-01", + "0536-1088-06", + "0536-1088-05", + "11788-008-01", + "11788-008-05", + "11788-009-01", + "11788-009-05", + "11788-010-01", + "11788-010-05", + "11673-514-06", + "11673-514-58", + "11673-514-76", + "11673-514-27", + "11673-514-87", + "53942-119-24", + "53746-131-01", + "53746-131-05", + "15127-905-50", + "55301-291-03", + "55301-291-12", + "55301-291-06", + "55301-291-14", + "0363-1521-62", + "30142-897-26", + "30142-897-34", + "30142-897-28", + "25000-135-03", + "25000-135-14", + "25000-135-30", + "25000-135-98", + "25000-135-93", + "25000-135-70", + "25000-136-03", + "25000-136-14", + "25000-136-30", + "25000-136-98", + "25000-136-93", + "25000-136-69", + "25000-136-71", + "11822-0231-1", + "11822-0231-3", + "55319-398-10", + "30142-745-40", + "30142-745-20", + "30142-745-02", + "30142-745-16", + "30142-745-30", + "30142-745-80", + "68001-435-92", + "68001-435-94", + "63868-427-20", + "58602-802-07", + "58602-802-14", + "58602-802-21", + "58602-802-29", + "58602-802-34", + "58602-802-38", + "62011-0368-1", + "50580-932-01", + "41250-801-82", + "41250-801-78", + "0573-0169-17", + "0573-0169-02", + "0573-0169-19", + "0573-0169-20", + "0573-0169-40", + "0573-0169-11", + "0573-0169-89", + "0573-0169-30", + "0573-0169-31", + "0573-0169-86", + "0573-0169-51", + "0573-0169-43", + "0573-0169-49", + "0573-0169-52", + "0573-0169-08", + "0573-0169-22", + "0573-0169-13", + "0573-0169-76", + "0573-0149-13", + "0573-0149-04", + "0573-0149-66", + "0573-0149-91", + "0573-1769-20", + "0573-1769-80", + "0573-1769-89", + "0573-1769-14", + "0573-1769-13", + "0573-1769-09", + "45802-133-26", + "68016-645-12", + "68016-645-08", + "68016-645-15", + "36800-517-71", + "36800-517-78", + "33992-0843-1", + "36800-749-20", + "36800-749-40", + "11673-255-10", + "11673-255-16", + "24385-058-78", + "24385-058-82", + "59651-032-12", + "59651-032-47", + "0363-9601-42", + "0363-9601-05", + "0363-9601-01", + "0363-9601-15", + "0363-9601-50", + "0363-9601-10", + "66715-9700-1", + "66715-9700-2", + "66715-9700-3", + "66715-9700-8", + "41163-711-03", + "54473-306-50", + "50844-438-02", + "50844-438-12", + "50844-438-16", + "55910-521-62", + "55910-901-42", + "72476-109-01", + "72476-109-02", + "72476-109-03", + "72476-109-10", + "72476-109-05", + "72476-109-06", + "72476-109-08", + "72476-109-21", + "0363-1461-62", + "41163-647-71", + "41163-647-78", + "41163-647-76", + "41163-647-72", + "55315-393-12", + "55315-393-57", + "55315-393-15", + "55315-393-20", + "68196-980-38", + "68196-980-41", + "11822-1521-0", + "63981-598-36", + "21130-701-62", + "59726-046-30", + "59726-046-20", + "11673-517-78", + "59726-661-50", + "59726-661-40", + "63868-796-04", + "55910-604-71", + "55910-604-78", + "55910-604-85", + "55910-604-90", + "55910-604-62", + "55910-604-76", + "55910-604-82", + "55910-604-93", + "55910-023-24", + "69842-323-26", + "63940-392-03", + "63940-392-15", + "63940-392-12", + "0113-0897-26", + "0113-0897-34", + "0113-0897-28", + "41250-660-26", + "59556-764-13", + "11673-685-26", + "11673-685-34", + "11673-685-28", + "53746-137-01", + "53746-137-05", + "53746-137-30", + "53746-137-50", + "53746-137-60", + "53746-137-90", + "55319-396-05", + "55319-396-10", + "55319-396-25", + "55319-396-24", + "55319-396-20", + "55319-397-05", + "55319-397-10", + "55319-397-25", + "0363-0292-37", + "0363-0292-12", + "0363-0292-15", + "0363-0292-08", + "0363-0292-14", + "0363-0292-17", + "49314-1003-3", + "49314-0993-3", + "41250-286-22", + "21130-585-78", + "21130-585-59", + "21130-585-62", + "21130-585-85", + "21130-585-90", + "21130-585-76", + "21130-585-93", + "58602-212-24", + "58602-212-20", + "71862-003-01", + "71862-007-01", + "42507-198-48", + "42507-198-27", + "50844-291-02", + "50844-291-08", + "50844-291-01", + "50844-291-10", + "50844-291-11", + "50844-291-12", + "50844-291-29", + "50844-291-13", + "50844-291-15", + "50844-291-03", + "50844-291-14", + "50844-291-16", + "63868-295-80", + "63868-295-40", + "63868-295-48", + "59556-812-41", + "59556-812-25", + "59556-812-06", + "59556-812-44", + "59556-812-08", + "59556-811-41", + "59556-811-25", + "59556-811-06", + "59556-811-44", + "59556-811-08", + "53943-119-24", + "59779-882-26", + "0498-7500-01", + "0498-7500-10", + "0498-7500-25", + "0498-7500-50", + "0498-7501-01", + "0498-7501-10", + "0498-7501-25", + "0498-7501-50", + "0498-7502-01", + "0498-7502-10", + "0498-7502-25", + "0498-7502-50", + "68016-633-50", + "68016-633-10", + "68016-633-24", + "11673-990-42", + "11673-990-20", + "67877-319-30", + "67877-319-50", + "67877-319-01", + "67877-319-05", + "67877-320-30", + "67877-320-50", + "67877-320-05", + "67877-321-30", + "67877-321-50", + "67877-321-01", + "67877-321-05", + "0904-5577-20", + "49035-381-11", + "49035-381-15", + "21130-745-40", + "21130-745-20", + "21130-745-80", + "21130-745-18", + "21130-745-30", + "56062-033-27", + "0363-0225-22", + "41226-601-42", + "41226-601-05", + "41226-601-01", + "41226-601-20", + "41226-601-25", + "11822-3061-6", + "11673-197-40", + "11673-197-80", + "11673-197-16", + "11673-197-03", + "24385-059-78", + "30142-743-80", + "30142-743-32", + "11822-6604-1", + "36800-753-60", + "36800-753-06", + "36800-753-58", + "53187-199-80", + "53187-199-40", + "53187-199-20", + "0113-0298-58", + "0113-0298-60", + "0113-0298-27", + "0363-5100-01", + "46122-010-62", + "67060-001-68", + "67060-001-67", + "56062-074-78", + "59726-235-40", + "59726-235-24", + "53943-112-02", + "53943-112-03", + "53943-112-08", + "62011-0367-1", + "0113-7131-06", + "53746-144-01", + "53746-144-10", + "53746-144-24", + "53746-142-01", + "53746-142-10", + "53746-142-24", + "55319-150-08", + "59779-197-88", + "59779-197-20", + "59779-197-16", + "59779-197-48", + "59779-197-80", + "59779-197-03", + "59779-197-40", + "59779-197-02", + "59779-197-12", + "41520-166-26", + "41520-166-28", + "11822-1761-4", + "41520-897-26", + "41520-897-34", + "41520-897-28", + "66689-339-01", + "66689-339-50", + "70000-0264-1", + "70000-0264-2", + "47682-710-99", + "47682-710-33", + "47682-710-48", + "41250-752-40", + "41250-752-80", + "41250-752-16", + "41250-752-30", + "46994-291-12", + "63981-517-59", + "63981-517-90", + "76281-119-24", + "50580-603-04", + "49035-716-94", + "70000-0308-1", + "70000-0308-2", + "46122-530-58", + "46122-530-41", + "41163-392-12", + "41163-392-15", + "55910-408-20", + "62207-320-41", + "62207-320-42", + "62207-320-43", + "62207-320-46", + "62207-320-47", + "62207-320-48", + "62207-320-49", + "62207-320-91", + "62207-320-89", + "62207-320-90", + "62207-321-41", + "62207-321-42", + "62207-321-43", + "62207-321-46", + "62207-321-47", + "62207-321-48", + "62207-321-49", + "62207-321-91", + "62207-321-89", + "62207-321-90", + "55319-054-05", + "55910-750-80", + "55910-750-20", + "55910-750-02", + "55910-750-40", + "55910-750-12", + "11822-0010-2", + "36800-811-62", + "49035-521-62", + "49035-521-67", + "51013-410-26", + "42961-043-01", + "42961-043-02", + "42961-043-03", + "42961-043-04", + "0363-0291-08", + "0363-0291-12", + "0363-0291-15", + "0363-0291-99", + "0363-0291-37", + "0363-0291-57", + "0363-0291-03", + "0363-0291-14", + "0363-0291-16", + "0363-0291-29", + "36800-193-11", + "36800-193-78", + "0113-0057-05", + "0573-0191-20", + "0573-0191-50", + "0573-0191-22", + "0573-0191-75", + "41163-604-59", + "41163-604-62", + "41163-604-71", + "41163-604-78", + "41163-604-85", + "41163-604-90", + "41163-604-76", + "41163-604-82", + "49483-601-00", + "49483-601-05", + "49483-601-01", + "49483-601-50", + "49483-601-10", + "49483-600-05", + "49483-600-01", + "49483-600-50", + "0113-1212-85", + "0113-1212-09", + "49348-229-34", + "49348-229-37", + "0904-6747-51", + "0904-6747-59", + "0904-6747-70", + "0904-6747-40", + "0904-6747-80", + "0904-6747-24", + "0113-0074-78", + "0113-0074-71", + "68094-494-59", + "68094-494-62", + "68094-494-61", + "68094-494-58", + "68094-503-59", + "68094-503-62", + "68094-503-61", + "68094-037-01", + "68094-037-58", + "69842-521-62", + "69842-521-67", + "10267-3852-2", + "10267-3846-2", + "10267-3909-2", + "68210-0200-1", + "36800-074-71", + "36800-074-78", + "37012-745-80", + "41520-600-62", + "36800-660-26", + "36800-660-28", + "36800-660-00", + "30142-660-26", + "30142-660-28", + "21130-392-15", + "21130-392-12", + "41163-685-26", + "58602-002-24", + "58602-002-20", + "66715-5839-2", + "66715-5839-3", + "11673-993-01", + "11673-993-26", + "64380-809-06", + "64380-809-07", + "64380-808-06", + "64380-808-07", + "64380-807-07", + "64380-807-06", + "11822-0589-2", + "11822-0589-5", + "11822-0589-6", + "0113-0517-71", + "72288-521-62", + "0113-0685-26", + "0113-0685-34", + "51013-422-39", + "36800-348-80", + "36800-348-20", + "70000-0172-1", + "53041-637-09", + "52124-0009-1", + "68210-4140-3", + "36800-048-40", + "36800-048-20", + "49035-598-30", + "11788-002-00", + "11788-004-00", + "11788-006-00", + "41163-509-17", + "41163-509-06", + "11673-992-44", + "11673-992-80", + "11673-992-66", + "11673-992-31", + "50383-584-05", + "50383-584-06", + "50383-584-07", + "50383-584-10", + "50383-584-11", + "50383-584-12", + "50383-584-04", + "50383-584-16", + "21130-877-78", + "49035-601-10", + "70000-0298-1", + "41226-610-66", + "36800-745-40", + "36800-745-20", + "36800-745-80", + "49035-660-26", + "0536-1089-01", + "69256-057-05", + "62207-365-51", + "62207-365-41", + "62207-365-42", + "62207-365-43", + "62207-365-46", + "62207-365-47", + "62207-365-48", + "62207-365-49", + "62207-366-51", + "62207-366-41", + "62207-366-42", + "62207-366-43", + "62207-366-46", + "62207-366-47", + "62207-366-48", + "62207-366-49", + "62207-396-51", + "62207-396-41", + "62207-396-42", + "62207-396-43", + "62207-396-46", + "62207-396-47", + "62207-396-48", + "62207-396-49", + "62207-395-51", + "62207-395-41", + "62207-395-42", + "62207-395-43", + "62207-395-46", + "62207-395-47", + "62207-395-48", + "62207-395-49", + "37205-736-58", + "37205-736-57", + "41520-255-10", + "24385-550-10", + "51013-421-15", + "51013-421-25", + "51013-421-26", + "24385-009-34", + "24385-009-26", + "36800-440-80", + "36800-440-29", + "0113-7517-78", + "0113-7517-90", + "70000-0239-1", + "50580-933-01", + "41163-291-29", + "41163-291-16", + "72865-132-20", + "72865-132-40", + "72865-132-80", + "72865-132-16", + "29485-7625-6", + "68998-011-03", + "63941-111-02", + "41163-198-80", + "41163-198-40", + "41163-198-20", + "41163-198-06", + "41163-198-30", + "49348-374-69", + "36800-057-05", + "45802-897-26", + "45802-897-34", + "37808-709-71", + "42543-966-07", + "42543-965-07", + "42543-964-07", + "55319-393-12", + "0363-0806-26", + "0363-0806-28", + "0363-0806-34", + "21130-026-62", + "53345-014-01", + "0904-7914-61", + "0904-7914-59", + "0904-7914-51", + "0904-7914-80", + "58602-843-73", + "58602-843-12", + "58602-843-18", + "58602-843-30", + "58602-843-38", + "58602-843-32", + "58602-843-79", + "58602-843-70", + "58602-843-72", + "58602-843-74", + "58602-843-34", + "58602-843-75", + "49035-198-40", + "49035-198-03", + "49035-198-16", + "49035-198-80", + "49738-198-40", + "49738-198-80", + "49738-198-30", + "49738-198-20", + "49738-198-06", + "53746-132-01", + "53746-132-05", + "53746-132-30", + "53746-132-50", + "53746-132-60", + "53746-132-90", + "30142-965-08", + "59779-517-71", + "59779-517-78", + "0113-7897-34", + "53943-111-02", + "53943-111-03", + "53943-111-05", + "53943-111-08", + "63868-791-50", + "41520-660-26", + "41520-660-28", + "41520-633-62", + "69103-2525-5", + "69103-2525-6", + "57344-185-01", + "57344-185-02", + "57344-185-03", + "57344-185-04", + "11788-003-07", + "11788-003-10", + "11788-005-07", + "11788-005-10", + "11788-007-07", + "11788-007-10", + "46122-617-62", + "61245-084-13", + "49035-517-78", + "56062-604-71", + "56062-604-78", + "56062-604-85", + "56062-604-90", + "33992-0209-4", + "21130-393-12", + "21130-393-15", + "21130-393-14", + "69842-891-11", + "66715-9739-3", + "66715-9739-8", + "66715-9739-9", + "66715-9739-4", + "56062-166-26", + "63868-281-40", + "63868-281-80", + "24385-905-34", + "24385-905-26", + "24385-905-28", + "68196-981-41", + "63981-291-03", + "63981-291-14", + "47682-683-33", + "47682-783-33", + "55319-817-62", + "55319-817-71", + "55319-817-85", + "55319-817-78", + "50844-393-02", + "50844-393-08", + "50844-393-15", + "50844-393-12", + "50844-393-14", + "50844-393-16", + "50844-393-20", + "50844-393-58", + "59779-001-62", + "53345-039-01", + "62011-0399-1", + "57344-109-02", + "57344-109-03", + "57344-109-05", + "49035-693-08", + "49035-693-09", + "57344-110-01", + "57344-110-02", + "24385-372-26", + "24385-372-25", + "63868-979-24", + "63868-979-50", + "63868-979-10", + "50804-217-50", + "36800-255-10", + "55910-197-80", + "55910-197-20", + "55910-197-40", + "55910-197-12", + "55910-647-78", + "55910-647-71", + "69842-643-80", + "69842-643-02", + "69842-643-16", + "69842-643-88", + "69842-643-24", + "69842-643-20", + "69842-643-50", + "41226-600-01", + "41226-600-50", + "41226-600-42", + "49738-745-40", + "49738-745-20", + "49738-745-30", + "11673-745-40", + "11673-745-80", + "11673-745-60", + "11673-745-30", + "50844-268-09", + "67060-750-68", + "67060-750-67", + "30142-647-62", + "30142-647-78", + "30142-647-90", + "30142-647-82", + "30142-647-76", + "49035-553-83", + "49035-553-90", + "63981-121-36", + "57243-291-15", + "63868-759-80", + "63868-759-48", + "63868-759-40", + "68998-110-03", + "0904-7915-80", + "0472-2002-94", + "0472-2002-16", + "11788-008-00", + "11788-009-00", + "11788-010-00", + "55301-292-12", + "55301-292-15", + "56062-461-62", + "57344-811-03", + "36800-647-62", + "36800-647-71", + "36800-647-78", + "36800-647-90", + "36800-647-76", + "59779-291-98", + "59779-291-10", + "59779-291-12", + "59779-291-96", + "59779-291-90", + "59779-291-15", + "59779-291-29", + "59779-291-03", + "59779-291-05", + "45802-952-26", + "45802-952-43", + "21130-358-05", + "21130-358-50", + "64024-002-78", + "64024-002-90", + "11822-0292-8", + "11822-0292-5", + "11822-0292-2", + "11822-0292-6", + "11822-0292-7", + "11822-0292-4", + "30142-521-62", + "53943-291-15", + "53943-291-12", + "53943-291-14", + "59726-745-10", + "59726-745-20", + "59726-745-16", + "37808-897-26", + "69168-335-01", + "69168-335-03", + "69168-335-30", + "69168-335-40", + "49035-121-20", + "49035-121-40", + "49035-121-03", + "49035-121-16", + "49035-121-80", + "50580-601-04", + "50580-601-08", + "50580-601-21", + "50580-601-22", + "50580-601-20", + "50580-601-25", + "41520-604-62", + "41520-604-71", + "41520-604-78", + "41520-604-85", + "41520-604-90", + "41520-604-76", + "55319-517-78", + "37012-272-85", + "59779-108-12", + "59779-108-60", + "59779-108-80", + "59779-108-82", + "59779-108-88", + "21130-011-26", + "11673-166-26", + "11673-166-28", + "11673-166-34", + "49035-647-90", + "49035-647-82", + "49035-647-78", + "55910-517-71", + "41163-185-01", + "41163-185-02", + "41163-185-03", + "41163-185-04", + "41163-185-06", + "55910-932-59", + "30142-255-10", + "69452-263-11", + "69452-263-78", + "11822-0660-4", + "11822-0660-1", + "50594-146-04", + "69842-851-40", + "69842-851-20", + "69842-851-16", + "69842-851-02", + "69842-851-03", + "69842-851-05", + "69842-851-60", + "69842-851-80", + "0113-0647-62", + "0113-0647-71", + "0113-0647-78", + "0113-0647-76", + "0113-0647-82", + "68210-8100-5", + "68210-8100-3", + "68210-8100-2", + "61269-761-94", + "0363-0103-26", + "42961-050-01", + "42961-050-02", + "42961-050-03", + "42961-050-04", + "37012-521-62", + "55301-393-15", + "55301-393-06", + "59779-074-78", + "59779-074-90", + "68998-112-03", + "55315-291-12", + "55315-291-57", + "55315-291-06", + "55315-291-13", + "55315-291-14", + "66715-6839-4", + "49035-749-80", + "50844-921-12", + "50844-921-06", + "50844-921-14", + "67091-348-50", + "67091-348-10", + "55301-745-20", + "55301-745-80", + "53943-214-78", + "70000-0240-1", + "66715-6920-4", + "41163-057-05", + "37808-057-05", + "25000-121-03", + "25000-121-12", + "25000-121-19", + "25000-121-29", + "25000-121-98", + "25000-121-93", + "25000-122-03", + "25000-122-12", + "25000-122-18", + "25000-122-28", + "25000-122-98", + "25000-122-93", + "25000-123-03", + "25000-123-12", + "25000-123-17", + "25000-123-27", + "25000-123-98", + "25000-123-93", + "41250-604-82", + "41250-604-71", + "41250-604-78", + "41250-604-90", + "41250-604-93", + "41250-604-62", + "41250-604-76", + "41250-604-85", + "59779-647-62", + "59779-647-71", + "59779-647-76", + "59779-647-78", + "59779-647-85", + "59779-647-90", + "59779-647-82", + "49483-602-01", + "49483-602-50", + "49483-603-03", + "49483-603-05", + "49483-603-01", + "49483-603-50", + "49483-604-03", + "49483-604-05", + "49483-604-01", + "49483-604-50", + "11673-593-62", + "41520-943-80", + "41520-943-20", + "41520-943-16", + "41520-943-40", + "59726-843-10", + "11673-647-62", + "11673-647-85", + "11673-647-90", + "11673-647-82", + "30142-461-62", + "53329-674-30", + "0363-0222-22", + "50804-167-50", + "72476-111-02", + "55910-503-05", + "30142-513-62", + "68210-6114-1", + "69452-262-82", + "69452-262-30", + "0113-2461-62", + "61269-763-94", + "55301-392-15", + "41250-897-26", + "41250-897-34", + "41250-897-28", + "63548-0185-2", + "63548-0185-1", + "63548-0185-3", + "33992-0745-1", + "41250-331-62", + "41520-695-71", + "49348-727-09", + "49348-727-10", + "70000-0288-1", + "68210-0011-4", + "0363-0197-80", + "0363-0197-40", + "0363-0197-20", + "0363-0197-16", + "0363-0197-30", + "58602-003-24", + "58602-003-20", + "70000-0292-1", + "55910-166-26", + "55319-897-26", + "55319-897-28", + "55319-897-12", + "46122-580-55", + "46122-580-58", + "46122-580-41", + "55910-651-40", + "41250-993-12", + "41250-993-20", + "41250-993-91", + "21130-699-80", + "21130-699-20", + "21130-699-40", + "21130-699-18", + "21130-699-30", + "33992-0393-1", + "33992-0393-2", + "36800-604-62", + "36800-604-71", + "36800-604-78", + "36800-604-85", + "36800-604-90", + "36800-604-93", + "36800-604-76", + "36800-604-82", + "11673-521-62", + "63654-363-40", + "41163-212-02", + "41163-212-03", + "41163-212-05", + "0904-5309-09", + "0904-5309-20", + "65162-356-02", + "65162-356-69", + "65162-356-11", + "65162-356-50", + "41250-074-78", + "70000-0262-1", + "72476-745-80", + "72476-745-18", + "72476-745-40", + "59779-292-08", + "59779-292-15", + "59779-292-12", + "59779-292-13", + "59779-292-05", + "59779-292-96", + "63868-795-04", + "63868-795-08", + "66715-9812-1", + "66715-9812-2", + "66715-9812-7", + "66715-9812-3", + "67091-321-04", + "50594-843-20", + "49348-927-09", + "49348-927-10", + "70000-0175-1", + "70000-0175-2", + "70000-0175-3", + "70000-0175-5", + "70000-0175-4", + "70000-0175-7", + "70000-0175-6", + "62011-0030-1", + "62011-0030-2", + "62011-0030-3", + "42681-0026-1", + "59779-685-26", + "59779-685-28", + "59779-685-34", + "69842-170-26", + "69842-745-40", + "69842-745-20", + "69842-745-16", + "69842-745-48", + "69842-745-88", + "69842-745-02", + "69842-745-30", + "69842-745-50", + "69842-745-60", + "69842-745-80", + "51824-064-01", + "69452-260-11", + "69452-260-78", + "69452-260-79", + "69452-260-82", + "69452-260-83", + "63941-301-02", + "25000-114-03", + "25000-114-14", + "25000-114-20", + "25000-114-30", + "25000-114-98", + "25000-114-93", + "25000-114-70", + "25000-114-71", + "25000-117-03", + "25000-117-14", + "25000-117-20", + "25000-117-30", + "25000-117-98", + "25000-117-93", + "25000-117-69", + "70677-0046-1", + "63981-393-03", + "63981-393-14", + "63981-393-58", + "56062-801-62", + "49035-865-20", + "49035-865-80", + "49035-865-30", + "0573-0175-11", + "11788-003-00", + "11788-005-00", + "11788-007-00", + "46122-632-62", + "51672-2138-8", + "51672-2138-1", + "0363-4381-12", + "50844-754-09", + "72036-112-02", + "72036-112-03", + "72036-112-08", + "54473-308-50", + "30142-048-80", + "21130-359-10", + "21130-359-05", + "68210-0800-1", + "68210-0800-4", + "55758-304-04", + "59779-604-82", + "59779-604-59", + "59779-604-71", + "59779-604-85", + "59779-604-90", + "59779-604-93", + "59779-604-72", + "59779-604-78", + "59779-604-47", + "59779-604-52", + "59779-604-62", + "59779-604-02", + "59779-604-87", + "59779-604-76", + "63940-291-03", + "63940-291-15", + "63940-291-08", + "63940-291-12", + "63940-291-13", + "64092-204-30", + "24385-546-62", + "55319-186-50", + "55319-186-25", + "55319-186-01", + "49035-228-03", + "56062-517-71", + "56062-517-78", + "69842-391-54", + "55910-255-10", + "50580-409-20", + "50580-409-80", + "50580-409-12", + "70000-0571-1", + "70000-0571-2", + "70000-0571-3", + "0363-0255-10", + "61010-4411-0", + "61010-4411-1", + "61010-4411-2", + "62011-0407-1", + "11822-0166-4", + "11822-0166-1", + "11822-0166-3", + "21130-843-80", + "49035-438-12", + "49035-438-90", + "36800-685-26", + "36800-685-28", + "50580-120-20", + "50580-120-80", + "0363-0240-78", + "49348-500-34", + "50804-750-20", + "50804-750-40", + "0363-0393-12", + "0363-0393-15", + "0363-0393-37", + "0363-0393-14", + "0363-0393-20", + "68016-635-10", + "68016-635-50", + "67414-240-09", + "67414-240-00", + "53041-634-03", + "46122-110-26", + "11673-660-26", + "11673-660-28", + "37808-393-12", + "37808-393-13", + "37808-393-20", + "69848-012-24", + "69848-012-10", + "69848-012-25", + "69848-011-24", + "41250-292-11", + "41250-292-78", + "41250-292-83", + "41250-293-15", + "41250-293-78", + "41250-293-83", + "41250-293-79", + "69517-111-25", + "69517-111-50", + "69517-111-02", + "69517-111-30", + "69517-111-05", + "69517-111-10", + "55910-102-26", + "10202-711-24", + "30142-249-05", + "41250-198-80", + "41250-198-40", + "41250-198-18", + "41250-198-16", + "41250-198-30", + "37012-074-71", + "53943-212-15", + "53943-212-79", + "68391-131-87", + "70000-0197-1", + "70000-0197-2", + "50580-604-04", + "69256-660-26", + "30142-402-62", + "61245-085-13", + "30142-750-40", + "30142-750-20", + "30142-750-02", + "30142-750-16", + "30142-750-80", + "37808-255-10", + "30142-053-83", + "30142-053-82", + "30142-053-84", + "30142-053-85", + "30142-053-26", + "11822-0894-2", + "11822-0894-9", + "11822-0894-1", + "11822-0894-8", + "72288-255-10", + "16103-396-11", + "16103-396-08", + "16103-396-06", + "16103-396-04", + "69256-897-26", + "81238-0103-1", + "81238-0103-2", + "0363-9611-05", + "0363-9611-01", + "0363-9611-31", + "0363-9611-50", + "0363-9611-10", + "68391-517-59", + "68391-517-90", + "63868-570-50", + "63868-570-01", + "0472-1764-94", + "0472-1760-98", + "0472-1760-94", + "0472-1763-94", + "0472-1761-94", + "72476-358-10", + "72476-358-05", + "68016-116-00", + "68016-116-02", + "68016-116-01", + "72476-843-80", + "72476-843-16", + "69452-305-81", + "56062-131-58", + "56062-131-27", + "56062-131-06", + "0113-7660-34", + "59779-313-10", + "59779-313-05", + "37012-166-26", + "0363-0909-49", + "0363-0909-27", + "55319-249-50", + "55319-249-01", + "55319-249-25", + "59651-360-01", + "59651-360-05", + "59651-361-01", + "59651-361-05", + "59651-362-01", + "59651-362-05", + "37808-699-80", + "37808-699-20", + "37808-699-40", + "37808-699-30", + "63941-199-40", + "63941-199-20", + "30142-517-78", + "11673-991-01", + "11673-991-05", + "11673-991-20", + "11673-991-50", + "11673-991-88", + "21130-818-62", + "21130-818-71", + "21130-818-78", + "21130-818-90", + "21130-035-26", + "21130-035-34", + "68998-012-03", + "30142-495-78", + "30142-495-82", + "63868-776-04", + "63868-779-08", + "63868-779-04", + "63868-724-04", + "63868-709-04", + "50844-353-02", + "50844-353-16", + "0363-0438-12", + "0363-0438-15", + "0363-0438-99", + "63981-750-36" + ], + "nui": [ + "N0000000160", + "M0001335", + "N0000175722" + ], + "pharm_class_moa": [ + "Cyclooxygenase Inhibitors [MoA]" + ], + "pharm_class_cs": [ + "Anti-Inflammatory Agents, Non-Steroidal [CS]" + ], + "pharm_class_epc": [ + "Nonsteroidal Anti-inflammatory Drug [EPC]" + ], + "unii": [ + "WK2XYI10QM", + "RM1CE97Z4N" + ] + } + } + ] + }, + "transmissiondate": "20141002", + "serious": "1", + "reportduplicate": { + "duplicatesource": "JANSSEN", + "duplicatenumb": "US-JNJFOC-20130719067" + }, + "receiptdate": "20140228", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-PFIZER INC-2014068976", + "occurcountry": "US", + "safetyreportversion": "1", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003302", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Drug ineffective", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LYRICA", + "drugauthorizationnumb": "021446", + "drugdosagetext": "UNK", + "actiondrug": "5", + "openfda": { + "application_number": [ + "NDA021446", + "NDA022488" + ], + "brand_name": [ + "LYRICA" + ], + "generic_name": [ + "PREGABALIN" + ], + "manufacturer_name": [ + "Parke-Davis Div of Pfizer Inc", + "U.S. Pharmaceuticals" + ], + "product_ndc": [ + "0071-1012", + "0071-1013", + "0071-1014", + "0071-1015", + "0071-1016", + "0071-1017", + "0071-1019", + "0071-1018", + "0071-1020", + "63539-013", + "63539-014" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "PREGABALIN" + ], + "rxcui": [ + "483438", + "483440", + "483442", + "483444", + "483446", + "483448", + "483450", + "577127", + "607018", + "607020", + "607022", + "607024", + "607026", + "607028", + "607033", + "607038", + "898715", + "898718" + ], + "spl_id": [ + "b9b1285a-2cb3-4789-8b0e-8d5e1b253534", + "0fbd5d1f-30cd-464d-a1d6-71e8057a9377" + ], + "spl_set_id": [ + "60185c88-ecfd-46f9-adb9-b97c6b00a553", + "ce1a4b9d-3127-4416-8bf2-fee5899fc0ba" + ], + "package_ndc": [ + "0071-1012-68", + "0071-1013-41", + "0071-1013-68", + "0071-1014-41", + "0071-1014-68", + "0071-1015-41", + "0071-1015-68", + "0071-1016-41", + "0071-1016-68", + "0071-1017-68", + "0071-1019-68", + "0071-1018-68", + "0071-1020-01", + "63539-013-41", + "63539-014-90" + ], + "unii": [ + "55JG375S6M" + ] + } + } + ] + }, + "transmissiondate": "20141002", + "serious": "2", + "reportduplicate": { + "duplicatesource": "PFIZER", + "duplicatenumb": "US-PFIZER INC-2014068976" + }, + "receiptdate": "20140312", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-PFIZER INC-2014063856", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "1" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003304", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Drug hypersensitivity", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "DOXYCYCLINE HYCLATE", + "drugauthorizationnumb": "050007", + "drugdosagetext": "UNK", + "actiondrug": "5", + "openfda": { + "application_number": [ + "NDA050795", + "ANDA062421", + "ANDA062269", + "NDA050751", + "ANDA062500", + "ANDA207558", + "ANDA211584", + "ANDA211343", + "ANDA210664", + "ANDA211744", + "ANDA210527", + "ANDA210536", + "ANDA209393", + "ANDA062505", + "ANDA065182", + "ANDA206772", + "ANDA065277", + "NDA050007", + "ANDA209243", + "ANDA207773", + "ANDA209402", + "ANDA208765", + "ANDA200856", + "ANDA062396", + "ANDA210537", + "ANDA207774", + "NDA209844", + "ANDA090134", + "ANDA207289", + "NDA208253", + "ANDA211012", + "ANDA065095", + "ANDA207494", + "ANDA208818", + "NDA205931", + "ANDA209969", + "ANDA065287", + "ANDA209372", + "ANDA090431", + "ANDA062676", + "ANDA062677", + "ANDA065134" + ], + "brand_name": [ + "DOXYCYCLINE HYCLATE", + "ATRIDOX", + "DOXYCYCLINE", + "TARGADOX", + "VIBRAMYCIN HYCLATE", + "DOXYCYCLINE HYCLATE DELAYED RELEASE", + "LYMEPAK", + "DORYX", + "ACTICLATE CAP", + "MORGIDOX", + "DORYX MPC", + "ACTICLATE" + ], + "generic_name": [ + "DOXYCYCLINE HYCLATE", + "DOXYCYCLINE", + "DOXYCLYCLINE HYCLATE" + ], + "manufacturer_name": [ + "Mayne Pharma", + "Actavis Pharma, Inc.", + "JG Pharma Inc.", + "Den-Mat Holdings, LLC", + "Harris Pharmaceutical, Inc", + "Lupin Pharmaceuticals,Inc.", + "Ajanta Pharma Limited", + "Epic Pharma, LLC", + "Changzhou Pharmaceutical Factory", + "Novel Laboratories, Inc.", + "Acella Pharmaceuticals, LLC", + "Alembic Pharmaceuticals Inc.", + "Alembic Pharmaceuticals Limited", + "Nostrum Laboratories, Inc.", + "Chartwell RX LLC", + "Oaklock, LLC", + "EPIC PHARMA, LLC", + "Cadila Healthcare Limited", + "Bi-Coastal Pharma International, LLC", + "Journey Medical Corporation", + "Lannett Company, Inc.", + "PURACAP LABORATORIES LLC DBA BLU PHARMACEUTICALS", + "Alvogen, Inc.", + "Pfizer Laboratories Div Pfizer Inc", + "Apotex Corp.", + "Viona Pharmaceuticals Inc", + "Mayne Pharma Inc.", + "Heritage Pharmaceuticals Inc. d/b/a Avet Pharmaceuticals Inc.", + "Hikma Pharmaceuticals USA Inc.", + "Zydus Pharmaceuticals (USA) Inc.", + "Chartwell RX, LLC.", + "Amneal Pharmaceuticals NY LLC", + "Aqua Pharmaceuticals", + "West-Ward Pharmaceuticals Corp", + "Solco Healthcare US LLC", + "Medimetriks Pharmaceuticals, Inc.", + "Lupin Pharmaceuticals, Inc.", + "Heritage Pharmaceuticals Inc.", + "Larken Laboratories, Inc.", + "Almirall, LLC", + "Mylan Pharmaceuticals Inc.", + "Sun Pharmaceutical Industries, Inc." + ], + "product_ndc": [ + "51862-571", + "51862-709", + "0591-5553", + "72143-211", + "59883-100", + "67405-651", + "67405-650", + "43386-794", + "27241-153", + "27241-154", + "42806-312", + "55488-0185", + "40032-794", + "42192-501", + "62332-387", + "62332-388", + "46708-362", + "46708-363", + "62332-353", + "29033-052", + "29033-053", + "62135-626", + "62135-984", + "62135-985", + "62135-417", + "69263-501", + "42806-362", + "70771-1587", + "70771-1588", + "70771-1589", + "42582-215", + "69489-111", + "0527-1336", + "24658-312", + "47781-490", + "47781-489", + "47781-491", + "0069-0950", + "0069-0970", + "0069-0971", + "0069-0990", + "60505-4382", + "60505-4384", + "72578-001", + "42582-216", + "51862-695", + "51862-696", + "23155-141", + "23155-142", + "23155-143", + "23155-611", + "0143-9802", + "0143-9803", + "46708-387", + "46708-388", + "55488-0186", + "62332-352", + "68382-221", + "68382-222", + "62135-596", + "51862-557", + "51862-558", + "51862-562", + "0591-4550", + "0591-4575", + "60219-1100", + "16110-601", + "27241-140", + "27241-141", + "0143-2112", + "43547-324", + "43547-462", + "43547-325", + "46708-353", + "68382-708", + "68382-709", + "68382-710", + "43538-600", + "43538-601", + "43538-610", + "43538-611", + "68180-653", + "68180-654", + "70771-1358", + "70771-1359", + "0591-6100", + "0591-6125", + "23155-376", + "68308-710", + "68308-775", + "68308-715", + "68308-716", + "51862-559", + "68047-714", + "69238-1100", + "67405-550", + "70771-1104", + "69238-1500", + "69238-1501", + "16110-501", + "16110-502", + "62332-362", + "62332-363", + "46708-352", + "0378-4535", + "53489-118", + "53489-119", + "53489-120", + "0143-3141", + "0143-3142", + "53489-647" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "DOXYCYCLINE HYCLATE", + "DOXYCYCLINE" + ], + "rxcui": [ + "1653433", + "2122343", + "1650143", + "1652674", + "1113433", + "1113435", + "1649405", + "1649988", + "1649425", + "1650446", + "1650030", + "283535", + "406524", + "434018", + "799048", + "1806948", + "205604", + "205618", + "310026", + "702296", + "861061", + "1423080", + "2099768", + "2099769", + "1423082", + "1653435", + "2360884", + "1791505", + "1791507", + "1101055", + "1801138", + "1801140", + "1543953", + "1543955" + ], + "spl_id": [ + "f9ca9c7d-e726-4439-bafa-df0139c11b3d", + "d79d51fb-5bc4-4430-b2da-942f51bad6cb", + "350ad5db-85fe-4b8d-a107-15caa120e115", + "59a01667-10de-4317-941a-f42831aea0c6", + "2ba88300-0bf7-42a5-af40-6b413565713d", + "b48f9004-a576-5592-e053-2995a90a99fa", + "eb728d19-cc8a-4c40-bff7-133839364748", + "60ab3c1f-126a-46b1-af07-4255e8c10639", + "5431bb85-f36f-4286-9597-9ff0049588d8", + "7511bdc8-a3f6-4f22-bad9-72d861c711c9", + "b12a1fd3-fe9e-b675-e053-2a95a90aa122", + "a938e0e4-0866-4b74-ae1d-b3e5e2189e1b", + "db8a45d0-fab6-4fd7-9d70-10682c0bad38", + "436d4af3-9cdb-485d-b198-a74b02493de7", + "ca15db19-4597-40f1-9f33-2225988aee67", + "f1d478f8-3a02-41aa-a820-67104c386591", + "a1af0a3b-41a3-3f7b-e053-2a95a90abe25", + "b3cd7b44-db40-4ce5-895e-d4c85a0068ae", + "e4829768-c00f-4c0c-905c-31a00cbf1c86", + "fc04d0bc-e56a-464a-9e69-17dd48d392f8", + "a1ba7998-5594-449a-b1ac-6ffde5a5c494", + "a1887d2c-5bea-4bfe-b4d6-833d58b6b49f", + "dc057cd6-104b-486b-9102-53afb8307e14", + "8ee4ed94-563e-0fb5-3df1-7f84cee3b173", + "7d5bb812-4c0c-464b-a7a2-0fd34dae3156", + "8f2020b8-f616-ceae-c7f2-099819460d76", + "68ad8e43-d031-4a9c-b797-73076fe4c7fa", + "ec2b635d-3b4e-4573-8939-91b40838639a", + "b7a12bb2-6295-4722-bf1b-d9b5aec3326c", + "d52b0e3e-4d26-4620-a143-5c74a1b21d71", + "79ec1710-e275-4022-aceb-bc3eb0fd18cf", + "6e587d8d-1a82-4dfa-acea-88704d408f2f", + "47a38f08-ac1a-4c1d-97e6-086604822af4", + "58e50aef-ea2a-4b85-b4a6-010034ea34f6", + "504488d3-8e11-42ce-bce7-ede2307db721", + "3bede7f1-c845-47e2-9de2-03bb13004956", + "671adc93-e1c0-4a32-9bb8-a8ec5c90da80", + "731adac8-6f3f-4863-9ade-e541445fc861", + "548793de-edad-41b0-88d6-f37cc4046d26", + "2e463b1b-d30e-4ae6-95c3-853aba0221a4", + "8c065e01-3d45-4884-bed1-5facbde9e98d", + "4820487d-5645-41ca-b417-94a1ec7cde01", + "d9b62506-144a-4c0b-a550-b09bdf958c01", + "24c8472a-dd07-4f84-8bea-20a3f178d119", + "74d07a0b-27c3-48d1-97fb-c4552a77dab9", + "da06a4f6-efe6-427d-b3e2-1ba5d6692f04", + "a9ab79b4-0b8a-4a2b-944f-086e9da3fb9d", + "0ee67c92-3bba-46e2-aee4-f8a54482c28b", + "df7ec0d5-8def-40cd-b5df-c257ed029c8e", + "428abb4d-c537-4c52-b3c2-b236c6120c81", + "8c8cca2e-7e4e-4e68-bc5d-a0e0d024d350", + "d89f04a8-b7e8-4160-8d8d-a58578ad2e67", + "b21b2b3c-7bbb-2a25-e053-2995a90aa015", + "dde93669-5777-4d4c-a49b-8e90a0cf4493", + "527be07f-055d-454f-b561-9b1a616cf403", + "1d534b82-0636-4e3a-ba8c-f1530976bf8e", + "0947f88a-2b40-4f2a-b43c-c02795defa80", + "704c1f8a-34d4-484d-a1eb-6f7630423b02", + "b06efd50-14c6-458a-acf8-3f84a951cda0", + "ec4535a1-69f0-40a2-bcba-11afc75c721d", + "07f1d355-c11e-4bf3-8f5b-b48da7e80114", + "32884319-3102-41ed-9405-470915a7b7ec", + "70b264bc-3ad8-4afc-a4be-395704087f23", + "6308da5c-cc47-4112-9829-70d0bda27930" + ], + "spl_set_id": [ + "f9c63af9-d613-43fc-b8e5-ab6219f24c70", + "a569ba80-ffea-40b2-9fbe-a42810b1fccb", + "37a8cb92-0ade-4fbc-80f7-2ef283bc32cb", + "2550dbc0-8bdd-4bca-81d5-eec77ee6fbd5", + "ab3751a7-2899-42ff-8ed1-d02c77e2589d", + "b752ea66-3144-4f78-96fe-a5f4d92740a7", + "9f00b2c9-e628-4265-8530-3258dd3cdcd5", + "faa1c3f1-1161-4a74-8e2e-59367baba622", + "003dd45b-1e86-4261-8bf8-f572414b59a6", + "25a92544-1421-4ccb-a49c-11742851f214", + "3fb9f5ad-90a2-4858-bc34-f800d8b2fa90", + "cec4368f-2852-443d-9d6f-7ba95807021b", + "e567b431-53fe-4e27-9b05-bf6eeb8abb51", + "cff08863-7156-49d0-abbd-8f9274302886", + "dcbd9623-ccf0-49d3-bef5-4656df417ceb", + "3e7cf78f-3b48-4614-9fa4-c6d1e0c05a35", + "da04c9cd-3d1e-4a0e-bde2-e31676b75b1a", + "b3cd7b44-db40-4ce5-895e-d4c85a0068ae", + "ee9f9d92-de7f-4572-8847-225267e1b147", + "4ee17bbb-29ba-49ce-8f81-748879831314", + "83243f78-b984-46a4-a88a-c6a15c217b90", + "6339395b-0125-4b18-8743-894e8a97f11b", + "8a9e1d08-1665-46d2-bda6-aa11a3f18646", + "947fd203-bc99-0256-5f51-477ed1247a57", + "d6f98d3c-5a20-4cbf-9a9c-abef10b9e465", + "2aa7ec9a-94b7-2f89-0d52-af9ec610b8fa", + "763997f0-b35c-43cb-a792-3e0bae589536", + "1f8f275a-0ea8-4618-a078-ad450d2a434c", + "3b9eb71c-cbc1-4889-9b37-16e5157e6df2", + "f5ee43b2-d6ca-4819-a3d7-07f8421015d7", + "4ec4c8ca-ce83-4948-8626-21eb82ae5c19", + "6e587d8d-1a82-4dfa-acea-88704d408f2f", + "045c1a20-4fe5-49b1-ad43-d92464e42ec7", + "7c33c1b8-100e-4df8-be8d-de3eed7ced94", + "aea60270-401b-4a78-aee1-52bc762b69c1", + "4021d8aa-6802-403a-a569-65d99bdaa658", + "99cf2de6-e0a3-42f2-9929-d33e107af948", + "c2b08332-3256-4658-965a-ede3d973a388", + "49ecbf95-58e8-4f3c-b5d5-650a15d866cb", + "5e96d473-63dd-4446-88cf-eef2cd3339f0", + "f18daceb-33a3-4931-9be7-ecd6356cc119", + "9b52e0a7-f024-4d8a-a59e-374946e60b44", + "0a18d4c7-9484-4d3e-b61b-e81fe63fefec", + "24c8472a-dd07-4f84-8bea-20a3f178d119", + "5febce4c-23f4-4231-9e36-35446e8e8ff6", + "d95bdf63-69a2-47b9-b909-97c74b6d7731", + "f234f419-42da-4a6d-82c6-92106cd77c67", + "fc8213e3-e546-495f-ac2c-3856db79c6e1", + "534409dc-5953-47aa-83cf-4f45c383385a", + "946c5fc2-d701-46b4-8146-89c2b3ca133e", + "cd2ab9b8-9619-4199-8a5d-83377b3274d1", + "f9277bb8-982d-444d-9325-35d5c53a2d35", + "49f82130-6f8a-412c-b625-e75906e74675", + "79f3c026-7687-4a11-8d2e-03493531d3bf", + "d34f42d8-f439-4435-9ce6-f42d0dd55c39", + "68b3aba5-f1e4-4cdf-b244-0302aa8595fe", + "b9fbbe52-dd65-4ee7-a797-a2c05fc1d5c8", + "115f1010-882f-11e3-baa7-0800200c9a66", + "131af052-0c4f-4a61-ae9a-e6165ae09076", + "ec4535a1-69f0-40a2-bcba-11afc75c721d", + "0c01acd6-123b-43f3-b639-b039e83baa27", + "214a9cfe-a522-4022-81d4-e59f447401fe", + "3d9aa97a-665a-44d4-990f-3d1a54c04174", + "bff3f426-44fc-4dbf-96df-df44011103e8" + ], + "package_ndc": [ + "51862-709-12", + "51862-571-30", + "0591-5553-05", + "0591-5553-50", + "72143-211-60", + "59883-100-01", + "59883-100-02", + "59883-100-06", + "59883-101-01", + "59883-102-01", + "67405-650-55", + "67405-651-02", + "67405-651-55", + "67405-651-05", + "43386-794-01", + "43386-794-02", + "43386-794-50", + "43386-794-05", + "43386-794-10", + "27241-153-02", + "27241-154-02", + "42806-312-50", + "42806-312-01", + "42806-312-05", + "55488-0185-1", + "40032-794-50", + "40032-794-05", + "40032-794-01", + "40032-794-02", + "40032-794-10", + "42192-501-50", + "42192-501-05", + "62332-387-60", + "62332-387-91", + "62332-388-60", + "62332-388-91", + "46708-362-50", + "46708-362-71", + "46708-363-50", + "46708-363-71", + "62332-353-20", + "62332-353-50", + "62332-353-71", + "29033-052-50", + "29033-052-05", + "29033-053-50", + "29033-053-05", + "62135-626-20", + "62135-626-50", + "62135-626-05", + "62135-626-96", + "62135-626-28", + "62135-626-12", + "62135-626-23", + "62135-626-31", + "62135-626-40", + "62135-626-10", + "62135-626-01", + "62135-984-50", + "62135-985-50", + "62135-985-05", + "62135-985-01", + "62135-985-10", + "62135-417-46", + "69263-501-50", + "69263-501-05", + "42806-362-01", + "42806-362-10", + "70771-1587-6", + "70771-1587-1", + "70771-1587-5", + "70771-1587-2", + "70771-1587-4", + "70771-1588-6", + "70771-1588-1", + "70771-1588-5", + "70771-1588-2", + "70771-1588-4", + "70771-1589-6", + "70771-1589-1", + "70771-1589-5", + "70771-1589-2", + "70771-1589-4", + "42582-215-05", + "42582-215-18", + "69489-111-05", + "69489-111-60", + "0527-1336-06", + "0527-1336-01", + "0527-1336-10", + "24658-312-20", + "24658-312-50", + "24658-312-01", + "24658-312-05", + "24658-312-10", + "47781-489-50", + "47781-490-50", + "47781-490-05", + "47781-491-50", + "47781-491-05", + "0069-0970-65", + "0069-0971-93", + "0069-0971-95", + "0069-0971-74", + "0069-0950-50", + "0069-0990-50", + "60505-4382-6", + "60505-4382-1", + "60505-4382-5", + "60505-4384-6", + "60505-4384-1", + "60505-4384-5", + "72578-001-18", + "72578-001-01", + "72578-001-05", + "72578-001-10", + "72578-001-30", + "72578-001-77", + "42582-216-05", + "42582-216-18", + "51862-695-06", + "51862-696-06", + "23155-141-06", + "23155-141-01", + "23155-141-05", + "23155-142-01", + "23155-142-05", + "23155-143-06", + "23155-143-01", + "23155-143-04", + "23155-611-06", + "23155-611-04", + "0143-9803-05", + "0143-9803-50", + "0143-9802-50", + "46708-387-60", + "46708-387-91", + "46708-388-60", + "46708-388-91", + "55488-0186-1", + "55488-0186-2", + "62332-352-60", + "62332-352-31", + "62332-352-91", + "68382-221-18", + "68382-221-01", + "68382-221-05", + "68382-221-10", + "68382-221-30", + "68382-221-77", + "68382-222-18", + "68382-222-01", + "68382-222-05", + "68382-222-10", + "68382-222-30", + "68382-222-77", + "62135-596-86", + "62135-596-87", + "51862-558-06", + "51862-557-12", + "51862-562-30", + "0591-4550-22", + "0591-4575-60", + "60219-1100-1", + "60219-1100-3", + "16110-601-01", + "27241-140-42", + "27241-141-42", + "27241-141-08", + "0143-2112-50", + "0143-2112-05", + "0143-2112-20", + "43547-462-12", + "43547-324-06", + "43547-324-10", + "43547-324-50", + "43547-325-06", + "43547-325-10", + "43547-325-50", + "46708-353-20", + "46708-353-50", + "46708-353-71", + "68382-708-14", + "68382-708-01", + "68382-708-05", + "68382-708-30", + "68382-708-77", + "68382-709-14", + "68382-709-01", + "68382-709-05", + "68382-709-30", + "68382-709-77", + "68382-710-14", + "68382-710-01", + "68382-710-05", + "68382-710-30", + "68382-710-77", + "43538-600-30", + "43538-601-30", + "43538-610-60", + "43538-611-60", + "68180-653-06", + "68180-653-07", + "68180-653-09", + "68180-654-06", + "68180-654-07", + "68180-654-09", + "70771-1358-7", + "70771-1358-1", + "70771-1358-5", + "70771-1358-0", + "70771-1358-2", + "70771-1358-4", + "70771-1359-7", + "70771-1359-1", + "70771-1359-5", + "70771-1359-0", + "70771-1359-2", + "70771-1359-4", + "0591-6100-60", + "0591-6125-60", + "23155-376-01", + "23155-376-25", + "23155-376-05", + "68308-775-60", + "68308-710-10", + "68308-715-30", + "68308-715-10", + "68308-716-30", + "68308-716-60", + "51862-559-30", + "68047-714-60", + "68047-714-01", + "69238-1100-3", + "69238-1100-2", + "69238-1100-1", + "69238-1100-5", + "67405-550-02", + "67405-550-28", + "67405-550-03", + "67405-550-55", + "67405-550-31", + "67405-550-33", + "67405-550-41", + "67405-550-05", + "70771-1104-7", + "70771-1104-1", + "70771-1104-0", + "70771-1104-5", + "70771-1104-2", + "70771-1104-4", + "69238-1500-6", + "69238-1501-6", + "16110-501-01", + "16110-502-01", + "62332-362-50", + "62332-362-71", + "62332-363-50", + "62332-363-71", + "46708-352-60", + "46708-352-31", + "46708-352-91", + "0378-4535-78", + "53489-118-02", + "53489-118-05", + "53489-119-02", + "53489-119-05", + "53489-120-02", + "53489-120-05", + "53489-120-60", + "0143-3142-50", + "0143-3142-05", + "0143-3141-50", + "0143-3141-05", + "53489-647-07", + "53489-647-06", + "53489-647-90", + "53489-647-01", + "53489-647-03", + "53489-647-05", + "53489-647-10" + ], + "unii": [ + "19XTS3T51U", + "N12000U13O", + "8ZL07I20SB" + ], + "nui": [ + "N0000175882", + "N0000007948" + ], + "pharm_class_epc": [ + "Tetracycline-class Drug [EPC]" + ], + "pharm_class_cs": [ + "Tetracyclines [Chemical/Ingredient]" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "TRAMADOL HYDROCHLORIDE", + "drugdosagetext": "UNK", + "drugdosageform": "TABLET", + "actiondrug": "5", + "openfda": { + "application_number": [ + "ANDA200491", + "ANDA090404", + "ANDA205257", + "ANDA076003", + "ANDA091498", + "NDA022370", + "ANDA208708", + "ANDA075964", + "ANDA202075", + "ANDA091607", + "ANDA211825", + "ANDA201384", + "NDA214044", + "ANDA075986", + "NDA020281", + "ANDA203494", + "ANDA200503", + "ANDA075977" + ], + "brand_name": [ + "TRAMADOL HYDROCHLORIDE", + "TRAMADOL HYDROCHLORIDE EXTENDED-RELEASE", + "QDOLO", + "ULTRAM", + "CONZIP" + ], + "generic_name": [ + "TRAMADOL HYDROCHLORIDE" + ], + "manufacturer_name": [ + "Par Pharmaceutical, Inc.", + "Zydus Pharmaceuticals (USA) Inc.", + "Cadila Healthcare Limited", + "Mylan Pharmaceuticals Inc.", + "Amneal Pharmaceuticals LLC", + "Virtus Pharmaceuticals LLC", + "Trigen Laboratories, LLC", + "Advagen Pharma Limited", + "Sun Pharmaceutical Industries, Inc.", + "ACI Healthcare USA, Inc.", + "Unichem Pharmaceuticals (USA), Inc.", + "Athena Bioscience, LLC", + "Janssen Pharmaceuticals, Inc.", + "TRUPHARMA LLC", + "Aurobindo Pharma Limited", + "Lupin Pharmaceuticals, Inc.", + "Teva Pharmaceuticals USA, Inc.", + "Vertical Pharmaceuticals, LLC" + ], + "product_ndc": [ + "10370-221", + "10370-222", + "10370-223", + "68382-319", + "65841-754", + "0378-4152", + "0378-4153", + "0378-4154", + "65162-627", + "69543-136", + "13811-689", + "13811-690", + "13811-691", + "72888-007", + "72888-008", + "57664-377", + "71093-119", + "47335-531", + "47335-533", + "47335-537", + "29300-355", + "47335-859", + "47335-860", + "47335-861", + "71511-301", + "0378-4151", + "50458-659", + "52817-195", + "52817-196", + "59651-441", + "68180-697", + "68180-698", + "68180-699", + "0093-0058", + "68025-071", + "68025-072", + "68025-073" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "TRAMADOL HYDROCHLORIDE" + ], + "rxcui": [ + "1946525", + "1946527", + "1946529", + "835603", + "833709", + "833711", + "833713", + "1148478", + "1148485", + "1148489", + "2179635", + "2395808", + "2395814", + "835605", + "1148482", + "1148487", + "1148491" + ], + "spl_id": [ + "db277e3d-eeed-4af9-b0a0-c4d561a02737", + "1ddd72c1-be8f-4d56-9966-f9b5c45e98b9", + "f3ada848-9f0a-4197-aac5-ead4675f8095", + "fa56c2ff-b0f4-4356-ba0b-4246ad19e521", + "ce9fb2ef-9b39-4111-8f5b-1e4aff195979", + "6d16d999-fff5-4a05-92b3-3b3d45d49e78", + "4875a2bb-1441-4cc0-9c2c-34e8f73e4e52", + "bb58e11c-8a02-1cd1-e053-2a95a90afa56", + "4941b274-f4ec-4d59-a9fd-6abea1adbc09", + "12dbf2c9-bde9-40a7-af6c-27bb61a2e543", + "57a64ce2-2e01-4026-842c-bed0e09a3947", + "2c146f80-0092-43bb-9ed4-577315398b71", + "cffa4953-1dcd-4abd-a589-68d667292ed2", + "af4c2dbe-14a3-98d4-e053-2995a90a809b", + "6ec651b0-a2bd-4351-a825-aaeafdfc90b9", + "e43f4c2d-b061-45e6-9470-87534bf30686", + "bb37b29d-c827-d710-e053-2995a90acf1d", + "6ac21986-099b-4ca2-b1fc-1fa60ec63b14", + "7848ebcb-7a13-48a8-bbeb-7481d040c068", + "e32c9333-3ec3-4f1b-857d-e526d394cb88", + "fd76df8b-f812-4d0e-a788-d73a9bd934be" + ], + "spl_set_id": [ + "bfdc4a52-a3a8-4f1e-8ab3-5c37d7a7d0a2", + "ee7179b7-6a08-4eeb-a787-5d697b02c4a2", + "6f3a2ab8-f437-456f-ae35-67a965396052", + "c88b97ff-a06b-43a8-bbc3-cd6add9d0cb3", + "58b802cb-2443-4f5b-9718-7d54c6d50cb4", + "13acd63b-3e08-476f-9fb3-4695c793112f", + "c0bc7218-3fd0-4646-96f4-25355fc84aa9", + "93b12089-3a0f-4b57-abb1-2429cf31995d", + "cabccc8a-6f9f-414c-93f0-6dec331ed74b", + "f3c7d874-8f9e-4687-9dac-2356ecfa86f9", + "dc420d50-6192-482d-b3da-3be55870a79a", + "007bf37f-0e46-426a-ac8c-be63d4b7414c", + "004de5a4-80f8-4040-a6ea-be5e99352a36", + "949661c5-2b98-46f9-a002-7e73f1e00952", + "3da3815b-fa99-4b20-8564-96d32d84df28", + "45f59e6f-1794-40a4-8f8b-3a9415924468", + "61fb5ba7-6896-4ee4-83de-caee69b06a8e", + "e5005d9e-91cb-4ff8-bcf2-b5ee70cf4f3f", + "46bb9ae6-3ee8-463c-badb-c7a45a89b84b", + "6d3b4049-2bfd-4874-b984-8fb231bff27c", + "a65b4d05-3a1c-4aa1-848a-d20ac9aaf62f" + ], + "package_ndc": [ + "10370-221-11", + "10370-222-11", + "10370-223-11", + "68382-319-01", + "68382-319-05", + "68382-319-10", + "68382-319-30", + "68382-319-77", + "65841-754-30", + "65841-754-01", + "65841-754-05", + "65841-754-10", + "0378-4152-93", + "0378-4153-93", + "0378-4154-93", + "65162-627-01", + "65162-627-10", + "65162-627-50", + "65162-627-11", + "69543-136-10", + "69543-136-50", + "69543-136-11", + "13811-689-30", + "13811-690-30", + "13811-691-30", + "72888-007-01", + "72888-007-05", + "72888-007-00", + "72888-008-01", + "72888-008-05", + "72888-008-00", + "57664-377-08", + "57664-377-13", + "57664-377-18", + "71093-119-04", + "71093-119-06", + "47335-531-83", + "47335-531-88", + "47335-531-08", + "47335-531-18", + "47335-533-83", + "47335-533-88", + "47335-533-08", + "47335-533-18", + "47335-537-83", + "47335-537-88", + "47335-537-08", + "47335-537-18", + "29300-355-01", + "29300-355-05", + "29300-355-10", + "47335-859-83", + "47335-859-88", + "47335-859-08", + "47335-859-18", + "47335-860-83", + "47335-860-88", + "47335-860-08", + "47335-860-18", + "47335-861-83", + "47335-861-88", + "47335-861-08", + "47335-861-18", + "71511-301-16", + "0378-4151-01", + "0378-4151-05", + "50458-659-60", + "52817-195-10", + "52817-195-50", + "52817-195-00", + "52817-196-10", + "52817-196-50", + "52817-196-00", + "59651-441-01", + "59651-441-05", + "59651-441-99", + "68180-697-06", + "68180-697-01", + "68180-697-02", + "68180-698-06", + "68180-698-01", + "68180-698-02", + "68180-699-06", + "68180-699-01", + "0093-0058-01", + "0093-0058-05", + "68025-071-30", + "68025-072-30", + "68025-073-30" + ], + "unii": [ + "9N7R477WCK" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "OXYCONTIN", + "drugdosagetext": "UNK", + "actiondrug": "5", + "openfda": { + "application_number": [ + "NDA022272" + ], + "brand_name": [ + "OXYCONTIN" + ], + "generic_name": [ + "OXYCODONE HYDROCHLORIDE" + ], + "manufacturer_name": [ + "Purdue Pharma LP" + ], + "product_ndc": [ + "59011-410", + "59011-480", + "59011-415", + "59011-420", + "59011-430", + "59011-440", + "59011-460" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "OXYCODONE HYDROCHLORIDE" + ], + "rxcui": [ + "1049504", + "1049545", + "1049565", + "1049576", + "1049586", + "1049595", + "1049601", + "1860127", + "1860129", + "1860137", + "1860148", + "1860151", + "1860154", + "1860157" + ], + "spl_id": [ + "2be639fc-6d66-3339-eb94-f6889a515547" + ], + "spl_set_id": [ + "bfdfe235-d717-4855-a3c8-a13d26dadede" + ], + "package_ndc": [ + "59011-480-20", + "59011-480-10", + "59011-410-10", + "59011-410-20", + "59011-415-10", + "59011-415-20", + "59011-420-10", + "59011-420-20", + "59011-430-10", + "59011-430-20", + "59011-440-10", + "59011-440-20", + "59011-460-10", + "59011-460-20" + ], + "unii": [ + "C1ENJ2TE6C" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "TALWIN", + "drugdosagetext": "UNK", + "actiondrug": "5" + }, + { + "drugcharacterization": "1", + "medicinalproduct": "CODEINE", + "drugdosagetext": "UNK", + "actiondrug": "5" + }, + { + "drugcharacterization": "1", + "medicinalproduct": "IODINE", + "drugdosagetext": "UNK", + "actiondrug": "5", + "openfda": { + "application_number": [ + "part333A" + ], + "brand_name": [ + "IODINE", + "IODIUM", + "DRY COUGH" + ], + "generic_name": [ + "IODINE" + ], + "manufacturer_name": [ + "Supervalu Inc.", + "Boiron", + "Seroyal USA", + "Vi-Jon, LLC", + "Walgreen Co", + "Washington Homeopathic Products", + "Natural Health Supply", + "Vi-Jon", + "Geiss, Destin & Dunn, Inc" + ], + "product_ndc": [ + "41163-088", + "0220-2656", + "0220-2673", + "0220-2664", + "0220-2659", + "62106-5070", + "0220-2657", + "0869-0088", + "0220-2674", + "0363-0088", + "68428-440", + "71919-364", + "0220-2661", + "64117-148", + "11344-088", + "50804-088" + ], + "product_type": [ + "HUMAN OTC DRUG" + ], + "route": [ + "TOPICAL", + "ORAL" + ], + "substance_name": [ + "IODINE", + "SODIUM IODIDE", + "ALCOHOL" + ], + "spl_id": [ + "5b9512cf-f60e-40d2-8544-c0a460b09f65", + "85ccdc3f-5dda-a5b1-e053-2a91aa0a8a0c", + "85cd0c27-785a-5fd8-e053-2a91aa0a7c69", + "85cd5e7a-52b7-0bb7-e053-2a91aa0aaa14", + "87475058-4632-69db-e053-2995a90a0c48", + "9a675e81-acc7-c228-e053-2995a90ac5c4", + "85cd0c27-782e-5fd8-e053-2a91aa0a7c69", + "be690c40-07c5-46f3-9cba-b5f424c456ba", + "85cd3f96-b801-f192-e053-2991aa0aee98", + "d2f74b9c-2b84-40c5-b638-031a026789c4", + "75c35583-d3b9-9fc9-e053-2991aa0a57e2", + "7e546f48-819a-204d-e053-2991aa0a6aec", + "85cd5e7a-52a8-0bb7-e053-2a91aa0aaa14", + "da58042a-003c-4bd7-be4b-83139a8f47bf", + "91a8d7b9-c8d3-4e73-9425-ce5e039ddddc", + "9f888067-c2a1-4b8f-bfeb-a43f50d5a35a" + ], + "spl_set_id": [ + "8e840855-d210-4a99-b73f-6c69dcf2b6fb", + "85ccdc3f-5dd9-a5b1-e053-2a91aa0a8a0c", + "85cd0c27-7859-5fd8-e053-2a91aa0a7c69", + "85cd5e7a-52b6-0bb7-e053-2a91aa0aaa14", + "724cb010-7c5d-11e6-8589-424c58303031", + "12227f65-6c54-5a47-e054-00144ff8d46c", + "85cd0c27-782d-5fd8-e053-2a91aa0a7c69", + "9ceedfda-a3cd-44ff-a09e-b2258bcc31cb", + "85cd3f96-b800-f192-e053-2991aa0aee98", + "d3d44c9f-4eb6-4e5b-9943-c0f80f06952d", + "224625aa-bd82-4b85-bf34-7fb2f0dd319e", + "38637ed6-feee-4578-8a22-8040187184bb", + "85cd5e7a-52a7-0bb7-e053-2a91aa0aaa14", + "08968c53-cfd6-49d3-9472-493cd044edea", + "429f8408-1b13-482b-841f-95839d21476d", + "3b424440-5bb7-4207-9884-1461a54fbe0b" + ], + "package_ndc": [ + "41163-088-10", + "0220-2656-41", + "0220-2673-41", + "0220-2664-41", + "0220-2659-41", + "62106-5070-4", + "0220-2657-41", + "0869-0088-10", + "0220-2674-41", + "0363-0088-10", + "68428-440-03", + "68428-440-05", + "68428-440-11", + "68428-440-12", + "68428-440-06", + "71919-364-07", + "71919-364-08", + "71919-364-09", + "71919-364-10", + "0220-2661-41", + "64117-148-01", + "64117-148-02", + "11344-088-10", + "50804-088-10" + ], + "unii": [ + "9679TC07X4", + "F5WR8N145C", + "3K9958V90M" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "ASPIRIN", + "drugdosagetext": "UNK", + "actiondrug": "5", + "openfda": { + "application_number": [ + "part343" + ], + "brand_name": [ + "ASPIRIN ADULT LOW DOSE", + "BAYER GENUINE ASPIRIN", + "ZEE ASPIRIN", + "ENTERIC COATED ASPIRIN REGULAR STRENGTH", + "ASPIRIN", + "ADULT ASPIRIN REGIMEN LOW DOSE", + "LEADER ASPIRIN", + "ENTERIC ASPIRIN", + "BERKLEY AND JENSEN ASPIRIN", + "UP AND UP ASPIRIN", + "HEALTH MART REGULAR STRENGTH ENTERIC COATED ASPIRIN", + "HENRY SCHEIN ASPIRIN", + "ASPIRIN LOW DOSE", + "ASPIRIN ENTERIC SAFETY COATED", + "CHEWABLE LOW DOSE", + "BAYER WOMENS", + "SIGNATURE CARE ASPIRIN", + "GERITREX ASPIRIN", + "RAPIDOL ASPIRIN DISPLAY 2X25", + "365 EVERYDAY VALUE ASPIRIN", + "BUFFERED ASPIRIN", + "BUFFERIN REGULAR STRENGTH PAIN RELIEF", + "ASPIRIN REGULAR STRENGTH", + "MICRO-COATED ASPIRIN", + "EQUATE ASPIRIN", + "PAIN RELIEF ASPIRIN LOW DOSE", + "ENTERIC COATED ASPIRIN", + "ASPIRIN EXTRA STRENGTH", + "BAYER CHEWABLE - ASPIRIN REGIMEN LOW DOSE ASPIRIN CHERRY FLAVORED", + "ASPIRIN ENTERIC COATED", + "ASPIRIN 81 MG LOW DOSE", + "ASPIRIN LOW STRENGTH, ENTERIC", + "CHEWABLE ASPIRIN", + "ASPIRIN 325 MG", + "FAMILY WELLNESS ASPIRIN", + "LOW DOSE ASPIRIN", + "PHARBEST ASPIRIN 325MG", + "TOPCARE ASPIRIN", + "BASIC CARE ASPIRIN", + "CAREALL ASPIRIN", + "REGULAR STRENGTH ASPIRIN", + "ASPIRIN LOW DOSE ENTERIC COATED", + "ASPIRIN 81 MG ENTERIC COATED", + "LOW DOSE MINIPRIN ENTERIC SAFETY COATED", + "DIRECT SAFETY ASPIRIN", + "ASPIRIN DELAYED RELEASE", + "GOOD NEIGHBOR PHARMACY ASPIRIN", + "VALUMEDS ASPIRIN", + "HEALTH MART ASPIRIN", + "BAYER PLUS EXTRA STRENGTH", + "CIRCLE K ASPIRIN 325", + "LOW DOSE ASPIRIN ENTERIC SAFETY COATED", + "GOOD SENSE ASPIRIN", + "MOORE MEDICAL ASPIRIN", + "TRI-BUFFERED ASPIRIN", + "ASPIRIN ENTERIC COATED, REGULAR STRENGTH", + "ASPIRIN LOW DOSE CHEWABLE", + "REGULAR STRENGTH ENTERIC COATED ASPIRIN", + "ASPIR LOW", + "REXALL ASPIRIN", + "GOOD NEIGHBOR PHARMACY ASPIRIN ORANGE FLAVOR CHEWABLE", + "ADVANCED ASPIRIN", + "BAYER", + "LOW DOSE ASPIRIN ENTERIC SAFETY-COATED", + "ASPIRIN SAFETY COATED", + "ASPIRIN LOW DOSE SAFETY COATED", + "ASPIRIN LOW DOSE SUGAR FREE", + "ASPICA (ASPIRIN)", + "ASPI-COR", + "SUNMARK ASPIRIN ADULT LOW STRENGTH", + "ASSURED ASPIRIN", + "LOW DOSE ASPIRIN LOW DOSE", + "ASPIRIN 5 GRAIN", + "FIRST AID DIRECT ASPIRIN", + "ASPIRIN ENTERIC SAFETY-COATED", + "ASPIRIN 325MG", + "EQUATE ASPIRIN CHEWABLE", + "BAYER ASPIRIN REGIMEN ENTERIC COATED", + "RUGBY ASPIRIN", + "ASPIRIN 81 MG", + "CHEWABLE ASPIRIN LOW DOSE", + "ASPIRIN NSAID", + "SUNMARK ASPIRIN", + "ASPIRIN PAIN RELIEF", + "ASPIRIN 81", + "ARAMARK ASPIRIN", + "ADULT ASPIRIN REGIMEN", + "LIL DRUG STORE ASPIRIN 325", + "MICRO-COATED ASPIRIN 325 MG", + "ASPIRIN CHEWABLE, LOW DOSE", + "ASPIRIN LOW DOSE CHEWABLE ORANGE", + "HEALTH MART ADULT ASPIRIN", + "EQUALINE ASPIRIN", + "RIGHT REMEDIES ASPIRIN LOW DOSE 81 MG", + "ASPIRIN PAIN RELIVER", + "LOW DOSE ASPIRIN CHEWABLE", + "DG HEALTH ASPIRIN", + "ASPIRIN 81MG", + "ASPIRIN SAFETY COATED ADULT LOW DOSE", + "ASPIRIN CHEWABLE LOW DOSE", + "DR PAUSINS LOW DOSE CHEWABLE ASPIRIN CHERRY FLAVOR", + "DR PAUSINS LOW DOSE CHEWABLE ASPIRIN ORANGE FLAVOR", + "DR PAUSINS LOW DOSE ASPIRIN", + "DR PAUSINS ASPIRIN", + "ENTERIC COATED LOW DOSE ASPIRIN", + "SUNMARK ASPIRIN REGULAR STRENGTH", + "PHARBEST REGULAR STRENGTH ASPIRIN", + "SIGNATURE CARE ASPRIRIN", + "ECOTRIN REGULAR STRENGTH", + "COATED ASPIRIN", + "COATED ASPIRIN LOW-DOSE", + "CARE ONE ASPIRIN", + "PHYSICIANS CARE ASPIRIN", + "CAREONE ASPIRIN", + "ASPIRIN 325", + "BAYER LOW DOSE", + "BAYER ASPIRIN REGIMEN CHEWABLE LOW DOSE ASPIRIN ORANGE", + "ASPIRIN LOW STRENGTH", + "LOW STRENGTH CHEWABLE ASPIRIN", + "ASPIRIN LOW STRENGTH ADULT", + "ADULT LOW DOSE ASPIRIN", + "PAIN RELIEF ASPIRIN CHEWABLE, LOW DOSE", + "ASPIRIN ADULT LOW STRENGTH", + "ASPIRIN 81MG ADULT LOW DOSE", + "ECOTRIN", + "SAFETY COATED LOW DOSE ASPIRIN", + "REGULAR STRENGTH TRI-BUFFERED ASPIRIN", + "CHEWABLE ASPIRIN ADULT LOW DOSE", + "REGULAR STRENGTH ASPIRIN EC", + "ASPIRIN 325 MG EC", + "LOW DOSE ASPIRIN 81 MG SAFETY COATED", + "RUGBY ADULT ASPIRIN", + "ASPIRIN CHEWABLE", + "PAIN RELIEF ASPIRIN", + "UP AND UP CHEWABLE ASPIRIN", + "SUNMARK ADULT ASPIRIN", + "CHEWABLE LOW DOSE ASPIRIN", + "ST. JOSEPH LOW DOSE ASPIRIN", + "ST. JOSEPH CHEWABLE LOW DOSE ASPIRIN", + "ASPIRIN ENTERIC COATED LOW DOSE", + "ASPIRIN SAFETY COATED ENTERIC, REGULAR STRENGTH", + "CHEWABLE ADULT LOW DOSE ASPIRIN" + ], + "generic_name": [ + "ASPIRIN", + "ASPIRIN 81 MG", + "ASPIRIN 81MG", + "ASPIRIN 325 MG" + ], + "manufacturer_name": [ + "Wal-Mart Stores Inc", + "Unifirst First Aid Corporation", + "Cintas Corporation", + "Strategic Sourcing Services LLC", + "Topco Associates, LLC", + "Walgreen Company", + "Cardinal Health 110, LLC. DBA Leader", + "Cardinal Health 110, LLC. dba Leader", + "CHAIN DRUG MARKETING ASSOCIATION INC", + "H E B", + "BJWC", + "Kroger Company", + "Target Corporation", + "Henry Schein, Inc.", + "L.N.K. International, Inc.", + "Care One (American Sales Company)", + "Moore Medical LLC", + "SPIRIT PHARMACEUTICALS LLC", + "Bayer HealthCare LLC.", + "Safeway", + "Marc Glassman, Inc.", + "Geritrex LLC", + "Pharmadel LLC", + "Whole Foods Market, INC.", + "DOLGENCORP, LLC", + "The Kroger Co.", + "WR Group, Inc.", + "Genomma Lab USA", + "EQUATE (Wal-Mart Stores, Inc.)", + "Publix Supermarkets, Inc.", + "Rugby Laboratories, Inc", + "Advance Pharmaceutical Inc.", + "Rite Aid Corporation", + "Richmond Pharmaceuticals, Inc.", + "Valu Merchandisers Company", + "Magno-Humphries, Inc.", + "FRED'S, INC.", + "Major Pharmaceuticals", + "Time-Cap Labs, Inc", + "CVS Pharmacy", + "Allegiant Health", + "VITANE PHARMACEUTICALS, INC", + "Amerisource Bergen", + "Genuine First Aid LLC", + "Meijer", + "Paddock Laboratories, LLC", + "Family Dollar Services Inc", + "SUPERVALU INC.", + "Pharbest Pharmaceuticals, Inc.", + "Topco Associates LLC", + "COSTCO WHOLESALE CORPORATION", + "Amazon.com Services LLC", + "Better Living Brands, LLC", + "New World Imports, Inc", + "MAJOR PHARMACEUTICALS", + "Publix Super Markets Inc", + "CARDINAL HEALTH, INC.", + "RETAIL BUSINESS SERVICES , LLC.", + "SMART SENSE (Kmart)", + "FOODHOLD U.S.A., LLC", + "Marlex Pharmaceuticals Inc", + "Chain Drug Consortium", + "GREAT LAKES WHOLESALE, MARKETING, & SALES, INC.", + "Conney Safety Products, LLC", + "L&R Distributors, Inc.", + "VALU MERCHANDISERS COMPANY", + "Rugby Laboratories", + "RUGBY", + "ARMY AND AIR FORCE EXCHANGE SERVICE", + "America Medic & Science, LLC", + "Harris Teeter", + "Lil Drug Store Products, Inc", + "Harmon Stores Inc.", + "Harmon Store Inc.", + "America's Pharmacy Source LLC", + "L. Perrigo Company", + "Moore Medical", + "Greenbrier International", + "AAA Pharmaceutical, Inc.", + "Geri-Care Pharmaceutical Corp", + "Dolgencorp, LLC", + "ADVANCED FIRST AID, INC.", + "Lil' Drug Store Products, Inc.", + "HARRIS TEETER", + "P & L Development, LLC", + "Hy-Vee", + "Akron Phama", + "Chain Drug Marketing Association", + "Supervalu Inc.", + "SMART SENSE (KMART)", + "Provision Medical Products", + "United Exchange Corp.", + "United Exchange Corporation", + "AmerisourceBergen (Good Neighbor Pharmacy) 46122", + "Chain Drug Consortium, LLC", + "Afassco Inc.", + "PLD Acquisitions LLC DBA Avma Pharma Solutions", + "Reliable 1 Laboratories LLC", + "TOP CARE (Topco Associates LLC)", + "TIME CAP LABORATORIES, INC", + "Freds Inc", + "CARDINAL HEALTH", + "Salado Sales, Inc.", + "QUALITY CHOICE (Chain Drug Marketing Association)", + "Rugby Laboratories, Inc.", + "Western First Aid Safety DBA Aramark", + "Care One (Retail Business Services, LLC.)", + "Geri-Care Pharmaceuticals, Corp", + "SAVE-A-LOT FOOD STORES, LTD.", + "GOODSENSE", + "BJWC (Berkley & Jensen / BJ's)", + "Supervalu Inc", + "Strive Pharmaceuticals Inc", + "Pioneer Life Sciences, LLC", + "Meijer Distribution Inc", + "Healthlife of USA", + "Cardinal Health (Leader) 70000", + "WinCo Foods, LLC", + "Honeywell Safety Products USA, Inc", + "Sam's West Inc", + "Achlis Laboratories", + "Bene Health OTC", + "Cardinal Health", + "Pharbest Pharmaceuticals, Inc", + "Best Choice (Valu Merchandisers Company)", + "Medtech Products Inc.", + "American Sales Company", + "GREENBRIER INTERNATIONAL, INC.", + "Retail Business Services , LLC.", + "Beacon Pharma, Inc.", + "Acme United Corporation", + "Richmond Pharmaceuticals, Inc", + "PUBLIX SUPER MARKETS INC", + "Discount Drug Mart", + "TopCo Associates LLC", + "TopCare", + "Health Pharma USA LLC", + "Athlete's Needs Inc", + "Bi-Mart", + "Medline Industries", + "Safetec of America, Inc.", + "Family Dollar (FAMILY WELLNESS)", + "Shopko Stores Operating Co., LLC.", + "TARGET CORPORATION", + "Lidl US LLC", + "HEB", + "DISCOUNT DRUG MART", + "Foundation Consumer Healthcare", + "Foundation Consumer Healthcare LLC", + "AmerisourceBergen Drug Corporation (Good Neighbor Pharmacy) 24385", + "NORTHEAST PHARMA", + "TARGET Corporation", + "America Medic & Science", + "Lidl USA LLC", + "Raritan Pharmaceuticals Inc" + ], + "product_ndc": [ + "49035-914", + "47682-456", + "42961-044", + "49348-937", + "36800-545", + "0363-0587", + "70000-0218", + "70000-0170", + "63868-898", + "37808-157", + "68391-416", + "30142-627", + "11673-378", + "62011-0040", + "0404-0712", + "50844-600", + "41520-228", + "55670-131", + "68210-2200", + "0280-2200", + "21130-167", + "68998-146", + "30142-274", + "54162-940", + "55758-312", + "42681-7075", + "55910-438", + "70000-0147", + "30142-370", + "69607-0867", + "50066-610", + "49035-370", + "56062-027", + "0536-3305", + "49035-467", + "17714-009", + "70000-0253", + "11822-0600", + "54738-128", + "63941-249", + "54257-274", + "55315-645", + "0904-6712", + "49483-382", + "0280-2090", + "50844-219", + "59779-772", + "69168-318", + "60577-005", + "59779-439", + "46122-691", + "52124-0012", + "41250-681", + "70677-0071", + "0574-7034", + "0574-7036", + "17714-010", + "55319-467", + "41163-563", + "0363-0218", + "16103-357", + "36800-274", + "63981-563", + "72288-416", + "30142-699", + "21130-918", + "51824-077", + "37808-867", + "0904-6783", + "56062-274", + "17714-121", + "70000-0014", + "72476-105", + "49738-077", + "41520-157", + "10135-689", + "49035-563", + "68016-747", + "56062-416", + "64092-119", + "50844-957", + "0280-2000", + "49483-330", + "61245-116", + "15127-228", + "49483-349", + "63941-081", + "24385-278", + "0536-1053", + "69168-372", + "68210-0025", + "62011-0028", + "70000-0419", + "0536-1004", + "55301-600", + "49638-115", + "72036-152", + "0280-2040", + "62011-0021", + "66715-6704", + "49483-328", + "63940-321", + "55910-945", + "11822-2180", + "63940-218", + "72615-0064", + "0113-0259", + "55670-620", + "63868-363", + "33992-2883", + "41163-945", + "0363-0157", + "72288-467", + "68210-4098", + "57344-018", + "0904-2015", + "0363-0227", + "21130-397", + "49035-157", + "11673-416", + "57896-921", + "0904-7704", + "55910-274", + "49035-355", + "24385-364", + "67060-232", + "66715-9726", + "72036-018", + "70000-0420", + "57344-146", + "51824-055", + "62011-0020", + "59726-867", + "42507-370", + "70000-0035", + "54738-541", + "30142-027", + "59779-605", + "68016-690", + "49638-101", + "49035-416", + "50844-675", + "68210-4128", + "56062-467", + "63941-600", + "71399-8627", + "49348-498", + "63868-469", + "50844-218", + "72036-146", + "68210-0015", + "41163-522", + "49738-786", + "15127-738", + "69103-2501", + "65923-507", + "42961-113", + "30142-467", + "65923-249", + "46122-615", + "68016-722", + "51532-0232", + "49035-274", + "59779-274", + "63548-0227", + "0113-0274", + "0536-1054", + "0280-2110", + "0536-1008", + "69618-066", + "59779-137", + "36800-968", + "68998-105", + "50844-563", + "63941-157", + "59779-157", + "49483-481", + "50844-157", + "49738-781", + "55315-867", + "49781-097", + "0904-6713", + "49348-757", + "11822-2270", + "52124-0011", + "41250-780", + "63868-332", + "57243-157", + "63868-354", + "0536-1148", + "63941-397", + "46122-598", + "21130-957", + "36800-157", + "49483-331", + "69618-046", + "81238-0232", + "55301-157", + "70000-0178", + "66715-6840", + "54738-559", + "72476-867", + "42681-0013", + "57896-901", + "46994-157", + "0904-6811", + "55319-601", + "63868-352", + "0904-6751", + "30142-391", + "50804-880", + "41163-797", + "62011-0405", + "37808-031", + "41226-481", + "30142-416", + "68391-867", + "21130-645", + "0904-6794", + "62011-0432", + "55319-492", + "63940-333", + "49483-334", + "62011-0019", + "41163-416", + "0113-1919", + "41163-918", + "70692-161", + "46994-600", + "72036-181", + "72090-001", + "41250-274", + "69517-136", + "70000-0428", + "15127-241", + "55910-467", + "72036-080", + "37808-600", + "67091-124", + "55315-157", + "49483-381", + "64092-150", + "59726-370", + "67091-122", + "68016-642", + "0498-0114", + "0498-0113", + "68196-901", + "21130-600", + "71476-101", + "71476-102", + "71476-103", + "71476-104", + "59779-467", + "57344-080", + "36800-467", + "62011-0404", + "67091-110", + "65155-981", + "70000-0507", + "68998-018", + "49348-001", + "16103-365", + "10135-173", + "0904-6809", + "0113-0416", + "21130-081", + "55910-563", + "0404-0164", + "62011-0212", + "36800-027", + "41250-600", + "56062-719", + "21130-509", + "63941-103", + "36800-127", + "63029-302", + "55910-157", + "68210-2500", + "68391-227", + "68998-081", + "11673-563", + "57896-904", + "46122-262", + "41520-259", + "33992-0218", + "56062-867", + "49348-980", + "49483-387", + "72476-152", + "55910-249", + "72629-020", + "0924-0105", + "0924-0106", + "41520-651", + "64092-110", + "24385-028", + "68210-0150", + "0363-0691", + "0280-2100", + "0280-2080", + "63940-320", + "54738-111", + "59779-727", + "0536-1234", + "59779-945", + "56062-118", + "55910-600", + "57896-911", + "11822-6451", + "62011-0003", + "68196-900", + "16103-356", + "53943-157", + "0113-0773", + "11822-0397", + "68210-5100", + "36800-146", + "70677-0070", + "63940-609", + "49738-784", + "41520-030", + "15127-227", + "0363-0397", + "36800-880", + "63029-311", + "69618-014", + "41250-467", + "63868-240", + "68998-080", + "55319-600", + "55301-821", + "71679-010", + "68016-689", + "59779-600", + "53185-249", + "0363-0183", + "37835-738", + "0113-7467", + "53329-020", + "0904-6784", + "50844-254", + "69618-015", + "61010-4407", + "69168-312", + "0536-1232", + "36800-259", + "63941-227", + "55319-227", + "0536-1284", + "55315-218", + "0904-6744", + "69842-826", + "37012-826", + "0904-4040", + "11673-181", + "69168-288", + "17714-011", + "68210-4093", + "11822-0157", + "11673-702", + "46122-635", + "70677-0092", + "55319-218", + "41250-118", + "67091-123", + "71141-005", + "49483-390", + "37808-246", + "46122-292", + "53943-080", + "69536-181", + "0113-0467", + "36800-030", + "59726-227", + "69536-281", + "55301-227", + "49348-981", + "15127-874", + "24385-429", + "69842-927", + "80136-901", + "0536-1149", + "70000-0359", + "0363-0563", + "16103-366", + "69168-400", + "63868-373", + "41250-146", + "41520-467", + "49638-102", + "63981-227", + "70000-0564", + "11673-027", + "72036-105", + "46122-596", + "55315-397", + "51824-057", + "49638-481", + "41520-274", + "71141-158", + "49348-191", + "68163-081", + "63868-029", + "0363-6450", + "68210-0220" + ], + "product_type": [ + "HUMAN OTC DRUG" + ], + "route": [ + "ORAL", + "RECTAL" + ], + "substance_name": [ + "ASPIRIN", + "CALCIUM CARBONATE" + ], + "rxcui": [ + "308416", + "211874", + "212033", + "198467", + "318272", + "1722689", + "1722695", + "260847", + "198471", + "825180", + "198464", + "198473", + "1052678", + "211887", + "1293665", + "1600991", + "243670", + "212086", + "794229", + "1189781", + "749795", + "211832" + ], + "spl_id": [ + "a1833a99-76cc-47fb-80fb-3a6507a2db3e", + "c4e44c3e-789b-ba03-e053-2a95a90a6a1e", + "1b00947c-88f5-41da-96c3-269260281a06", + "ad861fef-cccc-4123-a38f-0a5cad5e4f70", + "a8218ef2-73d9-4f87-a336-273bf15110d5", + "fb9a64d2-d1cd-4ce4-8294-1fc04a256dec", + "1fa133ca-5a46-45e7-89ab-ac9ca6b6bc1d", + "46a76f93-1dca-4ed1-a3a0-bbe3e9aa1b92", + "0de51c89-21a9-4d51-9a6a-c2ded04f5799", + "f77556ea-254d-4087-ac73-55c2600a0f30", + "792779e3-a56d-40f4-84e9-f17a27376db2", + "a5435f2a-bcba-466c-a9da-6423a4a3909d", + "56904b97-3b7e-4f61-a3f5-fd9675e0bbca", + "92ce8727-7976-4648-b9d4-7f551bb1332b", + "c6b00895-3dcc-4ce5-e053-2a95a90a6b88", + "4684d9ba-c30a-4771-b682-5d39ea62cbe8", + "4b263b4e-b859-42b0-92ea-58279baee6fa", + "c69e366a-cf46-9064-e053-2995a90af65e", + "b5e7e4a0-abd4-2c6e-e053-2a95a90a5700", + "60a18f6b-5d74-29af-e053-2a91aa0ab282", + "570737ad-faff-43e6-bf6a-8d474c2b89da", + "7cebac84-e0fe-7ae3-e053-2a91aa0a3ff5", + "50d080cf-8e1e-4b23-adf3-3b8f21f643c7", + "cc723205-04c3-410f-8fa1-93900afb9142", + "a0330493-9b0c-ba8c-e053-2995a90a2a6d", + "8e603505-2866-42a9-93af-ad30c3620c09", + "28ce8ff7-ca6d-4a63-b55f-60a1873bfaac", + "e7e49af2-2efa-456b-9eb9-54af1feb1093", + "04752111-e91f-4caa-9201-6c0c22b613ac", + "1f155a6d-ac10-45b8-89a3-2a3528fc1e2a", + "93a60710-8cc3-479e-a7c0-f23a870b527c", + "0822af4a-43b5-41da-b9c9-37d9b842b4fc", + "09834b3e-8add-48f5-97d6-1f93e8db1b70", + "aaa24daa-a412-157c-e053-2a95a90ad909", + "c9a0d6b1-8069-4c6a-9fd2-6e88cd4b32d8", + "999a5403-4945-d811-e053-2995a90a42dc", + "2a8b614d-b314-4f0b-9abb-00fbc98727ca", + "6c2cf48c-34bd-4d02-b819-326acbc28054", + "5cc44dca-00c9-b589-e053-2a91aa0a0521", + "90130f8f-d7de-45be-923c-93e4206f7bf5", + "b4f3b744-89c6-1675-e053-2a95a90aed27", + "76969cba-df00-4c15-b94d-7e5cde6bf296", + "8c14ce36-5530-45e1-9743-f5b377a2b14e", + "7d3ee158-5996-c9c6-e053-2991aa0a844a", + "598bc765-724f-0f31-e053-2a91aa0abb65", + "3239268f-9cb4-4490-bda6-0ca45184ab0d", + "407f7d22-b7ca-4369-a89b-ce523e326f7f", + "4503462a-8f5a-436c-a973-0ccf83e5a29b", + "00045deb-5f8c-4fe0-86e6-74081abd8fdb", + "46254ce8-167c-4035-94a1-a930f327dcc0", + "dc124737-f67d-46e6-9b7d-26f82d3d0770", + "98f7a4cf-e62c-141c-e053-2a95a90aa060", + "9522c328-6502-7d01-e053-2995a90a2b33", + "9149275e-3bd8-592b-e053-2995a90a22ff", + "21f557db-ab68-4ffd-85ae-1b794da20e09", + "5cc8b5f1-4ae4-471b-e053-2991aa0a84c1", + "03a80700-b12d-4499-a543-4850840d5fb0", + "fb960f82-148a-4f43-84eb-f7682bc365b9", + "8b05d9fb-23c2-492a-96fa-56e77504e24f", + "6e358e1f-41e4-4b47-9546-935cd46a98a5", + "3212ca62-f60e-4aae-9b0d-a1f992a74ba5", + "39961066-010f-4f73-9d55-d15ca8ac2dd1", + "f9a21cf7-8fb7-4d3b-b18f-9f8a6a581a25", + "73270b25-0856-42ac-a793-f4c48bd5ed40", + "74df488c-d72f-436d-873d-18af74dc23d3", + "4d572244-c17a-4b93-90c4-5caaccf792c4", + "22e19818-9cdd-4e6c-9ee5-c11bc55d337e", + "7c24a4ca-3eda-5769-e053-2991aa0ad3bf", + "ebfabdb7-73a9-42e0-8977-776c58ab91f8", + "5cc8bd8c-1d8c-180b-e053-2a91aa0ac490", + "c677c103-ca2f-8daa-e053-2995a90a5184", + "af107b91-5110-9634-e053-2995a90a3b58", + "b3e995e2-7375-4fa2-b485-75087c3353ac", + "720afcdb-15bb-4b2a-af87-3ff45ebe3a2b", + "e0174672-bacb-444e-a7e5-af6cb980ed4f", + "ca3fc11d-cec1-4b75-93ee-5812e4c6cd8d", + "82a2a070-0220-46f5-b9cf-4e8eb1f3d1a1", + "458a5aee-4aea-4dc3-aa88-3f1cf2e5b47f", + "5afff34e-ecfa-4bfa-9bb8-c47322b47d57", + "cebcd805-2f05-492b-9fe6-f1daa16ac697", + "a6b5370e-ceb2-9db5-e053-2995a90afd82", + "7d5fb951-93ac-12fa-e053-2991aa0abbf3", + "c6b070f1-91e1-4fad-e053-2a95a90ab3a0", + "a9f20dc9-41b9-443f-8c74-193fbca01241", + "7cff0ad4-677a-03f7-e053-2a91aa0af7ae", + "af0a1633-d4aa-c72b-e053-2995a90a0dc1", + "d73270d1-00db-4d53-b674-2de984af8f1f", + "92cc0d54-ce3b-4118-8446-5173d7e51d97", + "e4748bfc-3854-48c1-a535-5ac913332ab8", + "b60b6829-f98c-013a-e053-2a95a90ad36a", + "3cab6507-0ab2-49db-994f-4e4c89fc79b6", + "5b8802e1-4346-481a-9807-b4f228f9e2b6", + "a7e1cef3-0219-3d6e-e053-2a95a90a3c8a", + "7505b9cd-98a1-45fb-9efa-e60d0923ac8f", + "2933c63c-26ab-489c-81cc-723ccd7d6f8a", + "94aa4463-1d95-1b24-e053-2995a90a6784", + "5c77dd2e-34fe-c738-e053-2991aa0a89f0", + "5100be5a-bbb3-4acd-8e9d-55f90d18394f", + "bf8ea982-34de-cbb2-e053-2a95a90a9cc7", + "7d3b6a67-60c8-162a-e053-2991aa0a7164", + "9484ad13-87fa-41bc-e053-2a95a90ae5bd", + "6a90b6b0-dfb7-431b-b9da-e93097008a67", + "25315291-8e0e-409a-9d72-0c892a23bda6", + "030e9498-7a50-484d-80fa-f6f73846dc28", + "9764367f-c26e-33ba-e053-2a95a90ab768", + "5d9875cc-9a8e-4608-a1dc-d532a46792c6", + "c69e37bb-249d-56d8-e053-2995a90a9523", + "effc64da-ce79-4cfe-9175-120bb19add3d", + "b44247f5-b05d-4533-be21-ef36ebf31773", + "300ac2b2-a01c-47e6-a15a-cb8fe89dd542", + "70833b40-3b66-4966-a84d-1eb8efce71d8", + "265c7d85-a666-4234-9c30-ca8e31f4bcb8", + "a97bdda2-49cb-e9e7-e053-2995a90ae88d", + "925021bb-d1b4-03b8-e053-2995a90a4243", + "c7fe628b-cc7e-49c2-96f5-ed40d2ac4055", + "e658a811-1b56-4b1b-8b2b-3a711755c8fc", + "166a44fc-9fcf-405e-bf3a-607486b4045e", + "5708b48a-f0a3-4fd7-a87b-7ffd9e80439c", + "b9cb4738-56d5-499e-a622-d11a1b4ed53d", + "8e5c585a-e4fc-fdb1-e053-2a95a90a3317", + "abbb1091-63df-16e1-e053-2995a90ad08a", + "02aede0a-c864-4caf-8368-dd8430d5beb2", + "6d8372b9-c347-4d97-b8b8-7fecd5180bdc", + "9b81f536-1783-4ce6-8966-765dc49131c4", + "627cbe02-0c2e-41ef-a26f-6fb7dce0c13f", + "c6f34b63-d6e2-f78f-e053-2a95a90a423e", + "93df8585-cde2-5f1f-e053-2995a90ac049", + "f05274f9-0943-4f32-a95e-df0bde3340dc", + "925b26fe-914a-49fc-e053-2a95a90ac07e", + "9c413ba7-a625-4c86-91bc-f6c3eff5bdc1", + "93d8ddd4-4447-4241-af54-d454ca7f6d7e", + "d0a2dfa0-c010-4b34-afa9-dfdf2c9d04a7", + "4cfa116e-08d5-47f5-8ab3-2b8e4f096543", + "8b1a2872-41eb-4acd-a546-6c730b3ac70b", + "5cc3ebfe-ce68-423d-e053-2a91aa0a4616", + "ae302728-0236-4b0e-b88e-456ad40325a1", + "770814f4-ef97-439b-97ad-b99e50473641", + "3c045c19-4725-4a75-813e-b766d3ba9eb7", + "5e87c71c-c05a-4333-a63d-ff20f85cc3d6", + "05ed8540-abdd-4ea4-9d61-b47c3ad0b906", + "c5058f5d-4a3a-4b87-aa44-aec36a0e91dd", + "c0fb39a4-3802-7b31-e053-2a95a90a3002", + "ce572094-c0a0-4772-a626-15ee59b9d18e", + "e8789cab-b419-49e1-9eba-94f35e12f4ce", + "c571422d-0fe8-4b6b-e053-2a95a90a8290", + "06bca498-7db0-486e-9bdf-ac006b512fa1", + "945908ea-d18e-3eb1-e053-2995a90ab2c9", + "fff02e75-3a76-4508-958d-e39e855c82ef", + "9498c762-ffe4-cc0d-e053-2995a90abf90", + "a2a5bc78-67ce-2bbc-e053-2995a90acea4", + "93dd96a4-3a78-ea7e-e053-2a95a90ab0a4", + "94691e1c-1c85-5810-e053-2a95a90a559f", + "6c1df5eb-2e3d-473b-9c4c-3dc573f6ddb6", + "d267d8f5-1f6a-4bf2-92d7-256215e048f3", + "990dea43-2d36-6243-e053-2995a90a7d93", + "2625c14b-3c07-4d98-b0ad-ed7e64924927", + "b9673919-8a28-4fc9-bddd-632173c09a93", + "e7571e01-55d1-4df9-b4dd-da6aafe98610", + "57c646b9-6893-4e39-a6dc-c74f59ac222b", + "9aa14dd9-63f4-7e5a-e053-2995a90acbf8", + "dd718190-9753-4ac4-b7e0-63fdc1965e07", + "eb4fa990-b60f-42af-8c82-5ed7ff39c889", + "0dc7dad4-595b-4a5f-8bac-d8f0b5771144", + "8bfa5e30-6b70-488b-af9f-d135d12f80c6", + "59ba9334-bf80-4bdb-b1ae-57524f681eeb", + "421614fc-e6c7-43eb-96e9-563e69ca2c5b", + "4ea1b983-b27d-4f8a-e054-00144ff8d46c", + "d1726ff5-482f-4868-8b0f-5c16566b2bce", + "b247fe39-7f66-e502-e053-2a95a90a08f1", + "d02e4c34-8c1d-4dc0-a7d7-094eebfcadc9", + "9906b071-dc0b-4822-a88e-27c141d64b3b", + "7cc50d44-c1de-fff9-e053-2a91aa0a0be7", + "07f014b8-8014-4afe-a21f-f7539ba0829e", + "6e80f79b-1c68-4831-914f-521f17f1fd57", + "39a0cacd-6475-497d-8f8f-f223b365e86f", + "c55dc6a0-2c06-7f18-e053-2a95a90aa977", + "0ba75a95-161f-4ae3-8c4d-dea76987277e", + "9468ce0a-a602-ad06-e053-2a95a90a6488", + "704ed595-485d-4f23-9eac-a537c05750ff", + "c6c75bb4-3a9d-4562-bb5c-773e0b71fece", + "b93d22ef-7039-4148-9ab0-8a5656d93dc9", + "0cfe9a86-12a4-40a6-9d92-9552a75c1ca2", + "570a8f3b-5325-489d-9a1c-6888346b5f6d", + "61952fe1-815b-ff6e-e053-2a91aa0a2d58", + "91d2e1d6-4cb4-9b52-e053-2995a90a2dd4", + "15954695-9efb-4125-b9db-13419dc78fae", + "2a944264-1847-429f-a0c9-f35de3296b00", + "cd3f18f2-613e-4731-b243-56048a0d16d4", + "1d7be493-6b5e-4efa-b87b-bb9da3c3631f", + "1b38db19-65d4-4dd2-8496-94d4e8f7ad76", + "96223c54-a7fb-4ac4-84b7-3005491cd6bf", + "96fb3e36-f13b-4311-904b-b4e6172d2bfd", + "866ccc8f-c1a7-49a1-8ac4-e641b0c0563b", + "97f180f5-d8a9-8c33-e053-2995a90ad465", + "9b804b47-d4ce-fb99-e053-2995a90a3e52", + "c89a9aca-1876-448a-938e-c2b82f271206", + "04e4bc74-c1c4-48c3-970e-8be5de0f5bd9", + "089759d6-9f1a-460d-9cac-ad033b075ff3", + "bf8e29c2-7dcd-ee68-e053-2a95a90a873c", + "5cec1103-cec1-0e47-e053-2991aa0a32c5", + "154ac9e1-c3c2-42b9-827d-8360a7082ae8", + "3f3fcba9-fdb9-46ce-a1dd-8271d2b3555c", + "54274529-edd5-45f7-b894-a8173ce6221d", + "74b679f7-b831-4c96-ae70-005d2c8cc45c", + "b198b1f6-cfd3-40ba-878f-ac343fad3b1f", + "987a8d58-3250-479b-a226-4f157210c21b", + "d14d5ce0-b6f2-4638-8409-8d48e4050cf8", + "a2ea53be-9473-46cb-a9da-f093870d2612", + "a7550782-0b79-45d4-a493-7eec8bf90628", + "92c2d6a1-2a9f-c983-e053-2a95a90ae1f1", + "77465236-98b0-416c-82a2-5e397c6d2a00", + "b57ed13e-2a72-793f-e053-2995a90a588b", + "ce173be2-1f7f-4890-95d9-dcedfd210c80", + "c3c22911-74c1-4aeb-e053-2a95a90a95ef", + "4c1dfb85-e6db-49c0-af9b-e4d65337f9be", + "77189143-f8e2-442a-ada5-0d5911534274", + "5b25bf3e-037d-48d0-9162-cc6d0009b02d", + "2112a82f-9332-4d11-ac4f-b82f57fadf4e", + "09b60059-1a69-48e5-a997-5704795395b3", + "216b94e5-f1e8-4903-a990-4b6657cbdc05", + "948460da-60ec-5aeb-e053-2995a90a6790", + "7d3d1e93-a7f9-92d4-e053-2a91aa0a7dbd", + "940565c4-ec0f-b1f2-e053-2995a90a0928", + "fe40989e-b47e-4106-bd39-1fe7c8c72779", + "67fe1e8c-26cc-406e-ba0e-1a7bbf5dabbd", + "8ea537d3-1a33-40ba-b100-5f60aa69cde6", + "606e422e-51b7-4656-8d49-43ec2ed42bc4", + "a192c063-7f8b-407b-a7b1-01b1e28b9aad", + "95111d97-4e16-6beb-e053-2995a90a5ae7", + "c2759813-81e6-78ee-e053-2995a90a6c11", + "1df9f9cb-102a-44d3-893c-d16b3478036a", + "62030708-06a6-425b-a736-a458821cb145", + "9a9f6a54-d492-42a5-8c5a-87537ad63df2", + "787ac332-961a-4238-beb1-9671aecdc23a", + "c846e402-6acc-49b9-abc4-b54a3f6011de", + "94a960d7-fcb5-0fa4-e053-2a95a90a7537", + "30755b32-e67a-4400-9f49-4e75b45d0672", + "b20092cd-c4d1-43e5-bee4-d88f1053b5b5", + "945565da-744f-e215-e053-2a95a90a78a9", + "b81eccb0-ef95-4cd5-b48f-01c8523d53fb", + "7d3eb3e0-2eaa-1536-e053-2a91aa0a228b", + "6ff10702-6899-46d9-a138-4299ec1b3d2e", + "fa2df0dc-c611-4835-ae2c-39e8acfc996d", + "94554510-d263-75ee-e053-2995a90a1f05", + "5ce7094b-3244-4537-a9b2-36d2dd889d1c", + "9c740da0-d0c9-2540-e053-2a95a90ac7cc", + "9aa6a12e-9f90-409b-a737-9719a486f90a", + "04566e18-bef1-4cfa-9ac6-665091f99400", + "1a8e13f6-2df4-481e-b8f5-400ae3937241", + "28dff309-9f00-4c14-97bd-b8ab70a88137", + "92507885-2626-205c-e053-2995a90a1592", + "3a171db4-86a6-4b22-b13a-f9366adbb4cd", + "b57ed090-f1ca-714f-e053-2995a90ab0dc", + "3b8d6528-720a-468a-a571-fbb20f8425d9", + "a7aba628-3f6e-bc6c-e053-2a95a90ac3c4", + "da146f8f-a1a2-4faf-8432-14abc71f09fd", + "7cc4d165-c2d6-1dab-e053-2a91aa0a3207", + "3faeeedb-6301-424b-a4fb-bec334c2f4ac", + "1b710869-90ca-4656-a0f3-ee524dea884f", + "555052ca-376e-4277-9c5c-4c76974f9447", + "67303a86-9501-42e3-88e2-b64a33977275", + "5631f047-211a-4f65-8d2c-5276adffc0d9", + "9459bcca-e3d3-a19c-e053-2995a90a931d", + "8ff77d76-3958-496a-b284-7db7ad69d01f", + "c6b003a4-0e81-f32b-e053-2995a90a60b8", + "2e63690c-890e-4555-98d5-8fcb9607ce23", + "8a9ec9e2-a846-4f07-9a49-686b169534b0", + "60d72823-6cbd-46e4-8025-60bc14068da0", + "d0a970fd-e2bb-44dc-80df-576a1307f082", + "d7ed5c2d-cfff-4562-a5e9-76241e7d88cb", + "9724482b-cf4c-4cdd-84c2-53ea3d31c1fd", + "f1d03c6f-9942-4f58-a6ad-b712955c7cfd", + "7fb8514a-a2b0-4952-b4d3-44ec943c9ad6", + "aee8bf40-1fea-49a6-baa5-a3041c790227", + "a08419fe-79c2-c2bd-e053-2a95a90a5fa1", + "2fdaa6cb-8ec3-4b04-b370-13472b61820c", + "7cc4dcfc-cae1-94f8-e053-2991aa0a8852", + "6a74d2c1-10d8-4c33-b423-e6c95411d861", + "7b02c4e8-3a6c-4581-8458-9e76f27f2a8c", + "5481be27-59bd-4b54-9267-9b8d63712408", + "1a382b2b-9e8b-4816-9d02-91c61064dc3a", + "5ad3c199-64cd-4d77-808c-9d745a25b308", + "a5b171dc-0b70-45b3-9f6f-df8ad4387082", + "9147baed-3bce-fc1c-e053-2a95a90a28c6", + "7d3f2035-b032-633c-e053-2991aa0a59f2", + "93dd1494-f8fe-386e-e053-2995a90a1c30", + "5133bf82-2462-40c0-861d-44dac1467c47", + "9c4997ea-590f-47e0-e053-2a95a90ab4a9", + "c6b05488-ada8-6a70-e053-2995a90a0ead", + "56e2d778-6068-45fb-b7cd-a2877b6f6eae", + "a563ef9b-d0c0-4849-b603-6d469f7cbdcf", + "2488119b-9960-4298-91b5-98dcc377f63e", + "b60c0f42-635f-7439-e053-2995a90a564e", + "2a2f7473-3197-4d86-a01b-cd1a59c282ee", + "58757b5b-37e9-7192-e053-2a91aa0aaf68", + "598c6acd-766c-a740-e053-2991aa0a7dfa", + "9484e4c0-df7d-37a0-e053-2995a90a0ccd", + "5cc3bf1b-4678-6a53-e053-2a91aa0abfa6", + "3783ec38-64c3-4995-8d97-4cfb26a9540e", + "761b2da8-3d25-4954-9635-8fb922120ce7", + "3e403819-4c7d-4f20-b2c0-74bcc658c401", + "af0bdfb9-43b0-7020-e053-2a95a90a7fdd", + "15f05865-fc07-442a-a1dc-20c55acfc177", + "616d8c4a-241b-d56c-e053-2991aa0aadec", + "8901e0f6-8b7b-4294-a4a4-8694c83c680f", + "914801c7-91dd-0102-e053-2a95a90a347f", + "ae211b42-59e6-4d01-9837-deb03d640768", + "52db7cde-ec40-4c90-acde-76973d7e5368", + "b3a4b127-a60e-44bb-92be-057b0444efc4", + "be8c6949-8378-4af2-b18e-9134c8826652", + "2dc7ed68-1be5-4c3a-99d6-6f04fa1a84e9", + "a0843f12-dc6d-5a72-e053-2a95a90abe29", + "82826623-103f-7b89-e053-2991aa0a086f", + "91490ac8-f7e3-555a-e053-2995a90a5e31", + "a8efbb35-725b-4124-9264-b6451ac4c9da", + "94690896-ffc0-59b5-e053-2a95a90a9a0d", + "1aa235e8-4187-4141-8ee9-5826e3e4aacf", + "942d12db-99b7-439f-a576-4ae3ff462bac", + "7679f119-2216-4ab6-bdeb-7939a3d54c17", + "9456a775-13fd-2e3b-e053-2a95a90ade00", + "cc0a7913-1a98-46d0-9713-44993ef50dba", + "9b04da7f-d28f-f6f9-e053-2995a90a1307", + "e5089c4c-7d09-48e6-91d3-39ec5b649001", + "941f4b73-a4ea-3922-e053-2995a90a5923", + "91ceb6fb-68f0-1c2f-e053-2a95a90a8e5e", + "0a79a7bf-3afc-49c2-b493-6cf1e9f0306d", + "f3c1504d-2f60-4c37-a862-099a80c6a569", + "bd201f32-4447-304d-e053-2a95a90ad940", + "618ee962-d0b4-483e-b339-5217d295c8c0", + "9373183c-9226-4e59-8bb8-f91d80616c6a", + "12bfe163-98ca-42b8-85cb-58bb9dbf0d60", + "be917036-0cd7-4920-92eb-5545a7dc8b4c", + "dae2a7ab-5d92-4923-8625-8f2f044c6d63", + "3caf3213-7574-42aa-9203-8dee8ecd34a3", + "bec5067d-5081-d15a-e053-2995a90ae350", + "88786626-1998-7791-e053-2a95a90a91f6", + "a5dc33d4-43fe-45f5-ae27-4f7625a573e9", + "9b04afec-1610-1e14-e053-2995a90a8b2b", + "adc3c9bf-3c0e-4502-abd9-2e93433a2f67", + "aea55c6b-1eb9-4bfe-9a7c-e25facd366cc", + "f0a9e959-8fc2-4a31-802d-b3b1a1adaeae", + "b34777e7-11cd-44a1-a6b1-5c645f43caab", + "46d1d1f4-ffe3-443a-ae57-a1322b43dc7a", + "d4b4ed1d-489c-41a3-9e5b-23f428c3f83e", + "ee4ce25f-ac6a-4bb8-8eb7-62c4ae98b64c", + "18fc4141-c01f-48f7-8fb1-56d39f1d7efb", + "36b8ff76-16ac-40e0-b6f6-fdecd6d69b94", + "c9e7a379-64fc-4158-b0b5-e6bdbe6e0749", + "1e755b90-b1f9-46db-828c-d637696788cf", + "a3de72d8-8a69-446c-a785-491f23a22cb5", + "926df43a-a3eb-2dec-e053-2a95a90af485", + "8a087e9c-f951-45c3-9301-6432444451ea", + "5cc9070d-57cd-a48a-e053-2a91aa0a449e", + "a978f21c-0355-7c61-e053-2a95a90af3d6", + "0a9e28b7-cd37-40d1-97b8-b6457898e086", + "fa9ab0fb-9c69-4f0f-9b92-d73647e2500e", + "e27e28ef-e00c-4354-b579-6b2898bd1500", + "014597dd-06e5-4a62-a43b-1c5cbe2882b5", + "9bcd4c5f-1337-4d04-bdf0-b90c53650c78", + "91d2e1d6-4cca-9b52-e053-2995a90a2dd4", + "940bb63a-faf2-25d6-e053-2a95a90a9f39", + "5c9fe6ad-2379-4f61-b66b-36b2f64a9698", + "7d3f7c1d-79ea-acce-e053-2a91aa0acd38", + "941ca260-7430-83ad-e053-2a95a90a93b2", + "5b728d84-dea8-4ca6-a13b-dbf6c231b1a7", + "af0e5d46-a79e-55e8-e053-2995a90a8d10", + "6d3078d2-0d74-4e76-bef3-5968d9d1b286", + "6de7a55a-a619-4e61-951a-c6450511379d", + "3d02902d-ec03-4fc4-93a2-db2881425e40", + "897aab0a-0ff9-49d3-96e8-c0c87e081903", + "7e85aa4e-dadf-40aa-805c-8f2e9ef96f80", + "8b0817a9-f9ff-4ee9-8a2e-1145c4ea6933", + "914801c7-9199-0102-e053-2a95a90a347f", + "fb65b544-d3a9-4476-a224-076e11121e9f", + "ee01cdcf-5b24-4e0c-b106-c0b8217a950a", + "31e96cfd-0432-4fd9-b99e-9df22037c731", + "b6abf067-8bb3-34e5-e053-2a95a90a3007", + "085cebe1-1ff2-41cd-a3f4-0d28453c02b6", + "ab23ec1a-8fdd-4e43-8e89-a9a69ceccdef", + "59bf4c70-db56-4971-bfbb-129ee38f37a8", + "2afaf799-5c43-46f6-9d90-0e66560f6189", + "c607eea4-c645-4ed1-a1b6-e099ee61ab6f", + "941f9db2-1b56-a2bc-e053-2995a90a18b0", + "91d2c7b3-ff63-c281-e053-2995a90a76cc", + "fd664658-e22f-496c-b75b-dfb46b49f856", + "c625a9ee-28a4-071e-e053-2995a90a6d24", + "5e716504-5364-468a-bdab-c2fea59f8117", + "ebc3fad2-55e2-4ca0-b786-031650479512", + "d8fbf2a5-b155-44db-8683-c99adb4efc5c", + "949794c3-bee8-c1db-e053-2995a90af13f", + "c06b29d9-47f2-450a-b32a-0d89d6c7c43d", + "27647c29-4624-4875-bbeb-77d1bb48ae17", + "b1d9a575-26ac-4fac-b19a-ad6b7c768bb4", + "af54c8ac-4bff-4152-8577-d69dcdbc02c4", + "4da8cc0a-d0a4-4ab3-9d79-9f2ef106dbf8", + "9248d2ea-6e74-1acf-e053-2a95a90adda1", + "ca2e25f0-7d88-467c-951c-39358c3b7db5", + "496b3bd2-85c7-42cd-9b35-893fa9641079", + "c49b41a8-a0b1-4fd0-aa63-ce8e8ac90e98", + "44f52e89-5d49-4edf-b5d4-9b654e3770e3", + "9aa3946f-4059-482a-e053-2995a90a6072" + ], + "spl_set_id": [ + "2826d84d-b135-4e20-aeea-271e9f74f431", + "356e4ff4-a7f1-4a50-9b86-2555e232b300", + "4c30be81-fa96-4038-80df-a9a02ccf2d5b", + "54707080-9682-45fd-93c1-5e2ac1009a3b", + "56c125de-fabf-41fa-88a4-760d2793f202", + "82cc404b-fcf5-4e48-ab1a-09d8c47f9e04", + "9829f56f-723c-473f-89ee-4cb2efb3b8bc", + "a4a750da-47dc-430a-90e2-284dce6cdeaa", + "a791d664-99fe-4cba-95cf-f49baedde326", + "c0b61606-1234-4db5-a87c-9d10bf2d5396", + "dd0bbf43-eb02-45ab-9a9a-5ef021f87f47", + "eba01841-6f84-4c73-baa0-43e671a03f7a", + "06af68e7-2bed-4a0b-b003-c04b9ac5dcd6", + "092db5ad-9b47-4b89-968c-708fa83146cc", + "2f0ec798-6852-4996-96b3-5687920a1bbd", + "2f6ec676-3832-420e-be91-fce83f6586c8", + "3186cc35-d4d6-4e7b-8987-7615d7061e37", + "5886bf62-54d8-47a8-8850-0a7f637fca2e", + "a25d8e5c-8250-4fe6-8261-2be47afdfe75", + "0c3da844-39ad-1abe-e054-00144ff88e88", + "2c3f02ed-8612-453d-9819-ae1088f3a1c7", + "3d519af3-9398-4439-8253-1e5d4612b8e3", + "58179c73-e4ef-4301-9366-64e3e0d65053", + "93fb4359-c93d-46c4-b36e-611b829f514c", + "9636177c-a618-dc5f-e053-2995a90a9f2c", + "baf5a1ba-14a7-4e0d-ba0c-a34c4befd8ae", + "cc2fc28b-f4cf-4400-bc3f-410b27615e15", + "e5f68c1a-21f3-45a1-861f-229a95b3721c", + "e7dc2461-e48a-45b3-a64d-80028a384569", + "efdc15e5-c5ee-477a-9259-4f4a84f73837", + "3543b2bf-1062-468a-a5dc-eabb2408af8c", + "760006c2-c21f-42a9-9237-fc4c3cbe47d1", + "78c34b05-367c-4c8e-9c47-86a504c3e56b", + "89a96333-97c2-4fb4-a5d3-a2c829a63685", + "ea3f8eed-7b70-4156-9586-125d27bf29a8", + "f6a9ea44-08b8-4a33-bfbd-68cb2d852c39", + "318cc982-23a9-4804-b6fb-248f772d7a38", + "503408ed-e799-48a0-8d38-3034f4a0ead5", + "6a4c897d-c2a8-41b8-98b7-e7da8e2819ec", + "6e30ae50-1a6c-474e-8f24-9e220522a04c", + "a7c02378-4213-4e57-aca2-2437ad02f786", + "adc960a6-6576-4579-b29a-99c06d3ad869", + "d99f8214-0b36-43ca-80e9-6a64bc4674e8", + "efc7d42a-241a-422d-bc08-be2f5f774b62", + "070d5713-e018-2913-e054-00144ff8d46c", + "096dea5e-b922-4091-964e-68f46d6d2923", + "1318341c-a1d5-4195-857f-7f1658ac1f71", + "3ca60fa3-0a0c-4b3e-a0a2-da527ccf4fe5", + "413789cc-60ce-45f0-80c5-cb3de3e96a62", + "52c16028-d77a-42df-8619-940f2ae5a823", + "7845a9d5-bf0d-4b64-9e86-17203b7d0f7f", + "785e913e-1780-4fd4-8428-d83c26fe810c", + "81cba711-cd77-6276-e053-2991aa0a786d", + "89157243-c14d-03cd-e053-2a95a90a0c8c", + "cce244aa-cd79-49c8-b68e-267f2bd0ef67", + "f2e7332a-bcd6-4aef-9e4c-a2cef5ea9464", + "03a80700-b12d-4499-a543-4850840d5fb0", + "18b79449-5c4c-41ce-9609-80f5efa0375c", + "413b3b95-2867-4534-8290-54f477cccf1e", + "7b505734-2ed3-4916-9fff-f7128391cf23", + "8133c3fc-97ce-46b4-8580-7da9f09f622b", + "c8a8986b-1ab4-9da0-71da-42595db08b44", + "f9a21cf7-8fb7-4d3b-b18f-9f8a6a581a25", + "13219b9d-2ce5-474a-934f-891d4af6887d", + "278081da-9a53-4833-b7d4-11cd35a1d3d8", + "58a371d4-1f00-4fda-8e08-80610c58505a", + "6b14a874-5abe-4911-b68f-29267766801a", + "7c24aff7-2b96-27ac-e053-2991aa0a5714", + "88b0d897-b93f-42c3-88d0-784dd6c555e4", + "8977b821-2843-4436-bd3b-bb902a4b787e", + "8aaa82c6-b46b-25c5-e053-2a95a90a3793", + "95bef9ec-c270-707d-e053-2995a90a3574", + "988df967-b3f9-4368-bba3-8f8a47805aca", + "9e09b4fb-e015-45ea-8b1c-27faf65572aa", + "e35ebda4-aff9-4870-81e2-85b85e5c4db1", + "093e0458-9975-456f-8950-8273c8890b3c", + "172c2e5b-8123-4133-8211-202c5f93b2f3", + "2f2a55fb-d5ea-4a0e-99ab-6bcd6e15b7fe", + "33cd6cf8-d212-4ff0-82aa-b96ffd0b1f26", + "3968bb7a-81c8-4835-b4b5-37df5190de79", + "44a08904-68b9-4d06-a28d-21aae3d6140c", + "5a38a643-55b0-4a6c-84e1-ee2374435114", + "5ac74220-daa2-401c-b70a-0893f59a2280", + "60a29da8-a7ee-438e-87aa-0924e98503ce", + "70d8ba6c-8dfe-402a-817d-22544141d160", + "746059b3-ed18-4a81-a70e-4d758e048d8e", + "820ceaee-2b49-4204-8ebb-d683d9b62e14", + "8b2b4a5f-1d58-40af-8b7a-0566e0f6b55d", + "8cacf02c-9925-40d4-92bc-78788aa0681a", + "9efd2b0e-64f0-4ca2-bce3-075f08312096", + "afcf22cc-0294-4e09-857f-ea51a224a196", + "ca603b12-e0f7-4d79-8e0d-4651a788ba9b", + "dfc4332b-aca4-4a27-973d-6956d625f9ce", + "e273ead7-7cbc-4fd5-a136-9d3558a35360", + "e88fe09e-9f3d-4ab2-bf8a-8eafe45a8989", + "eb943985-09d8-4e03-be2e-838a2c3a5cae", + "0c771119-4cb4-7137-e054-00144ff88e88", + "366e5840-00c6-42bf-952c-8f46e69d46ef", + "4cd306e3-2119-4272-9da4-a848fe2746fa", + "55d645bb-8645-4984-a7b9-3e6eed8c6412", + "6495a989-b353-4306-8cc1-d8917ffdaceb", + "7396c97e-8a51-4a21-8208-f13258b5285c", + "77cfa372-e3ad-4112-bbd1-5227342aaafd", + "928a7c78-4b18-4e62-82ed-0d785227cb7e", + "9764367f-c26d-33ba-e053-2a95a90ab768", + "9f114567-f7cd-438c-bf0b-8831f385b368", + "c4461638-06e4-45de-e053-2995a90aa3af", + "f1ce15a3-9824-4eb5-910a-39078165f385", + "f919bed2-30ac-4938-b14f-c5c652edcdae", + "07edcb31-d31d-4607-98c3-dcb1e062cc70", + "0b27c0fd-7ea8-4588-9169-5ad4e8df77ef", + "265c7d85-a666-4234-9c30-ca8e31f4bcb8", + "2a335115-cacb-4287-9087-0b7db61b9377", + "3f73a359-59d7-47bb-872e-914b0db719af", + "5cefc706-4930-40e5-bca1-19f03420a362", + "5e1484d3-5be1-40da-a3bf-fb19f7d27d45", + "7afce7b4-c86a-43f7-83cf-15ebffba2f35", + "8ae16aa2-54bc-4c1a-aa36-93524199a67b", + "bbd2d09d-8bf3-4319-b0b6-e0bf8de51497", + "c321208c-f192-42c5-9454-e0df5d02d685", + "3ebedad4-df5f-4f7d-a74a-9c40d46d667f", + "4c2e2c79-8c9d-4a9c-b7ef-412aa19834fb", + "50f6df72-ee8a-4187-a128-ac89a9c394cf", + "56dcdf1e-ec4d-4429-895f-f104f6c4f8d5", + "7369cf7e-b1b8-4faf-982c-454e2ae6cbfa", + "7f5d9ebe-8119-49a2-9380-eca18a5e5e85", + "93cbd3cb-1072-89e6-e053-2995a90a2f15", + "b8cc9f78-a292-40eb-819d-bd80a552628f", + "c0c31523-c4c5-43c2-8d72-4d1456c720e9", + "e5b51379-40d9-4fbd-b1aa-0994c854572c", + "fb13ff24-0602-421b-9c94-ce1e04bb97c1", + "003986de-ee58-4ecf-a850-73505967a976", + "06d11937-cb94-499c-99c6-b90ddaa7a265", + "2777beea-06d7-4ff5-ae4a-ad7a117dfb62", + "31e76aff-63f6-4ee6-8a48-80a73890e607", + "46103df6-8ab8-4d95-9d6d-9302a41f8cb2", + "7891fb3b-aadc-4b03-aa79-222fd6e77471", + "8ffe1a81-56df-45f6-9d65-ec409539cad7", + "9ca411d6-bfaf-4ed3-ae01-c30520aa5bbd", + "9efcacef-71fe-4873-9036-d3f3c0ad2c0a", + "9f919a48-ffd8-49fa-b6fd-ec71cc12e64b", + "c0fb38f5-79bb-7460-e053-2995a90a1667", + "c51dae48-aa49-4926-b04a-0da264e08dfa", + "c9e384e5-fa9b-4c75-b5e3-16eb8db662ef", + "cfe9dc65-dfbb-4c36-a8c9-57bb460a8d97", + "fdc3cb8c-2d8d-404e-9ba1-d030c8f5675d", + "0e3be5f4-bc1b-4b44-a86a-ace89f6ee592", + "39e142a7-8590-4e1e-8319-6904fb57cc8a", + "8df9ad9a-72ec-486e-a381-54c2bce27da7", + "8eec0f7d-2b57-4f47-ba74-45a4d838e0fc", + "979973c1-661a-4384-8b92-fd901ebde558", + "9c97febf-3b61-4ad3-879b-22815357287a", + "bbb6e403-888d-42db-9daa-e50d847248c3", + "052c35dc-e8b4-49e5-b626-2abba46e8dc8", + "1a96c738-9f73-42f1-9ade-5440b730cd28", + "3dcf9e68-10d7-4a67-a250-9c786d25bc06", + "453f62d5-f580-4d19-bfae-4f78c2a6b6d6", + "52758875-e386-4c33-9c20-48a33425ff16", + "5d58312d-90aa-4efd-b10a-7a0cd02f1461", + "61d18e02-8b29-7c40-e053-2991aa0afbd2", + "73e74c1c-a556-4d2b-a15e-fd2786ea057d", + "9147c0ce-fcdb-457c-b9f5-e4edd66e91d0", + "bd11081f-c5d1-4c98-8f5a-4c45269df79b", + "c2042e70-359f-4756-89a9-4226620402ae", + "e150dd59-8db8-449f-9c9a-1aa6deb3be2e", + "f7ca9f4a-f8ef-46d2-9536-b69541e6653d", + "0c6ae05f-7634-34d1-e054-00144ff88e88", + "15922349-2825-45d3-95ff-c5a2879ec225", + "b247fe39-7f65-e502-e053-2a95a90a08f1", + "c19ad239-37bf-4eec-bef8-f66074b8a77d", + "d3df90be-9037-44b2-bf48-540d68a033b2", + "d8f73d3f-a911-49f8-88b0-0c11757fa51c", + "dc084d2a-2897-4a7c-989e-4a2a59ec7dbe", + "0cc46a81-54c9-44b7-b384-79d25255eff2", + "188de17c-36aa-41ae-9d84-d1b8c4ea6957", + "1acc8c1a-c746-4635-800c-de1ad758fce0", + "35005045-57b2-4ffe-ab70-22d570c1b161", + "5245fdc9-5fb4-443d-9d65-1189aabc0dfe", + "56d1cd4f-aae1-4f9d-a478-97da8e1f2215", + "7227aef1-e351-4dde-baae-2123e48c35e3", + "9813f9b8-597e-46c9-b505-021a2cc4a48d", + "a7139686-b351-47dc-a395-832429aaa569", + "ae9d9977-7576-4894-8a32-454828abec9a", + "b13ad410-729e-4e8e-b172-d751ee21a91a", + "b3e5711c-9529-4eec-871d-de8efa858b86", + "c46688ec-e976-4f76-9265-645f59970ff5", + "cf3139a5-e36e-48e3-bb6c-e102b0cec555", + "d09d6a65-c9ab-4007-bf66-1aece2b8bd14", + "0ce17980-15eb-4a8c-84ca-5d0019d2a4f6", + "1754a9f2-e7e5-4efb-a728-6ba2a7155d11", + "4491faca-f30b-4eb0-bea9-f518f6b2f095", + "5ebd04d8-52c7-4c72-a4c1-fc7fd488ea24", + "5f32cf74-dbea-496c-ba23-2040ea354f40", + "5fbd8bb3-46f9-4089-9a21-b6af97a06106", + "6c6cf852-6821-59e1-e053-2a91aa0a4021", + "792909b7-1093-465e-91a1-10df1788aa32", + "87c580d3-6009-4be9-aea7-13539fbe6e31", + "d4a4321f-17e6-49cd-b2a5-44b9cdf4869c", + "de59aae2-f794-4243-acc8-37a10e27abde", + "11458142-4953-4f9f-bbb6-4422d085a960", + "21c7e575-5732-4a94-a2af-1c7c0cc95a9a", + "3f3fcba9-fdb9-46ce-a1dd-8271d2b3555c", + "58941782-362d-4436-b365-e909bdbd29a2", + "65eb2417-96f1-4d23-8d70-9b52951dbfd2", + "ccef06e2-a6eb-4281-904e-aeb2aa106498", + "d35d798e-76f1-454d-86f6-ad11c3bf17d8", + "ea4cf2d5-477c-4c3f-b50c-f695a9b38be8", + "44730dfb-5062-4015-924b-c30b6c2b19c2", + "477e502a-47c0-472a-9d83-5b98dcb9e0a3", + "662a2bc6-9507-465c-b467-7ae1b2e1dedc", + "6a6ac7fe-91a4-4b55-979a-b53b51505d8b", + "89159e28-8eb3-1bd8-e053-2a95a90ae4a7", + "9df37ea0-e1d1-4980-8a49-6d33fc790893", + "bbee8ee4-e09d-3ba6-e053-2a95a90af647", + "bcbfbe0a-6f45-4758-8eed-37e4d110e33f", + "d777f29b-e266-4878-b14f-ce96144f2cc1", + "e92ca292-7579-4549-95da-2a44a8931353", + "fb3a8e38-e991-49c9-93dc-1d29c0a97ba3", + "09b60059-1a69-48e5-a997-5704795395b3", + "325723b0-b29e-40c2-9a53-63a770680a8c", + "39700297-4000-4c85-84de-29ffd559cd6f", + "5d56618c-8ea2-42ea-a9f2-339bd0055ddd", + "649f2242-2b61-47c0-a654-28cab9ad63d4", + "671b28f4-37aa-45a9-8d1d-0d310f305931", + "67fe1e8c-26cc-406e-ba0e-1a7bbf5dabbd", + "87def9e0-0246-42cf-b8ea-2513d52e9f68", + "9399d69e-04ab-4109-8f30-c38f1c15c78c", + "99402699-e368-4703-bbac-1e4f7f77a0c4", + "a6f15f71-1327-4b71-b9d6-e3e9f0243801", + "c2759844-a49c-450f-e053-2a95a90a2972", + "c550b92e-de54-4599-9534-bd3022b0a86d", + "cd727543-10ec-4991-8036-d4668187230b", + "e6e9d4dd-4eff-4be7-a598-8b9a549d6242", + "ec0766a3-683b-4e83-ba7c-8aeb638c2a2c", + "0ab34dc7-0110-4fc3-ae53-234e7d7bca3c", + "54e69d5a-55d7-4ebe-8494-0be93613f1e2", + "5910a882-eb40-440f-8a30-c21fbce9050e", + "72b16a5c-825f-4f3f-a8b3-b723e4242da7", + "78105aca-fea7-449f-b7b2-a996664c2230", + "9975b0da-1a3c-4ff6-a779-ab478c3a5807", + "9cb0c2df-5e72-42c5-ae93-144201fd263c", + "a0b11f2c-6891-45a1-992b-96cacc420da3", + "f8c8b776-1ec2-4ba6-8a5f-f12a0b47d09e", + "fcfa0feb-f499-44c2-adc3-86e0dceb3016", + "ff57b70f-6f38-441c-943b-937730ba188c", + "1d3e8e99-62d3-4926-9eee-565e43bbfef8", + "3b84746f-05ab-4f88-b9ae-efb8c5dfc233", + "467d05fe-6115-41da-84dd-a4fa50d5b117", + "5510ee23-0788-3beb-e054-00144ff8d46c", + "5cf74d72-c818-400a-9279-87e209efeb15", + "609948d6-0f20-4d0c-adc0-6ae72a4f2b7a", + "6615bf85-1f79-4d21-91f9-4248c3cf9b38", + "89159e28-8eb6-1bd8-e053-2a95a90ae4a7", + "a0a19cd1-eb8a-4773-be00-78de90d2a3c3", + "a7abf2be-bb8f-6c05-e053-2995a90a0477", + "ea4fce02-c324-485f-b8af-6b1c99e10511", + "14cb1d2d-95b8-447e-8d79-e6ec82c0e431", + "3cee4e1e-996c-46fc-a841-f42b7cbdf34d", + "6403dd67-4e37-4928-8505-2be590247408", + "660b80f4-58a6-4d7a-b8a8-f382f940f6da", + "67303a86-9501-42e3-88e2-b64a33977275", + "80193a24-46a2-4ac5-bd6a-54e204247fce", + "96359eb6-62bc-4b13-960c-050af99a8c02", + "a7e27000-a26b-46c2-823e-663f4e76db74", + "a7e74128-fef8-4a11-e053-2a95a90a0697", + "c75c3cac-a160-4402-885d-31c61fe42ea2", + "d048ec82-919c-4e45-a7b2-299ef39cb19f", + "eb29d6be-f095-44b2-b6ed-7e4167b596f8", + "f5e03727-7d94-4a79-a1a7-b1be739323b9", + "1277e38d-63e3-4cc2-bacd-688f5d3552f1", + "13d0419b-aa92-4ad0-8e58-08145401e73a", + "2e277c52-64ae-4070-b761-3383dd059484", + "36cb530b-25b2-4f62-a25d-aa04360815a8", + "4389d4fa-c449-4c64-a7e9-0357f4afd540", + "4ca79a79-b977-40e5-87d6-fd7d7a1240a9", + "59da9d81-61fb-4ed2-9863-73455726cafa", + "80c7a688-799f-4be2-92cf-7035637abf0f", + "886a05b5-b4b5-40fb-b131-97c41c0ec9ec", + "a1da7d0d-f264-4e3b-9450-523ecad3577b", + "aa27b247-626a-4fa5-95e4-184d1970e11b", + "bf1d5111-4e06-46dd-af00-082093a4b3d2", + "c301bb74-2e38-40f7-ab64-8239e9cf5641", + "f65319eb-be78-4822-994d-399439a44440", + "fb75f688-5a6e-4299-90c6-23d2f8c91532", + "5aaf8b66-b00e-4bc8-972c-bbe6825284fb", + "8c15ca67-6efe-77da-e053-2995a90a3656", + "955484a6-2a7a-4b15-a9b4-e888ed5de04c", + "9c4a13ee-354e-2e56-e053-2995a90a65d2", + "aa67ea3a-2741-7ee0-e053-2a95a90a6485", + "b30a5662-c271-493e-84b3-1b0097823606", + "c741a0a9-d39c-4598-9a12-c7e0c4617835", + "d9db6659-6afc-431b-ae05-c941775e6366", + "f77078a8-3268-41f8-ba89-29386a1ad281", + "f7a5d612-443c-4701-ad3b-8eb53c87bece", + "075b103e-0bb4-4b7a-ac0e-5645bcbd0a07", + "0c6ae05f-760f-34d1-e054-00144ff88e88", + "219ca3f4-24ad-470c-8482-6606d6c4bc85", + "236a5672-556a-4d8f-9bb6-5877e363e747", + "4da96e47-e996-44d8-a9ff-a5a24099b3aa", + "63fcd93a-b1db-44ba-8f2b-055a7deb205d", + "6e1c1129-562b-4a8a-ac37-db3cb2a82735", + "9e77ab7a-07e8-42aa-e053-2995a90a0d0e", + "b4064039-2345-4227-b83d-54dc13a838d3", + "cc77b9d1-7874-4ce8-a763-3a0e1c2891de", + "df7835c9-f10f-40c6-8955-61423d94b677", + "e991f6bc-7aad-414c-862e-b2f98f42af80", + "1b18ffb7-7e96-4973-a47d-f6477a8f6767", + "4522f745-b88d-4021-a5dc-0161f1967dc9", + "4a1e9c79-5036-4c69-82f9-e48abc972b47", + "4f90dbee-c333-4a3b-bbf8-373567eecf9d", + "65cdce0f-be04-43ba-8c68-bdce7983cfa1", + "674e6c61-201d-41de-90f8-4d56099c4e38", + "809c5758-34de-85e2-e053-2991aa0a73f0", + "89157243-c14b-03cd-e053-2a95a90a0c8c", + "9333b8b0-0799-4817-9409-befb52593590", + "b3ca1e65-e20f-4cdf-924a-3fa28a1b1638", + "d2fc5f61-8a38-4f7d-976b-c145f6c481f9", + "e8e67feb-d511-47c2-86e3-f56de610b873", + "fbe8ddc3-1016-4826-98e8-cea34c752cc2", + "14d010fb-c4a1-4c3d-942f-58719727bfc0", + "222d187b-aae6-410b-baeb-b2bd42f5c676", + "2cec3d3d-21d9-476c-e054-00144ff88e88", + "338aea3b-a38f-424f-9006-3ede3825bf90", + "4a8d8d35-d842-4b0c-90f0-99fe3cf45675", + "7990ca49-fb30-40fe-9ac4-48e89eac9bb2", + "7b8ef659-fd65-41e0-a323-9f229e654021", + "7dd0ae95-32e3-4e44-b9cf-a91e422ec4db", + "9265d5d7-6fa4-5823-e053-2995a90a57f3", + "aa50f1a0-8c7b-4906-92e7-f339da7ad3fc", + "c55304be-bfc0-46a8-a37e-2e6ba9098394", + "d8b5d5b4-44d2-4f8f-8c11-e4fc96504f59", + "f34adff8-a823-4a00-a211-3d65e742639c", + "27ff817f-e2c8-45b6-9f4f-4a1f6a5ea9bd", + "3caf3213-7574-42aa-9203-8dee8ecd34a3", + "6a0d253d-7743-6a21-e053-2a91aa0a3277", + "88786626-1997-7791-e053-2a95a90a91f6", + "e077fe14-62bb-462b-bfa3-8a83c06c22f1", + "2ab8564f-f958-7512-e054-00144ff88e88", + "563820a8-c90c-45f2-8af4-a457bb094546", + "88b54062-8b3d-4024-a957-62b3255184b9", + "939fce7e-55df-4dc5-916b-a533448e962f", + "c49082cf-b0c5-4434-84d7-f5a58c0a5dbb", + "e26b4a20-70f3-457d-8832-2a984308f399", + "e2ae3442-ae47-44cd-8ce8-3bf565422b1a", + "ee4ce25f-ac6a-4bb8-8eb7-62c4ae98b64c", + "0e7aabbe-b0ee-4d07-808e-c874effe67f4", + "36b8ff76-16ac-40e0-b6f6-fdecd6d69b94", + "3bac7218-323a-4b76-a826-15ed0ab6da94", + "40e770c7-6290-47bb-b386-8c07498f397b", + "58684138-04d1-44a4-bc52-c5b85d93d7a6", + "8ed252be-8fdb-3809-e053-2995a90a4b4f", + "92b8637b-03a9-461f-b2f6-6eddaa214953", + "968afa79-eaae-4cd9-ba0d-3b5eaa466b58", + "a9cf438d-b424-4b40-9cc2-16202a70accc", + "bd69d3d2-5d38-47c6-98a6-124f7a43b8b0", + "d8f4a908-55c1-4629-8273-428c4b64f29e", + "e27e28ef-e00c-4354-b579-6b2898bd1500", + "014597dd-06e5-4a62-a43b-1c5cbe2882b5", + "0a950d2a-cbb8-471a-b06e-ae510aef9ec7", + "13bb14b8-caaf-4f60-9395-6e6a0adeaa90", + "4359da13-e851-440b-91b9-6b544bff20d2", + "5c9fe6ad-2379-4f61-b66b-36b2f64a9698", + "7146c505-2469-4bc2-9e1e-ceb60951c8ae", + "926fe7b6-9607-469f-912f-4019891067a9", + "95a0fb58-02b2-4c54-9062-1ffb51b369c0", + "af0f50d2-3e2d-f723-e053-2995a90a0d4b", + "dbf40c7b-ce30-46f0-9dea-2ca8ff1c9f6f", + "e9fddbc1-11fe-4cf6-8794-1650fa1b32ae", + "ee6087b3-347f-4999-b1ba-9ce7caaa5478", + "01666439-849c-4459-9490-b4e040137357", + "248cd302-e380-4837-bdae-9df620b67e8a", + "2c9abe94-9dc7-42ca-bac0-0abb34c3f725", + "36859354-1e42-4ac7-82bf-84594194043a", + "697e9dd2-66f7-4569-90ff-9843c8d9057d", + "7ecd58a3-67d8-4be3-a1a2-79706653273e", + "904a2b21-d911-40c3-9e4b-59543ea5be4f", + "b6abf106-159f-6e9f-e053-2995a90a55f0", + "bc730247-993d-47ce-8351-c30557624ba1", + "cb30f0a9-8714-4e41-adff-2de9a4b0711a", + "186a6270-e3de-4499-88a4-5f723fee3e34", + "2763a733-d617-4d95-8429-fbf81d9d77fb", + "3d426f2d-e8bc-47c5-8a10-e15a886c2651", + "41a88e22-6272-4653-9df6-a71254caea0d", + "670069d7-f68f-436e-ac0d-8a998ecca694", + "6da352fc-8049-4fb3-8768-26bbd298d331", + "88cb580d-64ec-4762-be76-71cccdc07f18", + "8e1fbc2c-fb14-47be-bd22-89b6f4c93785", + "a20eb2c9-1743-41b4-b189-c2e144d9486a", + "b0d0dee1-984d-4d5f-a77b-8080aea33ad1", + "bc99c928-5381-416f-ac05-4b00c5ac9b04", + "c3099892-a8cd-4574-a6f9-041e59e2feae", + "e79c7ab4-ba8f-4ce3-90d8-82f6733b93d5", + "f4aa0de9-ffcc-4140-91a3-fd9e7a55f2ac", + "fb3cfd33-3942-4371-b86a-b3c3ea1dceb9", + "34b5de46-75e7-41ce-8166-529329a3f250", + "3d3e1154-6fc3-46b5-b216-11a86cc2c7fa", + "5399bb8a-85c6-44b1-ba00-00d90c2bb481", + "6bcbff93-c2b7-4ffa-bd41-5e6bc08f7ff9", + "6c7db6a8-f017-4a15-a4a8-4fba82ff658d", + "b11a4c4e-374c-403e-a757-5e9700f9f03b", + "eb330933-be20-4c8e-a1aa-64c4f085c279" + ], + "package_ndc": [ + "49035-914-32", + "47682-456-50", + "47682-456-47", + "42961-044-01", + "42961-044-02", + "42961-044-03", + "42961-044-04", + "49348-937-82", + "49348-937-14", + "36800-545-60", + "0363-0587-32", + "0363-0587-14", + "70000-0218-1", + "70000-0218-2", + "70000-0170-1", + "63868-898-10", + "37808-157-14", + "68391-416-90", + "30142-627-57", + "11673-378-90", + "62011-0040-1", + "0404-0712-99", + "0404-0712-13", + "50844-600-32", + "50844-600-17", + "50844-600-01", + "41520-228-14", + "41520-228-12", + "41520-228-03", + "55670-131-99", + "55670-131-13", + "68210-2200-3", + "0280-2200-60", + "21130-167-78", + "68998-146-01", + "30142-274-68", + "54162-940-90", + "55758-312-50", + "42681-7075-1", + "55910-438-12", + "70000-0147-1", + "30142-370-12", + "69607-0867-6", + "50066-610-13", + "50066-610-30", + "49035-370-03", + "49035-370-12", + "56062-027-12", + "0536-3305-01", + "0536-3305-10", + "49035-467-68", + "49035-467-08", + "17714-009-36", + "70000-0253-1", + "70000-0253-2", + "70000-0253-3", + "70000-0253-4", + "11822-0600-3", + "11822-0600-4", + "54738-128-36", + "63941-249-12", + "54257-274-25", + "54257-274-06", + "55315-645-32", + "0904-6712-60", + "49483-382-01", + "49483-382-00", + "0280-2090-36", + "50844-219-07", + "59779-772-87", + "69168-318-50", + "69168-318-06", + "69168-318-17", + "60577-005-01", + "59779-439-29", + "59779-439-51", + "46122-691-78", + "52124-0012-1", + "41250-681-02", + "70677-0071-1", + "0574-7034-12", + "0574-7036-12", + "17714-010-01", + "17714-010-03", + "17714-010-10", + "55319-467-68", + "41163-563-06", + "41163-563-17", + "41163-563-32", + "0363-0218-79", + "0363-0218-07", + "16103-357-08", + "16103-357-11", + "36800-274-68", + "63981-563-62", + "63981-563-96", + "63981-563-51", + "72288-416-78", + "72288-416-90", + "30142-699-06", + "30142-699-32", + "30142-699-14", + "30142-699-17", + "21130-918-07", + "51824-077-01", + "37808-867-30", + "0904-6783-70", + "56062-274-68", + "17714-121-12", + "17714-121-06", + "17714-121-10", + "70000-0014-1", + "72476-105-01", + "72476-105-03", + "49738-077-18", + "49738-077-03", + "49738-077-05", + "41520-157-78", + "41520-157-87", + "41520-157-90", + "10135-689-62", + "49035-563-13", + "49035-563-32", + "49035-563-27", + "49035-563-96", + "49035-563-11", + "49035-563-14", + "49035-563-17", + "68016-747-10", + "68016-747-30", + "68016-747-50", + "56062-416-78", + "56062-416-87", + "56062-416-90", + "64092-119-60", + "50844-957-29", + "0280-2000-24", + "0280-2000-50", + "0280-2000-10", + "0280-2000-20", + "0280-2000-01", + "49483-330-12", + "49483-330-10", + "61245-116-13", + "15127-228-94", + "15127-228-65", + "49483-349-00", + "63941-081-01", + "24385-278-68", + "0536-1053-01", + "0536-1053-05", + "69168-372-50", + "69168-372-06", + "69168-372-17", + "68210-0025-0", + "62011-0028-1", + "70000-0419-1", + "0536-1004-10", + "0536-1004-41", + "55301-600-32", + "55301-600-51", + "49638-115-60", + "72036-152-01", + "0280-2040-50", + "62011-0021-1", + "66715-6704-4", + "49483-328-01", + "49483-328-10", + "63940-321-02", + "55910-945-12", + "11822-2180-9", + "11822-2180-7", + "63940-218-07", + "72615-0064-1", + "0113-0259-68", + "55670-620-13", + "63868-363-20", + "63868-363-36", + "33992-2883-6", + "41163-945-06", + "41163-945-32", + "0363-0157-12", + "0363-0157-14", + "0363-0157-17", + "0363-0157-98", + "72288-467-68", + "68210-4098-1", + "57344-018-11", + "57344-018-21", + "0904-2015-59", + "0363-0227-57", + "0363-0227-14", + "21130-397-07", + "49035-157-06", + "49035-157-12", + "11673-416-87", + "11673-416-90", + "57896-921-01", + "57896-921-10", + "57896-921-25", + "57896-921-50", + "57896-921-20", + "0904-7704-18", + "0904-7704-70", + "0904-7704-80", + "55910-274-23", + "49035-355-90", + "24385-364-68", + "67060-232-02", + "67060-232-68", + "66715-9726-2", + "72036-018-11", + "72036-018-17", + "70000-0420-1", + "70000-0420-2", + "57344-146-08", + "51824-055-01", + "62011-0020-1", + "62011-0020-3", + "62011-0020-2", + "59726-867-60", + "59726-867-10", + "59726-867-30", + "42507-370-12", + "70000-0035-1", + "54738-541-01", + "54738-541-02", + "30142-027-12", + "30142-027-02", + "30142-027-03", + "30142-027-05", + "59779-605-32", + "68016-690-36", + "68016-690-18", + "49638-101-12", + "49035-416-78", + "49035-416-90", + "50844-675-03", + "50844-675-32", + "68210-4128-4", + "56062-467-68", + "63941-600-27", + "71399-8627-1", + "71399-8627-2", + "49348-498-07", + "63868-469-36", + "50844-218-07", + "72036-146-01", + "68210-0015-6", + "68210-0015-4", + "41163-522-02", + "41163-522-05", + "49738-786-18", + "49738-786-36", + "15127-738-21", + "15127-738-01", + "15127-738-05", + "15127-738-10", + "69103-2501-5", + "69103-2501-6", + "65923-507-00", + "42961-113-01", + "42961-113-02", + "42961-113-03", + "30142-467-68", + "30142-467-08", + "65923-249-12", + "46122-615-87", + "46122-615-76", + "68016-722-12", + "68016-722-30", + "51532-0232-2", + "49035-274-23", + "49035-274-08", + "49035-274-68", + "59779-274-68", + "59779-274-08", + "63548-0227-1", + "0113-0274-68", + "0536-1054-29", + "0536-1054-05", + "0280-2110-10", + "0536-1008-36", + "69618-066-10", + "69618-066-02", + "59779-137-01", + "59779-137-12", + "59779-137-05", + "36800-968-12", + "36800-968-50", + "36800-968-05", + "68998-105-01", + "50844-563-32", + "50844-563-14", + "63941-157-12", + "63941-157-14", + "63941-157-17", + "59779-157-12", + "59779-157-08", + "59779-157-14", + "59779-157-85", + "59779-157-90", + "49483-481-10", + "49483-481-12", + "49483-481-00", + "49483-481-31", + "49483-481-50", + "50844-157-12", + "49738-781-01", + "49738-781-03", + "49738-781-05", + "55315-867-30", + "49781-097-52", + "49781-097-58", + "0904-6713-18", + "49348-757-07", + "11822-2270-4", + "52124-0011-1", + "41250-780-01", + "41250-780-14", + "41250-780-06", + "41250-780-12", + "63868-332-36", + "57243-157-12", + "63868-354-45", + "0536-1148-01", + "63941-397-07", + "46122-598-48", + "46122-598-87", + "21130-957-12", + "21130-957-14", + "21130-957-17", + "36800-157-87", + "36800-157-12", + "36800-157-14", + "36800-157-17", + "49483-331-01", + "49483-331-00", + "49483-331-10", + "69618-046-02", + "69618-046-10", + "81238-0232-2", + "55301-157-12", + "55301-157-14", + "55301-157-17", + "70000-0178-1", + "70000-0178-3", + "70000-0178-2", + "66715-6840-6", + "54738-559-12", + "54738-559-25", + "54738-559-03", + "72476-867-12", + "42681-0013-1", + "57896-901-01", + "57896-901-10", + "57896-901-27", + "46994-157-33", + "0904-6811-80", + "55319-601-32", + "55319-601-17", + "63868-352-03", + "63868-352-10", + "0904-6751-80", + "30142-391-17", + "50804-880-01", + "50804-880-13", + "41163-797-07", + "62011-0405-1", + "37808-031-78", + "37808-031-87", + "37808-031-90", + "41226-481-12", + "41226-481-20", + "41226-481-31", + "41226-481-50", + "30142-416-78", + "30142-416-87", + "68391-867-05", + "21130-645-12", + "21130-645-32", + "21130-645-06", + "0904-6794-89", + "0904-6794-80", + "62011-0432-2", + "62011-0432-1", + "55319-492-13", + "55319-492-29", + "63940-333-10", + "49483-334-63", + "49483-334-00", + "62011-0019-1", + "62011-0019-2", + "41163-416-78", + "41163-416-87", + "41163-416-90", + "0113-1919-78", + "0113-1919-90", + "41163-918-07", + "41163-918-99", + "70692-161-31", + "70692-161-50", + "70692-161-11", + "46994-600-32", + "72036-181-02", + "72090-001-01", + "41250-274-68", + "41250-274-08", + "69517-136-30", + "70000-0428-1", + "15127-241-36", + "55910-467-68", + "72036-080-01", + "72036-080-14", + "72036-080-04", + "69168-318-01", + "69168-318-03", + "37808-600-32", + "67091-124-36", + "55315-157-12", + "55315-157-17", + "49483-381-12", + "49483-381-10", + "64092-150-36", + "59726-370-05", + "67091-122-36", + "68016-642-12", + "68016-642-40", + "0498-0113-01", + "0498-0113-05", + "0498-0113-10", + "0498-0113-25", + "0498-0113-50", + "0498-0114-01", + "0498-0114-05", + "0498-0114-10", + "0498-0114-25", + "0498-0114-50", + "68196-901-96", + "21130-600-32", + "21130-600-06", + "21130-600-27", + "21130-600-14", + "71476-102-36", + "71476-102-31", + "71476-103-50", + "71476-101-36", + "71476-101-31", + "71476-104-50", + "59779-467-68", + "59779-467-08", + "57344-080-01", + "36800-467-68", + "36800-467-08", + "62011-0404-1", + "67091-110-10", + "67091-110-30", + "65155-981-12", + "70000-0507-2", + "70000-0507-1", + "68998-018-11", + "68998-018-14", + "49348-001-10", + "49348-001-23", + "49348-001-14", + "16103-365-08", + "16103-365-11", + "10135-173-62", + "0904-6809-40", + "0113-0416-78", + "0113-0416-87", + "0113-0416-90", + "21130-081-05", + "55910-563-17", + "0404-0164-13", + "62011-0212-1", + "36800-027-12", + "36800-027-05", + "41250-600-32", + "41250-600-98", + "41250-600-14", + "56062-719-68", + "21130-509-78", + "63941-103-10", + "36800-127-57", + "63029-302-01", + "63029-302-02", + "55910-157-14", + "68210-2500-1", + "68391-227-05", + "68998-081-02", + "11673-563-32", + "11673-563-14", + "57896-904-01", + "57896-904-25", + "46122-262-48", + "46122-262-87", + "41520-259-68", + "33992-0218-7", + "56062-867-12", + "49348-980-53", + "49348-980-23", + "49348-980-15", + "49483-387-12", + "49483-387-10", + "49483-387-00", + "72476-152-01", + "55910-249-29", + "72629-020-50", + "72629-020-10", + "72629-020-30", + "0924-0106-01", + "0924-0106-00", + "0924-0106-02", + "0924-0106-03", + "0924-0106-07", + "0924-0105-01", + "0924-0105-00", + "0924-0105-02", + "0924-0105-03", + "0924-0105-07", + "41520-651-87", + "64092-110-99", + "24385-028-68", + "68210-0150-1", + "68210-0150-5", + "0363-0691-12", + "0280-2100-32", + "0280-2100-12", + "0280-2100-20", + "0280-2100-30", + "0280-2100-40", + "0280-2080-18", + "0280-2080-36", + "63940-320-11", + "54738-111-01", + "54738-111-03", + "59779-727-12", + "59779-727-14", + "59779-727-20", + "59779-727-30", + "59779-727-50", + "0536-1234-41", + "59779-945-32", + "59779-945-07", + "59779-945-17", + "59779-945-51", + "56062-118-11", + "56062-118-15", + "56062-118-17", + "55910-600-69", + "55910-600-32", + "57896-911-36", + "11822-6451-6", + "11822-6451-4", + "62011-0003-1", + "68196-900-51", + "16103-356-09", + "16103-356-11", + "53943-157-12", + "53943-157-14", + "53943-157-17", + "0113-0773-90", + "11822-0397-7", + "11822-0397-9", + "68210-5100-1", + "36800-146-01", + "70677-0070-1", + "63940-609-62", + "63940-609-32", + "63940-609-27", + "63940-609-51", + "49738-784-08", + "41520-030-18", + "15127-227-57", + "0363-0397-07", + "36800-880-08", + "36800-880-18", + "63029-311-01", + "63029-311-14", + "63029-311-65", + "63029-311-75", + "63029-311-32", + "63029-311-45", + "69618-014-36", + "41250-467-08", + "63868-240-36", + "63868-240-10", + "68998-080-01", + "68998-080-12", + "55319-600-32", + "55319-600-17", + "55301-821-07", + "71679-010-00", + "68016-689-36", + "59779-600-06", + "59779-600-32", + "59779-600-07", + "59779-600-27", + "59779-600-29", + "59779-600-99", + "59779-600-90", + "59779-600-14", + "59779-600-16", + "59779-600-17", + "59779-600-91", + "53185-249-12", + "0363-0183-30", + "37835-738-02", + "37835-738-04", + "37835-738-06", + "0113-7467-68", + "53329-020-28", + "0904-6784-80", + "50844-254-12", + "69618-015-10", + "69618-015-01", + "61010-4407-0", + "61010-4407-1", + "61010-4407-2", + "69168-312-01", + "69168-312-17", + "0536-1232-01", + "36800-259-68", + "63941-227-12", + "55319-227-12", + "55319-227-03", + "0536-1284-05", + "0536-1284-01", + "55315-218-07", + "0904-6744-60", + "69842-826-30", + "69842-826-50", + "37012-826-02", + "0904-4040-73", + "11673-181-12", + "11673-181-50", + "69168-288-36", + "69168-288-01", + "17714-011-01", + "17714-011-10", + "68210-4093-1", + "11822-0157-2", + "11822-0157-3", + "11822-0157-4", + "11673-702-68", + "11673-702-08", + "46122-635-78", + "70677-0092-1", + "70677-0092-2", + "55319-218-07", + "41250-118-11", + "41250-118-15", + "41250-118-22", + "67091-123-12", + "71141-005-68", + "49483-390-00", + "37808-246-01", + "37808-246-02", + "46122-292-78", + "46122-292-87", + "53943-080-01", + "53943-080-08", + "53943-080-12", + "69536-181-15", + "69536-181-36", + "69536-181-12", + "69536-181-20", + "69536-181-54", + "69536-181-65", + "0113-0467-68", + "0113-0467-08", + "36800-030-18", + "59726-227-60", + "59726-227-03", + "59726-227-10", + "69536-281-36", + "69536-281-10", + "55301-227-12", + "49348-981-15", + "15127-874-36", + "24385-429-02", + "24385-429-90", + "69842-927-57", + "69842-927-14", + "80136-901-01", + "0536-1149-41", + "70000-0359-1", + "0363-0563-27", + "0363-0563-90", + "0363-0563-63", + "0363-0563-22", + "0363-0563-06", + "0363-0563-32", + "0363-0563-17", + "0363-0563-14", + "16103-366-05", + "16103-366-11", + "69168-400-30", + "63868-373-05", + "41250-146-08", + "41250-146-11", + "41520-467-68", + "49638-102-60", + "63981-227-14", + "70000-0564-1", + "11673-027-12", + "11673-027-03", + "11673-027-05", + "72036-105-01", + "46122-596-02", + "55315-397-07", + "51824-057-36", + "49638-481-36", + "41520-274-68", + "71141-158-24", + "49348-191-07", + "68163-081-91", + "63868-029-36", + "0363-6450-07", + "0363-6450-12", + "0363-6450-60", + "0363-6450-32", + "0363-6450-14", + "68210-0220-3" + ], + "nui": [ + "N0000000160", + "N0000008836", + "M0001335", + "N0000175722", + "N0000175578", + "N0000008832" + ], + "pharm_class_moa": [ + "Cyclooxygenase Inhibitors [MoA]" + ], + "pharm_class_pe": [ + "Decreased Prostaglandin Production [PE]", + "Decreased Platelet Aggregation [PE]" + ], + "pharm_class_cs": [ + "Anti-Inflammatory Agents, Non-Steroidal [CS]" + ], + "pharm_class_epc": [ + "Nonsteroidal Anti-inflammatory Drug [EPC]", + "Platelet Aggregation Inhibitor [EPC]" + ], + "unii": [ + "R16CO5Y76E", + "H0G9379FGK" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "LORTAB", + "drugdosagetext": "UNK", + "actiondrug": "5", + "openfda": { + "application_number": [ + "ANDA040881" + ], + "brand_name": [ + "LORTAB" + ], + "generic_name": [ + "HYDROCODONE BITARTRATE AND ACETAMINOPHEN" + ], + "manufacturer_name": [ + "Akorn, Inc." + ], + "product_ndc": [ + "17478-450" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "HYDROCODONE BITARTRATE", + "ACETAMINOPHEN" + ], + "rxcui": [ + "1044427", + "1442445" + ], + "spl_id": [ + "3354ff15-0cde-4f2a-a05b-5ee5b04a6c65" + ], + "spl_set_id": [ + "21def91d-b6e3-4dde-983c-6925aedf0df0" + ], + "package_ndc": [ + "17478-450-16" + ], + "unii": [ + "NO70W886KK", + "362O9ITL9D" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "FIORINAL", + "drugdosagetext": "UNK", + "actiondrug": "5", + "openfda": { + "application_number": [ + "NDA017534" + ], + "brand_name": [ + "FIORINAL" + ], + "generic_name": [ + "BUTALBITAL, ASPIRIN, AND CAFFEINE" + ], + "manufacturer_name": [ + "Allergan, Inc." + ], + "product_ndc": [ + "0023-6146" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "BUTALBITAL", + "ASPIRIN", + "CAFFEINE" + ], + "rxcui": [ + "211310", + "238134" + ], + "spl_id": [ + "dc70b221-f006-4eec-9a65-3498d548d4fa" + ], + "spl_set_id": [ + "26f62036-2fec-4aa2-905b-e38bbd0fd3f5" + ], + "package_ndc": [ + "0023-6146-01" + ], + "nui": [ + "N0000175693", + "M0002177", + "N0000000160", + "N0000008836", + "M0001335", + "N0000175722", + "N0000175578", + "N0000008832", + "N0000175739", + "N0000175729", + "N0000175790", + "M0023046" + ], + "pharm_class_epc": [ + "Barbiturate [EPC]", + "Nonsteroidal Anti-inflammatory Drug [EPC]", + "Platelet Aggregation Inhibitor [EPC]", + "Central Nervous System Stimulant [EPC]", + "Methylxanthine [EPC]" + ], + "pharm_class_cs": [ + "Barbiturates [CS]", + "Anti-Inflammatory Agents, Non-Steroidal [CS]", + "Xanthines [CS]" + ], + "pharm_class_moa": [ + "Cyclooxygenase Inhibitors [MoA]" + ], + "pharm_class_pe": [ + "Decreased Prostaglandin Production [PE]", + "Decreased Platelet Aggregation [PE]", + "Central Nervous System Stimulation [PE]" + ], + "unii": [ + "KHS0AZ4JVK", + "R16CO5Y76E", + "3G6A5W338E" + ] + } + } + ] + }, + "transmissiondate": "20141212", + "serious": "2", + "reportduplicate": { + "duplicatesource": "PFIZER", + "duplicatenumb": "US-PFIZER INC-2014063856" + }, + "receiptdate": "20140424", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-PFIZER INC-2014069067", + "occurcountry": "US", + "safetyreportversion": "1", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "1" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003305", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "48", + "patientonsetageunit": "801", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Drug hypersensitivity", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LIPITOR", + "drugauthorizationnumb": "020702", + "drugdosagetext": "UNK", + "drugdosageform": "FILM-COATED TABLET", + "actiondrug": "5", + "openfda": { + "application_number": [ + "NDA020702" + ], + "brand_name": [ + "LIPITOR" + ], + "generic_name": [ + "ATORVASTATIN CALCIUM" + ], + "manufacturer_name": [ + "Parke-Davis Div of Pfizer Inc" + ], + "product_ndc": [ + "0071-0155", + "0071-0156", + "0071-0157", + "0071-0158" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "ATORVASTATIN CALCIUM TRIHYDRATE" + ], + "rxcui": [ + "259255", + "262095", + "617310", + "617311", + "617312", + "617314", + "617318", + "617320" + ], + "spl_id": [ + "0ba214c6-250e-42a0-aea8-5e44aba04882" + ], + "spl_set_id": [ + "c6e131fe-e7df-4876-83f7-9156fc4e8228" + ], + "package_ndc": [ + "0071-0155-23", + "0071-0155-40", + "0071-0155-10", + "0071-0155-97", + "0071-0156-23", + "0071-0156-40", + "0071-0156-10", + "0071-0156-96", + "0071-0157-23", + "0071-0157-73", + "0071-0157-40", + "0071-0157-97", + "0071-0158-23", + "0071-0158-73", + "0071-0158-92" + ], + "unii": [ + "48A5M73Z4Q" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "LISINOPRIL", + "drugdosagetext": "UNK", + "actiondrug": "5", + "openfda": { + "application_number": [ + "ANDA076063", + "ANDA077321", + "NDA208401", + "ANDA078402", + "ANDA208920", + "ANDA212041", + "ANDA076180", + "ANDA076164", + "ANDA076059", + "ANDA202554", + "NDA019558", + "ANDA075743", + "ANDA203508", + "NDA019777", + "ANDA077622", + "ANDA075994" + ], + "brand_name": [ + "LISINOPRIL", + "QBRELIS", + "PRINIVIL", + "ZESTRIL" + ], + "generic_name": [ + "LISINOPRIL" + ], + "manufacturer_name": [ + "Hikma Pharmaceuticals USA Inc.", + "International Laboratories, LLC", + "Azurity Pharmaceuticals, Inc.", + "Wockhardt USA LLC.", + "Yiling Pharmaceutical, Inc.", + "Solco healthcare U.S., LLC", + "Actavis Pharma, Inc.", + "Lupin Pharmaceuticals, Inc.", + "BluePoint Laboratories", + "Accord Healthcare Inc.", + "Merck Sharp & Dohme Corp.", + "Exelan Pharmaceuticals Inc.", + "Almatica Pharma LLC", + "Aurobindo Pharma Limited", + "Eon Labs, Inc." + ], + "product_ndc": [ + "0143-9713", + "0143-9715", + "0143-9714", + "54458-872", + "54458-877", + "54458-874", + "54458-873", + "52652-3001", + "64679-927", + "64679-928", + "64679-929", + "64679-941", + "64679-953", + "64679-942", + "69117-0012", + "69117-0038", + "69117-0036", + "69117-0037", + "69117-0014", + "69117-0015", + "43547-351", + "43547-352", + "43547-353", + "43547-354", + "43547-355", + "43547-356", + "0591-0405", + "0591-0406", + "0591-0407", + "0591-0408", + "0591-0885", + "0591-0409", + "68180-512", + "68180-513", + "68180-517", + "68180-980", + "68180-981", + "68180-982", + "68180-979", + "68001-332", + "68001-337", + "68001-333", + "68001-486", + "68001-334", + "68001-335", + "68001-336", + "16729-375", + "16729-194", + "16729-376", + "16729-195", + "16729-377", + "16729-196", + "16729-378", + "16729-197", + "16729-379", + "16729-198", + "16729-380", + "16729-199", + "0006-0019", + "0006-0106", + "0006-0207", + "43547-414", + "43547-415", + "43547-416", + "43547-417", + "43547-418", + "43547-419", + "76282-417", + "76282-418", + "76282-419", + "76282-420", + "76282-421", + "76282-422", + "52427-438", + "52427-439", + "52427-440", + "52427-441", + "52427-442", + "52427-443", + "65862-037", + "65862-038", + "65862-039", + "65862-040", + "65862-041", + "65862-042", + "0185-0602", + "0185-0610", + "0185-0620", + "0185-0630", + "0185-0640", + "0185-5400", + "0185-0025", + "0185-0101", + "0185-0102", + "0185-0103", + "0185-0104", + "0185-0605" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "LISINOPRIL" + ], + "rxcui": [ + "311354", + "314076", + "314077", + "197884", + "1806884", + "1806890", + "205326", + "311353", + "206764", + "206765", + "206766", + "104375", + "104376", + "104377", + "104378", + "206771", + "213482" + ], + "spl_id": [ + "533f6e0f-04a0-4ef7-81b8-0a7be07ddd1a", + "b685bb45-44a6-4afc-bb3e-940bce536bda", + "2fdc28c7-3d71-4ea9-a864-9ba81647a46c", + "b760b89e-02b4-8439-e053-2a95a90a9de6", + "c5c9ef32-cf39-367e-e053-2995a90a7732", + "a5dd7612-fa64-461b-9c02-6da2adac49d0", + "8b2a1c3a-297e-4d8d-9293-29474203909e", + "133b3fec-07f6-41f5-9c7c-50b66c4c0677", + "c5fac2c4-de1f-49d3-e053-2a95a90a5285", + "92be6b6a-976b-3d88-e053-2995a90af435", + "33a7246c-91ca-4c58-be59-d385d2f8aede", + "9e040753-c3ed-470a-9d63-cba6e77a2ea0", + "3e79fbc7-ef6e-4f2f-99a3-7ae3c1e1eec7", + "9d575dfd-e478-8637-357c-b1bb89a4678a", + "41435952-feee-47f0-bb55-14e399a76e51", + "a9e1ba16-fb5e-4d16-829c-bada7356fc00" + ], + "spl_set_id": [ + "b70933da-55b2-4025-a00e-63ce3e6b7fdf", + "6eef83b4-ce4c-462b-bcfa-eefa525e682d", + "9f6e4e57-a489-4b36-b093-b93865d3717c", + "e927801e-5de4-44f9-b543-789c093de655", + "b2e928d0-1dfb-4dc0-8c62-ca4fc1f92228", + "e299d477-a612-4af4-b6aa-f5addc8a736d", + "43e2c8d1-3704-4323-bcaf-f582572b81f7", + "7d6c31e2-b5a4-4279-8013-a8dad37ea73b", + "34ebeea1-6812-4697-84c4-b2ae4f39e55f", + "d45181e7-0eb8-48e3-bbfe-a922b4204e49", + "f6f3c339-2c9d-4d07-14a1-6d6c7daf26c6", + "f8d16c85-50e2-4d99-afae-6fb902734e42", + "1bc69836-a659-4e3b-84a7-a00b7c4dc268", + "a95727ae-2bf1-e675-4a36-71043a8af3b8", + "0e6364a4-6d66-4151-8197-d45e2a762895", + "5e3a6976-e6d6-4a3d-87bb-2c716de23506" + ], + "package_ndc": [ + "0143-9715-01", + "0143-9715-10", + "0143-9715-99", + "0143-9714-01", + "0143-9714-10", + "0143-9714-99", + "0143-9713-01", + "0143-9713-10", + "0143-9713-99", + "54458-877-10", + "54458-874-10", + "54458-873-10", + "54458-872-10", + "52652-3001-1", + "64679-927-01", + "64679-927-02", + "64679-927-05", + "64679-927-03", + "64679-928-01", + "64679-928-05", + "64679-928-06", + "64679-928-02", + "64679-928-03", + "64679-929-01", + "64679-929-05", + "64679-929-06", + "64679-929-02", + "64679-929-03", + "64679-941-01", + "64679-941-05", + "64679-941-06", + "64679-941-02", + "64679-941-03", + "64679-953-01", + "64679-953-05", + "64679-953-02", + "64679-953-03", + "64679-942-01", + "64679-942-05", + "64679-942-02", + "64679-942-03", + "69117-0038-1", + "69117-0038-2", + "69117-0038-3", + "69117-0038-4", + "69117-0038-5", + "69117-0036-1", + "69117-0036-2", + "69117-0036-3", + "69117-0036-4", + "69117-0036-5", + "69117-0037-1", + "69117-0037-2", + "69117-0037-3", + "69117-0037-4", + "69117-0037-5", + "69117-0012-1", + "69117-0012-2", + "69117-0012-3", + "69117-0012-4", + "69117-0012-5", + "69117-0014-1", + "69117-0014-2", + "69117-0014-3", + "69117-0014-4", + "69117-0014-5", + "69117-0015-1", + "69117-0015-2", + "69117-0015-3", + "69117-0015-4", + "69117-0015-5", + "43547-351-50", + "43547-351-10", + "43547-351-03", + "43547-352-11", + "43547-352-10", + "43547-353-11", + "43547-353-10", + "43547-353-03", + "43547-354-11", + "43547-354-10", + "43547-354-03", + "43547-355-11", + "43547-355-10", + "43547-355-03", + "43547-355-50", + "43547-356-11", + "43547-356-10", + "0591-0405-01", + "0591-0405-05", + "0591-0406-01", + "0591-0406-10", + "0591-0407-01", + "0591-0407-10", + "0591-0408-01", + "0591-0408-10", + "0591-0885-01", + "0591-0409-01", + "0591-0409-05", + "68180-512-09", + "68180-512-02", + "68180-512-30", + "68180-512-03", + "68180-512-01", + "68180-513-30", + "68180-513-09", + "68180-513-03", + "68180-513-02", + "68180-513-05", + "68180-513-01", + "68180-517-03", + "68180-517-04", + "68180-517-02", + "68180-517-01", + "68180-517-09", + "68180-517-30", + "68180-980-09", + "68180-980-02", + "68180-980-03", + "68180-980-05", + "68180-980-30", + "68180-980-01", + "68180-981-09", + "68180-981-01", + "68180-981-02", + "68180-981-03", + "68180-981-05", + "68180-981-30", + "68180-982-09", + "68180-982-01", + "68180-982-02", + "68180-982-03", + "68180-982-30", + "68180-979-09", + "68180-979-01", + "68180-979-03", + "68180-979-30", + "68001-337-00", + "68001-337-08", + "68001-332-00", + "68001-332-03", + "68001-333-00", + "68001-333-08", + "68001-486-00", + "68001-486-08", + "68001-334-00", + "68001-334-08", + "68001-335-00", + "68001-335-08", + "68001-336-00", + "16729-375-01", + "16729-375-16", + "16729-375-17", + "16729-194-01", + "16729-376-01", + "16729-376-16", + "16729-376-17", + "16729-195-01", + "16729-195-16", + "16729-195-17", + "16729-377-01", + "16729-377-16", + "16729-377-17", + "16729-196-01", + "16729-196-16", + "16729-196-17", + "16729-378-01", + "16729-378-16", + "16729-378-17", + "16729-197-01", + "16729-197-16", + "16729-197-17", + "16729-379-01", + "16729-379-16", + "16729-379-17", + "16729-198-01", + "16729-198-16", + "16729-198-17", + "16729-380-01", + "16729-380-16", + "16729-380-17", + "16729-199-01", + "16729-199-16", + "16729-199-17", + "0006-0019-54", + "0006-0106-54", + "0006-0207-54", + "43547-414-10", + "43547-414-50", + "43547-415-03", + "43547-415-04", + "43547-415-09", + "43547-415-10", + "43547-415-50", + "43547-415-11", + "43547-415-25", + "43547-416-04", + "43547-416-09", + "43547-416-10", + "43547-416-50", + "43547-416-11", + "43547-416-15", + "43547-417-04", + "43547-417-09", + "43547-417-10", + "43547-417-50", + "43547-417-11", + "43547-417-15", + "43547-418-10", + "43547-418-50", + "43547-419-04", + "43547-419-09", + "43547-419-10", + "43547-419-18", + "43547-419-50", + "43547-419-11", + "43547-419-15", + "43547-419-25", + "76282-417-30", + "76282-417-45", + "76282-417-90", + "76282-417-01", + "76282-417-18", + "76282-417-05", + "76282-417-10", + "76282-418-30", + "76282-418-45", + "76282-418-90", + "76282-418-01", + "76282-418-18", + "76282-418-05", + "76282-418-10", + "76282-419-30", + "76282-419-45", + "76282-419-90", + "76282-419-01", + "76282-419-18", + "76282-419-05", + "76282-419-10", + "76282-419-50", + "76282-420-30", + "76282-420-45", + "76282-420-90", + "76282-420-01", + "76282-420-18", + "76282-420-05", + "76282-420-10", + "76282-420-50", + "76282-421-30", + "76282-421-45", + "76282-421-90", + "76282-421-01", + "76282-421-18", + "76282-421-05", + "76282-421-10", + "76282-422-30", + "76282-422-45", + "76282-422-90", + "76282-422-01", + "76282-422-18", + "76282-422-05", + "76282-422-10", + "52427-438-90", + "52427-439-90", + "52427-440-90", + "52427-441-90", + "52427-442-90", + "52427-443-90", + "65862-037-30", + "65862-037-01", + "65862-037-00", + "65862-037-05", + "65862-037-99", + "65862-038-30", + "65862-038-01", + "65862-038-00", + "65862-038-05", + "65862-038-99", + "65862-039-30", + "65862-039-01", + "65862-039-00", + "65862-039-05", + "65862-039-99", + "65862-040-30", + "65862-040-01", + "65862-040-00", + "65862-040-05", + "65862-040-99", + "65862-041-30", + "65862-041-01", + "65862-041-00", + "65862-041-05", + "65862-041-99", + "65862-042-30", + "65862-042-01", + "65862-042-00", + "65862-042-05", + "65862-042-99", + "0185-0602-10", + "0185-0602-01", + "0185-0610-01", + "0185-0610-10", + "0185-0620-01", + "0185-0620-10", + "0185-0630-10", + "0185-0630-01", + "0185-0640-01", + "0185-0640-10", + "0185-5400-01", + "0185-5400-10", + "0185-0025-01", + "0185-0025-10", + "0185-0101-01", + "0185-0101-10", + "0185-0102-01", + "0185-0102-10", + "0185-0103-01", + "0185-0103-10", + "0185-0104-01", + "0185-0104-10", + "0185-0605-01", + "0185-0605-10" + ], + "unii": [ + "E7199S1YWR" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "LOSARTAN POTASSIUM", + "drugdosagetext": "UNK", + "actiondrug": "5", + "openfda": { + "application_number": [ + "ANDA091541", + "ANDA090428", + "ANDA090083", + "ANDA090467", + "ANDA203835", + "ANDA078243", + "ANDA077424", + "NDA020386", + "ANDA090382", + "ANDA203030", + "ANDA077459", + "ANDA078232", + "ANDA202230", + "ANDA091497", + "ANDA201170" + ], + "brand_name": [ + "LOSARTAN POTASSIUM", + "COZAAR", + "LOSARTAN POTASSIUM 25 MG", + "LOSARTAN POTASSIUM 50 MG", + "LOSARTAN POTASSIUM 100 MG", + "LOSORTAN POTASSIUM", + "LOSARTAN POTASSIUM TABLETS, 25 MG", + "LOSARTAN POTASSIUM TABLETS, 50 MG", + "LOSARTAN POTASSIUM TABLETS, 100 MG" + ], + "generic_name": [ + "LOSARTAN POTASSIUM" + ], + "manufacturer_name": [ + "Micro Labs Limited", + "Alembic Pharmaceuticals Limited", + "Aurolife Pharma, LLC", + "Torrent Pharmaceuticals Limited", + "Camber Pharmaceuticals, Inc.", + "Cadila Healthcare Limited", + "Sandoz Inc", + "Aurobindo Pharma Limited", + "Organon LLC", + "Rising Health, LLC", + "Merck Sharp & Dohme Corp.", + "H.J. Harkins Company, Inc.", + "Strides Pharma Science Limited", + "Unichem Pharmaceuticals (USA), Inc.", + "Zydus Pharmaceuticals (USA) Inc.", + "West-Ward Pharmaceuticals Corp.", + "Alembic Pharmaceuticals Inc.", + "Lupin Pharmaceuticals, Inc.", + "XLCare Pharmaceuticals Inc", + "Macleods Pharmaceuticals Limited", + "Solco Healthcare US, LLC", + "Jubilant Cadista Pharmaceuticals Inc." + ], + "product_ndc": [ + "42571-110", + "42571-111", + "42571-112", + "46708-445", + "46708-446", + "46708-447", + "13107-195", + "13107-196", + "13107-197", + "13668-113", + "13668-409", + "13668-115", + "31722-700", + "31722-701", + "31722-702", + "65841-729", + "65841-730", + "65841-731", + "0781-5700", + "0781-5701", + "0781-5702", + "65862-201", + "65862-202", + "65862-203", + "78206-121", + "78206-122", + "78206-123", + "57237-204", + "57237-205", + "57237-206", + "0006-0951", + "0006-0952", + "0006-0960", + "76519-1148", + "76519-1033", + "64380-933", + "64380-934", + "64380-935", + "29300-144", + "29300-145", + "29300-146", + "68382-135", + "68382-136", + "68382-137", + "0054-0123", + "0054-0124", + "0054-0125", + "62332-027", + "62332-028", + "62332-029", + "68180-376", + "68180-210", + "68180-211", + "68180-212", + "68180-377", + "68180-378", + "72865-141", + "72865-142", + "72865-143", + "33342-044", + "33342-045", + "33342-046", + "43547-360", + "43547-361", + "43547-362", + "59746-333", + "59746-334", + "59746-335" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "LOSARTAN POTASSIUM" + ], + "rxcui": [ + "979480", + "979485", + "979492", + "979482", + "979487", + "979494" + ], + "spl_id": [ + "7d5d5ee2-d6d2-6641-e053-2991aa0aedb7", + "ab9e8877-439e-4522-83a8-82db9e9e3de2", + "d5571a70-fe83-4277-ac42-ffaff2e051b2", + "947c4505-9310-2ba5-e053-2a95a90aa705", + "ef63ba56-c284-4da0-a2e9-e0ba16442a66", + "065e4ccc-1899-4d12-b996-7e45e7ec638b", + "e0b9eaef-95a8-42d5-8970-471d7f52e11f", + "eb259415-0f80-482a-8356-117d29374fdb", + "993ca14b-6674-4375-8a09-d5d96708f5eb", + "f90f53df-b01f-446c-ba07-a67a459163a1", + "28c07f10-b266-4479-9e82-e217a34910b0", + "910a0c8c-586b-bfd5-e053-2a95a90a20b7", + "03375ec9-0e3a-40c2-8c77-de5d9fd21876", + "f009b808-5433-452c-9b42-13695cb2deee", + "fd8306c9-0153-4a75-8318-d47047ff2c96", + "770618d6-44c5-4840-8d77-d06522edec85", + "3a21e5c5-1d02-4ca6-a15c-43d824167b43", + "a27c3ddf-3129-4f3e-bc0e-37381cc1a167", + "80d875fa-9b66-4d79-a4eb-11118addce1a", + "e852e09d-15b7-4cd6-b0f0-16a0a91d8e89", + "85bab3eb-5c5d-4250-9349-e73164461cb6", + "a4fc53e2-2556-4fcc-b6fb-32a256a2c3f7" + ], + "spl_set_id": [ + "f2f2b6c6-0ab1-483f-b4a2-78dfe3200153", + "eeb77c84-38d3-432d-914a-54b312b374bd", + "d5571a70-fe83-4277-ac42-ffaff2e051b2", + "4c2347db-79a3-4279-87f8-9fa91e6d00e3", + "cafd54e8-42a8-474c-8ea8-49ec74c2b0d3", + "9ccd6823-e813-472c-99cd-c6ef25e74bed", + "499df918-9c97-4e13-ab56-0bec5d61d652", + "31366b4b-dfd6-4fda-babe-2cb3d2c14a2b", + "9949448f-c3b9-44ee-94ed-c1aca8c90f39", + "9cb7a81e-06ba-4376-99b4-ccaa9d61a459", + "5ac32c20-169d-475a-fc8a-934f758d6ab0", + "8310a858-b9e7-49b3-e053-2991aa0abfa6", + "a8817f22-8478-49b9-8354-ab27ca222c6b", + "92691768-b5e6-4527-98dc-d86c58f6f13e", + "3233c707-70b6-4c29-8210-913eeb2a38ed", + "db36c4f9-a1b7-48ad-b516-b78b224a5ac5", + "1dadbe02-289c-4312-9e65-40f3314dcc31", + "e5886220-43b7-46e1-9034-5242ba245bd1", + "20421665-0401-4f6e-9e1d-232c654efb0f", + "85d69d02-c5ef-467e-94aa-903100218795", + "fa0cf2c2-6238-4edd-94e2-b670b98a0da4", + "1bf520a2-a50e-a6ae-0fdf-9be4e69729c0" + ], + "package_ndc": [ + "42571-110-30", + "42571-110-90", + "42571-110-10", + "42571-111-30", + "42571-111-90", + "42571-111-10", + "42571-112-30", + "42571-112-90", + "42571-112-10", + "46708-445-30", + "46708-445-90", + "46708-445-91", + "46708-445-31", + "46708-446-30", + "46708-446-90", + "46708-446-91", + "46708-446-31", + "46708-447-30", + "46708-447-90", + "46708-447-91", + "46708-447-31", + "13107-195-30", + "13107-195-90", + "13107-195-05", + "13107-195-99", + "13107-196-30", + "13107-196-90", + "13107-196-99", + "13107-197-30", + "13107-197-90", + "13107-197-99", + "13668-113-90", + "13668-113-10", + "13668-113-74", + "13668-409-30", + "13668-409-90", + "13668-409-10", + "13668-409-74", + "13668-115-30", + "13668-115-90", + "13668-115-10", + "13668-115-74", + "31722-700-30", + "31722-700-60", + "31722-700-90", + "31722-700-05", + "31722-700-10", + "31722-701-30", + "31722-701-60", + "31722-701-90", + "31722-701-05", + "31722-701-10", + "31722-702-30", + "31722-702-60", + "31722-702-90", + "31722-702-05", + "31722-702-10", + "65841-729-06", + "65841-729-16", + "65841-729-01", + "65841-729-10", + "65841-729-24", + "65841-730-06", + "65841-730-16", + "65841-730-01", + "65841-730-10", + "65841-730-24", + "65841-731-06", + "65841-731-16", + "65841-731-01", + "65841-731-10", + "65841-731-30", + "65841-731-77", + "0781-5700-01", + "0781-5700-10", + "0781-5700-92", + "0781-5701-31", + "0781-5701-92", + "0781-5701-01", + "0781-5701-10", + "0781-5701-74", + "0781-5702-31", + "0781-5702-92", + "0781-5702-01", + "0781-5702-10", + "65862-201-30", + "65862-201-90", + "65862-201-05", + "65862-201-99", + "65862-202-30", + "65862-202-90", + "65862-202-99", + "65862-203-30", + "65862-203-90", + "65862-203-99", + "78206-121-01", + "78206-122-01", + "78206-122-02", + "78206-123-01", + "78206-123-02", + "57237-204-90", + "57237-204-05", + "57237-204-99", + "57237-205-30", + "57237-205-90", + "57237-205-99", + "57237-206-30", + "57237-206-90", + "57237-206-99", + "0006-0951-54", + "0006-0952-31", + "0006-0952-54", + "0006-0960-31", + "0006-0960-54", + "76519-1033-3", + "76519-1033-9", + "76519-1033-8", + "76519-1033-2", + "76519-1033-1", + "76519-1148-9", + "64380-933-04", + "64380-933-05", + "64380-933-08", + "64380-934-04", + "64380-934-05", + "64380-934-08", + "64380-935-04", + "64380-935-05", + "64380-935-08", + "29300-144-13", + "29300-144-19", + "29300-144-01", + "29300-144-10", + "29300-145-13", + "29300-145-19", + "29300-145-01", + "29300-145-10", + "29300-146-13", + "29300-146-19", + "29300-146-01", + "29300-146-10", + "68382-135-06", + "68382-135-16", + "68382-135-01", + "68382-135-10", + "68382-135-24", + "68382-136-06", + "68382-136-16", + "68382-136-01", + "68382-136-10", + "68382-136-24", + "68382-137-06", + "68382-137-16", + "68382-137-01", + "68382-137-10", + "68382-137-30", + "68382-137-77", + "0054-0123-22", + "0054-0124-22", + "0054-0125-22", + "62332-027-30", + "62332-027-90", + "62332-027-91", + "62332-027-31", + "62332-028-30", + "62332-028-90", + "62332-028-91", + "62332-028-31", + "62332-029-30", + "62332-029-90", + "62332-029-91", + "62332-029-31", + "68180-210-03", + "68180-210-09", + "68180-210-06", + "68180-210-01", + "68180-211-06", + "68180-211-09", + "68180-211-01", + "68180-211-03", + "68180-212-06", + "68180-212-01", + "68180-212-03", + "68180-212-09", + "68180-376-06", + "68180-376-09", + "68180-376-01", + "68180-376-03", + "68180-377-06", + "68180-377-09", + "68180-377-01", + "68180-377-03", + "68180-378-06", + "68180-378-09", + "68180-378-01", + "68180-378-03", + "72865-141-30", + "72865-141-90", + "72865-141-10", + "72865-142-30", + "72865-142-90", + "72865-142-10", + "72865-143-30", + "72865-143-90", + "72865-143-10", + "33342-044-10", + "33342-044-12", + "33342-044-07", + "33342-044-44", + "33342-045-10", + "33342-045-12", + "33342-045-07", + "33342-045-44", + "33342-046-10", + "33342-046-12", + "33342-046-07", + "33342-046-44", + "43547-360-09", + "43547-360-50", + "43547-360-11", + "43547-361-03", + "43547-361-09", + "43547-361-50", + "43547-361-11", + "43547-362-03", + "43547-362-09", + "43547-362-50", + "43547-362-11", + "59746-333-30", + "59746-333-90", + "59746-333-01", + "59746-333-10", + "59746-334-30", + "59746-334-90", + "59746-334-01", + "59746-334-10", + "59746-335-30", + "59746-335-90", + "59746-335-01", + "59746-335-10" + ], + "unii": [ + "3ST302B24A" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "METOPROLOL TARTRATE", + "drugdosagetext": "UNK", + "actiondrug": "5", + "openfda": { + "application_number": [ + "ANDA204205", + "ANDA077761", + "ANDA077739", + "ANDA078950", + "ANDA074644", + "ANDA076670", + "ANDA200981", + "ANDA091045", + "ANDA208955", + "ANDA202871", + "ANDA078085", + "NDA017963", + "ANDA076704" + ], + "brand_name": [ + "METOPROLOL TARTRATE", + "METOPROLOL", + "LOPRESSOR" + ], + "generic_name": [ + "METOPROLOL TARTRATE", + "METOROPROLOL TARTRATE", + "METOPROLOL" + ], + "manufacturer_name": [ + "Almaject, Inc.", + "Hikma Pharmaceuticals USA Inc.", + "Fosun Pharma USA Inc.", + "Rising Health, LLC", + "Baxter Healthcare Corporation", + "Sun Pharmaceutical Industries, Inc.", + "Advagen Pharma Limited", + "Fresenius Kabi USA, LLC", + "Youngtech Pharmaceuticals, Inc.", + "Alembic Pharmaceuticals Inc.", + "TruPharma LLC", + "Hospira, Inc.", + "Validus Pharmaceuticals LLC", + "ACETRIS HEALTH, LLC", + "Gland Pharma Limited", + "Aurobindo Pharma Limited", + "Civica, Inc.", + "Athenex Pharmaceutical Division, LLC.", + "Mylan Pharmaceuticals Inc.", + "Alembic Pharmaceuticals Limited" + ], + "product_ndc": [ + "72611-740", + "0143-9660", + "0143-9873", + "72266-122", + "57237-100", + "57237-101", + "57237-102", + "36000-033", + "57664-162", + "57664-506", + "57664-477", + "57664-166", + "57664-167", + "72888-004", + "72888-006", + "72888-023", + "72888-005", + "72888-022", + "63323-660", + "69445-004", + "69445-005", + "69445-006", + "62332-112", + "62332-113", + "62332-114", + "52817-358", + "52817-362", + "52817-359", + "52817-361", + "52817-360", + "0409-1778", + "30698-458", + "30698-459", + "52343-059", + "52343-060", + "52343-061", + "68083-131", + "65862-062", + "65862-063", + "65862-064", + "72572-420", + "70860-300", + "0378-0018", + "0378-4593", + "0378-0032", + "0378-4594", + "0378-0047", + "46708-290", + "46708-291", + "46708-292" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "INTRAVENOUS", + "ORAL" + ], + "substance_name": [ + "METOPROLOL TARTRATE" + ], + "rxcui": [ + "866508", + "866511", + "866514", + "866924", + "1606347", + "1606349", + "866513", + "866516" + ], + "spl_id": [ + "fa68595d-332d-4f39-b636-f0b18c0aec48", + "5e67823e-d4f6-4495-ae17-12b075244380", + "85912948-19cb-76be-e053-2991aa0a3e5a", + "911ee142-0c3c-46d4-acc8-c526ca526409", + "202a1ff0-38f7-4bf2-ade7-6ede8fa64486", + "3dc4bfc9-d483-41d5-91ae-3d6b64b5f704", + "b331e738-e935-46b3-e053-2995a90acf1c", + "94a4f468-def9-95b9-e053-2995a90a3428", + "9f3f2e75-7f46-4e7e-956b-2acb17c971c4", + "bd31df42-b6c6-4141-8cba-916f7eeed8c6", + "be1b1011-ee45-331c-e053-2995a90ae2fd", + "df52aa10-c982-4b50-b04a-08165f4e3585", + "0ed7956e-dc30-4330-805e-80ff7f3d6012", + "6a59ebd2-3cb9-4b56-871b-47b84428aafb", + "32f3e39e-0df1-4cd0-96f1-14d69d7b827d", + "a0fcc5dd-decf-4644-a871-3fe056371f72", + "f3905ff4-81db-4fd5-9a90-51446ff6b93f", + "56272929-2351-412d-b363-bb0a53351f3c", + "75c8aed2-f8f4-4273-9e6f-8d15f1761675", + "db3610b2-3a79-4273-a4c0-c577cbc001f5" + ], + "spl_set_id": [ + "f0370951-ab26-d4d1-b857-57518f3c4175", + "c7ec36bb-bc6f-42de-9974-a50ac13e9410", + "1e787808-b3e0-417a-b333-80619d15432b", + "30b2b576-4939-4903-be59-dbd1624a5eb6", + "09566368-f91d-43a3-b683-30c844fb125a", + "6ae551f6-b6cc-46df-b3d7-eb2963295e0a", + "a401fe31-d51a-49d9-a062-c9d22088db56", + "be1c686e-37a5-4a53-945b-68a6ead35134", + "ceef1371-0d84-4f48-8fe9-8090ce6e67a9", + "24837d82-0f3f-4482-9af0-31e5f675c30f", + "52c822f2-4a71-4ab2-a470-58074622846a", + "7c1f998a-233d-4feb-6ea2-457702abd0d2", + "0283bc9d-6998-493a-824a-d4c85f704111", + "2316d7c2-b49f-4ee2-bf59-e4058b4bfd89", + "e89cb5ec-e11b-4ca9-b3e3-34a4f144d7fe", + "2b705cb6-cb75-4c2a-907a-4bd45d18bc2c", + "8dae76a2-32e7-40a2-bb70-9c6380b9b330", + "6bb4c826-807e-4e79-980b-6b9a1cf5335a", + "809c6386-0039-42ff-a03e-e42733e229b8", + "cb76a73f-549a-4170-b96a-f93ed7e09464" + ], + "package_ndc": [ + "72611-740-01", + "72611-740-10", + "0143-9873-10", + "0143-9873-25", + "0143-9660-01", + "0143-9660-10", + "72266-122-01", + "72266-122-25", + "57237-100-01", + "57237-100-99", + "57237-101-01", + "57237-101-99", + "57237-102-01", + "57237-102-99", + "36000-033-10", + "57664-506-54", + "57664-506-59", + "57664-506-52", + "57664-506-58", + "57664-477-52", + "57664-477-58", + "57664-166-52", + "57664-166-58", + "57664-167-52", + "57664-167-58", + "57664-167-59", + "57664-162-52", + "57664-162-58", + "57664-162-59", + "72888-006-01", + "72888-006-00", + "72888-023-01", + "72888-023-05", + "72888-005-01", + "72888-005-00", + "72888-022-01", + "72888-022-05", + "72888-004-01", + "72888-004-00", + "63323-660-05", + "69445-004-04", + "69445-004-03", + "69445-005-04", + "69445-005-05", + "69445-006-04", + "69445-006-05", + "62332-112-30", + "62332-112-31", + "62332-112-91", + "62332-113-30", + "62332-113-31", + "62332-113-91", + "62332-114-30", + "62332-114-31", + "62332-114-91", + "52817-362-10", + "52817-362-00", + "52817-359-10", + "52817-359-50", + "52817-361-10", + "52817-361-00", + "52817-360-10", + "52817-360-00", + "52817-358-10", + "52817-358-50", + "0409-1778-15", + "0409-1778-05", + "30698-458-01", + "30698-459-01", + "52343-059-01", + "52343-059-99", + "52343-060-01", + "52343-060-99", + "52343-061-01", + "52343-061-99", + "68083-131-01", + "65862-062-01", + "65862-062-99", + "65862-063-60", + "65862-063-01", + "65862-063-99", + "65862-064-60", + "65862-064-01", + "65862-064-99", + "72572-420-01", + "72572-420-10", + "70860-300-41", + "70860-300-05", + "0378-0018-77", + "0378-0018-01", + "0378-0018-05", + "0378-4593-77", + "0378-4593-01", + "0378-0032-77", + "0378-0032-01", + "0378-0032-10", + "0378-4594-77", + "0378-4594-01", + "0378-0047-77", + "0378-0047-01", + "0378-0047-10", + "46708-290-30", + "46708-290-31", + "46708-290-91", + "46708-290-10", + "46708-290-71", + "46708-291-30", + "46708-291-31", + "46708-291-91", + "46708-291-10", + "46708-292-30", + "46708-292-31", + "46708-292-91", + "46708-292-10" + ], + "unii": [ + "W5S57Y3A5L" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "MINOCYCLINE", + "drugdosagetext": "UNK", + "actiondrug": "5", + "openfda": { + "application_number": [ + "NDA212379", + "ANDA065131", + "NDA213690", + "ANDA090217" + ], + "brand_name": [ + "AMZEEQ", + "MINOCYCLINE", + "ZILXI" + ], + "generic_name": [ + "MINOCYCLINE", + "MINOCYCLINE HYDROCHLORIDE" + ], + "manufacturer_name": [ + "VYNE Pharmaceuticals Inc.", + "Par Pharmaceutical, Inc.", + "Sun Pharmaceutical Industries, Inc." + ], + "product_ndc": [ + "72356-101", + "49884-511", + "49884-512", + "49884-513", + "72356-103", + "57664-854", + "57664-855", + "57664-856" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "TOPICAL", + "ORAL" + ], + "substance_name": [ + "MINOCYCLINE HYDROCHLORIDE" + ], + "rxcui": [ + "2257673", + "2257678", + "207362", + "207364", + "403840", + "2375333", + "2375338" + ], + "spl_id": [ + "2fe0bce9-5050-44b9-95c7-63623135cd8c", + "2eac5331-0cf6-4bfa-bf56-087f4233ae1d", + "90431f15-b2b6-42e9-8532-9eaaa3ac4a52", + "c280d53e-9455-4942-9baa-b79e14adb10a" + ], + "spl_set_id": [ + "5fd99a72-047f-4fd9-93c1-712599fd3870", + "37baf13f-cc65-44a1-93d9-e5213875af1a", + "116f9ade-1bdc-4162-98d8-d3a0c592f419", + "8082a9be-4b03-45ad-9501-28ee7aa573eb" + ], + "package_ndc": [ + "72356-101-03", + "72356-101-90", + "49884-511-01", + "49884-512-01", + "49884-513-03", + "72356-103-03", + "72356-103-90", + "57664-854-85", + "57664-854-88", + "57664-854-13", + "57664-854-18", + "57664-855-85", + "57664-855-88", + "57664-855-13", + "57664-855-18", + "57664-856-85", + "57664-856-88", + "57664-856-13", + "57664-856-18" + ], + "unii": [ + "0020414E5U" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "BACTRIM", + "drugdosagetext": "UNK", + "actiondrug": "5", + "openfda": { + "application_number": [ + "NDA017377" + ], + "brand_name": [ + "BACTRIM" + ], + "generic_name": [ + "SULFAMETHOXAZOLE AND TRIMETHOPRIM" + ], + "manufacturer_name": [ + "Sun Pharmaceutical Industries, Inc" + ], + "product_ndc": [ + "49708-145", + "49708-146" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "SULFAMETHOXAZOLE", + "TRIMETHOPRIM" + ], + "rxcui": [ + "198334", + "198335", + "208416", + "849580" + ], + "spl_id": [ + "bd3f73f5-9f24-4362-a9e1-12838c768827" + ], + "spl_set_id": [ + "f59d0c04-9c66-4d53-a0e1-cb55570deb62" + ], + "package_ndc": [ + "49708-146-01", + "49708-145-01" + ], + "nui": [ + "N0000175504", + "M0020790", + "N0000185504", + "N0000175489", + "N0000000191", + "N0000187062", + "N0000187061" + ], + "pharm_class_epc": [ + "Sulfonamide Antimicrobial [EPC]", + "Dihydrofolate Reductase Inhibitor Antibacterial [EPC]" + ], + "pharm_class_cs": [ + "Sulfonamides [CS]" + ], + "pharm_class_moa": [ + "Cytochrome P450 2C9 Inhibitors [MoA]", + "Dihydrofolate Reductase Inhibitors [MoA]", + "Cytochrome P450 2C8 Inhibitors [MoA]", + "Organic Cation Transporter 2 Inhibitors [MoA]" + ], + "unii": [ + "JE42381TNV", + "AN164J8Y0X" + ] + } + } + ] + }, + "transmissiondate": "20141002", + "serious": "2", + "reportduplicate": { + "duplicatesource": "PFIZER", + "duplicatenumb": "US-PFIZER INC-2014069067" + }, + "receiptdate": "20140312", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0059171", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003306", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "68", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Cough", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Throat irritation", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugdosagetext": "10 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20111014", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "TYVASO", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "TREPROSTINIL" + }, + "openfda": { + "application_number": [ + "NDA022387" + ], + "brand_name": [ + "TYVASO" + ], + "generic_name": [ + "TREPROSTINIL" + ], + "manufacturer_name": [ + "United Therapeutics Corporation" + ], + "product_ndc": [ + "66302-206" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "TREPROSTINIL" + ], + "rxcui": [ + "857795", + "857799" + ], + "spl_id": [ + "7dfa3a18-30b5-47e9-8fc7-821f236a3b8f" + ], + "spl_set_id": [ + "cbc31ab1-a80f-4b50-a3b1-39910b0fb609" + ], + "package_ndc": [ + "66302-206-01", + "66302-206-02", + "66302-206-03", + "66302-206-04" + ], + "nui": [ + "N0000175416", + "M0017817", + "N0000009909" + ], + "pharm_class_epc": [ + "Prostacycline Vasodilator [EPC]" + ], + "pharm_class_cs": [ + "Prostaglandins I [CS]" + ], + "pharm_class_pe": [ + "Vasodilation [PE]" + ], + "unii": [ + "RUM6K67ESG" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0059171" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0058057", + "occurcountry": "US", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "1" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003307", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "65", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Rhinorrhoea", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugdosagetext": "10 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PULMONARY HYPERTENSION", + "drugstartdateformat": "102", + "drugstartdate": "20110510", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "OXYGEN.", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "OXYGEN" + }, + "openfda": { + "brand_name": [ + "OXYGEN COMPRESSED U.S.P", + "OXYGEN REFRIGERATED LIQUID U.S.P", + "OXYGEN", + "MEDICAL OXYGEN COMPRESSED", + "OXYGEN SIZE B", + "OXYGEN SIZE C", + "OXYGEN SIZE D", + "OXYGEN SIZE E", + "OXYGEN SIZE M", + "OXYGEN SIZE F", + "OXYGEN SIZE H", + "OXYGEN SIZE T", + "OXYGEN SIZE 400", + "OXYGEN COMPRESSED UN 1072 REFRIGERATED UN 1073", + "MEDICAL AIR", + "FOCUS MEDICAL OXYGEN", + "OXYGEN 64889-0001" + ], + "generic_name": [ + "OXYGEN", + "0XYGEN" + ], + "manufacturer_name": [ + "Apria Healthcare LLC", + "In Home Medical, Inc.", + "NLR Welding Supply, Inc.", + "AGL Inhalation Therapy Co.", + "Dickinson Home Medical Equipment", + "New Bedford Welding Supply, Inc.", + "Calox Inc", + "O2 for U, Inc.", + "Praxair, Puerto Rico Inc", + "Superior Oxygen & Medical Equipment", + "Middlesex Gases and Technologies, Inc.", + "Indiana Oxygen Company, Inc.", + "General Cryogenic Technologies LLC", + "Gilmore Liquid Air Company", + "Dick's Home Care, Inc dba Dick's Homecare, Inc.", + "Plains Welding Supply, Inc.", + "White's Inc.", + "Anesthesia Service, Inc.", + "Home Medical Equipment Specialists, LLC", + "Mon HealthCare", + "UCG Georgia, LLC", + "Baird Respiratory Therapy, Inc.", + "Cole Care, Inc.", + "Diversified Medical Supply Corporation dba Medigas Distribution and Supply", + "GenVentures, Inc dba Genesis Home Medical Equipment", + "Westair Gases & Equipment, Inc.", + "Texas Medical, Inc.", + "P and J Oxyfill, LLC", + "Air Source Industries Inc", + "Browning's Pharmacy and Health Care Inc.", + "Hometown Medical LLC", + "CMS Imaging Inc dba Medco", + "Bronx Welding Supply Inc", + "Advance Medical Services, Inc. dba Petersen Medical", + "At Home Medical", + "Richmond Oxygen Company Inc.", + "Respiratory Home Care and Convalescent Supply Inc", + "Raimy Corporation", + "WAYNE OXYGEN AND WELDING SUPPLY COMPANY", + "All Saints Home Medical", + "Roberts Oxygen Company, Inc.", + "HARTMAN BROTHERS, INC.", + "ADF Welding & Medical, Inc.", + "Industrial Source", + "S & S Drug Inc.", + "Air Products and Chemicals, Inc.", + "Seventh Street Medical Supply, Inc", + "Diamond Drugs Inc. dba Diamond Medical Supply", + "I.D.M. Medical Supply Company Inc.", + "Laramie Respiratory Service", + "Aloha Medical Supplies & Service, Inc.", + "Great Plains Homecare Equipment", + "Pure-Ox, LLC", + "Nicholas Pharmacy", + "Complete Care Inc", + "Indian River Oxygen, Inc.", + "Deaconess Home Services dba Deaconess Home Medical Equipment & Infusion", + "Ecumed Inc dba Aronson Medical", + "Mobile Oxygen Services Inc", + "Dixie Welding Supply Co, Inc.", + "Bishop Welding Supply", + "Industrial Welding & Tool Supply, Ltd.", + "Regional Home Care, Inc.", + "Armscare, Inc.", + "Trans Ox Inc", + "Central Health Services", + "Med-Ox Supply", + "Island Supply Welding Co Inc", + "South Jersey Welding Supply", + "Strate Welding Supply Co., Inc.", + "Global Medical LLC", + "Brevard Medical Equipment", + "Dale Oxygen And Acetylene Service, Inc", + "Southern Chester County Durable Medical Equipment, Inc.", + "Northwest Ohio Medical Equipment", + "Down East Medical Supply", + "CBJ Development Co.", + "S. J. Smith Co., Inc.", + "Jackson Welding Supply Company, Inc", + "Alternacare Home Health Services", + "Ozark Physical Medicine Center for Operations Ozark Plaza and Medical Services DBA Ozark Home Medical Equipment", + "AGP LLC", + "Johns Hopkins Pharmaquip", + "Reliance Bottle Gas Company Inc. dba Reliance Oxygen & Equipment Co.", + "Mountain West Medical Supply LLC", + "Laurel Medical Supplies, Inc. dba Laurel Medical Solutions", + "Oxygen Service Company, Inc", + "The Medical Store, Inc.", + "AMO Medical Oxygen, Inc.", + "West Park Hospital District dba West Park Hospital", + "Southern Tier Home Medical Supplies Inc", + "United Respiratory Services, Inc.", + "RRT Group", + "Strate Welding Supply Co, Inc.", + "Medi-Rents & Sales, Inc", + "Rogers Pharmacy", + "GSH Home Med Care, Inc. dba WellSpan Medical Equipment", + "AMERICAN MEDICAL GAS RESOURCES LLC", + "Ohio Valley Acquisition Corp dba Ohio Valley Medical Gas & Supply, Inc.", + "Wesco Gas & Welding Supply, Inc.", + "Leading Respiratory Service Inc.", + "Depke Welding Supplies, Inc.", + "Respiratory Medical Services", + "Mercy Home Medical Equipment Inc dba MercyOne Clinton Home Medical Equipment", + "InHome Oxygen & Medical Supplies, Inc.", + "McAbee Medical Inc.", + "East Coast Oxygen", + "Lessors, Incorporated", + "Aeroflow, Inc dba Aeroflow Healthcare", + "Buckeye Home Health Center, Inc.", + "American Home Medical Equipment and Services, Inc.", + "Latex Welding Supply Inc. dba ARC-La-Tec Welding Supply", + "Arcet Equipment Company dba Arc3 Gases North", + "Oxygen Plus", + "Advocate Home Care Products", + "Intermountain Home Care", + "Precision Oxygen & Supply", + "Garrett County Memorial Hospital", + "W H GOODALE CO", + "Medicor Homecare, Inc.", + "Surgimed Corporation", + "Olympic Ambulance Inc. DBA Olympic Oxygen Service", + "Med-Caire Inc.", + "Kee Medical Services, Inc.", + "Atlas Welding Supply Company, Inc.", + "Kalos Health Services, LLC dba JMeds", + "JW Welding Supplies & Tools", + "WEST PENN LACO, INC.", + "IWS Gas and Supply of Texas, LTD", + "Alpha Oxy-Med", + "Air Liquide Canada Inc", + "B & J Welding Supply, LTD. dba B & J Welding Supply", + "Express Medical Inc", + "Mountain Aire Medical Supply, Inc", + "Integrated Home Care Services", + "Taylor Drug Operating Services dba Taylor Drug", + "Texoma Medical Services, Inc. dba Western Medical Equipment", + "Florida Oxygen & Transfilling Inc.", + "Bradshaw's Industrial Supply, Inc. dba Interstate Welding Supply", + "Crumpton Welding Supply & Equipment, Inc", + "Elixair Medical Inc", + "Shasta Welding Supply, Inc.", + "Metro Home Healthcare Equipment & Supply Inc", + "NexAir, LLC", + "Stone's Drugs Inc.", + "Ineos Pigments Asu LLC", + "Fitzsimmons Surgical Supply, Inc", + "Adirondack Compressed Gases, Inc", + "Oxygen Support Systems Inc", + "Noble Gas Solutions, Inc.", + "Red Ball Medical Supply", + "Johnson Drug Company, Inc", + "RoadRunner Oxygen Service, Inc.", + "O2 4 U, L.L.C dba O24U", + "Osborn Drugs Inc", + "Memorial Medical Center East Texas", + "Continuum, LLC", + "West Healthcare Solutions, Inc dba Mercy Plaza Respiratory & Medical Supply", + "Therap-ease Inc.", + "UnityPoint at Home", + "Helget Gas Products", + "Professional Medical Supply", + "Medi-Fair, Inc", + "Buffalo Wheelchair dba Fort Myers Oxygen", + "Victor Welding Supply Company", + "S&G Homecare", + "Red Ball Oxygen Co., Inc.", + "Medical Equipment and Supplies of America, LLC", + "General Distributing Co.", + "Inmon Respiratory Services Inc.", + "Heart of the Ozarks Medical Equipment", + "Dona Ana Medical Supply", + "Smith's Drugs fo Forest City, Inc. dba Smith Drugs", + "Medex LLC dba Medical Express", + "Medical Equipment Solutions Inc dba Pur Air Products", + "Franklin Respiratory and Medical, Inc.", + "Southern Gas and Supply LLC", + "Frances Mahon Deaconess Hospital Home Oxygen", + "Thompson Brothers Supplies Inc", + "Healthmark Home Medical Equipment Inc", + "Super Gas, Inc.", + "Greene Respiratory Services, Inc", + "Machine & Welding Supply Company dba Arc3 Gases South", + "Welders Supply Company", + "ALA Med dba Pulmonary Care Services", + "Sanford HealthCare Accessories, LLC", + "Biomedics Systems, Inc.", + "Millennium Medical Supply", + "California Tool and Welding Supply, LLC", + "ProCare Healing Centers", + "Bozeman Deaconess Health Services", + "Bay View Homecare, Inc.", + "Home Care Specialists, INC.", + "AxisCare Health Logistics, Inc.", + "Isla Home Infusion", + "Dusara Corporation dba UniversalMed Supply", + "One Home Medical Equipment, LLC", + "Greco Gas Inc", + "American Oxygen Company, Inc", + "Gallup Welders Supply, Inc.", + "Lampton Welding Supply Company, Inc", + "MedQuest, Inc.", + "A & E Mill & Welding Supply Company", + "Fresno Oxygen & Welding Suppliers Inc", + "Technical Gas Products, Inc.", + "Parkmor Drug Inc.", + "Sparrow Medical Supply L.L.C.", + "Larry's Home Oxygen, Inc.", + "Carolina Apothecary", + "Mountaineer Home Medical LLC", + "Family Enterprises LLC dba Preferred Cylinder Services", + "Geer Gas Corporation", + "Premier Oxygen LLC", + "Pulmonaire Service, Inc.", + "Healthwise Pharmacy of Greenville, Inc. dba Healthwise Pharmacy", + "Jackson Welding Supply Co Inc.", + "Metro Welding Supply Corporation", + "Institutional Care Pharmacy", + "E-Z Oxygen LLC, dba AO2", + "Metz Medical, Inc", + "ProCaire, LLC", + "Eastern Welding Supply, Inc", + "Spectrum Gas Products, Inc", + "SMP Home Medical", + "Loving Care and More Home Medical", + "ALLIED MEDCOR SERVICES, INC.", + "Atlas Welding Supply Co., Inc.", + "Scheffe RX Inc", + "Tennessee Medical Equipment Inc", + "B&K Prescription Shop", + "Beachwood Medical Supply, Inc.", + "Young Welding Supply, Inc", + "OxyPros, Inc.", + "Lubbock Oxygen & Medical Gases, Inc.", + "RCC Medical Supply", + "Clinical Medical Services, Inc.", + "Iola Respiratory & Home Medical", + "O2 Depot, LLC", + "Diamond Respiratory Care, Inc.", + "Inland Welding Supply dba A-L Compressed Gases", + "Dennis Welding Supply, Inc.", + "C&C Oxygen Company", + "Advantage Respiratory Services", + "Enos Home Oxygen Therapy, Inc.", + "RXO2 Oxygen & Medical Equipment Supply Co. Inc.", + "Praxair Mexico, S. de R.L. de C.V", + "Pneu-Med, Inc.", + "Norco, Inc.", + "Flint Welding Supply Company", + "Dillon Medical Supply", + "DJB Gas Services, Inc", + "Linde Gas North America LLC", + "Max's Breathe Easy Gases & Supplies, Inc.", + "O.E. Meyer Company", + "Eureka Oxygen Company", + "Messer LLC", + "Med-Tech Repairs Inc", + "MEDOX Corporation", + "Uintah Basin Medical Center dba Home Health Equipment and Supply", + "Aspen Air U.S., LLC", + "All About Pediatrics, LLC", + "Klingensmith, Inc. dba Allegheny Health Network Home Medical Equipment", + "KTL&C LLC dba RX Positive Medical Supply", + "Family Medical Supply, LLC", + "All Gas & Welding Supplies Co., Inc.", + "J & M CYLINDER GASES, INC.", + "Foundation Health, LLC", + "Hagan, Logan Welding Supply Inc", + "Analgesic Services Inc. dba ASI Medical", + "Volunteer Welding Supply Inc", + "Home Equipment Associates, Inc.", + "Maag Prescription Center, LLC", + "Friendship Home Health Inc.", + "Liquid O2 Transfills, Inc.", + "Home Healthworks Inc.", + "Craig's Drug Store, Inc.", + "Hawaii Home Infusion Associates, Ltd.", + "Central McGowan Inc", + "Praxair Distribution, Inc.", + "Gemstone Gas LLC", + "Heckman Healthcare Service & Supplies Inc.", + "Del Rio Welders Equipment, Inc.", + "Banner Home Medical Equipment", + "Service Drug", + "Bickett Machine and Supply, Inc", + "Southern Gas and Supply of Mississippi, Inc.", + "Focus Medical Gases LLC", + "Cook Children's Home Health", + "Broadway Medical Service & Supply, Inc.", + "United States Welding, Inc.", + "General Air Service & Supply Co", + "Baker's Gas & Welding Supplies Inc.", + "O2 Plus, Inc", + "New Schryver LLC", + "Lubbock Welding Supply", + "Pur O2 LLC", + "Jp's Specialty Welding", + "Aretsia Medical Supply", + "AIRSERVE, LLC", + "Arkansas Welding Supply, Inc.", + "Youngstown Oxygen & Welding Supply, Inc.", + "T & C Flynn's Pharmacy Inc", + "AMERICAN WELDING & GAS, INC.", + "Mississippi Welders Supply Company, Inc.", + "MITCHELL WELDING SUPPLY", + "Oz Arc/gas Equipment & Supply, Inc.", + "Oxy Respiratory & Home Medical Equipment Specialists, Inc. dba Oxy Respiratory & HME Specialist, Inc.", + "Tri State Medical Supply", + "KENRIC INC dba Trinity Medical Supplies", + "Seaboard Welding Supply Co., Inc.", + "Haun Specialty Gases, Inc.", + "At Home Health Equipment", + "SYOXSA, Inc.", + "Sandcreek Medical Sales and Rentals Inc", + "Carepro Health Risk Management", + "Advacare Home Services", + "Medical Comfort Systems Inc", + "Mid South Welding Supply, Inc", + "Butler Gas Products Company", + "Aero All Gas Company", + "TIMS SOUTH TEXAS LLC", + "Magnegas Welding Supply-South, LLC", + "StateServ Medical, LLC", + "Cammack's Pharmacies, Inc. dba Jim's Pharmacy", + "GIBBS WELDING SUPPLY, INC.", + "Greenville Truck and Welding Supplies LLC", + "Air Liquide Large Industries U.S. LP", + "Price Rite Medical Equipment, Inc.", + "Middlesex Welding Sales Co, Inc.", + "Stillwater Medical Authority DBA Cimarron Medical Services", + "North Central Respiratory, Inc", + "ROBINSON`S INDUSTRIAL GAS & EQUIPMENT CORP.", + "Jones County Medical Supplies, Inc. dba Jones County Medical Supply, Inc.", + "Walnut Medical Services", + "Fairmeadows Home Health Center", + "Professional Medical Services & Products, Inc.", + "Palmetto Oxygen, LLC", + "Linde Canada Inc.", + "Island Equipment Company", + "Bill Munn Supply, Inc.", + "Advanced Oxy-Med Services Inc", + "General Welding Supply Corp.", + "Genesis Respiratory Services", + "Oxarc, Inc.", + "AIR SUPPLY OF NORTH TEXAS", + "Ann Arbor Welding Supply Co., Inc. DBA Arbor Specialty Gases", + "Westmoreland Medical Equipment Company", + "Anaconda Oxygen & Respiratory Specialists Inc dba Anaconda Oxygen Service", + "United Oxygen Service, Inc.", + "HOWARDS MEDICAL LLC", + "PURE AIR DAIGLE LLC dba Daigle Welding", + "R. N. Goss Gas Products Company", + "Landmark Healthcare, Inc.", + "Whaba Medical, Inc.", + "Terry Supply Company Inc", + "Dubois Medical Supply Company, Inc", + "Linde Inc.", + "Orange Coast Respiratory Care Services, Inc.", + "Billings Clinic Home Oxygen & Medical Equipment Inc", + "Lakeshore Respiratory Therapy Care Services, SC dba Lakeshore Respiratory Therapy Services, Inc.", + "Currier Drug Inc.", + "Graham Hospital Association", + "Robin Drug Corporation dba Corner Home Medical", + "Haun Welding Supply, Inc.", + "SOUTHERN GAS AND SUPPLY, INC. dba Gas and Supply", + "HELGET, INC.", + "Providence Home Medical Equipment", + "Memorial Home Services of Central Illinois, Inc.", + "Commonwealth Home Health Care, Inc.", + "Adventist Health Sonora dba Adventist Health Oxygen & Medical Supply", + "Humphries, Inc.", + "CEE-KAY SUPPLY, INC.", + "Affordable Transport Inc.", + "A PLUS HOME MEDICAL, INC.", + "MAVERICK OXYGEN & RESPIRATORY EQUIPMENT, LLC", + "Kaup Pharmacy DBA Dependable Home Medical", + "Temple Industrial Welding Supply Co", + "Airtec Gases, LLC", + "A & B Welding Supply Co.", + "Messer Gas Puerto Rico, Inc", + "Thumb Welding Supplies Inc", + "American Welding & Gas, Inc.", + "DuPuy Oxygen & Supply Company, Inc.", + "Bandy's Pharmacy", + "B & J WELDING SUPPLY, LTD. dba B & J Welding Supply", + "Ali-Rob, Inc. dba Southern Oxygen & Welding Supply", + "Hub's Home Oxygen & Medical Supplies, Inc.", + "Medical Service Company", + "American Medical Inc", + "Carolina Home Medical, Inc.", + "Wilson Products Compressed Gas Co.", + "Earlbeck Welding Supplies", + "Coastal Welding Supply, Inc.", + "A OX Welding Supply Company Inc.", + "Huber Supply Co. Inc.", + "Boone Drugs, Inc", + "Sexton Weldilng Supply Co., Inc.", + "Home Health Medical Equipment, Inc.", + "Tooley Drug Company dba Tooley Drug and Home Care", + "Trico Oxygen", + "Jayco Industrial Supply Inc", + "TULSA GAS & GEAR, LLC", + "J & A Medical Home Care Inc.", + "Respiratory Care Partners, Inc", + "Corrigan Propane LLC dba Blue Water Industrial Products", + "United States Cylinder Gas Corporation", + "Sky Oxygen", + "Mount Vernon Community Pharmacy, Inc. DBA The Medicine Shoppe", + "DME Solutions, Inc dba Colorado Compressed Gases", + "AlpinAire Healthcare", + "Super Care Inc", + "Minneapolis Oxygen Company", + "Verio Healthcare Inc.", + "Smith's Home Medical Equipment, Inc.", + "Liberty Oxygen and Homecare, Inc. dba Liberty Oxygen and Home Care, Inc.", + "Alick's Home Medical Equipment, Inc.", + "High Desert Respiratory", + "Air-Way Medical, Inc.", + "Superior Welding Supply Co", + "Clinical 1 Home Medical, Inc.", + "Helping Hands Medical Supply", + "Keen Compressed Gas Co. Inc.", + "Ray's Pharmacy Inc. dba Hi Plains Oxygen", + "Medical Products Group LLC", + "Calmar dba A&R Medical Supply", + "Medassure Inc", + "Gage Lucky 13 LLC dba Tecumseh Oxygen & Medical Supply", + "Advanced Medical Equipment, LLC", + "Central Welding Supply Company", + "James Oxygen and Supply Company", + "Joerns LLC", + "ILMO Products Company", + "- INDUSTRIAL WELDING SUPPLY CO. OF HARVEY, INC.", + "Modern Supply Company, Inc.", + "Boggs Gases div. Boggs Fire Equipment", + "Airweld, Inc.", + "All Oxygen Refills, Inc.", + "Airgas Usa, LLC", + "CareLinc Medical Equipment", + "Quick-Fill Mobile Oxygen LLC", + "Matheson Tri-Gas, Inc.", + "James C. Dawes Company, Inc", + "In Home Medical & Respiratory Services, Inc", + "Bay State Medical, Inc.", + "Denman Services, Inc.", + "First Community Care", + "Airweld, Inc dba Atlantic Welding Supply", + "Ross Medical Supply Co. Inc.", + "Empresas De Soldaduras", + "MMS Norfolk, Inc", + "Apache Oxy-Med, Inc.", + "Fletcher's Medical Supplies, Inc.", + "Midwest Medical Service, Inc.", + "Economy Medical Rental", + "Holston Gases, Inc.", + "Medwiser, Inc.", + "Mabscott Supply Company", + "Cardiopulmonary Services Inc dba CPS Medical, Inc.", + "ADVANCED GASES AND EQUIPMENT INC", + "Respacare of Louisiana", + "Gas Innovations LLC", + "EWS Welding Supply, Inc.", + "Lester E Cox Medical Centers dba CoxHealth Home Support", + "Manuel Enterprises, Inc. dba Nepenthe Home Medical Equipment", + "Pulmonary Homecare", + "SMI Services, Inc.", + "AdaptHealth Minnesota LLC", + "Delille Oxygen Company", + "MedCare Equipment Company, LLC", + "Terre Haute Home Health Care Products dba Anderson's Medical Products", + "Home Care Equipment, Inc.", + "Shaw Oxygen Company Inc", + "Clovis Equipment & Supply Company", + "Seattle Children's Hospital", + "All-Weld Products Corp dba All-Weld Products Group", + "Carroll Apothecary, Inc. dba Home Care Medical Equipment", + "Albright Welding Supply Co., Inc.", + "RFJ & G Incorporated dba M4 Oxygen Service", + "Life Supply Corp", + "Pembroke Drug Center, Inc. dba Healthkeeperz", + "SCM Trueair Technologies Inc.", + "Maine Oxy-Acetylene Supply Company", + "PURITY CYLINDER GASES INC", + "Aspirus Keweenaw Home Medical Equipment", + "Apex of St. Peters", + "Ascension Via Christi Home Medical Wichita, LLC", + "Andy-Oxy Co., Inc.", + "iMedEquip LLC dba Independent Medical Equipment", + "Triweld Industries, Inc.", + "Gas and Supply", + "Covenant Home Medical DBA MercyOne Home Medical", + "Florida Palliative Equipment L.L.C. dba Accent Medical", + "Sobaks Home Medical, Inc.", + "Southold Pharmacy, Inc", + "CLAY COUNTY HOSPITAL DME", + "John S. Posen", + "Badger Welding Supplies, Inc", + "Respitek Inc", + "Kent Welding Supply", + "Pacific Island Medical, Inc.", + "Pieri Inc dba McKnight Medical Equipment", + "James Supply and Rental Company", + "Alpine Medical, LLC", + "Vantage DME Partnership dba Vantage Home Medical Equipment and Services", + "T.W. Smith Corp.", + "Ogles Oxygen, LLC", + "Med Resources, Inc.", + "A-Welders and Medical Supply, Inc", + "Brainerd Medical Supply, Inc.", + "Professionals PRN LLC dba Northside Oxygen & Medical Equipment", + "Huffman Medical, Inc", + "Medassure, Inc. dba Medassure of Tucson, Inc.", + "The Pharmacy Counter, LLC dba ProMedica Home Medical Equipment", + "Special Care Medical", + "T J Nowak Supply Co Inc", + "RTA Pediatric Care Inc.", + "VirtAir Inc.", + "Acute Care Gases II, LLC", + "Jernigan Healthcare, Inc.", + "Northern Illinois Home Medical Supply", + "County Welding Supply Co.", + "Bernens Convalescent Pharmacy, Inc", + "Support Medical Systems, Inc.", + "Northeast Home Medical Supplies Inc.", + "Abilene Oxygen Inc.", + "St. Luke Community Hospital and Nursing Home dba Saint Luke Community Oxygen & Medical Equipment", + "Dade Medical, Inc. dba Integrated Home Care", + "Professional Oxygen Supply Co", + "Hometown Medical & Equipment, LLC", + "Eagle Home Medical Corp.", + "T & S Home Oxygen Supply Co.", + "Virginia Medical and Respiratory Equipment Inc", + "Southeastern Regional Medical Center dba Southeastern Home Medical Equipment", + "McDonald Welding Supply, Inc", + "Kalispell Medical Equipment", + "Messer Canada Inc." + ], + "product_ndc": [ + "51319-072", + "51319-073", + "60941-001", + "62045-4333", + "17575-001", + "19979-000", + "23650-001", + "51194-123", + "20175-072", + "11324-001", + "24887-001", + "63961-100", + "48546-0001", + "48546-0002", + "21221-002", + "51012-001", + "62371-1234", + "59924-001", + "76056-001", + "19218-0001", + "19218-0009", + "19218-0003", + "19218-0002", + "19218-0004", + "19218-0005", + "19218-0006", + "19218-0007", + "19218-0008", + "62638-001", + "54144-001", + "72457-003", + "51475-001", + "53952-001", + "64319-001", + "72995-001", + "53440-001", + "58700-001", + "11748-010", + "10167-100", + "58755-0001", + "20479-0682", + "61776-0001", + "65119-345", + "60615-0001", + "60546-001", + "59534-001", + "58049-123", + "10942-2005", + "34940-004", + "54202-001", + "46123-001", + "49204-001", + "64922-233", + "64169-001", + "64477-001", + "10018-8999", + "64944-0001", + "55322-0001", + "49944-001", + "49944-010", + "50101-0001", + "34037-001", + "62715-0001", + "75828-001", + "67899-001", + "61398-0828", + "60980-002", + "61903-001", + "5575-0001", + "70624-001", + "50693-276", + "54247-001", + "58404-001", + "53622-001", + "59522-001", + "63144-001", + "67480-001", + "73012-001", + "21624-001", + "11056-001", + "49221-0030", + "49121-001", + "61330-123", + "53452-001", + "72725-123", + "42202-123", + "54846-001", + "72908-001", + "11043-001", + "10590-0001", + "64097-0001", + "81700-001", + "22557-001", + "60560-1072", + "61362-2150", + "60568-123", + "70951-123", + "49696-622", + "49696-632", + "73037-001", + "62137-001", + "72992-001", + "49542-001", + "70313-001", + "67506-001", + "48848-001", + "55460-001", + "63418-0001", + "59247-001", + "81313-001", + "75892-001", + "52279-001", + "14214-0123", + "10690-001", + "48663-0001", + "65868-001", + "45545-001", + "62686-001", + "72808-001", + "55404-001", + "59760-001", + "67493-0009", + "69022-001", + "60779-001", + "59788-001", + "67773-001", + "62486-130", + "62179-1234", + "70097-001", + "54706-0001", + "50597-001", + "36006-001", + "72718-123", + "58498-123", + "63173-001", + "72760-001", + "51051-003", + "73544-001", + "59336-001", + "81681-001", + "53425-001", + "49770-0001", + "74709-001", + "67573-0104", + "42809-0002", + "62118-001", + "72755-123", + "65336-001", + "63970-001", + "73060-001", + "62447-0011", + "52568-001", + "27561-001", + "58878-001", + "63186-001", + "12213-720", + "61752-001", + "71408-001", + "59842-012", + "52142-001", + "59301-001", + "17819-1072", + "54619-0001", + "64763-099", + "67795-033", + "29333-0001", + "67905-0001", + "42007-0001", + "72713-123", + "73055-001", + "63817-123", + "66698-001", + "52086-001", + "73078-001", + "66345-001", + "10942-2001", + "59752-0124", + "66961-100", + "75930-001", + "46362-001", + "49799-001", + "10451-001", + "70323-123", + "54832-0001", + "44356-0001", + "62137-002", + "50996-001", + "65866-001", + "72660-001", + "57971-001", + "76349-001", + "65217-0001", + "53777-001", + "80792-001", + "61128-001", + "64140-101", + "49575-001", + "11999-001", + "59704-0001", + "57993-001", + "72574-001", + "62598-001", + "11324-721", + "11324-499", + "14208-532", + "64091-0001", + "42558-123", + "57999-001", + "70234-001", + "73039-001", + "73075-001", + "73093-001", + "73266-001", + "10492-001", + "54384-1072", + "54384-1073", + "46123-045", + "13826-001", + "58356-001", + "57366-0001", + "70273-001", + "11564-001", + "65010-001", + "63138-120", + "54595-001", + "65453-123", + "60849-123", + "13633-001", + "72986-001", + "70977-001", + "67932-1313", + "55913-001", + "14269-001", + "42068-001", + "62273-001", + "44363-1815", + "55151-123", + "66767-999", + "66694-001", + "51791-001", + "67525-100", + "69125-001", + "65208-123", + "15055-001", + "50699-1072", + "72746-0001", + "73008-001", + "62741-0123", + "80763-001", + "58311-1000", + "69024-001", + "66130-001", + "61393-0003", + "67191-123", + "50159-001", + "72773-001", + "40097-001", + "18482-018", + "53720-001", + "50322-005", + "69286-001", + "58987-001", + "68639-0001", + "72223-002", + "77673-001", + "42602-004", + "10412-0001", + "61420-0001", + "43621-001", + "25373-001", + "49766-2858", + "47632-0029", + "47632-0030", + "66754-001", + "52438-011", + "42589-001", + "53683-0001", + "63674-001", + "42914-001", + "72817-001", + "57799-001", + "14080-001", + "58128-0001", + "56130-002", + "63862-011", + "24882-001", + "49507-001", + "52085-001", + "53511-001", + "65573-001", + "57869-123", + "53854-123", + "72712-001", + "73034-001", + "13859-001", + "11401-6994", + "10221-001", + "59579-001", + "61830-001", + "53835-0001", + "54131-001", + "60596-1072", + "50493-0001", + "65076-101", + "53991-001", + "70291-1000", + "62046-001", + "24027-0699", + "54218-500", + "21220-119", + "54451-001", + "64464-001", + "64203-020", + "11988-001", + "80650-001", + "81174-560", + "65722-0123", + "67711-001", + "65603-100", + "54316-123", + "42821-001", + "52346-013", + "51996-001", + "72276-001", + "10073-111", + "68352-001", + "15547-001", + "73087-001", + "42139-001", + "14961-006", + "82043-001", + "23647-001", + "62363-001", + "42389-001", + "65386-0001", + "66365-001", + "51400-001", + "10189-001", + "10014-001", + "71227-001", + "73468-005", + "69216-001", + "60875-100", + "58632-001", + "24694-001", + "11853-013", + "68540-001", + "39313-001", + "66890-990", + "42887-001", + "66487-001", + "62066-001", + "72739-001", + "67133-001", + "68794-001", + "74795-001", + "49479-722", + "50153-110", + "52698-001", + "64889-0001", + "20703-002", + "52481-2481", + "34057-001", + "63978-001", + "59713-001", + "49344-0001", + "18087-0001", + "63290-123", + "72973-001", + "49154-001", + "10482-002", + "29149-001", + "64920-0001", + "49644-001", + "49221-3000", + "62581-1234", + "59578-721", + "59087-123", + "64866-123", + "60833-001", + "43208-001", + "62397-001", + "66586-1073", + "10526-005", + "71654-005", + "26124-001", + "60379-100", + "63560-001", + "54528-001", + "53663-0001", + "52695-001", + "10218-001", + "72862-001", + "65464-001", + "67477-001", + "65077-001", + "11103-001", + "24312-001", + "55728-001", + "52374-101", + "55127-001", + "42602-001", + "44076-010", + "50554-100", + "26866-001", + "67573-0103", + "61567-001", + "72781-001", + "72807-001", + "73422-001", + "64973-001", + "51105-001", + "70975-001", + "10252-001", + "10297-001", + "60184-001", + "66083-741", + "43861-1930", + "10942-1095", + "66824-001", + "58656-001", + "43713-001", + "59378-001", + "71707-011", + "52374-011", + "61834-0001", + "69847-001", + "44517-001", + "68877-001", + "57716-001", + "67465-0001", + "68769-002", + "65257-001", + "25373-101", + "68470-1001", + "55147-001", + "72662-123", + "35420-123", + "72723-123", + "64075-123", + "72753-001", + "54483-0001", + "49653-003", + "65919-004", + "59679-001", + "48273-001", + "68317-001", + "11365-001", + "16175-0001", + "62914-1000", + "60768-001", + "16913-0001", + "70151-001", + "49798-001", + "81676-001", + "51486-720", + "42241-001", + "33758-001", + "62097-9937", + "48599-345", + "72710-123", + "11054-009", + "72661-123", + "14784-001", + "55037-101", + "47285-291", + "76831-001", + "62481-4565", + "23390-1020", + "63121-123", + "64650-345", + "57924-001", + "80421-100", + "68623-123", + "55785-123", + "72637-001", + "61865-001", + "54513-001", + "55050-0011", + "74301-001", + "10698-0001", + "58960-001", + "81426-001", + "60539-001", + "45405-001", + "62377-001", + "24057-001", + "58089-001", + "65898-001", + "11087-001", + "81610-001", + "10304-463", + "70513-001", + "55128-001", + "57959-123", + "54767-001", + "53730-001", + "72740-123", + "50517-123", + "72706-123", + "52272-001", + "72814-001", + "63553-001", + "62234-001", + "72921-001", + "51887-720", + "10927-003", + "65802-001", + "65465-0001", + "59190-416", + "50063-001", + "69128-001", + "58722-9093", + "58722-9094", + "70101-001", + "68796-5626", + "61580-123", + "61426-123", + "14217-001", + "66228-001", + "61140-001", + "12121-001", + "58247-001", + "51960-001", + "64395-0001", + "58276-015", + "50505-001", + "46123-002", + "72692-123", + "62671-001", + "52563-002", + "74911-001", + "66314-001", + "59387-001", + "52374-001", + "80268-001", + "70300-001", + "61869-0001", + "68174-123", + "67061-001", + "68371-001", + "24598-0121", + "64952-002", + "69241-001", + "69075-001", + "69240-001", + "57287-100", + "69534-001", + "60367-002", + "57957-0007", + "76091-002", + "40054-1003", + "50809-001", + "65915-123", + "70672-001", + "72757-001", + "31462-001", + "65297-001", + "73052-001", + "60563-001", + "61279-001", + "59910-0001", + "60696-1234", + "52003-011" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "RESPIRATORY (INHALATION)", + "NASAL", + "CUTANEOUS" + ], + "substance_name": [ + "OXYGEN" + ], + "rxcui": [ + "312173", + "312172", + "542304", + "348831", + "312174", + "348381", + "348017", + "312175", + "311998", + "899761", + "347131", + "347093" + ], + "spl_id": [ + "e04ec8f7-69a0-4ee3-84d1-1ebeee0fd843", + "b12e14c8-af49-4578-e053-2a95a90a6532", + "d595e134-7f99-45ff-883f-7ff9f18337f0", + "b0b47bd0-bbfd-fd2f-e053-2995a90a5b54", + "98553d88-e6a6-ee42-e053-2995a90a1c6d", + "b17dd489-3553-3879-e053-2a95a90acee2", + "b5fddd8f-a381-6e88-e053-2a95a90a6b89", + "b20adb1e-91d0-2bf9-e053-2995a90a772f", + "c5735620-d982-21fa-e053-2995a90acd9b", + "c514ab82-d046-41ff-b2b7-02d8790f24eb", + "b17d3ee5-85d0-487b-e053-2a95a90afe20", + "604f7c1f-08fd-477c-962c-66acb896b998", + "b12b3a5b-2bb0-0a71-e053-2a95a90aaa06", + "c62814b8-ad0e-4735-a813-8c6cf07303be", + "b2d563cd-8024-0a3a-e053-2995a90a1696", + "b17ec2be-1291-4183-e053-2a95a90a45ad", + "b2343393-f842-a024-e053-2995a90a4ce6", + "b6985b0a-3fab-c37b-e053-2a95a90a30c9", + "b23177a1-6b33-e8eb-e053-2a95a90a4cd2", + "b17dad40-5ef3-585d-e053-2995a90a672b", + "b191db51-a0e6-130e-e053-2a95a90adbca", + "b1d0ce00-9e56-2419-e053-2995a90a4667", + "b35d7a7e-3dae-a7e9-e053-2995a90a550c", + "b25b7bd7-4147-9d6d-e053-2995a90ab879", + "b402a253-019a-d2d4-e053-2a95a90a9dd0", + "b192569a-798b-5d7f-e053-2995a90af2b4", + "b714e540-7088-b53a-e053-2995a90a6530", + "b24053b0-87f0-42dd-a5ae-666274099105", + "084ef612-8988-43d3-b34d-d73db528c398", + "b7014d0a-b51a-048d-e053-2995a90ac989", + "b6d6d175-8a39-67ff-e053-2995a90af1fe", + "7b706ec4-7358-a3f0-e053-2991aa0a0c37", + "6bb8c9a5-6788-418a-9f46-ee5bdb453632", + "b637ead5-1a85-6602-e053-2995a90a3ed9", + "b376cbba-1589-17ad-e053-2995a90a6ba9", + "4af92b6d-8b94-439d-a748-7ac6c54a1fa4", + "b377473b-2be2-778d-e053-2a95a90af0c6", + "b17f51a1-795e-1eab-e053-2995a90a3e34", + "b1923a3c-aa58-31f8-e053-2995a90af810", + "3142e2ac-44cf-4ee8-9d26-73f71220d597", + "b47bd0a6-2156-f8aa-e053-2995a90a5a20", + "b12d391e-3592-a22c-e053-2995a90ae064", + "dccd220d-9f74-42f7-b487-0830e730f99e", + "b854fe8c-6a46-50cb-e053-2995a90a6f3b", + "c6b2f56f-c007-16f9-e053-2a95a90adb5c", + "48d0d09a-35bd-4501-b481-5bb4aaaaacb2", + "b0ee3472-f0b1-0537-e053-2a95a90a533e", + "c6b1cefb-c6c8-fbc9-e053-2995a90a8b3b", + "ed19a6c2-56ff-4498-9a8a-6eba4a174e58", + "b696d280-4857-2259-e053-2a95a90a6061", + "b789bb6c-31e3-1908-e053-2a95a90aa7dd", + "b96c51cf-6840-f1ae-e053-2995a90afc14", + "b5aef5fd-85cb-d4a6-e053-2995a90a9ee0", + "b86b9da5-5413-e4f3-e053-2995a90a1cb3", + "b2adf838-350f-041d-e053-2995a90ac2bf", + "b6996c88-7db5-c288-e053-2995a90a5ff6", + "b220f2a1-87a0-9cb0-e053-2a95a90a91b9", + "9fe49df4-6996-1cb5-e053-2995a90a99c2", + "b4036a9f-aefc-4fb5-e053-2a95a90a50ac", + "eafc961e-5468-4c4d-a4c7-368d8cdf48de", + "b672f1ab-eae6-7351-e053-2995a90ae9fa", + "b12a4c04-c20c-754a-e053-2a95a90a66b3", + "d3d947c5-e3fc-4970-8c02-3aee2c0b210a", + "b1cf85b3-b7b2-f657-e053-2995a90ae266", + "b1437364-6293-99fe-e053-2a95a90aab3f", + "b18fea1b-7b8c-c874-e053-2a95a90a4ccf", + "b20c5cac-38dc-0805-e053-2995a90a2594", + "b3236ebc-35d7-6e12-e053-2995a90a4c79", + "de26deac-7923-441d-ac7f-1696ffa607dc", + "350123d5-9808-4570-801d-57e285d0afcf", + "209cd60b-058c-490e-80a7-408c51bb2744", + "b404e44d-6db8-d0d7-e053-2995a90ac450", + "b107bd9a-01f6-de58-e053-2995a90adea6", + "b6d6e391-9732-6709-e053-2995a90a9389", + "b469c334-56e8-43c7-e053-2a95a90a268b", + "b2d24fb1-fc89-7993-e053-2a95a90a4be6", + "b1cfb8b4-136c-7dd5-e053-2995a90a025e", + "b21daea7-42e3-05b0-e053-2a95a90a012b", + "6836057a-3e87-4485-b831-9e54cedab602", + "27e7090c-d04b-4d6a-b937-5f48a61d8623", + "bdd0a75e-d5ef-ef76-e053-2a95a90a9fb1", + "b0b54003-2832-c30b-e053-2a95a90af88f", + "b6372b86-1e35-2d66-e053-2a95a90afdbd", + "d63d47c3-fee4-4d65-a267-d97fa2fc84c3", + "b25b63a5-8740-03ef-e053-2a95a90afb33", + "b2202c6a-7d03-0b59-e053-2995a90ae8e3", + "b17ec013-de40-1854-e053-2a95a90acd1e", + "b60aff27-83f8-266b-e053-2a95a90a7609", + "b20a9a96-6ae2-3495-e053-2995a90a4aa2", + "b220bbb6-104a-d412-e053-2995a90a31e2", + "b79c66bb-7da7-aeca-e053-2995a90a0503", + "b5ce745f-2f97-f92f-e053-2a95a90a91cc", + "b1e39729-037b-e2ce-e053-2a95a90a84c7", + "b193936e-3719-8f71-e053-2a95a90af0a4", + "b20c7f82-af1a-e821-e053-2995a90ae832", + "b0b6c8ff-bbf1-ef19-e053-2995a90a4219", + "b20c90f4-8e1a-4e8f-e053-2995a90a1f61", + "b6b09a9d-d22d-6813-e053-2a95a90aac8f", + "b52f577a-f8d0-4914-bfa8-3356b1af7663", + "b192460e-edde-2e86-e053-2995a90addd7", + "b8e02c26-72ba-cebd-e053-2a95a90a2186", + "b1191d33-d84f-0dc6-e053-2995a90aa2dc", + "b1a39a87-bfc5-3021-e053-2995a90a44be", + "b1a75a7a-8862-a322-e053-2a95a90a6e7a", + "b688d24a-5c41-0fc6-e053-2995a90abcc3", + "b2208429-21c5-2c4f-e053-2995a90a7740", + "b6d7c8a9-26e6-2228-e053-2a95a90a8fea", + "b17b1b04-5936-1727-e053-2995a90ad13e", + "c7eb68bc-10a4-4424-93f1-d37257f951c5", + "b1062bfb-0ab6-0fde-e053-2a95a90aa423", + "b1d0f807-2eac-49db-e053-2a95a90a4aff", + "7499e241-8c35-4829-9725-c6550c5be26b", + "b29568ba-1e6a-0be6-e053-2a95a90a5739", + "b7017339-be57-19b7-e053-2a95a90af6f7", + "b20bb4b9-c960-1e5c-e053-2a95a90a9237", + "9cbf45d9-c204-efbc-e053-2995a90a2327", + "b17ed551-346e-3b5d-e053-2995a90aa336", + "b5fec941-325d-e1e7-e053-2a95a90a0383", + "b12ba5ca-3573-b6dd-e053-2995a90a51ab", + "b18fb238-1da2-3895-e053-2a95a90a9992", + "b592a627-ebcd-ce60-e053-2a95a90a0127", + "c6b414c9-21ff-96ad-e053-2a95a90a13b8", + "b852480a-c333-fb9f-e053-2995a90a3614", + "b6feca8b-272d-fc9a-e053-2a95a90a3e29", + "b0f258b3-868c-37b7-e053-2995a90a7c06", + "b1d01f4e-66f0-ad78-e053-2a95a90a8faa", + "6caa0b4e-ff42-4e5b-a03b-347b08820764", + "c172abcd-d602-5136-e053-2995a90ab319", + "c69f7fe0-5935-b50c-e053-2995a90a3ca6", + "b47bad4e-7511-b49b-e053-2995a90ad33b", + "139983a3-05e8-4954-bdde-37b2e221bfd7", + "b1023475-087a-2572-e053-2a95a90a8432", + "22762f00-ca11-4ce4-92c5-e2ccc7eed208", + "96b21b88-6dd5-33c1-e053-2a95a90affc3", + "b20a631e-fda1-063b-e053-2a95a90afe93", + "b5fe6031-21d1-b6f2-e053-2a95a90a3dcb", + "b0b6a60e-54bf-6b75-e053-2995a90a0b71", + "c4e3fd66-4607-3fda-e053-2a95a90a87dd", + "b141d0d1-1ed4-fce5-e053-2995a90ae78b", + "1ddcf1ca-d9b5-42b7-811d-206bb6cb229b", + "b1a448b8-f1d0-a783-e053-2a95a90a0749", + "b4699390-8c03-67e7-e053-2995a90a7390", + "9cead3ec-4397-f4c0-e053-2995a90a79a8", + "c6ef2636-e10f-2b23-e053-2a95a90a92e4", + "b2351332-4c2e-56bd-e053-2995a90a0aca", + "306156aa-fa94-4dd4-adfe-87a2d592a03e", + "b20cd9f2-e3c5-0778-e053-2a95a90ae18c", + "6c0ff9d9-28ff-4e1a-89d8-9372e236aaed", + "b7b14afa-c49e-7ecd-e053-2a95a90aa51d", + "dd666c7d-e6f7-4ee3-9ac3-d3aa21a31c0b", + "b20960a6-d258-73cb-e053-2a95a90af56c", + "9b4c997a-a195-44d8-a0af-b1a4ab9d1832", + "b20a4c50-09c6-2782-e053-2a95a90ae692", + "b637ead5-1a7e-6602-e053-2995a90a3ed9", + "b6d6d175-8a38-67ff-e053-2995a90af1fe", + "b478a695-dece-2e5f-e053-2995a90ac45e", + "b96b476a-91f3-61c3-e053-2995a90aeb14", + "b376bda4-aaaf-3325-e053-2995a90ab980", + "9fa6be8a-9707-97b3-e053-2995a90a15cf", + "b3c3e9fc-faf5-9195-e053-2995a90a2283", + "8b480c98-bae5-4300-beec-8f7f59d763c0", + "b1d0f807-2eb1-49db-e053-2a95a90a4aff", + "b20ce3b3-083a-8373-e053-2995a90a2a94", + "b17f2e5f-5469-aebd-e053-2a95a90a8119", + "bf7624e8-b572-d262-e053-2a95a90aec33", + "b19173dc-6105-45fa-e053-2995a90ab7b1", + "bb17392b-1118-41cd-e053-2995a90a5f2d", + "b17f6bce-3640-0ff5-e053-2995a90a117a", + "b142734e-8057-a07c-e053-2a95a90ac1c8", + "b12b7014-4972-aa90-e053-2995a90a1344", + "b2208021-5230-2766-e053-2a95a90a41dd", + "b35ee957-7345-8efe-e053-2a95a90a898d", + "9d4a6ac2-b144-95ab-e053-2995a90aab79", + "b20aa9ae-95ba-3266-e053-2995a90a22d0", + "6dee4bce-742b-43ca-8ea8-1f6eda10f1b5", + "b376990b-80f9-fb8e-e053-2995a90a3a16", + "b0ee7904-0578-5262-e053-2995a90a9da3", + "b4cd3ae0-7326-7e19-e053-2a95a90a84f2", + "b12abca1-6e26-b0fc-e053-2a95a90a2d53", + "b10694b4-abc5-bec7-e053-2a95a90a1e84", + "b190bf0d-7eb5-5ae6-e053-2a95a90aac56", + "b117910f-24e0-0530-e053-2995a90afabd", + "b1923eeb-fbd0-2cec-e053-2995a90ac379", + "e53b220b-b0ac-4eba-9313-c4142ba21c22", + "b29571d5-afd9-06cc-e053-2995a90a50c5", + "e0630270-9c48-48c1-a812-43d28380d404", + "8191f5de-28e3-4d7a-a115-341347abd6d8", + "b6d74fe3-4277-8db2-e053-2995a90a912a", + "b42e1741-e716-4d43-90eb-007ac188c924", + "b6894518-3c52-d379-e053-2a95a90af811", + "c572f7fe-6396-1b26-e053-2995a90a3622", + "cff12532-3315-4ff1-9030-ff9adcb10eea", + "b0eefecc-19a2-b6f7-e053-2995a90a6966", + "b1d071b8-fd14-0768-e053-2995a90ad2de", + "b5ce18e2-3e5f-d119-e053-2995a90a60d5", + "bf7c8d74-59cf-ed0b-e053-2a95a90a89d5", + "b6892444-983d-4c01-e053-2995a90a6627", + "b1a448b8-f1d5-a783-e053-2a95a90a0749", + "b5fe81b5-2698-3877-e053-2a95a90a5f32", + "b1941ef2-f307-6bc1-e053-2a95a90a3630", + "b12d1e25-aed2-1589-e053-2a95a90ac009", + "20c9159c-9b2b-405a-9c1d-06bbc36dccbe", + "b47bcf60-cc19-fa33-e053-2995a90afce5", + "b11b8410-bc8e-3e17-e053-2a95a90a0218", + "b179df61-b05c-6e23-e053-2995a90afda2", + "b1d0c9ce-3d40-b224-e053-2a95a90adcf4", + "b0b40114-66bc-d23b-e053-2a95a90ac816", + "b103b08e-78bd-ccd6-e053-2a95a90aae6c", + "b21fb653-2db3-09be-e053-2995a90a8718", + "b6893504-9367-6e20-e053-2995a90a83fc", + "b2334e32-219a-3ee6-e053-2995a90a2e52", + "b0ef3042-038a-5f39-e053-2995a90a2646", + "c6b3f4d8-5fd0-2278-e053-2a95a90ab139", + "b20bf844-48db-29be-e053-2995a90aeb79", + "b43f3bc7-b040-1664-e053-2a95a90a3efc", + "b12af9d2-752a-3da2-e053-2995a90a20e2", + "46d5b8c2-6b45-43cb-9ee9-730262d2763c", + "b21faf2d-bcc5-e448-e053-2a95a90af471", + "b0ef7fd2-4018-b45f-e053-2995a90a708b", + "b1425073-9072-6cff-e053-2a95a90a9f7d", + "b17c9c82-c95a-04b5-e053-2a95a90a4c75", + "6f08dc58-a183-4b20-a568-988306318839", + "2ac03b5d-7dc3-4c85-9431-a3bced54d2a0", + "1f027c5b-0009-4baf-986c-3e25fbac3dce", + "b25b8e2d-e06e-1d19-e053-2a95a90ace68", + "a38361a7-c678-4943-9ae8-8009d13d2ada", + "f6d968ed-867a-421b-9ae7-5ebba4140f3c", + "b22f0409-3821-a337-e053-2995a90af4a3", + "b20ae842-b7d1-028d-e053-2a95a90a8d9c", + "b259d045-963b-1400-e053-2a95a90a00ad", + "1eb72d9a-4e24-45cb-ac94-1c3b4f2bd370", + "b25beeda-acb0-b598-e053-2a95a90a5716", + "b609e2d9-8a05-391b-e053-2995a90ac987", + "b18fea1b-7b8b-c874-e053-2a95a90a4ccf", + "b12bb595-01b2-c73e-e053-2a95a90a6a49", + "b192c86b-d20e-5fcc-e053-2995a90ad9fc", + "b14073c5-4284-79b2-e053-2995a90ad78b", + "b1437ace-f000-9a03-e053-2a95a90a27d7", + "635fe378-13ab-1cec-e053-2991aa0a15a1", + "b1ceae21-29d3-abeb-e053-2995a90a2174", + "b10547af-6912-48d1-e053-2995a90a689e", + "b7ca5d05-a50a-3377-e053-2995a90a767d", + "b7ca913f-daab-d74a-e053-2a95a90a16f0", + "b2ad363f-b260-ef4d-e053-2995a90a31b2", + "92ffe102-0650-4377-8a84-4e5821ec3c5f", + "b1050a6c-d7bf-056f-e053-2a95a90abacf", + "b0b4446e-1aba-d372-e053-2a95a90ab348", + "a792c805-3c9e-4971-babe-8f1d13955d65", + "b0a16651-6ed5-34b7-e053-2a95a90ab978", + "ea447f18-f2a7-4715-bace-defc583755ad", + "b70162a8-8c6b-981a-e053-2995a90aba59", + "72e369b4-b048-4c0b-8249-935232e0eaf5", + "cef73152-f587-47bd-bb85-e2cd6e24f9cf", + "b0b6e038-8536-096b-e053-2a95a90a48ff", + "b11a3540-8936-68f6-e053-2a95a90a950e", + "0d137119-1bc8-463f-a414-9b817b69882d", + "b6d6ee7a-b9a6-30e7-e053-2995a90a8cc5", + "fc4cf7c1-21f3-4963-ba09-e2ee844fd084", + "b11b10eb-ac50-098e-e053-2995a90a65a9", + "0e900dac-ed66-4fa8-8e63-cb1a806b5cde", + "b6d703bd-a9d0-6878-e053-2995a90a5f06", + "b1d0d17c-1c67-5b4b-e053-2a95a90ab626", + "b1a3d9fe-0481-31d5-e053-2a95a90ab3c9", + "7a55eec5-0062-469d-bf12-e0f138dd7847", + "b1a406cd-598f-c14b-e053-2995a90a0e50", + "c6b7a20e-23e6-86d2-e053-2995a90ae846", + "b0a2eba8-a9b1-7a65-e053-2a95a90ade73", + "b78bd246-7cb5-3db1-e053-2a95a90a59c4", + "b0b62b4e-a85b-1ae2-e053-2995a90a1c46", + "b1420be4-fe72-e0f0-e053-2a95a90a1cf3", + "bc3ed2ff-4574-e3f2-e053-2a95a90a0504", + "b17b1b04-5938-1727-e053-2995a90ad13e", + "2ea833cc-e578-4474-81ea-07591b778ab2", + "b727e3ca-6fb4-8e27-e053-2995a90a432d", + "b12db3f4-cb6a-0f05-e053-2a95a90a8f8b", + "b6d703bd-a9d1-6878-e053-2995a90a5f06", + "b5ce5686-5c5b-9a8f-e053-2995a90a6257", + "b7b16b1d-80dc-3724-e053-2995a90a91ad", + "b6d7c8a9-26e8-2228-e053-2a95a90a8fea", + "b671e979-a358-fc75-e053-2a95a90aa075", + "b1a448b8-f1d3-a783-e053-2a95a90a0749", + "ccdf0521-dab5-4b61-83c3-c5ad9df658e1", + "79723834-4c56-4821-9709-edf7b106a5df", + "2bac4fa5-bb81-41d2-b219-40be35ea557c", + "b107b734-f629-a7a4-e053-2995a90a0cb8", + "e8595fab-3fb3-496c-b25f-b20d9d7a38e3", + "b43f3614-e70a-1648-e053-2a95a90a3677", + "b0ef44df-66a7-3037-e053-2995a90aa044", + "350471b8-04ce-4479-83f4-3f3369b4649a", + "b12abca1-6e28-b0fc-e053-2a95a90a2d53", + "2c87c66c-2512-1fa6-e054-00144ff88e88", + "b1a61404-e798-0e81-e053-2995a90ac84d", + "b0b621c3-c9be-476e-e053-2a95a90ad4d2", + "1b62c11c-e887-4d83-be4e-853dda6864e7", + "b12b3a11-83ef-0942-e053-2a95a90a04a4", + "b10277cb-1544-7db9-e053-2995a90a7979", + "51a9af42-91ac-4ce2-ad9b-9f44759aac3e", + "a66473d5-a345-4f29-b39f-e28b21820b90", + "b0b66608-0cb8-2241-e053-2995a90a5cbe", + "b82b173b-f171-327f-e053-2a95a90afb1c", + "b4cce863-c78a-327f-e053-2995a90a42be", + "9b8dd2fa-9e73-3df6-e053-2a95a90a6235", + "7681f05c-75cf-4ede-96d3-c8da778ebe63", + "b0f1c4ea-6bb4-2131-e053-2a95a90a0cc2", + "950245e9-83ef-40d2-890a-52040bdeb6de", + "b18f0297-b0f2-610a-e053-2995a90afdce", + "b21e1fa3-53f5-4680-e053-2995a90ab169", + "b17dad40-5ef0-585d-e053-2995a90a672b", + "b2add22f-457a-90ee-e053-2a95a90ac167", + "b17ec2e3-a115-4397-e053-2a95a90a7f91", + "b591b18a-f428-350c-e053-2a95a90a2fbf", + "b2211a64-9907-453a-e053-2995a90a1b26", + "b179df61-b059-6e23-e053-2995a90afda2", + "0530f734-6497-4045-8273-8199b8a24d07", + "b12d4e21-64a4-1c87-e053-2a95a90a2bb5", + "c50d23b5-ceff-65ca-e053-2a95a90ab957", + "b18f04d4-7261-5cdc-e053-2995a90ad427", + "b671d630-2b6a-66d2-e053-2a95a90a8461", + "b107a77c-4231-6217-e053-2a95a90a22aa", + "b3c42aab-0c01-d6c0-e053-2995a90aa8e5", + "b17c9c82-c95b-04b5-e053-2a95a90a4c75", + "b17d2149-2712-07f7-e053-2995a90a8fba", + "b103152f-4d3d-5f25-e053-2a95a90a6f82", + "b09dbc63-77e0-0493-e053-2a95a90af411", + "b1914894-425d-fa69-e053-2995a90a4ff9", + "f5cbca49-826f-454f-98a4-4a761a893df1", + "b1404196-0a32-72ec-e053-2995a90a8d8a", + "b7034238-dbb2-10e0-e053-2995a90afaae", + "b12bb100-a35e-7539-e053-2995a90a4810", + "b73f01cf-a4f3-48dd-af0c-7a2a37446c3e", + "47a4d419-5ae6-4c3d-a3f4-b7d192f0e1c6", + "b17ed551-346f-3b5d-e053-2995a90aa336", + "7f7943e5-ed14-4324-93e5-cf4888e92e38", + "b592e948-fec1-a741-e053-2995a90aa015", + "fd39a453-f6ef-4585-aff2-cbaea8024443", + "b21daea7-42e5-05b0-e053-2a95a90a012b", + "b1b6acd9-4b09-330d-e053-2995a90ae169", + "b3c5f984-8ee2-4544-e053-2995a90a65f9", + "b194ce78-55ba-4d09-e053-2995a90a887a", + "b9486ea4-c149-2b2d-e053-2a95a90a92be", + "a2e32159-d3ad-df9c-e053-2a95a90a8233", + "c5fbad94-8303-1178-e053-2995a90a3dfa", + "ba72bba7-176c-4f83-e053-2995a90a86ec", + "b17dbcea-cc1b-eb57-e053-2995a90a7149", + "b1948082-22ea-387a-e053-2995a90aac24", + "b12b7b5e-aa2c-b547-e053-2995a90a243f", + "908f1758-48c5-48f3-9707-3326760a4142", + "b17e35da-7b51-efb5-e053-2995a90ac645", + "b0b5b456-65eb-7db0-e053-2995a90a3576", + "b0ef44df-66a6-3037-e053-2995a90aa044", + "b79c5dc3-36a6-5397-e053-2995a90a0dc8", + "b373f0c8-4063-065b-e053-2995a90aa758", + "9b3e30e9-7585-8d8a-e053-2a95a90a2d32", + "b12da9c7-82ee-0707-e053-2995a90a8de2", + "b17f2eb1-b860-8258-e053-2a95a90a8aa8", + "b12d0471-75b9-625f-e053-2995a90a21ae", + "b21df054-0ebd-ac99-e053-2a95a90a10d4", + "b3773f02-02b3-33c8-e053-2995a90a2235", + "b190ab7d-c679-7532-e053-2a95a90a5bce", + "29742ea9-1f7f-4196-b122-ccf3c06f9cd8", + "0bc942aa-8cfd-4294-b9d2-335fe0ceb0c2", + "c5732c90-a379-4de4-e053-2995a90a6400", + "b6d6d175-8a3a-67ff-e053-2995a90af1fe", + "b1a442e1-86cd-cba6-e053-2995a90a593a", + "b79c8080-fae1-1375-e053-2995a90a2db0", + "b7ca7e9a-a4ff-08fa-e053-2a95a90ab4d3", + "b2a8de96-6b9c-978f-e053-2a95a90aff86", + "b377074f-f6f3-f7ce-e053-2995a90afe59", + "b13ffedf-2085-226c-e053-2995a90a2d98", + "b12ab038-84e8-25b3-e053-2995a90a5746", + "77e13180-889a-4be7-b3b5-66fbbf67af0e", + "b8bd159c-01a2-2882-e053-2a95a90ad427", + "b29855cb-d583-ce14-e053-2995a90ae4e4", + "c45bdaa6-e747-7693-e053-2a95a90ad197", + "b2d27c71-f473-b21b-e053-2a95a90a2f5c", + "b12da875-d074-8aa4-e053-2a95a90a0208", + "b106289d-3464-74df-e053-2995a90aa426", + "b2a92710-26a1-2524-e053-2995a90a6cdd", + "b3c7a0fa-f90c-23cc-e053-2995a90adf25", + "b21d5e3f-a21c-24f7-e053-2a95a90aa3db", + "b22f92fc-225d-1d58-e053-2a95a90aebc0", + "b11a99d8-6edc-6242-e053-2995a90a2834", + "983e92ab-5f6b-4196-9b9a-b7d486334b40", + "b0b3b2fd-47c0-2201-e053-2a95a90a297d", + "85d871d6-46ca-4a4e-a3c3-0e9078c60830", + "9aabd0f9-b954-41c1-968a-37efe27b85a3", + "01ae08ba-ca2e-494c-b29b-251c44d6a53e", + "b21e0aa6-62f4-f046-e053-2995a90a5fd5", + "c01d5b35-2e7b-64e5-e053-2995a90ab783", + "b2305712-18f8-3594-e053-2995a90a3f99", + "b1023475-087b-2572-e053-2a95a90a8432", + "b18edf71-d686-0c1a-e053-2995a90aab8a", + "b20810e6-6596-aa9b-e053-2a95a90ae78a", + "b6b09780-ed86-a314-e053-2995a90a1682", + "b969e266-86cd-b853-e053-2995a90a30a1", + "b1d06365-31be-56a1-e053-2a95a90a31c3", + "b80b0582-4fa3-4730-a80d-44769a580805", + "b11abfc2-ac83-fd1f-e053-2a95a90ad34a", + "b106e78f-1fa0-f181-e053-2a95a90a93f1", + "b0ef5da9-9ac0-2270-e053-2a95a90a3fd3", + "a23d6048-b0fa-4381-98df-acf08cbab61d", + "b20bd6f3-a187-bf1e-e053-2a95a90a7925", + "08487d1c-ea5f-4532-9df8-cb463bd2aa32", + "777f45da-f4bb-3da7-e053-2a91aa0ab31c", + "b1d03d4d-7d4c-7421-e053-2995a90ab9eb", + "b5ce5686-5c5a-9a8f-e053-2995a90a6257", + "b1a4326e-6e04-23a5-e053-2a95a90a4d3e", + "b12ab2c7-5c00-383b-e053-2995a90a8362", + "b03991a1-b1ce-4586-ae3b-e84af27a5894", + "3809a7cd-8f28-4725-a65f-67e9ee4a8fb5", + "a7a7eec0-0ecd-db8d-e053-2995a90a9bf9", + "2de3f858-c30a-49ae-ab03-8eb6db54a1b9", + "0af419c8-0eea-49d4-886e-a4e16c0d5902", + "b1916fbe-58f6-41ab-e053-2995a90a86f4", + "b18011f1-c5a3-6d6e-e053-2a95a90ac80b", + "b73d767b-dd17-481d-e053-2a95a90a3267", + "b190682e-4e65-1843-e053-2995a90a13fd", + "b21b71e3-758e-16f7-e053-2a95a90a9d1a", + "ab1a8bdb-1494-4047-bbd4-ca10b1205cae", + "b2987b4f-f151-5d9e-e053-2a95a90a6404", + "b17d7c7c-c353-4554-e053-2a95a90a9e84", + "b11bfa4e-cb2e-a451-e053-2995a90a3328", + "c4bfbbaa-b1d1-adaf-e053-2a95a90a0656", + "b141a843-aabc-faea-e053-2995a90a6943", + "b20cb7ad-a12c-c563-e053-2a95a90ab0df", + "b6d727f2-29f8-3d0a-e053-2995a90a9217", + "7ee95e03-7bfd-5821-e053-2991aa0a1196", + "b18ee945-92ca-5a03-e053-2995a90ae531", + "b10694b4-abc4-bec7-e053-2a95a90a1e84", + "b79c005f-e63f-bd1e-e053-2995a90aaf80", + "b2ad3a8f-4c4e-f932-e053-2995a90a7d8d", + "b6d7308c-4195-0fd5-e053-2995a90a37eb", + "c1c4a245-f747-1316-e053-2995a90aea10", + "44546637-4fc8-4264-899a-d084367a02e2", + "b5fe858b-c097-1e14-e053-2995a90a44fa", + "b14081f2-4701-7444-e053-2a95a90a531f", + "b193ceb7-ef3a-2269-e053-2a95a90a22c9", + "b1065ce9-77b6-5b1c-e053-2a95a90af87f", + "b1426bb1-bed2-0f00-e053-2a95a90a08b5", + "b5682ef7-98c7-4be4-aa92-7705b507dd34", + "b12dd383-7e07-b100-e053-2995a90aecf4", + "b12a7076-f2e8-3713-e053-2995a90a5486", + "b17dad40-5ef2-585d-e053-2995a90a672b", + "b1404e61-14b0-6494-e053-2995a90a2580", + "7b09e25c-2ce7-4bbf-a9c7-450130792847", + "b59301dc-a008-28cb-e053-2995a90a2e87", + "d3009052-885c-43d3-8aba-1fde3e93afc4", + "b5cde974-3c8c-8423-e053-2a95a90afc02", + "b60b2bbe-a4c7-c743-e053-2995a90ae794", + "b56cfb1c-82a8-56e4-e053-2995a90abdde", + "7b89bb84-6697-466a-9fb6-49a38e185c52", + "b5fe7b15-4755-1e11-e053-2995a90a6695", + "b453ede5-f1e5-0f18-e053-2a95a90ad075", + "b79c17f7-bb19-9eb4-e053-2995a90a34c1", + "b0b71444-c1fc-7719-e053-2a95a90a0024", + "e64fb930-49b6-4bcb-9020-f95e6f53c1e4", + "9b3ec524-fc60-2138-e053-2995a90abdbd", + "d7707a76-999e-4f7e-9da3-221fcddcca84", + "b106f1ac-652c-1c25-e053-2a95a90ab7d2", + "b20c5265-65bc-c785-e053-2995a90a3a0a", + "b0ee7904-0576-5262-e053-2995a90a9da3", + "b3b460de-79a4-9920-e053-2a95a90afa8b", + "a9e03505-dcd8-171a-e053-2995a90a2e84", + "b140d3f8-02ab-56bb-e053-2995a90a1083", + "b1900144-a54e-42ad-e053-2a95a90a443c", + "1a0671c3-1de7-44a3-9018-5b1524094050", + "b73d767b-dd1c-481d-e053-2a95a90a3267", + "b8f6fe40-c926-45f5-e053-2a95a90a86bc", + "b1a331d8-ba2f-6c30-e053-2995a90ab5fa", + "7b27dbf9-bef8-4f4c-94a1-f97983ac3eb6", + "b11b77a1-dcab-663b-e053-2995a90a61bd", + "b220e19e-a6cd-80d0-e053-2a95a90a61fc", + "b1a78968-0620-31a5-e053-2a95a90a8d1c", + "b7ca5c30-652a-e69c-e053-2995a90a42bd", + "bb1750fd-33e1-cddb-e053-2995a90ace1c", + "bbf2f071-22eb-5bee-e053-2995a90a83f8", + "b118bac8-0e39-35c6-e053-2a95a90a18c6", + "b17c8241-a9e8-d6d2-e053-2a95a90a630d", + "ff382f63-f138-45df-80a7-b64b4b437e7d", + "b2d5a0ba-4e43-8e33-e053-2995a90a6023", + "b1801020-4071-6e28-e053-2995a90a0b32", + "04763718-29a0-4504-a810-384ac97ae1a9", + "b0a257a6-f717-1c46-e053-2a95a90ad7de", + "b6d6ee7a-b9a5-30e7-e053-2995a90a8cc5", + "b21d4d12-5b66-3531-e053-2995a90a71b3", + "b0b5ebda-0822-1eb5-e053-2995a90ada99", + "b6d7731b-6e5d-37d2-e053-2995a90aa3b0", + "b3680e7d-1f57-b0e9-e053-2995a90a6516", + "b20c3923-11c3-0bc0-e053-2a95a90a0931", + "b478d6be-71a3-edc1-e053-2995a90abbaf", + "b17b3edc-b68f-ef21-e053-2a95a90a4b76", + "ab3396ad-8de6-2207-e053-2995a90a9e96", + "bad55d1d-5670-102c-e053-2a95a90aa1b1", + "b18fc665-04b7-4158-e053-2995a90a7686", + "b683bb3b-abe4-7d39-e053-2a95a90a2bcd", + "b0eefecc-19a3-b6f7-e053-2995a90a6966", + "b2309966-baec-7b03-e053-2a95a90adcb1", + "ff50b474-2389-4c76-a323-83dadb6340ae", + "b12a2922-02c6-df0b-e053-2a95a90a6232", + "b25bae16-f842-088f-e053-2995a90abc9a", + "b2d4dad3-8d0e-527d-e053-2a95a90a07e7", + "badd85c0-38e5-2093-e053-2a95a90a726b", + "b78e270e-df7e-57cd-e053-2a95a90a6915", + "b10654d1-563a-775d-e053-2995a90aa7e1", + "b6890f11-730c-f056-e053-2a95a90a644a", + "e081a10d-dd43-4b0d-b43d-91ec4e851f38", + "a2d7a59b-b432-4004-9137-44cb4d9c2614", + "3507f9dd-a516-4fe5-8a98-492bf59c9476", + "b8b61dca-7e28-18d5-e053-2a95a90ae3f9", + "bd890375-5012-47d1-911a-3a1ce86baf75", + "d6a195ea-6c4c-4cba-9442-09e9e8f12e16", + "b47bdc4b-948e-f85c-e053-2995a90a5f7f", + "b0eed289-c9ec-291e-e053-2995a90af1c0", + "bc3e828f-904b-d810-e053-2a95a90aaadc", + "b21b0768-b910-cd87-e053-2a95a90a84a1", + "a2dfb38f-5d75-0120-e053-2a95a90a426e", + "b7b14afa-c49b-7ecd-e053-2a95a90aa51d", + "b7280013-521b-16cc-e053-2a95a90ad073", + "ee8cc6ad-7ce4-4c09-aced-de767c89a51f", + "f53d00a7-d8c0-486b-8f09-1e0ca5f597a4", + "b21fa03b-e957-2994-e053-2995a90ad831", + "b46a025a-c65f-3f56-e053-2995a90aff26", + "b7cab89d-e60f-d74c-e053-2a95a90a1539", + "b696d496-1a89-2e8e-e053-2995a90aa3a2", + "b5fe6031-21ce-b6f2-e053-2a95a90a3dcb", + "c6b1a0a8-0547-17f0-e053-2a95a90aaa75", + "b17a565c-5c21-f272-e053-2a95a90a35e7", + "de848134-3033-4807-ac38-a6ad51a20174", + "b1917cd4-a99b-f947-e053-2995a90ad173", + "942a5891-d9fd-41bb-8945-fae37e4d19cd", + "66d641d3-80cf-4214-8594-28c81534c9dd", + "b106c48c-3d3a-7649-e053-2995a90a1a97", + "b107ac06-6509-80cf-e053-2995a90a4a3e", + "55335736-eb7e-47f2-8069-a97af0f58a90", + "f743c777-8a06-451e-b4bf-d857810e20c5", + "f7528001-a297-4dd9-a79b-7281f8d10957", + "b583707f-f87f-733f-e053-2995a90a2c11", + "b2d4105c-c49f-7651-e053-2a95a90a4536", + "b3616268-f105-bd86-e053-2995a90a888c", + "b20c73c4-cf9b-0563-e053-2995a90a783f", + "c2263983-8f63-61bd-e053-2a95a90a5483", + "b20b7b55-3c61-0563-e053-2995a90a5eab", + "b6d7731b-6e5c-37d2-e053-2995a90aa3b0", + "b69845a3-2f32-0d55-e053-2995a90a17ae", + "b35f0c7b-e24f-0cf4-e053-2995a90a4b6d", + "2a6d5432-39cb-4813-8409-c1b2af2ddc85", + "035812f3-6ad4-4a56-9aa6-3232bb2a4cb5", + "ccb52acc-c4c6-4f54-a073-c351e919dd4a" + ], + "spl_set_id": [ + "105a5557-c1af-42b1-859e-76cc1e83d9aa", + "2260d92d-9a68-4e4f-a4bf-c6961851fdda", + "49d5a0eb-14ac-412e-a9d8-ed92488c643f", + "52bfd8c0-d181-4eef-90f5-d8bc9d1103fb", + "5e6b256f-f2c1-4384-a1fa-5235d56bc690", + "608e9b5a-d296-4c66-8b1d-2f30ead87758", + "7d6715b5-6a13-0df0-e053-2991aa0ac0d1", + "7e071898-47e7-6b92-e053-2a91aa0aff92", + "88b7fc72-2520-4fb7-bc01-4a1540c51fc5", + "948a25d5-086e-4393-9c0a-78cb5037263d", + "a0c7053b-5692-402e-b5d0-6de2b189deff", + "a116dc52-9522-4cc3-b745-0b0cc3e0d7dd", + "c071ca0b-a330-4579-a1b8-d4b4c5824a09", + "03fbd6e5-09a6-4f13-b251-63cf9ff129e9", + "09a32f84-8013-4b0e-a001-ebf335fc7060", + "0bfa29ff-cac6-40b5-880d-6cbf13a50c51", + "0c8c4b17-6eec-4af8-a3ec-2f5ac1a8e1da", + "22cb91e0-ba76-3032-e054-00144ff8d46c", + "5bf3f520-3ee9-4ac1-a184-f3e969b85e2f", + "7705a79f-c20c-43b8-9de0-a233aaa6c442", + "7bc13cd0-d084-1afd-e053-2991aa0a9717", + "7d7a2704-fe95-d46d-e053-2a91aa0a29cf", + "822c0dfa-b657-488f-e053-2991aa0a5b75", + "83d5e1ed-718c-c209-e053-2a91aa0a07d4", + "84b47c06-6803-223a-e053-2a91aa0a4c50", + "899be502-55ba-4795-9e75-78951d6e7aeb", + "b714d704-da55-bf27-e053-2a95a90aa876", + "c138d360-0ea2-4388-b266-a05ee4c8fa9b", + "dbec9c5c-4656-4238-861a-986e8bd10e53", + "01a2d234-eac6-4cdd-a736-adce7268865b", + "025b278a-2263-41ca-8383-f5463516466f", + "2c4b5cef-a387-4bd2-95d8-adc858b6c824", + "2d6e0678-e358-433b-a5fe-4e408210ee70", + "448541b9-f1f2-431c-bfaf-e43408724bac", + "506f1645-174f-1e53-e054-00144ff88e88", + "667d1826-2cd8-412e-a626-ceb8c1314313", + "7df36cb1-a4d7-07d6-e053-2991aa0aab79", + "9af1add2-0848-28cf-e053-2a95a90a8409", + "9c56fd7d-d39b-6fbd-e053-2995a90afdd6", + "ac1eb1c1-ce2f-4c1e-9988-f6d8e6a901d3", + "af2c897d-7337-4467-b968-4a7e4794c5cc", + "b8a4f8fa-2c11-4ee4-850d-d1ee80fb0000", + "01efe36d-5281-4ede-bc30-9a1727a86a83", + "0f044c9f-70b1-4d19-b61f-87ce2a00b8af", + "35b4684a-208c-4e5f-8d89-ab6898e54cf6", + "3d0d7bdd-28d9-43d4-827c-4f6f4df6a8bc", + "51982a66-f918-4733-ab74-a24fd114cf0a", + "5d7de166-151b-45fa-b92c-8cc3871c5099", + "6c27ea89-d97b-45ee-abe0-0871a4d24687", + "7907c8e9-cfc7-4297-bf9d-1c7eb298d46a", + "7d8aa465-439f-0ee0-e053-2a91aa0a08a0", + "80c61144-b0f3-486c-9369-4897c3e2b65b", + "81691365-6b04-549a-e053-2a91aa0a0555", + "81b3a266-c081-64a3-e053-2a91aa0a0f66", + "950da03f-dfc3-bdb5-e053-2995a90ab33d", + "9aef32b3-6174-8d3e-e053-2995a90a8bf8", + "b69618b6-1aed-499d-8bfd-27484f6f8a4a", + "0710531e-4afe-4ee8-87bd-5989b7e5717a", + "2ffae2d7-51ac-4d7e-e054-00144ff8d46c", + "3b9c5fab-ac4d-48bf-a52e-c86b723bd6f2", + "4191f5c7-2356-48b4-a993-2fd995ff4ac8", + "62659b29-3a7b-4e5d-b8e1-ea7b84897c36", + "7e5fe6ed-ddfa-4735-a65a-2d26cdc532ba", + "81f211c6-6ba6-00af-e053-2a91aa0a6a5d", + "83d74b52-a1f1-5664-e053-2a91aa0a9bfd", + "84626ce5-9a3c-3e6c-e053-2991aa0aa449", + "861eaed4-4f9a-6201-e053-2991aa0a33b3", + "9a84e50c-504a-4e7d-8595-ebce7d78d127", + "c5353ec5-f51a-4342-a212-ecf1aed564fe", + "e2fbadf7-9e8c-4c56-a72e-f11563bfe4c6", + "ea421484-87be-4784-afb7-cb916827079c", + "231a627f-2884-1e71-e054-00144ff8d46c", + "43d1f68d-874b-4cbc-94ff-fd498cc9f2c1", + "7c0c3c92-7ab9-b7d4-e053-2a91aa0aba0f", + "7d8ba4d5-484c-185a-e053-2a91aa0a589d", + "8500a9dc-0560-3fca-e053-2991aa0a3891", + "858e88ca-1833-a4cb-e053-2a91aa0ad462", + "89544705-5d9d-4595-8870-fa46c9c14af2", + "92c95e04-39af-4339-81ba-b704612afc10", + "b5411c07-aa69-4760-b353-3c4b5beba506", + "bdadff8e-8a7c-1fd7-e053-2a95a90a4024", + "c6ae884b-d08d-4c43-84db-b3c52773dd65", + "de8f4c67-4ba8-4333-8f06-8d8fb91c2e49", + "1b0dd4b5-73d3-4bc0-a97f-ca895f74db50", + "36309dc6-be60-463d-b532-e994b87ef4bd", + "3bdb46a7-8a5b-1cac-e054-00144ff8d46c", + "46d58bb3-7072-4994-9312-e1345e14b354", + "490d1088-6dda-4e71-9b89-09975633baee", + "642ebb98-d27f-188b-e053-2a91aa0a0a69", + "7bd4df21-7f06-e1c3-e053-2991aa0a890f", + "7e56a66b-e57c-56af-e053-2a91aa0a5a02", + "82467748-1d43-7653-e053-2a91aa0a2003", + "83736824-06b1-b57f-e053-2991aa0aa17e", + "869381b7-b3d6-353f-e053-2991aa0a6dcc", + "884ebe72-2a57-b67d-e053-2a95a90a6f14", + "8b54d468-d319-46ab-b3ec-089a46ebbd6b", + "9d4ccd45-f070-36fc-e053-2995a90aff8e", + "b6b09a9d-d22c-6813-e053-2a95a90aac8f", + "b7f09350-2b95-4cab-8ac1-effbf4339c45", + "b8114d53-aa6c-4abf-998e-9db86e4b4338", + "c463f0de-afa4-4d96-a326-c45bd5ea8518", + "e81305b1-798d-4e16-8144-f96be15bdaf0", + "fa1fe47c-f2d5-4a73-9bd1-3ccf63909d6d", + "44e0b3ce-5e8d-4191-b596-3d78375fd495", + "83d22128-4dbc-4940-e053-2a91aa0a04a4", + "83d328f3-9e44-0859-e053-2991aa0a4705", + "84785db1-7298-0a70-e053-2991aa0a260d", + "95c10d03-901a-46fa-b5a3-5574ac3accbe", + "96b0a506-ae49-4338-80cd-f1493222e335", + "ad60b9ca-7ea2-4e10-95b7-cc88a2f37dab", + "c6151361-6d31-40a0-a240-89d07f7cca46", + "da624604-e2bc-4e18-9f30-d764fab4c4f0", + "f0c5afcb-4e3c-44b6-9b20-409169a161aa", + "f6592a30-b2f6-4086-8d12-532c4de68fe6", + "07438f16-c3b4-4545-a631-2e5bccd0f68c", + "5220bc94-28a8-43c4-9359-3e1d76eaa309", + "57858a08-2b65-4297-8b5b-4174f0ade76b", + "6a0762ec-92f2-4b7b-ac03-39432e78353d", + "7031ce80-b648-eeda-e053-2991aa0aee24", + "7a5d9472-b310-4c53-b92f-e8bb9c3d77df", + "7bc16ed0-4471-9fa2-e053-2991aa0afc43", + "7d623352-7811-8765-e053-2991aa0aae94", + "81698d4c-4da6-8613-e053-2991aa0ab8a3", + "81b86d16-1259-5a7c-e053-2991aa0a7730", + "85c52db3-ce42-4306-9bf3-451b56bbba82", + "9aecc996-dd27-64f3-e053-2995a90ab739", + "b21788c6-4f81-4f66-ac0b-54b3170c16f5", + "bd2023e7-da7d-7777-e053-2995a90aa64f", + "c21fefc5-2696-4268-b88c-452a9abb7012", + "e0a9bc61-f5df-4f9b-932f-30463769ad65", + "5f26d6da-6cc9-40aa-a408-9a671c2dd283", + "60de398b-c254-5a8f-e053-2a91aa0aaa99", + "6626250c-c792-4530-b242-608c99bf6bca", + "70ce96f2-7825-4c3f-8606-9bca08a295ec", + "7cd44342-88e7-fe89-e053-2a91aa0a13a3", + "822c0dfa-b653-488f-e053-2991aa0a5b75", + "862efc24-1f85-5abb-e053-2a91aa0af6ad", + "86d3206e-a8c5-3f0c-e053-2991aa0a149f", + "895518e1-0912-0fb0-e053-2995a90a40c6", + "8c6b984d-2ace-4534-b441-c2db959a1da1", + "96c94d8b-64d0-fb2b-e053-2995a90adc50", + "9ab5101f-eb1a-63c7-e053-2a95a90aa6a2", + "9cead3c7-ce42-f524-e053-2995a90ace0a", + "aba44023-4919-4711-992c-aa59dfe366a9", + "b2351356-3a46-5fae-e053-2a95a90a204c", + "d130e778-a02c-4762-b09a-85358e0994ce", + "dc94cdc8-5696-4e17-ae0c-81a3ff2b8751", + "ff680ac1-bf4a-4d97-ae1b-0bcb803dc631", + "0531d181-611c-45c7-91de-e8d84015e17a", + "13ce9fe8-ca43-4564-87b2-f8e97570dcfd", + "1669da72-d109-42bf-80cd-036af38b3a67", + "1b7bb66c-b4a2-48d9-a7df-373149da678c", + "20d6573a-5f79-46c4-930d-c5fc489a3016", + "39cab58a-5c67-436a-9e30-5dcc8bd1fc6d", + "63bb5b31-f6bd-47f3-b324-39f0461962ee", + "6d7df09e-252f-4663-932e-873f6cea1142", + "7bc054a5-8ca4-1928-e053-2991aa0a2160", + "7bc0b0ba-a979-0218-e053-2991aa0a446d", + "7e2b7317-4916-8d6a-e053-2991aa0a081f", + "858c769d-684e-15f0-e053-2991aa0a87f2", + "8683d77d-10ee-4236-a714-0c29edfdf2a1", + "874babe5-07d8-0e1a-e053-2995a90a5f7f", + "87b27df7-afa1-2cb0-e053-2995a90a2dc8", + "9af1add2-0844-28cf-e053-2a95a90a8409", + "ba784f75-e8e7-43ea-93d0-271c5f1d4d99", + "cd28c7dd-3d63-4e8e-8f00-ebfc4c04d191", + "e45c81c6-df7b-4e34-a013-ba2902eb808c", + "eb28e88d-53e3-4d22-ac00-7693431339b5", + "ed9969f2-101f-4ff6-ab86-992253993ff1", + "ffa52347-b223-4ff8-acaa-1462f2dfb528", + "267c36c9-6fec-1cbe-e054-00144ff8d46c", + "4fd4b894-934a-4595-ba2f-94b8d2f36acf", + "5b2be83e-4fa4-44df-b444-fbc01130e9e0", + "642ec89f-4ba3-68cd-e053-2991aa0a6a5c", + "7acef963-76a4-4e79-b330-149c22360616", + "86442a6c-a989-964c-e053-2991aa0ae5bf", + "866b7b25-709c-0e16-e053-2a91aa0adda7", + "87490c2f-6d10-7192-e053-2a95a90a0eb1", + "8a9b0cb5-3236-4de4-a97d-eb247c6c7c68", + "93ca8d91-861c-4a6f-b324-02f6b9019e37", + "9af396b8-ff66-4b2a-ac2b-588549072f4c", + "b1179130-5fad-93df-e053-2a95a90ad911", + "c48907a0-3242-403e-abd8-283930252da9", + "ecfdb289-b885-469b-8c60-c676be1df6ce", + "08936fbe-b98b-4a97-a99b-3e06caa15aaf", + "0b2529cf-3ec8-41b6-b5e6-68089c03fdb3", + "295bd130-cbd6-46b1-bb78-cc32b4fcf123", + "2c55bc09-9af3-431d-9565-2b8a40b07cda", + "31fa43d7-af18-44cf-b95e-6e27834bd24e", + "418ccd37-e7a5-417a-8c1c-bc65d22802ae", + "4e5df6ce-06ef-498f-b064-b2b6e1521951", + "6584d696-7d32-4744-b225-03c52803e16a", + "6a772eeb-1707-49ad-be00-1da24fb5494b", + "7bc086db-f5e2-9b82-e053-2a91aa0aecc8", + "81f650d2-f6b9-6289-e053-2a91aa0a86e3", + "857c9783-090f-808d-e053-2a91aa0aca58", + "861ae219-9a2b-78a0-e053-2991aa0ad056", + "874b55d4-f585-58f7-e053-2a95a90aefd6", + "8cf045fe-6916-035a-e053-2a95a90aa8b3", + "8f8d1a1f-a5ca-a935-e053-2995a90a2d76", + "b31dbe41-9bf4-4704-b469-4e54244d76c0", + "bb6f291a-2180-4cb2-ba19-98a91920d4bb", + "c2b0f2bd-2ce2-4096-8aae-07d2200a015b", + "d3b0a4c1-dd5e-4176-8560-09f392cb4b06", + "d9acf863-acf3-4528-bb98-f616a1cef9b4", + "f14ecb04-7b17-4acb-9d4d-f3068207833d", + "feb9f3f3-f910-4936-8cde-60e1b8cf76bc", + "201cee91-cd54-49b8-aa97-932d74aa004b", + "36f0e735-2204-4109-afe1-5bcf6bd81bf9", + "4c8ef577-9899-4551-a171-591017217b6f", + "5984b30c-d504-4922-b1e7-6dac1ab8b7d6", + "7d7537a0-0629-641f-e053-2991aa0a013c", + "7e082f0d-81ce-2645-e053-2991aa0a0bd3", + "83fb4bfa-0ffe-6d8a-e053-2a91aa0a3c85", + "8479067b-373e-9a6a-e053-2a91aa0a9f5e", + "8b841985-3db5-45a0-9bc3-a3dbd6e8762b", + "9378edcc-bcbb-4551-ba65-1908ac688c8e", + "9753c441-7c27-7c5b-e053-2a95a90a482e", + "98fb021f-e42f-ccc7-e053-2a95a90a8f51", + "9bdff9a7-1ee7-4ee5-86f2-d30addd7530b", + "a019fa1c-7d2f-47cb-a5bc-986bef2fe025", + "d8a10c7b-ced0-457a-b793-80116cd965de", + "e7eabe17-263b-4484-84dd-753fe912de30", + "0692a78a-76d8-4fab-bd97-1d286a91715f", + "0a2e6498-1d9d-4334-b039-ae3383df4106", + "6ee3107c-6cd3-4171-aef7-a7ac033ab3b1", + "7084eeff-f327-490c-be27-18c8d52c609a", + "7c13af2a-5c6e-42ea-a0f8-ab23e62844cc", + "7d8d2c75-1769-1215-e053-2a91aa0a3f7d", + "81f29789-f797-1e64-e053-2a91aa0ac85e", + "82baf417-8417-4df8-89d3-9d9f0e6382f2", + "84766b3b-915e-b604-e053-2a91aa0a672c", + "84f1c5b0-2d76-394f-e053-2a91aa0aaf1f", + "8fbbcf80-ffc8-4bec-91b1-8ca65a0b55d4", + "b12bc161-d250-7215-e053-2995a90a4c09", + "b192ed5e-f641-7b31-e053-2a95a90a0dde", + "cdc128a2-eaf6-4309-99e1-69744b770c51", + "58176f72-1838-4bab-9b96-2a05368d4d7a", + "5a7680f1-4e4f-4482-9b39-72cb028ffb7c", + "6bcbb839-1489-3b3f-e053-2991aa0aecfd", + "81f69f1e-d11e-3cb1-e053-2a91aa0a3079", + "82323e89-e9fc-ed75-e053-2a91aa0a2610", + "847822b9-a979-1dc7-e053-2991aa0a256a", + "873142b9-7a40-49df-8ae7-2eb309ebbd88", + "87e97409-cdd9-4b35-ab7a-d1c5f6f1d2e1", + "8fe7827e-f28b-454c-ac0b-3ece3966f301", + "972755ee-f07f-485c-ba34-8e601f468512", + "97d49ca6-3d70-4a84-8a8b-38a8bc3463c5", + "9db62731-bcb1-4793-ae12-9d2359514e4e", + "a207ab81-e0ab-4d05-92f8-c796c722dad6", + "a577c881-9583-371e-e053-2a95a90a77db", + "b54cea1e-2c36-455b-b1a2-a5472d873726", + "b7f420fa-41e1-4f06-a1df-9ebf40cb7ba2", + "c58f9948-3cda-483f-b00e-88f737f6d5fa", + "c75bd7d5-fb17-4072-885d-0915e1282de5", + "d41dee2b-8191-a5ec-6ca8-5b8edd7e3009", + "e07724d2-7e5c-4f40-b7ab-431dbbf7c68c", + "fd0c6975-617c-4eb6-a19b-930d8ab830b3", + "0b776546-e469-41cd-b9d6-d9f6b9e69890", + "0de4fe56-80c8-06be-da02-b145e0a5dbf2", + "4a8fd7eb-2eef-4aaf-924c-e638c5d2b996", + "5baca5cc-47a4-4a01-bf1f-7ebc5e225326", + "61e41c3f-b764-4b3d-e053-2991aa0a3248", + "66767af9-a49d-4441-b7ad-a2632aa5604c", + "8349a34e-ac6d-79c3-e053-2a91aa0a857a", + "83fa1790-58f5-1d30-e053-2991aa0a33da", + "857dae8d-ffeb-19fd-e053-2a91aa0a8dcf", + "8b6ffb70-7360-41de-81fc-6b560b2c669c", + "97f7d405-0168-28c4-e053-2995a90ab648", + "9af2a134-4883-5acd-e053-2995a90a0290", + "cb44ef89-2f1c-4b30-b590-97fca973b0b4", + "d0192071-b8f0-4808-812f-9a9333669dda", + "e704a9d2-9813-403c-9fde-a1a7510068b8", + "2e9baf05-c0d3-4361-82c3-e18a5bca8cd1", + "43ce90dd-665b-486a-8241-dfbdbfd33885", + "7bbfb226-20f6-6d24-e053-2991aa0a71ca", + "7df3b26c-372d-e74d-e053-2991aa0a8046", + "809e313f-660e-4c19-e053-2a91aa0a38e6", + "86437098-8de3-27be-e053-2a91aa0a37ce", + "8876ba53-566c-77d0-e053-2995a90a1cd5", + "88b00c55-4200-4041-aabc-11fd431376ef", + "924d0ba9-8105-4434-aff9-e798b9541ee2", + "a5bcde43-c0e8-4db8-bd4f-6f3af00b9b17", + "b6a9ffeb-9818-46ed-bd8e-53316c5ab149", + "c7d32bbc-4493-48ef-b935-96cc60689a41", + "d27cd9c4-7ca2-4d05-96f5-1cc2628b073c", + "e8421417-f5b3-4e90-9ca9-0e78a86f7578", + "09714688-cb16-416b-b230-6e6499112937", + "0a436386-0a73-4b49-b234-60dd752a6a0a", + "1951ddf8-0a94-4678-8ade-198fe356703a", + "2c87c66c-2511-1fa6-e054-00144ff88e88", + "3101d4c6-109c-4720-96bd-988357d7de66", + "3fe24abb-9bcc-45fa-aab1-38aca6f0bcd9", + "59765eb8-b22d-4514-b208-058b18727fc5", + "60399781-bcf4-4675-afb9-6d8b2670efa0", + "7f44d54e-4396-41a6-ae1f-c06efdaab1e5", + "7feea917-aa02-4c44-8099-8c49300c9b77", + "812f51dc-540a-4a19-b75e-0d54d378ca6f", + "81688c18-dd87-4d96-e053-2991aa0a3edc", + "afff7cb0-87fb-d620-e053-2995a90a476a", + "b4cce863-c789-327f-e053-2995a90a42be", + "c4a9e7a8-3a7d-4aa0-acaf-bb528ca7116a", + "f7483c87-439b-4fe2-872e-ebb2b0d5cdbc", + "007530ff-787e-4f37-bc9c-23193d006708", + "26d2dd87-30e2-4859-8b4b-b8848184f835", + "2dde8f8b-8b4f-490e-ac52-5b47f91299ce", + "3a4116ed-870c-451a-98d5-74c83aeea2ab", + "6129499c-bdb1-48bd-91d9-77fb20736212", + "704755e8-239d-18d6-e053-2991aa0ab7d2", + "78b4bb26-f66a-4f5a-801b-d42637ff294b", + "86bf0079-b033-7781-e053-2991aa0a6bf2", + "86d4e430-05e2-ab50-e053-2a91aa0a5d5e", + "8b24c114-1f66-cd5f-e053-2a95a90a04d7", + "8fb1642b-da79-43a5-a458-e118b560512c", + "97cc950c-ea97-c25b-e053-2995a90a16c6", + "c50d1cd7-ae41-fe32-e053-2995a90a87ce", + "347f107c-b1a9-4dda-9087-6d242f2e18f0", + "795ee0e6-bf61-0b79-e053-2a91aa0a4f67", + "79b3a2f5-db50-4c48-a5c9-3e4ccc92ae9e", + "985fb6bc-3f1e-41ac-a3ae-5fe1d6251a71", + "9f9cb81e-1f28-4091-8a69-17eb6a3bc1c3", + "aae8e8ff-f579-462e-bbb7-7d710313890c", + "ad0ecc0f-f504-4409-942d-ac8b5988e4c6", + "aded3096-0b98-40e7-bca6-837b0091e98d", + "bd23d80b-7ca3-4cf6-bd90-6b6ec7a1bbf9", + "c2599f9d-8b6e-4fc6-b257-550782960239", + "e2363d79-3c6d-479d-9e3a-ff61b8bec029", + "e4230114-fd39-4581-8187-62596b603f28", + "e45865b3-d888-401d-8fc9-e9272b4f79c2", + "e88af3f0-5bf6-4d5f-abfb-4ab75fed03d8", + "f20f0ce5-e09e-48c5-8c6e-8e9563f3ce6d", + "f8634c09-dad0-4399-a965-3c41c1c24e44", + "214cfc23-c637-43bd-8ce9-b859399c9028", + "44bb288e-d2d5-4d2e-80ec-b0f5f80ba4c6", + "6adfa678-450f-4f24-b874-78f4e75ca1db", + "78220cf7-50ca-4c79-9067-9d399f191853", + "81f3cb44-b7ab-39f2-e053-2a91aa0a21d9", + "81f3dd08-5287-18ea-e053-2a91aa0a85f1", + "822ff158-6028-01f2-e053-2a91aa0a8eab", + "83d89fcc-0fb0-26e9-e053-2991aa0aece8", + "a2dddc71-9206-b5f2-e053-2a95a90a26c2", + "ae2013c3-a153-4eb3-9168-01d0b5df7ad0", + "b2210399-35ec-4c29-a551-4b0e62a60408", + "d7acff02-d828-4fe5-9208-86e865dfee17", + "dfb32554-2969-4ec4-9fe0-64307ad5c415", + "f37b377a-9d6d-46f6-9129-6ec61a71f9d9", + "2264fffc-ddcb-4f5b-97ca-52b805a2dbd1", + "23eabc18-eded-466a-9524-6d0f0e483157", + "2417965c-31f1-4448-828a-679c0e59b758", + "5044c704-3859-4051-9a63-eebef750ea34", + "534827f9-e8dd-4909-956e-6313b6c916a8", + "5c319c6e-c089-49ec-9470-2126d2a99962", + "7df408d5-10cf-d75f-e053-2991aa0a1a6f", + "84649a92-90f6-3862-e053-2991aa0a4287", + "8bb24bac-2a86-ca63-e053-2a95a90a4158", + "97cc75e1-0555-c233-e053-2995a90a6b1a", + "cca09fe2-3b75-41f2-9f50-86d48ffa1c56", + "dc387df5-6615-43e4-9e13-0c22953a0084", + "f98c83fe-37cd-4916-bdbc-74c76b9a12d3", + "2b49d5f8-c46a-48b6-a6a2-3fd05c5fe319", + "53dcc8f2-fd82-45f6-9f27-70379a4599a0", + "58ca942f-16ba-49fe-a1aa-d62dddeaca6b", + "7ba88732-8bb7-f4f5-e053-2991aa0a1fb6", + "7cd8a34e-177d-4f91-e053-2991aa0a5b88", + "7f6d9c9d-9063-695b-e053-2a91aa0af650", + "83487ec6-9cd9-cd22-e053-2a91aa0a1c14", + "8397269b-ff6c-d97d-e053-2991aa0aa7f4", + "93f542ea-2139-44ec-a8cc-70d1413f3044", + "97ccccd8-4da5-f521-e053-2a95a90a0faf", + "9af03e06-8add-2b72-e053-2995a90ab829", + "b145ba7a-7818-4f80-b203-bb0973a64174", + "c7afb137-c4c2-43b7-abc8-750f1e1e6bb6", + "d1611049-b17e-4031-acc5-05429d28a4e5", + "06bd1b09-21f1-6e1e-e054-00144ff8d46c", + "1df23fda-373d-4a95-ada6-2f634229cdcd", + "34464007-7880-454a-9f8f-b9fb5621c47b", + "7a4aa7ab-08a4-4e93-90d7-5329b0e1a61b", + "81a85332-d8a1-6371-e053-2991aa0aaa8b", + "81df78a3-d8da-bccc-e053-2a91aa0a8736", + "82316046-e3e0-7b8d-e053-2a91aa0aa69b", + "8642e0bc-184c-0c8d-e053-2a91aa0a4733", + "958c5a56-51aa-4d04-a29c-e69b12f26a28", + "b987aa29-71ce-4062-be6c-9400a42751fa", + "bfa5cfec-8c74-4979-83c1-dc3cc1e05007", + "cbb96c08-7ebc-2f30-cb54-73916fdb87d7", + "e22127b4-c9d9-458e-b196-4b000b89d781", + "f47d15a8-f534-4ef2-bc3d-26a05d541220", + "0eb84d52-3de3-4b75-945f-c55ed15eacce", + "23ea9464-b667-4114-90c8-418d75edd2e6", + "4d74a687-a45d-476c-a61f-768bec753fb9", + "60de032e-6757-74c6-e053-2a91aa0a84cb", + "7b552d38-2338-415b-9d7f-ca6cc1b25aeb", + "83e5c005-5811-69d9-e053-2991aa0af80a", + "84875462-5e88-731f-e053-2991aa0a5366", + "96c97c3c-83e1-023b-e053-2995a90abe8a", + "9aa0b01e-8fe3-904c-e053-2a95a90a20c1", + "a7e6f9c2-7fb3-41bb-ac43-51b2268fbae3", + "c627c7c7-7a20-4413-bcb8-179fcfa2f2f0", + "f0aa6273-41b3-4b9d-856a-8ad4fd1629b2", + "24a6fdbe-2877-4297-a847-9534daf1c47f", + "2d9a54b2-842e-4e8c-8b90-d585418bb5c3", + "499fb116-1d42-4437-81bc-7ab355c94728", + "4d15710c-3474-4580-893d-3d7f89c4a4ec", + "60de398b-c259-5a8f-e053-2a91aa0aaa99", + "8231f5b4-291e-9113-e053-2a91aa0ade4e", + "866ca161-703f-4aa3-e053-2a91aa0a0902", + "8775b618-b151-807a-e053-2a95a90ae82d", + "8d86f28c-3bab-4728-ad92-e8e9f779f386", + "9af1d03b-a4b2-2b9c-e053-2a95a90a3f31", + "9cf7d65e-a69f-325e-f93a-d8c87d28173a", + "ace2bf0c-c000-4e93-955a-c0dabbf0b3f6", + "dc8d38dc-06de-4434-9f9c-8d7e76f815db", + "eed9ed38-3eba-4aac-b2e8-fbfaa4549dba", + "10a15b12-0e78-4fa7-a9d7-c9edcd4fa98b", + "27108fae-f84e-4d0f-836a-cdc23a58e470", + "286ce749-7d04-421f-9a4f-7de385da2902", + "34a09530-156d-460f-9741-187a55741661", + "3651fa7f-a8ca-452c-8758-4480dee01cee", + "3fe9967e-14c9-dcdc-7ca0-15b93341c843", + "5f37c1f2-101f-4acb-bb64-5f64b9fd4748", + "71e087d2-b148-444d-b2d7-09a4cd3d228f", + "7acaaa54-3e1d-6ef3-e053-2a91aa0a384f", + "7b0b3b9f-4c2d-5bb2-e053-2991aa0aca0b", + "7c0d983f-f2e2-31f3-e053-2991aa0afb58", + "7c74a7c7-b7e5-1abe-e053-2991aa0af251", + "822e90b9-8612-b370-e053-2a91aa0a7a74", + "8798435b-295a-4018-97b9-3cd5b2c1eaaa", + "8eae8423-fe05-46e1-9db9-d18d721bffde", + "9aefc914-6bed-6f56-e053-2995a90a846a", + "9d43ae89-9935-4297-865c-92d5c28e4cdd", + "aefa04b2-fce7-4ec1-bcb6-6cb76c32619b", + "b6d73205-9570-78b7-e053-2a95a90a6751", + "c1c4a200-990f-ac7c-e053-2a95a90abcbf", + "d9fa4170-13e3-4807-a537-c9967fcfe715", + "0379d051-200f-4254-ac1e-090b1e31be81", + "125a46cb-50d6-458e-993c-e051cb07639e", + "13a71d73-62ab-41fc-9d90-4870b6ebf306", + "2d8b3ad7-19fd-4dce-a1de-991840e4277a", + "39d41dbb-c44c-4ef8-9de6-a4f36648f0cb", + "419da675-863a-4842-a7d9-964d187506cd", + "424d18bd-bf3b-4556-b50a-71afe597d7e8", + "469e1310-0fa3-4481-a1be-cd8889c4abc1", + "4a1cddbc-27f1-4a7c-b2de-5158bddf3efd", + "571a0c51-076f-48a2-835c-b3ee9c7c98ed", + "612ee482-2236-4641-b782-649f4969a90d", + "7bc1ab69-bd0e-6db0-e053-2a91aa0a4c0e", + "7cb637af-228a-452e-ae7e-f627902be10a", + "7eb769f7-f814-2961-e053-2a91aa0adc2c", + "8175ae28-7159-b267-e053-2a91aa0a7021", + "93ddb66b-6d01-46ad-b14b-045b0f6193bb", + "98da9855-7ae9-425b-b188-4e98a7506285", + "a44d64f8-65a2-d9b5-e053-2995a90a146d", + "c4252954-1f45-4b02-a8ee-b8d0f195725a", + "c7da4434-c828-4ad9-8151-7e34b05c871f", + "e7dc2a5d-8d11-43c9-9009-5c54441707de", + "ebbc0f8e-a993-4732-a750-8d35e27253b3", + "3fb0be71-7e7f-4b53-8dc2-2168486cc3a1", + "6f57cec9-9132-4ba4-a033-538c3a39ff9c", + "7c0c0c14-5d84-4888-e053-2991aa0acafc", + "7c0efdbf-f1f2-feac-e053-2a91aa0adc27", + "81f57715-8f3c-c461-e053-2991aa0a0dad", + "81f5b6fc-b2e3-4644-e053-2a91aa0a06f8", + "84789057-fd5e-5a6f-e053-2a91aa0a80de", + "941bef8d-ace4-438a-9cd5-b56fd5f5e214", + "a2284ef4-8991-5875-e053-2995a90a4465", + "ab6349b2-682d-4a4f-90cb-31dff90fea85", + "b73d6a3c-6938-1673-e053-2995a90ab29b", + "b8f6fe40-c925-45f5-e053-2a95a90a86bc", + "ff01bbfe-5da2-427b-9ea9-61301b328d52", + "0a645c0e-2660-4165-9761-48453dec51df", + "64602818-205a-4586-a39c-aaaa8961f7fd", + "7cac76fc-9054-14a6-e053-2a91aa0aad14", + "97542e76-4122-4754-e053-2995a90a2f4f", + "a7942534-4370-702c-e053-2995a90a5c3d", + "bb1750f3-f023-af1e-e053-2a95a90a130f", + "bbf2f00b-fb92-7f3b-e053-2995a90a4e8b", + "e4470b77-8fa1-4317-8bd5-48bc7f42f3e1", + "197cc09a-7f00-4632-9cbb-52a61cd3e47d", + "1bef0b93-2ed9-4c8c-b089-f9c02af0c1e5", + "25ef3128-6b28-3c20-e054-00144ff8d46c", + "287f2a22-daea-4d64-80a7-2f825852c6a7", + "55373dd8-3a52-439d-b4f0-649b237f57e8", + "7cae1c45-4c32-1251-e053-2a91aa0af3c7", + "7cd44342-88e5-fe89-e053-2a91aa0a13a3", + "7eb7e02a-a982-13c7-e053-2991aa0a1e26", + "80c05bc5-4918-4998-b5eb-4ca8b59bf716", + "81a48641-280f-7ee0-e053-2991aa0afbf9", + "81b47e3d-1bfe-1174-e053-2a91aa0a6110", + "83eb87fc-e92f-6d53-e053-2a91aa0a0b32", + "857adf7f-fc6f-4da8-e053-2a91aa0a8dc4", + "9a3fbd92-ccad-4d2a-af12-10aaa4855440", + "9af33c02-3ae7-29ae-e053-2a95a90ae547", + "d61d41db-3f0b-46cd-bb59-e54e6991fe0c", + "d82a4713-1f51-45fc-bce1-d92939a940b2", + "228e67fc-8cfe-1571-e054-00144ff8d46c", + "265e287a-1dca-4f5b-98db-c98be97bc811", + "34bb46f7-4bf8-48fe-bc33-a7ac4ed69380", + "38270a1a-43ae-4353-a523-d56dc8ee7e8e", + "4d3ac73f-4970-4b7d-abfc-96844198525b", + "5caefa62-a97c-4820-a23d-b853485ea7df", + "7b316f95-e3a1-43aa-e053-2991aa0a8484", + "7e56880c-50bc-e2c1-e053-2a91aa0ab6ef", + "8381a6a9-c609-685c-e053-2a91aa0adbc8", + "83a36080-4668-45df-b488-37affaeb7986", + "8486fc2f-5451-4380-e053-2a91aa0ad3ea", + "865454e8-ea25-4b6d-85c6-9db055eb3116", + "9730c0bd-f01b-4417-b617-4ba2b59f450f", + "bb0d9cf1-4229-4d10-91cd-16a71c8af704", + "dfcc57ba-4b9f-458c-9b8a-7ab4f3e68eb2", + "f315fc0e-aa1e-4ef4-8feb-bbc3506cec2d", + "f7a942ff-253a-4024-969d-c8a80bca581e", + "fd99ef4b-8a77-455d-b2a6-9a0d19a7b1fe", + "7bba9f12-673b-39d2-e053-2991aa0acf00", + "84752e57-4311-119f-e053-2991aa0ab813", + "9a120f9e-cf10-6f26-e053-2995a90a5807", + "a2df9855-12ac-018c-e053-2a95a90a4b7c", + "b9434c7c-d4e6-41da-96f6-22c04d7d7adc", + "ddad7b27-f785-42a6-b060-695a903aecd0", + "eb2c5ffe-b56f-7673-7636-380c84f943d6", + "ee0e30ff-bbda-42a3-ac20-d14dc52788c8", + "25fff096-b39c-24db-e054-00144ff8d46c", + "27d5795d-8324-476c-a0c3-845e7f73d6ab", + "7d765d86-7243-223c-e053-2a91aa0a23cc", + "87388b8c-daa3-3fbb-e053-2a91aa0a3e9b", + "8739840b-a3e6-8524-e053-2a91aa0a8e79", + "8bdcdc93-f877-421a-8f64-231cca74a1e2", + "94540cd6-3795-ac60-e053-2995a90afcbd", + "b8da5aba-818c-4312-8579-f24ba5f65d7f", + "beaf65dd-337d-4696-87c7-3237c7eec8fe", + "d8b207bc-1d26-4367-bcd6-f889cc692e37", + "e1e95608-832c-4b13-81d3-bd4b7e6b2073", + "ec05b692-f4f8-40e6-bccb-85f37f2aed98", + "18a03db0-1ffd-4536-99a1-12e1cdd00b7c", + "239f2e15-2803-490c-bbf0-ce3c15a63705", + "4f602c2e-31f0-4cbb-a61b-f414328a115c", + "535a7c7c-fd61-4dd4-b82f-afe7d33fb5d7", + "55c8ac5c-c57a-438b-886f-42d4817a7208", + "78832d48-c6ed-28ec-e053-2a91aa0a83ee", + "79f132f8-e8cd-7f77-e053-2991aa0aeeb4", + "822e12eb-63c5-f49f-e053-2a91aa0a51aa", + "8631e5a1-7f72-ac6f-e053-2991aa0a0764", + "869262e3-0983-5485-e053-2a91aa0afe21", + "86a86f8b-6555-7b0f-e053-2991aa0a298a", + "8b35eae9-5a55-1566-e053-2995a90aaba5", + "9a782395-c412-3f96-e053-2995a90ac664", + "a48b258f-cc6b-4151-9cd7-4fde2ec4ebae", + "d87e6283-9639-42ae-acba-9d000086b466", + "eec2b17b-4ee5-614d-d055-2ed4aaff3357" + ], + "package_ndc": [ + "51319-072-01", + "51319-072-02", + "51319-072-03", + "51319-072-04", + "51319-072-05", + "51319-072-06", + "51319-073-01", + "51319-073-02", + "51319-073-03", + "51319-073-04", + "51319-073-05", + "51319-073-06", + "51319-073-07", + "51319-073-08", + "51319-073-09", + "51319-073-10", + "51319-073-11", + "51319-073-12", + "51319-073-13", + "60941-001-01", + "60941-001-02", + "60941-001-03", + "62045-4333-2", + "62045-4333-1", + "62045-4333-0", + "62045-4333-3", + "17575-001-01", + "17575-001-02", + "17575-001-03", + "17575-001-04", + "17575-001-05", + "17575-001-06", + "17575-001-07", + "17575-001-08", + "17575-001-09", + "17575-001-10", + "17575-001-11", + "17575-001-12", + "17575-001-13", + "17575-001-14", + "19979-000-65", + "19979-000-16", + "19979-000-85", + "19979-000-99", + "23650-001-01", + "23650-001-02", + "23650-001-03", + "23650-001-04", + "23650-001-05", + "23650-001-06", + "23650-001-07", + "23650-001-08", + "23650-001-09", + "23650-001-10", + "23650-001-11", + "23650-001-12", + "23650-001-13", + "23650-001-14", + "23650-001-15", + "23650-001-16", + "23650-001-17", + "23650-001-18", + "51194-123-01", + "51194-123-02", + "51194-123-03", + "51194-123-04", + "51194-123-05", + "51194-123-06", + "51194-123-07", + "51194-123-08", + "51194-123-09", + "51194-123-10", + "51194-123-11", + "51194-123-12", + "51194-123-13", + "20175-072-01", + "20175-072-02", + "20175-072-03", + "20175-072-04", + "20175-072-05", + "20175-072-06", + "20175-072-07", + "20175-072-08", + "20175-072-09", + "20175-072-10", + "20175-072-11", + "20175-072-12", + "20175-072-13", + "20175-072-14", + "20175-072-15", + "20175-072-16", + "20175-072-17", + "11324-001-01", + "11324-001-02", + "11324-001-03", + "11324-001-04", + "11324-001-05", + "11324-001-06", + "11324-001-07", + "11324-001-08", + "11324-001-09", + "11324-001-10", + "11324-001-11", + "11324-001-12", + "11324-001-13", + "24887-001-01", + "24887-001-02", + "24887-001-03", + "24887-001-04", + "24887-001-05", + "63961-100-16", + "63961-100-18", + "63961-100-17", + "63961-100-11", + "63961-100-12", + "63961-100-13", + "63961-100-14", + "63961-100-19", + "63961-100-15", + "48546-0001-1", + "48546-0001-2", + "48546-0001-3", + "48546-0001-4", + "48546-0001-5", + "48546-0001-6", + "48546-0001-7", + "48546-0001-8", + "48546-0001-9", + "48546-0002-1", + "48546-0002-2", + "48546-0002-3", + "21221-002-01", + "21221-002-02", + "21221-002-03", + "21221-002-04", + "51012-001-01", + "51012-001-02", + "51012-001-03", + "51012-001-04", + "51012-001-05", + "51012-001-06", + "51012-001-07", + "51012-001-08", + "51012-001-09", + "51012-001-10", + "51012-001-11", + "62371-1234-1", + "62371-1234-2", + "62371-1234-3", + "62371-1234-4", + "62371-1234-5", + "59924-001-01", + "59924-001-02", + "59924-001-03", + "59924-001-04", + "59924-001-05", + "59924-001-06", + "59924-001-07", + "59924-001-08", + "59924-001-09", + "76056-001-03", + "76056-001-05", + "19218-0001-1", + "19218-0009-9", + "19218-0003-3", + "19218-0002-2", + "19218-0004-4", + "19218-0005-5", + "19218-0006-6", + "19218-0007-7", + "19218-0008-8", + "62638-001-04", + "62638-001-05", + "62638-001-06", + "62638-001-03", + "62638-001-07", + "62638-001-01", + "62638-001-02", + "54144-001-01", + "54144-001-02", + "54144-001-03", + "54144-001-04", + "72457-003-01", + "72457-003-02", + "51475-001-02", + "51475-001-01", + "51475-001-03", + "51475-001-04", + "51475-001-05", + "51475-001-06", + "51475-001-07", + "53952-001-01", + "53952-001-02", + "53952-001-03", + "64319-001-01", + "64319-001-02", + "64319-001-03", + "64319-001-04", + "64319-001-05", + "64319-001-06", + "64319-001-07", + "64319-001-08", + "64319-001-09", + "64319-001-10", + "64319-001-11", + "64319-001-12", + "64319-001-13", + "64319-001-14", + "64319-001-15", + "64319-001-16", + "64319-001-17", + "64319-001-18", + "72995-001-01", + "72995-001-02", + "72995-001-03", + "53440-001-01", + "53440-001-02", + "53440-001-03", + "53440-001-04", + "53440-001-05", + "53440-001-06", + "53440-001-07", + "53440-001-08", + "53440-001-09", + "53440-001-10", + "53440-001-11", + "53440-001-12", + "53440-001-13", + "53440-001-14", + "53440-001-15", + "58700-001-01", + "58700-001-02", + "58700-001-03", + "58700-001-05", + "58700-001-06", + "58700-001-07", + "58700-001-08", + "58700-001-04", + "58700-001-09", + "58700-001-10", + "58700-001-11", + "11748-010-01", + "11748-010-02", + "11748-010-03", + "11748-010-04", + "11748-010-05", + "11748-010-06", + "11748-010-07", + "11748-010-08", + "11748-010-09", + "11748-010-10", + "11748-010-11", + "11748-010-12", + "11748-010-13", + "10167-100-01", + "10167-100-02", + "10167-100-03", + "10167-100-04", + "10167-100-05", + "10167-100-06", + "10167-100-07", + "10167-100-08", + "10167-100-09", + "10167-100-10", + "10167-100-11", + "10167-100-12", + "10167-100-13", + "10167-100-14", + "10167-100-15", + "58755-0001-1", + "58755-0001-2", + "58755-0001-3", + "58755-0001-5", + "58755-0001-6", + "58755-0001-7", + "58755-0001-8", + "58755-0001-0", + "20479-0682-1", + "20479-0682-2", + "20479-0682-3", + "61776-0001-1", + "61776-0001-2", + "61776-0001-3", + "65119-345-10", + "65119-345-11", + "65119-345-12", + "65119-345-13", + "65119-345-14", + "65119-345-15", + "65119-345-16", + "65119-345-17", + "65119-345-18", + "65119-345-19", + "65119-345-20", + "65119-345-21", + "60615-0001-1", + "60615-0001-2", + "60615-0001-3", + "60615-0001-4", + "60546-001-02", + "60546-001-03", + "60546-001-04", + "60546-001-01", + "60546-001-05", + "60546-001-06", + "60546-001-07", + "60546-001-08", + "59534-001-01", + "59534-001-02", + "59534-001-03", + "59534-001-04", + "59534-001-05", + "59534-001-06", + "59534-001-07", + "59534-001-08", + "59534-001-09", + "59534-001-10", + "59534-001-11", + "59534-001-12", + "59534-001-13", + "58049-123-01", + "58049-123-02", + "58049-123-03", + "10942-2005-1", + "10942-2005-2", + "10942-2005-3", + "10942-2005-4", + "10942-2005-5", + "10942-2005-6", + "10942-2005-7", + "10942-2005-8", + "10942-2005-9", + "34940-004-01", + "34940-004-02", + "34940-004-03", + "34940-004-04", + "34940-004-05", + "34940-004-06", + "34940-004-07", + "34940-004-08", + "54202-001-01", + "54202-001-02", + "54202-001-03", + "54202-001-04", + "54202-001-05", + "46123-001-01", + "46123-001-02", + "46123-001-03", + "46123-001-04", + "46123-001-05", + "46123-001-06", + "46123-001-07", + "46123-001-08", + "46123-001-09", + "46123-001-10", + "46123-001-11", + "46123-001-12", + "46123-001-13", + "46123-001-14", + "46123-001-15", + "49204-001-01", + "49204-001-02", + "49204-001-03", + "49204-001-04", + "49204-001-05", + "49204-001-06", + "49204-001-07", + "49204-001-08", + "49204-001-09", + "49204-001-10", + "49204-001-11", + "49204-001-12", + "49204-001-13", + "49204-001-14", + "49204-001-15", + "49204-001-16", + "49204-001-17", + "49204-001-18", + "64922-233-01", + "64922-233-02", + "64922-233-03", + "64922-233-04", + "64922-233-05", + "64922-233-06", + "64922-233-08", + "64922-233-09", + "64922-233-10", + "64922-233-11", + "64169-001-01", + "64169-001-02", + "64169-001-03", + "64169-001-04", + "64169-001-05", + "64169-001-06", + "64169-001-07", + "64169-001-08", + "64169-001-09", + "64169-001-10", + "64169-001-11", + "64169-001-12", + "64169-001-13", + "64169-001-14", + "64169-001-15", + "64169-001-16", + "64169-001-17", + "64169-001-18", + "64169-001-20", + "64169-001-19", + "64169-001-21", + "64169-001-22", + "64169-001-23", + "64169-001-24", + "64169-001-25", + "64169-001-26", + "64169-001-27", + "64169-001-28", + "64169-001-29", + "64477-001-01", + "64477-001-02", + "64477-001-03", + "64477-001-04", + "10018-8999-1", + "64944-0001-2", + "64944-0001-1", + "64944-0001-3", + "64944-0001-4", + "64944-0001-5", + "64944-0001-6", + "64944-0001-7", + "55322-0001-1", + "55322-0001-2", + "55322-0001-3", + "55322-0001-4", + "55322-0001-5", + "55322-0001-6", + "49944-001-01", + "49944-001-02", + "49944-001-03", + "49944-001-04", + "49944-001-05", + "49944-001-06", + "49944-001-07", + "49944-001-08", + "49944-010-01", + "49944-010-02", + "49944-010-03", + "49944-010-04", + "49944-010-05", + "50101-0001-5", + "50101-0001-2", + "50101-0001-3", + "50101-0001-4", + "34037-001-01", + "34037-001-02", + "34037-001-03", + "34037-001-04", + "62715-0001-3", + "62715-0001-4", + "62715-0001-2", + "75828-001-01", + "75828-001-02", + "75828-001-03", + "75828-001-04", + "75828-001-05", + "75828-001-06", + "75828-001-07", + "75828-001-08", + "75828-001-09", + "75828-001-10", + "75828-001-11", + "75828-001-12", + "67899-001-01", + "67899-001-02", + "67899-001-03", + "67899-001-04", + "67899-001-05", + "61398-0828-5", + "61398-0828-6", + "61398-0828-7", + "61398-0828-8", + "61398-0828-9", + "61398-0828-0", + "60980-002-01", + "60980-002-02", + "60980-002-03", + "60980-002-04", + "60980-002-05", + "60980-002-06", + "60980-002-07", + "60980-002-08", + "60980-002-09", + "60980-002-10", + "61903-001-01", + "61903-001-02", + "61903-001-03", + "61903-001-04", + "61903-001-05", + "61903-001-06", + "61903-001-07", + "61903-001-08", + "61903-001-09", + "5575-0001-01", + "5575-0001-02", + "5575-0001-03", + "5575-0001-04", + "70624-001-04", + "70624-001-03", + "70624-001-01", + "70624-001-02", + "50693-276-01", + "50693-276-02", + "50693-276-03", + "50693-276-04", + "50693-276-05", + "50693-276-06", + "50693-276-07", + "54247-001-01", + "54247-001-02", + "58404-001-01", + "58404-001-02", + "58404-001-03", + "58404-001-04", + "58404-001-05", + "58404-001-06", + "58404-001-07", + "58404-001-08", + "58404-001-09", + "58404-001-10", + "58404-001-11", + "58404-001-12", + "58404-001-13", + "53622-001-01", + "53622-001-02", + "53622-001-03", + "53622-001-04", + "53622-001-05", + "59522-001-03", + "59522-001-02", + "59522-001-01", + "63144-001-01", + "63144-001-02", + "63144-001-03", + "63144-001-04", + "63144-001-05", + "63144-001-06", + "63144-001-07", + "63144-001-08", + "67480-001-03", + "67480-001-02", + "67480-001-01", + "73012-001-01", + "73012-001-02", + "21624-001-11", + "21624-001-12", + "21624-001-13", + "21624-001-14", + "21624-001-15", + "21624-001-16", + "21624-001-17", + "21624-001-18", + "21624-001-19", + "21624-001-20", + "21624-001-21", + "21624-001-22", + "21624-001-23", + "21624-001-24", + "21624-001-25", + "21624-001-26", + "21624-001-27", + "21624-001-28", + "21624-001-29", + "11056-001-01", + "11056-001-02", + "11056-001-03", + "11056-001-04", + "11056-001-05", + "11056-001-06", + "11056-001-07", + "11056-001-08", + "11056-001-09", + "11056-001-10", + "11056-001-11", + "11056-001-12", + "11056-001-13", + "49221-0030-1", + "49221-0030-2", + "49221-0030-3", + "49221-0030-4", + "49121-001-01", + "49121-001-02", + "49121-001-03", + "49121-001-04", + "61330-123-01", + "61330-123-05", + "61330-123-06", + "61330-123-08", + "61330-123-09", + "53452-001-01", + "53452-001-02", + "53452-001-03", + "53452-001-04", + "53452-001-05", + "53452-001-06", + "53452-001-07", + "53452-001-08", + "53452-001-09", + "53452-001-10", + "53452-001-11", + "72725-123-01", + "72725-123-02", + "72725-123-03", + "72725-123-04", + "72725-123-05", + "72725-123-06", + "42202-123-01", + "42202-123-02", + "42202-123-03", + "54846-001-01", + "54846-001-02", + "54846-001-03", + "72908-001-03", + "72908-001-04", + "11043-001-01", + "11043-001-02", + "11043-001-03", + "11043-001-04", + "11043-001-05", + "11043-001-06", + "11043-001-07", + "11043-001-08", + "10590-0001-1", + "10590-0001-2", + "10590-0001-3", + "10590-0001-4", + "10590-0001-5", + "10590-0001-6", + "10590-0001-7", + "64097-0001-1", + "64097-0001-2", + "64097-0001-3", + "64097-0001-4", + "81700-001-01", + "81700-001-02", + "81700-001-03", + "22557-001-01", + "22557-001-02", + "22557-001-03", + "22557-001-04", + "22557-001-05", + "22557-001-06", + "22557-001-07", + "22557-001-08", + "22557-001-09", + "22557-001-10", + "22557-001-11", + "22557-001-12", + "60560-1072-1", + "60560-1072-2", + "60560-1072-3", + "60560-1072-4", + "60560-1072-5", + "60560-1072-6", + "60560-1072-7", + "60560-1072-8", + "60560-1072-9", + "61362-2150-1", + "61362-2150-2", + "61362-2150-3", + "61362-2150-4", + "60568-123-02", + "60568-123-03", + "60568-123-01", + "60568-123-04", + "70951-123-01", + "70951-123-02", + "70951-123-03", + "70951-123-04", + "49696-622-01", + "49696-622-02", + "49696-622-03", + "49696-622-04", + "49696-632-01", + "73037-001-01", + "73037-001-02", + "62137-001-00", + "62137-001-01", + "62137-001-02", + "72992-001-01", + "72992-001-02", + "72992-001-03", + "72992-001-04", + "49542-001-01", + "49542-001-02", + "49542-001-03", + "70313-001-01", + "70313-001-02", + "70313-001-03", + "70313-001-04", + "67506-001-01", + "67506-001-02", + "67506-001-03", + "67506-001-04", + "67506-001-05", + "67506-001-06", + "67506-001-07", + "48848-001-01", + "48848-001-02", + "48848-001-03", + "48848-001-04", + "48848-001-05", + "48848-001-06", + "48848-001-07", + "48848-001-08", + "48848-001-09", + "55460-001-03", + "55460-001-04", + "55460-001-05", + "55460-001-01", + "55460-001-02", + "63418-0001-1", + "63418-0001-2", + "63418-0001-3", + "59247-001-01", + "81313-001-01", + "81313-001-02", + "81313-001-03", + "81313-001-04", + "81313-001-05", + "81313-001-06", + "81313-001-07", + "81313-001-08", + "81313-001-09", + "81313-001-10", + "81313-001-11", + "81313-001-12", + "81313-001-13", + "81313-001-14", + "81313-001-15", + "81313-001-16", + "81313-001-17", + "81313-001-18", + "81313-001-19", + "75892-001-01", + "75892-001-02", + "75892-001-03", + "75892-001-04", + "75892-001-05", + "52279-001-01", + "52279-001-02", + "52279-001-03", + "52279-001-04", + "52279-001-05", + "52279-001-06", + "52279-001-07", + "52279-001-08", + "52279-001-09", + "52279-001-10", + "52279-001-11", + "52279-001-12", + "52279-001-13", + "52279-001-14", + "52279-001-15", + "52279-001-16", + "52279-001-17", + "52279-001-18", + "52279-001-19", + "52279-001-20", + "52279-001-21", + "52279-001-22", + "52279-001-23", + "52279-001-24", + "52279-001-25", + "52279-001-26", + "14214-0123-6", + "14214-0123-7", + "14214-0123-8", + "14214-0123-1", + "14214-0123-2", + "14214-0123-3", + "14214-0123-4", + "14214-0123-5", + "14214-0123-9", + "10690-001-01", + "10690-001-02", + "10690-001-03", + "10690-001-04", + "10690-001-05", + "10690-001-06", + "10690-001-07", + "10690-001-08", + "10690-001-09", + "10690-001-10", + "10690-001-11", + "10690-001-12", + "10690-001-13", + "10690-001-14", + "10690-001-15", + "10690-001-16", + "48663-0001-1", + "48663-0001-2", + "48663-0001-3", + "48663-0001-4", + "48663-0001-5", + "48663-0001-6", + "65868-001-01", + "65868-001-04", + "65868-001-07", + "65868-001-08", + "65868-001-10", + "45545-001-01", + "45545-001-02", + "45545-001-03", + "45545-001-04", + "45545-001-05", + "62686-001-01", + "62686-001-02", + "62686-001-03", + "62686-001-04", + "62686-001-05", + "62686-001-06", + "62686-001-07", + "62686-001-08", + "72808-001-01", + "72808-001-02", + "72808-001-03", + "72808-001-04", + "72808-001-05", + "72808-001-06", + "72808-001-07", + "72808-001-08", + "72808-001-09", + "72808-001-10", + "72808-001-11", + "72808-001-12", + "55404-001-01", + "55404-001-02", + "55404-001-03", + "55404-001-04", + "55404-001-05", + "55404-001-06", + "55404-001-07", + "55404-001-08", + "55404-001-09", + "55404-001-10", + "55404-001-11", + "55404-001-12", + "55404-001-13", + "55404-001-14", + "55404-001-15", + "55404-001-16", + "55404-001-17", + "55404-001-18", + "55404-001-19", + "55404-001-20", + "59760-001-01", + "59760-001-02", + "59760-001-03", + "59760-001-04", + "59760-001-05", + "67493-0009-1", + "67493-0009-2", + "67493-0009-3", + "67493-0009-4", + "67493-0009-5", + "67493-0009-6", + "67493-0009-7", + "69022-001-01", + "69022-001-02", + "69022-001-03", + "60779-001-01", + "60779-001-02", + "60779-001-03", + "60779-001-04", + "60779-001-05", + "60779-001-06", + "60779-001-07", + "60779-001-08", + "60779-001-09", + "60779-001-10", + "60779-001-11", + "60779-001-12", + "60779-001-13", + "60779-001-14", + "59788-001-10", + "59788-001-11", + "59788-001-12", + "59788-001-13", + "59788-001-14", + "59788-001-15", + "59788-001-16", + "59788-001-17", + "59788-001-18", + "59788-001-19", + "59788-001-20", + "59788-001-21", + "59788-001-22", + "59788-001-23", + "59788-001-24", + "59788-001-25", + "59788-001-26", + "59788-001-27", + "59788-001-28", + "59788-001-29", + "59788-001-30", + "59788-001-31", + "59788-001-32", + "59788-001-33", + "59788-001-34", + "59788-001-35", + "59788-001-36", + "67773-001-02", + "67773-001-05", + "67773-001-07", + "62486-130-01", + "62486-130-02", + "62486-130-03", + "62486-130-04", + "62486-130-05", + "62486-130-06", + "62486-130-07", + "62486-130-08", + "62179-1234-1", + "62179-1234-2", + "62179-1234-3", + "62179-1234-4", + "70097-001-01", + "70097-001-02", + "70097-001-03", + "70097-001-04", + "70097-001-05", + "70097-001-06", + "54706-0001-5", + "54706-0001-1", + "54706-0001-2", + "54706-0001-3", + "54706-0001-4", + "50597-001-01", + "50597-001-02", + "36006-001-02", + "36006-001-03", + "36006-001-01", + "36006-001-04", + "36006-001-05", + "36006-001-06", + "36006-001-07", + "36006-001-08", + "72718-123-02", + "72718-123-03", + "72718-123-01", + "72718-123-04", + "72718-123-05", + "72718-123-06", + "58498-123-01", + "58498-123-02", + "58498-123-03", + "58498-123-04", + "63173-001-01", + "63173-001-05", + "63173-001-02", + "63173-001-03", + "63173-001-04", + "72760-001-01", + "72760-001-02", + "72760-001-03", + "51051-003-01", + "51051-003-02", + "51051-003-03", + "51051-003-04", + "73544-001-01", + "59336-001-01", + "59336-001-02", + "59336-001-03", + "59336-001-04", + "59336-001-05", + "59336-001-06", + "59336-001-07", + "59336-001-08", + "81681-001-01", + "81681-001-02", + "81681-001-03", + "81681-001-04", + "53425-001-01", + "53425-001-02", + "53425-001-03", + "53425-001-04", + "53425-001-05", + "53425-001-06", + "53425-001-07", + "53425-001-08", + "53425-001-09", + "53425-001-10", + "53425-001-11", + "53425-001-12", + "53425-001-13", + "53425-001-14", + "49770-0001-1", + "49770-0001-2", + "49770-0001-3", + "49770-0001-4", + "49770-0001-5", + "49770-0001-6", + "49770-0001-7", + "49770-0001-8", + "74709-001-01", + "67573-0104-7", + "67573-0104-8", + "67573-0104-9", + "42809-0002-1", + "42809-0002-2", + "42809-0002-3", + "42809-0002-4", + "62118-001-00", + "72755-123-01", + "72755-123-02", + "72755-123-04", + "72755-123-05", + "65336-001-01", + "65336-001-02", + "65336-001-04", + "65336-001-03", + "63970-001-05", + "63970-001-01", + "63970-001-02", + "63970-001-03", + "63970-001-04", + "63970-001-06", + "63970-001-07", + "63970-001-08", + "63970-001-09", + "73060-001-01", + "73060-001-02", + "73060-001-03", + "73060-001-04", + "73060-001-06", + "73060-001-07", + "73060-001-08", + "73060-001-09", + "73060-001-10", + "73060-001-11", + "73060-001-12", + "73060-001-13", + "62447-0011-1", + "62447-0011-2", + "62447-0011-3", + "62447-0011-4", + "62447-0011-5", + "62447-0011-6", + "62447-0011-7", + "62447-0011-8", + "62447-0011-9", + "52568-001-01", + "52568-001-02", + "52568-001-03", + "52568-001-04", + "52568-001-05", + "52568-001-06", + "52568-001-07", + "52568-001-08", + "27561-001-01", + "27561-001-02", + "27561-001-03", + "27561-001-04", + "58878-001-03", + "58878-001-04", + "58878-001-05", + "58878-001-06", + "58878-001-07", + "58878-001-08", + "58878-001-09", + "58878-001-01", + "58878-001-02", + "63186-001-01", + "63186-001-02", + "12213-720-59", + "12213-720-62", + "12213-720-13", + "12213-720-53", + "12213-720-58", + "12213-720-43", + "12213-720-44", + "12213-720-15", + "12213-720-45", + "12213-720-46", + "12213-720-63", + "12213-720-50", + "12213-720-37", + "12213-720-17", + "12213-720-12", + "12213-720-16", + "12213-720-10", + "12213-720-67", + "12213-720-47", + "12213-720-48", + "61752-001-03", + "61752-001-01", + "61752-001-02", + "71408-001-01", + "59842-012-14", + "59842-012-05", + "59842-012-06", + "59842-012-07", + "59842-012-08", + "59842-012-09", + "59842-012-10", + "59842-012-13", + "59842-012-02", + "59842-012-04", + "59842-012-12", + "59842-012-15", + "52142-001-01", + "52142-001-02", + "52142-001-03", + "52142-001-04", + "52142-001-05", + "59301-001-01", + "59301-001-02", + "59301-001-03", + "59301-001-04", + "59301-001-06", + "59301-001-07", + "59301-001-08", + "59301-001-09", + "59301-001-10", + "59301-001-11", + "59301-001-12", + "17819-1072-0", + "17819-1072-1", + "17819-1072-2", + "17819-1072-3", + "17819-1072-4", + "17819-1072-5", + "17819-1072-6", + "17819-1072-7", + "17819-1072-8", + "54619-0001-1", + "54619-0001-2", + "54619-0001-7", + "54619-0001-4", + "54619-0001-6", + "64763-099-01", + "64763-099-02", + "64763-099-03", + "67795-033-05", + "67795-033-06", + "67795-033-10", + "67795-033-02", + "67795-033-03", + "67795-033-04", + "67795-033-07", + "67795-033-08", + "67795-033-09", + "67795-033-12", + "67795-033-13", + "67795-033-14", + "67795-033-15", + "67795-033-16", + "67795-033-17", + "67795-033-18", + "67795-033-19", + "67795-033-20", + "67795-033-21", + "67795-033-22", + "29333-0001-2", + "29333-0001-1", + "29333-0001-3", + "67905-0001-1", + "67905-0001-2", + "67905-0001-3", + "67905-0001-4", + "42007-0001-5", + "42007-0001-6", + "42007-0001-7", + "72713-123-02", + "72713-123-03", + "72713-123-01", + "73055-001-03", + "73055-001-01", + "73055-001-02", + "63817-123-01", + "63817-123-02", + "63817-123-03", + "63817-123-04", + "66698-001-02", + "66698-001-01", + "66698-001-03", + "66698-001-04", + "66698-001-05", + "66698-001-06", + "66698-001-07", + "66698-001-08", + "66698-001-09", + "66698-001-10", + "66698-001-11", + "66698-001-12", + "66698-001-13", + "52086-001-01", + "52086-001-02", + "52086-001-03", + "52086-001-04", + "52086-001-05", + "52086-001-07", + "52086-001-06", + "52086-001-08", + "52086-001-09", + "52086-001-10", + "52086-001-11", + "52086-001-12", + "52086-001-13", + "52086-001-14", + "52086-001-15", + "73078-001-02", + "73078-001-03", + "73078-001-01", + "73078-001-04", + "73078-001-05", + "73078-001-06", + "73078-001-07", + "66345-001-01", + "66345-001-02", + "66345-001-03", + "66345-001-04", + "66345-001-05", + "10942-2001-1", + "10942-2001-2", + "59752-0124-1", + "59752-0124-2", + "59752-0124-3", + "59752-0124-4", + "59752-0124-5", + "66961-100-01", + "66961-100-02", + "66961-100-03", + "66961-100-04", + "75930-001-01", + "75930-001-02", + "75930-001-03", + "46362-001-01", + "46362-001-02", + "46362-001-03", + "46362-001-04", + "46362-001-05", + "46362-001-06", + "46362-001-07", + "49799-001-01", + "49799-001-02", + "49799-001-03", + "49799-001-04", + "49799-001-05", + "10451-001-01", + "10451-001-02", + "10451-001-03", + "10451-001-04", + "10451-001-05", + "10451-001-06", + "10451-001-07", + "10451-001-08", + "70323-123-02", + "70323-123-03", + "70323-123-01", + "70323-123-04", + "70323-123-05", + "70323-123-06", + "70323-123-07", + "70323-123-08", + "54832-0001-2", + "54832-0001-3", + "54832-0001-1", + "54832-0001-4", + "54832-0001-5", + "54832-0001-7", + "54832-0001-8", + "54832-0001-0", + "44356-0001-1", + "44356-0001-2", + "44356-0001-3", + "44356-0001-6", + "44356-0001-5", + "62137-002-00", + "62137-002-01", + "62137-002-02", + "62137-002-03", + "62137-002-04", + "62137-002-05", + "62137-002-06", + "50996-001-01", + "50996-001-02", + "50996-001-03", + "50996-001-04", + "50996-001-05", + "65866-001-01", + "65866-001-02", + "65866-001-03", + "65866-001-04", + "65866-001-05", + "65866-001-06", + "72660-001-01", + "72660-001-02", + "72660-001-03", + "72660-001-04", + "72660-001-05", + "72660-001-06", + "72660-001-07", + "72660-001-08", + "72660-001-09", + "72660-001-10", + "72660-001-11", + "72660-001-12", + "72660-001-13", + "72660-001-14", + "72660-001-15", + "72660-001-16", + "72660-001-17", + "72660-001-18", + "72660-001-19", + "57971-001-01", + "57971-001-02", + "57971-001-03", + "57971-001-04", + "57971-001-05", + "76349-001-01", + "76349-001-02", + "76349-001-03", + "76349-001-04", + "76349-001-05", + "76349-001-06", + "76349-001-07", + "76349-001-08", + "76349-001-09", + "76349-001-10", + "76349-001-11", + "76349-001-12", + "76349-001-13", + "65217-0001-2", + "65217-0001-3", + "65217-0001-1", + "53777-001-10", + "53777-001-11", + "53777-001-12", + "53777-001-13", + "53777-001-14", + "53777-001-15", + "53777-001-16", + "53777-001-17", + "53777-001-18", + "53777-001-19", + "80792-001-01", + "80792-001-02", + "80792-001-03", + "80792-001-04", + "80792-001-05", + "61128-001-01", + "61128-001-02", + "61128-001-03", + "61128-001-04", + "61128-001-05", + "61128-001-06", + "61128-001-07", + "61128-001-08", + "61128-001-09", + "64140-101-01", + "64140-101-02", + "64140-101-03", + "64140-101-04", + "64140-101-05", + "64140-101-06", + "64140-101-07", + "64140-101-08", + "49575-001-01", + "49575-001-02", + "49575-001-03", + "49575-001-04", + "49575-001-05", + "49575-001-06", + "49575-001-07", + "49575-001-08", + "49575-001-09", + "49575-001-10", + "49575-001-11", + "49575-001-12", + "49575-001-13", + "49575-001-14", + "49575-001-15", + "49575-001-16", + "49575-001-17", + "49575-001-18", + "49575-001-19", + "49575-001-20", + "49575-001-21", + "49575-001-22", + "49575-001-23", + "49575-001-24", + "49575-001-25", + "49575-001-26", + "49575-001-27", + "11999-001-01", + "11999-001-02", + "11999-001-03", + "11999-001-04", + "11999-001-05", + "11999-001-06", + "11999-001-07", + "11999-001-08", + "11999-001-09", + "11999-001-10", + "11999-001-11", + "11999-001-12", + "11999-001-13", + "11999-001-14", + "11999-001-15", + "11999-001-16", + "11999-001-17", + "59704-0001-1", + "59704-0001-2", + "59704-0001-3", + "59704-0001-4", + "59704-0001-5", + "59704-0001-6", + "57993-001-01", + "57993-001-02", + "57993-001-03", + "57993-001-04", + "57993-001-05", + "57993-001-06", + "57993-001-10", + "57993-001-11", + "57993-001-12", + "57993-001-13", + "72574-001-01", + "72574-001-02", + "72574-001-03", + "72574-001-04", + "72574-001-05", + "72574-001-06", + "72574-001-07", + "72574-001-08", + "72574-001-09", + "72574-001-10", + "72574-001-11", + "72574-001-12", + "62598-001-01", + "62598-001-02", + "62598-001-03", + "62598-001-04", + "11324-499-01", + "11324-721-02", + "11324-721-03", + "14208-532-01", + "14208-532-02", + "14208-532-05", + "14208-532-07", + "14208-532-09", + "14208-532-11", + "14208-532-12", + "14208-532-13", + "14208-532-14", + "14208-532-03", + "14208-532-04", + "14208-532-06", + "14208-532-08", + "14208-532-10", + "14208-532-15", + "14208-532-16", + "14208-532-17", + "14208-532-18", + "14208-532-19", + "14208-532-20", + "14208-532-21", + "14208-532-22", + "14208-532-23", + "14208-532-24", + "14208-532-25", + "64091-0001-1", + "64091-0001-5", + "42558-123-01", + "42558-123-02", + "42558-123-03", + "42558-123-04", + "42558-123-05", + "57999-001-01", + "57999-001-02", + "57999-001-04", + "57999-001-03", + "57999-001-05", + "57999-001-06", + "57999-001-07", + "70234-001-01", + "70234-001-02", + "70234-001-03", + "70234-001-04", + "70234-001-05", + "70234-001-06", + "70234-001-07", + "70234-001-08", + "70234-001-09", + "70234-001-10", + "70234-001-11", + "70234-001-12", + "70234-001-13", + "73039-001-05", + "73039-001-04", + "73039-001-06", + "73039-001-07", + "73039-001-08", + "73075-001-01", + "73093-001-01", + "73093-001-02", + "73266-001-01", + "73266-001-02", + "73266-001-03", + "73266-001-04", + "10492-001-01", + "10492-001-02", + "10492-001-03", + "10492-001-04", + "10492-001-05", + "54384-1072-1", + "54384-1072-2", + "54384-1072-3", + "54384-1072-4", + "54384-1072-5", + "54384-1072-6", + "54384-1073-7", + "54384-1073-8", + "54384-1073-9", + "46123-045-01", + "13826-001-01", + "13826-001-02", + "13826-001-03", + "13826-001-04", + "13826-001-05", + "13826-001-06", + "13826-001-07", + "13826-001-08", + "13826-001-09", + "13826-001-10", + "13826-001-11", + "13826-001-12", + "13826-001-13", + "13826-001-14", + "13826-001-15", + "13826-001-16", + "13826-001-17", + "58356-001-01", + "58356-001-02", + "58356-001-03", + "58356-001-04", + "58356-001-05", + "58356-001-06", + "58356-001-07", + "58356-001-08", + "58356-001-09", + "58356-001-10", + "58356-001-11", + "58356-001-12", + "58356-001-13", + "58356-001-14", + "57366-0001-1", + "57366-0001-2", + "57366-0001-3", + "57366-0001-4", + "70273-001-09", + "70273-001-10", + "70273-001-11", + "70273-001-12", + "70273-001-13", + "70273-001-14", + "70273-001-15", + "70273-001-16", + "11564-001-06", + "11564-001-07", + "11564-001-08", + "11564-001-09", + "11564-001-10", + "11564-001-11", + "65010-001-01", + "65010-001-02", + "65010-001-03", + "65010-001-04", + "65010-001-05", + "65010-001-06", + "63138-120-01", + "63138-120-02", + "63138-120-03", + "63138-120-04", + "63138-120-05", + "54595-001-50", + "54595-001-40", + "54595-001-60", + "54595-001-70", + "54595-001-90", + "54595-001-30", + "54595-001-80", + "54595-001-91", + "54595-001-10", + "54595-001-20", + "54595-001-21", + "54595-001-22", + "54595-001-23", + "54595-001-24", + "54595-001-25", + "54595-001-26", + "54595-001-27", + "65453-123-02", + "65453-123-03", + "65453-123-04", + "65453-123-05", + "65453-123-06", + "65453-123-07", + "60849-123-04", + "60849-123-05", + "60849-123-03", + "60849-123-01", + "60849-123-02", + "13633-001-01", + "13633-001-02", + "13633-001-03", + "72986-001-01", + "70977-001-01", + "70977-001-02", + "70977-001-03", + "70977-001-04", + "70977-001-05", + "70977-001-06", + "70977-001-07", + "67932-1313-1", + "67932-1313-2", + "67932-1313-3", + "67932-1313-4", + "67932-1313-5", + "67932-1313-8", + "55913-001-02", + "55913-001-03", + "55913-001-01", + "55913-001-04", + "55913-001-05", + "14269-001-01", + "14269-001-02", + "14269-001-03", + "42068-001-01", + "42068-001-02", + "42068-001-03", + "42068-001-04", + "42068-001-05", + "62273-001-01", + "62273-001-02", + "62273-001-03", + "62273-001-04", + "62273-001-05", + "62273-001-06", + "62273-001-07", + "62273-001-08", + "62273-001-09", + "62273-001-10", + "62273-001-11", + "62273-001-12", + "62273-001-13", + "62273-001-14", + "62273-001-15", + "62273-001-16", + "62273-001-17", + "62273-001-18", + "62273-001-19", + "44363-1815-1", + "44363-1815-2", + "44363-1815-3", + "44363-1815-4", + "44363-1815-5", + "55151-123-01", + "55151-123-02", + "55151-123-03", + "55151-123-04", + "55151-123-05", + "55151-123-06", + "55151-123-07", + "55151-123-08", + "55151-123-09", + "55151-123-10", + "55151-123-11", + "66767-999-01", + "66767-999-02", + "66767-999-03", + "66767-999-04", + "66767-999-05", + "66767-999-06", + "66767-999-07", + "66767-999-08", + "66694-001-02", + "66694-001-01", + "66694-001-03", + "66694-001-04", + "66694-001-05", + "66694-001-06", + "66694-001-14", + "51791-001-01", + "51791-001-02", + "51791-001-03", + "51791-001-04", + "51791-001-05", + "67525-100-01", + "67525-100-02", + "67525-100-03", + "67525-100-04", + "69125-001-02", + "69125-001-03", + "69125-001-01", + "69125-001-04", + "69125-001-05", + "69125-001-06", + "69125-001-08", + "69125-001-09", + "69125-001-12", + "69125-001-11", + "69125-001-13", + "65208-123-01", + "65208-123-02", + "65208-123-03", + "65208-123-04", + "15055-001-01", + "15055-001-02", + "15055-001-03", + "50699-1072-1", + "50699-1072-2", + "50699-1072-3", + "50699-1072-4", + "50699-1072-5", + "50699-1072-6", + "72746-0001-1", + "72746-0001-2", + "72746-0001-3", + "72746-0001-4", + "73008-001-03", + "73008-001-02", + "73008-001-01", + "73008-001-04", + "73008-001-05", + "73008-001-06", + "73008-001-07", + "73008-001-08", + "73008-001-09", + "73008-001-10", + "73008-001-11", + "73008-001-12", + "73008-001-13", + "73008-001-14", + "73008-001-15", + "73008-001-16", + "73008-001-17", + "73008-001-18", + "62741-0123-1", + "62741-0123-2", + "62741-0123-5", + "80763-001-02", + "80763-001-01", + "58311-1000-1", + "58311-1000-2", + "58311-1000-3", + "58311-1000-4", + "69024-001-02", + "69024-001-03", + "69024-001-04", + "69024-001-05", + "69024-001-06", + "69024-001-07", + "66130-001-01", + "66130-001-02", + "66130-001-03", + "66130-001-04", + "66130-001-05", + "66130-001-06", + "66130-001-07", + "66130-001-08", + "66130-001-11", + "66130-001-12", + "66130-001-13", + "66130-001-14", + "61393-0003-0", + "61393-0003-1", + "61393-0003-2", + "61393-0003-3", + "61393-0003-4", + "67191-123-09", + "67191-123-10", + "67191-123-04", + "67191-123-08", + "67191-123-05", + "67191-123-06", + "67191-123-07", + "50159-001-01", + "50159-001-02", + "72773-001-01", + "40097-001-01", + "40097-001-02", + "18482-018-01", + "18482-018-02", + "18482-018-03", + "18482-018-04", + "18482-018-05", + "18482-018-06", + "18482-018-07", + "18482-018-08", + "18482-018-09", + "18482-018-10", + "18482-018-11", + "18482-018-12", + "18482-018-13", + "18482-018-14", + "18482-018-15", + "18482-018-16", + "18482-018-17", + "18482-018-18", + "53720-001-01", + "53720-001-02", + "53720-001-03", + "53720-001-04", + "53720-001-05", + "53720-001-06", + "53720-001-07", + "53720-001-08", + "53720-001-09", + "53720-001-10", + "53720-001-11", + "50322-005-01", + "50322-005-02", + "50322-005-03", + "50322-005-04", + "50322-005-05", + "50322-005-06", + "50322-005-07", + "50322-005-08", + "50322-005-09", + "69286-001-01", + "69286-001-02", + "69286-001-03", + "58987-001-01", + "58987-001-02", + "58987-001-03", + "58987-001-04", + "58987-001-05", + "58987-001-06", + "68639-0001-4", + "68639-0001-3", + "68639-0001-1", + "68639-0001-2", + "68639-0001-5", + "72223-002-01", + "77673-001-01", + "77673-001-02", + "77673-001-03", + "77673-001-04", + "77673-001-05", + "77673-001-06", + "77673-001-07", + "77673-001-08", + "77673-001-09", + "42602-004-01", + "42602-004-02", + "42602-004-03", + "10412-0001-1", + "10412-0001-2", + "10412-0001-3", + "10412-0001-4", + "10412-0001-5", + "10412-0001-6", + "10412-0001-7", + "10412-0001-8", + "10412-0001-9", + "61420-0001-1", + "61420-0001-2", + "61420-0001-3", + "61420-0001-4", + "43621-001-11", + "43621-001-12", + "43621-001-13", + "43621-001-14", + "43621-001-15", + "43621-001-16", + "43621-001-17", + "43621-001-18", + "43621-001-19", + "43621-001-20", + "43621-001-21", + "25373-001-01", + "25373-001-02", + "25373-001-03", + "25373-001-04", + "25373-001-05", + "25373-001-06", + "25373-001-07", + "25373-001-08", + "25373-001-09", + "25373-001-10", + "25373-001-17", + "25373-001-18", + "25373-001-19", + "25373-001-20", + "25373-001-15", + "25373-001-16", + "49766-2858-1", + "49766-2858-2", + "49766-2858-3", + "49766-2858-4", + "49766-2858-5", + "49766-2858-7", + "47632-0029-1", + "47632-0029-2", + "47632-0029-3", + "47632-0029-4", + "47632-0029-5", + "47632-0029-6", + "47632-0029-7", + "47632-0029-8", + "47632-0030-1", + "47632-0030-2", + "47632-0030-3", + "66754-001-01", + "66754-001-02", + "66754-001-03", + "66754-001-04", + "66754-001-05", + "66754-001-06", + "66754-001-07", + "52438-011-20", + "42589-001-01", + "42589-001-02", + "42589-001-05", + "42589-001-03", + "42589-001-04", + "42589-001-07", + "53683-0001-1", + "53683-0001-2", + "53683-0001-3", + "53683-0001-4", + "53683-0001-5", + "53683-0001-6", + "53683-0001-7", + "53683-0001-8", + "63674-001-01", + "63674-001-02", + "63674-001-03", + "63674-001-04", + "42914-001-01", + "72817-001-01", + "72817-001-02", + "57799-001-01", + "57799-001-02", + "57799-001-03", + "57799-001-04", + "57799-001-05", + "57799-001-06", + "57799-001-07", + "57799-001-08", + "57799-001-09", + "57799-001-10", + "57799-001-11", + "57799-001-12", + "57799-001-13", + "14080-001-01", + "14080-001-02", + "14080-001-03", + "14080-001-04", + "14080-001-05", + "14080-001-06", + "14080-001-07", + "14080-001-08", + "58128-0001-1", + "58128-0001-2", + "58128-0001-3", + "58128-0001-4", + "58128-0001-5", + "58128-0001-6", + "58128-0001-0", + "56130-002-01", + "56130-002-02", + "56130-002-03", + "56130-002-04", + "56130-002-05", + "56130-002-06", + "56130-002-07", + "63862-011-01", + "63862-011-02", + "63862-011-03", + "63862-011-04", + "63862-011-05", + "63862-011-06", + "24882-001-01", + "24882-001-02", + "24882-001-03", + "24882-001-04", + "49507-001-01", + "49507-001-02", + "49507-001-03", + "49507-001-04", + "49507-001-05", + "49507-001-06", + "49507-001-07", + "52085-001-01", + "52085-001-02", + "52085-001-03", + "52085-001-04", + "52085-001-05", + "52085-001-06", + "52085-001-07", + "52085-001-08", + "53511-001-01", + "53511-001-02", + "53511-001-03", + "53511-001-04", + "53511-001-05", + "53511-001-06", + "53511-001-07", + "53511-001-08", + "53511-001-09", + "53511-001-10", + "53511-001-11", + "53511-001-12", + "53511-001-13", + "65573-001-01", + "65573-001-02", + "65573-001-03", + "65573-001-04", + "65573-001-05", + "65573-001-06", + "65573-001-07", + "57869-123-01", + "57869-123-02", + "57869-123-03", + "57869-123-04", + "57869-123-05", + "57869-123-06", + "53854-123-04", + "53854-123-05", + "53854-123-03", + "53854-123-06", + "53854-123-01", + "53854-123-02", + "72712-001-01", + "72712-001-02", + "72712-001-03", + "72712-001-04", + "72712-001-05", + "72712-001-06", + "72712-001-07", + "72712-001-08", + "72712-001-09", + "72712-001-10", + "72712-001-11", + "72712-001-12", + "72712-001-13", + "72712-001-14", + "72712-001-15", + "73034-001-01", + "73034-001-02", + "73034-001-03", + "73034-001-04", + "13859-001-01", + "13859-001-02", + "13859-001-03", + "13859-001-04", + "13859-001-05", + "13859-001-06", + "11401-6994-2", + "11401-6994-3", + "11401-6994-1", + "11401-6994-4", + "10221-001-01", + "10221-001-02", + "10221-001-03", + "10221-001-04", + "10221-001-05", + "10221-001-06", + "10221-001-07", + "10221-001-08", + "10221-001-09", + "10221-001-10", + "59579-001-01", + "59579-001-02", + "59579-001-03", + "59579-001-04", + "59579-001-05", + "59579-001-06", + "59579-001-07", + "59579-001-08", + "59579-001-09", + "59579-001-10", + "59579-001-11", + "59579-001-12", + "59579-001-13", + "59579-001-14", + "59579-001-15", + "59579-001-16", + "59579-001-17", + "59579-001-18", + "59579-001-19", + "59579-001-20", + "59579-001-23", + "59579-001-24", + "59579-001-25", + "59579-001-26", + "59579-001-27", + "59579-001-28", + "59579-001-29", + "59579-001-30", + "59579-001-31", + "59579-001-32", + "59579-001-33", + "59579-001-34", + "61830-001-01", + "61830-001-02", + "61830-001-03", + "53835-0001-1", + "53835-0001-2", + "53835-0001-3", + "53835-0001-4", + "53835-0001-5", + "53835-0001-6", + "53835-0001-7", + "53835-0001-8", + "53835-0001-9", + "54131-001-03", + "54131-001-04", + "54131-001-06", + "54131-001-10", + "54131-001-12", + "54131-001-08", + "60596-1072-1", + "60596-1072-2", + "60596-1072-3", + "60596-1072-4", + "60596-1072-6", + "50493-0001-1", + "50493-0001-2", + "50493-0001-3", + "50493-0001-5", + "65076-101-01", + "65076-101-02", + "65076-101-03", + "65076-101-04", + "65076-101-05", + "65076-101-06", + "65076-101-07", + "65076-101-08", + "65076-101-09", + "65076-101-10", + "65076-101-11", + "65076-101-12", + "65076-101-13", + "65076-101-14", + "65076-101-15", + "65076-101-16", + "53991-001-01", + "53991-001-02", + "53991-001-03", + "53991-001-04", + "53991-001-05", + "53991-001-06", + "53991-001-07", + "53991-001-08", + "53991-001-09", + "53991-001-10", + "53991-001-11", + "53991-001-12", + "53991-001-13", + "70291-1000-1", + "70291-1000-2", + "70291-1000-3", + "70291-1000-4", + "70291-1000-5", + "62046-001-01", + "62046-001-02", + "62046-001-03", + "24027-0699-1", + "24027-0699-2", + "24027-0699-3", + "24027-0699-4", + "54218-500-01", + "54218-500-02", + "54218-500-03", + "54218-500-04", + "54218-500-05", + "54218-500-06", + "54218-500-07", + "54218-500-08", + "54218-500-09", + "54218-500-10", + "54218-500-11", + "54218-500-12", + "54218-500-13", + "54218-500-14", + "54218-500-15", + "54218-500-16", + "54218-500-17", + "54218-500-18", + "54218-500-19", + "21220-119-01", + "21220-119-02", + "21220-119-03", + "21220-119-04", + "21220-119-05", + "21220-119-06", + "21220-119-07", + "21220-119-08", + "21220-119-09", + "21220-119-10", + "21220-119-11", + "21220-119-12", + "54451-001-01", + "54451-001-02", + "54451-001-03", + "54451-001-04", + "54451-001-05", + "54451-001-06", + "54451-001-07", + "54451-001-08", + "54451-001-09", + "54451-001-10", + "54451-001-11", + "54451-001-12", + "54451-001-13", + "54451-001-14", + "54451-001-15", + "54451-001-16", + "54451-001-17", + "54451-001-18", + "54451-001-19", + "64464-001-01", + "64464-001-02", + "64464-001-03", + "64464-001-04", + "64464-001-05", + "64464-001-06", + "64464-001-07", + "64464-001-08", + "64464-001-09", + "64464-001-10", + "64203-020-01", + "64203-020-02", + "64203-020-03", + "64203-020-04", + "64203-020-05", + "64203-020-06", + "11988-001-01", + "11988-001-02", + "11988-001-03", + "11988-001-04", + "11988-001-05", + "11988-001-06", + "11988-001-07", + "11988-001-08", + "11988-001-09", + "80650-001-01", + "80650-001-02", + "80650-001-03", + "80650-001-04", + "80650-001-05", + "80650-001-06", + "80650-001-07", + "81174-560-01", + "65722-0123-1", + "65722-0123-2", + "67711-001-03", + "67711-001-01", + "67711-001-02", + "67711-001-04", + "67711-001-05", + "67711-001-06", + "67711-001-07", + "67711-001-08", + "67711-001-09", + "67711-001-10", + "67711-001-11", + "67711-001-12", + "67711-001-13", + "67711-001-14", + "67711-001-15", + "67711-001-16", + "67711-001-17", + "67711-001-18", + "67711-001-19", + "65603-100-01", + "65603-100-02", + "65603-100-03", + "65603-100-04", + "65603-100-05", + "65603-100-06", + "65603-100-07", + "65603-100-08", + "65603-100-09", + "65603-100-10", + "65603-100-11", + "65603-100-12", + "65603-100-13", + "54316-123-01", + "54316-123-02", + "54316-123-03", + "54316-123-04", + "54316-123-05", + "54316-123-06", + "54316-123-07", + "42821-001-01", + "42821-001-02", + "42821-001-03", + "42821-001-04", + "42821-001-05", + "42821-001-06", + "42821-001-07", + "42821-001-08", + "42821-001-09", + "42821-001-10", + "42821-001-11", + "42821-001-12", + "42821-001-13", + "52346-013-01", + "52346-013-02", + "52346-013-03", + "52346-013-04", + "52346-013-05", + "52346-013-06", + "52346-013-07", + "52346-013-08", + "52346-013-09", + "52346-013-10", + "52346-013-11", + "52346-013-12", + "52346-013-13", + "52346-013-17", + "52346-013-15", + "52346-013-16", + "51996-001-01", + "51996-001-02", + "51996-001-03", + "51996-001-04", + "51996-001-05", + "51996-001-06", + "51996-001-07", + "51996-001-08", + "51996-001-09", + "51996-001-10", + "51996-001-11", + "51996-001-12", + "51996-001-13", + "51996-001-14", + "51996-001-15", + "51996-001-16", + "72276-001-01", + "72276-001-02", + "72276-001-03", + "10073-111-01", + "10073-111-02", + "10073-111-03", + "10073-111-04", + "10073-111-05", + "10073-111-06", + "10073-111-07", + "10073-111-08", + "10073-111-09", + "10073-111-10", + "10073-111-11", + "10073-111-12", + "10073-111-13", + "68352-001-03", + "68352-001-01", + "68352-001-02", + "15547-001-01", + "15547-001-02", + "15547-001-03", + "15547-001-04", + "15547-001-05", + "15547-001-06", + "15547-001-07", + "15547-001-08", + "73087-001-01", + "73087-001-03", + "42139-001-01", + "42139-001-02", + "42139-001-03", + "42139-001-04", + "42139-001-05", + "42139-001-06", + "42139-001-07", + "42139-001-08", + "42139-001-09", + "42139-001-10", + "42139-001-11", + "42139-001-12", + "14961-006-01", + "14961-006-02", + "14961-006-03", + "14961-006-04", + "14961-006-05", + "14961-006-06", + "14961-006-07", + "14961-006-08", + "14961-006-09", + "14961-006-10", + "14961-006-11", + "14961-006-12", + "14961-006-13", + "14961-006-14", + "14961-006-15", + "14961-006-16", + "14961-006-17", + "14961-006-18", + "14961-006-19", + "82043-001-01", + "82043-001-02", + "82043-001-03", + "82043-001-04", + "23647-001-01", + "23647-001-02", + "23647-001-03", + "23647-001-04", + "23647-001-05", + "23647-001-06", + "23647-001-07", + "23647-001-08", + "23647-001-09", + "23647-001-10", + "62363-001-01", + "62363-001-02", + "62363-001-03", + "62363-001-04", + "62363-001-06", + "62363-001-07", + "62363-001-08", + "42389-001-01", + "42389-001-02", + "42389-001-03", + "42389-001-04", + "42389-001-05", + "42389-001-06", + "42389-001-07", + "42389-001-08", + "65386-0001-1", + "65386-0001-2", + "65386-0001-3", + "65386-0001-4", + "65386-0001-5", + "65386-0001-6", + "65386-0001-7", + "66365-001-01", + "66365-001-02", + "66365-001-03", + "66365-001-04", + "66365-001-05", + "66365-001-06", + "66365-001-07", + "66365-001-08", + "66365-001-09", + "66365-001-10", + "66365-001-11", + "66365-001-12", + "51400-001-01", + "51400-001-02", + "51400-001-03", + "51400-001-04", + "51400-001-05", + "10189-001-01", + "10189-001-02", + "10189-001-03", + "10189-001-04", + "10189-001-05", + "10189-001-06", + "10189-001-07", + "10189-001-08", + "10189-001-09", + "10189-001-10", + "10189-001-11", + "10189-001-12", + "10189-001-13", + "10189-001-14", + "10189-001-15", + "10189-001-16", + "10189-001-17", + "10189-001-18", + "10189-001-19", + "10014-001-07", + "10014-001-08", + "10014-001-09", + "10014-001-10", + "10014-001-11", + "10014-001-12", + "10014-001-13", + "10014-001-14", + "10014-001-15", + "71227-001-01", + "71227-001-02", + "73468-005-01", + "73468-005-02", + "73468-005-03", + "73468-005-04", + "73468-005-05", + "73468-005-06", + "73468-005-07", + "73468-005-08", + "73468-005-09", + "73468-005-10", + "73468-005-11", + "73468-005-12", + "73468-005-13", + "73468-005-14", + "73468-005-15", + "73468-005-16", + "73468-005-17", + "73468-005-18", + "73468-005-19", + "73468-005-20", + "73468-005-21", + "73468-005-22", + "73468-005-23", + "73468-005-24", + "73468-005-25", + "73468-005-26", + "73468-005-27", + "73468-005-28", + "73468-005-29", + "73468-005-30", + "73468-005-31", + "73468-005-32", + "73468-005-33", + "73468-005-34", + "73468-005-35", + "73468-005-36", + "73468-005-37", + "73468-005-38", + "73468-005-39", + "73468-005-40", + "73468-005-41", + "73468-005-42", + "73468-005-43", + "73468-005-44", + "73468-005-45", + "73468-005-46", + "73468-005-47", + "73468-005-48", + "73468-005-49", + "69216-001-05", + "69216-001-06", + "60875-100-08", + "60875-100-06", + "60875-100-07", + "60875-100-04", + "58632-001-01", + "58632-001-02", + "58632-001-03", + "58632-001-04", + "58632-001-05", + "58632-001-06", + "58632-001-07", + "24694-001-01", + "24694-001-02", + "24694-001-03", + "24694-001-04", + "24694-001-05", + "11853-013-60", + "11853-013-61", + "68540-001-01", + "68540-001-02", + "39313-001-01", + "39313-001-02", + "39313-001-03", + "39313-001-04", + "39313-001-05", + "39313-001-06", + "39313-001-07", + "39313-001-08", + "39313-001-09", + "39313-001-10", + "39313-001-11", + "39313-001-12", + "39313-001-13", + "39313-001-14", + "66890-990-01", + "66890-990-02", + "66890-990-03", + "66890-990-04", + "66890-990-05", + "66890-990-06", + "66890-990-07", + "66890-990-08", + "66890-990-09", + "42887-001-01", + "42887-001-02", + "42887-001-03", + "42887-001-04", + "66487-001-01", + "66487-001-02", + "66487-001-03", + "66487-001-04", + "66487-001-05", + "66487-001-06", + "66487-001-07", + "66487-001-08", + "62066-001-02", + "62066-001-03", + "62066-001-04", + "62066-001-05", + "62066-001-01", + "62066-001-07", + "62066-001-06", + "72739-001-01", + "72739-001-02", + "72739-001-03", + "72739-001-04", + "72739-001-05", + "72739-001-06", + "67133-001-01", + "67133-001-02", + "67133-001-04", + "67133-001-03", + "67133-001-05", + "67133-001-06", + "67133-001-07", + "67133-001-08", + "67133-001-09", + "67133-001-10", + "67133-001-11", + "67133-001-12", + "67133-001-13", + "67133-001-14", + "67133-001-15", + "67133-001-16", + "68794-001-01", + "68794-001-02", + "68794-001-03", + "68794-001-04", + "74795-001-01", + "74795-001-02", + "74795-001-03", + "74795-001-04", + "49479-722-02", + "50153-110-13", + "50153-110-11", + "50153-110-12", + "50153-110-10", + "50153-110-07", + "50153-110-14", + "50153-110-15", + "50153-110-16", + "50153-110-17", + "52698-001-06", + "52698-001-01", + "52698-001-02", + "52698-001-11", + "52698-001-12", + "52698-001-05", + "52698-001-07", + "52698-001-08", + "52698-001-09", + "52698-001-10", + "64889-0001-4", + "64889-0001-5", + "64889-0001-6", + "64889-0001-7", + "64889-0001-8", + "64889-0001-9", + "20703-002-01", + "20703-002-02", + "20703-002-03", + "20703-002-04", + "20703-002-05", + "20703-002-06", + "20703-002-07", + "20703-002-08", + "20703-002-09", + "20703-002-10", + "20703-002-11", + "20703-002-12", + "52481-2481-1", + "52481-2481-2", + "52481-2481-3", + "52481-2481-4", + "34057-001-01", + "34057-001-02", + "34057-001-03", + "34057-001-04", + "34057-001-05", + "34057-001-06", + "34057-001-07", + "34057-001-08", + "34057-001-09", + "34057-001-10", + "34057-001-11", + "34057-001-12", + "34057-001-13", + "34057-001-14", + "34057-001-15", + "34057-001-16", + "34057-001-17", + "34057-001-18", + "34057-001-19", + "34057-001-20", + "34057-001-21", + "34057-001-22", + "34057-001-23", + "34057-001-24", + "34057-001-25", + "34057-001-26", + "34057-001-27", + "34057-001-28", + "34057-001-29", + "34057-001-30", + "34057-001-31", + "34057-001-32", + "34057-001-33", + "63978-001-01", + "63978-001-02", + "63978-001-03", + "63978-001-04", + "63978-001-05", + "63978-001-06", + "59713-001-01", + "59713-001-02", + "59713-001-03", + "59713-001-04", + "59713-001-05", + "59713-001-06", + "59713-001-07", + "59713-001-08", + "59713-001-09", + "59713-001-10", + "59713-001-11", + "59713-001-12", + "59713-001-13", + "49344-0001-5", + "49344-0001-2", + "49344-0001-3", + "49344-0001-4", + "18087-0001-2", + "18087-0001-3", + "18087-0001-1", + "18087-0001-4", + "18087-0001-5", + "18087-0001-6", + "63290-123-04", + "63290-123-06", + "63290-123-03", + "63290-123-01", + "63290-123-02", + "63290-123-05", + "63290-123-07", + "63290-123-08", + "63290-123-09", + "63290-123-10", + "72973-001-01", + "72973-001-02", + "72973-001-03", + "49154-001-01", + "49154-001-02", + "49154-001-03", + "49154-001-04", + "49154-001-05", + "49154-001-06", + "49154-001-07", + "10482-002-01", + "10482-002-02", + "10482-002-03", + "10482-002-04", + "10482-002-05", + "10482-002-06", + "10482-002-07", + "10482-002-08", + "10482-002-09", + "29149-001-01", + "29149-001-02", + "29149-001-03", + "29149-001-04", + "29149-001-05", + "64920-0001-2", + "64920-0001-3", + "64920-0001-4", + "64920-0001-5", + "64920-0001-6", + "64920-0001-7", + "49644-001-01", + "49644-001-02", + "49644-001-03", + "49644-001-04", + "49644-001-05", + "49644-001-06", + "49644-001-07", + "49644-001-08", + "49644-001-09", + "49644-001-10", + "49644-001-11", + "49644-001-12", + "49644-001-13", + "49221-3000-1", + "49221-3000-2", + "62581-1234-2", + "62581-1234-3", + "62581-1234-7", + "62581-1234-8", + "59578-721-02", + "59087-123-01", + "59087-123-04", + "59087-123-02", + "59087-123-03", + "59087-123-05", + "59087-123-06", + "59087-123-07", + "59087-123-08", + "59087-123-09", + "64866-123-02", + "64866-123-01", + "64866-123-03", + "64866-123-04", + "64866-123-05", + "64866-123-06", + "64866-123-07", + "64866-123-08", + "60833-001-01", + "43208-001-01", + "43208-001-02", + "62397-001-01", + "62397-001-02", + "62397-001-03", + "62397-001-04", + "66586-1073-1", + "66586-1073-3", + "66586-1073-4", + "66586-1073-5", + "66586-1073-6", + "66586-1073-7", + "10526-005-01", + "10526-005-02", + "10526-005-03", + "10526-005-04", + "10526-005-05", + "10526-005-06", + "10526-005-07", + "10526-005-08", + "10526-005-09", + "10526-005-10", + "10526-005-11", + "10526-005-12", + "10526-005-13", + "10526-005-14", + "10526-005-15", + "10526-005-16", + "10526-005-17", + "10526-005-18", + "10526-005-19", + "71654-005-01", + "71654-005-02", + "71654-005-03", + "71654-005-04", + "71654-005-05", + "71654-005-06", + "71654-005-07", + "71654-005-08", + "71654-005-09", + "71654-005-10", + "71654-005-11", + "71654-005-12", + "71654-005-13", + "26124-001-01", + "26124-001-02", + "26124-001-03", + "26124-001-04", + "26124-001-05", + "26124-001-06", + "26124-001-07", + "26124-001-08", + "26124-001-09", + "26124-001-10", + "26124-001-11", + "26124-001-12", + "26124-001-13", + "26124-001-14", + "26124-001-15", + "60379-100-10", + "60379-100-11", + "60379-100-12", + "60379-100-13", + "60379-100-14", + "60379-100-15", + "60379-100-16", + "60379-100-17", + "60379-100-18", + "63560-001-01", + "63560-001-02", + "63560-001-03", + "63560-001-04", + "63560-001-05", + "63560-001-06", + "63560-001-07", + "54528-001-01", + "54528-001-02", + "54528-001-03", + "54528-001-04", + "54528-001-05", + "54528-001-06", + "54528-001-07", + "53663-0001-1", + "53663-0001-2", + "53663-0001-3", + "53663-0001-8", + "52695-001-01", + "52695-001-02", + "10218-001-01", + "10218-001-02", + "10218-001-03", + "10218-001-04", + "10218-001-05", + "10218-001-06", + "10218-001-07", + "10218-001-08", + "10218-001-09", + "72862-001-01", + "65464-001-06", + "65464-001-09", + "65464-001-15", + "65464-001-25", + "65464-001-60", + "67477-001-01", + "67477-001-02", + "67477-001-03", + "67477-001-04", + "67477-001-05", + "67477-001-06", + "67477-001-07", + "67477-001-08", + "67477-001-09", + "67477-001-10", + "67477-001-11", + "67477-001-12", + "67477-001-13", + "67477-001-14", + "67477-001-15", + "67477-001-16", + "67477-001-17", + "65077-001-01", + "65077-001-02", + "65077-001-03", + "65077-001-04", + "11103-001-12", + "11103-001-13", + "11103-001-14", + "24312-001-01", + "24312-001-02", + "24312-001-03", + "24312-001-04", + "24312-001-05", + "24312-001-06", + "24312-001-07", + "24312-001-08", + "24312-001-09", + "24312-001-10", + "24312-001-11", + "24312-001-12", + "24312-001-13", + "24312-001-14", + "24312-001-15", + "24312-001-16", + "24312-001-17", + "24312-001-18", + "24312-001-19", + "24312-001-20", + "24312-001-21", + "24312-001-22", + "24312-001-23", + "24312-001-24", + "24312-001-25", + "55728-001-01", + "55728-001-02", + "55728-001-03", + "55728-001-04", + "55728-001-05", + "55728-001-06", + "55728-001-07", + "55728-001-08", + "55728-001-09", + "55728-001-10", + "55728-001-11", + "55728-001-12", + "55728-001-13", + "52374-101-01", + "52374-101-02", + "52374-101-03", + "52374-101-04", + "52374-101-05", + "52374-101-06", + "55127-001-01", + "55127-001-02", + "55127-001-03", + "55127-001-04", + "55127-001-05", + "55127-001-06", + "55127-001-07", + "55127-001-08", + "42602-001-01", + "42602-001-02", + "42602-001-03", + "42602-001-04", + "42602-001-05", + "42602-001-06", + "42602-001-07", + "42602-001-08", + "42602-001-09", + "42602-001-10", + "42602-001-11", + "42602-001-12", + "42602-001-13", + "42602-001-14", + "42602-001-15", + "42602-001-16", + "42602-001-17", + "42602-001-18", + "42602-001-19", + "44076-010-01", + "44076-010-02", + "44076-010-03", + "44076-010-04", + "44076-010-05", + "44076-010-06", + "44076-010-07", + "44076-010-08", + "44076-010-09", + "44076-010-10", + "44076-010-11", + "44076-010-12", + "44076-010-13", + "44076-010-14", + "44076-010-15", + "44076-010-16", + "44076-010-17", + "44076-010-18", + "44076-010-19", + "44076-010-20", + "44076-010-21", + "44076-010-22", + "50554-100-12", + "50554-100-13", + "50554-100-14", + "50554-100-15", + "50554-100-16", + "50554-100-17", + "50554-100-18", + "50554-100-19", + "50554-100-20", + "50554-100-21", + "26866-001-01", + "26866-001-02", + "26866-001-03", + "26866-001-04", + "67573-0103-1", + "67573-0103-2", + "67573-0103-3", + "67573-0103-4", + "67573-0103-5", + "67573-0103-6", + "67573-0103-7", + "61567-001-01", + "61567-001-02", + "61567-001-03", + "61567-001-04", + "61567-001-05", + "61567-001-06", + "72781-001-01", + "72781-001-02", + "72781-001-03", + "72807-001-01", + "73422-001-01", + "73422-001-02", + "73422-001-03", + "73422-001-04", + "64973-001-02", + "64973-001-01", + "64973-001-03", + "64973-001-04", + "51105-001-01", + "51105-001-02", + "51105-001-03", + "51105-001-04", + "51105-001-05", + "51105-001-06", + "51105-001-07", + "51105-001-08", + "51105-001-09", + "51105-001-10", + "70975-001-01", + "70975-001-02", + "70975-001-03", + "70975-001-04", + "70975-001-05", + "70975-001-06", + "70975-001-07", + "10252-001-01", + "10252-001-02", + "10252-001-03", + "10252-001-04", + "10252-001-05", + "10252-001-06", + "10252-001-07", + "10252-001-08", + "10252-001-09", + "10297-001-01", + "10297-001-02", + "10297-001-03", + "10297-001-04", + "10297-001-05", + "10297-001-06", + "10297-001-07", + "10297-001-08", + "10297-001-09", + "10297-001-10", + "10297-001-11", + "10297-001-12", + "10297-001-13", + "60184-001-01", + "60184-001-02", + "60184-001-03", + "60184-001-04", + "60184-001-05", + "60184-001-06", + "60184-001-07", + "60184-001-08", + "60184-001-09", + "66083-741-10", + "66083-741-01", + "66083-741-04", + "66083-741-11", + "66083-741-09", + "66083-741-08", + "66083-741-07", + "66083-741-06", + "66083-741-12", + "43861-1930-1", + "43861-1930-2", + "43861-1930-3", + "43861-1930-4", + "43861-1930-5", + "43861-1930-6", + "43861-1930-7", + "43861-1930-8", + "43861-1930-9", + "10942-1095-1", + "10942-1095-2", + "66824-001-01", + "66824-001-02", + "66824-001-04", + "66824-001-03", + "66824-001-05", + "66824-001-06", + "66824-001-07", + "66824-001-08", + "58656-001-01", + "58656-001-02", + "43713-001-01", + "43713-001-02", + "43713-001-03", + "43713-001-05", + "43713-001-04", + "43713-001-06", + "43713-001-07", + "43713-001-08", + "43713-001-09", + "43713-001-10", + "43713-001-11", + "43713-001-12", + "43713-001-13", + "43713-001-14", + "59378-001-01", + "59378-001-02", + "59378-001-03", + "59378-001-04", + "59378-001-05", + "59378-001-06", + "59378-001-07", + "59378-001-08", + "59378-001-09", + "59378-001-10", + "59378-001-11", + "59378-001-12", + "59378-001-13", + "71707-011-01", + "71707-011-02", + "71707-011-03", + "71707-011-04", + "71707-011-05", + "71707-011-06", + "71707-011-07", + "71707-011-08", + "71707-011-09", + "71707-011-10", + "71707-011-11", + "71707-011-12", + "71707-011-13", + "52374-011-20", + "61834-0001-3", + "61834-0001-4", + "61834-0001-5", + "69847-001-01", + "69847-001-02", + "69847-001-03", + "69847-001-04", + "69847-001-05", + "69847-001-06", + "69847-001-07", + "69847-001-08", + "69847-001-09", + "69847-001-10", + "69847-001-11", + "69847-001-12", + "44517-001-01", + "44517-001-02", + "44517-001-03", + "44517-001-04", + "44517-001-05", + "44517-001-06", + "44517-001-07", + "44517-001-08", + "44517-001-09", + "44517-001-10", + "44517-001-11", + "68877-001-01", + "68877-001-02", + "68877-001-03", + "68877-001-04", + "68877-001-05", + "68877-001-06", + "68877-001-07", + "68877-001-08", + "68877-001-09", + "68877-001-10", + "68877-001-11", + "68877-001-12", + "68877-001-13", + "57716-001-01", + "57716-001-02", + "57716-001-03", + "57716-001-04", + "57716-001-05", + "57716-001-06", + "57716-001-07", + "57716-001-08", + "57716-001-09", + "57716-001-10", + "57716-001-11", + "57716-001-12", + "57716-001-13", + "57716-001-14", + "57716-001-15", + "57716-001-16", + "57716-001-17", + "57716-001-18", + "57716-001-19", + "57716-001-20", + "67465-0001-1", + "67465-0001-2", + "67465-0001-4", + "68769-002-01", + "68769-002-02", + "68769-002-03", + "68769-002-04", + "68769-002-12", + "68769-002-13", + "68769-002-14", + "68769-002-15", + "68769-002-16", + "68769-002-17", + "68769-002-18", + "68769-002-19", + "65257-001-01", + "65257-001-02", + "65257-001-03", + "65257-001-06", + "65257-001-07", + "65257-001-08", + "65257-001-09", + "65257-001-10", + "25373-101-07", + "25373-101-08", + "25373-101-09", + "25373-101-10", + "68470-1001-2", + "68470-1001-3", + "68470-1001-4", + "68470-1001-6", + "68470-1001-7", + "68470-1001-8", + "68470-1001-9", + "55147-001-01", + "55147-001-02", + "55147-001-03", + "55147-001-04", + "55147-001-05", + "55147-001-06", + "55147-001-07", + "55147-001-08", + "55147-001-09", + "55147-001-10", + "55147-001-11", + "72662-123-02", + "72662-123-03", + "72662-123-01", + "35420-123-01", + "35420-123-02", + "35420-123-03", + "72723-123-01", + "72723-123-02", + "72723-123-03", + "64075-123-01", + "64075-123-02", + "64075-123-03", + "64075-123-04", + "64075-123-07", + "64075-123-05", + "64075-123-06", + "72753-001-01", + "72753-001-02", + "72753-001-03", + "72753-001-04", + "72753-001-05", + "72753-001-06", + "54483-0001-1", + "54483-0001-2", + "54483-0001-3", + "54483-0001-4", + "49653-003-01", + "49653-003-02", + "49653-003-03", + "49653-003-04", + "49653-003-05", + "49653-003-06", + "49653-003-07", + "49653-003-08", + "65919-004-01", + "65919-004-02", + "65919-004-03", + "65919-004-04", + "65919-004-05", + "65919-004-06", + "65919-004-07", + "65919-004-08", + "59679-001-01", + "59679-001-10", + "59679-001-03", + "59679-001-04", + "48273-001-11", + "48273-001-01", + "48273-001-13", + "48273-001-15", + "48273-001-02", + "48273-001-03", + "48273-001-04", + "48273-001-06", + "48273-001-07", + "48273-001-08", + "48273-001-09", + "48273-001-10", + "48273-001-12", + "48273-001-14", + "68317-001-01", + "68317-001-02", + "68317-001-03", + "68317-001-04", + "11365-001-01", + "11365-001-02", + "11365-001-03", + "11365-001-04", + "11365-001-05", + "11365-001-06", + "11365-001-07", + "11365-001-08", + "16175-0001-1", + "16175-0001-2", + "16175-0001-3", + "16175-0001-4", + "16175-0001-5", + "62914-1000-4", + "62914-1000-7", + "60768-001-01", + "60768-001-02", + "60768-001-03", + "60768-001-05", + "60768-001-06", + "60768-001-08", + "60768-001-09", + "60768-001-16", + "60768-001-20", + "16913-0001-2", + "16913-0001-1", + "70151-001-01", + "70151-001-02", + "70151-001-03", + "70151-001-04", + "70151-001-05", + "70151-001-06", + "70151-001-07", + "70151-001-08", + "70151-001-09", + "70151-001-10", + "70151-001-11", + "70151-001-12", + "70151-001-13", + "70151-001-14", + "70151-001-15", + "70151-001-16", + "70151-001-17", + "70151-001-18", + "70151-001-19", + "49798-001-01", + "49798-001-02", + "49798-001-03", + "49798-001-04", + "81676-001-01", + "81676-001-02", + "81676-001-03", + "81676-001-04", + "81676-001-05", + "51486-720-01", + "51486-720-02", + "51486-720-03", + "51486-720-04", + "51486-720-05", + "51486-720-06", + "51486-720-07", + "51486-720-08", + "51486-720-09", + "51486-720-10", + "51486-720-11", + "51486-720-12", + "51486-720-13", + "51486-720-14", + "51486-720-15", + "51486-720-16", + "51486-720-17", + "51486-720-18", + "51486-720-19", + "51486-720-20", + "42241-001-01", + "42241-001-02", + "42241-001-03", + "42241-001-04", + "42241-001-05", + "42241-001-06", + "42241-001-07", + "42241-001-08", + "42241-001-09", + "42241-001-10", + "42241-001-11", + "42241-001-12", + "42241-001-13", + "33758-001-01", + "33758-001-02", + "33758-001-03", + "33758-001-04", + "62097-9937-1", + "62097-9937-2", + "62097-9937-3", + "62097-9937-4", + "62097-9937-5", + "62097-9937-6", + "62097-9937-7", + "62097-9937-8", + "62097-9937-0", + "48599-345-10", + "48599-345-11", + "48599-345-12", + "48599-345-13", + "48599-345-14", + "48599-345-15", + "48599-345-16", + "48599-345-17", + "48599-345-18", + "48599-345-19", + "48599-345-20", + "48599-345-21", + "72710-123-01", + "72710-123-02", + "72710-123-03", + "72710-123-04", + "11054-009-01", + "11054-009-02", + "11054-009-03", + "11054-009-04", + "11054-009-05", + "11054-009-06", + "11054-009-07", + "11054-009-08", + "11054-009-09", + "11054-009-10", + "11054-009-11", + "11054-009-12", + "11054-009-13", + "11054-009-14", + "11054-009-15", + "11054-009-16", + "11054-009-17", + "11054-009-18", + "11054-009-19", + "11054-009-20", + "11054-009-21", + "11054-009-22", + "11054-009-23", + "11054-009-24", + "11054-009-25", + "11054-009-26", + "11054-009-27", + "11054-009-28", + "11054-009-29", + "11054-009-30", + "11054-009-31", + "11054-009-32", + "11054-009-33", + "11054-009-34", + "11054-009-35", + "11054-009-36", + "11054-009-37", + "11054-009-38", + "11054-009-39", + "11054-009-40", + "11054-009-41", + "11054-009-42", + "11054-009-43", + "11054-009-44", + "11054-009-45", + "11054-009-46", + "11054-009-47", + "11054-009-48", + "11054-009-49", + "11054-009-50", + "11054-009-51", + "11054-009-52", + "11054-009-53", + "72661-123-01", + "72661-123-02", + "72661-123-03", + "72661-123-04", + "72661-123-05", + "72661-123-06", + "72661-123-07", + "72661-123-08", + "72661-123-09", + "14784-001-01", + "14784-001-02", + "14784-001-03", + "14784-001-04", + "14784-001-05", + "14784-001-06", + "14784-001-07", + "14784-001-08", + "14784-001-09", + "14784-001-10", + "14784-001-11", + "14784-001-12", + "14784-001-13", + "14784-001-14", + "14784-001-15", + "55037-101-21", + "55037-101-22", + "55037-101-23", + "55037-101-24", + "55037-101-25", + "55037-101-26", + "55037-101-27", + "55037-101-28", + "55037-101-29", + "55037-101-30", + "55037-101-31", + "55037-101-32", + "55037-101-33", + "55037-101-34", + "55037-101-35", + "55037-101-36", + "55037-101-37", + "55037-101-38", + "55037-101-39", + "55037-101-40", + "55037-101-41", + "55037-101-42", + "47285-291-01", + "47285-291-02", + "47285-291-03", + "47285-291-04", + "47285-291-05", + "47285-291-06", + "47285-291-07", + "47285-291-08", + "47285-291-09", + "47285-291-10", + "47285-291-11", + "47285-291-12", + "47285-291-13", + "47285-291-14", + "76831-001-01", + "76831-001-02", + "76831-001-03", + "62481-4565-2", + "62481-4565-1", + "62481-4565-3", + "62481-4565-4", + "62481-4565-5", + "23390-1020-1", + "23390-1020-2", + "23390-1020-3", + "23390-1020-4", + "23390-1020-6", + "63121-123-03", + "63121-123-12", + "63121-123-11", + "63121-123-08", + "64650-345-10", + "64650-345-11", + "64650-345-12", + "64650-345-13", + "64650-345-14", + "64650-345-15", + "64650-345-16", + "64650-345-17", + "64650-345-18", + "64650-345-19", + "64650-345-20", + "64650-345-21", + "57924-001-01", + "57924-001-02", + "57924-001-03", + "57924-001-04", + "57924-001-05", + "57924-001-06", + "57924-001-07", + "57924-001-08", + "80421-100-01", + "80421-100-02", + "80421-100-03", + "80421-100-04", + "80421-100-05", + "68623-123-01", + "68623-123-02", + "68623-123-03", + "55785-123-01", + "55785-123-02", + "55785-123-03", + "55785-123-04", + "55785-123-05", + "55785-123-06", + "55785-123-07", + "55785-123-08", + "55785-123-09", + "55785-123-10", + "55785-123-11", + "72637-001-01", + "72637-001-02", + "61865-001-01", + "61865-001-02", + "61865-001-03", + "54513-001-01", + "54513-001-02", + "55050-0011-7", + "55050-0011-8", + "55050-0011-9", + "55050-0011-1", + "55050-0011-2", + "55050-0011-3", + "74301-001-01", + "74301-001-02", + "74301-001-03", + "10698-0001-0", + "10698-0001-1", + "10698-0001-2", + "10698-0001-3", + "10698-0001-4", + "10698-0001-5", + "10698-0001-6", + "10698-0001-7", + "10698-0001-8", + "10698-0001-9", + "58960-001-01", + "58960-001-02", + "58960-001-03", + "58960-001-04", + "81426-001-01", + "81426-001-02", + "81426-001-03", + "81426-001-04", + "60539-001-01", + "60539-001-02", + "60539-001-03", + "60539-001-04", + "60539-001-05", + "60539-001-06", + "45405-001-01", + "45405-001-02", + "45405-001-03", + "45405-001-04", + "45405-001-05", + "45405-001-06", + "45405-001-07", + "45405-001-08", + "45405-001-09", + "45405-001-10", + "45405-001-11", + "45405-001-12", + "45405-001-13", + "45405-001-14", + "45405-001-15", + "62377-001-01", + "62377-001-02", + "62377-001-03", + "62377-001-04", + "62377-001-05", + "62377-001-06", + "62377-001-07", + "62377-001-08", + "62377-001-09", + "24057-001-01", + "24057-001-02", + "24057-001-03", + "24057-001-04", + "24057-001-05", + "24057-001-06", + "24057-001-07", + "24057-001-08", + "24057-001-09", + "24057-001-10", + "24057-001-11", + "58089-001-02", + "58089-001-03", + "58089-001-01", + "65898-001-01", + "65898-001-02", + "65898-001-03", + "65898-001-04", + "11087-001-01", + "11087-001-02", + "11087-001-03", + "11087-001-04", + "11087-001-05", + "11087-001-06", + "81610-001-01", + "81610-001-02", + "81610-001-03", + "81610-001-04", + "10304-463-01", + "10304-463-02", + "10304-463-03", + "10304-463-04", + "10304-463-05", + "10304-463-06", + "10304-463-07", + "10304-463-08", + "10304-463-09", + "10304-463-10", + "10304-463-11", + "10304-463-12", + "10304-463-13", + "10304-463-14", + "10304-463-15", + "10304-463-16", + "10304-463-17", + "70513-001-01", + "70513-001-02", + "70513-001-03", + "70513-001-04", + "70513-001-05", + "70513-001-06", + "70513-001-07", + "70513-001-08", + "70513-001-09", + "70513-001-10", + "70513-001-11", + "55128-001-01", + "55128-001-02", + "55128-001-03", + "55128-001-04", + "55128-001-05", + "57959-123-01", + "57959-123-04", + "57959-123-05", + "57959-123-06", + "57959-123-08", + "57959-123-09", + "57959-123-10", + "57959-123-11", + "57959-123-12", + "54767-001-14", + "54767-001-09", + "54767-001-31", + "54767-001-37", + "54767-001-40", + "54767-001-74", + "54767-001-80", + "53730-001-01", + "53730-001-02", + "53730-001-03", + "53730-001-04", + "53730-001-05", + "53730-001-06", + "53730-001-07", + "53730-001-08", + "72740-123-01", + "72740-123-02", + "72740-123-03", + "50517-123-03", + "50517-123-02", + "50517-123-01", + "50517-123-04", + "50517-123-05", + "50517-123-06", + "50517-123-07", + "50517-123-08", + "72706-123-01", + "72706-123-02", + "72706-123-03", + "72706-123-04", + "52272-001-01", + "52272-001-02", + "52272-001-03", + "52272-001-04", + "52272-001-05", + "52272-001-06", + "52272-001-07", + "52272-001-08", + "52272-001-09", + "52272-001-10", + "52272-001-11", + "52272-001-12", + "72814-001-01", + "72814-001-03", + "72814-001-02", + "72814-001-04", + "72814-001-05", + "72814-001-06", + "72814-001-07", + "72814-001-08", + "72814-001-09", + "72814-001-11", + "72814-001-10", + "63553-001-01", + "63553-001-02", + "63553-001-03", + "63553-001-04", + "63553-001-05", + "63553-001-06", + "63553-001-07", + "63553-001-08", + "62234-001-01", + "62234-001-02", + "62234-001-03", + "72921-001-01", + "72921-001-02", + "72921-001-03", + "72921-001-04", + "51887-720-01", + "51887-720-02", + "51887-720-03", + "51887-720-04", + "51887-720-05", + "51887-720-06", + "51887-720-07", + "51887-720-08", + "51887-720-09", + "51887-720-10", + "51887-720-11", + "51887-720-12", + "51887-720-13", + "51887-720-14", + "51887-720-15", + "51887-720-16", + "51887-720-17", + "51887-720-18", + "51887-720-19", + "51887-720-20", + "51887-720-21", + "51887-720-22", + "51887-720-23", + "51887-720-24", + "51887-720-25", + "51887-720-26", + "51887-720-27", + "10927-003-09", + "10927-003-10", + "10927-003-11", + "10927-003-12", + "10927-003-13", + "10927-003-14", + "10927-003-15", + "10927-003-16", + "10927-003-17", + "10927-003-18", + "10927-003-19", + "65802-001-01", + "65802-001-02", + "65802-001-03", + "65802-001-04", + "65465-0001-1", + "65465-0001-2", + "65465-0001-3", + "65465-0001-4", + "65465-0001-5", + "65465-0001-6", + "65465-0001-7", + "59190-416-00", + "59190-416-02", + "59190-416-07", + "59190-416-08", + "59190-416-05", + "59190-416-06", + "59190-416-12", + "59190-416-11", + "59190-416-13", + "59190-416-09", + "59190-416-01", + "59190-416-03", + "59190-416-04", + "59190-416-10", + "50063-001-01", + "50063-001-02", + "50063-001-03", + "50063-001-04", + "50063-001-05", + "50063-001-06", + "50063-001-07", + "50063-001-08", + "50063-001-09", + "50063-001-10", + "50063-001-11", + "50063-001-12", + "69128-001-01", + "69128-001-02", + "58722-9093-0", + "58722-9093-1", + "58722-9093-2", + "58722-9093-3", + "58722-9093-4", + "58722-9093-5", + "58722-9093-6", + "58722-9093-7", + "58722-9093-8", + "58722-9093-9", + "58722-9094-0", + "58722-9094-1", + "70101-001-01", + "70101-001-02", + "70101-001-03", + "70101-001-04", + "70101-001-05", + "70101-001-06", + "70101-001-07", + "70101-001-08", + "70101-001-09", + "70101-001-10", + "70101-001-11", + "70101-001-12", + "70101-001-13", + "68796-5626-1", + "68796-5626-2", + "68796-5626-3", + "68796-5626-4", + "61580-123-02", + "61580-123-03", + "61580-123-01", + "61580-123-04", + "61426-123-01", + "61426-123-02", + "61426-123-03", + "61426-123-04", + "14217-001-01", + "14217-001-02", + "14217-001-03", + "14217-001-04", + "14217-001-05", + "66228-001-01", + "66228-001-02", + "66228-001-03", + "66228-001-04", + "61140-001-01", + "61140-001-02", + "61140-001-03", + "61140-001-04", + "12121-001-01", + "12121-001-02", + "12121-001-03", + "12121-001-04", + "12121-001-05", + "12121-001-06", + "12121-001-07", + "12121-001-09", + "58247-001-01", + "58247-001-02", + "58247-001-03", + "58247-001-04", + "51960-001-01", + "51960-001-02", + "51960-001-03", + "51960-001-04", + "51960-001-05", + "51960-001-06", + "51960-001-07", + "64395-0001-1", + "64395-0001-2", + "64395-0001-3", + "64395-0001-4", + "58276-015-01", + "58276-015-02", + "58276-015-03", + "58276-015-04", + "50505-001-01", + "50505-001-02", + "50505-001-03", + "50505-001-04", + "50505-001-05", + "50505-001-06", + "46123-002-01", + "46123-002-02", + "46123-002-03", + "46123-002-04", + "46123-002-05", + "46123-002-06", + "46123-002-07", + "46123-002-08", + "72692-123-01", + "72692-123-02", + "72692-123-03", + "62671-001-01", + "62671-001-02", + "62671-001-03", + "62671-001-04", + "62671-001-05", + "62671-001-06", + "62671-001-07", + "52563-002-01", + "74911-001-01", + "74911-001-02", + "74911-001-03", + "74911-001-04", + "66314-001-01", + "66314-001-02", + "66314-001-03", + "66314-001-04", + "66314-001-05", + "66314-001-06", + "66314-001-07", + "66314-001-08", + "59387-001-01", + "59387-001-02", + "59387-001-03", + "59387-001-04", + "59387-001-05", + "59387-001-06", + "59387-001-07", + "59387-001-08", + "59387-001-09", + "59387-001-10", + "59387-001-11", + "52374-001-01", + "52374-001-02", + "52374-001-03", + "52374-001-04", + "52374-001-05", + "52374-001-06", + "52374-001-07", + "52374-001-08", + "52374-001-09", + "52374-001-10", + "52374-001-11", + "52374-001-12", + "52374-001-13", + "52374-001-14", + "80268-001-01", + "70300-001-00", + "61869-0001-1", + "61869-0001-2", + "61869-0001-3", + "61869-0001-4", + "61869-0001-5", + "61869-0001-6", + "61869-0001-7", + "61869-0001-8", + "68174-123-01", + "68174-123-04", + "67061-001-01", + "67061-001-02", + "68371-001-01", + "68371-001-02", + "24598-0121-1", + "24598-0121-2", + "24598-0121-3", + "24598-0121-4", + "24598-0121-5", + "64952-002-01", + "64952-002-02", + "64952-002-03", + "64952-002-04", + "69241-001-01", + "69241-001-02", + "69075-001-01", + "69075-001-02", + "69075-001-03", + "69075-001-04", + "69075-001-05", + "69240-001-01", + "69240-001-02", + "69240-001-03", + "69240-001-04", + "69240-001-05", + "69240-001-06", + "57287-100-01", + "57287-100-02", + "57287-100-03", + "57287-100-04", + "57287-100-05", + "57287-100-06", + "69534-001-02", + "69534-001-03", + "69534-001-01", + "60367-002-02", + "60367-002-03", + "57957-0007-1", + "57957-0007-2", + "57957-0007-3", + "57957-0007-4", + "57957-0007-5", + "57957-0007-6", + "57957-0007-7", + "76091-002-01", + "76091-002-02", + "76091-002-03", + "76091-002-04", + "76091-002-05", + "76091-002-06", + "40054-1003-0", + "40054-1003-1", + "40054-1003-2", + "40054-1003-3", + "40054-1003-4", + "40054-1003-5", + "40054-1003-6", + "40054-1003-7", + "40054-1003-8", + "40054-1003-9", + "50809-001-02", + "50809-001-09", + "50809-001-10", + "50809-001-11", + "50809-001-12", + "50809-001-13", + "50809-001-14", + "50809-001-15", + "50809-001-16", + "50809-001-17", + "50809-001-18", + "50809-001-19", + "65915-123-02", + "65915-123-03", + "65915-123-01", + "65915-123-04", + "70672-001-03", + "70672-001-04", + "70672-001-01", + "70672-001-02", + "72757-001-01", + "72757-001-02", + "72757-001-03", + "72757-001-04", + "31462-001-01", + "31462-001-02", + "31462-001-03", + "31462-001-04", + "65297-001-01", + "65297-001-02", + "65297-001-03", + "65297-001-04", + "65297-001-05", + "65297-001-06", + "65297-001-07", + "73052-001-01", + "73052-001-02", + "73052-001-03", + "73052-001-04", + "60563-001-01", + "60563-001-02", + "60563-001-03", + "60563-001-04", + "61279-001-01", + "59910-0001-1", + "59910-0001-2", + "59910-0001-3", + "59910-0001-4", + "59910-0001-5", + "59910-0001-6", + "59910-0001-7", + "59910-0001-8", + "60696-1234-1", + "60696-1234-2", + "60696-1234-3", + "60696-1234-4", + "60696-1234-5", + "60696-1234-6", + "52003-011-20" + ], + "unii": [ + "S88TT14065", + "N762921K75" + ], + "application_number": [ + "NDA205849", + "NDA205865", + "NDA205767", + "NDA206023", + "NDA205889", + "NDA212314", + "NDA205712", + "NDA205840", + "NDA211739", + "NDA210844", + "NDA205820", + "NDA205862", + "NDA205737", + "NDA205986", + "NDA205827", + "NDA205818", + "NDA205817" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugdosageform": "TABLET", + "drugindication": "CONNECTIVE TISSUE DISORDER", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0058057" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0063316", + "occurcountry": "US", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "1" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003308", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "59", + "patientonsetageunit": "801", + "patientagegroup": "5", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Unevaluable event", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Malaise", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugdosagetext": "10 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PULMONARY HYPERTENSION", + "drugstartdateformat": "102", + "drugstartdate": "20101122", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugdosageform": "TABLET", + "drugindication": "SYSTEMIC SCLEROSIS", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0063316" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0057858", + "occurcountry": "US", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003309", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "42", + "patientonsetageunit": "801", + "patientagegroup": "5", + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Hepatic enzyme increased", + "reactionoutcome": "1" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugdosageform": "TABLET", + "drugindication": "SLEEP APNOEA SYNDROME", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PULMONARY HYPERTENSION", + "drugstartdateformat": "102", + "drugstartdate": "20120427", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0057858" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0063271", + "occurcountry": "US", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003310", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "66", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Back pain", + "reactionoutcome": "1" + } + ], + "drug": [ + { + "drugcharacterization": "2", + "medicinalproduct": "LYRICA", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "PREGABALIN" + }, + "openfda": { + "application_number": [ + "NDA021446", + "NDA022488" + ], + "brand_name": [ + "LYRICA" + ], + "generic_name": [ + "PREGABALIN" + ], + "manufacturer_name": [ + "Parke-Davis Div of Pfizer Inc", + "U.S. Pharmaceuticals" + ], + "product_ndc": [ + "0071-1012", + "0071-1013", + "0071-1014", + "0071-1015", + "0071-1016", + "0071-1017", + "0071-1019", + "0071-1018", + "0071-1020", + "63539-013", + "63539-014" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "PREGABALIN" + ], + "rxcui": [ + "483438", + "483440", + "483442", + "483444", + "483446", + "483448", + "483450", + "577127", + "607018", + "607020", + "607022", + "607024", + "607026", + "607028", + "607033", + "607038", + "898715", + "898718" + ], + "spl_id": [ + "b9b1285a-2cb3-4789-8b0e-8d5e1b253534", + "0fbd5d1f-30cd-464d-a1d6-71e8057a9377" + ], + "spl_set_id": [ + "60185c88-ecfd-46f9-adb9-b97c6b00a553", + "ce1a4b9d-3127-4416-8bf2-fee5899fc0ba" + ], + "package_ndc": [ + "0071-1012-68", + "0071-1013-41", + "0071-1013-68", + "0071-1014-41", + "0071-1014-68", + "0071-1015-41", + "0071-1015-68", + "0071-1016-41", + "0071-1016-68", + "0071-1017-68", + "0071-1019-68", + "0071-1018-68", + "0071-1020-01", + "63539-013-41", + "63539-014-90" + ], + "unii": [ + "55JG375S6M" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "METOPROLOL", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "METOPROLOL" + }, + "openfda": { + "application_number": [ + "ANDA078950", + "ANDA091045", + "ANDA202871" + ], + "brand_name": [ + "METOPROLOL", + "METOPROLOL TARTRATE" + ], + "generic_name": [ + "METOPROLOL TARTRATE", + "METOPROLOL" + ], + "manufacturer_name": [ + "Baxter Healthcare Corporation", + "Fresenius Kabi USA, LLC", + "Alembic Pharmaceuticals Inc.", + "Alembic Pharmaceuticals Limited" + ], + "product_ndc": [ + "36000-033", + "63323-660", + "62332-112", + "62332-113", + "62332-114", + "46708-290", + "46708-291", + "46708-292" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "INTRAVENOUS", + "ORAL" + ], + "substance_name": [ + "METOPROLOL TARTRATE" + ], + "rxcui": [ + "866508", + "866511", + "866514", + "866924" + ], + "spl_id": [ + "202a1ff0-38f7-4bf2-ade7-6ede8fa64486", + "94a4f468-def9-95b9-e053-2995a90a3428", + "bd31df42-b6c6-4141-8cba-916f7eeed8c6", + "db3610b2-3a79-4273-a4c0-c577cbc001f5" + ], + "spl_set_id": [ + "09566368-f91d-43a3-b683-30c844fb125a", + "be1c686e-37a5-4a53-945b-68a6ead35134", + "24837d82-0f3f-4482-9af0-31e5f675c30f", + "cb76a73f-549a-4170-b96a-f93ed7e09464" + ], + "package_ndc": [ + "36000-033-10", + "63323-660-05", + "62332-112-30", + "62332-112-31", + "62332-112-91", + "62332-113-30", + "62332-113-31", + "62332-113-91", + "62332-114-30", + "62332-114-31", + "62332-114-91", + "46708-290-30", + "46708-290-31", + "46708-290-91", + "46708-290-10", + "46708-290-71", + "46708-291-30", + "46708-291-31", + "46708-291-91", + "46708-291-10", + "46708-292-30", + "46708-292-31", + "46708-292-91", + "46708-292-10" + ], + "unii": [ + "W5S57Y3A5L" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "XANAX", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "ALPRAZOLAM" + }, + "openfda": { + "application_number": [ + "NDA021434", + "NDA018276" + ], + "brand_name": [ + "XANAX XR", + "XANAX" + ], + "generic_name": [ + "ALPRAZOLAM" + ], + "manufacturer_name": [ + "Pharmacia & Upjohn Company LLC" + ], + "product_ndc": [ + "0009-0057", + "0009-0059", + "0009-0066", + "0009-0068", + "0009-0029", + "0009-0055", + "0009-0090", + "0009-0094" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "ALPRAZOLAM" + ], + "rxcui": [ + "433798", + "433799", + "433800", + "433801", + "687022", + "687023", + "687024", + "687025", + "141927", + "141928", + "197321", + "197322", + "214003", + "214004", + "308047", + "308048" + ], + "spl_id": [ + "d5218653-0bfe-44de-9449-79ffce3c1cb1", + "7e363e5f-5652-47f7-8355-8dc85fcc0f11" + ], + "spl_set_id": [ + "aa58fff3-c297-49be-838b-599c32ad9835", + "388e249d-b9b6-44c3-9f8f-880eced0239f" + ], + "package_ndc": [ + "0009-0057-07", + "0009-0059-07", + "0009-0066-07", + "0009-0068-07", + "0009-0029-01", + "0009-0029-46", + "0009-0029-02", + "0009-0029-14", + "0009-0055-01", + "0009-0055-46", + "0009-0055-03", + "0009-0055-15", + "0009-0090-01", + "0009-0090-04", + "0009-0090-13", + "0009-0094-01", + "0009-0094-03" + ], + "nui": [ + "N0000175694", + "M0002356" + ], + "pharm_class_epc": [ + "Benzodiazepine [EPC]" + ], + "pharm_class_cs": [ + "Benzodiazepines [CS]" + ], + "unii": [ + "YU55MQ3IZY" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PULMONARY ARTERIAL HYPERTENSION", + "drugstartdateformat": "102", + "drugstartdate": "20110706", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "ADCIRCA", + "actiondrug": "1", + "activesubstance": { + "activesubstancename": "TADALAFIL" + }, + "openfda": { + "application_number": [ + "NDA022332" + ], + "brand_name": [ + "ADCIRCA" + ], + "generic_name": [ + "TADALAFIL" + ], + "manufacturer_name": [ + "United Therapeutics Corporation" + ], + "product_ndc": [ + "66302-467" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "TADALAFIL" + ], + "rxcui": [ + "849866", + "2123194" + ], + "spl_id": [ + "29f1af17-9d06-4338-afd6-632dcbcff287" + ], + "spl_set_id": [ + "ff61b237-be8e-461b-8114-78c52a8ad0ae" + ], + "package_ndc": [ + "66302-467-60", + "66302-467-61" + ], + "nui": [ + "N0000175599", + "N0000020026" + ], + "pharm_class_epc": [ + "Phosphodiesterase 5 Inhibitor [EPC]" + ], + "pharm_class_moa": [ + "Phosphodiesterase 5 Inhibitors [MoA]" + ], + "unii": [ + "742SXX0ICT" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "ZOCOR", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "SIMVASTATIN" + }, + "openfda": { + "application_number": [ + "NDA019766" + ], + "brand_name": [ + "ZOCOR" + ], + "generic_name": [ + "SIMVASTATIN" + ], + "manufacturer_name": [ + "Organon LLC", + "Merck Sharp & Dohme Corp." + ], + "product_ndc": [ + "78206-179", + "78206-182", + "78206-181", + "78206-180", + "0006-0543", + "0006-0749", + "0006-0740", + "0006-0735" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "SIMVASTATIN" + ], + "rxcui": [ + "104490", + "104491", + "152923", + "198211", + "200345", + "213319", + "312961", + "314231" + ], + "spl_id": [ + "807ff3cf-c954-4922-b0b8-a0de22ff4258", + "41a60de3-6740-43c7-a8d7-7dbfd0a8d6a0" + ], + "spl_set_id": [ + "8f55d5de-5a4f-4a39-8c84-c53976dd6af9", + "fdbfe194-b845-42c5-bb87-a48118bc72e7" + ], + "package_ndc": [ + "78206-179-01", + "78206-179-02", + "78206-182-01", + "78206-182-02", + "78206-181-02", + "78206-181-01", + "78206-180-01", + "78206-180-02", + "0006-0543-31", + "0006-0543-54", + "0006-0749-31", + "0006-0749-54", + "0006-0740-54", + "0006-0740-31", + "0006-0735-31", + "0006-0735-54" + ], + "nui": [ + "N0000175589", + "N0000000121" + ], + "pharm_class_epc": [ + "HMG-CoA Reductase Inhibitor [EPC]" + ], + "pharm_class_moa": [ + "Hydroxymethylglutaryl-CoA Reductase Inhibitors [MoA]" + ], + "unii": [ + "AGG2FN16EV" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "ADVAIR HFA", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "FLUTICASONE PROPIONATE\\SALMETEROL XINAFOATE" + }, + "openfda": { + "application_number": [ + "NDA021254" + ], + "brand_name": [ + "ADVAIR HFA" + ], + "generic_name": [ + "FLUTICASONE PROPIONATE AND SALMETEROL XINAFOATE" + ], + "manufacturer_name": [ + "GlaxoSmithKline LLC" + ], + "product_ndc": [ + "0173-0715", + "0173-0716", + "0173-0717" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "RESPIRATORY (INHALATION)" + ], + "substance_name": [ + "FLUTICASONE PROPIONATE", + "SALMETEROL XINAFOATE" + ], + "rxcui": [ + "896231", + "896235", + "896236", + "896237", + "896239", + "896243", + "896244", + "896245", + "896267", + "896271", + "896272", + "896273" + ], + "spl_id": [ + "296f1772-58d7-4742-abc6-4557165605b2" + ], + "spl_set_id": [ + "dfaca6f9-3277-47b2-319d-1377917cb54c" + ], + "package_ndc": [ + "0173-0715-20", + "0173-0715-22", + "0173-0716-20", + "0173-0716-22", + "0173-0717-20", + "0173-0717-22" + ], + "unii": [ + "6EW8Q962A5", + "O2GMZ0LF5W" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "ASPIRIN.", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "ASPIRIN" + }, + "openfda": { + "application_number": [ + "part343" + ], + "brand_name": [ + "ASPIRIN ADULT LOW DOSE", + "BAYER GENUINE ASPIRIN", + "ZEE ASPIRIN", + "ENTERIC COATED ASPIRIN REGULAR STRENGTH", + "ASPIRIN", + "ADULT ASPIRIN REGIMEN LOW DOSE", + "LEADER ASPIRIN", + "ENTERIC ASPIRIN", + "BERKLEY AND JENSEN ASPIRIN", + "UP AND UP ASPIRIN", + "HEALTH MART REGULAR STRENGTH ENTERIC COATED ASPIRIN", + "HENRY SCHEIN ASPIRIN", + "ASPIRIN LOW DOSE", + "ASPIRIN ENTERIC SAFETY COATED", + "CHEWABLE LOW DOSE", + "BAYER WOMENS", + "SIGNATURE CARE ASPIRIN", + "GERITREX ASPIRIN", + "RAPIDOL ASPIRIN DISPLAY 2X25", + "365 EVERYDAY VALUE ASPIRIN", + "BUFFERED ASPIRIN", + "BUFFERIN REGULAR STRENGTH PAIN RELIEF", + "ASPIRIN REGULAR STRENGTH", + "MICRO-COATED ASPIRIN", + "EQUATE ASPIRIN", + "PAIN RELIEF ASPIRIN LOW DOSE", + "ENTERIC COATED ASPIRIN", + "ASPIRIN EXTRA STRENGTH", + "BAYER CHEWABLE - ASPIRIN REGIMEN LOW DOSE ASPIRIN CHERRY FLAVORED", + "ASPIRIN ENTERIC COATED", + "ASPIRIN 81 MG LOW DOSE", + "ASPIRIN LOW STRENGTH, ENTERIC", + "CHEWABLE ASPIRIN", + "ASPIRIN 325 MG", + "FAMILY WELLNESS ASPIRIN", + "LOW DOSE ASPIRIN", + "PHARBEST ASPIRIN 325MG", + "TOPCARE ASPIRIN", + "BASIC CARE ASPIRIN", + "CAREALL ASPIRIN", + "REGULAR STRENGTH ASPIRIN", + "ASPIRIN LOW DOSE ENTERIC COATED", + "ASPIRIN 81 MG ENTERIC COATED", + "LOW DOSE MINIPRIN ENTERIC SAFETY COATED", + "DIRECT SAFETY ASPIRIN", + "ASPIRIN DELAYED RELEASE", + "GOOD NEIGHBOR PHARMACY ASPIRIN", + "VALUMEDS ASPIRIN", + "HEALTH MART ASPIRIN", + "BAYER PLUS EXTRA STRENGTH", + "CIRCLE K ASPIRIN 325", + "LOW DOSE ASPIRIN ENTERIC SAFETY COATED", + "GOOD SENSE ASPIRIN", + "MOORE MEDICAL ASPIRIN", + "TRI-BUFFERED ASPIRIN", + "ASPIRIN ENTERIC COATED, REGULAR STRENGTH", + "ASPIRIN LOW DOSE CHEWABLE", + "REGULAR STRENGTH ENTERIC COATED ASPIRIN", + "ASPIR LOW", + "REXALL ASPIRIN", + "GOOD NEIGHBOR PHARMACY ASPIRIN ORANGE FLAVOR CHEWABLE", + "ADVANCED ASPIRIN", + "BAYER", + "LOW DOSE ASPIRIN ENTERIC SAFETY-COATED", + "ASPIRIN SAFETY COATED", + "ASPIRIN LOW DOSE SAFETY COATED", + "ASPIRIN LOW DOSE SUGAR FREE", + "ASPICA (ASPIRIN)", + "ASPI-COR", + "SUNMARK ASPIRIN ADULT LOW STRENGTH", + "ASSURED ASPIRIN", + "LOW DOSE ASPIRIN LOW DOSE", + "ASPIRIN 5 GRAIN", + "FIRST AID DIRECT ASPIRIN", + "ASPIRIN ENTERIC SAFETY-COATED", + "ASPIRIN 325MG", + "EQUATE ASPIRIN CHEWABLE", + "BAYER ASPIRIN REGIMEN ENTERIC COATED", + "RUGBY ASPIRIN", + "ASPIRIN 81 MG", + "CHEWABLE ASPIRIN LOW DOSE", + "ASPIRIN NSAID", + "SUNMARK ASPIRIN", + "ASPIRIN PAIN RELIEF", + "ASPIRIN 81", + "ARAMARK ASPIRIN", + "ADULT ASPIRIN REGIMEN", + "LIL DRUG STORE ASPIRIN 325", + "MICRO-COATED ASPIRIN 325 MG", + "ASPIRIN CHEWABLE, LOW DOSE", + "ASPIRIN LOW DOSE CHEWABLE ORANGE", + "HEALTH MART ADULT ASPIRIN", + "EQUALINE ASPIRIN", + "RIGHT REMEDIES ASPIRIN LOW DOSE 81 MG", + "ASPIRIN PAIN RELIVER", + "LOW DOSE ASPIRIN CHEWABLE", + "DG HEALTH ASPIRIN", + "ASPIRIN 81MG", + "ASPIRIN SAFETY COATED ADULT LOW DOSE", + "ASPIRIN CHEWABLE LOW DOSE", + "DR PAUSINS LOW DOSE CHEWABLE ASPIRIN CHERRY FLAVOR", + "DR PAUSINS LOW DOSE CHEWABLE ASPIRIN ORANGE FLAVOR", + "DR PAUSINS LOW DOSE ASPIRIN", + "DR PAUSINS ASPIRIN", + "ENTERIC COATED LOW DOSE ASPIRIN", + "SUNMARK ASPIRIN REGULAR STRENGTH", + "PHARBEST REGULAR STRENGTH ASPIRIN", + "SIGNATURE CARE ASPRIRIN", + "ECOTRIN REGULAR STRENGTH", + "COATED ASPIRIN", + "COATED ASPIRIN LOW-DOSE", + "CARE ONE ASPIRIN", + "PHYSICIANS CARE ASPIRIN", + "CAREONE ASPIRIN", + "ASPIRIN 325", + "BAYER LOW DOSE", + "BAYER ASPIRIN REGIMEN CHEWABLE LOW DOSE ASPIRIN ORANGE", + "ASPIRIN LOW STRENGTH", + "LOW STRENGTH CHEWABLE ASPIRIN", + "ASPIRIN LOW STRENGTH ADULT", + "ADULT LOW DOSE ASPIRIN", + "PAIN RELIEF ASPIRIN CHEWABLE, LOW DOSE", + "ASPIRIN ADULT LOW STRENGTH", + "ASPIRIN 81MG ADULT LOW DOSE", + "ECOTRIN", + "SAFETY COATED LOW DOSE ASPIRIN", + "REGULAR STRENGTH TRI-BUFFERED ASPIRIN", + "CHEWABLE ASPIRIN ADULT LOW DOSE", + "REGULAR STRENGTH ASPIRIN EC", + "ASPIRIN 325 MG EC", + "LOW DOSE ASPIRIN 81 MG SAFETY COATED", + "RUGBY ADULT ASPIRIN", + "ASPIRIN CHEWABLE", + "PAIN RELIEF ASPIRIN", + "UP AND UP CHEWABLE ASPIRIN", + "SUNMARK ADULT ASPIRIN", + "CHEWABLE LOW DOSE ASPIRIN", + "ST. JOSEPH LOW DOSE ASPIRIN", + "ST. JOSEPH CHEWABLE LOW DOSE ASPIRIN", + "ASPIRIN ENTERIC COATED LOW DOSE", + "ASPIRIN SAFETY COATED ENTERIC, REGULAR STRENGTH", + "CHEWABLE ADULT LOW DOSE ASPIRIN" + ], + "generic_name": [ + "ASPIRIN", + "ASPIRIN 81 MG", + "ASPIRIN 81MG", + "ASPIRIN 325 MG" + ], + "manufacturer_name": [ + "Wal-Mart Stores Inc", + "Unifirst First Aid Corporation", + "Cintas Corporation", + "Strategic Sourcing Services LLC", + "Topco Associates, LLC", + "Walgreen Company", + "Cardinal Health 110, LLC. DBA Leader", + "Cardinal Health 110, LLC. dba Leader", + "CHAIN DRUG MARKETING ASSOCIATION INC", + "H E B", + "BJWC", + "Kroger Company", + "Target Corporation", + "Henry Schein, Inc.", + "L.N.K. International, Inc.", + "Care One (American Sales Company)", + "Moore Medical LLC", + "SPIRIT PHARMACEUTICALS LLC", + "Bayer HealthCare LLC.", + "Safeway", + "Marc Glassman, Inc.", + "Geritrex LLC", + "Pharmadel LLC", + "Whole Foods Market, INC.", + "DOLGENCORP, LLC", + "The Kroger Co.", + "WR Group, Inc.", + "Genomma Lab USA", + "EQUATE (Wal-Mart Stores, Inc.)", + "Publix Supermarkets, Inc.", + "Rugby Laboratories, Inc", + "Advance Pharmaceutical Inc.", + "Rite Aid Corporation", + "Richmond Pharmaceuticals, Inc.", + "Valu Merchandisers Company", + "Magno-Humphries, Inc.", + "FRED'S, INC.", + "Major Pharmaceuticals", + "Time-Cap Labs, Inc", + "CVS Pharmacy", + "Allegiant Health", + "VITANE PHARMACEUTICALS, INC", + "Amerisource Bergen", + "Genuine First Aid LLC", + "Meijer", + "Paddock Laboratories, LLC", + "Family Dollar Services Inc", + "SUPERVALU INC.", + "Pharbest Pharmaceuticals, Inc.", + "Topco Associates LLC", + "COSTCO WHOLESALE CORPORATION", + "Amazon.com Services LLC", + "Better Living Brands, LLC", + "New World Imports, Inc", + "MAJOR PHARMACEUTICALS", + "Publix Super Markets Inc", + "CARDINAL HEALTH, INC.", + "RETAIL BUSINESS SERVICES , LLC.", + "SMART SENSE (Kmart)", + "FOODHOLD U.S.A., LLC", + "Marlex Pharmaceuticals Inc", + "Chain Drug Consortium", + "GREAT LAKES WHOLESALE, MARKETING, & SALES, INC.", + "Conney Safety Products, LLC", + "L&R Distributors, Inc.", + "VALU MERCHANDISERS COMPANY", + "Rugby Laboratories", + "RUGBY", + "ARMY AND AIR FORCE EXCHANGE SERVICE", + "America Medic & Science, LLC", + "Harris Teeter", + "Lil Drug Store Products, Inc", + "Harmon Stores Inc.", + "Harmon Store Inc.", + "America's Pharmacy Source LLC", + "L. Perrigo Company", + "Moore Medical", + "Greenbrier International", + "AAA Pharmaceutical, Inc.", + "Geri-Care Pharmaceutical Corp", + "Dolgencorp, LLC", + "ADVANCED FIRST AID, INC.", + "Lil' Drug Store Products, Inc.", + "HARRIS TEETER", + "P & L Development, LLC", + "Hy-Vee", + "Akron Phama", + "Chain Drug Marketing Association", + "Supervalu Inc.", + "SMART SENSE (KMART)", + "Provision Medical Products", + "United Exchange Corp.", + "United Exchange Corporation", + "AmerisourceBergen (Good Neighbor Pharmacy) 46122", + "Chain Drug Consortium, LLC", + "Afassco Inc.", + "PLD Acquisitions LLC DBA Avma Pharma Solutions", + "Reliable 1 Laboratories LLC", + "TOP CARE (Topco Associates LLC)", + "TIME CAP LABORATORIES, INC", + "Freds Inc", + "CARDINAL HEALTH", + "Salado Sales, Inc.", + "QUALITY CHOICE (Chain Drug Marketing Association)", + "Rugby Laboratories, Inc.", + "Western First Aid Safety DBA Aramark", + "Care One (Retail Business Services, LLC.)", + "Geri-Care Pharmaceuticals, Corp", + "SAVE-A-LOT FOOD STORES, LTD.", + "GOODSENSE", + "BJWC (Berkley & Jensen / BJ's)", + "Supervalu Inc", + "Strive Pharmaceuticals Inc", + "Pioneer Life Sciences, LLC", + "Meijer Distribution Inc", + "Healthlife of USA", + "Cardinal Health (Leader) 70000", + "WinCo Foods, LLC", + "Honeywell Safety Products USA, Inc", + "Sam's West Inc", + "Achlis Laboratories", + "Bene Health OTC", + "Cardinal Health", + "Pharbest Pharmaceuticals, Inc", + "Best Choice (Valu Merchandisers Company)", + "Medtech Products Inc.", + "American Sales Company", + "GREENBRIER INTERNATIONAL, INC.", + "Retail Business Services , LLC.", + "Beacon Pharma, Inc.", + "Acme United Corporation", + "Richmond Pharmaceuticals, Inc", + "PUBLIX SUPER MARKETS INC", + "Discount Drug Mart", + "TopCo Associates LLC", + "TopCare", + "Health Pharma USA LLC", + "Athlete's Needs Inc", + "Bi-Mart", + "Medline Industries", + "Safetec of America, Inc.", + "Family Dollar (FAMILY WELLNESS)", + "Shopko Stores Operating Co., LLC.", + "TARGET CORPORATION", + "Lidl US LLC", + "HEB", + "DISCOUNT DRUG MART", + "Foundation Consumer Healthcare", + "Foundation Consumer Healthcare LLC", + "AmerisourceBergen Drug Corporation (Good Neighbor Pharmacy) 24385", + "NORTHEAST PHARMA", + "TARGET Corporation", + "America Medic & Science", + "Lidl USA LLC", + "Raritan Pharmaceuticals Inc" + ], + "product_ndc": [ + "49035-914", + "47682-456", + "42961-044", + "49348-937", + "36800-545", + "0363-0587", + "70000-0218", + "70000-0170", + "63868-898", + "37808-157", + "68391-416", + "30142-627", + "11673-378", + "62011-0040", + "0404-0712", + "50844-600", + "41520-228", + "55670-131", + "68210-2200", + "0280-2200", + "21130-167", + "68998-146", + "30142-274", + "54162-940", + "55758-312", + "42681-7075", + "55910-438", + "70000-0147", + "30142-370", + "69607-0867", + "50066-610", + "49035-370", + "56062-027", + "0536-3305", + "49035-467", + "17714-009", + "70000-0253", + "11822-0600", + "54738-128", + "63941-249", + "54257-274", + "55315-645", + "0904-6712", + "49483-382", + "0280-2090", + "50844-219", + "59779-772", + "69168-318", + "60577-005", + "59779-439", + "46122-691", + "52124-0012", + "41250-681", + "70677-0071", + "0574-7034", + "0574-7036", + "17714-010", + "55319-467", + "41163-563", + "0363-0218", + "16103-357", + "36800-274", + "63981-563", + "72288-416", + "30142-699", + "21130-918", + "51824-077", + "37808-867", + "0904-6783", + "56062-274", + "17714-121", + "70000-0014", + "72476-105", + "49738-077", + "41520-157", + "10135-689", + "49035-563", + "68016-747", + "56062-416", + "64092-119", + "50844-957", + "0280-2000", + "49483-330", + "61245-116", + "15127-228", + "49483-349", + "63941-081", + "24385-278", + "0536-1053", + "69168-372", + "68210-0025", + "62011-0028", + "70000-0419", + "0536-1004", + "55301-600", + "49638-115", + "72036-152", + "0280-2040", + "62011-0021", + "66715-6704", + "49483-328", + "63940-321", + "55910-945", + "11822-2180", + "63940-218", + "72615-0064", + "0113-0259", + "55670-620", + "63868-363", + "33992-2883", + "41163-945", + "0363-0157", + "72288-467", + "68210-4098", + "57344-018", + "0904-2015", + "0363-0227", + "21130-397", + "49035-157", + "11673-416", + "57896-921", + "0904-7704", + "55910-274", + "49035-355", + "24385-364", + "67060-232", + "66715-9726", + "72036-018", + "70000-0420", + "57344-146", + "51824-055", + "62011-0020", + "59726-867", + "42507-370", + "70000-0035", + "54738-541", + "30142-027", + "59779-605", + "68016-690", + "49638-101", + "49035-416", + "50844-675", + "68210-4128", + "56062-467", + "63941-600", + "71399-8627", + "49348-498", + "63868-469", + "50844-218", + "72036-146", + "68210-0015", + "41163-522", + "49738-786", + "15127-738", + "69103-2501", + "65923-507", + "42961-113", + "30142-467", + "65923-249", + "46122-615", + "68016-722", + "51532-0232", + "49035-274", + "59779-274", + "63548-0227", + "0113-0274", + "0536-1054", + "0280-2110", + "0536-1008", + "69618-066", + "59779-137", + "36800-968", + "68998-105", + "50844-563", + "63941-157", + "59779-157", + "49483-481", + "50844-157", + "49738-781", + "55315-867", + "49781-097", + "0904-6713", + "49348-757", + "11822-2270", + "52124-0011", + "41250-780", + "63868-332", + "57243-157", + "63868-354", + "0536-1148", + "63941-397", + "46122-598", + "21130-957", + "36800-157", + "49483-331", + "69618-046", + "81238-0232", + "55301-157", + "70000-0178", + "66715-6840", + "54738-559", + "72476-867", + "42681-0013", + "57896-901", + "46994-157", + "0904-6811", + "55319-601", + "63868-352", + "0904-6751", + "30142-391", + "50804-880", + "41163-797", + "62011-0405", + "37808-031", + "41226-481", + "30142-416", + "68391-867", + "21130-645", + "0904-6794", + "62011-0432", + "55319-492", + "63940-333", + "49483-334", + "62011-0019", + "41163-416", + "0113-1919", + "41163-918", + "70692-161", + "46994-600", + "72036-181", + "72090-001", + "41250-274", + "69517-136", + "70000-0428", + "15127-241", + "55910-467", + "72036-080", + "37808-600", + "67091-124", + "55315-157", + "49483-381", + "64092-150", + "59726-370", + "67091-122", + "68016-642", + "0498-0114", + "0498-0113", + "68196-901", + "21130-600", + "71476-101", + "71476-102", + "71476-103", + "71476-104", + "59779-467", + "57344-080", + "36800-467", + "62011-0404", + "67091-110", + "65155-981", + "70000-0507", + "68998-018", + "49348-001", + "16103-365", + "10135-173", + "0904-6809", + "0113-0416", + "21130-081", + "55910-563", + "0404-0164", + "62011-0212", + "36800-027", + "41250-600", + "56062-719", + "21130-509", + "63941-103", + "36800-127", + "63029-302", + "55910-157", + "68210-2500", + "68391-227", + "68998-081", + "11673-563", + "57896-904", + "46122-262", + "41520-259", + "33992-0218", + "56062-867", + "49348-980", + "49483-387", + "72476-152", + "55910-249", + "72629-020", + "0924-0105", + "0924-0106", + "41520-651", + "64092-110", + "24385-028", + "68210-0150", + "0363-0691", + "0280-2100", + "0280-2080", + "63940-320", + "54738-111", + "59779-727", + "0536-1234", + "59779-945", + "56062-118", + "55910-600", + "57896-911", + "11822-6451", + "62011-0003", + "68196-900", + "16103-356", + "53943-157", + "0113-0773", + "11822-0397", + "68210-5100", + "36800-146", + "70677-0070", + "63940-609", + "49738-784", + "41520-030", + "15127-227", + "0363-0397", + "36800-880", + "63029-311", + "69618-014", + "41250-467", + "63868-240", + "68998-080", + "55319-600", + "55301-821", + "71679-010", + "68016-689", + "59779-600", + "53185-249", + "0363-0183", + "37835-738", + "0113-7467", + "53329-020", + "0904-6784", + "50844-254", + "69618-015", + "61010-4407", + "69168-312", + "0536-1232", + "36800-259", + "63941-227", + "55319-227", + "0536-1284", + "55315-218", + "0904-6744", + "69842-826", + "37012-826", + "0904-4040", + "11673-181", + "69168-288", + "17714-011", + "68210-4093", + "11822-0157", + "11673-702", + "46122-635", + "70677-0092", + "55319-218", + "41250-118", + "67091-123", + "71141-005", + "49483-390", + "37808-246", + "46122-292", + "53943-080", + "69536-181", + "0113-0467", + "36800-030", + "59726-227", + "69536-281", + "55301-227", + "49348-981", + "15127-874", + "24385-429", + "69842-927", + "80136-901", + "0536-1149", + "70000-0359", + "0363-0563", + "16103-366", + "69168-400", + "63868-373", + "41250-146", + "41520-467", + "49638-102", + "63981-227", + "70000-0564", + "11673-027", + "72036-105", + "46122-596", + "55315-397", + "51824-057", + "49638-481", + "41520-274", + "71141-158", + "49348-191", + "68163-081", + "63868-029", + "0363-6450", + "68210-0220" + ], + "product_type": [ + "HUMAN OTC DRUG" + ], + "route": [ + "ORAL", + "RECTAL" + ], + "substance_name": [ + "ASPIRIN", + "CALCIUM CARBONATE" + ], + "rxcui": [ + "308416", + "211874", + "212033", + "198467", + "318272", + "1722689", + "1722695", + "260847", + "198471", + "825180", + "198464", + "198473", + "1052678", + "211887", + "1293665", + "1600991", + "243670", + "212086", + "794229", + "1189781", + "749795", + "211832" + ], + "spl_id": [ + "a1833a99-76cc-47fb-80fb-3a6507a2db3e", + "c4e44c3e-789b-ba03-e053-2a95a90a6a1e", + "1b00947c-88f5-41da-96c3-269260281a06", + "ad861fef-cccc-4123-a38f-0a5cad5e4f70", + "a8218ef2-73d9-4f87-a336-273bf15110d5", + "fb9a64d2-d1cd-4ce4-8294-1fc04a256dec", + "1fa133ca-5a46-45e7-89ab-ac9ca6b6bc1d", + "46a76f93-1dca-4ed1-a3a0-bbe3e9aa1b92", + "0de51c89-21a9-4d51-9a6a-c2ded04f5799", + "f77556ea-254d-4087-ac73-55c2600a0f30", + "792779e3-a56d-40f4-84e9-f17a27376db2", + "a5435f2a-bcba-466c-a9da-6423a4a3909d", + "56904b97-3b7e-4f61-a3f5-fd9675e0bbca", + "92ce8727-7976-4648-b9d4-7f551bb1332b", + "c6b00895-3dcc-4ce5-e053-2a95a90a6b88", + "4684d9ba-c30a-4771-b682-5d39ea62cbe8", + "4b263b4e-b859-42b0-92ea-58279baee6fa", + "c69e366a-cf46-9064-e053-2995a90af65e", + "b5e7e4a0-abd4-2c6e-e053-2a95a90a5700", + "60a18f6b-5d74-29af-e053-2a91aa0ab282", + "570737ad-faff-43e6-bf6a-8d474c2b89da", + "7cebac84-e0fe-7ae3-e053-2a91aa0a3ff5", + "50d080cf-8e1e-4b23-adf3-3b8f21f643c7", + "cc723205-04c3-410f-8fa1-93900afb9142", + "a0330493-9b0c-ba8c-e053-2995a90a2a6d", + "8e603505-2866-42a9-93af-ad30c3620c09", + "28ce8ff7-ca6d-4a63-b55f-60a1873bfaac", + "e7e49af2-2efa-456b-9eb9-54af1feb1093", + "04752111-e91f-4caa-9201-6c0c22b613ac", + "1f155a6d-ac10-45b8-89a3-2a3528fc1e2a", + "93a60710-8cc3-479e-a7c0-f23a870b527c", + "0822af4a-43b5-41da-b9c9-37d9b842b4fc", + "09834b3e-8add-48f5-97d6-1f93e8db1b70", + "aaa24daa-a412-157c-e053-2a95a90ad909", + "c9a0d6b1-8069-4c6a-9fd2-6e88cd4b32d8", + "999a5403-4945-d811-e053-2995a90a42dc", + "2a8b614d-b314-4f0b-9abb-00fbc98727ca", + "6c2cf48c-34bd-4d02-b819-326acbc28054", + "5cc44dca-00c9-b589-e053-2a91aa0a0521", + "90130f8f-d7de-45be-923c-93e4206f7bf5", + "b4f3b744-89c6-1675-e053-2a95a90aed27", + "76969cba-df00-4c15-b94d-7e5cde6bf296", + "8c14ce36-5530-45e1-9743-f5b377a2b14e", + "7d3ee158-5996-c9c6-e053-2991aa0a844a", + "598bc765-724f-0f31-e053-2a91aa0abb65", + "3239268f-9cb4-4490-bda6-0ca45184ab0d", + "407f7d22-b7ca-4369-a89b-ce523e326f7f", + "4503462a-8f5a-436c-a973-0ccf83e5a29b", + "00045deb-5f8c-4fe0-86e6-74081abd8fdb", + "46254ce8-167c-4035-94a1-a930f327dcc0", + "dc124737-f67d-46e6-9b7d-26f82d3d0770", + "98f7a4cf-e62c-141c-e053-2a95a90aa060", + "9522c328-6502-7d01-e053-2995a90a2b33", + "9149275e-3bd8-592b-e053-2995a90a22ff", + "21f557db-ab68-4ffd-85ae-1b794da20e09", + "5cc8b5f1-4ae4-471b-e053-2991aa0a84c1", + "03a80700-b12d-4499-a543-4850840d5fb0", + "fb960f82-148a-4f43-84eb-f7682bc365b9", + "8b05d9fb-23c2-492a-96fa-56e77504e24f", + "6e358e1f-41e4-4b47-9546-935cd46a98a5", + "3212ca62-f60e-4aae-9b0d-a1f992a74ba5", + "39961066-010f-4f73-9d55-d15ca8ac2dd1", + "f9a21cf7-8fb7-4d3b-b18f-9f8a6a581a25", + "73270b25-0856-42ac-a793-f4c48bd5ed40", + "74df488c-d72f-436d-873d-18af74dc23d3", + "4d572244-c17a-4b93-90c4-5caaccf792c4", + "22e19818-9cdd-4e6c-9ee5-c11bc55d337e", + "7c24a4ca-3eda-5769-e053-2991aa0ad3bf", + "ebfabdb7-73a9-42e0-8977-776c58ab91f8", + "5cc8bd8c-1d8c-180b-e053-2a91aa0ac490", + "c677c103-ca2f-8daa-e053-2995a90a5184", + "af107b91-5110-9634-e053-2995a90a3b58", + "b3e995e2-7375-4fa2-b485-75087c3353ac", + "720afcdb-15bb-4b2a-af87-3ff45ebe3a2b", + "e0174672-bacb-444e-a7e5-af6cb980ed4f", + "ca3fc11d-cec1-4b75-93ee-5812e4c6cd8d", + "82a2a070-0220-46f5-b9cf-4e8eb1f3d1a1", + "458a5aee-4aea-4dc3-aa88-3f1cf2e5b47f", + "5afff34e-ecfa-4bfa-9bb8-c47322b47d57", + "cebcd805-2f05-492b-9fe6-f1daa16ac697", + "a6b5370e-ceb2-9db5-e053-2995a90afd82", + "7d5fb951-93ac-12fa-e053-2991aa0abbf3", + "c6b070f1-91e1-4fad-e053-2a95a90ab3a0", + "a9f20dc9-41b9-443f-8c74-193fbca01241", + "7cff0ad4-677a-03f7-e053-2a91aa0af7ae", + "af0a1633-d4aa-c72b-e053-2995a90a0dc1", + "d73270d1-00db-4d53-b674-2de984af8f1f", + "92cc0d54-ce3b-4118-8446-5173d7e51d97", + "e4748bfc-3854-48c1-a535-5ac913332ab8", + "b60b6829-f98c-013a-e053-2a95a90ad36a", + "3cab6507-0ab2-49db-994f-4e4c89fc79b6", + "5b8802e1-4346-481a-9807-b4f228f9e2b6", + "a7e1cef3-0219-3d6e-e053-2a95a90a3c8a", + "7505b9cd-98a1-45fb-9efa-e60d0923ac8f", + "2933c63c-26ab-489c-81cc-723ccd7d6f8a", + "94aa4463-1d95-1b24-e053-2995a90a6784", + "5c77dd2e-34fe-c738-e053-2991aa0a89f0", + "5100be5a-bbb3-4acd-8e9d-55f90d18394f", + "bf8ea982-34de-cbb2-e053-2a95a90a9cc7", + "7d3b6a67-60c8-162a-e053-2991aa0a7164", + "9484ad13-87fa-41bc-e053-2a95a90ae5bd", + "6a90b6b0-dfb7-431b-b9da-e93097008a67", + "25315291-8e0e-409a-9d72-0c892a23bda6", + "030e9498-7a50-484d-80fa-f6f73846dc28", + "9764367f-c26e-33ba-e053-2a95a90ab768", + "5d9875cc-9a8e-4608-a1dc-d532a46792c6", + "c69e37bb-249d-56d8-e053-2995a90a9523", + "effc64da-ce79-4cfe-9175-120bb19add3d", + "b44247f5-b05d-4533-be21-ef36ebf31773", + "300ac2b2-a01c-47e6-a15a-cb8fe89dd542", + "70833b40-3b66-4966-a84d-1eb8efce71d8", + "265c7d85-a666-4234-9c30-ca8e31f4bcb8", + "a97bdda2-49cb-e9e7-e053-2995a90ae88d", + "925021bb-d1b4-03b8-e053-2995a90a4243", + "c7fe628b-cc7e-49c2-96f5-ed40d2ac4055", + "e658a811-1b56-4b1b-8b2b-3a711755c8fc", + "166a44fc-9fcf-405e-bf3a-607486b4045e", + "5708b48a-f0a3-4fd7-a87b-7ffd9e80439c", + "b9cb4738-56d5-499e-a622-d11a1b4ed53d", + "8e5c585a-e4fc-fdb1-e053-2a95a90a3317", + "abbb1091-63df-16e1-e053-2995a90ad08a", + "02aede0a-c864-4caf-8368-dd8430d5beb2", + "6d8372b9-c347-4d97-b8b8-7fecd5180bdc", + "9b81f536-1783-4ce6-8966-765dc49131c4", + "627cbe02-0c2e-41ef-a26f-6fb7dce0c13f", + "c6f34b63-d6e2-f78f-e053-2a95a90a423e", + "93df8585-cde2-5f1f-e053-2995a90ac049", + "f05274f9-0943-4f32-a95e-df0bde3340dc", + "925b26fe-914a-49fc-e053-2a95a90ac07e", + "9c413ba7-a625-4c86-91bc-f6c3eff5bdc1", + "93d8ddd4-4447-4241-af54-d454ca7f6d7e", + "d0a2dfa0-c010-4b34-afa9-dfdf2c9d04a7", + "4cfa116e-08d5-47f5-8ab3-2b8e4f096543", + "8b1a2872-41eb-4acd-a546-6c730b3ac70b", + "5cc3ebfe-ce68-423d-e053-2a91aa0a4616", + "ae302728-0236-4b0e-b88e-456ad40325a1", + "770814f4-ef97-439b-97ad-b99e50473641", + "3c045c19-4725-4a75-813e-b766d3ba9eb7", + "5e87c71c-c05a-4333-a63d-ff20f85cc3d6", + "05ed8540-abdd-4ea4-9d61-b47c3ad0b906", + "c5058f5d-4a3a-4b87-aa44-aec36a0e91dd", + "c0fb39a4-3802-7b31-e053-2a95a90a3002", + "ce572094-c0a0-4772-a626-15ee59b9d18e", + "e8789cab-b419-49e1-9eba-94f35e12f4ce", + "c571422d-0fe8-4b6b-e053-2a95a90a8290", + "06bca498-7db0-486e-9bdf-ac006b512fa1", + "945908ea-d18e-3eb1-e053-2995a90ab2c9", + "fff02e75-3a76-4508-958d-e39e855c82ef", + "9498c762-ffe4-cc0d-e053-2995a90abf90", + "a2a5bc78-67ce-2bbc-e053-2995a90acea4", + "93dd96a4-3a78-ea7e-e053-2a95a90ab0a4", + "94691e1c-1c85-5810-e053-2a95a90a559f", + "6c1df5eb-2e3d-473b-9c4c-3dc573f6ddb6", + "d267d8f5-1f6a-4bf2-92d7-256215e048f3", + "990dea43-2d36-6243-e053-2995a90a7d93", + "2625c14b-3c07-4d98-b0ad-ed7e64924927", + "b9673919-8a28-4fc9-bddd-632173c09a93", + "e7571e01-55d1-4df9-b4dd-da6aafe98610", + "57c646b9-6893-4e39-a6dc-c74f59ac222b", + "9aa14dd9-63f4-7e5a-e053-2995a90acbf8", + "dd718190-9753-4ac4-b7e0-63fdc1965e07", + "eb4fa990-b60f-42af-8c82-5ed7ff39c889", + "0dc7dad4-595b-4a5f-8bac-d8f0b5771144", + "8bfa5e30-6b70-488b-af9f-d135d12f80c6", + "59ba9334-bf80-4bdb-b1ae-57524f681eeb", + "421614fc-e6c7-43eb-96e9-563e69ca2c5b", + "4ea1b983-b27d-4f8a-e054-00144ff8d46c", + "d1726ff5-482f-4868-8b0f-5c16566b2bce", + "b247fe39-7f66-e502-e053-2a95a90a08f1", + "d02e4c34-8c1d-4dc0-a7d7-094eebfcadc9", + "9906b071-dc0b-4822-a88e-27c141d64b3b", + "7cc50d44-c1de-fff9-e053-2a91aa0a0be7", + "07f014b8-8014-4afe-a21f-f7539ba0829e", + "6e80f79b-1c68-4831-914f-521f17f1fd57", + "39a0cacd-6475-497d-8f8f-f223b365e86f", + "c55dc6a0-2c06-7f18-e053-2a95a90aa977", + "0ba75a95-161f-4ae3-8c4d-dea76987277e", + "9468ce0a-a602-ad06-e053-2a95a90a6488", + "704ed595-485d-4f23-9eac-a537c05750ff", + "c6c75bb4-3a9d-4562-bb5c-773e0b71fece", + "b93d22ef-7039-4148-9ab0-8a5656d93dc9", + "0cfe9a86-12a4-40a6-9d92-9552a75c1ca2", + "570a8f3b-5325-489d-9a1c-6888346b5f6d", + "61952fe1-815b-ff6e-e053-2a91aa0a2d58", + "91d2e1d6-4cb4-9b52-e053-2995a90a2dd4", + "15954695-9efb-4125-b9db-13419dc78fae", + "2a944264-1847-429f-a0c9-f35de3296b00", + "cd3f18f2-613e-4731-b243-56048a0d16d4", + "1d7be493-6b5e-4efa-b87b-bb9da3c3631f", + "1b38db19-65d4-4dd2-8496-94d4e8f7ad76", + "96223c54-a7fb-4ac4-84b7-3005491cd6bf", + "96fb3e36-f13b-4311-904b-b4e6172d2bfd", + "866ccc8f-c1a7-49a1-8ac4-e641b0c0563b", + "97f180f5-d8a9-8c33-e053-2995a90ad465", + "9b804b47-d4ce-fb99-e053-2995a90a3e52", + "c89a9aca-1876-448a-938e-c2b82f271206", + "04e4bc74-c1c4-48c3-970e-8be5de0f5bd9", + "089759d6-9f1a-460d-9cac-ad033b075ff3", + "bf8e29c2-7dcd-ee68-e053-2a95a90a873c", + "5cec1103-cec1-0e47-e053-2991aa0a32c5", + "154ac9e1-c3c2-42b9-827d-8360a7082ae8", + "3f3fcba9-fdb9-46ce-a1dd-8271d2b3555c", + "54274529-edd5-45f7-b894-a8173ce6221d", + "74b679f7-b831-4c96-ae70-005d2c8cc45c", + "b198b1f6-cfd3-40ba-878f-ac343fad3b1f", + "987a8d58-3250-479b-a226-4f157210c21b", + "d14d5ce0-b6f2-4638-8409-8d48e4050cf8", + "a2ea53be-9473-46cb-a9da-f093870d2612", + "a7550782-0b79-45d4-a493-7eec8bf90628", + "92c2d6a1-2a9f-c983-e053-2a95a90ae1f1", + "77465236-98b0-416c-82a2-5e397c6d2a00", + "b57ed13e-2a72-793f-e053-2995a90a588b", + "ce173be2-1f7f-4890-95d9-dcedfd210c80", + "c3c22911-74c1-4aeb-e053-2a95a90a95ef", + "4c1dfb85-e6db-49c0-af9b-e4d65337f9be", + "77189143-f8e2-442a-ada5-0d5911534274", + "5b25bf3e-037d-48d0-9162-cc6d0009b02d", + "2112a82f-9332-4d11-ac4f-b82f57fadf4e", + "09b60059-1a69-48e5-a997-5704795395b3", + "216b94e5-f1e8-4903-a990-4b6657cbdc05", + "948460da-60ec-5aeb-e053-2995a90a6790", + "7d3d1e93-a7f9-92d4-e053-2a91aa0a7dbd", + "940565c4-ec0f-b1f2-e053-2995a90a0928", + "fe40989e-b47e-4106-bd39-1fe7c8c72779", + "67fe1e8c-26cc-406e-ba0e-1a7bbf5dabbd", + "8ea537d3-1a33-40ba-b100-5f60aa69cde6", + "606e422e-51b7-4656-8d49-43ec2ed42bc4", + "a192c063-7f8b-407b-a7b1-01b1e28b9aad", + "95111d97-4e16-6beb-e053-2995a90a5ae7", + "c2759813-81e6-78ee-e053-2995a90a6c11", + "1df9f9cb-102a-44d3-893c-d16b3478036a", + "62030708-06a6-425b-a736-a458821cb145", + "9a9f6a54-d492-42a5-8c5a-87537ad63df2", + "787ac332-961a-4238-beb1-9671aecdc23a", + "c846e402-6acc-49b9-abc4-b54a3f6011de", + "94a960d7-fcb5-0fa4-e053-2a95a90a7537", + "30755b32-e67a-4400-9f49-4e75b45d0672", + "b20092cd-c4d1-43e5-bee4-d88f1053b5b5", + "945565da-744f-e215-e053-2a95a90a78a9", + "b81eccb0-ef95-4cd5-b48f-01c8523d53fb", + "7d3eb3e0-2eaa-1536-e053-2a91aa0a228b", + "6ff10702-6899-46d9-a138-4299ec1b3d2e", + "fa2df0dc-c611-4835-ae2c-39e8acfc996d", + "94554510-d263-75ee-e053-2995a90a1f05", + "5ce7094b-3244-4537-a9b2-36d2dd889d1c", + "9c740da0-d0c9-2540-e053-2a95a90ac7cc", + "9aa6a12e-9f90-409b-a737-9719a486f90a", + "04566e18-bef1-4cfa-9ac6-665091f99400", + "1a8e13f6-2df4-481e-b8f5-400ae3937241", + "28dff309-9f00-4c14-97bd-b8ab70a88137", + "92507885-2626-205c-e053-2995a90a1592", + "3a171db4-86a6-4b22-b13a-f9366adbb4cd", + "b57ed090-f1ca-714f-e053-2995a90ab0dc", + "3b8d6528-720a-468a-a571-fbb20f8425d9", + "a7aba628-3f6e-bc6c-e053-2a95a90ac3c4", + "da146f8f-a1a2-4faf-8432-14abc71f09fd", + "7cc4d165-c2d6-1dab-e053-2a91aa0a3207", + "3faeeedb-6301-424b-a4fb-bec334c2f4ac", + "1b710869-90ca-4656-a0f3-ee524dea884f", + "555052ca-376e-4277-9c5c-4c76974f9447", + "67303a86-9501-42e3-88e2-b64a33977275", + "5631f047-211a-4f65-8d2c-5276adffc0d9", + "9459bcca-e3d3-a19c-e053-2995a90a931d", + "8ff77d76-3958-496a-b284-7db7ad69d01f", + "c6b003a4-0e81-f32b-e053-2995a90a60b8", + "2e63690c-890e-4555-98d5-8fcb9607ce23", + "8a9ec9e2-a846-4f07-9a49-686b169534b0", + "60d72823-6cbd-46e4-8025-60bc14068da0", + "d0a970fd-e2bb-44dc-80df-576a1307f082", + "d7ed5c2d-cfff-4562-a5e9-76241e7d88cb", + "9724482b-cf4c-4cdd-84c2-53ea3d31c1fd", + "f1d03c6f-9942-4f58-a6ad-b712955c7cfd", + "7fb8514a-a2b0-4952-b4d3-44ec943c9ad6", + "aee8bf40-1fea-49a6-baa5-a3041c790227", + "a08419fe-79c2-c2bd-e053-2a95a90a5fa1", + "2fdaa6cb-8ec3-4b04-b370-13472b61820c", + "7cc4dcfc-cae1-94f8-e053-2991aa0a8852", + "6a74d2c1-10d8-4c33-b423-e6c95411d861", + "7b02c4e8-3a6c-4581-8458-9e76f27f2a8c", + "5481be27-59bd-4b54-9267-9b8d63712408", + "1a382b2b-9e8b-4816-9d02-91c61064dc3a", + "5ad3c199-64cd-4d77-808c-9d745a25b308", + "a5b171dc-0b70-45b3-9f6f-df8ad4387082", + "9147baed-3bce-fc1c-e053-2a95a90a28c6", + "7d3f2035-b032-633c-e053-2991aa0a59f2", + "93dd1494-f8fe-386e-e053-2995a90a1c30", + "5133bf82-2462-40c0-861d-44dac1467c47", + "9c4997ea-590f-47e0-e053-2a95a90ab4a9", + "c6b05488-ada8-6a70-e053-2995a90a0ead", + "56e2d778-6068-45fb-b7cd-a2877b6f6eae", + "a563ef9b-d0c0-4849-b603-6d469f7cbdcf", + "2488119b-9960-4298-91b5-98dcc377f63e", + "b60c0f42-635f-7439-e053-2995a90a564e", + "2a2f7473-3197-4d86-a01b-cd1a59c282ee", + "58757b5b-37e9-7192-e053-2a91aa0aaf68", + "598c6acd-766c-a740-e053-2991aa0a7dfa", + "9484e4c0-df7d-37a0-e053-2995a90a0ccd", + "5cc3bf1b-4678-6a53-e053-2a91aa0abfa6", + "3783ec38-64c3-4995-8d97-4cfb26a9540e", + "761b2da8-3d25-4954-9635-8fb922120ce7", + "3e403819-4c7d-4f20-b2c0-74bcc658c401", + "af0bdfb9-43b0-7020-e053-2a95a90a7fdd", + "15f05865-fc07-442a-a1dc-20c55acfc177", + "616d8c4a-241b-d56c-e053-2991aa0aadec", + "8901e0f6-8b7b-4294-a4a4-8694c83c680f", + "914801c7-91dd-0102-e053-2a95a90a347f", + "ae211b42-59e6-4d01-9837-deb03d640768", + "52db7cde-ec40-4c90-acde-76973d7e5368", + "b3a4b127-a60e-44bb-92be-057b0444efc4", + "be8c6949-8378-4af2-b18e-9134c8826652", + "2dc7ed68-1be5-4c3a-99d6-6f04fa1a84e9", + "a0843f12-dc6d-5a72-e053-2a95a90abe29", + "82826623-103f-7b89-e053-2991aa0a086f", + "91490ac8-f7e3-555a-e053-2995a90a5e31", + "a8efbb35-725b-4124-9264-b6451ac4c9da", + "94690896-ffc0-59b5-e053-2a95a90a9a0d", + "1aa235e8-4187-4141-8ee9-5826e3e4aacf", + "942d12db-99b7-439f-a576-4ae3ff462bac", + "7679f119-2216-4ab6-bdeb-7939a3d54c17", + "9456a775-13fd-2e3b-e053-2a95a90ade00", + "cc0a7913-1a98-46d0-9713-44993ef50dba", + "9b04da7f-d28f-f6f9-e053-2995a90a1307", + "e5089c4c-7d09-48e6-91d3-39ec5b649001", + "941f4b73-a4ea-3922-e053-2995a90a5923", + "91ceb6fb-68f0-1c2f-e053-2a95a90a8e5e", + "0a79a7bf-3afc-49c2-b493-6cf1e9f0306d", + "f3c1504d-2f60-4c37-a862-099a80c6a569", + "bd201f32-4447-304d-e053-2a95a90ad940", + "618ee962-d0b4-483e-b339-5217d295c8c0", + "9373183c-9226-4e59-8bb8-f91d80616c6a", + "12bfe163-98ca-42b8-85cb-58bb9dbf0d60", + "be917036-0cd7-4920-92eb-5545a7dc8b4c", + "dae2a7ab-5d92-4923-8625-8f2f044c6d63", + "3caf3213-7574-42aa-9203-8dee8ecd34a3", + "bec5067d-5081-d15a-e053-2995a90ae350", + "88786626-1998-7791-e053-2a95a90a91f6", + "a5dc33d4-43fe-45f5-ae27-4f7625a573e9", + "9b04afec-1610-1e14-e053-2995a90a8b2b", + "adc3c9bf-3c0e-4502-abd9-2e93433a2f67", + "aea55c6b-1eb9-4bfe-9a7c-e25facd366cc", + "f0a9e959-8fc2-4a31-802d-b3b1a1adaeae", + "b34777e7-11cd-44a1-a6b1-5c645f43caab", + "46d1d1f4-ffe3-443a-ae57-a1322b43dc7a", + "d4b4ed1d-489c-41a3-9e5b-23f428c3f83e", + "ee4ce25f-ac6a-4bb8-8eb7-62c4ae98b64c", + "18fc4141-c01f-48f7-8fb1-56d39f1d7efb", + "36b8ff76-16ac-40e0-b6f6-fdecd6d69b94", + "c9e7a379-64fc-4158-b0b5-e6bdbe6e0749", + "1e755b90-b1f9-46db-828c-d637696788cf", + "a3de72d8-8a69-446c-a785-491f23a22cb5", + "926df43a-a3eb-2dec-e053-2a95a90af485", + "8a087e9c-f951-45c3-9301-6432444451ea", + "5cc9070d-57cd-a48a-e053-2a91aa0a449e", + "a978f21c-0355-7c61-e053-2a95a90af3d6", + "0a9e28b7-cd37-40d1-97b8-b6457898e086", + "fa9ab0fb-9c69-4f0f-9b92-d73647e2500e", + "e27e28ef-e00c-4354-b579-6b2898bd1500", + "014597dd-06e5-4a62-a43b-1c5cbe2882b5", + "9bcd4c5f-1337-4d04-bdf0-b90c53650c78", + "91d2e1d6-4cca-9b52-e053-2995a90a2dd4", + "940bb63a-faf2-25d6-e053-2a95a90a9f39", + "5c9fe6ad-2379-4f61-b66b-36b2f64a9698", + "7d3f7c1d-79ea-acce-e053-2a91aa0acd38", + "941ca260-7430-83ad-e053-2a95a90a93b2", + "5b728d84-dea8-4ca6-a13b-dbf6c231b1a7", + "af0e5d46-a79e-55e8-e053-2995a90a8d10", + "6d3078d2-0d74-4e76-bef3-5968d9d1b286", + "6de7a55a-a619-4e61-951a-c6450511379d", + "3d02902d-ec03-4fc4-93a2-db2881425e40", + "897aab0a-0ff9-49d3-96e8-c0c87e081903", + "7e85aa4e-dadf-40aa-805c-8f2e9ef96f80", + "8b0817a9-f9ff-4ee9-8a2e-1145c4ea6933", + "914801c7-9199-0102-e053-2a95a90a347f", + "fb65b544-d3a9-4476-a224-076e11121e9f", + "ee01cdcf-5b24-4e0c-b106-c0b8217a950a", + "31e96cfd-0432-4fd9-b99e-9df22037c731", + "b6abf067-8bb3-34e5-e053-2a95a90a3007", + "085cebe1-1ff2-41cd-a3f4-0d28453c02b6", + "ab23ec1a-8fdd-4e43-8e89-a9a69ceccdef", + "59bf4c70-db56-4971-bfbb-129ee38f37a8", + "2afaf799-5c43-46f6-9d90-0e66560f6189", + "c607eea4-c645-4ed1-a1b6-e099ee61ab6f", + "941f9db2-1b56-a2bc-e053-2995a90a18b0", + "91d2c7b3-ff63-c281-e053-2995a90a76cc", + "fd664658-e22f-496c-b75b-dfb46b49f856", + "c625a9ee-28a4-071e-e053-2995a90a6d24", + "5e716504-5364-468a-bdab-c2fea59f8117", + "ebc3fad2-55e2-4ca0-b786-031650479512", + "d8fbf2a5-b155-44db-8683-c99adb4efc5c", + "949794c3-bee8-c1db-e053-2995a90af13f", + "c06b29d9-47f2-450a-b32a-0d89d6c7c43d", + "27647c29-4624-4875-bbeb-77d1bb48ae17", + "b1d9a575-26ac-4fac-b19a-ad6b7c768bb4", + "af54c8ac-4bff-4152-8577-d69dcdbc02c4", + "4da8cc0a-d0a4-4ab3-9d79-9f2ef106dbf8", + "9248d2ea-6e74-1acf-e053-2a95a90adda1", + "ca2e25f0-7d88-467c-951c-39358c3b7db5", + "496b3bd2-85c7-42cd-9b35-893fa9641079", + "c49b41a8-a0b1-4fd0-aa63-ce8e8ac90e98", + "44f52e89-5d49-4edf-b5d4-9b654e3770e3", + "9aa3946f-4059-482a-e053-2995a90a6072" + ], + "spl_set_id": [ + "2826d84d-b135-4e20-aeea-271e9f74f431", + "356e4ff4-a7f1-4a50-9b86-2555e232b300", + "4c30be81-fa96-4038-80df-a9a02ccf2d5b", + "54707080-9682-45fd-93c1-5e2ac1009a3b", + "56c125de-fabf-41fa-88a4-760d2793f202", + "82cc404b-fcf5-4e48-ab1a-09d8c47f9e04", + "9829f56f-723c-473f-89ee-4cb2efb3b8bc", + "a4a750da-47dc-430a-90e2-284dce6cdeaa", + "a791d664-99fe-4cba-95cf-f49baedde326", + "c0b61606-1234-4db5-a87c-9d10bf2d5396", + "dd0bbf43-eb02-45ab-9a9a-5ef021f87f47", + "eba01841-6f84-4c73-baa0-43e671a03f7a", + "06af68e7-2bed-4a0b-b003-c04b9ac5dcd6", + "092db5ad-9b47-4b89-968c-708fa83146cc", + "2f0ec798-6852-4996-96b3-5687920a1bbd", + "2f6ec676-3832-420e-be91-fce83f6586c8", + "3186cc35-d4d6-4e7b-8987-7615d7061e37", + "5886bf62-54d8-47a8-8850-0a7f637fca2e", + "a25d8e5c-8250-4fe6-8261-2be47afdfe75", + "0c3da844-39ad-1abe-e054-00144ff88e88", + "2c3f02ed-8612-453d-9819-ae1088f3a1c7", + "3d519af3-9398-4439-8253-1e5d4612b8e3", + "58179c73-e4ef-4301-9366-64e3e0d65053", + "93fb4359-c93d-46c4-b36e-611b829f514c", + "9636177c-a618-dc5f-e053-2995a90a9f2c", + "baf5a1ba-14a7-4e0d-ba0c-a34c4befd8ae", + "cc2fc28b-f4cf-4400-bc3f-410b27615e15", + "e5f68c1a-21f3-45a1-861f-229a95b3721c", + "e7dc2461-e48a-45b3-a64d-80028a384569", + "efdc15e5-c5ee-477a-9259-4f4a84f73837", + "3543b2bf-1062-468a-a5dc-eabb2408af8c", + "760006c2-c21f-42a9-9237-fc4c3cbe47d1", + "78c34b05-367c-4c8e-9c47-86a504c3e56b", + "89a96333-97c2-4fb4-a5d3-a2c829a63685", + "ea3f8eed-7b70-4156-9586-125d27bf29a8", + "f6a9ea44-08b8-4a33-bfbd-68cb2d852c39", + "318cc982-23a9-4804-b6fb-248f772d7a38", + "503408ed-e799-48a0-8d38-3034f4a0ead5", + "6a4c897d-c2a8-41b8-98b7-e7da8e2819ec", + "6e30ae50-1a6c-474e-8f24-9e220522a04c", + "a7c02378-4213-4e57-aca2-2437ad02f786", + "adc960a6-6576-4579-b29a-99c06d3ad869", + "d99f8214-0b36-43ca-80e9-6a64bc4674e8", + "efc7d42a-241a-422d-bc08-be2f5f774b62", + "070d5713-e018-2913-e054-00144ff8d46c", + "096dea5e-b922-4091-964e-68f46d6d2923", + "1318341c-a1d5-4195-857f-7f1658ac1f71", + "3ca60fa3-0a0c-4b3e-a0a2-da527ccf4fe5", + "413789cc-60ce-45f0-80c5-cb3de3e96a62", + "52c16028-d77a-42df-8619-940f2ae5a823", + "7845a9d5-bf0d-4b64-9e86-17203b7d0f7f", + "785e913e-1780-4fd4-8428-d83c26fe810c", + "81cba711-cd77-6276-e053-2991aa0a786d", + "89157243-c14d-03cd-e053-2a95a90a0c8c", + "cce244aa-cd79-49c8-b68e-267f2bd0ef67", + "f2e7332a-bcd6-4aef-9e4c-a2cef5ea9464", + "03a80700-b12d-4499-a543-4850840d5fb0", + "18b79449-5c4c-41ce-9609-80f5efa0375c", + "413b3b95-2867-4534-8290-54f477cccf1e", + "7b505734-2ed3-4916-9fff-f7128391cf23", + "8133c3fc-97ce-46b4-8580-7da9f09f622b", + "c8a8986b-1ab4-9da0-71da-42595db08b44", + "f9a21cf7-8fb7-4d3b-b18f-9f8a6a581a25", + "13219b9d-2ce5-474a-934f-891d4af6887d", + "278081da-9a53-4833-b7d4-11cd35a1d3d8", + "58a371d4-1f00-4fda-8e08-80610c58505a", + "6b14a874-5abe-4911-b68f-29267766801a", + "7c24aff7-2b96-27ac-e053-2991aa0a5714", + "88b0d897-b93f-42c3-88d0-784dd6c555e4", + "8977b821-2843-4436-bd3b-bb902a4b787e", + "8aaa82c6-b46b-25c5-e053-2a95a90a3793", + "95bef9ec-c270-707d-e053-2995a90a3574", + "988df967-b3f9-4368-bba3-8f8a47805aca", + "9e09b4fb-e015-45ea-8b1c-27faf65572aa", + "e35ebda4-aff9-4870-81e2-85b85e5c4db1", + "093e0458-9975-456f-8950-8273c8890b3c", + "172c2e5b-8123-4133-8211-202c5f93b2f3", + "2f2a55fb-d5ea-4a0e-99ab-6bcd6e15b7fe", + "33cd6cf8-d212-4ff0-82aa-b96ffd0b1f26", + "3968bb7a-81c8-4835-b4b5-37df5190de79", + "44a08904-68b9-4d06-a28d-21aae3d6140c", + "5a38a643-55b0-4a6c-84e1-ee2374435114", + "5ac74220-daa2-401c-b70a-0893f59a2280", + "60a29da8-a7ee-438e-87aa-0924e98503ce", + "70d8ba6c-8dfe-402a-817d-22544141d160", + "746059b3-ed18-4a81-a70e-4d758e048d8e", + "820ceaee-2b49-4204-8ebb-d683d9b62e14", + "8b2b4a5f-1d58-40af-8b7a-0566e0f6b55d", + "8cacf02c-9925-40d4-92bc-78788aa0681a", + "9efd2b0e-64f0-4ca2-bce3-075f08312096", + "afcf22cc-0294-4e09-857f-ea51a224a196", + "ca603b12-e0f7-4d79-8e0d-4651a788ba9b", + "dfc4332b-aca4-4a27-973d-6956d625f9ce", + "e273ead7-7cbc-4fd5-a136-9d3558a35360", + "e88fe09e-9f3d-4ab2-bf8a-8eafe45a8989", + "eb943985-09d8-4e03-be2e-838a2c3a5cae", + "0c771119-4cb4-7137-e054-00144ff88e88", + "366e5840-00c6-42bf-952c-8f46e69d46ef", + "4cd306e3-2119-4272-9da4-a848fe2746fa", + "55d645bb-8645-4984-a7b9-3e6eed8c6412", + "6495a989-b353-4306-8cc1-d8917ffdaceb", + "7396c97e-8a51-4a21-8208-f13258b5285c", + "77cfa372-e3ad-4112-bbd1-5227342aaafd", + "928a7c78-4b18-4e62-82ed-0d785227cb7e", + "9764367f-c26d-33ba-e053-2a95a90ab768", + "9f114567-f7cd-438c-bf0b-8831f385b368", + "c4461638-06e4-45de-e053-2995a90aa3af", + "f1ce15a3-9824-4eb5-910a-39078165f385", + "f919bed2-30ac-4938-b14f-c5c652edcdae", + "07edcb31-d31d-4607-98c3-dcb1e062cc70", + "0b27c0fd-7ea8-4588-9169-5ad4e8df77ef", + "265c7d85-a666-4234-9c30-ca8e31f4bcb8", + "2a335115-cacb-4287-9087-0b7db61b9377", + "3f73a359-59d7-47bb-872e-914b0db719af", + "5cefc706-4930-40e5-bca1-19f03420a362", + "5e1484d3-5be1-40da-a3bf-fb19f7d27d45", + "7afce7b4-c86a-43f7-83cf-15ebffba2f35", + "8ae16aa2-54bc-4c1a-aa36-93524199a67b", + "bbd2d09d-8bf3-4319-b0b6-e0bf8de51497", + "c321208c-f192-42c5-9454-e0df5d02d685", + "3ebedad4-df5f-4f7d-a74a-9c40d46d667f", + "4c2e2c79-8c9d-4a9c-b7ef-412aa19834fb", + "50f6df72-ee8a-4187-a128-ac89a9c394cf", + "56dcdf1e-ec4d-4429-895f-f104f6c4f8d5", + "7369cf7e-b1b8-4faf-982c-454e2ae6cbfa", + "7f5d9ebe-8119-49a2-9380-eca18a5e5e85", + "93cbd3cb-1072-89e6-e053-2995a90a2f15", + "b8cc9f78-a292-40eb-819d-bd80a552628f", + "c0c31523-c4c5-43c2-8d72-4d1456c720e9", + "e5b51379-40d9-4fbd-b1aa-0994c854572c", + "fb13ff24-0602-421b-9c94-ce1e04bb97c1", + "003986de-ee58-4ecf-a850-73505967a976", + "06d11937-cb94-499c-99c6-b90ddaa7a265", + "2777beea-06d7-4ff5-ae4a-ad7a117dfb62", + "31e76aff-63f6-4ee6-8a48-80a73890e607", + "46103df6-8ab8-4d95-9d6d-9302a41f8cb2", + "7891fb3b-aadc-4b03-aa79-222fd6e77471", + "8ffe1a81-56df-45f6-9d65-ec409539cad7", + "9ca411d6-bfaf-4ed3-ae01-c30520aa5bbd", + "9efcacef-71fe-4873-9036-d3f3c0ad2c0a", + "9f919a48-ffd8-49fa-b6fd-ec71cc12e64b", + "c0fb38f5-79bb-7460-e053-2995a90a1667", + "c51dae48-aa49-4926-b04a-0da264e08dfa", + "c9e384e5-fa9b-4c75-b5e3-16eb8db662ef", + "cfe9dc65-dfbb-4c36-a8c9-57bb460a8d97", + "fdc3cb8c-2d8d-404e-9ba1-d030c8f5675d", + "0e3be5f4-bc1b-4b44-a86a-ace89f6ee592", + "39e142a7-8590-4e1e-8319-6904fb57cc8a", + "8df9ad9a-72ec-486e-a381-54c2bce27da7", + "8eec0f7d-2b57-4f47-ba74-45a4d838e0fc", + "979973c1-661a-4384-8b92-fd901ebde558", + "9c97febf-3b61-4ad3-879b-22815357287a", + "bbb6e403-888d-42db-9daa-e50d847248c3", + "052c35dc-e8b4-49e5-b626-2abba46e8dc8", + "1a96c738-9f73-42f1-9ade-5440b730cd28", + "3dcf9e68-10d7-4a67-a250-9c786d25bc06", + "453f62d5-f580-4d19-bfae-4f78c2a6b6d6", + "52758875-e386-4c33-9c20-48a33425ff16", + "5d58312d-90aa-4efd-b10a-7a0cd02f1461", + "61d18e02-8b29-7c40-e053-2991aa0afbd2", + "73e74c1c-a556-4d2b-a15e-fd2786ea057d", + "9147c0ce-fcdb-457c-b9f5-e4edd66e91d0", + "bd11081f-c5d1-4c98-8f5a-4c45269df79b", + "c2042e70-359f-4756-89a9-4226620402ae", + "e150dd59-8db8-449f-9c9a-1aa6deb3be2e", + "f7ca9f4a-f8ef-46d2-9536-b69541e6653d", + "0c6ae05f-7634-34d1-e054-00144ff88e88", + "15922349-2825-45d3-95ff-c5a2879ec225", + "b247fe39-7f65-e502-e053-2a95a90a08f1", + "c19ad239-37bf-4eec-bef8-f66074b8a77d", + "d3df90be-9037-44b2-bf48-540d68a033b2", + "d8f73d3f-a911-49f8-88b0-0c11757fa51c", + "dc084d2a-2897-4a7c-989e-4a2a59ec7dbe", + "0cc46a81-54c9-44b7-b384-79d25255eff2", + "188de17c-36aa-41ae-9d84-d1b8c4ea6957", + "1acc8c1a-c746-4635-800c-de1ad758fce0", + "35005045-57b2-4ffe-ab70-22d570c1b161", + "5245fdc9-5fb4-443d-9d65-1189aabc0dfe", + "56d1cd4f-aae1-4f9d-a478-97da8e1f2215", + "7227aef1-e351-4dde-baae-2123e48c35e3", + "9813f9b8-597e-46c9-b505-021a2cc4a48d", + "a7139686-b351-47dc-a395-832429aaa569", + "ae9d9977-7576-4894-8a32-454828abec9a", + "b13ad410-729e-4e8e-b172-d751ee21a91a", + "b3e5711c-9529-4eec-871d-de8efa858b86", + "c46688ec-e976-4f76-9265-645f59970ff5", + "cf3139a5-e36e-48e3-bb6c-e102b0cec555", + "d09d6a65-c9ab-4007-bf66-1aece2b8bd14", + "0ce17980-15eb-4a8c-84ca-5d0019d2a4f6", + "1754a9f2-e7e5-4efb-a728-6ba2a7155d11", + "4491faca-f30b-4eb0-bea9-f518f6b2f095", + "5ebd04d8-52c7-4c72-a4c1-fc7fd488ea24", + "5f32cf74-dbea-496c-ba23-2040ea354f40", + "5fbd8bb3-46f9-4089-9a21-b6af97a06106", + "6c6cf852-6821-59e1-e053-2a91aa0a4021", + "792909b7-1093-465e-91a1-10df1788aa32", + "87c580d3-6009-4be9-aea7-13539fbe6e31", + "d4a4321f-17e6-49cd-b2a5-44b9cdf4869c", + "de59aae2-f794-4243-acc8-37a10e27abde", + "11458142-4953-4f9f-bbb6-4422d085a960", + "21c7e575-5732-4a94-a2af-1c7c0cc95a9a", + "3f3fcba9-fdb9-46ce-a1dd-8271d2b3555c", + "58941782-362d-4436-b365-e909bdbd29a2", + "65eb2417-96f1-4d23-8d70-9b52951dbfd2", + "ccef06e2-a6eb-4281-904e-aeb2aa106498", + "d35d798e-76f1-454d-86f6-ad11c3bf17d8", + "ea4cf2d5-477c-4c3f-b50c-f695a9b38be8", + "44730dfb-5062-4015-924b-c30b6c2b19c2", + "477e502a-47c0-472a-9d83-5b98dcb9e0a3", + "662a2bc6-9507-465c-b467-7ae1b2e1dedc", + "6a6ac7fe-91a4-4b55-979a-b53b51505d8b", + "89159e28-8eb3-1bd8-e053-2a95a90ae4a7", + "9df37ea0-e1d1-4980-8a49-6d33fc790893", + "bbee8ee4-e09d-3ba6-e053-2a95a90af647", + "bcbfbe0a-6f45-4758-8eed-37e4d110e33f", + "d777f29b-e266-4878-b14f-ce96144f2cc1", + "e92ca292-7579-4549-95da-2a44a8931353", + "fb3a8e38-e991-49c9-93dc-1d29c0a97ba3", + "09b60059-1a69-48e5-a997-5704795395b3", + "325723b0-b29e-40c2-9a53-63a770680a8c", + "39700297-4000-4c85-84de-29ffd559cd6f", + "5d56618c-8ea2-42ea-a9f2-339bd0055ddd", + "649f2242-2b61-47c0-a654-28cab9ad63d4", + "671b28f4-37aa-45a9-8d1d-0d310f305931", + "67fe1e8c-26cc-406e-ba0e-1a7bbf5dabbd", + "87def9e0-0246-42cf-b8ea-2513d52e9f68", + "9399d69e-04ab-4109-8f30-c38f1c15c78c", + "99402699-e368-4703-bbac-1e4f7f77a0c4", + "a6f15f71-1327-4b71-b9d6-e3e9f0243801", + "c2759844-a49c-450f-e053-2a95a90a2972", + "c550b92e-de54-4599-9534-bd3022b0a86d", + "cd727543-10ec-4991-8036-d4668187230b", + "e6e9d4dd-4eff-4be7-a598-8b9a549d6242", + "ec0766a3-683b-4e83-ba7c-8aeb638c2a2c", + "0ab34dc7-0110-4fc3-ae53-234e7d7bca3c", + "54e69d5a-55d7-4ebe-8494-0be93613f1e2", + "5910a882-eb40-440f-8a30-c21fbce9050e", + "72b16a5c-825f-4f3f-a8b3-b723e4242da7", + "78105aca-fea7-449f-b7b2-a996664c2230", + "9975b0da-1a3c-4ff6-a779-ab478c3a5807", + "9cb0c2df-5e72-42c5-ae93-144201fd263c", + "a0b11f2c-6891-45a1-992b-96cacc420da3", + "f8c8b776-1ec2-4ba6-8a5f-f12a0b47d09e", + "fcfa0feb-f499-44c2-adc3-86e0dceb3016", + "ff57b70f-6f38-441c-943b-937730ba188c", + "1d3e8e99-62d3-4926-9eee-565e43bbfef8", + "3b84746f-05ab-4f88-b9ae-efb8c5dfc233", + "467d05fe-6115-41da-84dd-a4fa50d5b117", + "5510ee23-0788-3beb-e054-00144ff8d46c", + "5cf74d72-c818-400a-9279-87e209efeb15", + "609948d6-0f20-4d0c-adc0-6ae72a4f2b7a", + "6615bf85-1f79-4d21-91f9-4248c3cf9b38", + "89159e28-8eb6-1bd8-e053-2a95a90ae4a7", + "a0a19cd1-eb8a-4773-be00-78de90d2a3c3", + "a7abf2be-bb8f-6c05-e053-2995a90a0477", + "ea4fce02-c324-485f-b8af-6b1c99e10511", + "14cb1d2d-95b8-447e-8d79-e6ec82c0e431", + "3cee4e1e-996c-46fc-a841-f42b7cbdf34d", + "6403dd67-4e37-4928-8505-2be590247408", + "660b80f4-58a6-4d7a-b8a8-f382f940f6da", + "67303a86-9501-42e3-88e2-b64a33977275", + "80193a24-46a2-4ac5-bd6a-54e204247fce", + "96359eb6-62bc-4b13-960c-050af99a8c02", + "a7e27000-a26b-46c2-823e-663f4e76db74", + "a7e74128-fef8-4a11-e053-2a95a90a0697", + "c75c3cac-a160-4402-885d-31c61fe42ea2", + "d048ec82-919c-4e45-a7b2-299ef39cb19f", + "eb29d6be-f095-44b2-b6ed-7e4167b596f8", + "f5e03727-7d94-4a79-a1a7-b1be739323b9", + "1277e38d-63e3-4cc2-bacd-688f5d3552f1", + "13d0419b-aa92-4ad0-8e58-08145401e73a", + "2e277c52-64ae-4070-b761-3383dd059484", + "36cb530b-25b2-4f62-a25d-aa04360815a8", + "4389d4fa-c449-4c64-a7e9-0357f4afd540", + "4ca79a79-b977-40e5-87d6-fd7d7a1240a9", + "59da9d81-61fb-4ed2-9863-73455726cafa", + "80c7a688-799f-4be2-92cf-7035637abf0f", + "886a05b5-b4b5-40fb-b131-97c41c0ec9ec", + "a1da7d0d-f264-4e3b-9450-523ecad3577b", + "aa27b247-626a-4fa5-95e4-184d1970e11b", + "bf1d5111-4e06-46dd-af00-082093a4b3d2", + "c301bb74-2e38-40f7-ab64-8239e9cf5641", + "f65319eb-be78-4822-994d-399439a44440", + "fb75f688-5a6e-4299-90c6-23d2f8c91532", + "5aaf8b66-b00e-4bc8-972c-bbe6825284fb", + "8c15ca67-6efe-77da-e053-2995a90a3656", + "955484a6-2a7a-4b15-a9b4-e888ed5de04c", + "9c4a13ee-354e-2e56-e053-2995a90a65d2", + "aa67ea3a-2741-7ee0-e053-2a95a90a6485", + "b30a5662-c271-493e-84b3-1b0097823606", + "c741a0a9-d39c-4598-9a12-c7e0c4617835", + "d9db6659-6afc-431b-ae05-c941775e6366", + "f77078a8-3268-41f8-ba89-29386a1ad281", + "f7a5d612-443c-4701-ad3b-8eb53c87bece", + "075b103e-0bb4-4b7a-ac0e-5645bcbd0a07", + "0c6ae05f-760f-34d1-e054-00144ff88e88", + "219ca3f4-24ad-470c-8482-6606d6c4bc85", + "236a5672-556a-4d8f-9bb6-5877e363e747", + "4da96e47-e996-44d8-a9ff-a5a24099b3aa", + "63fcd93a-b1db-44ba-8f2b-055a7deb205d", + "6e1c1129-562b-4a8a-ac37-db3cb2a82735", + "9e77ab7a-07e8-42aa-e053-2995a90a0d0e", + "b4064039-2345-4227-b83d-54dc13a838d3", + "cc77b9d1-7874-4ce8-a763-3a0e1c2891de", + "df7835c9-f10f-40c6-8955-61423d94b677", + "e991f6bc-7aad-414c-862e-b2f98f42af80", + "1b18ffb7-7e96-4973-a47d-f6477a8f6767", + "4522f745-b88d-4021-a5dc-0161f1967dc9", + "4a1e9c79-5036-4c69-82f9-e48abc972b47", + "4f90dbee-c333-4a3b-bbf8-373567eecf9d", + "65cdce0f-be04-43ba-8c68-bdce7983cfa1", + "674e6c61-201d-41de-90f8-4d56099c4e38", + "809c5758-34de-85e2-e053-2991aa0a73f0", + "89157243-c14b-03cd-e053-2a95a90a0c8c", + "9333b8b0-0799-4817-9409-befb52593590", + "b3ca1e65-e20f-4cdf-924a-3fa28a1b1638", + "d2fc5f61-8a38-4f7d-976b-c145f6c481f9", + "e8e67feb-d511-47c2-86e3-f56de610b873", + "fbe8ddc3-1016-4826-98e8-cea34c752cc2", + "14d010fb-c4a1-4c3d-942f-58719727bfc0", + "222d187b-aae6-410b-baeb-b2bd42f5c676", + "2cec3d3d-21d9-476c-e054-00144ff88e88", + "338aea3b-a38f-424f-9006-3ede3825bf90", + "4a8d8d35-d842-4b0c-90f0-99fe3cf45675", + "7990ca49-fb30-40fe-9ac4-48e89eac9bb2", + "7b8ef659-fd65-41e0-a323-9f229e654021", + "7dd0ae95-32e3-4e44-b9cf-a91e422ec4db", + "9265d5d7-6fa4-5823-e053-2995a90a57f3", + "aa50f1a0-8c7b-4906-92e7-f339da7ad3fc", + "c55304be-bfc0-46a8-a37e-2e6ba9098394", + "d8b5d5b4-44d2-4f8f-8c11-e4fc96504f59", + "f34adff8-a823-4a00-a211-3d65e742639c", + "27ff817f-e2c8-45b6-9f4f-4a1f6a5ea9bd", + "3caf3213-7574-42aa-9203-8dee8ecd34a3", + "6a0d253d-7743-6a21-e053-2a91aa0a3277", + "88786626-1997-7791-e053-2a95a90a91f6", + "e077fe14-62bb-462b-bfa3-8a83c06c22f1", + "2ab8564f-f958-7512-e054-00144ff88e88", + "563820a8-c90c-45f2-8af4-a457bb094546", + "88b54062-8b3d-4024-a957-62b3255184b9", + "939fce7e-55df-4dc5-916b-a533448e962f", + "c49082cf-b0c5-4434-84d7-f5a58c0a5dbb", + "e26b4a20-70f3-457d-8832-2a984308f399", + "e2ae3442-ae47-44cd-8ce8-3bf565422b1a", + "ee4ce25f-ac6a-4bb8-8eb7-62c4ae98b64c", + "0e7aabbe-b0ee-4d07-808e-c874effe67f4", + "36b8ff76-16ac-40e0-b6f6-fdecd6d69b94", + "3bac7218-323a-4b76-a826-15ed0ab6da94", + "40e770c7-6290-47bb-b386-8c07498f397b", + "58684138-04d1-44a4-bc52-c5b85d93d7a6", + "8ed252be-8fdb-3809-e053-2995a90a4b4f", + "92b8637b-03a9-461f-b2f6-6eddaa214953", + "968afa79-eaae-4cd9-ba0d-3b5eaa466b58", + "a9cf438d-b424-4b40-9cc2-16202a70accc", + "bd69d3d2-5d38-47c6-98a6-124f7a43b8b0", + "d8f4a908-55c1-4629-8273-428c4b64f29e", + "e27e28ef-e00c-4354-b579-6b2898bd1500", + "014597dd-06e5-4a62-a43b-1c5cbe2882b5", + "0a950d2a-cbb8-471a-b06e-ae510aef9ec7", + "13bb14b8-caaf-4f60-9395-6e6a0adeaa90", + "4359da13-e851-440b-91b9-6b544bff20d2", + "5c9fe6ad-2379-4f61-b66b-36b2f64a9698", + "7146c505-2469-4bc2-9e1e-ceb60951c8ae", + "926fe7b6-9607-469f-912f-4019891067a9", + "95a0fb58-02b2-4c54-9062-1ffb51b369c0", + "af0f50d2-3e2d-f723-e053-2995a90a0d4b", + "dbf40c7b-ce30-46f0-9dea-2ca8ff1c9f6f", + "e9fddbc1-11fe-4cf6-8794-1650fa1b32ae", + "ee6087b3-347f-4999-b1ba-9ce7caaa5478", + "01666439-849c-4459-9490-b4e040137357", + "248cd302-e380-4837-bdae-9df620b67e8a", + "2c9abe94-9dc7-42ca-bac0-0abb34c3f725", + "36859354-1e42-4ac7-82bf-84594194043a", + "697e9dd2-66f7-4569-90ff-9843c8d9057d", + "7ecd58a3-67d8-4be3-a1a2-79706653273e", + "904a2b21-d911-40c3-9e4b-59543ea5be4f", + "b6abf106-159f-6e9f-e053-2995a90a55f0", + "bc730247-993d-47ce-8351-c30557624ba1", + "cb30f0a9-8714-4e41-adff-2de9a4b0711a", + "186a6270-e3de-4499-88a4-5f723fee3e34", + "2763a733-d617-4d95-8429-fbf81d9d77fb", + "3d426f2d-e8bc-47c5-8a10-e15a886c2651", + "41a88e22-6272-4653-9df6-a71254caea0d", + "670069d7-f68f-436e-ac0d-8a998ecca694", + "6da352fc-8049-4fb3-8768-26bbd298d331", + "88cb580d-64ec-4762-be76-71cccdc07f18", + "8e1fbc2c-fb14-47be-bd22-89b6f4c93785", + "a20eb2c9-1743-41b4-b189-c2e144d9486a", + "b0d0dee1-984d-4d5f-a77b-8080aea33ad1", + "bc99c928-5381-416f-ac05-4b00c5ac9b04", + "c3099892-a8cd-4574-a6f9-041e59e2feae", + "e79c7ab4-ba8f-4ce3-90d8-82f6733b93d5", + "f4aa0de9-ffcc-4140-91a3-fd9e7a55f2ac", + "fb3cfd33-3942-4371-b86a-b3c3ea1dceb9", + "34b5de46-75e7-41ce-8166-529329a3f250", + "3d3e1154-6fc3-46b5-b216-11a86cc2c7fa", + "5399bb8a-85c6-44b1-ba00-00d90c2bb481", + "6bcbff93-c2b7-4ffa-bd41-5e6bc08f7ff9", + "6c7db6a8-f017-4a15-a4a8-4fba82ff658d", + "b11a4c4e-374c-403e-a757-5e9700f9f03b", + "eb330933-be20-4c8e-a1aa-64c4f085c279" + ], + "package_ndc": [ + "49035-914-32", + "47682-456-50", + "47682-456-47", + "42961-044-01", + "42961-044-02", + "42961-044-03", + "42961-044-04", + "49348-937-82", + "49348-937-14", + "36800-545-60", + "0363-0587-32", + "0363-0587-14", + "70000-0218-1", + "70000-0218-2", + "70000-0170-1", + "63868-898-10", + "37808-157-14", + "68391-416-90", + "30142-627-57", + "11673-378-90", + "62011-0040-1", + "0404-0712-99", + "0404-0712-13", + "50844-600-32", + "50844-600-17", + "50844-600-01", + "41520-228-14", + "41520-228-12", + "41520-228-03", + "55670-131-99", + "55670-131-13", + "68210-2200-3", + "0280-2200-60", + "21130-167-78", + "68998-146-01", + "30142-274-68", + "54162-940-90", + "55758-312-50", + "42681-7075-1", + "55910-438-12", + "70000-0147-1", + "30142-370-12", + "69607-0867-6", + "50066-610-13", + "50066-610-30", + "49035-370-03", + "49035-370-12", + "56062-027-12", + "0536-3305-01", + "0536-3305-10", + "49035-467-68", + "49035-467-08", + "17714-009-36", + "70000-0253-1", + "70000-0253-2", + "70000-0253-3", + "70000-0253-4", + "11822-0600-3", + "11822-0600-4", + "54738-128-36", + "63941-249-12", + "54257-274-25", + "54257-274-06", + "55315-645-32", + "0904-6712-60", + "49483-382-01", + "49483-382-00", + "0280-2090-36", + "50844-219-07", + "59779-772-87", + "69168-318-50", + "69168-318-06", + "69168-318-17", + "60577-005-01", + "59779-439-29", + "59779-439-51", + "46122-691-78", + "52124-0012-1", + "41250-681-02", + "70677-0071-1", + "0574-7034-12", + "0574-7036-12", + "17714-010-01", + "17714-010-03", + "17714-010-10", + "55319-467-68", + "41163-563-06", + "41163-563-17", + "41163-563-32", + "0363-0218-79", + "0363-0218-07", + "16103-357-08", + "16103-357-11", + "36800-274-68", + "63981-563-62", + "63981-563-96", + "63981-563-51", + "72288-416-78", + "72288-416-90", + "30142-699-06", + "30142-699-32", + "30142-699-14", + "30142-699-17", + "21130-918-07", + "51824-077-01", + "37808-867-30", + "0904-6783-70", + "56062-274-68", + "17714-121-12", + "17714-121-06", + "17714-121-10", + "70000-0014-1", + "72476-105-01", + "72476-105-03", + "49738-077-18", + "49738-077-03", + "49738-077-05", + "41520-157-78", + "41520-157-87", + "41520-157-90", + "10135-689-62", + "49035-563-13", + "49035-563-32", + "49035-563-27", + "49035-563-96", + "49035-563-11", + "49035-563-14", + "49035-563-17", + "68016-747-10", + "68016-747-30", + "68016-747-50", + "56062-416-78", + "56062-416-87", + "56062-416-90", + "64092-119-60", + "50844-957-29", + "0280-2000-24", + "0280-2000-50", + "0280-2000-10", + "0280-2000-20", + "0280-2000-01", + "49483-330-12", + "49483-330-10", + "61245-116-13", + "15127-228-94", + "15127-228-65", + "49483-349-00", + "63941-081-01", + "24385-278-68", + "0536-1053-01", + "0536-1053-05", + "69168-372-50", + "69168-372-06", + "69168-372-17", + "68210-0025-0", + "62011-0028-1", + "70000-0419-1", + "0536-1004-10", + "0536-1004-41", + "55301-600-32", + "55301-600-51", + "49638-115-60", + "72036-152-01", + "0280-2040-50", + "62011-0021-1", + "66715-6704-4", + "49483-328-01", + "49483-328-10", + "63940-321-02", + "55910-945-12", + "11822-2180-9", + "11822-2180-7", + "63940-218-07", + "72615-0064-1", + "0113-0259-68", + "55670-620-13", + "63868-363-20", + "63868-363-36", + "33992-2883-6", + "41163-945-06", + "41163-945-32", + "0363-0157-12", + "0363-0157-14", + "0363-0157-17", + "0363-0157-98", + "72288-467-68", + "68210-4098-1", + "57344-018-11", + "57344-018-21", + "0904-2015-59", + "0363-0227-57", + "0363-0227-14", + "21130-397-07", + "49035-157-06", + "49035-157-12", + "11673-416-87", + "11673-416-90", + "57896-921-01", + "57896-921-10", + "57896-921-25", + "57896-921-50", + "57896-921-20", + "0904-7704-18", + "0904-7704-70", + "0904-7704-80", + "55910-274-23", + "49035-355-90", + "24385-364-68", + "67060-232-02", + "67060-232-68", + "66715-9726-2", + "72036-018-11", + "72036-018-17", + "70000-0420-1", + "70000-0420-2", + "57344-146-08", + "51824-055-01", + "62011-0020-1", + "62011-0020-3", + "62011-0020-2", + "59726-867-60", + "59726-867-10", + "59726-867-30", + "42507-370-12", + "70000-0035-1", + "54738-541-01", + "54738-541-02", + "30142-027-12", + "30142-027-02", + "30142-027-03", + "30142-027-05", + "59779-605-32", + "68016-690-36", + "68016-690-18", + "49638-101-12", + "49035-416-78", + "49035-416-90", + "50844-675-03", + "50844-675-32", + "68210-4128-4", + "56062-467-68", + "63941-600-27", + "71399-8627-1", + "71399-8627-2", + "49348-498-07", + "63868-469-36", + "50844-218-07", + "72036-146-01", + "68210-0015-6", + "68210-0015-4", + "41163-522-02", + "41163-522-05", + "49738-786-18", + "49738-786-36", + "15127-738-21", + "15127-738-01", + "15127-738-05", + "15127-738-10", + "69103-2501-5", + "69103-2501-6", + "65923-507-00", + "42961-113-01", + "42961-113-02", + "42961-113-03", + "30142-467-68", + "30142-467-08", + "65923-249-12", + "46122-615-87", + "46122-615-76", + "68016-722-12", + "68016-722-30", + "51532-0232-2", + "49035-274-23", + "49035-274-08", + "49035-274-68", + "59779-274-68", + "59779-274-08", + "63548-0227-1", + "0113-0274-68", + "0536-1054-29", + "0536-1054-05", + "0280-2110-10", + "0536-1008-36", + "69618-066-10", + "69618-066-02", + "59779-137-01", + "59779-137-12", + "59779-137-05", + "36800-968-12", + "36800-968-50", + "36800-968-05", + "68998-105-01", + "50844-563-32", + "50844-563-14", + "63941-157-12", + "63941-157-14", + "63941-157-17", + "59779-157-12", + "59779-157-08", + "59779-157-14", + "59779-157-85", + "59779-157-90", + "49483-481-10", + "49483-481-12", + "49483-481-00", + "49483-481-31", + "49483-481-50", + "50844-157-12", + "49738-781-01", + "49738-781-03", + "49738-781-05", + "55315-867-30", + "49781-097-52", + "49781-097-58", + "0904-6713-18", + "49348-757-07", + "11822-2270-4", + "52124-0011-1", + "41250-780-01", + "41250-780-14", + "41250-780-06", + "41250-780-12", + "63868-332-36", + "57243-157-12", + "63868-354-45", + "0536-1148-01", + "63941-397-07", + "46122-598-48", + "46122-598-87", + "21130-957-12", + "21130-957-14", + "21130-957-17", + "36800-157-87", + "36800-157-12", + "36800-157-14", + "36800-157-17", + "49483-331-01", + "49483-331-00", + "49483-331-10", + "69618-046-02", + "69618-046-10", + "81238-0232-2", + "55301-157-12", + "55301-157-14", + "55301-157-17", + "70000-0178-1", + "70000-0178-3", + "70000-0178-2", + "66715-6840-6", + "54738-559-12", + "54738-559-25", + "54738-559-03", + "72476-867-12", + "42681-0013-1", + "57896-901-01", + "57896-901-10", + "57896-901-27", + "46994-157-33", + "0904-6811-80", + "55319-601-32", + "55319-601-17", + "63868-352-03", + "63868-352-10", + "0904-6751-80", + "30142-391-17", + "50804-880-01", + "50804-880-13", + "41163-797-07", + "62011-0405-1", + "37808-031-78", + "37808-031-87", + "37808-031-90", + "41226-481-12", + "41226-481-20", + "41226-481-31", + "41226-481-50", + "30142-416-78", + "30142-416-87", + "68391-867-05", + "21130-645-12", + "21130-645-32", + "21130-645-06", + "0904-6794-89", + "0904-6794-80", + "62011-0432-2", + "62011-0432-1", + "55319-492-13", + "55319-492-29", + "63940-333-10", + "49483-334-63", + "49483-334-00", + "62011-0019-1", + "62011-0019-2", + "41163-416-78", + "41163-416-87", + "41163-416-90", + "0113-1919-78", + "0113-1919-90", + "41163-918-07", + "41163-918-99", + "70692-161-31", + "70692-161-50", + "70692-161-11", + "46994-600-32", + "72036-181-02", + "72090-001-01", + "41250-274-68", + "41250-274-08", + "69517-136-30", + "70000-0428-1", + "15127-241-36", + "55910-467-68", + "72036-080-01", + "72036-080-14", + "72036-080-04", + "69168-318-01", + "69168-318-03", + "37808-600-32", + "67091-124-36", + "55315-157-12", + "55315-157-17", + "49483-381-12", + "49483-381-10", + "64092-150-36", + "59726-370-05", + "67091-122-36", + "68016-642-12", + "68016-642-40", + "0498-0113-01", + "0498-0113-05", + "0498-0113-10", + "0498-0113-25", + "0498-0113-50", + "0498-0114-01", + "0498-0114-05", + "0498-0114-10", + "0498-0114-25", + "0498-0114-50", + "68196-901-96", + "21130-600-32", + "21130-600-06", + "21130-600-27", + "21130-600-14", + "71476-102-36", + "71476-102-31", + "71476-103-50", + "71476-101-36", + "71476-101-31", + "71476-104-50", + "59779-467-68", + "59779-467-08", + "57344-080-01", + "36800-467-68", + "36800-467-08", + "62011-0404-1", + "67091-110-10", + "67091-110-30", + "65155-981-12", + "70000-0507-2", + "70000-0507-1", + "68998-018-11", + "68998-018-14", + "49348-001-10", + "49348-001-23", + "49348-001-14", + "16103-365-08", + "16103-365-11", + "10135-173-62", + "0904-6809-40", + "0113-0416-78", + "0113-0416-87", + "0113-0416-90", + "21130-081-05", + "55910-563-17", + "0404-0164-13", + "62011-0212-1", + "36800-027-12", + "36800-027-05", + "41250-600-32", + "41250-600-98", + "41250-600-14", + "56062-719-68", + "21130-509-78", + "63941-103-10", + "36800-127-57", + "63029-302-01", + "63029-302-02", + "55910-157-14", + "68210-2500-1", + "68391-227-05", + "68998-081-02", + "11673-563-32", + "11673-563-14", + "57896-904-01", + "57896-904-25", + "46122-262-48", + "46122-262-87", + "41520-259-68", + "33992-0218-7", + "56062-867-12", + "49348-980-53", + "49348-980-23", + "49348-980-15", + "49483-387-12", + "49483-387-10", + "49483-387-00", + "72476-152-01", + "55910-249-29", + "72629-020-50", + "72629-020-10", + "72629-020-30", + "0924-0106-01", + "0924-0106-00", + "0924-0106-02", + "0924-0106-03", + "0924-0106-07", + "0924-0105-01", + "0924-0105-00", + "0924-0105-02", + "0924-0105-03", + "0924-0105-07", + "41520-651-87", + "64092-110-99", + "24385-028-68", + "68210-0150-1", + "68210-0150-5", + "0363-0691-12", + "0280-2100-32", + "0280-2100-12", + "0280-2100-20", + "0280-2100-30", + "0280-2100-40", + "0280-2080-18", + "0280-2080-36", + "63940-320-11", + "54738-111-01", + "54738-111-03", + "59779-727-12", + "59779-727-14", + "59779-727-20", + "59779-727-30", + "59779-727-50", + "0536-1234-41", + "59779-945-32", + "59779-945-07", + "59779-945-17", + "59779-945-51", + "56062-118-11", + "56062-118-15", + "56062-118-17", + "55910-600-69", + "55910-600-32", + "57896-911-36", + "11822-6451-6", + "11822-6451-4", + "62011-0003-1", + "68196-900-51", + "16103-356-09", + "16103-356-11", + "53943-157-12", + "53943-157-14", + "53943-157-17", + "0113-0773-90", + "11822-0397-7", + "11822-0397-9", + "68210-5100-1", + "36800-146-01", + "70677-0070-1", + "63940-609-62", + "63940-609-32", + "63940-609-27", + "63940-609-51", + "49738-784-08", + "41520-030-18", + "15127-227-57", + "0363-0397-07", + "36800-880-08", + "36800-880-18", + "63029-311-01", + "63029-311-14", + "63029-311-65", + "63029-311-75", + "63029-311-32", + "63029-311-45", + "69618-014-36", + "41250-467-08", + "63868-240-36", + "63868-240-10", + "68998-080-01", + "68998-080-12", + "55319-600-32", + "55319-600-17", + "55301-821-07", + "71679-010-00", + "68016-689-36", + "59779-600-06", + "59779-600-32", + "59779-600-07", + "59779-600-27", + "59779-600-29", + "59779-600-99", + "59779-600-90", + "59779-600-14", + "59779-600-16", + "59779-600-17", + "59779-600-91", + "53185-249-12", + "0363-0183-30", + "37835-738-02", + "37835-738-04", + "37835-738-06", + "0113-7467-68", + "53329-020-28", + "0904-6784-80", + "50844-254-12", + "69618-015-10", + "69618-015-01", + "61010-4407-0", + "61010-4407-1", + "61010-4407-2", + "69168-312-01", + "69168-312-17", + "0536-1232-01", + "36800-259-68", + "63941-227-12", + "55319-227-12", + "55319-227-03", + "0536-1284-05", + "0536-1284-01", + "55315-218-07", + "0904-6744-60", + "69842-826-30", + "69842-826-50", + "37012-826-02", + "0904-4040-73", + "11673-181-12", + "11673-181-50", + "69168-288-36", + "69168-288-01", + "17714-011-01", + "17714-011-10", + "68210-4093-1", + "11822-0157-2", + "11822-0157-3", + "11822-0157-4", + "11673-702-68", + "11673-702-08", + "46122-635-78", + "70677-0092-1", + "70677-0092-2", + "55319-218-07", + "41250-118-11", + "41250-118-15", + "41250-118-22", + "67091-123-12", + "71141-005-68", + "49483-390-00", + "37808-246-01", + "37808-246-02", + "46122-292-78", + "46122-292-87", + "53943-080-01", + "53943-080-08", + "53943-080-12", + "69536-181-15", + "69536-181-36", + "69536-181-12", + "69536-181-20", + "69536-181-54", + "69536-181-65", + "0113-0467-68", + "0113-0467-08", + "36800-030-18", + "59726-227-60", + "59726-227-03", + "59726-227-10", + "69536-281-36", + "69536-281-10", + "55301-227-12", + "49348-981-15", + "15127-874-36", + "24385-429-02", + "24385-429-90", + "69842-927-57", + "69842-927-14", + "80136-901-01", + "0536-1149-41", + "70000-0359-1", + "0363-0563-27", + "0363-0563-90", + "0363-0563-63", + "0363-0563-22", + "0363-0563-06", + "0363-0563-32", + "0363-0563-17", + "0363-0563-14", + "16103-366-05", + "16103-366-11", + "69168-400-30", + "63868-373-05", + "41250-146-08", + "41250-146-11", + "41520-467-68", + "49638-102-60", + "63981-227-14", + "70000-0564-1", + "11673-027-12", + "11673-027-03", + "11673-027-05", + "72036-105-01", + "46122-596-02", + "55315-397-07", + "51824-057-36", + "49638-481-36", + "41520-274-68", + "71141-158-24", + "49348-191-07", + "68163-081-91", + "63868-029-36", + "0363-6450-07", + "0363-6450-12", + "0363-6450-60", + "0363-6450-32", + "0363-6450-14", + "68210-0220-3" + ], + "nui": [ + "N0000000160", + "N0000008836", + "M0001335", + "N0000175722", + "N0000175578", + "N0000008832" + ], + "pharm_class_moa": [ + "Cyclooxygenase Inhibitors [MoA]" + ], + "pharm_class_pe": [ + "Decreased Prostaglandin Production [PE]", + "Decreased Platelet Aggregation [PE]" + ], + "pharm_class_cs": [ + "Anti-Inflammatory Agents, Non-Steroidal [CS]" + ], + "pharm_class_epc": [ + "Nonsteroidal Anti-inflammatory Drug [EPC]", + "Platelet Aggregation Inhibitor [EPC]" + ], + "unii": [ + "R16CO5Y76E", + "H0G9379FGK" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "NEXIUM", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "ESOMEPRAZOLE MAGNESIUM" + }, + "openfda": { + "application_number": [ + "NDA022101", + "NDA021957", + "NDA021153", + "NDA021689" + ], + "brand_name": [ + "NEXIUM", + "NEXIUM I.V." + ], + "generic_name": [ + "ESOMEPRAZOLE MAGNESIUM", + "ESOMEPRAZOLE SODIUM" + ], + "manufacturer_name": [ + "AstraZeneca Pharmaceuticals LP" + ], + "product_ndc": [ + "0186-4010", + "0186-5020", + "0186-4020", + "0186-4040", + "0186-5040", + "0186-4025", + "0186-4050", + "0186-6040" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL", + "INTRAVENOUS" + ], + "substance_name": [ + "ESOMEPRAZOLE MAGNESIUM", + "ESOMEPRAZOLE SODIUM" + ], + "rxcui": [ + "606726", + "606728", + "606730", + "606731", + "692576", + "692578", + "861568", + "861570", + "861576", + "861583", + "1297658", + "1297660", + "1297761", + "1297763", + "486501", + "603536" + ], + "spl_id": [ + "3797ceb7-550b-4e9a-8314-8e1e4995360b", + "ac4ba22b-f431-4ab4-b239-0e220ad804dd" + ], + "spl_set_id": [ + "f4853677-1622-4037-688b-fdf533a11d96", + "c325bbfc-46f3-471e-7bbc-ed0d6965d13b" + ], + "package_ndc": [ + "0186-5020-31", + "0186-5020-54", + "0186-5020-82", + "0186-4010-01", + "0186-4010-02", + "0186-4020-01", + "0186-4040-01", + "0186-4040-02", + "0186-5040-31", + "0186-5040-35", + "0186-5040-55", + "0186-5040-85", + "0186-5040-54", + "0186-5040-82", + "0186-5040-05", + "0186-4025-01", + "0186-4025-02", + "0186-4050-01", + "0186-6040-01" + ], + "unii": [ + "R6DXU4WAY9", + "L2C9GWQ43H" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "TRIAMTERENE.", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "TRIAMTERENE" + }, + "openfda": { + "application_number": [ + "ANDA211581", + "NDA013174" + ], + "brand_name": [ + "TRIAMTERENE", + "DYRENIUM" + ], + "generic_name": [ + "TRIAMTERENE CAPSULES", + "TRIAMTERENE" + ], + "manufacturer_name": [ + "TRUPHARMA LLC", + "Prasco Laboratories", + "Concordia Pharmaceuticals Inc." + ], + "product_ndc": [ + "52817-364", + "52817-365", + "66993-831", + "66993-832", + "59212-002", + "59212-003" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "TRIAMTERENE" + ], + "rxcui": [ + "198312", + "198313", + "208674", + "208675" + ], + "spl_id": [ + "64cebf1c-86f5-4519-aeb8-50f8c1fd30d7", + "c60f4f73-a9a2-46e0-be7b-3d389cb560d8", + "0818de3a-75e9-4c96-8cee-afeea533ef7c" + ], + "spl_set_id": [ + "fea50328-b3d5-4300-8c67-82cda0a975b7", + "a09c2212-1dd5-4fbe-ad09-2a57aeabcaea", + "ebb177c0-d45d-4443-a85a-e76bd9931a42" + ], + "package_ndc": [ + "52817-364-10", + "52817-365-10", + "66993-831-02", + "66993-832-02", + "59212-002-01", + "59212-003-01" + ], + "nui": [ + "N0000008859", + "N0000175359", + "N0000175418" + ], + "pharm_class_pe": [ + "Decreased Renal K+ Excretion [PE]", + "Increased Diuresis [PE]" + ], + "pharm_class_epc": [ + "Potassium-sparing Diuretic [EPC]" + ], + "unii": [ + "WS821Z52LQ" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "SPIRIVA", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "TIOTROPIUM BROMIDE MONOHYDRATE" + }, + "openfda": { + "application_number": [ + "NDA021395" + ], + "brand_name": [ + "SPIRIVA HANDIHALER" + ], + "generic_name": [ + "TIOTROPIUM BROMIDE" + ], + "manufacturer_name": [ + "Boehringer Ingelheim Pharmaceuticals, Inc." + ], + "product_ndc": [ + "0597-0075" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL", + "RESPIRATORY (INHALATION)" + ], + "substance_name": [ + "TIOTROPIUM BROMIDE MONOHYDRATE" + ], + "rxcui": [ + "485032", + "580261" + ], + "spl_id": [ + "61e158db-bf32-4cb5-8e5e-72acd953e493" + ], + "spl_set_id": [ + "820839ef-e53d-47e8-a3b9-d911ff92e6a9" + ], + "package_ndc": [ + "0597-0075-41", + "0597-0075-75", + "0597-0075-47" + ], + "unii": [ + "L64SXO195N" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0063271" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003311", + "patient": { + "patientonsetage": "76", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Oedema peripheral", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Fluid retention", + "reactionoutcome": "1" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugdosagetext": "10 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PULMONARY HYPERTENSION", + "drugstartdateformat": "102", + "drugstartdate": "20100811", + "drugenddateformat": "102", + "drugenddate": "20120701", + "actiondrug": "1", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugdosageform": "TABLET", + "drugindication": "ATRIAL FIBRILLATION", + "actiondrug": "1", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugdosageform": "TABLET", + "drugindication": "CARDIAC FAILURE CONGESTIVE", + "actiondrug": "1", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "TRACLEER", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "BOSENTAN" + }, + "openfda": { + "application_number": [ + "NDA021290", + "NDA209279" + ], + "brand_name": [ + "TRACLEER" + ], + "generic_name": [ + "BOSENTAN" + ], + "manufacturer_name": [ + "Actelion Pharmaceuticals US, Inc." + ], + "product_ndc": [ + "66215-101", + "66215-102", + "66215-103" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "BOSENTAN" + ], + "rxcui": [ + "349253", + "352066", + "656659", + "656660", + "1989081", + "1989085" + ], + "spl_id": [ + "93c78d0b-c8ba-4ef4-b3c9-43d6d198a70d" + ], + "spl_set_id": [ + "749e42fb-2fe0-45dd-9268-b43bb3f4081c" + ], + "package_ndc": [ + "66215-101-06", + "66215-101-03", + "66215-102-06", + "66215-102-03", + "66215-103-14", + "66215-103-56" + ], + "unii": [ + "Q326023R30" + ] + } + } + ], + "summary": { + "narrativeincludeclinical": "CASE EVENT DATE: 20120601" + } + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0058241" + }, + "receiptdate": "20150812", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0058241", + "occurcountry": "US", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "seriousnesshospitalization": "1", + "transmissiondate": "20151125", + "primarysourcecountry": "US" + }, + { + "reporttype": "2", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "1", + "safetyreportid": "10003312", + "patient": { + "patientonsetage": "43", + "patientonsetageunit": "801", + "patientweight": "41.8", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Pneumonia", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Drug ineffective", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "ILARIS", + "drugauthorizationnumb": "125319", + "drugstructuredosagenumb": "90", + "drugstructuredosageunit": "003", + "drugdosagetext": "90 MG, EVERY 8 WEEKS", + "drugdosageform": "Powder for sol for inj", + "drugadministrationroute": "058", + "drugindication": "CRYOPYRIN ASSOCIATED PERIODIC SYNDROME", + "drugstartdateformat": "102", + "drugstartdate": "20130823", + "drugenddateformat": "102", + "drugenddate": "20131226", + "actiondrug": "1", + "drugrecurreadministration": "3", + "openfda": { + "application_number": [ + "BLA125319" + ], + "brand_name": [ + "ILARIS" + ], + "generic_name": [ + "CANAKINUMAB" + ], + "manufacturer_name": [ + "Novartis Pharmaceuticals Corporation" + ], + "product_ndc": [ + "0078-0734" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "SUBCUTANEOUS" + ], + "substance_name": [ + "CANAKINUMAB" + ], + "rxcui": [ + "1864324", + "1864326" + ], + "spl_id": [ + "265bdd7c-eb00-49d6-9e49-eb1457eabf04" + ], + "spl_set_id": [ + "7d271f3b-e4f9-4d80-8dcf-28d49123f80e" + ], + "package_ndc": [ + "0078-0734-61" + ], + "unii": [ + "37CQ2C7X93" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "ILARIS", + "drugauthorizationnumb": "125319", + "drugdosageform": "Powder for sol for inj", + "drugindication": "FAMILIAL COLD AUTOINFLAMMATORY SYNDROME", + "actiondrug": "1", + "drugrecurreadministration": "3", + "openfda": { + "application_number": [ + "BLA125319" + ], + "brand_name": [ + "ILARIS" + ], + "generic_name": [ + "CANAKINUMAB" + ], + "manufacturer_name": [ + "Novartis Pharmaceuticals Corporation" + ], + "product_ndc": [ + "0078-0734" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "SUBCUTANEOUS" + ], + "substance_name": [ + "CANAKINUMAB" + ], + "rxcui": [ + "1864324", + "1864326" + ], + "spl_id": [ + "265bdd7c-eb00-49d6-9e49-eb1457eabf04" + ], + "spl_set_id": [ + "7d271f3b-e4f9-4d80-8dcf-28d49123f80e" + ], + "package_ndc": [ + "0078-0734-61" + ], + "unii": [ + "37CQ2C7X93" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "PREDNISONE", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "2", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "5 MG, BID", + "drugadministrationroute": "048", + "actiondrug": "5", + "drugrecurreadministration": "3", + "openfda": { + "application_number": [ + "NDA202020", + "ANDA215246", + "ANDA211496", + "ANDA080292", + "ANDA088832", + "ANDA083677", + "ANDA040584", + "ANDA040581", + "ANDA040256", + "ANDA040392", + "ANDA084122", + "ANDA087342", + "ANDA080352", + "ANDA211495", + "ANDA087800", + "ANDA087801", + "ANDA084283", + "ANDA088703", + "ANDA210525", + "ANDA213386", + "ANDA040362", + "ANDA211575", + "ANDA080356", + "ANDA085162", + "ANDA085161", + "ANDA040611" + ], + "brand_name": [ + "RAYOS", + "PREDNISONE" + ], + "generic_name": [ + "PREDNISONE" + ], + "manufacturer_name": [ + "Horizon Therapeutics USA, Inc.", + "Novitium Pharma LLC", + "GeneYork Pharmaceuticals Group LLC", + "Mylan Pharmaceuticals Inc.", + "Par Pharmaceutical", + "Lannett Company, Inc.", + "Hikma Pharmaceuticals USA Inc.", + "West-ward Pharmaceuticals Corp", + "Amneal Pharmaceuticals NY LLC", + "JUBILANT CADISTA PHARMACEUTICALS INC.", + "Actavis Pharma, Inc." + ], + "product_ndc": [ + "75987-020", + "75987-021", + "75987-022", + "70954-056", + "71329-106", + "0378-0640", + "0378-0641", + "0378-0642", + "0603-5335", + "0603-5336", + "0603-5337", + "0603-5338", + "0603-5339", + "0527-2930", + "0054-9817", + "0054-9828", + "0054-9818", + "0143-9738", + "0143-9740", + "0143-9739", + "0527-2931", + "0527-2932", + "0054-8724", + "0054-4741", + "0054-4742", + "0054-4728", + "0054-0017", + "0054-0018", + "0054-0019", + "0054-3722", + "0054-3721", + "0054-8739", + "0054-8740", + "0527-2933", + "0527-2934", + "0527-2935", + "71329-107", + "71329-108", + "60219-1707", + "60219-1708", + "59746-172", + "59746-173", + "59746-175", + "71329-103", + "71329-104", + "71329-105", + "70954-057", + "70954-058", + "70954-059", + "70954-060", + "70954-061", + "0591-5052", + "0591-5442", + "0591-5443", + "59746-171" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "PREDNISONE" + ], + "rxcui": [ + "1303125", + "1303131", + "1303132", + "1303134", + "1303135", + "1303137", + "198144", + "198145", + "312615", + "312617", + "198146", + "763179", + "763181", + "763183", + "763185", + "198148", + "205301", + "315187" + ], + "spl_id": [ + "f9517701-80af-41ad-b527-4297184f3383", + "7335a293-992b-490c-ab8a-66a7ca1eea30", + "4384c1d1-059b-4689-9f3d-1078de814ce8", + "88a6acb5-abca-4d04-be4f-d637e001e20b", + "bf179c06-4480-4f07-8e38-10e8fddc2ed6", + "f63744b8-0108-489d-8c38-453c013ccf93", + "cea52966-6748-4723-ae9b-793b44c429de", + "92e5952b-2b1e-42c7-a8b3-c33d403d47aa", + "8c94235c-7f8e-4e2a-bb56-014324bda19a", + "7b97d83a-b0b4-4229-a4b6-6d1287fecd29", + "4b4a5262-cead-44bb-925a-086362a69d6e", + "eafa4fdb-e631-4080-b850-a7e40866f250", + "2c25a942-37b8-41b0-aa35-fa49d82515e1", + "3b1247fb-3a8d-4c94-b26a-a61398316cc3", + "c3dd4f62-cc06-4576-938c-c50f5a4a1642", + "1689f48c-eb89-48ca-84e4-1c648e3f0e23", + "03ae0f16-3d26-4f67-8ab7-1164b1dbc182", + "a8972d19-5cd5-441c-a552-048116a069e8" + ], + "spl_set_id": [ + "281ab967-7565-4bef-9c0c-a646589c671e", + "7335a293-992b-490c-ab8a-66a7ca1eea30", + "be50449f-3aa8-46b7-9246-2dbd5f04f2b1", + "fec09050-5ac2-451b-a2b9-5a21b2def212", + "10fe5a3b-84dc-4600-87c2-b80c97ce18cf", + "2d047ff2-1ca5-4123-9de3-dc85807de4e1", + "263ed4fa-3c29-4abb-9cb1-bc016bd34a05", + "c19fd54a-0a3b-4b14-b598-0256ea0e7f70", + "d88845ae-5b7c-465c-982d-8210d37ae190", + "3115aef0-fd50-4ec8-a064-3effb695f3f2", + "84c6be5c-df0d-41b4-9b0d-641fba970ac2", + "d4b46716-044d-4213-8030-950affa41c3b", + "03228706-92b9-43c9-8d73-c73aa124c58d", + "931ceb82-23b9-46c6-a00b-4cd66ed6f88f", + "bbc5e24a-ba0f-4f7e-be39-a1995fd96d5b", + "f05eb734-07e7-491c-b2e9-aae340e03750", + "aa0b1582-6ef3-4697-9ea6-5391e6e57853", + "e9d6774e-45f6-419f-b388-8dfb4dd34944" + ], + "package_ndc": [ + "75987-020-02", + "75987-020-01", + "75987-020-70", + "75987-021-02", + "75987-021-01", + "75987-021-70", + "75987-022-02", + "75987-022-01", + "75987-022-70", + "70954-056-10", + "70954-056-20", + "71329-106-02", + "71329-106-01", + "0378-0640-01", + "0378-0640-10", + "0378-0641-01", + "0378-0641-10", + "0378-0642-01", + "0378-0642-05", + "0378-0642-10", + "0603-5335-21", + "0603-5335-32", + "0603-5336-21", + "0603-5337-21", + "0603-5337-32", + "0603-5337-15", + "0603-5337-31", + "0603-5338-21", + "0603-5338-28", + "0603-5338-32", + "0603-5338-15", + "0603-5338-31", + "0603-5339-21", + "0603-5339-28", + "0603-5339-32", + "0527-2930-37", + "0527-2930-43", + "0054-9828-25", + "0054-9828-31", + "0054-9817-25", + "0054-9817-29", + "0054-9818-25", + "0054-9818-29", + "0143-9740-01", + "0143-9740-10", + "0143-9739-01", + "0143-9739-10", + "0143-9738-01", + "0143-9738-05", + "0143-9738-10", + "0527-2931-37", + "0527-2932-37", + "0527-2932-43", + "0054-4741-25", + "0054-4741-31", + "0054-4742-25", + "0054-4728-25", + "0054-4728-31", + "0054-0017-25", + "0054-0017-29", + "0054-0017-20", + "0054-0018-25", + "0054-0018-29", + "0054-0018-20", + "0054-0019-20", + "0054-0019-25", + "0054-3722-63", + "0054-3722-50", + "0054-3721-44", + "0054-8739-25", + "0054-8740-25", + "0054-8724-25", + "0527-2933-37", + "0527-2933-41", + "0527-2934-37", + "0527-2934-41", + "0527-2935-37", + "71329-107-01", + "71329-108-02", + "71329-108-01", + "60219-1707-1", + "60219-1707-5", + "60219-1707-2", + "60219-1707-3", + "60219-1708-1", + "60219-1708-5", + "59746-172-10", + "59746-172-06", + "59746-173-10", + "59746-173-09", + "59746-173-06", + "59746-175-09", + "59746-175-06", + "59746-175-10", + "71329-103-02", + "71329-103-01", + "71329-104-02", + "71329-104-01", + "71329-105-01", + "70954-057-10", + "70954-058-10", + "70954-058-20", + "70954-058-30", + "70954-058-40", + "70954-059-10", + "70954-059-20", + "70954-059-30", + "70954-059-40", + "70954-060-10", + "70954-060-20", + "70954-060-30", + "70954-061-10", + "0591-5052-21", + "0591-5052-43", + "0591-5052-01", + "0591-5052-10", + "0591-5442-21", + "0591-5442-43", + "0591-5442-01", + "0591-5442-05", + "0591-5442-10", + "0591-5443-01", + "0591-5443-05", + "0591-5443-10", + "59746-171-10", + "59746-171-06" + ], + "nui": [ + "N0000175576", + "N0000175450" + ], + "pharm_class_epc": [ + "Corticosteroid [EPC]" + ], + "pharm_class_moa": [ + "Corticosteroid Hormone Receptor Agonists [MoA]" + ], + "unii": [ + "VB0R961HZT" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "RELPAX", + "drugstructuredosagenumb": "40", + "drugstructuredosageunit": "003", + "drugdosagetext": "40 MG, PRN", + "drugadministrationroute": "048", + "actiondrug": "5", + "drugrecurreadministration": "3", + "openfda": { + "application_number": [ + "NDA021016" + ], + "brand_name": [ + "RELPAX" + ], + "generic_name": [ + "ELETRIPTAN HYDROBROMIDE" + ], + "manufacturer_name": [ + "Roerig" + ], + "product_ndc": [ + "0049-2330", + "0049-2340" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "ELETRIPTAN HYDROBROMIDE" + ], + "rxcui": [ + "359493", + "359494", + "404443", + "404444" + ], + "spl_id": [ + "60fa2e8b-4d0d-4546-a087-3f0efb3e7560" + ], + "spl_set_id": [ + "85745375-fcb6-4edc-b6db-a77b4a5f3e8c" + ], + "package_ndc": [ + "0049-2330-79", + "0049-2330-45", + "0049-2340-79", + "0049-2340-45", + "0049-2340-05" + ], + "unii": [ + "M41W832TA3" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "ULTRACET", + "drugstructuredosagenumb": "1", + "drugstructuredosageunit": "032", + "drugdosagetext": "1 DF, PRN", + "drugadministrationroute": "048", + "actiondrug": "5", + "drugrecurreadministration": "3", + "openfda": { + "application_number": [ + "NDA021123" + ], + "brand_name": [ + "ULTRACET" + ], + "generic_name": [ + "TRAMADOL HYDROCHLORIDE AND ACETAMINOPHEN" + ], + "manufacturer_name": [ + "Janssen Pharmaceuticals, Inc." + ], + "product_ndc": [ + "50458-650" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "TRAMADOL HYDROCHLORIDE", + "ACETAMINOPHEN" + ], + "rxcui": [ + "836395", + "836397" + ], + "spl_id": [ + "d155ece3-614f-4f48-bc5d-787d212b47dd" + ], + "spl_set_id": [ + "2d20df3c-8b5b-4bdf-a49f-ec904522575d" + ], + "package_ndc": [ + "50458-650-60", + "50458-650-10" + ], + "unii": [ + "9N7R477WCK", + "362O9ITL9D" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "AMBIEN", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, PRN", + "drugadministrationroute": "048", + "actiondrug": "5", + "drugrecurreadministration": "3", + "openfda": { + "application_number": [ + "NDA021774", + "NDA019908" + ], + "brand_name": [ + "AMBIEN CR", + "AMBIEN" + ], + "generic_name": [ + "ZOLPIDEM TARTRATE" + ], + "manufacturer_name": [ + "Sanofi-Aventis U.S. LLC" + ], + "product_ndc": [ + "0024-5501", + "0024-5521", + "0024-5401", + "0024-5421" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "ZOLPIDEM TARTRATE" + ], + "rxcui": [ + "854880", + "854882", + "854894", + "854896", + "854873", + "854875", + "854876", + "854878" + ], + "spl_id": [ + "6c172483-d1e2-4203-8dab-7f8a780a02ad", + "e932d227-dc7a-405f-855b-4994aabb85f4" + ], + "spl_set_id": [ + "404c858c-89ac-4c9d-8a96-8702a28e6e76", + "c36cadf4-65a4-4466-b409-c82020b42452" + ], + "package_ndc": [ + "0024-5501-31", + "0024-5501-10", + "0024-5521-31", + "0024-5521-50", + "0024-5521-10", + "0024-5401-31", + "0024-5421-31", + "0024-5421-50" + ], + "unii": [ + "WY6W63843K" + ] + } + } + ] + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "NOVARTIS", + "duplicatenumb": "PHEH2014US004847" + }, + "receiptdate": "20140417", + "seriousnesslifethreatening": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "PHEH2014US004847", + "occurcountry": "US", + "seriousnessother": "1", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "seriousnesshospitalization": "1", + "transmissiondate": "20141212", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0057186", + "occurcountry": "US", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "1" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003313", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "81", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Swelling", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Jaundice", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugdosageform": "TABLET", + "drugindication": "CHRONIC OBSTRUCTIVE PULMONARY DISEASE", + "actiondrug": "1", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PULMONARY HYPERTENSION", + "drugstartdateformat": "102", + "drugstartdate": "20101021", + "drugenddateformat": "610", + "drugenddate": "201206", + "actiondrug": "1", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugdosageform": "TABLET", + "drugindication": "SLEEP APNOEA SYNDROME", + "actiondrug": "1", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0057186" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0058848", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003314", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "82", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Back pain", + "reactionoutcome": "1" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20120605", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0058848" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "2", + "safetyreportversion": "1", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "1", + "safetyreportid": "10003315", + "patient": { + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Death", + "reactionoutcome": "5" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "RANOLAZINE", + "drugauthorizationnumb": "021526", + "drugstructuredosagenumb": "500", + "drugstructuredosageunit": "003", + "drugdosagetext": "500 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "ANGINA PECTORIS", + "openfda": { + "application_number": [ + "ANDA209953", + "ANDA211745", + "ANDA211865", + "NDA021526", + "ANDA207690", + "ANDA211082", + "ANDA211829", + "ANDA211291", + "ANDA212781", + "ANDA210188", + "ANDA208862", + "ANDA212889", + "ANDA210054", + "ANDA212284", + "ANDA201046", + "ANDA210482", + "ANDA211707" + ], + "brand_name": [ + "RANOLAZINE", + "RANEXA" + ], + "generic_name": [ + "RANOLAZINE", + "EXTENDED-RELEASE" + ], + "manufacturer_name": [ + "Ascend Laboratories, LLC", + "Micro Labs Limited", + "Sunshine Lake Pharma Co., Ltd.", + "Gilead Sciences, Inc.", + "Amneal Pharmaceuticals LLC", + "Glenmark Pharmaceuticals Inc., USA", + "ScieGen Pharmaceuticals, Inc", + "Cipla USA Inc.", + "Praxgen Pharmaceuticals LLC", + "Viona Pharmaceuticals Inc", + "Actavis Pharma, Inc.", + "Graviti Pharmaceuticals Private Limited", + "Ajanta Pharma Limited", + "Lifestar Pharma LLC", + "Lupin Pharmaceuticals, Inc.", + "Cadila Healthcare Limited", + "ANI Pharmaceuticals, Inc.", + "Sun Pharmaceutical Industries, Inc." + ], + "product_ndc": [ + "67877-525", + "67877-526", + "42571-324", + "42571-325", + "48792-7893", + "48792-7894", + "61958-1003", + "61958-1004", + "65162-376", + "65162-379", + "68462-319", + "68462-320", + "50228-423", + "50228-424", + "69097-221", + "69097-222", + "70625-206", + "70625-207", + "72578-064", + "72578-065", + "45963-418", + "45963-419", + "69844-024", + "69844-025", + "27241-125", + "27241-126", + "70756-703", + "70756-704", + "68180-354", + "68180-355", + "70771-1499", + "70771-1500", + "43975-289", + "43975-290", + "63304-017", + "63304-018" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "RANOLAZINE" + ], + "rxcui": [ + "616749", + "728231", + "860737", + "860738" + ], + "spl_id": [ + "172a3e8e-6963-49b1-8c1c-fee170837e75", + "a0018ff1-5eed-5ba7-e053-2a95a90a2280", + "a2238db8-81c5-06be-e053-2a95a90a5cf8", + "b56c6449-a982-c64c-e053-2a95a90a136a", + "b4133184-455b-4df0-9089-b95464f2a46c", + "f614b56a-4f61-4f5d-b738-4057dc9b7696", + "2572d72e-cdfa-477f-b17b-893f548ef99c", + "7141ddf2-9c11-4d86-a0b3-ec7fd7e035b0", + "bade2f64-05ff-c366-e053-2a95a90a761e", + "743fe0ef-3a74-4e57-9e25-0f17ddfbbc81", + "4a911bc1-56f9-4350-afb2-418705fb9250", + "bfee8334-acfd-42a4-ad2a-9e1ad2588f3d", + "047008d4-339d-4612-bbc1-98f9525726f0", + "4ec581cf-b92f-480e-8814-72756efc9f0a", + "8b6a8647-5561-49f8-a346-2f5af75a6162", + "82ddee01-7ba8-4657-aaca-ef1335278215", + "5d37b8e0-3e6d-4ea3-9d98-4d6faa1c7f02", + "9d320810-99dc-4276-ab06-688b60cc957d" + ], + "spl_set_id": [ + "5b254a8e-db88-49be-bb48-e6d2847f8ab3", + "f6facddc-c020-436e-8e68-bf9a4223e7cf", + "a2238db8-81c4-06be-e053-2a95a90a5cf8", + "beb482de-f251-476b-9d38-40577c36f5a3", + "a3f284f3-ca10-484c-964b-f8abc3acc1cd", + "0cf58732-c242-49b0-8e3f-248778b4458d", + "71d50258-75b7-4801-b0f4-c34fe883d57d", + "e35140d1-e22f-4f16-8a5c-3a4e853c1c74", + "f3c09979-a44a-4197-97d2-29a207b6fc73", + "00979fb3-d70f-493d-94ca-2914cbadaa9d", + "896ea7ab-8714-4e8b-a194-5b0bde318032", + "f0cbc60a-5ef0-4ba9-9863-b065360bca21", + "8bfd1a61-547a-4847-ae4e-480b17da6272", + "195c4b51-fec2-410d-8d90-487c536a8728", + "595821d7-1fbf-49a5-9c62-d78f27af39b4", + "d74f3dea-7357-4e9a-be9a-2f498a44108a", + "34d2ef38-81f2-43c2-807b-492444c9492e", + "c5848232-b7fd-4fe5-a543-16d6c4b5c0b1" + ], + "package_ndc": [ + "67877-525-60", + "67877-525-38", + "67877-525-10", + "67877-526-60", + "67877-526-38", + "67877-526-05", + "42571-324-60", + "42571-324-64", + "42571-324-05", + "42571-324-32", + "42571-324-11", + "42571-325-60", + "42571-325-64", + "42571-325-32", + "42571-325-11", + "48792-7893-1", + "48792-7894-1", + "61958-1003-1", + "61958-1003-2", + "61958-1003-3", + "61958-1004-1", + "61958-1004-2", + "61958-1004-3", + "65162-376-06", + "65162-376-18", + "65162-376-50", + "65162-379-06", + "65162-379-18", + "65162-379-50", + "68462-319-60", + "68462-319-05", + "68462-320-60", + "68462-320-05", + "50228-423-30", + "50228-423-60", + "50228-423-05", + "50228-424-30", + "50228-424-60", + "50228-424-05", + "69097-221-02", + "69097-221-03", + "69097-221-12", + "69097-222-02", + "69097-222-03", + "69097-222-12", + "70625-206-01", + "70625-206-02", + "70625-207-01", + "70625-207-02", + "72578-064-14", + "72578-064-01", + "72578-064-05", + "72578-064-30", + "72578-064-77", + "72578-065-14", + "72578-065-01", + "72578-065-05", + "72578-065-30", + "72578-065-77", + "45963-418-06", + "45963-418-50", + "45963-419-06", + "45963-419-50", + "69844-024-01", + "69844-024-02", + "69844-024-03", + "69844-025-01", + "69844-025-02", + "69844-025-03", + "27241-125-02", + "27241-125-05", + "27241-126-02", + "27241-126-05", + "70756-703-60", + "70756-704-60", + "68180-354-07", + "68180-354-02", + "68180-355-07", + "68180-355-02", + "70771-1499-6", + "70771-1499-1", + "70771-1499-5", + "70771-1499-2", + "70771-1499-4", + "70771-1500-6", + "70771-1500-1", + "70771-1500-5", + "70771-1500-2", + "70771-1500-4", + "43975-290-06", + "43975-290-50", + "43975-289-06", + "43975-289-50", + "63304-017-60", + "63304-017-28", + "63304-017-05", + "63304-018-60", + "63304-018-28", + "63304-018-05" + ], + "nui": [ + "N0000175427", + "N0000190114", + "N0000185503", + "N0000182137", + "N0000187061" + ], + "pharm_class_epc": [ + "Anti-anginal [EPC]" + ], + "pharm_class_moa": [ + "Cytochrome P450 3A Inhibitors [MoA]", + "P-Glycoprotein Inhibitors [MoA]", + "Cytochrome P450 2D6 Inhibitors [MoA]", + "Organic Cation Transporter 2 Inhibitors [MoA]" + ], + "unii": [ + "A6IEZ5M406" + ] + } + } + ] + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2014-0096363" + }, + "receiptdate": "20140312", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "seriousnessdeath": "1", + "companynumb": "US-GILEAD-2014-0096363", + "occurcountry": "US", + "seriousnessother": "1", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "transmissiondate": "20141002", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0057916", + "occurcountry": "US", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003316", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "73", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Oedema", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Fatigue", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Dyspnoea exertional", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Fluid retention", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "COR PULMONALE CHRONIC", + "drugstartdateformat": "102", + "drugstartdate": "20120207", + "actiondrug": "1", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0057916" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "safetyreportversion": "1", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "3" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "1", + "safetyreportid": "10003317", + "patient": { + "patientonsetage": "46", + "patientonsetageunit": "801", + "patientweight": "65.5", + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Angioedema", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Laryngeal oedema", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Face oedema", + "reactionoutcome": "1" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "BENLYSTA", + "drugbatchnumb": "UNKNOWN", + "drugauthorizationnumb": "125370", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "007", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "802", + "drugdosagetext": "10MGK MONTHLY", + "drugdosageform": "SOLUTION FOR INJECTION", + "drugadministrationroute": "042", + "drugindication": "SYSTEMIC LUPUS ERYTHEMATOSUS", + "drugstartdateformat": "102", + "drugstartdate": "20120424", + "drugenddateformat": "102", + "drugenddate": "20130730", + "actiondrug": "1", + "openfda": { + "application_number": [ + "BLA761043", + "BLA125370" + ], + "brand_name": [ + "BENLYSTA" + ], + "generic_name": [ + "BELIMUMAB" + ], + "manufacturer_name": [ + "GlaxoSmithKline LLC" + ], + "product_ndc": [ + "49401-088", + "49401-102", + "49401-101" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "SUBCUTANEOUS", + "INTRAVENOUS" + ], + "substance_name": [ + "BELIMUMAB" + ], + "rxcui": [ + "1656395", + "1656398", + "1656400", + "1656402", + "1939296", + "1939299", + "1939346", + "1939348" + ], + "spl_id": [ + "db2818d6-53c6-4c6e-811b-a36334322e0d" + ], + "spl_set_id": [ + "2fa3c528-1777-4628-8a55-a69dae2381a3" + ], + "package_ndc": [ + "49401-102-01", + "49401-101-01", + "49401-088-42", + "49401-088-47", + "49401-088-50", + "49401-088-01", + "49401-088-35", + "49401-088-02", + "49401-088-61" + ], + "nui": [ + "N0000182156", + "N0000182637", + "N0000182636" + ], + "pharm_class_pe": [ + "Decreased B Lymphocyte Activation [PE]" + ], + "pharm_class_epc": [ + "B Lymphocyte Stimulator-specific Inhibitor [EPC]" + ], + "pharm_class_moa": [ + "B Lymphocyte Stimulator-directed Antibody Interactions [MoA]" + ], + "unii": [ + "73B0K5S26A" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "PLAQUENIL", + "actiondrug": "5", + "openfda": { + "application_number": [ + "NDA009768" + ], + "brand_name": [ + "PLAQUENIL" + ], + "generic_name": [ + "HYDROXYCHLOROQUINE SULFATE" + ], + "manufacturer_name": [ + "Concordia Pharmaceuticals Inc." + ], + "product_ndc": [ + "59212-562" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "HYDROXYCHLOROQUINE SULFATE" + ], + "rxcui": [ + "979092", + "979094" + ], + "spl_id": [ + "55139306-2920-44f8-a9cc-882c3ce828d0" + ], + "spl_set_id": [ + "34496b43-05a2-45fb-a769-52b12e099341" + ], + "package_ndc": [ + "59212-562-10", + "59212-562-60", + "59212-562-11" + ], + "unii": [ + "8Q2869CNVH" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "PREDNISONE", + "drugindication": "ARTHRITIS", + "actiondrug": "5", + "openfda": { + "application_number": [ + "NDA202020", + "ANDA215246", + "ANDA211496", + "ANDA080292", + "ANDA088832", + "ANDA083677", + "ANDA040584", + "ANDA040581", + "ANDA040256", + "ANDA040392", + "ANDA084122", + "ANDA087342", + "ANDA080352", + "ANDA211495", + "ANDA087800", + "ANDA087801", + "ANDA084283", + "ANDA088703", + "ANDA210525", + "ANDA213386", + "ANDA040362", + "ANDA211575", + "ANDA080356", + "ANDA085162", + "ANDA085161", + "ANDA040611" + ], + "brand_name": [ + "RAYOS", + "PREDNISONE" + ], + "generic_name": [ + "PREDNISONE" + ], + "manufacturer_name": [ + "Horizon Therapeutics USA, Inc.", + "Novitium Pharma LLC", + "GeneYork Pharmaceuticals Group LLC", + "Mylan Pharmaceuticals Inc.", + "Par Pharmaceutical", + "Lannett Company, Inc.", + "Hikma Pharmaceuticals USA Inc.", + "West-ward Pharmaceuticals Corp", + "Amneal Pharmaceuticals NY LLC", + "JUBILANT CADISTA PHARMACEUTICALS INC.", + "Actavis Pharma, Inc." + ], + "product_ndc": [ + "75987-020", + "75987-021", + "75987-022", + "70954-056", + "71329-106", + "0378-0640", + "0378-0641", + "0378-0642", + "0603-5335", + "0603-5336", + "0603-5337", + "0603-5338", + "0603-5339", + "0527-2930", + "0054-9817", + "0054-9828", + "0054-9818", + "0143-9738", + "0143-9740", + "0143-9739", + "0527-2931", + "0527-2932", + "0054-8724", + "0054-4741", + "0054-4742", + "0054-4728", + "0054-0017", + "0054-0018", + "0054-0019", + "0054-3722", + "0054-3721", + "0054-8739", + "0054-8740", + "0527-2933", + "0527-2934", + "0527-2935", + "71329-107", + "71329-108", + "60219-1707", + "60219-1708", + "59746-172", + "59746-173", + "59746-175", + "71329-103", + "71329-104", + "71329-105", + "70954-057", + "70954-058", + "70954-059", + "70954-060", + "70954-061", + "0591-5052", + "0591-5442", + "0591-5443", + "59746-171" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "PREDNISONE" + ], + "rxcui": [ + "1303125", + "1303131", + "1303132", + "1303134", + "1303135", + "1303137", + "198144", + "198145", + "312615", + "312617", + "198146", + "763179", + "763181", + "763183", + "763185", + "198148", + "205301", + "315187" + ], + "spl_id": [ + "f9517701-80af-41ad-b527-4297184f3383", + "7335a293-992b-490c-ab8a-66a7ca1eea30", + "4384c1d1-059b-4689-9f3d-1078de814ce8", + "88a6acb5-abca-4d04-be4f-d637e001e20b", + "bf179c06-4480-4f07-8e38-10e8fddc2ed6", + "f63744b8-0108-489d-8c38-453c013ccf93", + "cea52966-6748-4723-ae9b-793b44c429de", + "92e5952b-2b1e-42c7-a8b3-c33d403d47aa", + "8c94235c-7f8e-4e2a-bb56-014324bda19a", + "7b97d83a-b0b4-4229-a4b6-6d1287fecd29", + "4b4a5262-cead-44bb-925a-086362a69d6e", + "eafa4fdb-e631-4080-b850-a7e40866f250", + "2c25a942-37b8-41b0-aa35-fa49d82515e1", + "3b1247fb-3a8d-4c94-b26a-a61398316cc3", + "c3dd4f62-cc06-4576-938c-c50f5a4a1642", + "1689f48c-eb89-48ca-84e4-1c648e3f0e23", + "03ae0f16-3d26-4f67-8ab7-1164b1dbc182", + "a8972d19-5cd5-441c-a552-048116a069e8" + ], + "spl_set_id": [ + "281ab967-7565-4bef-9c0c-a646589c671e", + "7335a293-992b-490c-ab8a-66a7ca1eea30", + "be50449f-3aa8-46b7-9246-2dbd5f04f2b1", + "fec09050-5ac2-451b-a2b9-5a21b2def212", + "10fe5a3b-84dc-4600-87c2-b80c97ce18cf", + "2d047ff2-1ca5-4123-9de3-dc85807de4e1", + "263ed4fa-3c29-4abb-9cb1-bc016bd34a05", + "c19fd54a-0a3b-4b14-b598-0256ea0e7f70", + "d88845ae-5b7c-465c-982d-8210d37ae190", + "3115aef0-fd50-4ec8-a064-3effb695f3f2", + "84c6be5c-df0d-41b4-9b0d-641fba970ac2", + "d4b46716-044d-4213-8030-950affa41c3b", + "03228706-92b9-43c9-8d73-c73aa124c58d", + "931ceb82-23b9-46c6-a00b-4cd66ed6f88f", + "bbc5e24a-ba0f-4f7e-be39-a1995fd96d5b", + "f05eb734-07e7-491c-b2e9-aae340e03750", + "aa0b1582-6ef3-4697-9ea6-5391e6e57853", + "e9d6774e-45f6-419f-b388-8dfb4dd34944" + ], + "package_ndc": [ + "75987-020-02", + "75987-020-01", + "75987-020-70", + "75987-021-02", + "75987-021-01", + "75987-021-70", + "75987-022-02", + "75987-022-01", + "75987-022-70", + "70954-056-10", + "70954-056-20", + "71329-106-02", + "71329-106-01", + "0378-0640-01", + "0378-0640-10", + "0378-0641-01", + "0378-0641-10", + "0378-0642-01", + "0378-0642-05", + "0378-0642-10", + "0603-5335-21", + "0603-5335-32", + "0603-5336-21", + "0603-5337-21", + "0603-5337-32", + "0603-5337-15", + "0603-5337-31", + "0603-5338-21", + "0603-5338-28", + "0603-5338-32", + "0603-5338-15", + "0603-5338-31", + "0603-5339-21", + "0603-5339-28", + "0603-5339-32", + "0527-2930-37", + "0527-2930-43", + "0054-9828-25", + "0054-9828-31", + "0054-9817-25", + "0054-9817-29", + "0054-9818-25", + "0054-9818-29", + "0143-9740-01", + "0143-9740-10", + "0143-9739-01", + "0143-9739-10", + "0143-9738-01", + "0143-9738-05", + "0143-9738-10", + "0527-2931-37", + "0527-2932-37", + "0527-2932-43", + "0054-4741-25", + "0054-4741-31", + "0054-4742-25", + "0054-4728-25", + "0054-4728-31", + "0054-0017-25", + "0054-0017-29", + "0054-0017-20", + "0054-0018-25", + "0054-0018-29", + "0054-0018-20", + "0054-0019-20", + "0054-0019-25", + "0054-3722-63", + "0054-3722-50", + "0054-3721-44", + "0054-8739-25", + "0054-8740-25", + "0054-8724-25", + "0527-2933-37", + "0527-2933-41", + "0527-2934-37", + "0527-2934-41", + "0527-2935-37", + "71329-107-01", + "71329-108-02", + "71329-108-01", + "60219-1707-1", + "60219-1707-5", + "60219-1707-2", + "60219-1707-3", + "60219-1708-1", + "60219-1708-5", + "59746-172-10", + "59746-172-06", + "59746-173-10", + "59746-173-09", + "59746-173-06", + "59746-175-09", + "59746-175-06", + "59746-175-10", + "71329-103-02", + "71329-103-01", + "71329-104-02", + "71329-104-01", + "71329-105-01", + "70954-057-10", + "70954-058-10", + "70954-058-20", + "70954-058-30", + "70954-058-40", + "70954-059-10", + "70954-059-20", + "70954-059-30", + "70954-059-40", + "70954-060-10", + "70954-060-20", + "70954-060-30", + "70954-061-10", + "0591-5052-21", + "0591-5052-43", + "0591-5052-01", + "0591-5052-10", + "0591-5442-21", + "0591-5442-43", + "0591-5442-01", + "0591-5442-05", + "0591-5442-10", + "0591-5443-01", + "0591-5443-05", + "0591-5443-10", + "59746-171-10", + "59746-171-06" + ], + "nui": [ + "N0000175576", + "N0000175450" + ], + "pharm_class_epc": [ + "Corticosteroid [EPC]" + ], + "pharm_class_moa": [ + "Corticosteroid Hormone Receptor Agonists [MoA]" + ], + "unii": [ + "VB0R961HZT" + ] + } + } + ] + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "GLAXOSMITHKLINE", + "duplicatenumb": "US-GLAXOSMITHKLINE-A1057101A" + }, + "receiptdate": "20140312", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GLAXOSMITHKLINE-A1057101A", + "occurcountry": "US", + "seriousnessother": "1", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "transmissiondate": "20141002", + "primarysourcecountry": "US" + }, + { + "reporttype": "2", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "BR", + "qualification": "1" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "1", + "safetyreportid": "10003318", + "patient": { + "patientonsetage": "59", + "patientonsetageunit": "801", + "patientweight": "57.8", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Tuberculosis of central nervous system", + "reactionoutcome": "5" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "BELIMUMAB", + "drugauthorizationnumb": "125370", + "drugstructuredosagenumb": "200", + "drugstructuredosageunit": "032", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "803", + "drugdosagetext": "200MGML WEEKLY", + "drugadministrationroute": "058", + "drugindication": "SYSTEMIC LUPUS ERYTHEMATOSUS", + "drugstartdateformat": "102", + "drugstartdate": "20130821", + "actiondrug": "1", + "openfda": { + "application_number": [ + "BLA761043", + "BLA125370" + ], + "brand_name": [ + "BENLYSTA" + ], + "generic_name": [ + "BELIMUMAB" + ], + "manufacturer_name": [ + "GlaxoSmithKline LLC" + ], + "product_ndc": [ + "49401-088", + "49401-102", + "49401-101" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "SUBCUTANEOUS", + "INTRAVENOUS" + ], + "substance_name": [ + "BELIMUMAB" + ], + "rxcui": [ + "1656395", + "1656398", + "1656400", + "1656402", + "1939296", + "1939299", + "1939346", + "1939348" + ], + "spl_id": [ + "db2818d6-53c6-4c6e-811b-a36334322e0d" + ], + "spl_set_id": [ + "2fa3c528-1777-4628-8a55-a69dae2381a3" + ], + "package_ndc": [ + "49401-102-01", + "49401-101-01", + "49401-088-42", + "49401-088-47", + "49401-088-50", + "49401-088-01", + "49401-088-35", + "49401-088-02", + "49401-088-61" + ], + "nui": [ + "N0000182156", + "N0000182637", + "N0000182636" + ], + "pharm_class_pe": [ + "Decreased B Lymphocyte Activation [PE]" + ], + "pharm_class_epc": [ + "B Lymphocyte Stimulator-specific Inhibitor [EPC]" + ], + "pharm_class_moa": [ + "B Lymphocyte Stimulator-directed Antibody Interactions [MoA]" + ], + "unii": [ + "73B0K5S26A" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "AZATHIOPRINE", + "drugstructuredosagenumb": "150", + "drugstructuredosageunit": "032", + "drugdosagetext": "150MG PER DAY", + "drugadministrationroute": "048", + "drugindication": "SYSTEMIC LUPUS ERYTHEMATOSUS", + "drugstartdateformat": "602", + "drugstartdate": "2011", + "actiondrug": "5", + "openfda": { + "application_number": [ + "ANDA075252", + "ANDA077621", + "ANDA074069", + "NDA016324", + "ANDA208687", + "ANDA075568" + ], + "brand_name": [ + "AZASAN", + "AZATHIOPRINE", + "IMURAN" + ], + "generic_name": [ + "AZATHIOPRINE" + ], + "manufacturer_name": [ + "Salix Pharmaceuticals", + "Cadila Healthcare Limited", + "Zydus Pharmaceuticals (USA) Inc.", + "Glenmark Pharmaceuticals, Inc", + "Amneal Pharmaceuticals NY LLC", + "Sebela Pharmaceuticals Inc.", + "Ascend Laboratories, LLC", + "Mylan Pharmaceuticals Inc." + ], + "product_ndc": [ + "65649-231", + "65649-241", + "65841-602", + "68382-118", + "68382-119", + "68382-120", + "68462-502", + "68382-003", + "60219-1076", + "54766-590", + "67877-492", + "67877-493", + "67877-494", + "67877-495", + "70771-1139", + "70771-1140", + "70771-1141", + "0378-1005" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AZATHIOPRINE" + ], + "rxcui": [ + "359228", + "359229", + "404475", + "404476", + "197388", + "199310", + "105611" + ], + "spl_id": [ + "c6f5818d-8c29-9ae9-e053-2995a90a8078", + "b9998061-a822-4988-bf0f-2c5d53ca2360", + "e246f261-7523-4807-8286-ff6112e426c3", + "b12d59f7-dd18-2aaf-e053-2a95a90a59d7", + "8206ba76-3628-421a-9d58-5419825b6d7c", + "eb2de6f4-392c-4c91-8aaf-5ff04afca13a", + "b12d5dc4-2e90-e5de-e053-2a95a90ad4a2", + "84897784-a8ea-4408-e053-2991aa0a9b9d", + "07ff6a89-2fc4-48c5-b989-623e0ee74758", + "e2ce71c8-4be4-48e8-b7fd-624239aeeffe", + "115be871-5d6e-4bc9-a471-73bbe6f46341" + ], + "spl_set_id": [ + "9050af7a-19c6-4670-937a-9445605de995", + "d65bc662-2ae8-4ddb-acc8-f616e72e6140", + "1cd03d78-d567-4449-be98-0e8652ceff6a", + "200ce996-da00-5be7-e054-00144ff8d46c", + "b1b0fa3e-11c3-46d0-9537-6b372c2a1b56", + "59f3219f-898f-4d05-a430-c2b3f5255af1", + "ceab8e8b-d022-4d0c-a552-cc5782446248", + "606101a0-6244-7eff-e053-2a91aa0acadd", + "bc6dc4bd-2121-4613-9d90-4a504010c98a", + "89b272f0-ef5c-49e4-820f-fcd7ea8ef066", + "0a83e716-b688-433f-ac27-ae95132810cf" + ], + "package_ndc": [ + "65649-231-41", + "65649-241-41", + "65841-602-01", + "65841-602-05", + "68382-118-01", + "68382-118-05", + "68382-119-01", + "68382-119-05", + "68382-120-01", + "68382-120-05", + "68462-502-10", + "68382-003-01", + "68382-003-05", + "60219-1076-1", + "68462-502-01", + "54766-590-10", + "67877-492-01", + "67877-492-05", + "67877-492-10", + "67877-492-14", + "67877-492-33", + "67877-492-38", + "67877-493-01", + "67877-493-05", + "67877-493-10", + "67877-493-33", + "67877-493-38", + "67877-494-01", + "67877-494-05", + "67877-494-10", + "67877-494-33", + "67877-494-38", + "67877-495-01", + "67877-495-05", + "67877-495-10", + "67877-495-33", + "67877-495-38", + "70771-1139-1", + "70771-1139-5", + "70771-1140-1", + "70771-1140-5", + "70771-1141-1", + "70771-1141-5", + "0378-1005-01" + ], + "nui": [ + "N0000000233", + "M0015066", + "N0000175712", + "M0018169" + ], + "pharm_class_moa": [ + "Nucleic Acid Synthesis Inhibitors [MoA]" + ], + "pharm_class_cs": [ + "Nucleosides [CS]", + "Purines [CS]" + ], + "pharm_class_epc": [ + "Purine Antimetabolite [EPC]" + ], + "unii": [ + "MRK240IY2L" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "PREDNISONE", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "032", + "drugdosagetext": "5MG PER DAY", + "drugadministrationroute": "048", + "drugindication": "SYSTEMIC LUPUS ERYTHEMATOSUS", + "drugstartdateformat": "610", + "drugstartdate": "201304", + "actiondrug": "5", + "openfda": { + "application_number": [ + "NDA202020", + "ANDA215246", + "ANDA211496", + "ANDA080292", + "ANDA088832", + "ANDA083677", + "ANDA040584", + "ANDA040581", + "ANDA040256", + "ANDA040392", + "ANDA084122", + "ANDA087342", + "ANDA080352", + "ANDA211495", + "ANDA087800", + "ANDA087801", + "ANDA084283", + "ANDA088703", + "ANDA210525", + "ANDA213386", + "ANDA040362", + "ANDA211575", + "ANDA080356", + "ANDA085162", + "ANDA085161", + "ANDA040611" + ], + "brand_name": [ + "RAYOS", + "PREDNISONE" + ], + "generic_name": [ + "PREDNISONE" + ], + "manufacturer_name": [ + "Horizon Therapeutics USA, Inc.", + "Novitium Pharma LLC", + "GeneYork Pharmaceuticals Group LLC", + "Mylan Pharmaceuticals Inc.", + "Par Pharmaceutical", + "Lannett Company, Inc.", + "Hikma Pharmaceuticals USA Inc.", + "West-ward Pharmaceuticals Corp", + "Amneal Pharmaceuticals NY LLC", + "JUBILANT CADISTA PHARMACEUTICALS INC.", + "Actavis Pharma, Inc." + ], + "product_ndc": [ + "75987-020", + "75987-021", + "75987-022", + "70954-056", + "71329-106", + "0378-0640", + "0378-0641", + "0378-0642", + "0603-5335", + "0603-5336", + "0603-5337", + "0603-5338", + "0603-5339", + "0527-2930", + "0054-9817", + "0054-9828", + "0054-9818", + "0143-9738", + "0143-9740", + "0143-9739", + "0527-2931", + "0527-2932", + "0054-8724", + "0054-4741", + "0054-4742", + "0054-4728", + "0054-0017", + "0054-0018", + "0054-0019", + "0054-3722", + "0054-3721", + "0054-8739", + "0054-8740", + "0527-2933", + "0527-2934", + "0527-2935", + "71329-107", + "71329-108", + "60219-1707", + "60219-1708", + "59746-172", + "59746-173", + "59746-175", + "71329-103", + "71329-104", + "71329-105", + "70954-057", + "70954-058", + "70954-059", + "70954-060", + "70954-061", + "0591-5052", + "0591-5442", + "0591-5443", + "59746-171" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "PREDNISONE" + ], + "rxcui": [ + "1303125", + "1303131", + "1303132", + "1303134", + "1303135", + "1303137", + "198144", + "198145", + "312615", + "312617", + "198146", + "763179", + "763181", + "763183", + "763185", + "198148", + "205301", + "315187" + ], + "spl_id": [ + "f9517701-80af-41ad-b527-4297184f3383", + "7335a293-992b-490c-ab8a-66a7ca1eea30", + "4384c1d1-059b-4689-9f3d-1078de814ce8", + "88a6acb5-abca-4d04-be4f-d637e001e20b", + "bf179c06-4480-4f07-8e38-10e8fddc2ed6", + "f63744b8-0108-489d-8c38-453c013ccf93", + "cea52966-6748-4723-ae9b-793b44c429de", + "92e5952b-2b1e-42c7-a8b3-c33d403d47aa", + "8c94235c-7f8e-4e2a-bb56-014324bda19a", + "7b97d83a-b0b4-4229-a4b6-6d1287fecd29", + "4b4a5262-cead-44bb-925a-086362a69d6e", + "eafa4fdb-e631-4080-b850-a7e40866f250", + "2c25a942-37b8-41b0-aa35-fa49d82515e1", + "3b1247fb-3a8d-4c94-b26a-a61398316cc3", + "c3dd4f62-cc06-4576-938c-c50f5a4a1642", + "1689f48c-eb89-48ca-84e4-1c648e3f0e23", + "03ae0f16-3d26-4f67-8ab7-1164b1dbc182", + "a8972d19-5cd5-441c-a552-048116a069e8" + ], + "spl_set_id": [ + "281ab967-7565-4bef-9c0c-a646589c671e", + "7335a293-992b-490c-ab8a-66a7ca1eea30", + "be50449f-3aa8-46b7-9246-2dbd5f04f2b1", + "fec09050-5ac2-451b-a2b9-5a21b2def212", + "10fe5a3b-84dc-4600-87c2-b80c97ce18cf", + "2d047ff2-1ca5-4123-9de3-dc85807de4e1", + "263ed4fa-3c29-4abb-9cb1-bc016bd34a05", + "c19fd54a-0a3b-4b14-b598-0256ea0e7f70", + "d88845ae-5b7c-465c-982d-8210d37ae190", + "3115aef0-fd50-4ec8-a064-3effb695f3f2", + "84c6be5c-df0d-41b4-9b0d-641fba970ac2", + "d4b46716-044d-4213-8030-950affa41c3b", + "03228706-92b9-43c9-8d73-c73aa124c58d", + "931ceb82-23b9-46c6-a00b-4cd66ed6f88f", + "bbc5e24a-ba0f-4f7e-be39-a1995fd96d5b", + "f05eb734-07e7-491c-b2e9-aae340e03750", + "aa0b1582-6ef3-4697-9ea6-5391e6e57853", + "e9d6774e-45f6-419f-b388-8dfb4dd34944" + ], + "package_ndc": [ + "75987-020-02", + "75987-020-01", + "75987-020-70", + "75987-021-02", + "75987-021-01", + "75987-021-70", + "75987-022-02", + "75987-022-01", + "75987-022-70", + "70954-056-10", + "70954-056-20", + "71329-106-02", + "71329-106-01", + "0378-0640-01", + "0378-0640-10", + "0378-0641-01", + "0378-0641-10", + "0378-0642-01", + "0378-0642-05", + "0378-0642-10", + "0603-5335-21", + "0603-5335-32", + "0603-5336-21", + "0603-5337-21", + "0603-5337-32", + "0603-5337-15", + "0603-5337-31", + "0603-5338-21", + "0603-5338-28", + "0603-5338-32", + "0603-5338-15", + "0603-5338-31", + "0603-5339-21", + "0603-5339-28", + "0603-5339-32", + "0527-2930-37", + "0527-2930-43", + "0054-9828-25", + "0054-9828-31", + "0054-9817-25", + "0054-9817-29", + "0054-9818-25", + "0054-9818-29", + "0143-9740-01", + "0143-9740-10", + "0143-9739-01", + "0143-9739-10", + "0143-9738-01", + "0143-9738-05", + "0143-9738-10", + "0527-2931-37", + "0527-2932-37", + "0527-2932-43", + "0054-4741-25", + "0054-4741-31", + "0054-4742-25", + "0054-4728-25", + "0054-4728-31", + "0054-0017-25", + "0054-0017-29", + "0054-0017-20", + "0054-0018-25", + "0054-0018-29", + "0054-0018-20", + "0054-0019-20", + "0054-0019-25", + "0054-3722-63", + "0054-3722-50", + "0054-3721-44", + "0054-8739-25", + "0054-8740-25", + "0054-8724-25", + "0527-2933-37", + "0527-2933-41", + "0527-2934-37", + "0527-2934-41", + "0527-2935-37", + "71329-107-01", + "71329-108-02", + "71329-108-01", + "60219-1707-1", + "60219-1707-5", + "60219-1707-2", + "60219-1707-3", + "60219-1708-1", + "60219-1708-5", + "59746-172-10", + "59746-172-06", + "59746-173-10", + "59746-173-09", + "59746-173-06", + "59746-175-09", + "59746-175-06", + "59746-175-10", + "71329-103-02", + "71329-103-01", + "71329-104-02", + "71329-104-01", + "71329-105-01", + "70954-057-10", + "70954-058-10", + "70954-058-20", + "70954-058-30", + "70954-058-40", + "70954-059-10", + "70954-059-20", + "70954-059-30", + "70954-059-40", + "70954-060-10", + "70954-060-20", + "70954-060-30", + "70954-061-10", + "0591-5052-21", + "0591-5052-43", + "0591-5052-01", + "0591-5052-10", + "0591-5442-21", + "0591-5442-43", + "0591-5442-01", + "0591-5442-05", + "0591-5442-10", + "0591-5443-01", + "0591-5443-05", + "0591-5443-10", + "59746-171-10", + "59746-171-06" + ], + "nui": [ + "N0000175576", + "N0000175450" + ], + "pharm_class_epc": [ + "Corticosteroid [EPC]" + ], + "pharm_class_moa": [ + "Corticosteroid Hormone Receptor Agonists [MoA]" + ], + "unii": [ + "VB0R961HZT" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "FLUOXETINE", + "drugstructuredosagenumb": "20", + "drugstructuredosageunit": "032", + "drugdosagetext": "20MG PER DAY", + "drugadministrationroute": "048", + "drugindication": "DEPRESSION", + "drugstartdateformat": "602", + "drugstartdate": "2013", + "actiondrug": "5", + "openfda": { + "application_number": [ + "ANDA090223", + "ANDA209695", + "ANDA078619", + "ANDA079209", + "ANDA210935", + "ANDA211282", + "ANDA213286", + "ANDA204597", + "ANDA076006", + "ANDA213265", + "ANDA075872", + "ANDA209419", + "ANDA206937", + "ANDA206993", + "ANDA208698", + "ANDA076922", + "ANDA076990", + "ANDA076001", + "ANDA077849", + "ANDA075452", + "ANDA076015", + "ANDA211051" + ], + "brand_name": [ + "FLUOXETINE" + ], + "generic_name": [ + "FLUOXETINE", + "FLUOXETINE HYDROCHLORIDE" + ], + "manufacturer_name": [ + "Alembic Pharmaceuticals Limited", + "Nivagen Pharmaceuticals, Inc.", + "BluePoint Laboratories", + "Aurobindo Pharma Limited", + "ScieGen Pharmaceuticals, Inc", + "ScieGen Pharmaceuticals, Inc.", + "Vensun Pharmaceuticals, Inc.", + "Dr.Reddy's Laboratories Limited", + "Teva Pharmaceuticals USA, Inc.", + "Par Pharmaceutical, Inc.", + "Torrent Pharmaceuticals Limited", + "Cadila Pharmaceuticals Limited", + "Alembic Pharmaceuticals Inc.", + "NorthStar Rx LLC", + "Dr.Reddy's Laboratories Inc.", + "Sun Pharmaceutical Industries, Inc.", + "NorthStar RxLLC", + "Westminster Pharmaceuticals, LLC", + "Lannett Company, Inc.", + "Pharmaceutical Associates, Inc." + ], + "product_ndc": [ + "46708-271", + "46708-272", + "46708-273", + "75834-148", + "68001-399", + "68001-400", + "68001-401", + "65862-306", + "68001-129", + "50228-420", + "50228-421", + "50228-422", + "59651-308", + "59651-309", + "42543-725", + "42543-726", + "42543-727", + "50228-113", + "50228-114", + "50228-115", + "55111-150", + "59651-324", + "0093-0807", + "0093-7188", + "49884-468", + "13668-443", + "13668-473", + "71209-040", + "71209-041", + "71209-042", + "62332-242", + "62332-243", + "16714-720", + "16714-721", + "16714-722", + "43598-566", + "49884-872", + "63304-632", + "50111-647", + "50111-648", + "16714-351", + "16714-352", + "16714-353", + "69367-235", + "69367-236", + "69367-237", + "54838-523", + "65862-192", + "65862-193", + "65862-194", + "0093-7198", + "16714-112", + "16714-113", + "0121-0721", + "0121-4721", + "62332-022", + "62332-023", + "62332-024", + "0093-5262" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "FLUOXETINE HYDROCHLORIDE" + ], + "rxcui": [ + "310384", + "310385", + "313989", + "1190110", + "310386", + "248642", + "313990", + "2532159", + "2532163" + ], + "spl_id": [ + "40ef6547-f80f-45f4-8719-ebc913b4df7d", + "789b1507-b5c0-4a50-bf82-f1fe9bb3c8d6", + "c3514765-009f-4fd2-e053-2995a90a5698", + "23505e0c-2531-454e-9954-77a36fc172da", + "c4f8afaf-f359-7a1f-e053-2995a90a05a0", + "2942d5f5-a000-45ae-a564-0b5f9ae36116", + "3adf0dce-af06-4c62-8ead-338c6322679f", + "6285b514-8677-4b8f-8c06-5bd961580956", + "f1764ef9-4324-4e97-a72c-d54bb09245ba", + "c004f0d1-7eaf-6ea6-e053-2a95a90a0c9e", + "cf8b7eb6-5291-5261-381c-7c0e85acfbbc", + "5336ce59-7a6c-4db9-8512-299cc5e599c0", + "a327b00f-c551-4e13-bd03-b9640a525a62", + "08c9b462-0c2c-4c00-91e2-ca0e6b954619", + "c55b0a7b-c13b-22bd-e053-2a95a90a9bde", + "4ce34b48-54d3-4ff7-a2c1-3bae2d808a5a", + "2cfdda53-72c5-4c95-b297-589e4f29da40", + "7a3ea570-01b3-4c79-b3dc-051863ae78bd", + "8a85185b-ed14-cd0b-5c56-b017a7280baf", + "cbc6e5ea-3daa-4ace-ac43-de47ed3d7ddd", + "db910c53-3c87-40cb-b799-53bbb95a983c", + "1648b267-c19b-4cba-987c-0152167cac49", + "d95ab480-76f2-45d0-9c2a-a164cc1f4f5c", + "81055bee-f9ab-4e21-90e9-320c4c474537", + "ff830c01-abda-4413-b3b4-d8e198e8ee12", + "a490b62f-f574-4046-9b58-0990dba52f8c", + "7bd96535-7ae0-4fcd-bdab-c97de26c59ed", + "3a918068-4128-7e2c-5aa0-5a344c4164b5", + "c5e9a719-80fc-d8ea-e053-2995a90a9046", + "5c308a69-486f-45c1-9a0d-639d7f03b011", + "ed578a01-3d2e-4bd7-9e53-ab848c38a746" + ], + "spl_set_id": [ + "6b9c2d73-866b-44c4-8718-e7e4a9a0fb55", + "f4cbf9a9-1d7f-4aa0-a18d-fba50d49bd2b", + "f89a5800-6fdb-4938-a28e-3bf1aeb1c21a", + "3195db14-0cae-4b49-9fba-49b869fe92a8", + "6ec00661-d82c-410e-9eae-94f4642506e5", + "b5035f61-693e-4386-8a07-3c36a6a46917", + "a7ba9184-7dad-4f82-a947-bb2cc6b760ce", + "3daecd20-6a59-44d3-8269-4912214c08b4", + "b4f37ef1-8f5e-4318-90f1-2d8f8afb669c", + "23899405-007b-48d9-82a9-a530b8e90784", + "11544dea-2f5e-1536-584a-5d1f37a99770", + "5336ce59-7a6c-4db9-8512-299cc5e599c0", + "662f3e16-bf42-4127-8e56-4eb45780e059", + "6fff3732-efc3-4cbd-a8fa-cde3181f03e6", + "dcebc7cf-6f95-4f7a-a22b-c7d2e0f04d74", + "9651816f-58f5-4bf8-8183-6f3d84d36b5c", + "e9ee6e93-4a57-4fd1-a417-3944484dd32c", + "97960730-432e-4e94-bb4e-62a3157270a8", + "390c61e6-14dd-4391-45b8-0fb5f4652723", + "ac0fe5db-e89e-4de7-9bba-15c966776f2a", + "bfd18a45-06cc-4281-b181-40eb5d192a9b", + "06d71a33-5578-4012-b11d-764f45bc1e6a", + "b050b0ee-107c-4f82-8031-92ec68baa6a2", + "8c4b2119-8cec-4b4b-9a52-ae763fd9b252", + "c856d72f-4a1a-4f75-ae54-c4ac83ddcfa1", + "45454555-7402-41cb-a452-e6a76e04f387", + "369dbfba-9de4-433c-8680-2ec047b8f8d9", + "70b4bd1b-d355-189e-a414-9fff182fd1cd", + "180a07fd-1f6a-4617-b8e0-f938c65ba273", + "9de65da4-73f8-4c88-8198-c92e63224ddb", + "be55bbe6-55f6-4a46-8f4e-06561a8e0cc0" + ], + "package_ndc": [ + "46708-271-30", + "46708-271-31", + "46708-271-71", + "46708-271-91", + "46708-272-30", + "46708-272-31", + "46708-272-71", + "46708-272-91", + "46708-273-30", + "46708-273-31", + "46708-273-71", + "46708-273-91", + "75834-148-30", + "68001-399-00", + "68001-399-08", + "68001-400-00", + "68001-400-08", + "68001-401-04", + "68001-401-00", + "68001-401-03", + "65862-306-12", + "68001-129-04", + "68001-129-00", + "68001-129-03", + "50228-420-30", + "50228-420-01", + "50228-420-10", + "50228-421-30", + "50228-421-01", + "50228-421-10", + "50228-422-30", + "50228-422-10", + "59651-308-30", + "59651-308-01", + "59651-309-30", + "59651-309-01", + "42543-725-30", + "42543-725-01", + "42543-725-05", + "42543-725-10", + "42543-726-30", + "42543-726-01", + "42543-726-05", + "42543-726-10", + "42543-727-30", + "42543-727-01", + "42543-727-05", + "50228-113-30", + "50228-113-01", + "50228-113-05", + "50228-113-10", + "50228-114-30", + "50228-114-01", + "50228-114-05", + "50228-114-10", + "50228-115-30", + "50228-115-01", + "50228-115-05", + "55111-150-30", + "55111-150-01", + "55111-150-05", + "55111-150-10", + "55111-150-79", + "55111-150-78", + "59651-324-30", + "0093-7188-56", + "0093-7188-01", + "0093-7188-10", + "0093-0807-01", + "0093-0807-56", + "49884-468-11", + "13668-443-74", + "13668-443-10", + "13668-443-01", + "13668-443-30", + "13668-443-91", + "13668-473-10", + "13668-473-74", + "13668-473-30", + "13668-473-01", + "13668-473-91", + "71209-040-01", + "71209-040-05", + "71209-040-10", + "71209-040-11", + "71209-041-05", + "71209-041-01", + "71209-041-10", + "71209-041-11", + "71209-042-01", + "71209-042-05", + "71209-042-10", + "62332-242-30", + "62332-242-31", + "62332-242-91", + "62332-243-30", + "62332-243-31", + "62332-243-91", + "16714-720-02", + "16714-720-03", + "16714-721-02", + "16714-721-03", + "16714-722-02", + "16714-722-03", + "16714-722-04", + "43598-566-30", + "43598-566-01", + "43598-566-10", + "49884-872-01", + "49884-872-05", + "49884-872-11", + "63304-632-30", + "63304-632-90", + "63304-632-01", + "63304-632-05", + "63304-632-10", + "63304-632-80", + "50111-647-01", + "50111-647-02", + "50111-647-03", + "50111-648-01", + "50111-648-02", + "50111-648-03", + "50111-648-44", + "16714-351-01", + "16714-351-02", + "16714-351-03", + "16714-352-01", + "16714-352-02", + "16714-352-03", + "16714-353-01", + "16714-353-02", + "16714-353-03", + "16714-353-04", + "69367-235-01", + "69367-235-10", + "69367-236-01", + "69367-236-10", + "69367-237-01", + "69367-237-05", + "54838-523-40", + "65862-192-30", + "65862-192-01", + "65862-192-05", + "65862-192-99", + "65862-193-30", + "65862-193-01", + "65862-193-05", + "65862-193-99", + "65862-194-30", + "65862-194-01", + "65862-194-05", + "65862-194-99", + "0093-7198-56", + "0093-7198-01", + "0093-7198-05", + "16714-112-01", + "16714-112-02", + "16714-113-01", + "16714-113-02", + "0121-0721-04", + "0121-4721-05", + "0121-4721-40", + "62332-022-30", + "62332-022-31", + "62332-022-71", + "62332-022-91", + "62332-023-30", + "62332-023-31", + "62332-023-71", + "62332-023-91", + "62332-024-30", + "62332-024-31", + "62332-024-71", + "62332-024-91", + "0093-5262-56" + ], + "unii": [ + "I9W7N6B1KJ" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "CLONAZEPAM", + "drugstructuredosagenumb": ".25", + "drugstructuredosageunit": "032", + "drugdosagetext": ".25MG PER DAY", + "drugadministrationroute": "048", + "drugindication": "ANXIETY", + "drugstartdateformat": "602", + "drugstartdate": "2013", + "actiondrug": "5", + "openfda": { + "application_number": [ + "ANDA077171", + "ANDA074569", + "ANDA074869", + "ANDA077194", + "ANDA077147", + "ANDA074979", + "ANDA211033", + "ANDA077856", + "ANDA078654", + "NDA017533" + ], + "brand_name": [ + "CLONAZEPAM", + "KLONOPIN" + ], + "generic_name": [ + "CLONAZEPAM" + ], + "manufacturer_name": [ + "Par Pharmaceutical, Inc.", + "Teva Pharmaceuticals USA, Inc.", + "Actavis Pharma, Inc.", + "Accord Healthcare Inc.", + "Sandoz Inc", + "Eon Labs, Inc.", + "Alembic Pharmaceuticals Inc.", + "Solco Healthcare LLC", + "Alembic Pharmaceuticals Limited", + "Sun Pharmaceutical Industries, Inc.", + "Northstar RxLLC", + "Genentech, Inc." + ], + "product_ndc": [ + "49884-306", + "49884-307", + "49884-308", + "49884-309", + "49884-310", + "0093-0832", + "0093-3212", + "0093-3213", + "0228-3003", + "0228-3004", + "0228-3005", + "0555-0094", + "0555-0095", + "0555-0096", + "0555-0097", + "0555-0098", + "16729-136", + "16729-137", + "16729-138", + "0781-5567", + "0781-5569", + "0781-8018", + "0185-0063", + "0185-0064", + "0185-0065", + "62332-364", + "62332-365", + "62332-366", + "62332-367", + "62332-368", + "43547-406", + "43547-407", + "43547-408", + "46708-364", + "46708-365", + "46708-366", + "46708-367", + "46708-368", + "57664-783", + "57664-784", + "57664-785", + "57664-786", + "57664-787", + "16714-469", + "16714-470", + "16714-471", + "16714-750", + "16714-751", + "16714-752", + "0004-0058", + "0004-0068", + "0004-0098" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "CLONAZEPAM" + ], + "rxcui": [ + "349194", + "349195", + "349196", + "349197", + "349198", + "197527", + "197528", + "197529", + "206157", + "206159", + "206160" + ], + "spl_id": [ + "a95f8799-0bb3-41d6-aa27-8a291127ad54", + "90dc0b61-37a3-4e54-bde3-7e4c3f7dae98", + "9b580604-0d7c-44b2-b563-4750a2a263d2", + "c6599ac9-f265-4595-bdd8-ad032d36d979", + "c1a41219-5fca-c0ae-e053-2a95a90a2ba8", + "7a0477c5-a90e-40ce-a61e-8bd352d10a44", + "54b73287-b172-4b78-ac53-87a187ae594f", + "1c6300de-d7e7-4a2b-a1cc-7ecce5ce634e", + "4e27c97e-bb74-48b4-82cb-26a26d039d8b", + "43ee20ce-0015-413c-b230-822e390b02f7", + "aa1bfa45-97d9-42c7-83aa-a5b813ead5af", + "e8af410f-b37d-4a75-888c-6a361f9e738a", + "69abc49f-2bef-43ee-bbc9-05bca26caefe" + ], + "spl_set_id": [ + "1aef0069-80ea-483d-ac70-c8d485462c5b", + "8069b1a0-7c06-4252-b44e-e2eef065d9b8", + "a58fe03c-2b5c-40dc-b592-3e376b2dc9f0", + "7fe78a8d-1e6a-431e-958e-f1f1b420efa2", + "ebc11109-e7bf-452d-b675-4b3236d54164", + "5efa6cc2-1504-4538-98dd-c94d89511767", + "d4a99e71-878c-461f-869c-563d246272c0", + "ecb28fcb-f0d1-4558-b460-ecabd0f6009e", + "4acbb7a9-4db5-4497-b8db-9f358b3f6fb4", + "43ee20ce-0015-413c-b230-822e390b02f7", + "62d0ed23-3452-4a12-ae9e-bbb8d8a0f8e7", + "73cccb67-0902-44d5-a8bc-55fc357fd1f2", + "542f22e8-dad2-47a8-93b6-30936715d73b" + ], + "package_ndc": [ + "49884-306-02", + "49884-307-02", + "49884-308-02", + "49884-309-02", + "49884-310-02", + "0093-0832-01", + "0093-0832-05", + "0093-3212-01", + "0093-3212-05", + "0093-3213-01", + "0093-3213-05", + "0228-3003-11", + "0228-3003-50", + "0228-3004-11", + "0228-3004-50", + "0228-3005-11", + "0228-3005-50", + "0555-0094-96", + "0555-0095-96", + "0555-0096-96", + "0555-0097-96", + "0555-0098-96", + "16729-136-00", + "16729-136-16", + "16729-137-00", + "16729-137-16", + "16729-138-00", + "16729-138-16", + "0781-5567-01", + "0781-5567-05", + "0781-5567-10", + "0781-5569-01", + "0781-5569-05", + "0781-5569-10", + "0781-8018-01", + "0781-8018-05", + "0781-8018-10", + "0185-0063-01", + "0185-0063-05", + "0185-0063-10", + "0185-0064-01", + "0185-0064-05", + "0185-0064-10", + "0185-0065-01", + "0185-0065-05", + "0185-0065-10", + "62332-364-06", + "62332-365-06", + "62332-366-06", + "62332-367-06", + "62332-368-06", + "43547-406-10", + "43547-406-50", + "43547-406-11", + "43547-407-10", + "43547-407-50", + "43547-407-11", + "43547-408-10", + "43547-408-50", + "46708-364-06", + "46708-365-06", + "46708-366-06", + "46708-367-06", + "46708-368-06", + "57664-783-83", + "57664-783-86", + "57664-783-88", + "57664-784-83", + "57664-784-86", + "57664-784-88", + "57664-785-83", + "57664-785-86", + "57664-785-88", + "57664-786-83", + "57664-786-86", + "57664-786-88", + "57664-787-83", + "57664-787-86", + "57664-787-88", + "16714-469-02", + "16714-469-01", + "16714-470-02", + "16714-470-01", + "16714-471-02", + "16714-471-01", + "16714-750-01", + "16714-750-02", + "16714-751-02", + "16714-751-01", + "16714-752-02", + "16714-752-01", + "0004-0068-01", + "0004-0058-01", + "0004-0098-01" + ], + "nui": [ + "N0000175694", + "M0002356" + ], + "pharm_class_epc": [ + "Benzodiazepine [EPC]" + ], + "pharm_class_cs": [ + "Benzodiazepines [CS]" + ], + "unii": [ + "5PE9FDE8GB" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "CALCIUM CARBONATE", + "drugstructuredosagenumb": "500", + "drugstructuredosageunit": "032", + "drugadministrationroute": "048", + "drugindication": "OSTEOPOROSIS PROPHYLAXIS", + "drugstartdateformat": "602", + "drugstartdate": "2011", + "actiondrug": "5", + "openfda": { + "application_number": [ + "part331" + ], + "brand_name": [ + "WINCO FOODS ANTACID ULTRA STRENGTH", + "ASSORTED FRUIT ANTACID FLAVOR CHEWS", + "ANTACID AND ANTI-GAS CHEW", + "MEDIQUE ALCALAK", + "MEDI FIRST ANTACID", + "MEDI FIRST PLUS ANTACID", + "KROGER ULTRA STRENGTH ASSORTED BERRY", + "CHERRY ANTACID SOFT CHEW", + "TOPCARE ANTACID CALCIUM EXTRA STRENGTH", + "MAGNACAL", + "ANTACID", + "MEDIQUE BAN-ACID MAXIMUM STRENGTH 750", + "QUALITY CHOICE ANTACID ASSORTED FRUIT", + "GOODSENSE ANTACID FRUIT CHEWS", + "EQUALINE ANTACID", + "MEIJER EXTRA STRENGTH ANTACID ASSORTED BERRIES", + "ULTRA STRENGTH", + "HEB EXTRA STRENGTH ANTACID", + "POLARIS MINT ANTACID", + "TARGET ANTACID FRUIT CHEWS", + "REGULAR STRENGTH ANTACID", + "REGULAR STRENGTH TROPICAL FRUIT", + "ANTACID FRUIT CHEWS", + "QC ANTACID CALCIUM ASSORTED BERRY", + "CALCIUM CARBONATE", + "CHOOZ", + "LEGEND PREMIUM HEARTBURN CHEWABLE RELIEF", + "FAST ACTING HEARTBURN RELIEF PEPPERMINT FLAVOR", + "SUNMARK REGULAR STRENGTH ANTACID PEPPERMINT", + "ULTRA STRENGTH NATURAL ANTACID", + "CHERRY ANTACID SOFT CHEWS", + "GOOD NEIGHBOR PHARMACY ANTACID EXTRA STRENGTH", + "DRX CHOICE ANTACID CALCIUM ASSORTED BERRY", + "D-CAL KIDS", + "REXALL ANTACID FLAVOR CHEWS", + "ULTRA STRENGTH ANTACID", + "GOOD NEIGHBOR EXTRA STRENGTH ASSORTED FRUITS", + "AI KUNGANG", + "TOPCARE ANTACID EXTRA STRENGTH ASSORTED BERRY", + "BI-MART REGULAR STRENGTH ANTACID PEPPERMINT", + "CALCIUM CARBONATE 500 MG", + "ASSORTED FRUIT PANNED CHEW", + "MEIJER EXTRA STRENGTH TROPICAL FRUIT", + "ANTACID STRAWBERRY RELIEF CHEWS", + "DG HEALTH ULTRA STRENGTH ASSORTED FRUIT ANTACID", + "TUMS SMOOTHIES", + "CALCIUM CARBONATE ORAL SUSPENSION", + "JUNI ESSENTIALS NATURALTOOTHPASTE", + "CVS ANTACID LIME-BERRY CHEWS", + "RITE AID ULTRA STRENGTH ASSORTED BERRIES", + "RITE AID ULTRA STRENGTH PEPPERMINT FLAVOR", + "PV EXTRA STRENGTH ANTACID", + "UP AND UP EXTRA STRENGTH SMOOTH DISSOLVING ANTACID ASSORTED FRUIT", + "ANTACID RELIEF EXTRA STRENGTH", + "SOUND BODY CALCIUM ANTACID", + "KROGER EXTRA STRENGTH SUGAR FREE", + "ANTACID SOFT CHEW", + "RAZZMATAZZ ANTACID", + "ANTACID EXTRA STRENGTH WINTERGREEN", + "BEST CHOICE EXTRA STRENGTH TROPICAL FRUIT", + "HEB EXTRA STRENGTH SMOOTH ANTACID ASSORTED FRUITS", + "GOODSENSE ULTRA STRENGTH ANTACID", + "EXTRA STRENGTH SMOOTH ANTACID", + "TOPCARE ANTACID CALCIUM ULTRA STRENGTH", + "BERRY FLAVORED ANTACID CHEWS", + "EXTRA STRENGTH", + "TOPCARE ANTACID CALCIUM", + "MEIJER EXTRA STRENGTH ASSORTED FRUIT", + "ANTACID ULTRA STRENGTH ASSORTED BERRIES", + "LEADER EXTRA STRENGTH ANTACID", + "MEIJER REGULAR STRENGTH PEPPERMINT FLAVOR", + "CARE ONE CALCIUM ANTACID", + "BELMORA MELOX AGRURA", + "DG HEALTH EXTRA STRENGTH ANTACID WINTERGREEN FLAVOR", + "CVS BERRY ANTACID HBG CHEWS", + "SOOTHE CHILDRENS", + "HEARTBURN AND GAS ANTACID CHEWS", + "EXTRA STRENGTH SUGAR FREE ORANGE CREAM FLAVOR", + "EXTRA STRENGTH SUGAR FREE ANTACID", + "LEADER ANTACID", + "KIDS ANTACID", + "PUBLIX EXTRA STRENGTH ASSORTED BERRY", + "KROGER ULTRA STRENGTH ASSORTED FRUIT", + "SIGNATURE CARE EXTRA STRENGTH SMOOTH ANTACID ASSORTED FRUIT", + "DG HEALTH EXTRA STRENGTH ASSORTED FRUITS ANTACID", + "ANTACID EXTRA STRENGTH ASSORTED BERRY", + "TUMS ULTRA", + "XPECT ANTACID", + "ANTACID BERRY BITES", + "CAREONE EXTRA STRENGTH ASSORTED FRUITS", + "EXTRA STRENGTH ANTACID", + "ALKA-SELTZER COOL ACTION EXTRA STRENGTH RELIEFCHEWS MINT", + "RUGBY EXTRA STRENGTH ANTACID", + "PUBLIX EXTRA STRENGTH ASSORTED FRUIT", + "RITE AID PHARMACY EXTRA STRENGTH ASSORTED BERRIES", + "LEGEND PREMIUM HEARTBURN CHEWABLE", + "BI-MART REGULAR STRENGTH ANTACID", + "GOOD NEIGHBOR PHARMACY ANTACID REGULAR STRENGTH", + "TUMS CHEWY BITES", + "ORANGE ANTACID SOFT CHEW", + "ANTACID - ANTI-GAS RELIEF", + "ALKA-SELTZER ULTRA STRENGTH HEARTBURN RELIEFCHEWS STRAWBERRY AND ORANGE", + "TUMS CHEWY BITES MIXED FRUIT", + "TC MAX", + "PUBLIX EXTRA STRENGTH TROPICAL FRUIT", + "RITE AID PHARMACY ULTRA STRENGTH ASSORTED FRUITS", + "WINCO FOODS ANTACID REGULAR STRENGTH", + "MIRALAC", + "DG HEALTH ANTACID BERRY BITES", + "CEMICS", + "HEARTBURN FIX", + "ULTRA STRENGTH ASSORTED BERRIES", + "HEB EXTRA STRENGTH SMOOTH ANTACID PEPPERMINT", + "EXTRA STRENGTH ANTACID ASSORTED BERRIES", + "GOOD SENSE ANTACID", + "HEARTBURN AND GAS FRUIT CHEWS", + "ALKA-SELTZER EXTRA STRENGTH HEARTBURN RELIEFCHEWS", + "CALCIUM ANTACID", + "SOUND HEALTH HEARTBURN AND GAS CHEWS", + "ANTACID ANTI-GAS RELIEF CHEWS", + "ALKA-SELTZER HEARTBURN RELIEFCHEWS STRAWBERRY AND ORANGE", + "GENEXA ANTACID MAXIMUM STRENGTH", + "MCKESSON ANTACID CALCIUM CARBONATE", + "MIXED BERRY ANTACID AND ANTI-GAS CHEWS", + "CALCIUM CARBONATE CHEWABLE ANTACID", + "EXCHANGE SELECT ULTRA STRENGTH ANTACID ASSORTED FRUIT", + "ALKA-SELTZER COOL ACTION HEARTBURN RELIEF MINT", + "RITE AID EXTRA STRENGTH ASSORTED FRUIT", + "HEALTH MART REGULAR STRENGTH ANTACID", + "ANTACID CHILDRENS", + "ASSORTED FRUIT ANTACID CHEWS", + "MINT ANTACID", + "RITE AID EXTRA STRENGTH ASSORTED FRUITS", + "HEB ANTACID CALCIUM ASSORTED BERRY", + "HEALTH MART EXTRA STRENGTH ANTACID", + "EXTRA STRENGTH NATURAL ANTACID", + "MEIJER LIME/BERRY ANTACID CHEWS", + "MEIJER BERRY ANTACID HBG", + "BI-MART EXTRA STRENGTH ANTACID ASSORTED BERRY", + "PHYSICIANSCARE ANTACID", + "ASSORTED FRUIT FLAVOR CHEWS", + "PLUS PHARMA CALCIUM ANTACID", + "ONLY FOR ANTACID", + "DG HEALTH ULTRA STRENGTH ASSORTED BERRY ANTACID", + "PUBLIX ULTRA STRENGTH ASSORTED FRUIT", + "ANTACID RELIEF", + "STOMACH RELIEF CHILDRENS", + "EXTRA STRENGTH SMOOTH", + "DG HEALTH REGULAR STRENGTH ANTACID", + "TRIAL ANTACID", + "REGULAR STRENGTH ANTACID ASSORTED FRUIT", + "RITE AID EXTRA STRENGTH TROPICAL FRUIT", + "TOPCARE EXTRA STRENGTH ANTACID ASSORTED FRUIT", + "SIGNATURE CARE EXTRA STRENGTH SMOOTH ANTACID", + "CHILDRENS STOMACH RELIEF", + "CVS STRAWBERRY-LIME ANTACID CHEWS", + "LEADER ULTRA STRENGTH ANTACID", + "ULTRA STRENGTH ANTACID ASSORTED BERRIES", + "ANTACID EXTRA STRENGTH ASSORTED BERRIES", + "REGULAR STRENGTH ASSORTED FRUIT", + "ANTACID EXTRA STRENGTH", + "ANTACID FLAVOR CHEW", + "CHERRY ANTACID SOFTCHEW", + "BI-MART ULTRA STRENGTH ANTACID ASSORTED FRUIT", + "ALKUMS ANTACID", + "MEIJER EXTRA STRENGTH SMOOTH ANTACID ASSORTED FRUITS", + "PV EXTRA STRENGTH SMOOTH ANTACID ASSORTED FRUIT", + "CHILDRENS ANTACID EXTRA STRENGTH", + "HEB LIME AND BERRY ANTACID CHEWS", + "BI-MART EXTRA STRENGTH ANTACID ASSORTED FRUIT", + "GOODSENSE ULTRA STRENGTH ANTACID PEPPERMINT", + "GOODSENSE EXTRA STRENGTH ANTACID ASSORTED FRUIT", + "TUMS NATURALS", + "WINCO FOODS ANTACID EXTRA STRENGTH", + "ULTRA STRENGTH ANTACID RELIEF ASSORTED BERRY", + "PEPTO KIDS", + "TUMS CHEWY BITES BERRY SHAKE", + "EXTRA STRENGTH ASSORTED BERRY", + "EQUATE ULTRA STREGTH ANTACID", + "LEADER ANTACID REGULAR STRENGTH", + "PV EXTRA STRENGTH SMOOTH ANTACID", + "QUALITY CHOICE ULTRA STRENGTH ASSORTED FRUIT", + "QUALITY CHOICE EXTRA STRENGTH ASSORTED FRUIT", + "CHERRY ANTACID", + "GOODSENSE ULTRA STRENGTH ANTACID ASSORTED FRUIT", + "ALKA-SELTZER HEARTBURN RELIEFCHEWS", + "TUMS CHEWY BITES ORANGE AND CREAM ES", + "EXCHANGE SELECT EXTRA STRENGTH ANTACID ASSORTED BERRIES", + "TUMS EXTRA STRENGTH SUGAR-FREE", + "ANTACID FLAVOR CHEWS", + "KROGER EXTRA STRENGTH ASSORTED FRUIT", + "EXCHANGE SELECT ANTACID", + "TARGET ANTACID - ANTI-GAS RELIEF CHEWS", + "CALCIUM ANTACIDEXTRA STRENGTH EXTRA STRENGTH", + "HEALTHMART CALCIUM ANTACID", + "HEB ULTRA STRENGTH ASSORTED FRUITS", + "GOODSENSE EXTRA STRENGTH ANTACID", + "ALKA-SELTZER ULTRA STRENGTH HEARTBURN RELIEFCHEWS", + "ALKA-SELTZER HEARTBURN RELIEF PEPPERMINT", + "KIDS TUMMY RELIEF", + "MARC GLASSMAN EXTRA STRENGTH", + "PUBLIX REGULAR STRENGTH PEPPERMINT FLAVOR", + "QUALITY CHOICE ASSORTED BERRIES EXTRA STRENGTH", + "ULTRA STRENGTH ANTACID ASSORTED FRUIT", + "D-CAL", + "MEDI-FIRST ANTACID", + "MEDI-FIRST PLUS ANTACID", + "MEIJER ULTRA STRENGTH ANTACID ASSORTED FRUIT", + "BI-MART ULTRA STRENGTH ANTACID PEPPERMINT", + "SUNMARK EXTRA STRENGTH ANTACID ASSORTED FRUIT", + "BEST CHOICE REGULAR STRENGTH", + "DG HEALTH EXTRA STRENGTH ANTACID", + "CALCIUM CARBONATE 1250 MG", + "MEIJER EXTRA STRENGTH WINTERGREEN FLAVOR", + "TARGET STRAWBERRYLIME ANTACID CHEWS", + "CALCIUM CARBONATE 10 GR (648 MG)", + "HEB EXTRA STREGTH ANTACID", + "KROGER EXTRA STRENGTH ASSORTED BERRY", + "PUBLIX REGULAR STRENGTH ASSORTED FRUIT", + "SUNMARK REGULAR STRENGTH ANTACID", + "TUMS", + "BEST CHOICE EXTRA STRENGTH ASSORTED BERRY", + "LEGEND PREMIUM HEARTBURN RELIEF - EXTRA STRENGTH CHEWABLE", + "EXCHANGE SELECT ANTACID TROPICAL FRUIT", + "CALCIUM CARBONATE (ANTACID)", + "MEIJER REGULAR STRENGTH ASSORTED FRUIT", + "HEB ANTACID EXTRA STRENGTH ASSORTED BERRY", + "TUMS CHEWY DELIGHTS", + "MEIJER EXTRA STRENGTH ANTACID", + "GOODSENSE REGULAR STRENGTH ANTACID PEPPERMINT", + "ARAMARK ANTACID CHEWABLE", + "HEB REGULAR STRENGTH PEPPERMINT FLAVOR", + "CHERRY ANTACID RELIEF CHEW", + "TUMMY RELIEF", + "HEB EXTRA STRENGTH TROPICAL FRUIT", + "TOPCARE ANTACID CALCIUM REGULAR STRENGTH", + "NUTRALOX", + "MARC GLASSMAN ULTRA STRENGTH", + "KROGER EXTRA STRENGTH SMOOTH ANTACID ASSORTED BERRY", + "TUMS EX", + "SUNMARK CALCIUM ANTACID", + "BESTHEALTH ORANGE ANTACID SOFT CHEWS", + "HEB REGULAR STRENGTH ASSORTED FRUIT", + "TUMS REGULAR STRENGTH", + "BEST CHOICE ASSORTED FRUIT", + "MOORE MEDICAL ANTACID", + "QUALITY CHOICE REGULAR STRENGTH PEPPERMINT FLAVOR" + ], + "generic_name": [ + "CALCIUM CARBONATE" + ], + "manufacturer_name": [ + "WINCO FOODS, LLC", + "CVS Pharmacy", + "Meijer Distribution Inc.", + "Meijer", + "Unifirst First Aid Corporation", + "KROGER COMPANY", + "The Kroger Co.", + "Topco Associates LLC", + "Afassco Inc.", + "Meijer Distribution Inc", + "CHAIN DRUG MARKETING ASSOCIATION", + "Geiss, Destin & Dunn", + "Supervalu Inc", + "MEIJER DISTRIBUTION INC", + "BETTER LIVING BRANDS LLC", + "Quality Choice", + "H E B", + "Provision Medical Products", + "Target", + "SAFEWAY", + "RARITAN PHARMACEUTICALS INC", + "CHAIN DRUG MARKETING ASSOCIATION INC.", + "Humco Holding Group, Inc.", + "Leosons Overseas Corp.", + "ADVANCED PHARMACEUTICAL SERVICES, INC. DBA AFFORDABLE QUALITY PHARMACEUTICALS", + "Raritan Pharmaceuticals Inc", + "Strategic Sourcing Services LLC", + "AmerisourceBergen Drug Corporation", + "A&Z Pharmaceutical, Inc.", + "Dolgencorp, LLC", + "WALGREEN CO", + "AMERISOURCE BERGEN", + "TheJoenSpace Co,. LTD", + "Safetec of America, Inc.", + "Bi-Mart", + "Reliable 1 Laboratories LLC", + "HEB", + "American Sales", + "Target Corporation", + "DOLGENCORP, LLC", + "GlaxoSmithKline Consumer Healthcare Holdings (US) LLC", + "Major Pharmaceuticals", + "DONG IL PHARMS CO.,LTD", + "Geiss, Destin, Dunn", + "RITE AID CORPORATION", + "Advance Pharmaceutical Inc.", + "PHARMACY VALUE ALLIANCE, LLC", + "Target corporation", + "Safeway", + "Big Lots Stores, Inc.", + "Walgreen Co.", + "CVS", + "BEST CHOICE (VALU MERCHANDISERS COMPANY)", + "Good Sense (Geiss, Destin & Dunn, Inc.)", + "Kroger", + "BETTER LIVING BRANDS, LLC", + "Topco Associates LLC.", + "Geiss, Destin, & Dunn", + "WinCo Foods, LLC", + "Cardinal Health", + "American Sales Company", + "Belmora, LLC", + "Blessings International", + "Walgreen Company", + "PUBLIX SUPER MARKETS, INC", + "Amerisource Bergen", + "Richmond Pharmaceuticals, Inc.", + "Cintas Corporation", + "Walgreen", + "FOODHOLD USA", + "Walmart Stores Inc.", + "CVS PHARMACY, INC.", + "Bayer HealthCare LLC.", + "Rugby Laboratories", + "Romavision Investing LLC", + "Honeywell Safety Products USA, Inc", + "Korean Algae Association", + "Genexa Inc.", + "SAM'S WEST INC", + "L. Perrigo Company", + "Allegiant Health", + "BestCo Inc.", + "Family Dollar", + "Mc Kesson Medical-Surgical", + "Walmart Stores", + "Geri-Care Pharmaceutical Corp", + "ARMY AND AIR FORCE EXCHANGE SERVICE", + "LIDL US, LLC", + "ADVANCED FIRST AID, INC.", + "PuraCap Pharmaceutical LLC", + "THE KROGER CO.", + "Acme United Corporation", + "Topco Associates", + "Dollar General Corporation", + "Gemini Pharmaceuticals, Inc. dba Plus Pharma", + "O4 Global Trading Usa, Llc", + "Guardian Drug Company", + "CARDINAL HEALTH", + "Rite Aid Corporation", + "The Kroger Company", + "Wal-Mart Stores,Inc.,", + "Wal-Mart Stores Inc", + "Walmart", + "MARC GLASSMAN, INC.", + "CVS Pharmacy,Inc", + "GoodSense", + "Procter & Gamble Manufactura S de RL de CV", + "BJWC", + "Wal-Mart Stores, Inc.", + "Pharmaceutical Associates, Inc.", + "Thirty Madison Inc", + "Army & Air Force Exchange Service", + "The Procter & Gamble Manufacturing Company", + "WAL-MART STORES INC.", + "A&Z Pharmaceutical Inc.", + "CitraGen Pharmaceuticals, Inc.", + "WALGREEN COMPANY", + "West-Ward Pharmaceuticals Corp.", + "Pharbest Pharmaceuticals Inc.", + "Western First Aid Safety DBA Aramark", + "Rite Aid", + "H-E-B", + "HART Health", + "MARC GLASSMAN, INC", + "Bestco LLC", + "Moore Medical LLC" + ], + "product_ndc": [ + "67091-358", + "59779-748", + "41250-108", + "41250-135", + "47682-088", + "47682-089", + "47682-092", + "30142-300", + "30142-035", + "36800-489", + "51532-0303", + "41250-553", + "47682-285", + "63868-701", + "75981-012", + "41163-881", + "41250-232", + "21130-302", + "63868-057", + "37808-135", + "69103-2552", + "11673-051", + "21130-501", + "68163-100", + "69842-360", + "63868-049", + "0395-0431", + "69626-0008", + "13411-845", + "68163-011", + "70677-0067", + "30142-108", + "41250-109", + "24385-106", + "68163-103", + "62211-239", + "55910-097", + "0363-2730", + "46122-225", + "81768-0001", + "61010-4408", + "36800-615", + "37835-115", + "69618-020", + "37808-058", + "37808-063", + "41520-035", + "69842-368", + "41250-203", + "11673-043", + "55910-273", + "0135-0227", + "0904-7098", + "73242-0107", + "69842-436", + "50804-012", + "11822-1037", + "17714-043", + "11822-0312", + "68016-700", + "11673-715", + "21130-130", + "50594-028", + "50594-003", + "30142-207", + "0363-1081", + "69103-2516", + "69842-060", + "63941-022", + "37808-137", + "50804-175", + "69842-716", + "36800-595", + "30142-038", + "0904-6842", + "21130-201", + "36800-478", + "41250-415", + "75981-010", + "67091-226", + "36800-962", + "70000-0430", + "41250-965", + "41520-031", + "41520-485", + "27854-120", + "51376-127", + "67091-330", + "55910-692", + "69842-440", + "0363-5960", + "41520-468", + "55910-077", + "41415-296", + "46122-007", + "37205-200", + "68163-316", + "11822-1512", + "41415-102", + "30142-307", + "54738-030", + "21130-138", + "55910-605", + "69842-184", + "0135-0235", + "42961-208", + "0363-1093", + "41520-905", + "49035-046", + "69842-396", + "0280-0058", + "0536-1225", + "41415-200", + "11822-1029", + "13411-844", + "37835-126", + "24385-485", + "0135-0618", + "0135-0631", + "0135-0630", + "0135-0633", + "69842-363", + "30142-039", + "0280-0059", + "0135-0641", + "37205-333", + "80733-006", + "41415-201", + "11822-3016", + "67091-356", + "0498-0303", + "55910-089", + "67091-357", + "80577-302", + "69676-0002", + "68196-103", + "21130-184", + "37808-132", + "24385-478", + "68163-102", + "0113-0962", + "17714-041", + "69842-362", + "0280-0042", + "69168-229", + "52642-035", + "55319-018", + "0280-0224", + "69676-0046", + "68599-1411", + "17714-025", + "36800-881", + "49035-058", + "57896-762", + "0536-1229", + "55301-203", + "0280-0001", + "0135-0243", + "0135-0246", + "0135-0456", + "0135-0245", + "11822-2019", + "50594-004", + "71141-143", + "62011-0398", + "59779-596", + "11673-040", + "67060-303", + "11822-1156", + "37808-103", + "51013-323", + "62011-0397", + "68163-115", + "41250-392", + "41250-409", + "30142-162", + "37835-184", + "0924-0086", + "36800-828", + "55910-070", + "49035-048", + "51645-735", + "73006-118", + "55910-315", + "41415-103", + "41250-691", + "21130-472", + "55910-596", + "21130-515", + "55910-510", + "53041-127", + "42961-045", + "70000-0034", + "11822-0216", + "36800-692", + "30142-036", + "49035-167", + "21130-136", + "49035-596", + "69842-397", + "70000-0436", + "69842-271", + "67091-227", + "11822-1166", + "68998-101", + "11673-479", + "11673-480", + "11673-726", + "0363-1082", + "52642-019", + "37835-171", + "53041-126", + "41250-566", + "0135-0118", + "0135-0180", + "0135-0181", + "0135-0228", + "0135-0540", + "68016-697", + "52642-034", + "69842-015", + "37808-464", + "37835-127", + "0135-0610", + "0135-0612", + "50804-176", + "67091-365", + "0135-0606", + "50804-127", + "0135-1326", + "0135-1328", + "67091-359", + "21130-971", + "69168-219", + "58933-446", + "0135-0184", + "37808-465", + "68391-102", + "49035-778", + "0121-0766", + "0121-4766", + "37205-210", + "68016-695", + "41250-454", + "21130-310", + "63868-048", + "63868-702", + "67060-304", + "71713-204", + "50804-171", + "0280-0221", + "69676-0057", + "0135-0642", + "55301-202", + "0135-0155", + "0363-1083", + "30142-204", + "55301-595", + "11673-052", + "0536-1049", + "62011-0229", + "37205-706", + "37808-203", + "50804-129", + "37000-446", + "0280-0245", + "49035-803", + "0280-0002", + "69676-0043", + "68998-102", + "41415-111", + "63868-703", + "24385-595", + "62211-166", + "0924-0087", + "67091-360", + "47682-201", + "47682-820", + "47682-920", + "41250-420", + "41250-723", + "62211-196", + "37835-471", + "57896-763", + "70677-0065", + "63941-101", + "55910-210", + "68163-202", + "70369-005", + "41250-669", + "11673-060", + "41250-395", + "37205-205", + "0135-0183", + "70369-004", + "70000-0431", + "21130-913", + "41250-363", + "11822-1039", + "0363-9201", + "37808-136", + "30142-200", + "41415-101", + "70677-0066", + "0135-0070", + "0135-0071", + "63941-021", + "0054-3117", + "13411-843", + "55301-102", + "16103-377", + "41250-270", + "37808-406", + "80733-005", + "0135-0560", + "0135-0561", + "0135-0569", + "67091-225", + "41250-298", + "50804-113", + "36800-830", + "81238-0303", + "37808-111", + "11822-0040", + "69676-0019", + "67091-224", + "37808-341", + "36800-485", + "50332-0106", + "68998-103", + "36800-203", + "30142-115", + "0135-0074", + "0135-0178", + "0135-0154", + "0135-0140", + "0135-0076", + "0135-0521", + "49348-055", + "52642-048", + "37808-101", + "0135-0611", + "36800-468", + "63941-010", + "55670-141", + "63868-700" + ], + "product_type": [ + "HUMAN OTC DRUG" + ], + "route": [ + "ORAL", + "TOPICAL", + "DENTAL" + ], + "substance_name": [ + "CALCIUM CARBONATE", + "DIMETHICONE" + ], + "rxcui": [ + "308892", + "308915", + "1492387", + "313884", + "1432465", + "308907", + "308906", + "1538595", + "1044532", + "308891", + "317865", + "1044524", + "198529", + "577040", + "2281777", + "210111", + "701392", + "1484737", + "282465", + "210117", + "1653049", + "1358869" + ], + "spl_id": [ + "1858cf76-cf36-4c56-9e15-14db609aa10f", + "994a1775-5d70-654f-e053-2995a90ac698", + "b724bc91-d3e7-290e-e053-2a95a90a2625", + "b725cba6-5cb7-0c25-e053-2995a90ae2c0", + "c354da84-6cf8-433a-e053-2995a90adc9a", + "f6a311fe-bc03-423c-9522-0f4b22c76bac", + "994d2566-2010-08b3-e053-2a95a90ac2d7", + "ab707e6c-6ae4-439c-92d2-da81f1e27a0b", + "c8096db5-a27f-4fbe-a0c5-bce1ad91680a", + "67a61fbf-ede6-41ee-b3c8-75d9fd4dbce3", + "c3638430-4e26-0593-e053-2995a90ac03f", + "db535b50-5650-4af7-a232-7615e3e88756", + "c5ffaaee-0f79-4a13-e053-2995a90ad6ba", + "32d69f39-1680-4043-a515-f315a5ca476e", + "cff31a23-7076-4248-aa2a-05d2f5021dd5", + "fc9c44cf-e598-449a-a462-b220b0e15190", + "952143c6-59a0-f410-e053-2a95a90a2573", + "643680c7-e529-46c2-bddc-bece693c6d41", + "fb9ea671-bb54-4481-a848-889c52961eb6", + "964c07b7-4561-537c-e053-2995a90a2f4e", + "4115fa9c-3d64-4f75-9309-9bbe3658e0ed", + "806e15cc-a70d-4344-bc28-4428a51e6b29", + "994c2814-0956-4d51-e053-2995a90a50b9", + "bcd28db9-47ac-4bee-9c22-ce88c6acbf9c", + "a87336d0-4fa7-0a1d-e053-2995a90adfde", + "b710646e-0417-39cb-e053-2995a90a917b", + "8d05f0e3-af49-40c6-998f-1064fc99efc2", + "83354e69-75bb-44c5-9053-70f9e8c342e6", + "bd7eece8-0aa5-447f-9292-e3f9b348aa82", + "58799314-05a2-4340-8f5c-a77eec4387e0", + "b7254ac3-9844-0888-e053-2a95a90aa125", + "340522ba-c696-4b7a-b471-23297452ec84", + "690d7828-a983-456d-b8d9-4286a5f0a4c8", + "94031822-7a75-14d3-e053-2995a90a0b96", + "940742bb-13ed-0d2b-e053-2995a90a002b", + "52ca1e5a-033d-4727-ba44-f14c58cca47f", + "e3c0775d-4a78-4e96-9816-460ab3f5576a", + "bfea2a7d-e77c-b415-e053-2995a90af4c8", + "6b955c6f-61cd-47d1-b103-e76d21a7af52", + "070f2227-d4be-4e13-a9ea-3de84944b9ed", + "5ddc6b8a-645b-407e-b1be-831538531024", + "b7270825-4f83-796f-e053-2a95a90a38da", + "95bf367c-eeb3-73f9-e053-2a95a90a3dea", + "95c02db7-d2b0-ea28-e053-2995a90a21b6", + "9469f066-2f27-2d2b-e053-2995a90a39c8", + "994c25db-1fd5-162c-e053-2a95a90a7338", + "cf95a290-a0b5-4930-a517-c27c2d91611f", + "964b42c2-c686-2e9d-e053-2a95a90a3b99", + "dcd10c7b-d280-43cc-8df7-71920941087e", + "00d80ede-0c2a-4863-a10a-7e80200a4f8d", + "a2f5e91a-a9f6-8a80-e053-2995a90a29ff", + "bc980e08-8afb-02f5-e053-2a95a90a0a1e", + "bf772925-eb6a-5544-e053-2995a90a30e7", + "c69f07b1-660b-db03-e053-2995a90a5464", + "56d388d8-da24-44fa-baff-441f25b6393f", + "999a6a72-4a76-2c09-e053-2a95a90a0206", + "4ba2ae3a-ba34-436e-a593-0b793535f063", + "8c92de83-ed60-46c3-b289-4b45a1915e24", + "2133e236-5135-4bbe-96b0-f84eeda4fe68", + "a85d3857-79d7-4e98-8b9e-e7f54a316e2c", + "02ea9bae-b683-475b-92b4-c667eaf02380", + "6e1e7040-2602-404f-b1b4-d7531da7b2a4", + "4e4514ff-36e5-4f37-89d4-8d31433e594d", + "996080a3-9e61-e1cc-e053-2995a90a84f1", + "ee8a88e6-02e0-4e7d-88b2-55b113eb24af", + "540899f4-cc24-4b11-895b-addff93ccb7c", + "c6305d32-54bc-49b9-a86b-68ade94b6098", + "2faac316-7b59-4df8-b751-37069e865263", + "492deace-7ea1-4fe3-a4c7-b2c6f195d68c", + "2c9624ef-c015-4ae6-b341-8968a375832d", + "8011b630-87e8-49e6-9ca2-bfd40bdedd88", + "a7e7ab0b-83f9-5b06-e053-2a95a90a2b92", + "9e8d9152-e7db-2bdc-e053-2995a90a5668", + "4df0bf6c-ac41-4b23-8f00-a9a057b8610d", + "a12a64b6-5e01-49a9-bd2f-8cf5c48bd01b", + "6de69873-a440-41d1-9859-6bea1f06a8de", + "95350f23-aa39-9041-e053-2a95a90aab19", + "2a986c82-eafb-46f6-a6c6-ff76e018f3a3", + "62cacc52-90c2-434b-98f3-1a6c544ec7da", + "c7a8c877-3e20-4910-8ea4-1714fac3ff2f", + "9c057103-5e7a-4c07-a329-029b2df7f7d0", + "94695e11-db69-e81a-e053-2995a90af551", + "c7b96a45-bcf1-4ead-b447-9135a8573cfd", + "c6b084d3-667d-6780-e053-2a95a90a7374", + "99d7d243-e575-7a39-e053-2995a90a6d18", + "b05723bb-ff61-4fae-922d-aba752f8e458", + "f88e9064-c94d-4137-8629-6e4d4377557d", + "bf793b86-9564-5759-e053-2a95a90aab94", + "d357551b-8e95-4f22-83e5-798b3c09c89d", + "08b53483-7711-4a3e-b440-c35edf0bc8f2", + "9aa0f240-1853-eeaa-e053-2995a90ae8db", + "918caf06-2e13-47d3-ad1c-636ddb7f7032", + "541a8e91-9438-4ebd-8bfc-a2674f6a9c4a", + "eb16263a-bbaa-45be-8d47-5b6e6d77d487", + "5feadecf-5b7c-423e-a9de-ee226c3734a8", + "4ad9fd03-4e55-43a1-b4b9-226c009ae23c", + "81b70830-991e-40ad-8b30-335b901e7f56", + "11eabda8-40b9-4ed2-97c3-b5d10eacaa6c", + "5cc88da4-0292-200b-e053-2a91aa0ab317", + "97c439d5-e518-42b3-a5dd-cc358762e1b5", + "d1ab160b-7a7c-48e1-b135-a07c152bd625", + "3052bc73-94ed-4b29-9672-65a48a393d6e", + "693a588b-5d27-437f-90ff-db8df704f3b7", + "1daf9839-17af-432c-81eb-c6488de1e237", + "b7295004-a135-7c7e-e053-2995a90a5d95", + "305397ef-1016-4270-8858-6a9facf010f3", + "99eda7dc-b3be-436f-e053-2995a90aefc2", + "60ea7f8f-808e-403f-a349-474a3247b2c5", + "849bd52a-b731-3ba7-e053-2a91aa0a507c", + "2815cdb2-3d88-4aee-b346-d68644774c0b", + "643b710c-b11b-4a10-bd1a-e89948b41d36", + "404de266-fa3e-4164-96aa-62a24ca8f82b", + "5f42f4e8-29fa-4cf9-947b-48d8f75e8622", + "19afcf54-2090-4588-9af8-e6536db8fda0", + "0327c16d-dd37-41e6-91cb-05c9e17829b1", + "3ad4e930-f0c0-4676-a2f5-fd54a2101c43", + "994c2814-0949-4d51-e053-2995a90a50b9", + "a7e8235b-ff51-86af-e053-2a95a90a92d5", + "84771ac5-ad0c-e0ec-e053-2a91aa0a1b36", + "d341b832-edcf-4cb2-96e1-c303b030c59a", + "58a6586a-e06a-444d-82b5-b8e2e70bde3d", + "164082b6-c9fb-47d7-986f-3f687b23f259", + "3b5d7b61-0bd4-4b4e-8bed-dabb552d18c8", + "da7978da-5220-4979-95b1-832fb7a0c9b2", + "3836cb06-7f1a-4cc9-bc03-eb13def44946", + "9c87da20-de20-ed22-e053-2995a90a55e9", + "b714ad4e-d1aa-1b56-e053-2995a90a2cd3", + "99ddf630-5be3-4c72-af10-12b62f249187", + "b3f95fab-02b7-26d6-e053-2a95a90ad1d3", + "ae0a240b-ad2e-8c92-e053-2995a90a67db", + "577695b7-c7ad-437a-bcfc-b458a9a91155", + "bed3dbea-9252-4e2a-aa9e-94e80d5f70d9", + "d04e691e-6d1c-4c39-9504-7ac0f1bd197d", + "f9dd2797-c804-43c4-9d64-47de3b63a19a", + "3798a76f-295c-4a5b-96e9-c1bdaba99f3c", + "363182fb-8226-4a1c-955e-2ef1be149d70", + "999a325a-9e12-4c31-e053-2a95a90a4f1e", + "994c16e0-24ac-d3c1-e053-2a95a90af519", + "9c458b3f-bbcf-2312-e053-2a95a90a5be0", + "44bbfbaf-c63c-4e72-8ee8-5be80600773f", + "55b4a125-6023-6be3-e054-00144ff8d46c", + "9377a296-a104-6ef5-e053-2a95a90afe42", + "aba950bc-848e-9637-e053-2995a90ad0e7", + "c28cf224-68fa-a878-e053-2995a90a9bb8", + "c6a0ba05-76e8-224a-e053-2995a90a33e6", + "60f41580-e08d-faad-e053-2a91aa0a9076", + "11e6adf3-2492-4872-b660-a6dec5ab2353", + "99fb7672-bd6e-8e69-e053-2a95a90a7612", + "7ddb9f9e-aa18-a1d6-e053-2991aa0a60a0", + "7ca8f962-c094-4ffc-aa80-79325eff5183", + "264268be-d6a5-4077-a560-61bfa856ce6b", + "c001f303-51eb-f2e1-e053-2a95a90a8184", + "627e3c9e-5621-4d62-b1c8-46db7cae225f", + "d6b349b3-d7fc-468e-b9eb-a7a81d26522a", + "6cc49743-34de-4b67-bef6-f6f1b5a4912c", + "45adcf1d-50bf-4d13-b78a-fc4387e7b276", + "50bdbe01-e4c1-4d1a-a7b8-3252def5503c", + "1c97b8ea-49f9-4a08-a47f-1a0d858889d6", + "963b9bc4-04cb-3b09-e053-2a95a90abca7", + "8ebfe9e5-309f-446d-9107-b88bf733dcbb", + "5492a259-e79f-422f-8c1d-a9b21e4b02f0", + "860bd0e8-1e78-4767-a6ed-e321e55b0c7f", + "5f8ca325-03d7-4046-ad97-44e43e970a91", + "329c6cd1-313b-4f50-abdd-4a95cd7a95eb", + "5a71a080-5c47-4a9e-a469-faacdda0abfa", + "bc808f68-cd5d-325f-e053-2995a90a1a1f", + "bd636ebb-e021-3846-e053-2a95a90ab2a2", + "15bc2d4e-a16d-47d8-9917-eb5f6028abed", + "0d50c08a-833f-4821-a2ed-7801b885706f", + "c6b05488-ada7-6a70-e053-2995a90a0ead", + "9948f782-97b4-3421-e053-2a95a90af920", + "9aa0023b-e66c-9b24-e053-2995a90a7a4d", + "99edf6bc-5f64-3884-e053-2995a90adce8", + "98d204ae-3e1a-bbb9-e053-2995a90afe40", + "967c9a59-2af4-4a87-a077-e5bbd59f0a21", + "b7142c19-60cd-b669-e053-2a95a90a6855", + "ac55b69c-585e-4dc1-bab6-220a5cb85c25", + "ec1f76f9-b06b-456b-965f-900a29ac6ad1", + "16330eab-b579-446a-ae6e-d46802cd2109", + "60f1fdff-c294-47b8-a67f-211f5cd8b3e3", + "96264f6f-3bf6-4c0e-8fc9-180580e4ed31", + "1e765f6d-f9e0-4453-9a5a-4b0e473d0054", + "87efc4a6-73d4-4cea-8a6c-f6e6ae9ba758", + "f0953129-f628-4ba6-8c78-fee2bd03616e", + "675a3345-b1bc-4dee-8a8e-2684df88d21a", + "4b1eaa77-7825-483b-8cc6-c0843c556322", + "fc270a6a-06a5-401e-ac49-1e23ab1852c9", + "faf84565-3cdd-4a71-9bde-0e7750b2935a", + "95bfdb2d-2289-5e53-e053-2995a90a1388", + "a7d5e9ac-4e33-ad9c-e053-2a95a90a3e1b", + "7d0825c6-a6b6-4cd6-b487-7392cfcb99de", + "bc0f285b-0f83-46ab-b61b-549537add747", + "5df94477-facf-485f-8703-96dce87a2bff", + "99ee93c6-5c7d-6218-e053-2995a90a7f84", + "9c1ec8ba-e750-12ad-e053-2a95a90a438b", + "eab5a905-67fb-494e-8f55-aeeab4c2dce2", + "4843cda5-1e50-4369-84fd-25d0fdc0a475", + "acc6b2bb-853f-4afb-974d-1b94e14107de", + "2f375a9b-63dd-4797-aba7-f1660d28ce4d", + "577e747d-5297-45b6-840f-94e278303e75", + "91daf409-be3f-4497-a615-ca084fcdfa38", + "994a17d8-8435-3bd2-e053-2a95a90a243a", + "9970c266-bd7a-895d-e053-2a95a90a2faa", + "9ab487ec-5dd2-cc72-e053-2a95a90a4e37", + "662c1a29-ab47-49d5-97ad-dc55f4cda591", + "5f25d630-4552-4136-b57c-8c64ed341d17", + "65aebebf-1ced-4e8a-8941-be44f57b67ee", + "3cc802ad-35d1-4f7c-8537-b542638ad603", + "5423e69a-4965-4f54-bbca-e3a063891dfc", + "9ab71699-4803-1b95-e053-2995a90ac658", + "5dec7bb7-ac4f-43d4-b815-f48f0a612b8b", + "a822e640-3a05-8fdb-e053-2a95a90a128a", + "da70ba03-ed38-4fce-939e-04c7eec06087", + "23419246-72a9-4295-805d-4eb4eeab0327", + "04950b56-7760-4b6c-8110-86b6a3f795b4", + "4f3a02aa-6534-464e-b1ab-ea8e67a0a77b", + "26d1fb03-d7d2-4304-a55b-e98935a2f610", + "ae6270fc-0f8d-4bba-8f12-adba3f07f7c5", + "8a819219-40b4-4c94-b3cb-fa856773b55f", + "ef9ecb48-b394-4a85-8ba8-aa397d20cd84", + "54228400-98d2-4ea0-a423-71197d1b57b9", + "3dbbe446-bc22-410e-9e58-bdbea1a2f477", + "c46da180-acfe-b1ba-e053-2a95a90a8601", + "9043983c-7ee4-4971-8885-36f814bb570f", + "a8239507-6475-156c-e053-2a95a90a609d", + "dbe7055a-a5cd-4794-b9c5-0b98add36445", + "cdfe5c95-3f90-4620-a618-18bac0471c3e", + "c4e5c6bd-f322-079b-e053-2a95a90a8053", + "ec2b7938-988f-4917-a8c2-e46130e28ecb", + "fec56711-23ff-448a-822c-90f903c71afe", + "a0442530-c6fb-4b3a-9a5b-91870dd67236", + "9f5f6cca-c447-491f-a9c5-3e56c16dbc0e", + "273aee50-2933-451f-96e7-01193312e440", + "c5a2b240-a3f3-409f-ac5c-107bc54396a4", + "89cc548e-88d9-45c5-a255-a0052cb74eaf", + "95fcaed0-b761-4e6e-a1a6-184dc3ba0548", + "ad4d51f6-b55b-45db-b034-fb3da54fbe99", + "ba11fbcc-528c-0100-e053-2a95a90a78c0", + "c28af208-884a-6ab0-e053-2995a90a9ff7", + "036ef1ed-32ef-46b8-8817-b3f63a014280", + "470436c5-f3a5-43c3-bb40-eba17f46ca34", + "439dce70-6238-4512-878c-5d3a99417727", + "ccc25275-e016-4cf3-838a-9b46e2ee73d0", + "99717016-1d66-8164-e053-2995a90aed90", + "17829cf0-0f8e-4be4-9b23-567e5f82db5b", + "9e540edb-2cfa-4353-a704-44bb7cd7221f", + "964e357c-a8ac-09fa-e053-2a95a90a37c6", + "1125e9e9-ee3f-4c77-9f42-4c45a0c9dd41", + "7dcf1b8b-7899-4d8b-a487-d4b85ccf4870", + "3e5b462c-6c7d-4dde-a337-b51ede4575b0", + "94b6c1eb-d003-4e28-9d0f-53f6d0654aaf", + "2fcdeb06-17de-49d8-97bb-8d31e1c0c61f", + "bb267f14-e4fa-bfd8-e053-2a95a90a97d9", + "7857c357-38cc-2f61-e053-2991aa0a6602", + "06238f34-aed1-4475-abf7-6a04bd7fe0a6", + "c001f303-51ee-f2e1-e053-2a95a90a8184", + "a7831b84-1f50-9258-e053-2a95a90a901e", + "662b2ef7-6628-4d0e-a02b-f593999652e9", + "660600c8-dac2-4b75-8358-583a85a03732", + "7a223257-cedc-4558-979a-18a97d06f32a", + "d39b3a19-b0e7-409d-9e0b-ef847fe8be2f", + "9402dcf7-ebbc-feee-e053-2995a90af2a8", + "994a1f6a-e69d-3b72-e053-2a95a90abf7f", + "c6b050b5-d910-66ed-e053-2a95a90add81", + "49bd9752-ddfd-4cb1-bef6-22b4e5b95a37", + "c354d775-6e6a-6f53-e053-2a95a90aa1db", + "34f6223c-6d35-415e-ac49-30169681611d", + "9d258c26-032a-4794-9aa4-5581804871f7", + "93df7113-880d-4a3e-e053-2995a90a5a09", + "071cab57-13c8-40b6-a891-9d0ef54034e8", + "b6859943-6afa-7501-e053-2995a90ac34d", + "954bcb20-a770-4d97-aacb-deb22880f9ee", + "95503e17-a821-4be9-89ee-9302ba1ae966", + "ea1cdd49-67b1-40cc-8f66-60dba358edc5", + "b01ddd58-6ddc-4d63-b60c-52a45fc7af4c", + "b7c052ea-a1aa-043e-e053-2995a90acebf", + "99ee5b37-8d97-02a9-e053-2995a90acab3", + "24cafd67-da4f-4ecf-a57e-2b648e2e2509", + "a4d367bb-6c7b-0e67-e053-2a95a90a2c66", + "bc92f329-2b38-6785-e053-2995a90a055d", + "1f0c4cbc-834d-4f89-a767-d4f2c50f6885", + "28a741d7-4077-45a8-8efe-4d2e48aaffa0", + "b7c04e09-4757-2129-e053-2995a90a09f7", + "e475ca39-0c6b-408f-a08b-fc8917ae04e1", + "81911f6d-7edf-4183-9720-2f20a5db498d", + "dcd59c66-4b58-4b09-9cdf-17802e8f94a7", + "bd5aae99-dabf-051c-e053-2a95a90a2eef", + "9b272915-dd77-44ed-b6f8-4934ec957776", + "fa28207b-bcf9-4f83-8ab8-b915e03b54ee", + "dcfe4c81-b6e0-4a9b-a521-f3ad0c0a8e48", + "12d9e97b-fced-430a-bb5a-359f829eee31", + "47885dbb-5fb2-4cc2-91ac-4160fb8e9759", + "05c7cfbe-930c-469c-8665-4d7ea9e8aacc", + "2d63d3e8-3f40-4c05-949b-e38d970f94fd", + "b9697ad3-7126-4726-a6ed-4456dc4b0616", + "cea5edd9-e1e7-419a-9ef1-4862561c96dd", + "9745e6c6-cba8-4238-b344-5821a2939fa4", + "0a070c30-2d49-45d8-a34a-0c1efd061de1", + "636b0d60-42c0-487e-96ff-e612695b2556", + "2fd42f44-d3d6-44a2-b509-93a9e8e9f455", + "b809ecca-372d-4f58-9a44-3ad2382cfa24", + "7ea14ad0-056d-4bca-a9e7-09fbe4c39060", + "f12111fe-87e3-4f2a-9ad5-43da1352c5e0", + "281a4337-26d2-4ec9-8575-d28990807f9e", + "12fba515-0b3f-4848-8508-3ff89fd23674", + "e93221c2-b15d-40af-83ae-c319bd7eda9b", + "9948fa68-c48b-4050-e053-2a95a90a0aed", + "cf805bf8-ff9c-4c89-9918-787ea3e00842", + "8cabb8e1-535f-4c6e-9492-d5578de0bf0f", + "99e801d8-7d0c-e771-e053-2a95a90aef6e", + "a783a991-6c97-c8bf-e053-2995a90a77c1", + "b9539d1e-b8d9-4b6b-bd0c-7cabef0c3958", + "8f223c99-4aee-4e5e-8cd1-ee09d1525832", + "954d8e4e-16c5-4708-bdde-f27ccc636664", + "7c0948f2-8cf5-4f32-a823-f7a27e6a04ce", + "24737945-c57e-4dda-9665-341d68d2e42a", + "eb257da6-f65d-4848-9f6c-4f709f727964", + "a4c805ac-3fec-42b4-a52d-fb8a862393af", + "f8e38186-22b2-454e-a24d-03f8d983e495", + "840319a6-8b7d-4b26-8825-c3eb79f3cfef", + "9b7bfd08-fd92-5b38-e053-2a95a90ab51a", + "d1f8d939-971b-4a96-9a79-613fb209e9aa", + "5274f4e0-ef15-4ff2-9cc1-7e3daa34b909", + "5b9f2da3-304c-4cf2-8308-6989ef171dc5", + "0f037a9a-ac43-4386-89d1-93409142157d", + "c69de816-9d12-b8ae-e053-2995a90a01ad", + "604fd878-eb8a-4f7b-9f30-98cddeca3d8c" + ], + "spl_set_id": [ + "1858cf76-cf36-4c56-9e15-14db609aa10f", + "3c683783-87aa-1a6e-e054-00144ff8d46c", + "3ce0c1cd-32dc-4f78-e054-00144ff88e88", + "4c6c7b25-b8ad-483a-e054-00144ff8d46c", + "7ccd8e04-4bbb-4465-a81f-a8b2bc6b9b9b", + "b7db77a7-0580-455b-a2ef-a68584f03981", + "432989f9-a29f-58ef-e054-00144ff88e88", + "495d97b0-d95c-46d1-a76a-56ac7f823538", + "905fcd7a-7d39-448e-8301-3b931ae3ad41", + "9b0d3f90-54aa-4256-8e06-466655407e13", + "a8b70bda-89be-4c1c-998b-3d97ceac9fee", + "bfb80841-edda-482b-b401-e5f1cd52440e", + "c5ffaaee-0f78-4a13-e053-2995a90ad6ba", + "ef881ca2-5d65-43a8-b990-1cc50d546199", + "f13d09c0-5576-4848-af04-d331f51f4e59", + "3ff92c9a-987f-468e-9e18-1e3e171ede14", + "455d4d17-5004-583b-e054-00144ff88e88", + "643680c7-e529-46c2-bddc-bece693c6d41", + "6f624ad3-ad58-4a11-9108-589d75ca75bb", + "964c07b7-4560-537c-e053-2995a90a2f4e", + "ce44254f-6e33-4cbd-a609-6a926376efaf", + "38c6cece-71a0-40d8-bfc8-2f6467f9239b", + "4a527608-b4d4-57c0-e054-00144ff88e88", + "82f5e540-a1b2-48e2-9b1d-ff52c29f7835", + "8b207b49-d3fd-4108-b611-dca27c9dc78a", + "9faf82d9-ed83-4007-b580-117d7e7fefc7", + "a6184338-cd4a-42a3-8eb4-a91f16e37c7b", + "a7c5a5db-bdfe-4601-ae51-dedd81626b0d", + "0c47c9d3-7695-48bd-b024-597c9c04d089", + "2931d427-b2be-4db9-a58d-ff89c221ff51", + "3ce1b794-cdd1-38ee-e054-00144ff8d46c", + "5e3a3c20-dabe-4427-9e75-99759905caa0", + "690d7828-a983-456d-b8d9-4286a5f0a4c8", + "8c45d37d-01f6-4d0a-83b0-eaa1cfec605f", + "940742bb-13ec-0d2b-e053-2995a90a002b", + "a4dcf7b9-d2c3-45d3-9410-fc4d55052a3c", + "abf564a1-0823-433d-a023-8be4e085daf4", + "bfea2a7d-e77b-b415-e053-2995a90af4c8", + "fdc3a8b9-3edf-4339-9656-623973b32ea5", + "14f6f475-32d6-4783-8dcc-1fe265902d55", + "26580067-050a-489d-bcfa-14cf8eebf892", + "322f1b54-abe9-11a7-e054-00144ff8d46c", + "3b4e6ac5-4d9b-3e84-e054-00144ff88e88", + "3be8662a-c7b7-4d9c-e054-00144ff88e88", + "4933a495-7e15-4bd2-e054-00144ff88e88", + "61e4e83c-ee98-579d-e053-2991aa0ab099", + "63c2f527-a7c5-4c91-b47d-e29e48374c33", + "63eec93c-16ad-7b0d-e053-2a91aa0a4ec5", + "98a0503c-add5-4453-9d9d-6f813866f4b3", + "9e54f687-4072-42fd-a14b-af67fe8b6cc4", + "a2f5e91a-a9f5-8a80-e053-2995a90a29ff", + "bc980e08-8afa-02f5-e053-2a95a90a0a1e", + "bf772925-eb69-5544-e053-2995a90a30e7", + "c69f07b1-660a-db03-e053-2995a90a5464", + "ea918cb1-af3e-4a02-bd34-db4ad1b0e6bd", + "face4e8c-3d0f-4c2e-83c1-44397b225ae7", + "4e963099-fd7f-4862-9f9c-9f1fb963779e", + "8c92de83-ed60-46c3-b289-4b45a1915e24", + "b97558c5-d836-42ae-bfa5-0f4c6bca7e4a", + "dd156404-76ea-4e55-a68c-83ce6dbf462d", + "02ea9bae-b683-475b-92b4-c667eaf02380", + "2af52040-39c2-4e6e-8102-3a66a5dba7bd", + "3f737ce2-961e-4bd0-ae6d-078248cf1c67", + "479284ad-ec02-4b74-e054-00144ff8d46c", + "621fe3eb-1ef2-4272-9482-a53a7aaa32f5", + "d9203533-5a7c-4657-8c1d-15bda58bd44c", + "09e25e8e-a861-45cb-a919-36c30d3b7f7b", + "2faac316-7b59-4df8-b751-37069e865263", + "492deace-7ea1-4fe3-a4c7-b2c6f195d68c", + "6b6af478-28e6-4079-ac3c-2328c520ab48", + "6e2788b3-1e33-4908-aa2c-475d69b94ee6", + "77d01457-e8c1-4976-e053-2991aa0a59b4", + "9b30c7d4-d36d-31ee-e053-2a95a90ac5ab", + "9b311b76-1892-4b74-a07a-8b321436d4a0", + "bb99b942-1f84-43e1-a18d-3a975cddc59e", + "d648fd29-4638-4ca0-90c8-31600c1e9a06", + "44b9f997-87d7-1f0a-e054-00144ff88e88", + "5a0b9985-a38e-4991-a653-5ded733e9e7e", + "ad001c7f-cd3f-4577-a793-50055e432747", + "c7a8c877-3e20-4910-8ea4-1714fac3ff2f", + "26a89c04-d605-42b4-abf2-728a49551871", + "49261864-e596-20e5-e054-00144ff8d46c", + "85eb5566-5d67-4b4d-99e4-cf564f0c18c7", + "875f38f8-4e6f-7517-e053-2995a90a2181", + "99d7e467-a3db-b4f0-e053-2a95a90a900f", + "b05723bb-ff61-4fae-922d-aba752f8e458", + "b84b3509-3178-4616-9bec-dad85a4f9d2a", + "bf793b86-9563-5759-e053-2a95a90aab94", + "0235e083-5f3d-4bae-b14a-b12db623180c", + "1b3c4d55-607f-499c-9ec3-9ce998f5490d", + "4adaeeb7-3c95-4d67-e054-00144ff8d46c", + "4dbdabc4-280d-4c9a-8c54-84afc615c8c7", + "541a8e91-9438-4ebd-8bfc-a2674f6a9c4a", + "5e14beea-c1ef-4407-ad62-3999416f8ce0", + "5feadecf-5b7c-423e-a9de-ee226c3734a8", + "9255322d-dd0d-4429-b1ca-805c7348c38d", + "a270fc36-f2b2-4f56-81d4-cf165f6b5abe", + "b60ced06-725c-4dae-abbf-21cab9e431f9", + "bc9467ac-4688-401b-af4b-a892c783921d", + "013841fd-a4ed-495b-b38d-6ce81d65d120", + "112f1002-c007-4363-ade6-8dfbc61f4b64", + "1a143efe-c6f1-43e1-9864-8df6c7455616", + "348d3dfa-6a52-4583-96e3-83c4bf2df45b", + "3ef4eac7-cc9d-4ee2-b93a-59b85dbc6e7c", + "8230c4e9-c5a0-9ad5-e053-2a91aa0a1e51", + "2863d17f-b613-4149-8cfb-7f4a1b40fc79", + "40f9338f-41ad-19a8-e054-00144ff8d46c", + "80e10be2-879b-47ba-b34d-a3c25e838e05", + "849bd52a-b730-3ba7-e053-2a91aa0a507c", + "c15a5dde-6789-4491-98fd-d248a5c7f076", + "e9dbb005-c78a-440d-bd7c-5b4d64fa2a21", + "f697de02-7df9-4419-9835-8b65bbaf4215", + "fc85cff6-3449-4f86-9afc-2653842d6d28", + "19afcf54-2090-4588-9af8-e6536db8fda0", + "2847e82e-203e-4976-8c4f-4a5caa75ce00", + "453ceee1-414b-4f4c-8408-eb540a79ca05", + "4a67f0d0-788b-433b-e054-00144ff88e88", + "8086c26d-c00d-e743-e053-2991aa0a0b03", + "84771ac5-ad0b-e0ec-e053-2a91aa0a1b36", + "d341b832-edcf-4cb2-96e1-c303b030c59a", + "f6e95a3f-65a7-4e69-beb1-c2d8ff60dec8", + "0cdb5356-a691-4aa7-810c-09131a96d84f", + "28e8dd03-25cf-43db-8c4d-3aae99be9d53", + "2989649c-e5ab-4118-a4d4-0f22a7f9f0a0", + "3836cb06-7f1a-4cc9-bc03-eb13def44946", + "7ccb324f-b12b-4867-87d5-b444e0c5b9a5", + "865ac576-5525-2104-e053-2991aa0a87ed", + "99ddf630-5be3-4c72-af10-12b62f249187", + "b3f94f95-62f1-5b03-e053-2995a90aab32", + "b90b23fc-e25f-4c36-be67-358b5cad1d50", + "bc619258-7451-460c-9472-95678ea82d6e", + "cb9da8f6-c5cd-41c7-b90c-73a5865e2a1c", + "d04e691e-6d1c-4c39-9504-7ac0f1bd197d", + "f9dd2797-c804-43c4-9d64-47de3b63a19a", + "07a50168-6b05-4c99-9969-7d7f0aa54f30", + "2ea98f53-4fb5-4a1d-8f20-ee3e7b55f424", + "3203dfc5-2cb1-4703-8d81-63fba07ddd98", + "4a656a9f-8f34-69b7-e054-00144ff8d46c", + "51759451-63a8-0fb4-e054-00144ff8d46c", + "51dd53e8-22ff-4967-9124-f15c3986e4dd", + "55b4a125-6022-6be3-e054-00144ff8d46c", + "63b3cda4-dfb1-5a62-e053-2991aa0ab610", + "8745ae49-e6d6-43d6-9530-bcdf0b6c90e5", + "ae09fc01-b48f-e120-e053-2995a90a1978", + "bdac6778-384c-50bb-e053-2995a90a0e17", + "0108b97f-02e9-4f86-9f33-cde4f919affd", + "04b3d397-df99-44e2-a191-6e9199b08398", + "41e63d39-bfcb-07a8-e054-00144ff88e88", + "616bb658-5d0c-de11-e053-2991aa0a46b8", + "78f11b4b-d203-45c9-9b29-2c135eb66619", + "94026c17-8a29-455e-b44f-ee922e877c57", + "9b8da147-8d0c-e6b0-e053-2a95a90a35e6", + "c22944b8-8733-4689-be0c-f320467f79ea", + "d405655a-260d-4a26-bf6f-053c6a6c87af", + "fcd76d48-033c-4a70-aa8b-abecd416d1ae", + "fef3834c-ff9c-47aa-a888-b1cf2635de12", + "0284eee8-5a86-4e3d-ae50-9b6706ae324d", + "08953df1-cc29-452f-bc69-b19970a1fd2e", + "40cd0ff8-c745-3b99-e054-00144ff88e88", + "4989063a-7b6a-4e8a-8e97-29368d94dd0a", + "60d5fa96-528e-486c-ada2-cdfef090b61a", + "66b70d90-9130-471b-80a5-6871a80b000e", + "80509620-a3d1-49d5-b2e3-bff61ef4583d", + "9141fbcf-02a3-48a6-a9e6-07ac928a4804", + "a563ed55-8487-4901-b8ad-78abf3a190a4", + "b3c1e3b0-04fc-4ccd-e053-2a95a90a4774", + "b3c42bd7-325b-1ad3-e053-2a95a90a6101", + "d77c629b-5308-4b71-9024-9899cf88dbae", + "0d50c08a-833f-4821-a2ed-7801b885706f", + "0e78664a-ccbb-4b8b-a533-a78d243f8ce8", + "3687839e-15e2-40bb-e054-00144ff88e88", + "40ce1140-4403-03e9-e054-00144ff8d46c", + "4171e196-8f20-276a-e054-00144ff8d46c", + "6bbdc167-8c00-423d-b203-02b882839833", + "72dcce11-adce-432c-b199-aa1e4730d215", + "86598cdd-6898-be1b-e053-2991aa0a6739", + "99c7ab95-df12-4041-ae1a-398cc6f0085d", + "9e1c883f-016e-4c05-b27a-750d14c0f3e5", + "e7a8fbd3-fe28-4701-959c-3415ffb376e7", + "ead5101d-761a-4d1d-b14b-4dd548d2def6", + "3888a861-26b1-4ded-a09b-ae8ddfedb359", + "4314ac58-03aa-479c-a711-4818cc332531", + "59ad3cc7-4144-442f-a37d-75c5fe23e1ae", + "ae41e697-1561-4ce4-b844-e083560ad1d5", + "af3b6297-b3e4-461b-bca3-06dcd524e9cb", + "def9eaef-308f-49f2-898b-469c2c395d27", + "ffb9d2bf-0818-4109-a6f9-2f0ac74b872c", + "2677ca2b-b211-475e-a9c4-643fd54a744f", + "3b8b1924-3b33-0420-e054-00144ff8d46c", + "437854c0-8c9a-6ef0-e054-00144ff8d46c", + "48827658-02f7-4599-a90a-1543b30b9de1", + "6bd48101-aea6-44d8-ba34-d74967edb928", + "7471ec99-6c0b-40d8-a9cf-85240a0d471a", + "77ce0a54-6656-37b1-e053-2991aa0a334a", + "9c1ec8ba-e74f-12ad-e053-2a95a90a438b", + "eab5a905-67fb-494e-8f55-aeeab4c2dce2", + "ee2a1a43-4396-4a08-b7e6-fcbe70aff164", + "f89c9c75-cde8-48d4-b8de-c6c2c47b937f", + "23fa3378-d9f9-4671-ba1c-9c9611b1fbef", + "2a6be8a6-3221-4675-b41c-dd795a436fd5", + "2ca9f07c-7287-4f2c-bdd9-ec8f88c35c80", + "3c6551e9-6f2f-6fd0-e054-00144ff8d46c", + "47dfbe23-f407-6588-e054-00144ff8d46c", + "4be19c3e-405e-3ff4-e054-00144ff88e88", + "662c1a29-ab47-49d5-97ad-dc55f4cda591", + "7451cd9f-1723-46d0-837e-8dc48bfb6bba", + "d0477b1e-457c-48b0-9b3e-4f3b9ed8f259", + "f4786707-a0f7-4ba8-9656-06278d1b4b6c", + "20c07169-9c9d-4c3a-b6dd-f6874c2de814", + "55b2b35f-476f-1cc2-e054-00144ff8d46c", + "5dec7bb7-ac4f-43d4-b815-f48f0a612b8b", + "a13f9a46-801f-bd22-e053-2a95a90a923c", + "da70ba03-ed38-4fce-939e-04c7eec06087", + "ee3faeab-4cea-4852-9ddf-901a346c092a", + "04950b56-7760-4b6c-8110-86b6a3f795b4", + "4f3a02aa-6534-464e-b1ab-ea8e67a0a77b", + "72ac000c-90f7-42e2-88a6-740de114a954", + "ae6270fc-0f8d-4bba-8f12-adba3f07f7c5", + "d8da54b8-6456-4e7d-acd2-a55e2249bd01", + "ef9ecb48-b394-4a85-8ba8-aa397d20cd84", + "f67da7c2-d48a-44b7-96a3-f43df813d68e", + "551d6135-2650-4c27-a20d-d56a9aba7b71", + "673c45dc-84fd-5b45-e053-2a91aa0adea8", + "9043983c-7ee4-4971-8885-36f814bb570f", + "a14117cf-15cf-6c23-e053-2995a90a6d6b", + "bc56a82e-b875-4a4c-9b49-4bfbc6918724", + "cdfe5c95-3f90-4620-a618-18bac0471c3e", + "d89f3184-7081-4e16-a504-9214283891f6", + "ef962dab-2c53-48ee-a521-9f3343b5251f", + "f74e1fc2-9d8a-4839-9403-f757cbd15af9", + "25db68f7-af79-4a43-ac16-469ff08d64b8", + "35b3d9d0-b04d-4f6d-b99d-435233803d4b", + "63318b46-d47d-474c-8fb5-5e0d53b7adb4", + "639b39b5-44e0-4bba-8887-ce62cfac6837", + "6dbd58f4-4329-4d6a-895a-3a1b20e4db60", + "95fcaed0-b761-4e6e-a1a6-184dc3ba0548", + "ad4d51f6-b55b-45db-b034-fb3da54fbe99", + "bdb43d3b-ddcd-4359-a174-a5556e7c5f57", + "c28af208-8849-6ab0-e053-2995a90a9ff7", + "036ef1ed-32ef-46b8-8817-b3f63a014280", + "1f0bf224-3268-43ad-9400-78735ca7c331", + "2c6183e3-00e2-48d5-884a-90a05bf4616b", + "3495102f-55d2-4a94-8d55-f46f49e00c27", + "47e0830f-31e7-5ff0-e054-00144ff88e88", + "486d7a5f-cbc8-4f86-b12e-c5325bd8c62d", + "811760bc-863b-426b-8ac2-902773380e9b", + "964e357c-a8ab-09fa-e053-2a95a90a37c6", + "d761954f-940e-4833-87b7-173a921aade1", + "dbef2200-7801-4d42-b44a-1d3c6d9e4cdf", + "ffcb6e47-62d3-4eed-9f2d-386b7ec3b5a0", + "081eb852-1e52-4f23-9746-54b73d83aa6f", + "2fcdeb06-17de-49d8-97bb-8d31e1c0c61f", + "673b54ec-a6af-4236-e053-2a91aa0aec86", + "7857c357-38cb-2f61-e053-2991aa0a6602", + "7cfcbb36-c84c-4dc4-873a-ae1c5204aa00", + "9b8e802f-91b6-4559-e053-2a95a90aff67", + "a7831b84-1f51-9258-e053-2a95a90a901e", + "c3dd9b4f-db67-4ad7-92ac-7f74af1a06cd", + "c41b6cc2-c852-45fd-858c-c7bedc5dc882", + "c7f26b0a-f2c4-4ed2-9673-52f90d1a41c9", + "d39b3a19-b0e7-409d-9e0b-ef847fe8be2f", + "303bee24-d308-4b16-b382-c5f818014117", + "3c679059-2532-485a-e054-00144ff88e88", + "45496790-a23d-4e5a-b840-d39b4d7434c6", + "49bd9752-ddfd-4cb1-bef6-22b4e5b95a37", + "60703e3d-52b1-49c4-b4e2-59d96fa09a78", + "aa1edf93-d3a3-45a7-8892-ae4be330f44b", + "b0e7d321-4a2e-4683-a757-259456410bfc", + "c6e1ca56-fe0b-4182-ae85-60426a620574", + "071cab57-13c8-40b6-a891-9d0ef54034e8", + "27d9b505-08bd-4261-a59d-6ddc4031be32", + "90d1d48d-21ff-44c4-8da4-e8dea75964d2", + "a05bc8e7-ffc1-4abb-ade5-c3394a7e49bd", + "4942747a-8b6c-422a-8150-9bd91c0a3778", + "50d9e7a4-79b8-4315-8717-0f416541fc01", + "766b3f3f-8bd1-281c-e053-2991aa0af54b", + "77cbc5e4-518e-7d86-e053-2991aa0a1efa", + "8f2f8360-becd-42a8-917a-7b76151ac8dc", + "968bf6dc-6a5b-be0a-e053-2995a90a089b", + "b3c2908a-bf65-99de-e053-2a95a90a6d6c", + "cb28a7f8-b908-406d-a517-5e6badde6097", + "5090f60f-fa98-470b-bafd-bb64e6b28fcc", + "723b940d-4f4b-f2e6-e053-2991aa0a8bcc", + "73b4cda2-900a-4380-a0ae-0abfecdb7263", + "81911f6d-7edf-4183-9720-2f20a5db498d", + "8b2c533b-6ae8-445d-840c-9ad25e8fd1fd", + "b3c5551b-5ae2-420e-e053-2a95a90ae128", + "c6bbffbc-2d00-4a5c-80aa-5e59204cca9f", + "d66ec376-9cac-4de5-aac8-7c6f9aa210ce", + "dcfe4c81-b6e0-4a9b-a521-f3ad0c0a8e48", + "fa191237-d230-4528-8dff-50e8d5c65b6d", + "fd637431-7a08-4454-9cae-a68716d2d0fa", + "2061475f-a6f3-4d34-b7a6-4f4847370568", + "35f79dcf-1743-4d9f-aba5-5ead6b056309", + "412a5be3-2f90-483c-8169-b733861f3aa1", + "594e80a9-b2fa-4a69-ab70-c25e78b1a40d", + "8601a194-fdf1-4a33-854e-153a7a2c578e", + "87bda560-9435-4613-8263-864143e0ec91", + "98041570-993e-4ab4-8565-1f8c0b5e433a", + "995ebf42-c4ac-45fd-b071-13b2f9597d9e", + "a4ee1bd7-4ecc-4474-bca8-61199bf9e89b", + "b1024e59-59c7-2df8-e053-2a95a90a48ef", + "189850d0-6f06-45bd-bd7e-9063ee580d0b", + "1a02c115-4f61-4429-8a6c-02e84dd34649", + "2fbe1ead-5e45-4700-9515-10baa9ac7fa9", + "32c04f3e-59f3-44aa-ad92-672444982710", + "3687040b-417e-67d9-e054-00144ff8d46c", + "3e9d1310-939b-4163-905e-143cf7993f53", + "5f7b4706-674d-425e-9504-820a9704e8da", + "6417a5d4-cfc9-b701-e053-2a91aa0a55cd", + "93c9cba6-575b-6e2c-e053-2995a90a596a", + "9eb9149f-e033-4b28-9733-6562f896182d", + "d102f6ab-fd63-4b90-8366-a2fa3338ee9d", + "2606ac08-9760-4ff6-8d90-51fbb04e6ac8", + "263e20ca-1ca6-4f7c-bae5-525a1184b744", + "35372a73-9578-4f46-9005-019fd8dd2e18", + "38c26f49-fb5e-480c-9164-bf5edcf0726b", + "4c8d39d9-9d58-45df-9ffd-2cdc41539c03", + "593a0494-d669-4bcf-8412-b92645b2d76c", + "5cbc3239-d87d-4f86-a63a-1b5b4e4ea490", + "9b7bfd08-fd91-5b38-e053-2a95a90ab51a", + "a8871400-91df-4c19-a151-6a061c7dfd68", + "ac80f627-3f51-425b-8c75-e07363048b00", + "b94eac38-62d0-49a2-bb49-053fda8129e2", + "cd9e2e11-25a8-4096-870a-9d0269e6c7a9", + "d38c72c6-2f93-42bb-9aa5-1af66aaf01a2", + "ea1abf51-7d10-4b1f-8eca-c5f94892bfe7" + ], + "package_ndc": [ + "67091-358-72", + "59779-748-12", + "41250-108-60", + "41250-135-54", + "47682-088-69", + "47682-088-64", + "47682-088-33", + "47682-088-99", + "47682-088-47", + "47682-088-13", + "47682-089-13", + "47682-089-48", + "47682-089-99", + "47682-089-33", + "47682-089-50", + "47682-092-33", + "47682-092-48", + "30142-300-60", + "30142-300-72", + "30142-300-16", + "30142-035-36", + "36800-489-83", + "51532-0303-2", + "41250-553-20", + "47682-285-33", + "47682-285-99", + "47682-285-36", + "63868-701-66", + "75981-012-32", + "41163-881-06", + "41163-881-23", + "41250-232-20", + "21130-302-72", + "21130-302-60", + "63868-057-32", + "37808-135-12", + "69103-2552-5", + "69103-2552-6", + "11673-051-90", + "21130-501-50", + "68163-100-66", + "69842-360-20", + "63868-049-72", + "0395-0431-01", + "69626-0008-3", + "13411-845-24", + "13411-845-30", + "13411-845-60", + "68163-011-00", + "70677-0067-1", + "30142-108-72", + "41250-109-36", + "24385-106-80", + "68163-103-65", + "62211-239-57", + "55910-097-45", + "0363-2730-72", + "46122-225-75", + "81768-0001-1", + "61010-4408-0", + "61010-4408-1", + "61010-4408-2", + "36800-615-60", + "37835-115-17", + "69618-020-15", + "37808-058-36", + "37808-063-20", + "41520-035-36", + "69842-368-36", + "41250-203-20", + "11673-043-60", + "55910-273-72", + "0135-0227-01", + "0904-7098-94", + "73242-0107-1", + "69842-436-60", + "50804-012-32", + "11822-1037-1", + "11822-1037-2", + "17714-043-15", + "11822-0312-7", + "68016-700-90", + "11673-715-60", + "11673-715-40", + "21130-130-22", + "50594-028-72", + "50594-003-23", + "30142-207-90", + "0363-1081-32", + "69103-2516-5", + "69103-2516-6", + "69842-060-22", + "69842-060-33", + "63941-022-96", + "37808-137-23", + "50804-175-68", + "69842-716-94", + "69842-716-92", + "36800-595-24", + "30142-038-60", + "0904-6842-94", + "21130-201-96", + "21130-201-00", + "36800-478-48", + "41250-415-96", + "75981-010-36", + "67091-226-72", + "36800-962-25", + "70000-0430-2", + "41250-965-15", + "41520-031-36", + "41520-485-47", + "27854-120-01", + "51376-127-05", + "67091-330-75", + "55910-692-96", + "69842-440-54", + "0363-5960-08", + "41520-468-80", + "55910-077-32", + "41415-296-96", + "46122-007-41", + "37205-200-47", + "68163-316-16", + "68163-316-72", + "11822-1512-4", + "41415-102-96", + "30142-307-72", + "54738-030-15", + "54738-030-60", + "21130-138-23", + "55910-605-60", + "69842-184-19", + "69842-184-22", + "69842-184-33", + "0135-0235-01", + "0135-0235-02", + "42961-208-01", + "42961-208-02", + "0363-1093-32", + "41520-905-90", + "49035-046-32", + "69842-396-54", + "0280-0058-30", + "0280-0058-50", + "0536-1225-22", + "41415-200-96", + "11822-1029-6", + "13411-844-24", + "13411-844-30", + "13411-844-60", + "37835-126-17", + "24385-485-47", + "0135-0618-01", + "0135-0631-01", + "0135-0630-01", + "0135-0633-01", + "69842-363-36", + "30142-039-32", + "0280-0059-50", + "0135-0641-03", + "37205-333-69", + "80733-006-01", + "41415-201-96", + "11822-3016-0", + "11822-3016-2", + "67091-356-15", + "0498-0303-10", + "0498-0303-25", + "0498-0303-50", + "55910-089-60", + "67091-357-15", + "80577-302-01", + "69676-0002-4", + "68196-103-65", + "21130-184-22", + "21130-184-66", + "37808-132-23", + "24385-478-47", + "68163-102-24", + "68163-102-44", + "0113-0962-23", + "17714-041-01", + "69842-362-36", + "0280-0042-08", + "0280-0042-36", + "0280-0042-60", + "0280-0042-90", + "69168-229-96", + "52642-035-82", + "55319-018-32", + "0280-0224-06", + "69676-0046-4", + "68599-1411-3", + "17714-025-01", + "17714-025-10", + "36800-881-24", + "49035-058-54", + "57896-762-15", + "0536-1229-22", + "55301-203-13", + "0280-0001-01", + "0280-0001-02", + "0280-0001-03", + "0135-0246-01", + "0135-0246-02", + "0135-0246-05", + "0135-0246-07", + "0135-0246-04", + "0135-0456-01", + "0135-0456-03", + "0135-0456-04", + "0135-0456-05", + "0135-0245-02", + "0135-0243-02", + "11822-2019-6", + "50594-004-80", + "71141-143-32", + "62011-0398-1", + "59779-596-08", + "11673-040-60", + "67060-303-02", + "67060-303-68", + "11822-1156-0", + "37808-103-14", + "51013-323-54", + "62011-0397-1", + "68163-115-00", + "41250-392-32", + "41250-409-28", + "30142-162-24", + "37835-184-22", + "0924-0086-01", + "0924-0086-02", + "0924-0086-03", + "0924-0086-00", + "36800-828-36", + "55910-070-36", + "49035-048-36", + "51645-735-15", + "73006-118-41", + "55910-089-32", + "55910-315-72", + "41415-103-72", + "41250-691-96", + "21130-472-68", + "55910-596-08", + "21130-515-60", + "55910-510-50", + "53041-127-22", + "42961-045-01", + "42961-045-02", + "42961-045-03", + "42961-045-04", + "70000-0034-1", + "11822-0216-9", + "36800-692-96", + "37808-063-60", + "30142-036-36", + "49035-167-16", + "21130-136-23", + "49035-596-08", + "49035-048-20", + "69842-397-32", + "70000-0436-1", + "69842-271-68", + "69842-271-75", + "67091-227-96", + "11822-1166-0", + "68998-101-50", + "11673-479-03", + "11673-480-03", + "11673-726-01", + "11673-726-02", + "11673-726-03", + "59779-748-45", + "0363-1082-36", + "52642-019-32", + "37835-171-75", + "53041-126-17", + "41250-566-60", + "0135-0118-01", + "0135-0118-04", + "0135-0118-14", + "0135-0118-83", + "0135-0180-01", + "0135-0180-02", + "0135-0180-14", + "0135-0181-01", + "0135-0181-02", + "0135-0181-03", + "0135-0181-05", + "0135-0181-06", + "0135-0181-07", + "0135-0181-14", + "0135-0228-01", + "0135-0228-04", + "0135-0228-05", + "0135-0228-06", + "0135-0228-07", + "0135-0540-01", + "68016-697-60", + "52642-034-90", + "69842-015-36", + "37808-464-32", + "37835-127-22", + "0135-0610-01", + "0135-0610-02", + "0135-0612-01", + "0135-0612-02", + "50804-176-68", + "67091-365-72", + "0135-0606-01", + "0135-0606-02", + "0135-0606-04", + "0135-0606-05", + "50804-127-22", + "0135-1326-01", + "0135-1326-03", + "0135-1326-02", + "0135-1326-05", + "0135-1328-01", + "67091-359-96", + "21130-971-68", + "21130-971-75", + "69168-219-02", + "69168-219-50", + "58933-446-24", + "0135-0184-01", + "37808-465-60", + "68391-102-00", + "49035-778-80", + "0121-0766-16", + "0121-4766-05", + "37205-210-47", + "68016-695-60", + "41250-454-96", + "21130-310-60", + "21130-310-72", + "63868-048-72", + "63868-702-96", + "67060-304-68", + "67060-304-67", + "71713-204-03", + "50804-171-68", + "0280-0221-36", + "0280-0221-60", + "0280-0221-12", + "0280-0221-90", + "0280-0221-08", + "0280-0221-01", + "0280-0221-02", + "69676-0057-4", + "0135-0642-01", + "37808-103-28", + "55301-202-24", + "0135-0155-01", + "0363-1083-90", + "30142-204-96", + "55301-595-23", + "11673-052-54", + "0536-1049-22", + "62011-0229-1", + "37205-706-80", + "37808-203-17", + "37808-203-72", + "50804-129-22", + "37000-446-24", + "0280-0245-50", + "49035-803-27", + "49035-803-16", + "49035-803-72", + "0280-0002-01", + "69676-0043-7", + "68998-102-96", + "41415-111-50", + "63868-703-96", + "24385-595-23", + "62211-166-60", + "59779-748-90", + "0924-0087-03", + "0924-0087-02", + "0924-0087-01", + "0924-0087-00", + "67091-360-96", + "47682-201-69", + "47682-201-64", + "47682-201-33", + "47682-201-47", + "47682-201-13", + "47682-201-99", + "47682-820-13", + "47682-820-48", + "47682-820-33", + "47682-820-99", + "47682-820-50", + "47682-920-33", + "47682-920-48", + "41250-420-72", + "41250-723-72", + "62211-196-30", + "37835-471-75", + "57896-763-15", + "70677-0065-1", + "63941-101-50", + "55910-210-96", + "68163-202-90", + "70369-005-02", + "70369-005-03", + "49035-048-60", + "41250-669-96", + "11673-060-60", + "41250-395-60", + "37205-205-80", + "0135-0183-01", + "0135-0183-02", + "70369-004-01", + "36800-489-81", + "70000-0431-1", + "21130-913-17", + "41250-363-54", + "11822-1039-0", + "0363-9201-90", + "37808-136-22", + "30142-200-96", + "41415-101-50", + "70677-0066-1", + "0135-0071-27", + "0135-0071-48", + "0135-0070-03", + "0135-0070-27", + "0135-0070-48", + "63941-021-96", + "0054-3117-63", + "13411-843-24", + "13411-843-30", + "13411-843-60", + "55301-102-34", + "16103-377-08", + "16103-377-11", + "41250-270-15", + "37808-406-28", + "80733-005-01", + "80733-005-05", + "80733-005-06", + "0135-0561-01", + "0135-0561-02", + "0135-0561-03", + "0135-0560-01", + "0135-0560-02", + "0135-0560-03", + "0135-0569-01", + "67091-225-15", + "41250-298-90", + "50804-113-17", + "36800-830-36", + "81238-0303-1", + "81238-0303-2", + "37808-111-15", + "11822-0040-1", + "69676-0019-7", + "67091-224-15", + "37808-341-96", + "36800-485-48", + "50332-0106-3", + "50332-0106-4", + "50332-0106-7", + "50332-0106-8", + "50332-0106-1", + "68998-103-72", + "36800-203-73", + "30142-115-90", + "0135-0074-01", + "0135-0074-22", + "0135-0074-24", + "0135-0074-25", + "0135-0074-46", + "0135-0074-06", + "0135-0074-07", + "0135-0074-47", + "0135-0178-01", + "0135-0178-09", + "0135-0178-08", + "0135-0178-05", + "0135-0178-02", + "0135-0178-03", + "0135-0154-02", + "0135-0154-05", + "0135-0140-05", + "0135-0140-03", + "0135-0140-01", + "0135-0140-10", + "0135-0140-02", + "0135-0076-01", + "0135-0076-25", + "0135-0076-26", + "0135-0521-01", + "0135-0521-02", + "49348-055-39", + "52642-048-32", + "37808-101-16", + "0135-0611-01", + "36800-468-82", + "63941-010-50", + "55670-141-99", + "55670-141-13", + "63868-700-15" + ], + "unii": [ + "H0G9379FGK", + "92RU3N3Y1O" + ], + "nui": [ + "N0000010282" + ], + "pharm_class_pe": [ + "Skin Barrier Activity [PE]" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "VITAMIN D", + "drugstructuredosagenumb": "400", + "drugstructuredosageunit": "025", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "400IU PER DAY", + "drugadministrationroute": "048", + "drugindication": "OSTEOPOROSIS PROPHYLAXIS", + "drugstartdateformat": "602", + "drugstartdate": "2011", + "actiondrug": "5", + "openfda": { + "application_number": [ + "ANDA090455" + ], + "brand_name": [ + "VITAMIN D" + ], + "generic_name": [ + "ERGOCALCIFEROL" + ], + "manufacturer_name": [ + "Strides Pharma Science Limited" + ], + "product_ndc": [ + "64380-737" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "ERGOCALCIFEROL" + ], + "rxcui": [ + "1367410" + ], + "spl_id": [ + "08a99dff-5765-49b0-b289-4e854d3c6725" + ], + "spl_set_id": [ + "2c4c0a36-12cf-444d-9d57-de983eef4d36" + ], + "package_ndc": [ + "64380-737-06", + "64380-737-25" + ], + "nui": [ + "M0007651", + "N0000175909" + ], + "pharm_class_cs": [ + "Ergocalciferols [CS]" + ], + "pharm_class_epc": [ + "Provitamin D2 Compound [EPC]" + ], + "unii": [ + "VS041H42XC" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "OMEPRAZOLE", + "drugstructuredosagenumb": "20", + "drugstructuredosageunit": "032", + "drugdosagetext": "20MG PER DAY", + "drugadministrationroute": "048", + "drugindication": "PROPHYLAXIS", + "drugstartdateformat": "602", + "drugstartdate": "2011", + "actiondrug": "5", + "openfda": { + "application_number": [ + "NDA022032", + "ANDA210593", + "ANDA207891", + "ANDA075410", + "ANDA206877", + "ANDA075757", + "NDA209400", + "ANDA091352", + "ANDA078878", + "ANDA206582", + "ANDA207740", + "ANDA076515", + "ANDA076048", + "ANDA204012", + "ANDA211732", + "ANDA091672", + "ANDA078490", + "ANDA075576", + "ANDA203270", + "ANDA203481", + "ANDA212977" + ], + "brand_name": [ + "GOOD NEIGHBOR PHARMACY OMEPRAZOLE", + "KIRKLAND SIGNATURE OMEPRAZOLE", + "OMEPRAZOLE", + "ACID REDUCER", + "BERKLEY AND JENSEN OMEPRAZOLE", + "GOOD SENSE OMEPRAZOLE", + "MEMBERS MARK OMEPRAZOLE", + "EQUATE OMEPRAZOLE DELAYED RELEASE ACID REDUCER", + "DG HEALTH OMEPRAZOLE", + "TOPCARE OMEPRAZOLE", + "FAMILY WELLNESS ACID REDUCER", + "EQUALINE OMEPRAZOLE", + "CAREONE OMEPRAZOLE", + "BASIC CARE OMEPRAZOLE", + "HARRIS TEETER OMEPRAZOLE", + "SOUND BODY OMEPRAZOLE", + "EQUATE OMEPRAZOLE", + "FAMILY WELLNESS OMEPRAZOLE", + "DG HEALTH OMPERAZOLE", + "CORE VALUES OMEPRAZOLE", + "SIGNATURE CARE OMEPRAZOLE", + "BEING WELL OMEPRAZOLE", + "HEALTH MART OMEPRAZOLE", + "WELBY OMEPRAZOLE", + "TOPCARE OMEPRAZOLE DELAYED RELEASE", + "UP AND UP OMEPRAZOLE", + "SUNMARK OMEPRAZOLE", + "CARE ONE OMEPRAZOLE", + "EXCHANGE SELECT OMEPRAZOLE", + "LEADER OMEPRAZOLE" + ], + "generic_name": [ + "OMEPRAZOLE", + "OMEPRAZOLE MAGNESIUM" + ], + "manufacturer_name": [ + "Amerisource Bergen", + "Costco Wholesale Company", + "INNOVUS PHARMACEUTICALS, INC.", + "OHM LABORATORIES INC.", + "Lannett Company, Inc.", + "WALGREEN CO.", + "Sandoz Inc", + "Cardinal Health", + "BJWC", + "CVS Pharmacy, Inc.", + "HARRIS TEETER", + "RELIABLE 1 LABORATORIES LLC", + "DISCOUNT DRUG MART", + "L. Perrigo Company", + "Aurohealth LLC", + "Sam's West Inc", + "Meijer Distribution Inc.", + "Meijer Distribution Inc", + "CVS Pharmacy", + "H E B", + "Fred's, Inc.", + "Wal-Mart Stores Inc", + "THE KROGER COMPANY", + "Dolgencorp, LLC", + "Ohm Laboratories Inc.", + "Topco Associates LLC", + "Cadila Healthcare Limited", + "NORTHEAST PHARMA", + "Chain Drug Consortium, LLC", + "Rite Aid Corporation", + "Walgreen Company", + "Family Dollar Services Inc", + "Supervalu Inc", + "P & L Development, LLC", + "American Sales Company", + "Reliable 1 Laboratories LLC", + "Perrigo New York Inc", + "AMERISOURCE BERGEN", + "BluePoint Laboratories", + "Harris Teeter, LLC", + "Shopko Stores Operating Co., LLC", + "Sun Pharmaceutical Industries, Inc.", + "Big Lots Stores, Inc.", + "Zydus Pharmaceuticals (USA) Inc.", + "Apotex Corp", + "Rite Aid", + "Harmon Stores Inc.", + "Rugby Laboratories", + "Major Pharmaceuticals", + "Chain Drug Marketing Association INC", + "Camber Pharmaceuticals, Inc.", + "Safeway", + "Camber Consumer Care", + "Glenmark Pharmaceuticals Inc., USA", + "Publix Super Markets Inc", + "Save-A-Lot Food Stores Ltd", + "Dr. Reddy's Laboratories Limited", + "Thirty Madison Inc", + "Strategic Sourcing Services LLC", + "Aldi Inc", + "NorthStar Rx LLC", + "BI-MART", + "Target Corporation", + "Kroger Company", + "Family Dollar, Inc.", + "Breckenridge Pharmaceutical, Inc.", + "CVS Pharamacy, Inc", + "Bi-Mart", + "Dr. Reddys Laboratories Inc", + "Amazon.com Services LLC", + "Aurobindo Pharma Limited", + "UP & UP", + "Little Pharma, Inc.", + "Winco Foods, LLC.", + "Xiromed, LLC", + "7-Eleven", + "Army & Air Force Exchange Service", + "Best Choice", + "Rising Health, LLC", + "Wal-Mart Stores, Inc.", + "GERICARE PHARMACEUTICALS", + "Cardinal Health 110, LLC. dba Leader" + ], + "product_ndc": [ + "46122-281", + "63981-915", + "57483-740", + "51660-029", + "62175-114", + "62175-118", + "62175-136", + "0363-1008", + "0781-2785", + "0781-2790", + "70000-0521", + "68391-103", + "69842-941", + "72036-981", + "69618-054", + "53943-016", + "0113-0915", + "58602-850", + "68196-303", + "57483-840", + "79481-0061", + "41250-915", + "68391-915", + "59779-503", + "37808-401", + "55315-996", + "49035-915", + "30142-992", + "55910-915", + "51660-061", + "36800-915", + "65841-759", + "65841-760", + "65841-761", + "80136-852", + "68016-759", + "11822-1040", + "0363-1819", + "55319-251", + "58602-826", + "41163-915", + "59726-297", + "59726-737", + "0113-1723", + "41520-939", + "41163-634", + "0113-7520", + "0363-9980", + "69618-047", + "45802-888", + "69842-791", + "11822-0915", + "46122-686", + "37808-915", + "68001-441", + "69256-915", + "37012-711", + "62756-377", + "50594-011", + "68382-411", + "68382-412", + "68382-500", + "49035-119", + "0781-2234", + "55319-191", + "55910-713", + "60505-0065", + "60505-0145", + "60505-3952", + "60505-0146", + "41250-349", + "0363-0915", + "11822-0061", + "11822-0453", + "63940-242", + "0536-1322", + "0904-5834", + "0113-0520", + "63868-471", + "31722-527", + "31722-528", + "0363-0007", + "21130-128", + "55319-915", + "69230-318", + "68462-395", + "68462-396", + "68462-397", + "56062-915", + "46994-915", + "68196-915", + "59779-580", + "55111-643", + "55111-644", + "55111-645", + "71713-201", + "62011-0157", + "64024-915", + "36800-121", + "16714-714", + "16714-715", + "37835-001", + "37012-915", + "11673-018", + "30142-394", + "30142-593", + "16714-746", + "16714-747", + "16714-748", + "36800-601", + "0781-2859", + "0781-2868", + "55319-037", + "46122-029", + "41250-401", + "55111-157", + "55111-158", + "55111-159", + "49035-392", + "51991-643", + "51991-642", + "51991-644", + "49348-846", + "30142-557", + "51316-061", + "62011-0373", + "37835-189", + "43598-286", + "46122-616", + "72288-401", + "0113-7915", + "59651-001", + "59651-002", + "59651-003", + "11673-948", + "41520-915", + "72559-010", + "67091-316", + "70700-149", + "70700-150", + "55910-215", + "16714-123", + "72288-915", + "21130-401", + "10202-722", + "11673-212", + "0113-7401", + "43598-841", + "55301-915", + "63941-006", + "57237-160", + "57237-161", + "57237-162", + "11673-915", + "37808-354", + "49035-983", + "21130-137", + "37012-401", + "57896-960", + "41520-802", + "70000-0381", + "58602-729" + ], + "product_type": [ + "HUMAN OTC DRUG", + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "OMEPRAZOLE", + "OMEPRAZOLE MAGNESIUM" + ], + "rxcui": [ + "402014", + "198051", + "199119", + "200329", + "2003656" + ], + "spl_id": [ + "f8450f59-9629-41d2-92eb-9ac30593ea31", + "8c9d9c38-9da6-4f99-9f08-26ec4693fa55", + "ce5c9fdc-0c50-4315-8f11-e00c9810abd0", + "2da84b4a-2ac2-46ae-be2b-e297a55f668c", + "a98ee945-f224-499e-a8ca-15eeccf3ea5a", + "5e7f628e-8204-4d24-be14-394e5356bf3b", + "3be0c99b-bd1e-4dc6-9e81-4a8d511c8c3f", + "89377996-0839-4b6d-a318-c07d44a4d980", + "1729c60d-3475-45cd-b192-f88438403d1a", + "e1b4c386-edf7-4200-9b9a-8fae5609dff8", + "7e269cee-8868-49e0-a8df-ea12023cdac6", + "1d601bc7-ed1b-46a9-ae4f-bab5f68ef997", + "48a3d8fd-16a4-4900-86c8-ca043f80e918", + "1a6d4adc-376d-4439-a292-24799b886cca", + "dfb544af-1e30-42e6-9612-b9ad947c8997", + "0a5d67e8-bb90-4301-b0d7-c5f85613506f", + "7535a309-1a67-4f50-911b-7cf570322931", + "77a11f0a-d2ce-40b7-8c19-011d6665d18b", + "771aa236-533f-4021-987c-4d4e4d4394b6", + "4f415306-80d3-44dd-9e9b-cce3afaa791a", + "b673c1ae-d733-4427-9cd2-857aab2d36bc", + "046f049e-fcf4-4b5d-85a5-ede9402b8696", + "9c0c3798-6785-40cf-88e7-704b006afa84", + "6b3dd6f7-7b86-433c-a125-816e7b68115d", + "63b1e0b1-cdee-4fd5-a5f5-10a832daf5bc", + "2b4bc0c7-58d1-4ed4-a775-c08e536a408e", + "0ae27ef3-b66f-469b-a0de-6cdd0a3a3a3f", + "7de824f3-0e84-45c9-875d-808f3c687719", + "c2315f2b-37e0-45ac-a7ed-8181654cee5b", + "35ceccb5-dc3d-4ee1-bdac-35cb52c22f59", + "9a635296-1a26-3b0d-e053-2995a90a0969", + "2a3aef6c-b260-4737-b500-c79b5aaa1f35", + "0b946ec5-3fba-4cc3-8aa9-05417b672b94", + "2315ded4-2623-4b1b-b599-396b9f6020df", + "45c17060-5647-48e6-9fbb-65da648c7006", + "5cec6c4c-02ba-476b-b5c7-a5de9ee50836", + "7133e1bd-9811-42e0-a221-749c95239df1", + "2726e5fd-0cd1-45b8-900b-1c296e9a794e", + "76d47385-3b32-4995-98f4-484390ddd83a", + "fd7594c7-f0f5-4cbc-8439-0ed79337fb1b", + "1abb9b6b-1b11-4fc9-beeb-3985edc5cf61", + "9df1e92c-bcdf-4b7a-89b4-71659db506f2", + "9af28e06-d399-62fe-e053-2a95a90a93d3", + "c3368489-ccc8-4df6-8dad-bfc23c13533c", + "deedf3aa-2740-4762-b2c9-482226945660", + "4d85f9cd-8b4e-4ce8-b00c-68df93005a8b", + "47dce86f-d184-44cf-8ee3-18dad7f401b8", + "da00c6e4-c279-47ad-9a52-baa069901c99", + "b0ab9ec3-453e-0fe3-e053-2a95a90a25c6", + "9de8ecfb-edd8-4b4d-8d5a-dc591386b691", + "ba98ab42-6904-4258-904b-87aaa3f3e918", + "cd664883-a4cc-4ff4-b388-3e525b0e64b9", + "feaa1f7e-eb69-47c4-9db8-56a2f0850579", + "5bab7d0b-05d8-4781-afd9-8df55c925c9c", + "4a77bfd2-3746-4a3a-9231-ccad0022e3a0", + "d35a615f-d18c-4f30-b8cc-aec79dd614c4", + "56e6ee5e-3598-4c3d-838f-4cf07272e739", + "823cb51b-4978-4df3-b03e-0c1559a78162", + "8160bce6-2494-a47a-62d3-89df98365e50", + "196181dd-ca33-481c-87c0-d662346b7660", + "99202ce8-79bd-42b3-94f2-7ae019f6b6ba", + "48465edd-8f8d-4a14-94f6-b976f68b8326", + "e88dfbd6-6706-470e-9113-545800662b1a", + "94027fba-a071-44ab-89fa-14f2f4a171b9", + "73d87618-dbec-4bba-a563-7606c7439e29", + "0da1ba3c-6638-4d20-840f-8730e965856f", + "a4b86766-3372-492a-9065-2c2dcb9cfcc5", + "57ac28f3-b24c-2a15-cf75-67ba9c000929", + "0c6e00a2-31e8-4e84-928d-80e69a5fc634", + "3919478b-98ab-47b9-b2a6-b91f3d27ebff", + "e1cf10fe-1057-4f51-b1b8-da147b5c84c2", + "be8158f5-6083-41f5-8c30-19869f2be5c0", + "b44d626d-c65a-70bb-e053-2995a90a9ede", + "90cc8c86-2db8-4687-8649-8127834e2c14", + "503a2e18-602b-439b-95fb-31d39d496f7b", + "0ff0f5a5-50f2-4f35-a765-2180dabff9cb", + "e8de4708-5e58-48d0-8ee8-289097cc6f74", + "4e8479ab-ab81-4af3-89b9-1a6f5ad50077", + "1545ffb1-8097-be3f-ed74-fa21ab692ba2", + "b3d11bd8-0ac3-363e-2e46-03fc1366a56a", + "8aad241a-6ca6-4277-a341-d427a86b7c99", + "507046fe-1b9f-4d36-9f5d-43ad9b32f020", + "de7eb606-2ef1-4b26-8b9b-13c8be1b45e7", + "c98dd4ef-cafc-e2b5-b120-41c437884ffa", + "b5885abb-562a-4e2b-8a46-3d9153ec01a8", + "e2370e53-57c3-4a9a-890f-04f8b8922e38", + "5cb1cbf8-23b8-48c7-909b-7a13df985776", + "4576be18-bf7d-41b4-bb82-76269b7c6bd5", + "70bba56b-c10a-4a45-a3b7-bfb779aed597", + "ab1cfe21-2126-41af-b61e-00032495c8d2", + "62ee1647-4687-469c-98f8-67895571c828", + "56c72067-be0d-42cb-a9cd-5d9beaed5144", + "2ace2a7c-3fbb-4a14-8c97-a32ec8c0a1c2", + "d8c791bf-edd3-4500-b2cc-94fac3ee0b58", + "7f3def07-1b1d-4f5c-b09e-b57b5f37ed2d", + "8a491a6b-f59a-5a40-cc2b-0471024e1590", + "5b3c3d40-32c3-47d8-85ad-e3bb5abd2a67", + "c3c3d3a2-cdfd-459c-be95-222601fdc33c", + "d3431cdd-a2ac-4144-a5b7-bb7e9e49408a", + "45b011cf-4dc4-4e90-ba0b-098f3d878bf6", + "a3b8b93d-6725-4c5c-8b80-dcc27e408501", + "33f91b23-c0cc-4790-a3e0-d8f256652196", + "f94a8ed9-a153-4106-a049-1d992642615e", + "375091c7-86fe-00dd-8dd8-7da0c6c42f07", + "94a5c724-ee04-45a5-ad87-c3a5a165a143", + "ade1c8fb-1f39-419b-ac5d-a416dcd0e2a4", + "3f8dd174-2e24-40b6-ae02-41061abe609e", + "575fbaa6-37e0-49ca-8f5e-ebb9e55ad2f4", + "ef059a98-451b-4590-93b4-937b855d6595", + "bfe9e274-24ba-4952-9f23-baffc40055b9", + "c71713eb-0cff-5dbf-e053-2a95a90a716b", + "89b58c9c-8969-494c-aad2-cf6e42d31d0b", + "13af4ef2-608f-a9d0-aa2d-e3198988a6d3", + "af6d30c0-41a9-4e6f-98ef-7e0ef5ffa08b", + "5f1e46d7-1245-d319-62fd-5c033422ae15", + "cf33ee04-e3b6-48bb-b22c-1f1348103f58", + "a329f4f8-e451-46b9-9199-21982ce1671e", + "6d1aaba7-41e3-4c1c-9d9d-29c1dbc6e434", + "e4f4a217-25a7-4f92-bf56-c2b8134e03d0", + "ef9e606e-87b6-4468-92a4-52c0a3c870f5", + "94c08431-971a-d7fd-fdb3-c591f1b0277f", + "fa95ce8c-782a-4aea-9fc6-44f71e96b52d", + "fdcba729-e4d4-45ec-ac7d-64231e07a9df", + "a4d19c66-fbff-4300-aee9-482ba125e564", + "4086f86a-772e-4316-982c-c0febb433a96", + "3dda06d1-dee4-45b6-9032-33bb4d22ab94", + "158d799d-2d4a-40d4-95b0-c5379c84faac", + "518cd8d3-a446-4dee-80c5-ce40cac113f7", + "e5732375-cfb0-431c-b7b8-cacd604efb68", + "9a633bfa-188d-dd42-e053-2995a90ad3aa", + "21cb7078-eccd-43a9-a81a-ce46a69a8e84", + "487374b4-a751-46cc-bc58-6e2dc8589846", + "2d3d4fce-44df-4f83-a348-0eeb0bbed63e" + ], + "spl_set_id": [ + "5ee3cb79-5c0c-456f-b5d5-d5a008bbd118", + "48a44d0c-3502-430b-8b75-188a49d14da2", + "ce5c9fdc-0c50-4315-8f11-e00c9810abd0", + "35a95bec-51b9-465b-aa93-ad26afb87be8", + "92201fb1-4570-42db-8da3-3b8c0e291d32", + "b9561780-e358-b610-e053-2a95a90af020", + "e4562da8-9d94-4417-9f80-c1ffd4247259", + "230e1aca-6644-4e6d-a6e1-9ba04cdcc8a8", + "1729c60d-3475-45cd-b192-f88438403d1a", + "3349ee88-e53b-4586-8d28-20ecf8fcb1a5", + "c618964f-4b16-448e-851b-e6b2a816c660", + "f6b13640-6c71-4c3d-8eb5-c36fca201aee", + "ff2c8446-9d8b-4300-b157-884b48e98bb7", + "11dfbf6c-59bf-4a30-b627-f49ccd31c0d0", + "287ceb12-e4d8-43c7-8cec-c4d23aa8fb12", + "58256e7e-6f1d-40fb-9b58-968c682fb945", + "7535a309-1a67-4f50-911b-7cf570322931", + "8f5f9bbb-48d2-4fb1-81a2-3cbf070ed573", + "925399c7-dcbc-4546-9111-2a98a11ba538", + "f74752a8-a686-4c7d-91ad-8c87c4596a7a", + "fb3b1c3b-d486-4fa6-9ebf-ee1812ed2512", + "491e3710-9a15-4b07-ae22-923bd1152ecc", + "7f00d0ed-4b7e-7011-e053-2a91aa0a2454", + "9a0f2d8a-eaad-403b-90c3-0fd275abe4dc", + "f55cedc7-e0bc-4d30-af52-bfa881f6adde", + "326bf21c-fad4-473e-9e7f-797319d4353a", + "4c6b6230-ad1f-478c-b69e-aef27ecf61e9", + "4d98665d-38db-4c08-8406-cc0e45f7ab7c", + "2aaaf0fd-7f2a-4533-b3ad-f35c6c19cca2", + "35ceccb5-dc3d-4ee1-bdac-35cb52c22f59", + "616d8c9b-5d37-9fb3-e053-2a91aa0ac9a7", + "6919399e-f112-4274-b4de-df0b4c391e63", + "064f048c-eddd-4370-9ee4-706f9f00c8d2", + "2315ded4-2623-4b1b-b599-396b9f6020df", + "3eb70031-6439-44cf-8056-3e2e1e4a7fa9", + "b6c87a6a-253a-4455-9b7d-62f506da592e", + "c9d30986-304a-408a-a48c-eee1ed0bf301", + "db333c49-2c3e-4ade-a202-7d4499205fc4", + "5b88717a-e90c-4e74-ae2a-29270e14a3cc", + "78743f3b-257e-49df-98cd-6cc0e1b4e370", + "3219744c-99c9-4bab-9931-68a5d7e3104d", + "537b9a46-ecc8-4537-9657-c9ff7821dd4b", + "5bfea5f5-898e-4ddb-e053-2a91aa0af2f4", + "cb47354c-297b-4dc2-85af-242acc967b56", + "01bde9ca-0114-426d-8188-c55aefaa0961", + "4bb2866d-15b5-42a2-8cda-c7d41259a4af", + "47dce86f-d184-44cf-8ee3-18dad7f401b8", + "5ceaec04-3ca3-4c7c-9184-51a42686a595", + "a86d52a5-15e2-012d-e053-2a95a90ac912", + "dec6a371-3e80-4b88-9545-8d8171caab6d", + "318ceaa8-cb49-40d0-a568-5c44088af3f6", + "51c3ef34-b7c1-419e-a784-ae82540c7a22", + "5e72b06d-5724-4c1b-8eb7-721cfd3f317b", + "9c22ceb2-2c34-43c3-9a35-2589c9078741", + "504b8282-d93f-454f-9f93-84cb8a9105d7", + "5a09ce48-7139-4fc7-9b6e-439459c8e866", + "66a96497-1b65-4943-b6b9-01ae8bd975ff", + "99fdfeed-6828-4bf6-bb81-cd29a4ec610b", + "b83329ac-a65e-b3af-a3fb-c5a6c740e5e7", + "d54e1097-bd56-4371-8e59-8ceab1a5e824", + "30a893d2-198a-4184-81b4-02399324ff29", + "b1ba65d1-8f68-4bae-bb9d-776bba348346", + "ee853401-b641-4dab-b708-29424c2d0b79", + "2e7d807b-430a-47c1-b246-015567b50ed1", + "33990795-e994-4307-a570-9e8e8b44c473", + "9601ea95-070e-4d10-b9f2-6cdc5cd1f639", + "dcd93796-8904-415d-a379-c4ea590cf544", + "0057cb91-fc5e-8e9d-a926-299405c5c3a8", + "0c6e00a2-31e8-4e84-928d-80e69a5fc634", + "b7972f17-4a63-4d78-a181-01ea6d7d3963", + "c76c4235-92d4-4384-8ddc-ceed0b928c48", + "0f195e96-4acb-48fa-b1f7-d6504601fe27", + "9c856d3a-e38f-4006-a43a-ec1a9fa0f057", + "c6c22be1-659d-4e71-b292-701e27da201b", + "e4a68b0a-a550-4416-8911-1defe014ad89", + "99f76e43-fa34-42a6-8bbb-e55467b852aa", + "0edfa800-fb14-44dd-9c31-de930b864ef9", + "19b5b960-cc4d-42d0-8c8a-04a355a4db92", + "603d2d06-c5e8-4378-a422-8dca1a410af7", + "b7289621-9dc7-fd2b-bbb1-f69dea450f7d", + "f82a8d79-3150-4ad5-af8c-23ffef523019", + "814ceb75-1e79-4beb-b087-ec4ddb23b780", + "8ed57521-e69a-4563-9ce2-4f6d667f065d", + "c5af5f4b-17be-7245-b281-f27c87831242", + "fb089d15-daa4-477a-be83-ecd55c3283d4", + "c9ac950e-0ad7-4c90-a457-1b69c38ee21c", + "d664c45d-564a-4692-ae8f-8dd980ffcd87", + "083841e8-482d-4e5b-90ab-1139b576d691", + "236a9447-23ec-44c7-a241-20f9ddc83ab8", + "36341291-2d76-47e6-9d61-194ba7f9bd5a", + "436c5ea1-c5ee-481f-803d-439f65873b1c", + "516170d4-4913-4577-a2d2-f5c52d1e79c6", + "6d8daf78-1672-4bbf-a022-514bf0a5ac9a", + "f9aab207-d309-49b5-b941-c2912b186583", + "4e849a58-ad34-4d6e-a065-d1e5a1ac8218", + "72fb11b6-b08c-2f02-d82b-f60f52394903", + "8dbe5015-58bf-4283-8de6-bb0604998bb5", + "a6db366e-03bc-4b14-95cc-817a8be11d15", + "fe0bb8c5-9965-46f6-b675-773f2730d9f0", + "015b1c8f-9d5b-4afc-a55c-1a731b5fc72a", + "0769e47f-f8f1-4b1c-a8cc-7c8385c74070", + "0c86131a-473d-4aa2-b853-ce1b1c04d59e", + "419659f9-098a-4a18-8bba-cd45157bfa50", + "4b3b389d-a151-d851-cb05-64eb49979e5e", + "54fd9f84-9c67-4846-b79d-eb9e6720a315", + "73c36634-a70f-4641-910f-6cdda7fbcd36", + "78507fde-256c-42e9-af3f-bb53024e5b10", + "934601b6-fbba-43c4-a8ef-7a7dfe9f9a51", + "ac10cf46-1dcc-483a-83d6-2fcb9896cc19", + "db2d75ea-5924-4b7f-a92d-d4847a010d52", + "e7a9bd1c-9d47-4c2b-9373-b8f2139c5207", + "0cb2949a-baf2-4276-a27b-8f3cc4b9a658", + "38bd8e13-591e-f11b-7d8a-11717c56493c", + "3c34fa4b-be9f-4aa6-ab6b-775b528a8949", + "40a75dc7-49b7-5c9d-6c5f-d4682ec6922e", + "548629d3-8d93-465d-b6ac-2a42bc0baebf", + "85ece978-3cfb-4c09-bf0f-3217fda8e7d4", + "61206416-e0c1-44d7-ad35-feb629361ba9", + "8f2eb5e8-80f2-4c40-a8ad-e1d9c10d0c56", + "ab74d236-7745-4b27-8c7b-f49d5009d8af", + "b377cb0b-14b2-04bb-f276-fd69a257f9ca", + "22b4492d-7afe-410f-97bf-57e4a57b1c27", + "43ea758b-6cea-44a2-b4d6-8f99211c8826", + "a1b1c61b-d4fe-433d-ad31-0b11758976fa", + "2f2b26fe-dbc2-4185-8a27-6b166dd49ba2", + "344b5548-e5c0-45bf-bc3f-73af50bd5913", + "1b4e75bf-0dcb-4fec-aca4-fc0132a79f5c", + "6361a492-782f-4608-a20f-1bd86afbd864", + "68a24c01-f3b7-4302-a71a-12dfe2d03d98", + "7dcb6acb-6135-43d9-e053-2a91aa0ad419", + "a5ec923a-dbc7-43e0-b3b8-f61dcaa6765d", + "b2dd3c63-3875-4a9b-9b78-b5b3eba2aa1a", + "fde12bf8-3e3b-4813-a8c4-4385e7de8204" + ], + "package_ndc": [ + "46122-281-04", + "46122-281-74", + "63981-915-55", + "57483-740-01", + "57483-740-42", + "51660-029-44", + "51660-029-14", + "51660-029-27", + "62175-114-32", + "62175-114-37", + "62175-114-46", + "62175-114-49", + "62175-118-32", + "62175-118-37", + "62175-118-43", + "62175-118-46", + "62175-118-49", + "62175-136-32", + "62175-136-37", + "62175-136-43", + "62175-136-46", + "62175-136-49", + "0363-1008-05", + "0363-1008-61", + "0363-1008-62", + "0781-2785-31", + "0781-2785-01", + "0781-2785-10", + "0781-2790-10", + "0781-2790-01", + "0781-2790-92", + "0781-2790-31", + "70000-0521-1", + "70000-0521-3", + "70000-0521-4", + "70000-0521-2", + "68391-103-55", + "69842-941-05", + "69842-941-61", + "69842-941-62", + "69842-941-01", + "69842-941-03", + "72036-981-14", + "72036-981-42", + "69618-054-42", + "53943-016-05", + "53943-016-62", + "0113-0915-74", + "0113-0915-30", + "0113-0915-55", + "0113-0915-01", + "0113-0915-03", + "58602-850-05", + "58602-850-62", + "68196-303-55", + "57483-840-01", + "57483-840-42", + "79481-0061-1", + "79481-0061-3", + "41250-915-74", + "41250-915-30", + "41250-915-55", + "41250-915-01", + "41250-915-02", + "41250-915-03", + "68391-915-55", + "59779-503-30", + "59779-503-55", + "59779-503-74", + "59779-503-02", + "59779-503-01", + "59779-503-03", + "37808-401-03", + "37808-401-01", + "55315-996-74", + "55315-996-04", + "49035-915-30", + "49035-915-55", + "49035-915-74", + "49035-915-01", + "49035-915-03", + "30142-992-14", + "30142-992-28", + "55910-915-30", + "55910-915-74", + "55910-915-02", + "55910-915-01", + "55910-915-03", + "51660-061-44", + "51660-061-27", + "51660-061-14", + "36800-915-74", + "36800-915-30", + "36800-915-55", + "36800-915-03", + "36800-915-01", + "65841-759-06", + "65841-759-16", + "65841-759-01", + "65841-759-05", + "65841-759-10", + "65841-760-06", + "65841-760-16", + "65841-760-01", + "65841-760-05", + "65841-760-10", + "65841-761-06", + "65841-761-16", + "65841-761-01", + "65841-761-05", + "65841-761-10", + "80136-852-03", + "68016-759-14", + "68016-759-28", + "68016-759-42", + "11822-1040-1", + "11822-1040-2", + "0363-1819-55", + "0363-1819-74", + "55319-251-74", + "58602-826-05", + "58602-826-61", + "58602-826-62", + "41163-915-74", + "41163-915-30", + "41163-915-55", + "41163-915-01", + "59726-297-14", + "59726-297-28", + "59726-297-42", + "59726-737-14", + "59726-737-28", + "59726-737-42", + "0113-1723-03", + "0113-1723-01", + "41520-939-74", + "41520-939-55", + "41163-634-74", + "0113-7520-55", + "0113-7520-74", + "0363-9980-42", + "0363-9980-28", + "0363-9980-14", + "69618-047-14", + "69618-047-42", + "45802-888-55", + "45802-888-30", + "69842-791-55", + "69842-791-74", + "11822-0915-2", + "11822-0915-1", + "11822-0915-3", + "11822-0915-5", + "11822-0915-4", + "11822-0915-6", + "46122-686-74", + "46122-686-03", + "37808-915-55", + "37808-915-30", + "37808-915-74", + "37808-915-01", + "37808-915-03", + "68001-441-55", + "68001-441-98", + "68001-441-39", + "68001-441-40", + "69256-915-55", + "69256-915-74", + "69256-915-30", + "69256-915-01", + "69256-915-02", + "37012-711-55", + "37012-711-74", + "62756-377-21", + "62756-377-11", + "62756-377-12", + "62756-377-70", + "62756-377-96", + "62756-377-79", + "50594-011-74", + "50594-011-03", + "68382-411-06", + "68382-411-16", + "68382-411-01", + "68382-411-05", + "68382-411-10", + "68382-412-06", + "68382-412-16", + "68382-412-01", + "68382-412-05", + "68382-412-10", + "68382-500-06", + "68382-500-16", + "68382-500-01", + "68382-500-05", + "68382-500-10", + "49035-119-01", + "49035-119-03", + "0781-2234-10", + "0781-2234-01", + "0781-2234-31", + "55319-191-74", + "55910-713-74", + "55910-713-30", + "55910-713-55", + "60505-0145-0", + "60505-0145-2", + "60505-0145-1", + "60505-0145-3", + "60505-0145-7", + "60505-0065-0", + "60505-0065-2", + "60505-0065-5", + "60505-0065-1", + "60505-0065-8", + "60505-0065-3", + "60505-0065-7", + "60505-3952-3", + "60505-3952-8", + "60505-0146-0", + "60505-0146-9", + "60505-0146-2", + "60505-0146-1", + "41250-349-74", + "41250-349-55", + "0363-0915-30", + "0363-0915-55", + "0363-0915-74", + "0363-0915-01", + "0363-0915-03", + "11822-0061-1", + "11822-0061-4", + "11822-0453-1", + "11822-0453-2", + "63940-242-55", + "63940-242-01", + "0536-1322-88", + "0536-1322-71", + "0536-1322-13", + "0904-5834-42", + "0904-5834-41", + "0904-5834-71", + "0904-5834-94", + "0113-0520-55", + "0113-0520-74", + "63868-471-42", + "63868-471-14", + "31722-527-30", + "31722-527-01", + "31722-528-30", + "31722-528-01", + "0363-0007-03", + "0363-0007-01", + "21130-128-55", + "21130-128-74", + "55319-915-74", + "55319-915-30", + "69230-318-31", + "69230-318-35", + "69230-318-36", + "69230-318-37", + "69230-318-14", + "69230-318-32", + "69230-318-33", + "69230-318-34", + "69230-318-05", + "69230-318-10", + "68462-395-30", + "68462-395-90", + "68462-395-01", + "68462-395-10", + "68462-396-30", + "68462-396-90", + "68462-396-01", + "68462-396-10", + "68462-397-30", + "68462-397-90", + "68462-397-01", + "68462-397-10", + "56062-915-55", + "56062-915-74", + "56062-915-30", + "46994-915-74", + "68196-915-55", + "68196-915-74", + "68196-915-03", + "68196-915-01", + "59779-580-01", + "59779-580-03", + "55111-643-30", + "55111-643-01", + "55111-643-05", + "55111-643-79", + "55111-643-78", + "55111-644-30", + "55111-644-01", + "55111-644-05", + "55111-644-10", + "55111-644-77", + "55111-645-30", + "55111-645-34", + "55111-645-01", + "55111-645-05", + "55111-645-79", + "55111-645-78", + "71713-201-01", + "71713-201-03", + "62011-0157-2", + "62011-0157-1", + "62011-0157-3", + "64024-915-74", + "36800-121-01", + "36800-121-03", + "16714-714-01", + "16714-715-01", + "16714-715-02", + "16714-715-03", + "37835-001-14", + "37835-001-42", + "37012-915-30", + "37012-915-55", + "37012-915-74", + "37012-915-03", + "11673-018-03", + "11673-018-01", + "30142-394-74", + "30142-394-55", + "30142-593-03", + "30142-593-01", + "16714-746-01", + "16714-747-01", + "16714-747-02", + "16714-747-03", + "16714-748-01", + "16714-748-02", + "16714-748-04", + "36800-601-74", + "36800-601-55", + "0781-2859-10", + "0781-2859-01", + "0781-2859-92", + "0781-2859-31", + "0781-2868-10", + "0781-2868-01", + "0781-2868-92", + "0781-2868-31", + "55319-037-05", + "55319-037-62", + "46122-029-74", + "46122-029-03", + "46122-029-04", + "46122-029-99", + "41250-401-03", + "41250-401-01", + "55111-157-30", + "55111-157-01", + "55111-157-10", + "55111-157-79", + "55111-157-78", + "55111-158-30", + "55111-158-34", + "55111-158-01", + "55111-158-10", + "55111-158-79", + "55111-158-78", + "55111-159-30", + "55111-159-01", + "55111-159-05", + "55111-159-79", + "55111-159-78", + "49035-392-55", + "51991-642-33", + "51991-642-90", + "51991-642-01", + "51991-642-10", + "51991-643-33", + "51991-643-90", + "51991-643-01", + "51991-643-10", + "51991-644-33", + "51991-644-90", + "51991-644-01", + "51991-644-05", + "49348-846-46", + "49348-846-78", + "49348-846-61", + "49348-846-55", + "30142-557-55", + "30142-557-30", + "30142-557-74", + "30142-557-01", + "30142-557-02", + "30142-557-03", + "51316-061-28", + "62011-0373-1", + "62011-0373-2", + "37835-189-14", + "37835-189-42", + "43598-286-52", + "43598-286-27", + "43598-286-33", + "43598-286-74", + "43598-286-25", + "43598-286-37", + "43598-286-70", + "43598-286-32", + "46122-616-04", + "72288-401-03", + "72288-401-01", + "0113-7915-55", + "0113-7915-01", + "0113-7915-30", + "59651-001-30", + "59651-001-01", + "59651-001-99", + "59651-001-10", + "59651-001-03", + "59651-001-78", + "59651-002-30", + "59651-002-90", + "59651-002-01", + "59651-002-05", + "59651-002-99", + "59651-002-10", + "59651-002-03", + "59651-002-78", + "59651-003-30", + "59651-003-90", + "59651-003-01", + "59651-003-05", + "59651-003-99", + "59651-003-10", + "59651-003-03", + "59651-003-78", + "11673-948-14", + "11673-948-42", + "41520-915-74", + "41520-915-30", + "41520-915-55", + "41520-915-03", + "72559-010-06", + "67091-316-14", + "70700-149-30", + "70700-149-05", + "70700-149-01", + "70700-150-10", + "70700-150-30", + "70700-150-01", + "55910-215-01", + "55910-215-02", + "55910-215-03", + "16714-123-01", + "16714-123-02", + "16714-123-03", + "72288-915-01", + "72288-915-30", + "72288-915-03", + "72288-915-55", + "21130-401-01", + "21130-401-03", + "10202-722-05", + "11673-212-74", + "11673-212-55", + "0113-7401-03", + "0113-7401-01", + "43598-841-52", + "43598-841-42", + "55301-915-74", + "55301-915-55", + "63941-006-05", + "63941-006-62", + "57237-160-30", + "57237-160-01", + "57237-161-30", + "57237-161-90", + "57237-161-01", + "57237-161-99", + "57237-161-50", + "57237-162-30", + "57237-162-90", + "57237-162-01", + "57237-162-50", + "57237-162-10", + "11673-915-55", + "11673-915-30", + "11673-915-01", + "11673-915-02", + "11673-915-03", + "11673-915-74", + "37808-354-74", + "37808-354-55", + "49035-983-05", + "49035-983-62", + "21130-137-55", + "21130-137-30", + "21130-137-74", + "37012-401-03", + "37012-401-01", + "57896-960-14", + "57896-960-42", + "41520-802-03", + "70000-0381-2", + "70000-0381-1", + "58602-729-05", + "58602-729-61", + "58602-729-62", + "58602-729-64", + "58602-729-65", + "58602-729-01", + "58602-729-02", + "58602-729-03" + ], + "nui": [ + "N0000175525", + "N0000000147", + "N0000182140" + ], + "pharm_class_epc": [ + "Proton Pump Inhibitor [EPC]" + ], + "pharm_class_moa": [ + "Proton Pump Inhibitors [MoA]", + "Cytochrome P450 2C19 Inhibitors [MoA]" + ], + "unii": [ + "KG60484QX9", + "426QFE7XLK" + ] + } + } + ] + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "GLAXOSMITHKLINE", + "duplicatenumb": "BR-GLAXOSMITHKLINE-A1062190A" + }, + "receiptdate": "20140422", + "seriousnesslifethreatening": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "seriousnessdeath": "1", + "companynumb": "BR-GLAXOSMITHKLINE-A1062190A", + "occurcountry": "BR", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "seriousnesshospitalization": "1", + "transmissiondate": "20141212", + "primarysourcecountry": "BR" + }, + { + "reporttype": "1", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "1", + "safetyreportid": "10003319", + "patient": { + "patientonsetage": "46", + "patientonsetageunit": "801", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Cholecystectomy", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Nephrolithiasis", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Biliary tract disorder", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Malaise", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "BENLYSTA", + "drugauthorizationnumb": "125370", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "802", + "drugdosageform": "POWDER FOR INFUSION", + "drugadministrationroute": "042", + "drugindication": "SYSTEMIC LUPUS ERYTHEMATOSUS", + "drugstartdateformat": "610", + "drugstartdate": "201209", + "actiondrug": "4", + "openfda": { + "application_number": [ + "BLA761043", + "BLA125370" + ], + "brand_name": [ + "BENLYSTA" + ], + "generic_name": [ + "BELIMUMAB" + ], + "manufacturer_name": [ + "GlaxoSmithKline LLC" + ], + "product_ndc": [ + "49401-088", + "49401-102", + "49401-101" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "SUBCUTANEOUS", + "INTRAVENOUS" + ], + "substance_name": [ + "BELIMUMAB" + ], + "rxcui": [ + "1656395", + "1656398", + "1656400", + "1656402", + "1939296", + "1939299", + "1939346", + "1939348" + ], + "spl_id": [ + "db2818d6-53c6-4c6e-811b-a36334322e0d" + ], + "spl_set_id": [ + "2fa3c528-1777-4628-8a55-a69dae2381a3" + ], + "package_ndc": [ + "49401-102-01", + "49401-101-01", + "49401-088-42", + "49401-088-47", + "49401-088-50", + "49401-088-01", + "49401-088-35", + "49401-088-02", + "49401-088-61" + ], + "nui": [ + "N0000182156", + "N0000182637", + "N0000182636" + ], + "pharm_class_pe": [ + "Decreased B Lymphocyte Activation [PE]" + ], + "pharm_class_epc": [ + "B Lymphocyte Stimulator-specific Inhibitor [EPC]" + ], + "pharm_class_moa": [ + "B Lymphocyte Stimulator-directed Antibody Interactions [MoA]" + ], + "unii": [ + "73B0K5S26A" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "PLAQUENIL", + "openfda": { + "application_number": [ + "NDA009768" + ], + "brand_name": [ + "PLAQUENIL" + ], + "generic_name": [ + "HYDROXYCHLOROQUINE SULFATE" + ], + "manufacturer_name": [ + "Concordia Pharmaceuticals Inc." + ], + "product_ndc": [ + "59212-562" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "HYDROXYCHLOROQUINE SULFATE" + ], + "rxcui": [ + "979092", + "979094" + ], + "spl_id": [ + "55139306-2920-44f8-a9cc-882c3ce828d0" + ], + "spl_set_id": [ + "34496b43-05a2-45fb-a769-52b12e099341" + ], + "package_ndc": [ + "59212-562-10", + "59212-562-60", + "59212-562-11" + ], + "unii": [ + "8Q2869CNVH" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "FOLTX" + }, + { + "drugcharacterization": "2", + "medicinalproduct": "CYMBALTA", + "openfda": { + "application_number": [ + "NDA021427" + ], + "brand_name": [ + "CYMBALTA" + ], + "generic_name": [ + "DULOXETINE HYDROCHLORIDE" + ], + "manufacturer_name": [ + "Eli Lilly and Company" + ], + "product_ndc": [ + "0002-3235", + "0002-3240", + "0002-3270" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "DULOXETINE HYDROCHLORIDE" + ], + "rxcui": [ + "596926", + "596928", + "596930", + "596932", + "596934", + "615186" + ], + "spl_id": [ + "b742d0a5-e67d-49ed-ba95-afe068f1d228" + ], + "spl_set_id": [ + "2f7d4d67-10c1-4bf4-a7f2-c185fbad64ba" + ], + "package_ndc": [ + "0002-3235-60", + "0002-3240-30", + "0002-3240-90", + "0002-3270-30", + "0002-3270-04" + ], + "unii": [ + "9044SC542W" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "XANAX", + "openfda": { + "application_number": [ + "NDA021434", + "NDA018276" + ], + "brand_name": [ + "XANAX XR", + "XANAX" + ], + "generic_name": [ + "ALPRAZOLAM" + ], + "manufacturer_name": [ + "Pharmacia & Upjohn Company LLC" + ], + "product_ndc": [ + "0009-0057", + "0009-0059", + "0009-0066", + "0009-0068", + "0009-0029", + "0009-0055", + "0009-0090", + "0009-0094" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "ALPRAZOLAM" + ], + "rxcui": [ + "433798", + "433799", + "433800", + "433801", + "687022", + "687023", + "687024", + "687025", + "141927", + "141928", + "197321", + "197322", + "214003", + "214004", + "308047", + "308048" + ], + "spl_id": [ + "d5218653-0bfe-44de-9449-79ffce3c1cb1", + "7e363e5f-5652-47f7-8355-8dc85fcc0f11" + ], + "spl_set_id": [ + "aa58fff3-c297-49be-838b-599c32ad9835", + "388e249d-b9b6-44c3-9f8f-880eced0239f" + ], + "package_ndc": [ + "0009-0057-07", + "0009-0059-07", + "0009-0066-07", + "0009-0068-07", + "0009-0029-01", + "0009-0029-46", + "0009-0029-02", + "0009-0029-14", + "0009-0055-01", + "0009-0055-46", + "0009-0055-03", + "0009-0055-15", + "0009-0090-01", + "0009-0090-04", + "0009-0090-13", + "0009-0094-01", + "0009-0094-03" + ], + "nui": [ + "N0000175694", + "M0002356" + ], + "pharm_class_epc": [ + "Benzodiazepine [EPC]" + ], + "pharm_class_cs": [ + "Benzodiazepines [CS]" + ], + "unii": [ + "YU55MQ3IZY" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "PERCOCET", + "openfda": { + "application_number": [ + "ANDA040330" + ], + "brand_name": [ + "PERCOCET" + ], + "generic_name": [ + "OXYCODONE HYDROCHLORIDE AND ACETAMINOPHEN" + ], + "manufacturer_name": [ + "Endo Pharmaceuticals Inc." + ], + "product_ndc": [ + "63481-623", + "63481-627", + "63481-628", + "63481-629" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "OXYCODONE HYDROCHLORIDE", + "ACETAMINOPHEN" + ], + "rxcui": [ + "1049214", + "1049221", + "1049225", + "1049625", + "1049635", + "1049637", + "1049640", + "1049642" + ], + "spl_id": [ + "8a04ce2f-d576-469f-91bc-5ed75e27e47e" + ], + "spl_set_id": [ + "4dd36cf5-8f73-404a-8b1d-3bd53bd90c25" + ], + "package_ndc": [ + "63481-627-70", + "63481-623-70", + "63481-623-85", + "63481-628-70", + "63481-629-70" + ], + "unii": [ + "C1ENJ2TE6C", + "362O9ITL9D" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "NEXIUM", + "openfda": { + "application_number": [ + "NDA022101", + "NDA021957", + "NDA021153", + "NDA021689" + ], + "brand_name": [ + "NEXIUM", + "NEXIUM I.V." + ], + "generic_name": [ + "ESOMEPRAZOLE MAGNESIUM", + "ESOMEPRAZOLE SODIUM" + ], + "manufacturer_name": [ + "AstraZeneca Pharmaceuticals LP" + ], + "product_ndc": [ + "0186-4010", + "0186-5020", + "0186-4020", + "0186-4040", + "0186-5040", + "0186-4025", + "0186-4050", + "0186-6040" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL", + "INTRAVENOUS" + ], + "substance_name": [ + "ESOMEPRAZOLE MAGNESIUM", + "ESOMEPRAZOLE SODIUM" + ], + "rxcui": [ + "606726", + "606728", + "606730", + "606731", + "692576", + "692578", + "861568", + "861570", + "861576", + "861583", + "1297658", + "1297660", + "1297761", + "1297763", + "486501", + "603536" + ], + "spl_id": [ + "3797ceb7-550b-4e9a-8314-8e1e4995360b", + "ac4ba22b-f431-4ab4-b239-0e220ad804dd" + ], + "spl_set_id": [ + "f4853677-1622-4037-688b-fdf533a11d96", + "c325bbfc-46f3-471e-7bbc-ed0d6965d13b" + ], + "package_ndc": [ + "0186-5020-31", + "0186-5020-54", + "0186-5020-82", + "0186-4010-01", + "0186-4010-02", + "0186-4020-01", + "0186-4040-01", + "0186-4040-02", + "0186-5040-31", + "0186-5040-35", + "0186-5040-55", + "0186-5040-85", + "0186-5040-54", + "0186-5040-82", + "0186-5040-05", + "0186-4025-01", + "0186-4025-02", + "0186-4050-01", + "0186-6040-01" + ], + "unii": [ + "R6DXU4WAY9", + "L2C9GWQ43H" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "SUMATRIPTAN", + "openfda": { + "application_number": [ + "NDA020626", + "NDA020080", + "ANDA200183", + "ANDA213465", + "ANDA202758", + "NDA020132", + "ANDA208967", + "NDA208223", + "ANDA078327", + "ANDA214209", + "ANDA078284", + "ANDA078319", + "NDA210884", + "ANDA204841" + ], + "brand_name": [ + "SUMATRIPTAN", + "IMITREX", + "ZEMBRACE SYMTOUCH", + "TOSYMRA" + ], + "generic_name": [ + "SUMATRIPTAN", + "SUMATRIPTAN SUCCINATE" + ], + "manufacturer_name": [ + "Sandoz Inc", + "GlaxoSmithKline LLC", + "West-Ward Pharmaceuticals Corp", + "Prasco Laboratories", + "Perrigo New York Inc", + "AuroMedics Pharma LLC", + "Florida Pharmaceutical Products, LLC.", + "Promius Pharma, LLC", + "Aurobindo Pharma Limited", + "Cipla USA Inc.", + "Northstar Rx LLC", + "Teva Pharmaceuticals USA Inc", + "Promius Pharma, LLC.", + "NorthStar Rx LLC", + "OrchidPharma Inc", + "Lannett Company, Inc." + ], + "product_ndc": [ + "0781-6523", + "0781-6524", + "0173-0449", + "0173-0739", + "0173-0479", + "0173-0478", + "0143-9638", + "66993-083", + "66993-084", + "45802-598", + "45802-619", + "55150-173", + "0173-0735", + "0173-0736", + "0173-0737", + "71921-170", + "67857-809", + "65862-146", + "65862-147", + "65862-148", + "69097-644", + "66993-081", + "66993-082", + "16714-531", + "16714-532", + "16714-533", + "0093-2013", + "0093-2014", + "0173-0523", + "0173-0524", + "67857-812", + "16714-796", + "16714-797", + "16714-798", + "42043-220", + "42043-221", + "42043-222", + "0527-1818", + "0527-1859" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "NASAL", + "SUBCUTANEOUS", + "ORAL" + ], + "substance_name": [ + "SUMATRIPTAN", + "SUMATRIPTAN SUCCINATE" + ], + "rxcui": [ + "313159", + "314227", + "208452", + "313165", + "758523", + "860088", + "1657160", + "1657173", + "208450", + "209169", + "284460", + "313160", + "313161", + "315223", + "1738576", + "1738581", + "1657151", + "1793916", + "582328", + "582330", + "401978", + "2178073" + ], + "spl_id": [ + "f9989be0-513c-4c19-a4cf-4069531895ed", + "09b593bc-1a39-4a59-83da-ff02b99aabc3", + "798734b5-6b3f-43d6-9086-2fb9dee9eda1", + "6e0479a5-3d1c-45fe-a063-7061db8df990", + "d3fef5cc-5fe9-4b31-9977-1211e0a182bd", + "d8a62b3a-92dc-46bc-9196-44e8cdfcb619", + "38f8e92e-6b77-4c8d-9069-09973b45be2c", + "0ee89d8c-b66c-4345-b18e-3c85d52d7983", + "a088ad3f-6c10-4b2c-afc4-654f9a9f4c67", + "30c45ab6-7687-a85b-9f68-55198481dbad", + "9eefed21-b684-48be-8ad5-dc46163df0d5", + "03eac73c-4dcc-4cc5-b0b1-28820f24f390", + "fcd80ec4-ad17-4eca-b700-c361472dda31", + "c432e027-e5f4-4d03-a4b8-a82a8f36857c", + "ef4e3a13-1da2-4192-afda-fb72bb2409de", + "8a096897-7981-4c18-9835-5d59f1e89e31", + "cb524718-e675-acbc-5250-09a04d10c214", + "8de07b10-4f14-4cfc-a527-510aa81a1e7e", + "4ae8d7b0-40ce-49bf-9e8d-96db1e014c82", + "0548a11e-c841-479c-affc-73e8a724b98a" + ], + "spl_set_id": [ + "6c95caa4-812e-4e47-bcfc-c641c00db3f7", + "fee7d073-0b99-48f2-7985-0d8cf970894b", + "2b417f8c-9e5b-45a1-b8af-183818258df9", + "19d3c342-19fe-4f71-99cd-57dcdab03cf7", + "6d521807-e5ce-498d-a224-5534c5ea61fa", + "9b1bb8c9-be3a-47c3-b3bc-9c983cde7d23", + "584abe73-8290-4484-ff8e-5890831c095e", + "267dadc1-6960-4d8b-88ef-86be9c5f7159", + "c009976a-4e29-4aeb-9e55-a88766ebb1fb", + "d565763d-b740-411d-bbb4-13536017d634", + "b2503fff-c978-4efa-b1b4-d7740b6b26f2", + "559cca31-c0d2-45bf-999d-e92fc49a4a89", + "f63e616b-ae0c-432b-badc-8c45023aa725", + "c4b40689-96e9-4140-a9f9-0c73d4c1d825", + "efdeaab6-e8a0-4858-8bc4-4f4a6b55730d", + "cc11b09d-e6cc-4cf8-1495-5ac64d5aae5f", + "7260d567-3824-230d-836d-8065302baaec", + "84bfc4ba-4172-4adb-b963-4e0eb438c07a", + "2cc53543-df78-4dc7-95ef-7abb873cf185", + "64efe12a-cc43-47e6-b3dc-21dab6ddae06" + ], + "package_ndc": [ + "0781-6524-06", + "0781-6524-86", + "0781-6523-06", + "0781-6523-86", + "0173-0739-00", + "0173-0739-02", + "0173-0479-00", + "0173-0478-00", + "0173-0449-02", + "0143-9638-01", + "0143-9638-05", + "0143-9638-25", + "66993-083-98", + "66993-083-79", + "66993-084-98", + "66993-084-79", + "45802-598-00", + "45802-598-06", + "45802-619-00", + "45802-619-06", + "55150-173-05", + "0173-0735-00", + "0173-0736-01", + "0173-0737-01", + "71921-170-61", + "55150-173-01", + "67857-809-37", + "67857-809-38", + "65862-146-36", + "65862-147-36", + "65862-148-36", + "69097-644-48", + "66993-081-69", + "66993-082-69", + "16714-531-10", + "16714-531-11", + "16714-532-10", + "16714-532-11", + "16714-533-10", + "16714-533-11", + "0093-2013-34", + "0093-2013-12", + "0093-2014-34", + "0093-2014-12", + "0173-0524-00", + "0173-0523-00", + "67857-812-62", + "67857-812-61", + "16714-796-01", + "16714-797-01", + "16714-798-01", + "42043-220-00", + "42043-220-09", + "42043-221-00", + "42043-221-09", + "42043-222-00", + "42043-222-09", + "0527-1818-43", + "0527-1859-43" + ], + "nui": [ + "N0000175763", + "N0000175764", + "N0000175765" + ], + "pharm_class_moa": [ + "Serotonin 1b Receptor Agonists [MoA]", + "Serotonin 1d Receptor Agonists [MoA]" + ], + "pharm_class_epc": [ + "Serotonin-1b and Serotonin-1d Receptor Agonist [EPC]" + ], + "unii": [ + "8R78F6L9VO", + "J8BDZ68989" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "METHOTREXATE", + "openfda": { + "application_number": [ + "NDA011719", + "ANDA040385", + "ANDA040263", + "ANDA040632", + "ANDA201530", + "ANDA201749", + "ANDA081235", + "ANDA040843", + "NDA205776", + "ANDA210454", + "NDA208400", + "ANDA040266", + "NDA210737", + "ANDA207812", + "ANDA081099", + "ANDA040716", + "ANDA210040", + "ANDA089343", + "ANDA089342", + "ANDA089341", + "ANDA089340", + "ANDA213343", + "NDA204824" + ], + "brand_name": [ + "METHOTREXATE", + "TREXALL", + "RASUVO", + "XATMEP", + "REDITREX", + "OTREXUP" + ], + "generic_name": [ + "METHOTREXATE", + "METHOTREXATE SODIUM" + ], + "manufacturer_name": [ + "Hospira, Inc.", + "Teva Women's Health, Inc.", + "Fresenius Kabi USA, LLC", + "Hikma Pharmaceuticals USA Inc.", + "Mylan Institutional LLC", + "Sun Pharmaceutical Industries, Inc.", + "Mylan Pharmaceuticals Inc.", + "Teva Parenteral Medicines, Inc.", + "Medexus Pharma Inc.", + "Aurobindo Pharma Limited", + "Azurity Pharmaceuticals, Inc.", + "Cumberland Pharmaceuticals Inc.", + "Zydus Pharmaceuticals (USA) Inc.", + "Teva Pharmaceuticals USA, Inc.", + "Accord Healthcare, Inc.", + "Amneal Pharmaceuticals NY LLC", + "Cadila Healthcare Limited", + "Accord Healthcare Inc.", + "Antares Pharma, Inc." + ], + "product_ndc": [ + "61703-350", + "61703-408", + "51285-366", + "51285-367", + "51285-368", + "51285-369", + "63323-123", + "0143-9830", + "67457-480", + "67457-467", + "67457-486", + "67457-485", + "67457-466", + "47335-235", + "0378-0014", + "0703-3678", + "0143-9367", + "59137-505", + "59137-510", + "59137-515", + "59137-520", + "59137-525", + "59137-530", + "59137-535", + "59137-540", + "59137-550", + "59651-182", + "52652-2001", + "63323-122", + "0703-3671", + "0703-3675", + "66220-807", + "66220-810", + "66220-812", + "66220-815", + "66220-817", + "66220-820", + "66220-822", + "66220-825", + "68382-775", + "0555-0572", + "16729-277", + "69238-1423", + "0143-9516", + "0143-9519", + "0143-9518", + "0143-9517", + "70771-1058", + "16729-486", + "54436-010", + "54436-075", + "54436-012", + "54436-015", + "54436-017", + "54436-020", + "54436-022", + "54436-025" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "INTRA-ARTERIAL", + "INTRAMUSCULAR", + "INTRAVENOUS", + "INTRATHECAL", + "ORAL", + "SUBCUTANEOUS" + ], + "substance_name": [ + "METHOTREXATE SODIUM", + "METHOTREXATE" + ], + "rxcui": [ + "1655956", + "1946772", + "105586", + "283510", + "283511", + "283671", + "284592", + "284593", + "284594", + "284595", + "311625", + "1655959", + "1655960", + "1655967", + "1655968", + "105585", + "1441416", + "1544378", + "1544383", + "1544385", + "1544386", + "1544387", + "1544388", + "1544389", + "1544390", + "1544394", + "1544395", + "1544396", + "1544397", + "1544398", + "1544401", + "1544402", + "1544403", + "1544404", + "1921592", + "1921598", + "2377333", + "2377338", + "2377341", + "2377342", + "2377343", + "2377344", + "2377345", + "2377346", + "2377347", + "2377348", + "2377349", + "2377350", + "2377351", + "2377352", + "2377353", + "2377354", + "1441402", + "1441407", + "1441411", + "1441413", + "1441418", + "1441422", + "1441424", + "1594757", + "1594759", + "1747179", + "1747181", + "1747185", + "1747187", + "1747192", + "1747194" + ], + "spl_id": [ + "e073b256-2c79-4b23-b1a5-dde85ef74058", + "0c1d5f83-0fca-4986-9e06-127b1319c980", + "7daabcf8-7662-4e15-ab82-e6be84de3f21", + "880c2caa-1b11-45ce-a54e-a3733da367f0", + "d5f54d14-8ce7-4301-8f5d-2cb40af79a8a", + "6c8884a0-d167-48a8-a890-7bf72054d72b", + "9d56b4c6-176b-473d-8d12-d16a541638a8", + "fb5b8e77-2155-49ad-b541-f8eda7023999", + "9d7fac1f-faf6-46dc-9f29-ae1710574cfc", + "f8fa3869-95ff-42a2-9658-8641a30e9eec", + "6493ca6b-d3f7-419c-91b8-87eb185f77c9", + "ce7eea99-c2b2-41c8-b577-3e7f3a29b739", + "ac10e044-7790-4317-9308-05d805cba9ee", + "10ac151e-e0da-4686-b2a1-c706982e777a", + "dd7ab027-95c9-41a0-8a5c-9e9c75cf3ddb", + "27143f5b-2401-425a-b0b9-98200d947a35", + "4b6213e6-fa3c-4aff-bd85-46d17afa569d", + "f3757d95-0086-4b8a-a349-827d1cb71ba0", + "c3ee702b-be0d-f3ca-e053-2995a90aec02", + "a5fb00a1-dcca-4b58-b2b1-7007f251bcc3", + "67275ae9-e6c5-4f90-9d5f-f288ae3fcde3", + "9be3f6a3-b6d7-4b38-af11-4844c1ec9cf1", + "c1a47d71-5fb2-6df3-e053-2995a90abccd", + "a1327108-d38b-4f67-8820-757b4b15c444" + ], + "spl_set_id": [ + "0d63ba29-b692-41b4-87e8-351265c8273f", + "0e30eaef-5a09-4104-8a11-c32933eadeab", + "e942f8db-510f-44d6-acb5-b822196f5e8c", + "b585f621-f6c9-4735-ab61-bd1b401f3df0", + "b080eb92-fc72-4ce6-a7ab-3f9ce2415526", + "ade151b9-b433-47dc-90f5-f6463f70c2fd", + "8f1260de-b60c-4f0e-8af6-0e957b0a281b", + "70c09984-2b36-424f-8b27-3fd0cd4e833d", + "223fde57-7b13-4fd7-90e2-f74fc0846431", + "8593f7fc-eabe-44ae-bb05-b3d7d408e4f7", + "d0075461-0e7e-4967-9c9b-d6440e912c0e", + "09931d44-a3f8-49dc-a3f2-b527ee4214bf", + "aec9984e-34c5-481b-b6bf-9bb5caf1daf8", + "ec476b11-0b3c-4139-b1eb-a3daa76bc271", + "346ec9ce-dc98-4a55-b55e-d3af11f2d703", + "797482d7-c4c0-4245-8566-59d664b0850b", + "948e0bab-6524-4b87-9853-1799d4415558", + "9b34b1d8-d125-41a2-9f6f-3fab67b573bd", + "dd035a9f-cd40-4314-b9d8-2294b8a924e2", + "dd39255b-81d1-4c08-aecf-acc4f2cdc04a", + "3989d30d-56e5-4e8d-9379-c30fecc894f2", + "59ea7b32-2b6d-4197-92c3-015936f04ebe", + "874c7f43-a3be-4236-89cc-24c44e3c5813", + "9ab8ce16-f7de-41d4-a4c8-1c742621b6d5" + ], + "package_ndc": [ + "61703-350-37", + "61703-350-38", + "61703-408-41", + "61703-350-09", + "61703-350-10", + "61703-408-25", + "51285-366-01", + "51285-367-01", + "51285-368-01", + "51285-369-01", + "63323-123-10", + "0143-9830-01", + "67457-467-21", + "67457-467-99", + "67457-486-04", + "67457-486-99", + "67457-485-08", + "67457-485-99", + "67457-466-10", + "67457-480-40", + "47335-235-96", + "47335-235-83", + "0378-0014-01", + "0703-3678-81", + "0143-9367-01", + "59137-505-00", + "59137-505-01", + "59137-505-04", + "59137-510-00", + "59137-510-01", + "59137-510-04", + "59137-515-00", + "59137-515-01", + "59137-515-04", + "59137-520-00", + "59137-520-01", + "59137-520-04", + "59137-525-00", + "59137-525-01", + "59137-525-04", + "59137-530-00", + "59137-530-01", + "59137-530-04", + "59137-535-00", + "59137-535-01", + "59137-535-04", + "59137-540-00", + "59137-540-01", + "59137-540-04", + "59137-550-00", + "59137-550-01", + "59137-550-04", + "59651-182-36", + "59651-182-01", + "52652-2001-1", + "52652-2001-6", + "63323-122-50", + "0703-3671-01", + "0703-3675-01", + "0703-3678-01", + "66220-807-11", + "66220-807-22", + "66220-810-11", + "66220-810-22", + "66220-812-11", + "66220-812-22", + "66220-815-11", + "66220-815-22", + "66220-817-11", + "66220-817-22", + "66220-820-11", + "66220-820-22", + "66220-820-33", + "66220-822-11", + "66220-822-22", + "66220-825-11", + "66220-825-22", + "68382-775-60", + "68382-775-16", + "68382-775-01", + "68382-775-05", + "68382-775-10", + "68382-775-77", + "0555-0572-02", + "0555-0572-35", + "16729-277-30", + "16729-277-03", + "16729-277-35", + "69238-1423-6", + "69238-1423-1", + "0143-9519-10", + "0143-9518-01", + "0143-9517-01", + "0143-9516-01", + "70771-1058-3", + "70771-1058-9", + "70771-1058-1", + "70771-1058-5", + "70771-1058-0", + "70771-1058-2", + "70771-1058-7", + "16729-486-36", + "16729-486-01", + "54436-075-01", + "54436-075-02", + "54436-075-04", + "54436-010-01", + "54436-010-03", + "54436-010-02", + "54436-010-04", + "54436-012-01", + "54436-012-03", + "54436-012-02", + "54436-012-04", + "54436-015-01", + "54436-015-03", + "54436-015-02", + "54436-015-04", + "54436-017-01", + "54436-017-03", + "54436-017-02", + "54436-017-04", + "54436-020-01", + "54436-020-03", + "54436-020-02", + "54436-020-04", + "54436-022-01", + "54436-022-03", + "54436-022-02", + "54436-022-04", + "54436-025-01", + "54436-025-03", + "54436-025-02", + "54436-025-04" + ], + "unii": [ + "3IG1E710ZN", + "YL5FZ2Y5U1" + ], + "nui": [ + "N0000175584", + "N0000000111" + ], + "pharm_class_epc": [ + "Folate Analog Metabolic Inhibitor [EPC]" + ], + "pharm_class_moa": [ + "Folic Acid Metabolism Inhibitors [MoA]" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "IBUPROFEN", + "openfda": { + "application_number": [ + "ANDA077349", + "ANDA206568", + "ANDA074937", + "ANDA091355", + "ANDA075139", + "ANDA078682", + "ANDA079174", + "ANDA072096", + "ANDA075010", + "part343", + "ANDA210755", + "NDA020944", + "ANDA075682", + "NDA020589", + "ANDA076359", + "ANDA091237", + "ANDA207052", + "NDA020516", + "ANDA209179", + "ANDA203599", + "ANDA074916", + "ANDA075217", + "ANDA079205", + "ANDA079233", + "ANDA206999", + "ANDA091625", + "NDA020402", + "ANDA202312", + "NDA022348", + "ANDA091239", + "ANDA208865", + "ANDA078558", + "ANDA209204", + "ANDA207753", + "ANDA202300", + "NDA018989", + "ANDA206990", + "ANDA202413", + "ANDA078329", + "ANDA071333", + "NDA020603", + "ANDA206581", + "ANDA076460", + "ANDA210602", + "ANDA209207", + "ANDA071334", + "ANDA209178", + "ANDA204469", + "ANDA071935", + "ANDA206989", + "ANDA079129", + "ANDA079058", + "ANDA072199", + "ANDA074978", + "NDA020812", + "ANDA071265", + "ANDA205647", + "ANDA071335", + "ANDA207095", + "ANDA076925", + "ANDA090796", + "NDA020267", + "ANDA210149", + "ANDA213794" + ], + "brand_name": [ + "CAREONE IBUPROFEN", + "IBUPROFEN", + "HEALTH MART CHILDRENS IBUPROFEN", + "IBUPROFEN MINIS", + "ASSURED IBUPROFEN", + "LEADER CHILDRENS IBUPROFEN", + "365 EVERYDAY VALUE IBUPROFEN", + "PAIN RELIEVER / FEVER REDUCER", + "IBUPROFEN IB", + "CABINET PAIN RELIEVER AND FEVER REDUCER", + "CONCENTRATED IBUPROFEN INFANTS", + "JUNIOR STRENGTH ADVIL", + "IBU", + "MEDIQUE IPRIN", + "MEDI-FIRST IBUPROFEN", + "MEDI-FIRST PLUS IBUPROFEN", + "DOVER ADDAPRIN", + "GREEN GUARD IBUPRO RELIEF", + "CHILDRENS ADVIL", + "CHILDRENS IBUPROFEN", + "CARE ONE IBUPROFEN CHILDRENS", + "IBUPROFEN IMMEDIATE RELEASE", + "CHILDRENS MOTRIN", + "IBUPROFEN 200 MG", + "TOPCARE IBUPROFEN", + "GOOD NEIGHBOR PHARMACY IBUPROFEN", + "UP AND UP CHILDRENS IBUPROFEN", + "BASIC CARE IBUPROFEN", + "SUNMARK IBUPROFEN", + "IBUPROFEN CHILDRENS", + "DG HEALTH IBUPROFEN", + "XPECT IBUPROFEN", + "HEALTH MART IBUPROFEN", + "HEALTH MART IBUPROFEN IB", + "UP AND UP IBUPROFEN", + "CORE VALUES CHILDRENS IBUPROFEN", + "EQUATE IBUPROFEN", + "DOLEX FLEX", + "IBUPAK", + "CARE ONE IBUPROFEN INFANTS", + "DYE FREE IBUPROFEN", + "ADVIL LIQUI-GELS", + "SIGNATURE CARE CHILDRENS IBUPROFEN", + "BETR PAIN RELIEF", + "EQUALINE CHILDRENS IBUPROFEN", + "TOPCARE CHILDRENS IBUPROFEN", + "REXALL IBUPROFEN", + "ADVIL MIGRAINE", + "BASIC CARE CHILDRENS IBUPROFEN", + "CALDOLOR", + "EQUATE IBUPROFEN CHILDRENS", + "HARRIS TEETER IBUPROFEN", + "GOOD NEIGHBOR PHARMACY CHILDRENS IBUPROFEN", + "BERKLEY AND JENSEN IBUPROFEN", + "EQUALINE IBUPROFEN", + "HARMON FACE VALUES IBUPROFEN", + "HENRY SCHEIN IBUPROFEN", + "IBUPROFEN JUNIOR STRENGTH", + "SUNMARK IBUPROFEN CHILDRENS", + "PROFEN IB INFANTS", + "SOUND BODY CHILDRENS IBUPROFEN", + "LEADER IBUPROFEN", + "SUNMARK CHILDRENS IBUPROFEN IB", + "SUNMARK IBUPROFEN IB", + "SIGNATURE CARE INFANTS IBUPROFEN", + "MOTRIN IB", + "INFANTS IBUPROFEN", + "CAREONE CHILDRENS IBUPROFEN", + "SOUND BODY IBUPROFEN", + "PROFEN IB CHILDRENS", + "MEMBERS MARK IBUPROFEN", + "ADVIL", + "CHILDRENS IBUPROFEN ORAL SUSPENSION", + "EQUALINE IBUPROFEN CHILDRENS", + "IBUPROFEN PAIN RELEIVER/ FEVER REDUCER", + "GOOD SENSE IBUPROFEN CHILDRENS", + "INFANTS MOTRIN", + "FAMILY WELLNESS CHILDRENS IBUPROFEN", + "INFANTS DYE FREE IBUPROFEN", + "IBUPROFEN DYE FREE", + "BEING WELL IBUPROFEN", + "TOPCARE IBUPROFEN JUNIOR STRENGTH", + "HARRIS TEETER CHILDRENS IBUPROFEN", + "MOTRIN INFANTS", + "IBUPROFEN INFANTS", + "IBUPROFEN PAIN RELIEVER/FEVER REDUCER", + "DYE-FREE PAIN RELIEF", + "FAMILY WELLNESS IBUPROFEN", + "CARE ONE IBUPROFEN", + "PAIN RELIEF IBUPROFEN", + "PROFEN IB", + "UP AND UP IBUPROFEN JUNIOR", + "KIRKLAND SIGNATURE IBUPROFEN", + "GOOD SENSE IBUPROFEN", + "DYE-FREE IBUPROFEN", + "CHILDRENS IBUPROFEN 100", + "UP AND UP DYE FREE INFANTS CONCENTRATED IBUPROFEN", + "COUNTERACT IB", + "UNISHIELD IBUPROFEN", + "SIGNATURE CARE IBUPROFEN", + "CEDAPRIN", + "IBUPROFEN CA", + "DYE-FREE IBUPROFEN 200", + "IBUPROFEN (NSAID) PAIN RELEIVER/ FEVER REDUCER", + "GREEN GUARD IBUPROFEN RELIEF", + "KIRKLAND SIGNATURE IBUPROFEN IB", + "KIDGETS INFANTS", + "ZEE IBUTAB", + "GOOD SENSE IBUPROFEN INFANTS", + "INFANTS ADVIL", + "CAREONE IBUPROFEN JUNIOR STRENGTH", + "CIRCLE K IBUPROFEN", + "PARENTS CHOICE INFANTS IBUPROFEN", + "LEADER INFANTS IBUPROFEN", + "HARRIS TEETER IBUPROFEN INFANTS", + "GOOD NEIGHBOR PHARMACY IBUPROFEN CHILDRENS", + "SUNMARK IBUPROFEN INFANTS", + "TOPCARE INFANTS IBUPROFEN", + "CHILDRENS IBUPROFEN 100 DYE FREE", + "FLEX-PRIN", + "DIRECT SAFETY IBUPROFEN", + "LIL DRUG STORE IBUPROFEN", + "MEDIQUE AT HOME IPRIN", + "WELBY IBUPROFEN", + "JUNIOR STRENGTH IBUPROFEN", + "RX ACT IBUPROFEN CHILDRENS", + "IBUPROFEN FAST RELIEF MEDICINE FOR PAIN", + "FAMILY WELLNESS IBUPROFEN IB", + "MIGRAINE RELIEF", + "IBUTAB", + "IBUPROFEN 200", + "PAIN RELIEF", + "GOOD SENSE CHILDRENS IBUPROFEN", + "DG HEALTH CHILDRENS IBUPROFEN", + "UP AND UP JUNIOR STRENGTH IBUPROFEN", + "IBUPROFEN SOFTGELS", + "365 EVERDAY VALUE IBUPROFEN", + "CAREALL IBUPROFEN", + "VALUMEDS IBUPROFEN", + "DOLEX CHILDREN", + "HEALTH MART CHILDRENS IBUPROFEN IB", + "IBUPROFEN DYE-FREE", + "TOPCARE IBUPROFEN CHILDRENS", + "MOTRIN IB MIGRAINE", + "FAST PAIN RELIEF", + "BASIC CARE INFANTS IBUPROFEN", + "ARAMARK IBUPROFEN", + "IBUPROFEN SODIUM" + ], + "generic_name": [ + "IBUPROFEN", + "IBUPROFEN TABLETS", + "IBUPROFEN 200MG", + "IBUPROFEN ORAL", + "IBUPFROFEN", + "IBUPROFEN 200 MG" + ], + "manufacturer_name": [ + "American Sales Company", + "Family Dollar (FAMILY WELLNESS)", + "Strategic Sourcing Services LLC", + "SMART SENSE (KMART)", + "CVS Pharmacy", + "Rite Aid Corporation", + "Good Sense (Geiss, Destin & Dunn, Inc.)", + "Harris Teeter", + "Dolgencorp, Inc.", + "Spirit Pharmaceutical LLC", + "Shopko Stores Operating Co., LLC", + "Cardinal Health 110, LLC. dba Leader", + "Whole Foods Market, INC.", + "McKesson", + "PuraCap Pharmaceutical LLC", + "Dolgencorp, Inc. (DOLLAR GENERAL & REXALL)", + "Pioneer Life Sciences, LLC", + "Geritrex LLC", + "Walgreens", + "Chain Drug Marketing Association", + "Marc Glassman, Inc.", + "BJWC (Berkley & Jensen / BJ's)", + "Wal-Mart Stores, Inc.", + "GlaxoSmithKline Consumer Healthcare Holdings (US) LLC", + "Harmon Store Inc.", + "Dr. Reddy's Laboratories Limited", + "Unifirst First Aid Corporation", + "TIME CAP LABORATORIES,INC", + "Strides Pharma Inc.", + "Johnson & Johnson Consumer Inc., McNeil Consumer Healthcare Division", + "Aurohealth LLC", + "Safrel Pharmaceuticals, LLC.", + "Breeden Brothers, LLC", + "Topco Associates LLC", + "EQUATE (Wal-Mart Stores, Inc.)", + "Amerisource Bergen", + "Target Corporation", + "Amazon.com Services LLC", + "WALGREEN COMPANY", + "Dolgencorp, LLC", + "Cintas Corporation", + "SPIRIT PHARMACEUTICALS,LLC", + "BJWC", + "Harmon Stores Inc.", + "Wal-Mart Stores Inc", + "Perrigo New York Inc", + "Amneal Pharmaceuticals of New York LLC", + "Winco Foods, LLC", + "The Kroger Co.", + "Kroger Company", + "Pharmadel LLC", + "TARGET Corporation", + "RETAIL BUSINESS SERVICES , LLC.", + "PureTek Corporation", + "CHAIN DRUG MARKETING ASSOCIATION INC", + "Lil Drug Store Products, Inc", + "H E B", + "Safeway", + "Live Betr LLC", + "L.N.K. International, Inc.", + "Supervalu Inc", + "Bionpharma Inc.", + "Humanwell PuraCap Pharmaceutical (Wuhan) Co., Ltd", + "Granules India Limited", + "WINCO FOODS, LLC", + "Major Pharmaceuticals", + "Dolgencorp Inc", + "FRED'S, INC.", + "Walgreen Company", + "Care One (American Sales Company)", + "L. Perrigo Company", + "Geri-Care Pharmaceutical Corp", + "Cumberland Pharmaceuticals Inc.", + "L&R Distributors, Inc.", + "ADVANCED FIRST AID, INC.", + "Harris Teeter, LLC", + "P & L Development, LLC", + "Rugby Laboratories, Inc.", + "Henry Schein Inc.", + "MARKSANS PHARMA LIMITED", + "Topco Associates, LLC", + "Better Living Brands, LLC", + "WALGREENS", + "Publix Super Markets Inc", + "Big Lots Stores, Inc.", + "SUPERVALU INC.", + "Chain Drug Consortium, LLC", + "Strides Consumer LLC", + "Cardinal Health (Leader) 70000", + "GREAT LAKES WHOLESALE, MARKETING, & SALES, INC.", + "Meijer Distribution Inc", + "Best Choice (Valu Merchandisers Company)", + "Spirit Pharmaceuticals LLC", + "JC World Bell Wholesale Co., Inc.", + "AMERISOURCE BERGEN", + "RITE AID", + "Taro Pharmaceuticals U.S.A., Inc.", + "MEIJER, INC.", + "AAA Pharmaceutical, Inc.", + "Chain Drug Marketing Association, Inc.", + "Chain Drug Consortium", + "RITE AID CORPORATION", + "Sam's West Inc", + "Amneal Pharmaceuticals LLC", + "AiPing Pharmaceutical, Inc.", + "Pharmaceutical Associates, Inc.", + "Method Pharmaceuticals, LLC", + "Amneal Pharmaceuticals NY LLC", + "ASSURED / DOLLAR TREE (Greenbrier International, Inc.)", + "PURACAP PHARMACEUTICAL LLC", + "HEB", + "Family Dollar Services Inc", + "Pharbest Pharmaceuticals, Inc.", + "PLD Acquisitions LLC DBA Avma Pharma Solutions", + "Save-A-Lot Food Stores Ltd", + "Chain Drug Marketing Association Inc.", + "Cardinal Health 110, LLC. DBA Leader", + "BETTER LIVING BRANDS LLC.", + "Hy-Vee", + "WinCo Foods, LLC", + "AAFES/Your Military Exchanges", + "Lidl US LLC", + "Harmon Stores", + "Sam's West, Inc", + "MARC GLASSMAN, INC.", + "TopCare", + "Chalkboard Health", + "Lil' Drug Store Products, Inc.", + "Safeway, Inc.", + "Costco Wholesale Company", + "RETAIL BUSINESS SERVICES,LLC.", + "Discount Drug Mart", + "Select Brand Dist.", + "Rugby Laboratories", + "AiPing Pharmaceutical Inc.", + "DEMOULAS SUPERMARKETS INC.", + "ARMY AND AIR FORCE EXCHANGE SERVICE", + "FAMILY DOLLAR", + "BluePoint Laboratories", + "CHAIN DRUG MARKETING ASSOCIATION INC.", + "Meijer, Inc.", + "TOP CARE (Topco Associates LLC)", + "Aurobindo Pharma Limited", + "Melaleuca, Inc", + "DOLGENCORP INC", + "Sam's West, Inc.", + "Costco Wholesale", + "Strides Pharma Inc", + "Unishield", + "MEIJER DISTRIBUTION INC.", + "Landmark Supply Inc.", + "QUALITY CHOICE (Chain Drug Marketing Association)", + "Honeywell Safety Products USA, Inc", + "TARGET CORPORATION", + "Ascend Laboratories, LLC", + "LIVE BETTER (The Great Atlantic & Pacific Tea Company)", + "DISCOUNT DRUG MART", + "FAMILY WELLNESS", + "VistaPharm, Inc.", + "Unifirst First Aid", + "SAVE-A-LOT FOOD STORES, LTD.", + "AptaPharma Inc.", + "AmerisourceBergen (Good Neighbor Pharmacy) 46122", + "Precision Dose Inc.", + "Contract Pharmacal Corp.", + "Shopko Stores Operating Co., LLC.", + "Strides Pharma Science Limited", + "Guardian Drug Company", + "Genuine First Aid LLC", + "Hi-Tech Pharmacal Co., Inc.", + "Cardinal Health (Leader) 37205", + "XLCare Pharmaceuticals, Inc", + "Mechanical Servants LLC", + "VALU MERCHANDISERS COMPANY", + "EQUALINE (SuperValu)", + "SMART SENSE (Kmart)", + "L Perrigo Company", + "Provision Medical Products", + "Conney Safety Products, LLC", + "COSTCO WHOLESALE CORPORATION", + "EQUATE (WAL-MART STORES, INC.)", + "Salado Sales, Inc.", + "Actavis Pharma, Inc.", + "AAA PHARMACEUTICAL, INC.", + "Aldi, Inc", + "Allegiant Health", + "SuperValu Inc.", + "DOLGENCORP, LLC", + "BIG LOTS STORES, INC.", + "H2-Pharma, LLC", + "DISCOUNT DRUG MART, INC.", + "TIME CAP LABORATORIES, INC", + "Medline industries, Inc.", + "Cardinal Health", + "GREENBRIER INTERNATIONAL, INC.", + "Selder, S.A. de C.V.", + "Care One (Retail Business Services, LLC.)", + "Big Lots", + "CVS PHARMACY, INC.", + "New World Imports", + "SPIRIT PHARMACEUTICALS LLC", + "Wal-Mart Stores, Inc", + "Safetec of America, Inc.", + "Jones Packaging Inc", + "Granules USA, Inc.", + "HealthLife of USA LLC", + "7-Eleven", + "KROGER COMPANY", + "Western First Aid Safety DBA Aramark" + ], + "product_ndc": [ + "41520-495", + "55319-745", + "62011-0214", + "49738-510", + "59779-392", + "11822-3307", + "50804-199", + "72036-111", + "55910-847", + "55319-843", + "68210-0081", + "55319-661", + "37012-647", + "70000-0263", + "42681-7077", + "68599-8050", + "51013-319", + "55910-849", + "72090-002", + "54162-941", + "0363-0749", + "63868-794", + "68998-111", + "68210-0026", + "68391-199", + "69842-183", + "49035-635", + "0573-0179", + "63940-393", + "55111-682", + "55111-683", + "55111-684", + "47682-600", + "47682-614", + "47682-608", + "47682-609", + "47682-602", + "47682-610", + "0573-0170", + "0573-0174", + "0573-0171", + "0573-0290", + "0573-0207", + "0573-0232", + "69842-329", + "41520-685", + "49483-611", + "49483-612", + "69842-706", + "59556-805", + "59556-806", + "50580-184", + "58602-008", + "71309-111", + "49738-112", + "70729-291", + "36800-623", + "49035-408", + "24385-647", + "11673-741", + "72288-604", + "0363-0221", + "49348-706", + "11822-4461", + "51013-103", + "11822-3310", + "55910-074", + "42961-203", + "11822-0255", + "62011-0015", + "49348-196", + "62011-0213", + "49035-265", + "58602-200", + "11673-314", + "68210-4141", + "68391-212", + "59556-855", + "59556-856", + "63940-219", + "49035-897", + "45802-057", + "53746-458", + "53746-462", + "53746-460", + "67091-185", + "0363-0945", + "30142-198", + "30142-685", + "55758-310", + "11673-850", + "72476-110", + "59088-756", + "41520-057", + "63868-428", + "70729-002", + "66715-9752", + "11822-0291", + "37808-200", + "21130-911", + "47682-700", + "47682-718", + "47682-709", + "47682-714", + "47682-702", + "80267-604", + "50844-269", + "41163-710", + "69452-212", + "53345-014", + "63868-790", + "55910-845", + "62207-354", + "62207-355", + "62207-356", + "72036-110", + "67091-368", + "0904-5463", + "36800-166", + "55910-685", + "69452-239", + "55315-292", + "0573-0168", + "62011-0016", + "0363-0897", + "41520-745", + "50844-392", + "0113-7619", + "57896-941", + "55910-897", + "66220-284", + "66220-287", + "15127-335", + "67060-002", + "59779-897", + "0363-0166", + "51013-405", + "49035-166", + "69256-255", + "50844-993", + "62207-357", + "62207-358", + "24385-361", + "62011-0010", + "68391-604", + "59726-568", + "59779-166", + "41163-255", + "55319-248", + "0536-1147", + "37808-922", + "24385-604", + "58602-801", + "63940-897", + "0404-0017", + "36800-897", + "0363-0523", + "25000-062", + "25000-133", + "36800-292", + "49348-499", + "21130-921", + "0363-9600", + "56062-057", + "50594-018", + "41163-393", + "11673-749", + "70000-0307", + "0363-0392", + "68016-940", + "68016-942", + "68016-943", + "68016-944", + "62011-0004", + "70677-0072", + "72927-805", + "41163-521", + "70000-0360", + "64092-200", + "53746-464", + "53746-465", + "53746-466", + "41250-685", + "63941-745", + "49348-639", + "68210-4139", + "11673-604", + "11822-0131", + "21130-363", + "11822-0521", + "50269-000", + "49035-684", + "63940-292", + "59779-995", + "0113-1461", + "0363-0507", + "59726-199", + "46122-593", + "11822-8925", + "51672-1385", + "41250-240", + "70000-0259", + "41520-740", + "41250-991", + "41250-048", + "72288-461", + "55910-046", + "37808-647", + "50594-020", + "36800-183", + "57344-111", + "56062-897", + "72036-109", + "0363-1610", + "68998-109", + "41250-221", + "63868-470", + "68016-634", + "72036-185", + "63941-760", + "63941-762", + "63941-761", + "50844-352", + "11822-7892", + "63868-773", + "62011-0012", + "11822-0897", + "67091-369", + "59779-393", + "68196-005", + "65162-464", + "65162-465", + "65162-466", + "0573-0150", + "0573-0165", + "0573-0154", + "0573-0151", + "0573-0161", + "0573-0166", + "0573-0160", + "0573-1711", + "58602-902", + "30142-604", + "0363-0743", + "11788-002", + "11788-004", + "11788-006", + "0121-0914", + "0121-1828", + "41163-166", + "0363-0660", + "58657-680", + "58657-681", + "58657-682", + "0113-0788", + "37808-023", + "36800-993", + "49035-912", + "69238-1101", + "69238-1102", + "69238-1103", + "53746-140", + "53746-143", + "0113-7604", + "70000-0176", + "33992-0752", + "41163-897", + "55910-741", + "63868-571", + "51013-429", + "37808-109", + "0113-0166", + "49348-642", + "50580-100", + "55319-166", + "69842-701", + "0363-2323", + "16103-407", + "41250-920", + "59779-438", + "63548-0234", + "46994-897", + "55910-953", + "0113-0660", + "55319-035", + "67091-347", + "59779-971", + "62011-0011", + "41163-116", + "49035-186", + "63868-239", + "36800-461", + "70000-0291", + "68210-0080", + "69256-166", + "50580-198", + "41250-057", + "50844-292", + "55319-046", + "56062-647", + "37808-363", + "68998-320", + "50844-257", + "72288-897", + "69256-843", + "50594-005", + "65162-770", + "49035-661", + "21130-396", + "72476-112", + "11673-183", + "42507-131", + "67091-141", + "37808-604", + "11822-7893", + "11673-349", + "55301-199", + "69452-302", + "55319-568", + "37012-604", + "41250-726", + "69842-649", + "55319-750", + "62011-0222", + "55319-458", + "0121-0917", + "71141-114", + "30142-166", + "63940-199", + "41520-647", + "70000-0181", + "11822-0392", + "41250-419", + "41250-647", + "67091-130", + "68196-745", + "68998-185", + "63868-793", + "49348-876", + "36800-969", + "46122-548", + "11822-7891", + "55319-199", + "56062-404", + "11673-461", + "79395-003", + "72288-131", + "50580-230", + "66715-6939", + "41250-255", + "21130-749", + "51672-2130", + "68196-199", + "0904-7912", + "37808-921", + "15127-312", + "0536-3603", + "63981-604", + "67091-129", + "0113-0604", + "41250-521", + "36800-287", + "59779-660", + "41163-312", + "62011-0014", + "70000-0003", + "42507-408", + "72476-365", + "72476-366", + "37808-410", + "11822-1879", + "53943-292", + "15127-316", + "45802-140", + "53345-039", + "49035-745", + "0363-1761", + "0363-1764", + "0363-1762", + "0363-1763", + "0363-7610", + "55910-768", + "68210-0009", + "0536-1088", + "11788-008", + "11788-009", + "11788-010", + "11673-514", + "53942-119", + "53746-131", + "15127-905", + "55301-291", + "0363-1521", + "30142-897", + "25000-135", + "25000-136", + "11822-0231", + "55319-398", + "30142-745", + "68001-435", + "63868-427", + "58602-802", + "62011-0368", + "50580-932", + "41250-801", + "0573-0149", + "0573-0169", + "0573-1769", + "45802-133", + "68016-645", + "36800-517", + "33992-0843", + "36800-749", + "11673-255", + "24385-058", + "59651-032", + "0363-9601", + "66715-9700", + "41163-711", + "54473-306", + "50844-438", + "55910-521", + "55910-901", + "72476-109", + "0363-1461", + "41163-647", + "55315-393", + "68196-980", + "11822-1521", + "63981-598", + "21130-701", + "59726-046", + "11673-517", + "59726-661", + "63868-796", + "55910-604", + "55910-023", + "69842-323", + "63940-392", + "0113-0897", + "41250-660", + "59556-764", + "11673-685", + "53746-137", + "55319-396", + "55319-397", + "0363-0292", + "49314-0993", + "49314-1003", + "41250-286", + "21130-585", + "58602-212", + "71862-003", + "71862-007", + "42507-198", + "50844-291", + "63868-295", + "59556-811", + "59556-812", + "53943-119", + "59779-882", + "0498-7501", + "0498-7500", + "0498-7502", + "68016-633", + "11673-990", + "67877-319", + "67877-320", + "67877-321", + "0904-5577", + "49035-381", + "21130-745", + "56062-033", + "0363-0225", + "41226-601", + "11822-3061", + "11673-197", + "24385-059", + "30142-743", + "11822-6604", + "36800-753", + "53187-199", + "0113-0298", + "0363-5100", + "46122-010", + "67060-001", + "56062-074", + "59726-235", + "53943-112", + "62011-0367", + "0113-7131", + "53746-142", + "53746-144", + "55319-150", + "59779-197", + "41520-166", + "11822-1761", + "41520-897", + "66689-339", + "70000-0264", + "47682-710", + "41250-752", + "46994-291", + "63981-517", + "76281-119", + "50580-603", + "49035-716", + "70000-0308", + "46122-530", + "41163-392", + "55910-408", + "62207-320", + "62207-321", + "55319-054", + "55910-750", + "11822-0010", + "36800-811", + "49035-521", + "51013-410", + "42961-043", + "0363-0291", + "36800-193", + "0113-0057", + "0573-0191", + "41163-604", + "49483-600", + "49483-601", + "0113-1212", + "49348-229", + "0904-6747", + "0113-0074", + "68094-037", + "68094-494", + "68094-503", + "69842-521", + "10267-3846", + "10267-3852", + "10267-3909", + "68210-0200", + "36800-074", + "37012-745", + "41520-600", + "36800-660", + "30142-660", + "21130-392", + "41163-685", + "58602-002", + "66715-5839", + "11673-993", + "64380-807", + "64380-809", + "64380-808", + "11822-0589", + "0113-0517", + "72288-521", + "0113-0685", + "51013-422", + "36800-348", + "70000-0172", + "53041-637", + "52124-0009", + "68210-4140", + "36800-048", + "49035-598", + "41163-509", + "11673-992", + "50383-584", + "21130-877", + "49035-601", + "70000-0298", + "41226-610", + "36800-745", + "49035-660", + "0536-1089", + "69256-057", + "62207-365", + "62207-366", + "62207-396", + "62207-395", + "37205-736", + "41520-255", + "24385-550", + "51013-421", + "24385-009", + "36800-440", + "0113-7517", + "70000-0239", + "50580-933", + "41163-291", + "72865-132", + "29485-7625", + "68998-011", + "63941-111", + "41163-198", + "49348-374", + "36800-057", + "45802-897", + "37808-709", + "42543-964", + "42543-966", + "42543-965", + "55319-393", + "0363-0806", + "21130-026", + "0904-7914", + "58602-843", + "49035-198", + "49738-198", + "53746-132", + "30142-965", + "59779-517", + "0113-7897", + "53943-111", + "63868-791", + "41520-660", + "41520-633", + "69103-2525", + "57344-185", + "11788-003", + "11788-005", + "11788-007", + "46122-617", + "61245-084", + "49035-517", + "56062-604", + "33992-0209", + "21130-393", + "69842-891", + "66715-9739", + "56062-166", + "63868-281", + "24385-905", + "68196-981", + "63981-291", + "47682-683", + "47682-783", + "55319-817", + "50844-393", + "59779-001", + "62011-0399", + "57344-109", + "49035-693", + "57344-110", + "24385-372", + "63868-979", + "50804-217", + "36800-255", + "55910-197", + "55910-647", + "69842-643", + "41226-600", + "49738-745", + "11673-745", + "50844-268", + "67060-750", + "30142-647", + "49035-553", + "63981-121", + "57243-291", + "63868-759", + "68998-110", + "0904-7915", + "0472-2002", + "55301-292", + "56062-461", + "57344-811", + "36800-647", + "59779-291", + "45802-952", + "21130-358", + "64024-002", + "11822-0292", + "30142-521", + "53943-291", + "59726-745", + "37808-897", + "69168-335", + "49035-121", + "50580-601", + "41520-604", + "55319-517", + "37012-272", + "59779-108", + "21130-011", + "11673-166", + "49035-647", + "55910-517", + "41163-185", + "55910-932", + "30142-255", + "69452-263", + "11822-0660", + "50594-146", + "69842-851", + "0113-0647", + "68210-8100", + "61269-761", + "0363-0103", + "42961-050", + "37012-521", + "55301-393", + "59779-074", + "68998-112", + "55315-291", + "66715-6839", + "49035-749", + "50844-921", + "67091-348", + "55301-745", + "53943-214", + "70000-0240", + "66715-6920", + "41163-057", + "37808-057", + "25000-121", + "25000-122", + "25000-123", + "41250-604", + "59779-647", + "49483-602", + "49483-603", + "49483-604", + "11673-593", + "41520-943", + "59726-843", + "11673-647", + "30142-461", + "53329-674", + "0363-0222", + "50804-167", + "72476-111", + "55910-503", + "30142-513", + "68210-6114", + "69452-262", + "0113-2461", + "61269-763", + "55301-392", + "41250-897", + "63548-0185", + "33992-0745", + "41250-331", + "41520-695", + "49348-727", + "70000-0288", + "68210-0011", + "0363-0197", + "58602-003", + "70000-0292", + "55910-166", + "55319-897", + "46122-580", + "55910-651", + "41250-993", + "21130-699", + "33992-0393", + "36800-604", + "11673-521", + "63654-363", + "41163-212", + "0904-5309", + "65162-356", + "41250-074", + "70000-0262", + "72476-745", + "59779-292", + "63868-795", + "66715-9812", + "67091-321", + "50594-843", + "49348-927", + "70000-0175", + "62011-0030", + "42681-0026", + "59779-685", + "69842-170", + "69842-745", + "51824-064", + "69452-260", + "63941-301", + "25000-114", + "25000-117", + "70677-0046", + "63981-393", + "56062-801", + "49035-865", + "0573-0175", + "46122-632", + "51672-2138", + "0363-4381", + "50844-754", + "72036-112", + "54473-308", + "30142-048", + "21130-359", + "68210-0800", + "55758-304", + "59779-604", + "63940-291", + "64092-204", + "24385-546", + "55319-186", + "49035-228", + "56062-517", + "69842-391", + "55910-255", + "50580-409", + "70000-0571", + "0363-0255", + "61010-4411", + "62011-0407", + "11822-0166", + "21130-843", + "49035-438", + "36800-685", + "50580-120", + "0363-0240", + "49348-500", + "50804-750", + "0363-0393", + "68016-635", + "67414-240", + "53041-634", + "46122-110", + "11673-660", + "37808-393", + "69848-011", + "69848-012", + "41250-292", + "41250-293", + "69517-111", + "55910-102", + "10202-711", + "30142-249", + "41250-198", + "37012-074", + "53943-212", + "68391-131", + "70000-0197", + "50580-604", + "69256-660", + "30142-402", + "61245-085", + "30142-750", + "37808-255", + "30142-053", + "11822-0894", + "72288-255", + "16103-396", + "69256-897", + "81238-0103", + "0363-9611", + "68391-517", + "63868-570", + "0472-1760", + "0472-1764", + "0472-1763", + "0472-1761", + "72476-358", + "68016-116", + "72476-843", + "69452-305", + "56062-131", + "0113-7660", + "59779-313", + "37012-166", + "0363-0909", + "55319-249", + "59651-360", + "59651-361", + "59651-362", + "37808-699", + "63941-199", + "30142-517", + "11673-991", + "21130-818", + "21130-035", + "68998-012", + "30142-495", + "63868-709", + "63868-776", + "63868-779", + "63868-724", + "50844-353", + "0363-0438", + "63981-750" + ], + "product_type": [ + "HUMAN OTC DRUG", + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL", + "INTRAVENOUS" + ], + "substance_name": [ + "IBUPROFEN", + "IBUPROFEN SODIUM" + ], + "rxcui": [ + "310965", + "310964", + "197803", + "204442", + "310963", + "731536", + "197805", + "197806", + "197807", + "206905", + "206913", + "206917", + "900434", + "900438", + "206878", + "544393", + "731533", + "854183", + "854187", + "2178273", + "2178275", + "201126", + "153008", + "854762", + "792242", + "1101919", + "206889", + "731531", + "1359097", + "198405", + "731535", + "606990" + ], + "spl_id": [ + "0647c7c2-b153-4d8c-b72b-f63d43c41853", + "720dc13b-5778-44fa-a4d2-e35db0b2d589", + "397d86de-d7a7-4087-a017-f714b1c1dd5a", + "94690896-ffd3-59b5-e053-2a95a90a9a0d", + "ba05eb85-3c23-4392-8eef-7543b7017b40", + "df38102b-c46c-49b9-b9f2-7ec0de8dc707", + "eb7c5ecf-e1a8-48b4-a383-d4c21e589bd4", + "94980ed7-d37d-de9f-e053-2a95a90aa81f", + "a0afc12d-8d09-b79a-e053-2995a90a4c3d", + "b4b33a7b-6a8a-4dcc-99b1-abcf571d2fe5", + "9aa3804d-71f0-03d5-e053-2a95a90a7111", + "cdb24ae3-acea-41a1-9e5a-fc7df9840060", + "2c1e44ae-6931-4420-b7d9-e1c03faf844f", + "99e314d3-60e6-4ea9-bd2f-890712aa9f71", + "cd5a9c83-3217-46fa-91f3-c3f1d981f40e", + "c6a0ecf6-bfca-4f10-e053-2a95a90a5ebb", + "127ceac7-923c-47f4-a768-47f7e46b2e97", + "ec4314a3-25fb-4c2c-afb7-4c9b77d81f87", + "c292ff86-724d-19d5-e053-2995a90afbff", + "f6080edf-c278-4721-8335-4c299adf0c9e", + "a0e58d47-0ab6-4132-8d55-ae944d5223c9", + "941fee13-dde1-1a7b-e053-2a95a90a8384", + "bed62b69-93f0-3b72-e053-2a95a90abc26", + "b60dc430-2806-6471-e053-2a95a90a4d8b", + "77d8786e-c2ac-4d4c-a56c-190b8e612028", + "9a753b30-ac93-46af-a99a-acdf9b440288", + "9a390188-784c-490f-b049-891fbbafb64e", + "0c3d0924-d279-4c82-b8d4-25af5d59f6e7", + "1730e722-c43d-4903-a729-7adf8ee34d86", + "dcb60f6c-0033-bfaa-035f-8b2c5fc14673", + "c354d4b8-70f8-6178-e053-2a95a90ad980", + "c364be92-e862-36ea-e053-2a95a90a424e", + "4659830b-6f07-42d7-81d3-d8dee4465f5d", + "7d310b06-c8c7-4c73-ba74-d4909ccf4d90", + "a7ab73c2-f902-4645-877c-222486373633", + "3aacf896-adf0-47fb-9cc4-a85ee9f61367", + "2ec13f9a-0bce-4cb0-85c9-5f764f00dea3", + "ea87a1e7-61da-4204-b8fb-82a028bba42f", + "e31d5d4a-748b-4743-9b71-dc646b7190fa", + "ad55d9b1-17b3-4a17-a4a3-d95ba2943959", + "c3542717-7ba3-75ae-e053-2995a90adcc1", + "946b59b1-5c0c-bb67-e053-2a95a90aab2f", + "ddc06a6b-1e57-4d1b-83fe-28c4d68c4c8c", + "03e26b4d-1b27-4e67-b33e-5ce6f28135bf", + "29077d45-a3a4-4edb-bdaf-a39c22a0f443", + "ec68c684-da6f-4cd9-b8e8-4566cc51c70b", + "9f351aa2-3c55-4ea9-a7ab-9d934cdb5222", + "9ed4312c-db64-48b4-9523-8556c6596ba3", + "9c931a08-6b2e-4ecb-a3ec-38919762494c", + "17028d28-20d4-4ac8-8f0a-d4fdfcf6aa0a", + "7666ed58-ae08-46e9-bcbc-aa1c827956ae", + "b23cc43f-3c8b-496a-b6d4-eb260344372d", + "14db8d9f-66bc-4e05-bbbb-72a4d379c9df", + "bb907fe1-4c60-4a25-b4c0-5a99d9a3b29e", + "0b15f496-bb02-461f-8f6e-c77a70b2613c", + "a62e5f31-1649-4265-a1f9-26475d1badb3", + "c9dd20f8-38d4-4baa-b403-dd2602697c8e", + "b36b87f6-241f-47d5-9657-6e18842c27a0", + "736a69be-ea77-42a3-b0db-65d9cbe70417", + "c86cefe6-6df5-417f-a4df-7cc23ec8c675", + "f8b80a8c-ac9f-413a-8a6b-881fba2fe9c2", + "7ffbb607-1dd7-432c-a747-f8474a154393", + "c10b2094-f32e-5930-e053-2995a90a7420", + "cf59b967-633f-4ac3-805c-fc58e062baa2", + "1f4159ad-d58c-4519-932b-030cc2735514", + "1f499d0d-9d7c-4814-a8ae-69f58db6bd46", + "9209eb73-0cfe-408b-9caa-7759d5984371", + "d02eb754-b391-4304-81d8-6eabd7bc599a", + "2970d53c-41a7-4787-bcae-20777d4e4c2a", + "95101238-524e-904c-e053-2995a90abc3b", + "21ec9614-16cd-4eb6-b67b-f606415fe409", + "aa31444b-5c7f-4725-8caf-76837b02efc8", + "b0247be4-3c0e-459a-8925-0a8f101950f2", + "9d226242-5110-7f83-e053-2995a90af3ef", + "1456f59b-fb86-48ed-8a27-ac490a37556a", + "af106c99-05b3-21b9-e053-2995a90ab96c", + "a63f3857-92d1-0adf-e053-2995a90a3afa", + "f6a8255b-6788-4293-aa91-f5a42f5f6ce1", + "b837984a-f112-4a43-bdc7-bc3374baad61", + "e7bbd188-5e3e-4f1c-96d8-53f6de4b3120", + "c72acbd6-1857-6c93-e053-2a95a90add6d", + "2cd9f5f9-523a-4bc2-9318-6ec2d4d8ddae", + "f0ab6ead-f34b-4fcb-8734-d17ca2137718", + "ea4c7e45-b602-4d8d-a98d-6a18a6e52f9a", + "c354ca7f-c7a0-afdb-e053-2995a90a3fa3", + "1b709dce-5c71-45e6-b516-d510a0a8c25d", + "04587b21-7d56-498d-8faa-91dcc64cb194", + "eafc613c-f15b-4787-af2e-bacca163148e", + "ba8b0cb0-fdef-da33-e053-2a95a90a65fd", + "c0a95440-b423-48ee-ac93-4e7dd2093064", + "941f4b73-a4fd-3922-e053-2995a90a5923", + "1c157cf4-10df-4f4b-8924-98339137d812", + "be5674ce-e6d0-78ea-e053-2995a90a344d", + "9497dc3a-2025-4653-e053-2995a90a3670", + "af885c3f-3f05-1a64-e053-2995a90a99fa", + "30293465-3322-46e1-b3e1-b1d0055624e6", + "ad11c5e1-b190-4cc6-af87-b9098020bcf4", + "0719a417-449f-4db8-90bc-95ec8e552d57", + "8a81171c-e615-44f0-917b-a520ff7cb07c", + "82942f3e-0049-45a9-b71d-7ece9a43ed3a", + "1fdfc7fe-219f-4157-a7ff-75177d755c73", + "755db4ab-b3e9-4e40-b44b-2f43f31d1bad", + "90944f12-0906-4995-a2fb-518333c9edd3", + "4306e9a2-340c-4672-a07d-6acaece5cbf0", + "c44f1277-5f60-4f07-87ae-2f5849c0722c", + "05299d22-7241-4767-9fe0-97f84a1dc05e", + "9a64599d-592e-c1ad-e053-2995a90a5f66", + "804f89d9-e60b-4a6e-a706-c3439ebe755d", + "593183a0-5e2c-4d77-953b-619918e6d597", + "3df89568-790e-4459-b84b-64864e8a728b", + "f29f20ae-0327-4038-b377-8662689256bc", + "9a89022a-d2b7-48ce-8302-b1d3a273d2ce", + "1328b0fe-b9c3-42e6-bb6c-ab4229b05f66", + "147c7748-c76b-441b-9a6f-48e91eaa78e2", + "60730a7e-ad03-4cba-8329-f1892a171ddb", + "3f685e9e-f380-4191-9980-51b87a33b66d", + "343f06ed-3c7a-4d17-910d-3dea84cd7710", + "ba67be92-0460-58ae-e053-2995a90af488", + "c96018d1-2ef9-47d8-9a82-6b2aef290d24", + "92e6cfea-37f4-4adc-844f-d10035e4aef6", + "71ff9c73-0c9d-42f7-8839-7b3059c4564e", + "7447cd79-0852-4df7-bfcc-75f641e341c1", + "9c37fd5b-2dd4-4ad2-bb83-b022e8698b88", + "91eb2488-59e7-456a-97e6-2d69b3f1ad03", + "6028397a-aae5-4291-8098-d80f72a7fbd0", + "68aac0c6-72f6-4d0d-8cac-b50c5f3a10df", + "98084fdb-abef-4eda-bd7f-567e77637935", + "c9c5b672-d444-452a-93a9-a881d8eede2b", + "50e753fd-6482-4e78-b235-48978084a4d3", + "25bfd505-76ab-4f68-886a-32efe771206b", + "c6aff7ed-1210-4b02-e053-2a95a90ad836", + "4d94fd66-0f43-48d5-9184-4ce8ccd81f06", + "4fe47124-dc30-47d3-bd61-fe0b75a4cc02", + "5600a405-ae99-4b5f-8f22-f13348950bf6", + "634da643-671c-4802-9bbe-bfb6974e508b", + "267afdaf-0170-4a9f-871c-74e740b39503", + "c3363fba-292b-4695-bd8b-daa8f8d9bcd2", + "a84a5f40-4add-8737-e053-2995a90a0848", + "4b931f7f-aeea-4236-a123-7210f065e915", + "45fc679b-fde2-47e2-8d4e-0fcac50e9546", + "1da854df-c2fc-45c8-aeaa-53b5e3a96de6", + "bd4ef139-4321-405e-b5ed-4f7d528d7359", + "bc4e0169-4bfc-4c0d-860f-e6dfdf422c2b", + "91746f01-1969-4eb7-a01d-e5c7f9563ead", + "b6569c18-b4ad-4fe3-982e-b82aaf003be3", + "6e54c776-81c5-45a3-8689-7c64d94197de", + "44da9493-7651-480c-a2a8-accfb40663ff", + "7aa22b1a-77c3-4837-b527-1300f47a34ba", + "98bf99e1-1cba-40a6-88f3-71888887ab15", + "2d520dd9-2e72-4a1d-9afc-095c6dd75282", + "bd1f46d1-aa8f-4cad-90a3-75f10ad2cb41", + "5799a74a-ce14-45ed-94a9-867def8602a9", + "399240a3-8191-4fa8-bbb4-4d0118f8f7f7", + "94ef0a5d-af36-4060-9580-86e9e5d2ff96", + "b2a8035b-d522-479f-b2a9-21a293e90227", + "c10a9b60-1916-653a-e053-2995a90a25af", + "c9d0fffc-1cf6-42f4-a622-4cd665aeac2e", + "24a1b969-9477-4976-b5ba-daed1aec64b4", + "92cd98c8-db0b-4add-a894-521761e08326", + "3719d271-07eb-4fac-90d0-bf7e1ea119f5", + "83eaf636-fdd1-dcd8-e053-2991aa0a2bf2", + "9b93ff70-6c66-4b41-b5f6-d5802b6f2640", + "473ad7cb-6f94-4099-a649-19247fe47379", + "434a2693-9d77-4a1f-8701-184cf11d8668", + "620dfaaa-4552-4e14-924b-18540c3e6856", + "8f0277d5-8990-4372-92e3-3ac406b88b26", + "a534f0f4-1f99-4d45-a14c-beabafd5fce2", + "a13ceedb-820b-2528-e053-2a95a90afae1", + "ae417156-9919-520d-e053-2a95a90a3258", + "094eda0d-08c0-41fb-b02f-973d68232984", + "e8b01f29-291d-4a62-9b1b-ce0c43fb5ff7", + "1e727fc8-2201-4767-964c-0b8e794fd048", + "3b3ba02b-59e2-42c3-b409-144c8af96d81", + "84226073-0a96-44c4-a7a8-fb1f86d51f63", + "1da26c05-41be-4502-b0bd-9871b09ed10d", + "d53cb3f1-6689-40dd-bdea-fad3a841d482", + "a8839997-fca8-415f-a2b2-ae578e6c7396", + "f6c53ee6-426d-4595-a9e1-023724c9acd3", + "988e7167-144e-4986-9bdc-b98ab3aaec50", + "33c3902a-97cf-4159-91a1-54943110efe8", + "9250f199-9fbb-4641-e053-2995a90a1d04", + "27170beb-9e33-4e75-8434-9a4ee22f2d41", + "9497dc3a-200f-4653-e053-2995a90a3670", + "a526d142-965a-5328-e053-2995a90a1d0b", + "91c2173e-e271-55d6-e053-2995a90ab631", + "64bb61ee-2065-4e59-b4e3-d8e436436745", + "96a168ce-ca1f-18fe-e053-2a95a90a6e4d", + "7c11b868-fb3d-4ed8-8545-fbff7b327794", + "949851b2-e64d-d51c-e053-2995a90ae1e9", + "45f7d73a-d0e5-4670-b3db-4621517d6597", + "89ceeb4d-a603-4ff6-888b-e6748832283d", + "a7abacf8-c4e2-4bf0-e053-2a95a90a3043", + "6654b9bd-e9d7-4298-9c3a-5bddbdd496f5", + "fa0349b6-5c4c-484e-b68d-3920e6e048e3", + "1507abd2-77d4-4a44-99dd-a6e4a7a4663a", + "af886d56-0d28-ec1b-e053-2a95a90ae531", + "1f66589d-6ff6-4455-9990-e3e525a65669", + "2ad62695-900d-4c63-8e35-8e5ae2906efd", + "08ce59a6-4274-4d29-af2f-0a7ae48e2066", + "943017cf-1b80-44e5-bef9-20f6604dfb43", + "b5b4ba9a-1730-4930-b135-5d4298da5ba6", + "f2aeb168-7dda-4e75-897d-c18f31168b63", + "abcb151a-3506-4fa7-a049-a1c878ab3141", + "7c60fc45-3a27-9e52-e053-2a91aa0ab81e", + "aaf9a71c-a12b-8b02-e053-2995a90ad476", + "8fef5d64-6f5c-4df7-b15e-66af4b121cc1", + "d2c1c879-27b9-4ec7-abc3-4a6c286fc7f9", + "9d53122c-b5f8-1472-e053-2a95a90a971c", + "295ed76a-ed7b-4a41-9009-479e25448cd1", + "b019f0be-e2f1-4c87-bc2b-cecc458cc88a", + "8d21f530-834e-4b94-af79-202c7e5d929b", + "5f0eac4e-dddc-4995-9a9c-990e42ceb215", + "e02600ab-2d53-4b48-b921-b2b02736165e", + "a749468b-fa2e-498a-a06e-58896de3c2b5", + "0df8a078-f04e-42a1-a677-c38c1c6e5ef5", + "96d23aa1-3edb-4e77-b4f0-09ae2257efa2", + "c07438b9-b06a-42e4-b60a-de3605027dc6", + "e651283e-3310-43a2-9471-42805c038a37", + "86466de9-2574-4414-a3bd-dc6d1d663ffb", + "ae065210-91af-f773-e053-2995a90afa66", + "2b20a5a6-2db3-4cb9-98b0-28b22ef4a573", + "941c137e-4bcd-388a-e053-2995a90aca79", + "b7c7422f-ba00-4bb2-9b75-546d996a1785", + "3e6182d1-c8ae-4c78-94d2-f7e72a187f80", + "8965c058-ed23-4eb3-8bc6-332b25edc213", + "5e52cdbb-1ec8-4c6f-b064-f47af9b864a1", + "905a3edf-b13f-411c-b908-c28f932ee8eb", + "04fa7d2b-e977-42a2-af14-186529795f72", + "f37e5e1c-e147-4719-85fb-dedddb00e8e6", + "ec406c08-b8f0-492f-80a2-c7620733c298", + "d737b6ac-5c45-4cc8-b31d-974528c573f0", + "fe24039b-3051-44a1-b6ad-58281e898cd7", + "760214c6-50f9-4b63-993c-e34d438edf33", + "a8be48ee-6ac6-4b14-8ce9-ede12d77cc0e", + "18236c8b-21ee-46eb-b0f2-2c5649d6736c", + "38ac6f90-5072-4057-a8e4-f1b3967f3cc6", + "9650e46d-1e86-4479-e053-2a95a90ab8be", + "9de1b817-5799-4976-b544-d15ecf96c21a", + "55338498-0980-4851-a488-d67328f4429a", + "af0f9bd2-3b33-967a-e053-2995a90a9f6a", + "260acb4d-e8fa-42d9-bee3-fe4d355447f4", + "d3d7df4b-98d5-4d99-bb6c-b7a30f6b3929", + "85c0d70e-19fb-4db7-9f0e-db2223d49619", + "2eacf755-63e9-481e-8270-119be67e8d33", + "b5e702b1-d666-309a-e053-2a95a90a3ad9", + "997107ff-9220-47f8-922f-430d54142b07", + "f45d7747-aec8-4809-82b0-8e197919f382", + "10b2a26b-b599-4af7-a1c5-f9284c9a70bd", + "62c7c2d6-5bf7-4ada-a289-dcf89f89623f", + "188f0e08-f800-47b6-94cd-37f078b8db56", + "84302f3e-9552-40e9-9969-03e86b311bca", + "9fbad9c2-23de-4cfa-8ba5-a620a53023fb", + "a1037dec-8f80-468f-ba16-589fc4ca5471", + "c3380d42-e50c-4588-b64b-8eda4d550a8c", + "0e6fdea3-9f05-4079-b7ff-bb6dcc3f65b3", + "b304338d-5d18-4096-86ed-fe0382573fa5", + "ae140d55-e1aa-4e54-b994-9ef64dae9bcc", + "da872f5d-e8f0-49ab-bab3-97e82df576dd", + "b3fbe214-7b4e-4769-8373-c6b19d6d02ec", + "8c3ca03e-0ec3-c15c-e053-2995a90ad8bd", + "af105d01-a14b-3c0a-e053-2995a90afae2", + "9a5ec1c1-4590-458c-8777-ab8bc16c53fd", + "7256925f-619e-442e-bc04-fd57a9e3f6a0", + "180621f0-75cd-4855-ad22-4701779bb906", + "9a55dd60-2993-4080-b3fd-712434f7a057", + "a7abf2be-bb95-6c05-e053-2995a90a0477", + "69c951a6-e0b9-49be-a023-b4230b358aa4", + "79582bc9-d5cc-4cfa-b5bb-dcd316824f98", + "c46c947c-5da4-b741-e053-2995a90a5624", + "08be0975-39df-492e-b181-dcee7510b8da", + "7375e2f1-691c-4321-87da-50380ee01428", + "c0cb40dc-c6e5-4d01-b99d-3d16a18249f7", + "4a889cb5-0f86-46c3-a9d5-e79c5d97d6ad", + "c72d86c0-f34b-447a-a814-7b2ae5376104", + "a3a0dab3-0ddd-4126-805c-203dff2062e9", + "f0440c73-b493-44e8-93bf-e97458f0a888", + "ad15c11b-8e46-0878-e053-2995a90ab8f4", + "7a7b6318-b7aa-31b1-e053-2991aa0abf25", + "4c2fab29-f701-426f-a478-4fc9a0e5e467", + "bf5ee32c-7433-4031-a971-a73d0aa425d7", + "b289b1e3-854c-4d4e-b97d-16bdc5b1084c", + "a3fbf4a8-8ab6-45cd-85ed-ccceb48dc876", + "3d889843-7adc-41a2-a6b0-3caf223a2008", + "ab84407e-b584-4df8-a214-e951c80b3db6", + "eea972f1-2bb2-41b5-b63a-a044cbe65309", + "94554744-2e7c-e2fa-e053-2a95a90ac1f7", + "bfc30565-eccd-46b3-baca-e7fa5fa1fe87", + "7cecc416-5bfa-02fd-e053-2991aa0aa6e1", + "94200b9f-83b0-2484-e053-2995a90af234", + "baf2f7f9-5c99-414e-89b3-60bb4f1bf63d", + "94576f88-6f22-a4f2-e053-2a95a90acdf6", + "653e4428-9fa4-403d-bb74-b16c3e6741c3", + "a7aa59e8-a483-1c0e-e053-2a95a90a2ef5", + "1d86f628-752e-4c56-8a28-91603b45e1ef", + "72c62831-c091-4359-bab2-83993c3b99e5", + "d88c3afb-6352-4da4-bc65-af9f9b9b3367", + "a347832b-d162-45ea-bace-7b566d93a7de", + "a51d7098-0b1e-47ab-b08b-0651a3500cf4", + "1021130b-754e-46f7-8134-46b830504f15", + "491c08f4-fac5-4559-9ee7-2fa0cf054f07", + "3cd552af-c6eb-4df0-8bdb-2e8ebe7182eb", + "d34c5940-4f6f-4c7d-9556-97cdc46bdeee", + "94e17b38-bca4-4c52-a79d-0788a4628e0e", + "a3ac03fa-1b9d-4c9e-a02a-84bf8dd1b05f", + "6b380570-0e10-4a81-933b-9ba7704f0ec2", + "cf2d235e-7af8-4477-8d94-dcd696d3fd57", + "7428001c-fdbf-4105-87a8-1c28f73e049d", + "8f2e94ba-b4a9-4b0d-b35e-e40e73451222", + "7861ffab-30d1-4873-b953-d836f20de019", + "94555d2f-67ae-e377-e053-2a95a90ac2fd", + "5858d3bc-ebd6-4070-8395-18d6c7784d79", + "e72da7b8-515f-439e-8508-d5842c3b6ae2", + "f74d978b-5fa5-40d7-bd28-cba4269c1199", + "3a0cab0d-4211-4484-814c-cb4a2c2590cf", + "af0f9bd2-3b49-967a-e053-2995a90a9f6a", + "f4cad91f-00a4-4c2c-bd1f-e6330a0f5ea1", + "18c91809-9ed4-4404-9417-ff81780d549a", + "ee4506cd-0e34-4264-99a6-0ff83a5f2b72", + "a567db55-30c1-4d66-e053-2a95a90a501a", + "941c303a-c14e-6645-e053-2a95a90a59b2", + "c1c58885-f8c8-e05b-e053-2a95a90a46db", + "2e46e6f0-561b-4dea-a56b-1cab45d212d3", + "bde40a0f-eccd-4b3b-9b75-345bc661e6a3", + "b9b1072a-8798-4d8f-9fca-b0ae5729390d", + "8748389d-27ff-47b5-bbe9-03592e2d7d45", + "e84eee38-e88e-49a6-b725-81a5c8a4318d", + "9f5d1e86-1ae8-4779-9fb3-d4cb1ac265ea", + "33f45670-f770-461a-af2d-0f698e43248f", + "b5e6dff6-74d7-322e-e053-2995a90a056e", + "78eff731-1d31-4da3-9a7d-e5542fd8c930", + "c4e3a8cd-4de3-7c43-e053-2995a90a0b52", + "e25e3758-9914-4bf6-87c6-4dff207d3d77", + "c738adca-7ef7-4c37-91aa-8841a59f337a", + "dac0b17f-bee0-4438-a094-11ff699fe56a", + "16bd851e-4828-487f-95df-5f08fc841a3e", + "30173587-5e7e-4a87-a0a1-900073a982d3", + "937186e0-63e7-4207-ab9d-8021ffd406e1", + "7a7ace84-fd5c-4192-8ffb-ab4a1e55afa7", + "752f85e6-ef8d-40a3-a69f-9f283d3b01ec", + "18a77e1b-e968-4b24-89e2-10246b10cf83", + "b7b4d9ae-0bc3-9df4-e053-2995a90a4ede", + "a1391b3e-8468-41bb-ad18-5508b9f7a4a0", + "a8448cdc-8d58-500c-e053-2a95a90a349f", + "aa91a0b7-4ddf-0e1b-e053-2995a90a9f26", + "a4d5b227-c676-4ff3-895c-f57750610976", + "c2a405cb-a38d-4642-86d5-a46a6702bf15", + "bdd9d7e2-2c92-4463-a564-8f92151bc286", + "ae419268-b2f9-4693-8b1d-f43201a00df4", + "4dc19bd8-7c6f-48d8-a358-02c0dcd5990a", + "9d357b5f-b270-48c0-b960-4c038dba9a6d", + "97af2e88-971e-4ae6-90c6-a25801112ad0", + "935f5fe1-8ca5-4dad-ab91-0765681c5e59", + "23a528e4-ba22-4780-b80d-9e882ae2c9f4", + "57b19f64-4394-413c-95cd-c6f79eaea90c", + "08377114-ccaa-4c97-86eb-8079c1964de4", + "d9fb2be9-0868-4963-951f-c47448a0c5a4", + "24bf43e2-7efc-4393-930c-6a3e9324335c", + "a84a5f40-4adc-8737-e053-2995a90a0848", + "c6b75b67-fcab-8523-e053-2a95a90a0afe", + "80c77976-91df-3f54-e053-2a91aa0a79b0", + "7fafc13e-3fef-ace3-e053-2a91aa0ac2ea", + "e6e7af06-2838-436b-a4a3-eca9fa2b3826", + "e20cd7f9-5d76-45a2-9436-fefb977e996b", + "925f11c8-203e-d4a8-e053-2995a90a6198", + "bccade3a-2047-f668-e053-2995a90a5c32", + "c4ad2540-6236-4b98-9c9d-cfb3666bddff", + "18f1f934-7b49-4632-9eb3-45206d5d51f6", + "2d616785-6604-4d53-b466-d626c99ae5ad", + "912e20c5-a582-4dc7-8145-add220729b11", + "5414aa44-3cb9-4a85-a781-631929b4cede", + "fc3ce3bc-fafd-48be-83b4-96a4704b0326", + "816677fd-4510-4677-b4e0-5601ce347e7c", + "071846a8-36d8-4978-af13-f5a783ec97b8", + "9b1c7183-7ea9-4d7c-bddf-8349792116d3", + "666c0e65-9b1a-4c81-bfd2-76ae87266a6a", + "6f842ba1-e583-455b-a69b-ed881481f4ac", + "15ea5dc9-ea0f-46c5-8cda-125a5e6db91c", + "4597de6c-a0a5-469f-a0e7-df098f66b0b8", + "3b066e4e-2170-4d3b-ae9f-6a1e23212abf", + "f591525f-3e5f-49c1-9a90-a23744154009", + "0ce3c522-4b65-4cd5-b4a8-092714a0c4c4", + "53a52984-7614-42a6-a869-d8f845b99c87", + "5f77c518-6b51-4074-bce0-bcefa3129ad6", + "b99f3447-0a91-4118-92f1-e6fd3f0c9a27", + "df1b937f-ec84-4813-a4e0-f18ba259f852", + "adcedcd1-4b8d-0b57-e053-2a95a90a75ca", + "ffdcb111-e264-4e4a-bc21-149a8b83f546", + "c69d7a71-5388-2be3-e053-2a95a90a0c5d", + "bb5cd5d5-4031-226b-e053-2a95a90a7ac9", + "e7c23152-612b-4733-bb76-09a6929eddba", + "57bcf51e-e754-41c3-ac21-aa3bb0a05045", + "c125b554-d015-7ff6-e053-2a95a90a67c6", + "8b542812-7665-44b3-bb4e-24b5044b9572", + "9d1f6fad-5203-4a6c-b86e-15d4d9eb63ae", + "f22dc654-6ef3-4e17-86ee-193ca1ad7acd", + "145307ef-a92d-41b6-adea-24f4fc91b285", + "a7e27685-e2d6-4886-bfd3-1b25b0ae5c46", + "f7b02c65-1349-4932-ac78-fa72d084d748", + "8f9c207e-6620-2500-e053-2a95a90a9919", + "835ac6da-10fd-4bf6-8652-0791184ac312", + "a50e1393-c5ef-7307-e053-2a95a90a3c22", + "c9772df6-21a8-4bd5-9fdd-b69f4687b449", + "6b883ef7-cb66-414a-81ae-8c2587240eeb", + "9e5332ab-92bd-3a33-e053-2995a90a642d", + "232961d1-a7af-4955-840c-515ecdcd8a9e", + "307fe393-79bd-408b-9846-4a3efc533310", + "b9ff27df-f655-2d9b-e053-2a95a90a3f77", + "c428031b-70af-3d03-e053-2a95a90a82dd", + "57918e8e-5783-4695-8c70-4dc29e534c42", + "68ebcdcb-3f3c-47ca-bd2c-505f7726f0a7", + "191b3982-83bb-43f7-b656-47afb471a109", + "6d5673a7-3dcc-4095-a7ab-abb273552a8e", + "d6f9f8aa-3e40-4fa8-b5fa-4b6e5558504d", + "28e6db01-eb39-4d5a-9005-9f9ea516c839", + "591e1cf3-9ac4-45e1-a854-1feb84023206", + "bc7e9a74-1d43-4e0b-8ca2-ed4363958af7", + "a0bc4c87-bb1f-4aa5-b28e-ab0de9fcb855", + "592aa171-bc6b-4d5b-9e22-84554088dc79", + "feb250d0-cddb-448d-b08d-00a0fc091055", + "550a97ea-8c58-4eb2-9732-e66a0136d61b", + "8d09357f-779f-4ac2-9332-91a6ed918ee2", + "af0e5d46-a788-55e8-e053-2995a90a8d10", + "efa3f14a-2d5e-4b3b-99e8-0f1b679984cd", + "b31082d7-fe7c-4465-8c71-66e0c0533fbf", + "27a987c5-7fba-44f3-a621-439a4ca8711b", + "dcf65be2-1305-44c4-beec-f4d58071b224", + "646f0967-078c-4f3f-92b4-07df4d5d41b7", + "9f4874e0-68b5-49c8-89b1-63badcc69af1", + "8ffbff80-10e3-41eb-aaf7-d90c47e09f40", + "c8ce1637-f151-4bce-84ac-6b14122f0a28", + "57f615b7-65a7-42ba-93c5-9f838c9396c6", + "b1912c88-6233-401a-a321-4340809fa5ae", + "c364d274-176f-8a27-e053-2995a90afed6", + "9a902efa-8626-48ff-be0f-31513a89a688", + "af8ddf13-f3a7-4e67-9295-30165b7bde6c", + "944a045a-55df-4f60-8bfd-06e768ac4e8f", + "7f02e714-74c5-4be3-a4e5-b022a873f128", + "30a3a571-f371-4779-9e2c-a17cfbe6d63b", + "db4da85e-6233-4a68-a9a1-fe2bf3617b57", + "d7f8632e-0b5b-495f-85f0-15ee9742fc40", + "4576f100-5a84-43a0-8a0a-977f788c9ddb", + "e12b3a61-be40-429c-b2d9-233cb2ac2b80", + "0bfba1b7-da95-46e1-9863-b863a28f28e3", + "b57a2cc9-fc50-4b86-e053-2a95a90aee9a", + "98fcf92b-fcc6-42db-adfe-ba34e36485c8", + "71ff62e4-838c-4654-bf73-054e79d67a98", + "fc4544d3-3efd-4d97-9093-60396e2a4449", + "322279d7-7f8c-4ebd-8557-4418b0f224d3", + "b695d794-16d3-42dd-b6fa-fc6efd7a45bb", + "4b67e45b-f17d-480a-a4ca-32fefb966dff", + "4e75237d-748f-4531-b840-b32f33e92cfb", + "68d8899f-c810-405d-9b46-9294036781d5", + "c62b8a24-4bc1-287a-e053-2995a90af4d4", + "13cdf9f9-e7f0-4dbb-bd4e-7aac8d42292f", + "9169b376-f761-41da-b91d-f0186c11d4cb", + "ffa6a450-5dd0-48cb-a5ee-6cef38abec26", + "9374c934-9c3e-3b27-e053-2995a90a106d", + "aeb163b5-773d-4a07-b95a-898411d08b6f", + "62a7f514-790a-40f0-bec1-6ec46cf93cc0", + "1df3712c-047c-427f-b195-e3cd0a174fd0", + "673e46ce-81b7-4b19-a5fc-d3a05df97570", + "63f66800-1aab-4a58-bf83-25460f71fc7b", + "f0a24bcd-5b47-46e7-b049-e94df302d340", + "77cf0092-7436-14ba-e053-2991aa0ac112", + "b60c3ac8-a9a2-3e00-e053-2995a90abe5b", + "a9f54710-0a2a-4130-af78-ea0112cda918", + "d89b6f4d-72c2-4ceb-b172-6d712b5a7cdd", + "3b9cbb82-52ac-43d9-b2a3-15af86afda19", + "ca4290c2-445b-48e8-9cd8-c28bfc214bcb", + "e906ff94-535c-4fcb-9af7-162817cdeed3", + "1e90ac39-723a-40a6-94a5-6cae0f3024bc", + "5363a94e-e532-42f0-a3f8-d70e1dd13684", + "7461e50d-bfa1-4627-b691-089636b979d2", + "c6b6ec3a-e3e5-225b-e053-2a95a90a29e2", + "a50e2d64-2c70-918c-e053-2a95a90a69e7", + "4d7ffc9c-f121-45e0-a932-d67929412256", + "a35f050a-efaf-d1e8-e053-2995a90ae011", + "54782871-4d51-46cc-8fc2-e1f46786c3ea", + "18e5eed7-d3be-4559-93ca-b40ee26c7bd8", + "1fda427d-2145-4653-ad35-e78f2100c5c7", + "c5872fd7-c1a6-49ab-b245-0cd83d546c85", + "5e5b8dcd-c972-4d39-a622-cce3485cb808", + "17e378bb-bc0b-4514-a4e3-ce8c156b0dfa", + "3a32f0c7-c03e-4783-a429-08280993ddfb", + "61919df7-c078-0cb9-e053-2a91aa0a5e1d", + "c10af94e-1ac2-7808-e053-2a95a90ae51d", + "c818165a-2b6a-49e0-806b-136f71d6da4c", + "cfecbaca-e88e-4503-b37d-dd65d13e24d9", + "76b47c18-02e3-524e-e053-2a91aa0adaec", + "80c77976-91c9-3f54-e053-2a91aa0a79b0", + "bd546695-7e84-214d-e053-2a95a90a64bc", + "e8ab00ae-bae2-4edc-947e-9a83759701ef", + "7a04c69f-83d3-46ce-a174-b45625103b3d", + "ffb1ca02-c0d0-4a06-a6c5-322c4ffa173c", + "c977d929-8c86-49a2-a0a0-907c399bffc6", + "c39e4f66-f9c0-9607-e053-2a95a90ac2b6", + "37755323-beff-4c35-ba40-d175c26e642c", + "4360205c-32dd-4b39-85c4-b5e2ded1234e", + "22bd8b8b-a455-4102-81d0-7822c09998f6", + "6d3f2d87-4f22-4343-b8ee-c1a4b18362a0", + "ba5ad25d-c71a-13b5-e053-2995a90a7830", + "64da1cae-42ce-43e5-b4dc-beb56fc73d12", + "39ee2c94-390a-4b8b-a0da-e2be85b8ec90", + "590f8dc7-19ab-4645-bb3c-fb26242c52b0", + "1f723c4e-6023-4e9a-b1c8-868983ebc837", + "871bd1a6-0e99-40e2-af2f-39e804fa7c74", + "a15041f7-99a8-4b99-8bbc-727bb7554d3d", + "508bd30f-6484-49d7-9578-3d1b553a00b5", + "b63994ba-0a78-4864-8979-bebf7ae0ea82", + "71c28569-bc31-4d0d-b873-38741fb14b79", + "c8186bd6-a003-404d-a446-a460801f6148", + "0de44491-e307-43f6-8629-024173bc7d5d", + "7c4545e5-9158-4f2e-98af-8f822ff8c075", + "af0f9bd2-3b61-967a-e053-2995a90a9f6a", + "af0a1633-d4bf-c72b-e053-2995a90a0dc1", + "093e52ec-9907-464b-9fc5-ddc2df049836", + "2125e551-3186-48dc-93df-aed01ac90e13", + "59607cf4-eb1b-4370-8897-9df5211f337d", + "173e4d71-b3a5-43f7-aa02-b603311a7150", + "9180a3da-35f2-439d-9ad1-dae14e65900e", + "5f05d587-416b-4e2a-8cea-f20435ac68e4", + "94902ca2-1d14-47e5-9f63-37986eea3bb7", + "97de1f7a-7ceb-44f7-9d9b-7376c7dee681", + "ed81e7b0-1104-40ef-a152-248941069edb", + "3cd90bef-d64d-4fb5-97db-2cd0a72c9098", + "0cbd1e97-f29c-41e7-a823-103e7ae10e1a", + "301decb2-6822-4cc1-881a-b0d839e86bcd", + "bcebdc47-3f84-49f6-839e-c06ec629bc51", + "0b05f2b0-eba7-4d75-bac4-708a1c44cc69", + "c6ce8f14-52dd-4364-85ce-23651105d302", + "7de3b00a-2da9-4f84-a97e-63024a73e3c1", + "315aefb8-3453-49cb-8ca0-aa0e943a4206", + "3aeab4eb-7bb9-4447-8809-dbcbf2c7d8b3", + "af0e20e2-d5fa-48cc-e053-2995a90a36e2", + "9420052e-421a-0afc-e053-2995a90aad4f", + "bb9cb0af-884c-4855-87c7-ca9ed68dab7f", + "f59576eb-6f54-4ccc-8a0a-4da4fe0c2590", + "1cb44e65-c708-4ac1-a7e8-b59077f9d6a0", + "925382ee-b0df-636d-e053-2a95a90a2411", + "5bd8cf4a-096a-5a2a-e053-2a91aa0ad499", + "f0a7070b-8acf-49f0-88c8-c841f73242d8", + "c6b03e39-565b-e078-e053-2995a90a13cf", + "a373638d-0588-4c63-a508-cfce239859eb", + "de405092-f6ae-4c46-bd27-fe1b66492f1a", + "c54bffae-0f39-4916-ab94-f77efb4f799e", + "44e8aa05-de29-429a-accc-b2658b7fad1f", + "82ef00dd-b5f4-421a-8093-636ea7b690d5", + "c707bb30-7ce9-7981-e053-2a95a90a57d9", + "0e9458a6-23c4-446b-b10c-1d46d72ea236", + "2365a842-2673-4a8c-91bc-aa12445fb1af", + "a6babfc3-884b-461c-9f4b-341076b46d2e", + "e4667347-d34f-4bf3-9429-bdd094012601", + "f3c74ca1-4898-4bc2-92c4-9ae9cf9c14a9", + "c6a1ffa3-5d94-7009-e053-2995a90a32a2", + "6004a3bc-de39-46f8-a531-2982578a605a", + "139905c1-39ac-45c8-9ab1-9f8a8794e5e6", + "c8569ca2-66cb-40a0-8ced-886aab9e47e6", + "f71f6afe-6939-43f7-9167-69362b2a337f", + "de603840-ce3a-4248-86af-03c8a999bf12", + "925c495d-0c37-4c6b-e053-2a95a90ad1a4", + "0a949868-ae85-42fa-b1f1-1c2c155fb00d", + "94bdba04-ef9e-be1b-e053-2995a90a4ccf", + "e5317033-bddf-47ec-959c-8ba28d5aa461", + "dbfa4332-d7e0-441d-a54b-fc745d44a706", + "ccc52d86-bc67-4730-bb5e-55197d4569f5", + "e74762e4-bb7a-4289-a7c8-0483d1a5b863", + "259dbbf8-8b72-492c-b330-da8a2d7864de", + "98492b9f-8f48-42dd-b026-c37dcdc5f888", + "fe7a803a-dc80-41d4-b492-01a9b53536ac", + "c310d3a9-1ccb-8ed6-e053-2995a90a7752", + "28ff4119-4f73-4815-bf9e-7af89960edee", + "ab177313-55e6-4e76-8628-833dcd8e2d9d", + "c9e32aa4-eb08-40a0-bcec-4e20b4738769", + "93db533b-4cd4-43c3-ba68-0c627b9446af", + "8b735e59-95d8-41ff-9912-04c6fbf7452a", + "373dd5b7-413e-4e13-b79a-e2bb65514a99", + "b5feec7b-7591-4c4f-a13d-599d064581e1", + "7464a841-a9cc-471e-b937-60945f2bce51", + "af97c3a1-7b52-48bd-b430-1a453c3288c4", + "7cecdc2f-b792-7be8-e053-2991aa0aae42", + "012127a4-f871-4289-9fd5-c91cd1a986f5", + "1770ba2a-d7df-4237-adc7-ba1226e702ff", + "a58b5d12-a13a-7c17-e053-2a95a90a6e8b", + "57552864-4990-4732-9098-82ea4aff04c1", + "a0adc1d1-983f-4033-8337-db6c403733c9", + "af0b1d80-3e15-c056-e053-2995a90ae552", + "12c5c691-21ac-496d-9b4f-85ea88174c44", + "e51bb1df-6ebf-4f9b-9e7d-e1afbe85c550", + "77430c3b-8f38-45a6-996b-cc520f68e086", + "ac10573f-cb75-5bda-e053-2a95a90acce0", + "02abd52b-e144-4ac8-8356-267f91950abd", + "28711ac7-d40d-494a-b14d-c5d26e6cff83", + "80fb8f23-e256-4b8d-859d-a99f01a30988", + "d2082d11-d430-4f0f-98d1-0f55993927a0", + "dd8798ed-2672-4099-9025-ec57fba11d21", + "cec6ab78-18da-40cd-b32d-a8f86bee870d", + "efd20a4b-fd12-46e4-ad80-5065264a4203", + "fa79c1fa-e71c-447e-a24c-ab34834d7a99", + "2b9c3860-c76d-4dfc-bfe8-7b98d013eb73", + "eda004ed-3640-4e9a-9926-2eedccda65b3", + "05e64b95-b30a-4baa-a071-d01430089f81", + "e8b5bb19-3084-4f8a-a266-b98582f7cc93", + "6c80d6e7-11cb-483e-a8bf-99eff250a218", + "117900ff-eaa4-4a70-aa2a-132d8c1f6abf", + "36d41169-095b-42d0-a08f-d9cf62668587", + "31e0f074-cbf1-4762-91df-326d9642b533", + "3a735b15-2cf1-47f9-a684-0a4804d04258", + "93de453c-9860-73da-e053-2995a90a1562", + "c3371fb1-55f0-4740-9fd7-a6fe6ee9a60a", + "66a3539e-9087-47ad-bccd-5a715e253984", + "207ba136-9b6c-4356-b94b-217e8450c7cc", + "cc36ea96-46f7-4952-a4ea-5ed4ec784f13", + "b7b4f650-ec1a-9f62-e053-2995a90aa17a", + "03bf407a-7a77-415b-bc25-eb58d1bdd36c", + "1ed7b480-cc1e-477e-a5dc-e55dbbbf8751", + "afea807e-06fe-99d0-e053-2995a90a53cb", + "50a7aae6-aab6-4065-a135-ae5be8283dce", + "bcd14c33-e2c2-85ca-e053-2995a90a4efa", + "ada6fdbc-3b72-4239-8c7f-c86abc7c8136", + "38d61406-dadf-4860-882b-0ad409a0aae7", + "d234309b-86df-4cd4-9e16-8b754691b3b7", + "55de9f94-89b2-4bfb-a41d-6660ba6e7a6d", + "bed62c4e-34c3-6e3f-e053-2a95a90a2921", + "ff9b30b1-c454-49fa-bc34-5ced2f362559", + "953e6208-00c2-4bbd-b4b8-b7350362082c", + "00e3f203-3994-4fc1-bb17-627e34cceeaf", + "6cc1a36b-b32b-4f1a-8223-a3f11e7d0799", + "9650e46d-1e9c-4479-e053-2a95a90ab8be", + "050cd13a-8d19-442a-8eb2-52dd07fd16f8", + "aae3fecd-abb0-c76d-e053-2a95a90a1adb", + "cbedbc46-0e4c-46ed-b92d-be828fbcdddc", + "6cdeaf06-cb4a-4ae9-8979-92e1b85324fe", + "bb3ff985-9dfa-4161-8431-cb2b830ad935", + "b2cfae91-2360-445e-9933-78793d3b8854", + "a838f8d6-e1db-481a-8fd5-0731bda8f675", + "cc595e75-dfc0-49dc-ae42-3ff546d2e70e", + "f39c3f82-b1be-4b4c-8792-80cc16f24a9c", + "9af0c38e-0340-926c-e053-2995a90a30c8", + "e1963f81-d384-4360-9874-a3c166f2ca02", + "b7aa8454-c5b6-4aa3-8aab-bc5067d109c6", + "7b278c5c-bb8b-410d-9e94-911001a12336", + "d6eefb76-853a-48d5-ab95-68be4524dedd", + "1951cb2d-381f-419f-947a-d3885b8d1d51", + "99eb7735-c725-aa14-e053-2a95a90addde", + "7fc8aec2-a16c-414b-af13-f5c918052c33", + "01834083-6e33-4c88-9f64-60a07460d5cf", + "af106c99-059e-21b9-e053-2995a90ab96c", + "b16cbc70-b640-44c3-9e4d-8fac30f3d3f5", + "4d6163bd-1ce0-40bb-89fd-17a404a2c95e", + "a2a655de-a75d-909b-e053-2a95a90a089c", + "c4800cd4-0f7e-5654-e053-2995a90afd77", + "a8fc1b0c-dd69-4567-8eea-de4d9b0c7740", + "eec83754-2a76-42d0-9f6f-fd72ea1dfbd8", + "6222f467-6dd1-4b0f-a86a-2a00f8fd0701", + "3c936bda-a9ef-43d6-96c8-85ee957387df", + "9f12449d-6cc7-43aa-a4b2-b5e4844b38cf", + "b8d78a3f-8026-449b-8715-a81a8f62e410", + "c8d9c8c6-20fa-4a18-af80-47e3ffd4272a", + "9635ca21-85d0-4abd-b830-885f2dd904d9", + "0524397b-2fdd-4b93-96ca-b85c6596cb40", + "adcdeac9-18ca-4621-936d-75ec23119e94", + "b5e6f591-3ba9-3592-e053-2995a90aeb12", + "2794ba50-073e-4c9f-a466-31f69200cfec", + "0e1bcb06-be48-4efc-82e2-516582e02348", + "1db158b7-5b93-4100-b10a-03ab5de5ca94", + "cffbe584-ff08-4455-8992-8998dc81c238", + "87e54e84-40c6-40f5-8870-df4b476d2e91", + "9b41f9e9-5068-b912-e053-2995a90a1254", + "43a17dde-62a9-4c8b-a79f-b1f32db151af", + "eaf1e6b2-41d2-48fc-bb0e-09635d7ca108", + "e80121f8-0060-469a-89fb-466fb89406bf", + "6e333eb1-5b66-4f7f-a189-9c0f5c604cb5", + "f3e07e63-27e7-4fe7-9afc-15023e4a0218", + "2fb90d28-1a08-44bf-9cfb-1820294c07f8", + "82a1d588-5ad1-4ab9-8bdb-bfa044823dee", + "80c77976-91f7-3f54-e053-2a91aa0a79b0", + "79a46f8f-e792-448e-8dd6-2b9eee6303c0", + "312d6d3b-a143-4850-90d5-ad6c677545ac", + "06e2a025-460a-48c2-8e87-1de554609552", + "5bb4c9b8-d744-4c29-bb3f-88f494c8c1fb", + "5529b5a6-cbe8-40ab-9f28-70e33fc46704", + "ffc1d196-1f5c-4c70-8d03-a6005f3c8852", + "e30f7f75-b812-4dcb-9239-d26dd411ac08", + "c7305762-fd3a-33a0-e053-2a95a90a8a78", + "7d2b3ded-415a-45f0-86a3-2f3345d185f7", + "6c3984d2-12c4-4771-8a5a-2f388abd973c", + "39ef5c5a-b05c-46d0-a09e-8df6dddc56ee", + "daf68614-3cc7-447e-8906-e29a0698d9bf", + "8c9e16df-1eed-402d-bb47-240810785f15", + "e914472b-c785-4c73-b37c-4d459166cf41", + "64f6be24-c3ed-46c9-b2f0-2cfbf916459e", + "93b69773-9d11-4080-9618-d5df0ddc0b20", + "bbc1a709-b3f2-45cf-861b-64ab740daef5", + "f299069b-470d-4f26-88c9-5e0b239dbe37", + "e9519ea8-e345-4520-a58a-ed7f1b69be57", + "af0a1633-d4d5-c72b-e053-2995a90a0dc1", + "d833cc00-92b7-4b2a-8ca2-973d2ce70df3", + "3a4f681d-9d12-4c46-ab7a-379c94278044", + "f6c0e750-b79b-41d0-a13c-bc8d4ff0631d", + "ad361f5c-e976-404f-b2a9-4316f5a43885", + "d778b1d7-0575-4b55-a6f1-1598e8ebfec5", + "a19f88c9-4d03-425f-a52f-d47d8e060dcb", + "59b694b2-6f22-f17b-e053-2991aa0ab8b7", + "7a314b7f-91d6-4196-bd96-2470ff7b0b25", + "82e13eb7-a786-4727-9f5d-956095aabad6", + "ace7f542-047f-480b-bf59-a620b196f06d", + "505100fd-04f7-497b-ac1c-89c0b8b70af8", + "94980ed7-d391-de9f-e053-2a95a90aa81f", + "90305282-f302-42c4-e053-2a95a90a6336", + "4805ae2a-950d-4d15-93c7-b5b545c1146a", + "b1993c44-3d36-8ca7-e053-2a95a90a74d8", + "b60c16e6-44b8-5c37-e053-2a95a90a3b26", + "ac3c264f-da36-a474-e053-2a95a90abdad", + "3a4a8260-d11f-4285-9f2b-6fe83ee7fd30", + "fb6a8835-54a8-4f37-8f7c-0a01a6b27e43", + "ac8c25b6-13f9-4c4f-a51e-b82664e93fc8", + "aa407f8b-c73e-4f30-b985-676dff0991ac", + "759203fb-097d-45c2-9298-b7138888b099", + "38fe09a8-38d9-49e2-a951-d70aa7907e48", + "bcb5d64f-67d2-40a0-8c56-beb742dc96c7", + "71d1d56e-b34c-430b-a083-f305487ebfe6", + "9f4deb6a-a97f-436f-b127-a86223a6f578", + "3ed1d2b9-2887-428e-9879-f1313d28d82a", + "a1ace840-9c06-4d91-871a-5d610ef38930", + "b6cfa487-5d8b-4512-ac1c-ff65e130705b", + "f4128377-a30a-4fc5-8e9f-e3e4eccb798e", + "1fc270b7-c5e8-48e5-9710-ef016234a834", + "9bb8e2bf-4c38-487f-a7bb-710b9030be32", + "eaaf26c2-87a0-4cae-a8ae-fdc09543dc59", + "9cdad0b7-26ba-42c6-9164-d57eb36559fc", + "59bbafc0-82c4-4e42-b0b5-c66ecf0bd05d", + "92883e73-dbf2-4ea9-ba8d-3cdf32eff2b5", + "50b06332-6e1f-48e1-b767-6845cd7add07", + "4a85df99-4f30-4d01-bccd-09d1f6e84ac4", + "189fd6c7-79be-42c2-b4ea-912fc103c5aa", + "e6ccbc31-f7da-40a2-95aa-3712d34c0be8", + "db3e120c-cbdd-4942-8f42-91d9e06a985d", + "bca3f946-eb6f-6547-e053-2a95a90ac13f", + "510c1692-f23a-497b-8738-4b29e7c549e8", + "5ed935b6-4798-4a77-b4d0-e0530a4e6892", + "2c924511-2456-4c2f-acaa-0a2a92569f62", + "c000606e-20e8-4df6-8e7d-1ed8ebbc3171", + "b143d484-d088-c2b8-e053-2a95a90adfac", + "a1391a2b-81b8-51eb-e053-2a95a90a2d5e", + "a13ac87b-b396-685e-e053-2a95a90ab5d3", + "8e733e89-3460-49b9-a157-4f2f91bb14cc", + "ff22cccb-726e-40a1-b3dc-41e8eb3c4906", + "54c94b7c-c5a9-4daa-a0fa-6c94bf78e978", + "52380ddf-1ec5-4dd5-bfaf-3de4e1e0580f", + "f6695816-efb9-4212-929a-fe817dfae782", + "ad16014c-0182-4671-bbeb-953f6c497459", + "82a5a34e-29b4-480a-a996-462f5a0ae19d", + "e1b3c409-4f62-4ae3-8b0a-89e44408ba95", + "cadfbfcd-72c8-4052-b76a-a7b92cfb2ac6", + "00c9d07f-e7c8-4f06-962d-a773ab4e350f", + "24bf2ca4-e4fa-41dc-82ab-f31b4ab9840c", + "15840b75-d46a-443b-a8de-9c359e3ab23e", + "c6b06804-4287-6074-e053-2995a90a112a", + "d631a40c-eb33-4b22-8441-81db85f4ad2e", + "1d66e913-3f85-4dbb-b144-c75fca7066d2", + "9aed8ef2-39a0-64ec-e053-2995a90ac780", + "bee6e30d-57ca-4c0e-931f-7daaa2e7cfa0", + "ef3d3359-06e3-4554-bd18-bf19591295cc", + "b930519b-3c6f-4f19-8e84-227c44b06331", + "2a11b3d2-a518-4048-8cdf-3d67eaeca92f", + "b1a0cd90-c2ee-441f-a3d5-b0f100b68176", + "c3da110f-bd8e-2e5a-e053-2a95a90a9928", + "8b17c775-23a7-478f-bbef-61219ffabed4", + "ae064a9e-dad7-fa86-e053-2a95a90a16a7", + "62d5bbe7-4c13-413a-af8a-26e43636955d", + "a568fd1e-9bf1-3c03-e053-2a95a90a45b7", + "c42485b7-3041-4ec4-bcb1-98d20b7e23bc", + "b40fa623-107f-4805-9ba7-c350c0af0bec", + "ba89fbe6-546b-e10c-e053-2a95a90ade0c", + "d8462cce-e7af-4b02-8c4a-3121d8eebf40", + "d4fa5121-507c-402b-bca7-1c437003b8db", + "da59bc1c-06c8-4a10-a26a-00c365c02093", + "fd356398-4fc8-4b1b-830c-7afce38d0e10", + "5dada37e-65d3-40b4-83ff-dbfc316e9f45", + "e555c2a1-3a3e-4b73-9ff1-b1742e5b58e2", + "e4cc0c06-2ebd-44a3-b4f0-a79b2222ae7f", + "01e7ae99-de24-4cdc-aedf-58305a908c10", + "4403bf79-34ca-40d1-94da-b8638950a6d3", + "daa1435c-d41f-486e-bd4c-d2a197d82613", + "a50dd606-fcd2-3f70-e053-2a95a90a010e", + "65bf8766-e791-41c1-83d0-e3dbb163802d", + "16ba2996-bec0-4caa-82c1-05d01e56fe6d", + "af0fa2a5-9869-287f-e053-2995a90acc5d", + "a08bfe6a-73e2-4d87-bfc8-3c24c41690f1", + "560679f3-86ef-4332-90a3-b2d92667ac53", + "3875fb18-f6bd-4b6e-9320-cd623c6180b0", + "fd004bd4-4dda-4759-a736-1f9b0806ca76", + "4fb935a4-821c-4882-abd9-d1f4796d2ddc" + ], + "spl_set_id": [ + "03cdff8a-8890-440d-82b5-54ce809f88cc", + "135f910d-a5cd-46e9-9436-015170cc7e38", + "1d81eea7-0104-4b3d-842c-c763e290581c", + "27f32846-6b91-4af8-9190-755e1bae48e1", + "29b2ced3-023b-c2b4-51f2-9d127b4bc102", + "389454b7-c17d-4413-b1ab-dee9a13f81cf", + "3c8d5ae9-6d18-4fc7-a13e-63a11f062fd0", + "53589fe8-460b-47f7-8ac6-16a7168f3535", + "5398f5b7-a9a6-4f7e-a06c-e524b9939562", + "58376401-8ced-4df2-950d-51d8e5c44390", + "5c65b691-b795-44a5-abb7-931cd772f1a1", + "7dc46067-a6d2-4f4e-9c4e-9323c943b5db", + "8466941c-3c5a-436f-9056-30c9fe58ae51", + "913a4bd0-0784-45b4-b05e-3e7c016bbb86", + "9cd0ad4d-2f0d-4043-af96-638038bf8f6a", + "9d7526ee-f454-c29a-e053-2995a90ab8b1", + "acc4cbc8-085d-42f3-ad93-113e0b55631c", + "ad130a94-ec7b-4ea5-bef7-44a067b013d0", + "c2930777-794a-16a9-e053-2a95a90a12b5", + "ca9498ec-755d-4a09-9504-210dd48d6fed", + "cb901e03-3341-4fbb-9fd2-555bfa543ed5", + "dd1ead18-b89b-42c2-94d5-998835cbba03", + "e0846e1a-1b0e-4763-b110-b686576fc8c5", + "e172a8d8-779d-4ad9-b6b0-08a198a58034", + "e28d3d21-b86c-453f-ab2e-49ace4770151", + "e4f1fd16-db22-4fb6-8796-e2c4e30cf522", + "00b7fc71-8cf0-4c12-a479-146408f7f91b", + "07d4c400-b182-92f7-7574-9e0e94c39cce", + "23b3537f-5dbd-4517-a059-16cd430b35b5", + "24731405-219c-79b4-ecf0-7d5fbfda94ba", + "2910b50b-c8de-382b-e054-00144ff88e88", + "2923c4a3-f994-67a7-e054-00144ff8d46c", + "3079d932-afb2-94fe-f4ba-a3d8b5198fce", + "6d047655-2b29-4f74-ac6e-93b02c25870c", + "703869c9-7f12-4556-a2af-8e68942834f2", + "82aad715-f652-471b-840c-5151c66e5ade", + "884d51d8-4774-4dde-b854-32abfb4b712d", + "8ad91d2f-8f49-444a-bc1b-07a4f9ef5aed", + "9e1cdef7-921f-4163-869c-6c062e31c5bb", + "ad55d9b1-17b3-4a17-a4a3-d95ba2943959", + "c35426c2-c76e-4fdb-e053-2995a90a0f17", + "c8216cd0-2c4d-4ae7-a8f3-623ac993b1b8", + "e4314153-479d-4c0f-ba49-4d4efded304b", + "03e26b4d-1b27-4e67-b33e-5ce6f28135bf", + "0818b207-e7f7-4a98-9b23-7a4950efa8bb", + "08d9477e-3033-4b74-8f81-934f39e37e55", + "17b3ca97-1bd6-4e76-a47f-2e35ef36b707", + "3329f487-675d-440c-b7c5-d17a2b024275", + "4ce20d2b-2dfb-4405-b545-dd1f67b2c588", + "58272a5c-5882-420d-b359-f2c6db836fd2", + "5883ebd4-8cf7-45f1-8c66-e87416835fcc", + "67e09ad5-e010-4aa1-b86e-9b22331bf33b", + "6e2ea68b-13e7-4015-adfd-b7e5e2a40576", + "7877d6a7-9941-4dd3-8fad-886f5a422cd8", + "976ba88a-6428-40d1-a2fd-eac64963ba1d", + "99a76de3-166a-4902-b400-b262a4fa0ae8", + "9a5b75bd-536c-42ad-a9b8-41634083b3d4", + "a8507ff0-b9ab-415d-acbc-ea424e35d12c", + "c36847c0-4741-4178-8a1a-697c068591fd", + "c3f1b721-2bb0-4297-bfc6-7faaf9ba8419", + "d506fcb1-27e0-4495-b166-1eb6ed8dfa09", + "d6bb68ad-8cd2-4cab-b6af-4dd9bd2acb1f", + "da3fb7e2-d3ea-43f9-9619-4013454929c7", + "0ca0b6cf-7d1f-4673-b9b9-48f78d80c00a", + "1f4159ad-d58c-4519-932b-030cc2735514", + "1f499d0d-9d7c-4814-a8ae-69f58db6bd46", + "2daee8c1-d05e-406b-af65-b81bbbaa244d", + "49924f8e-7dff-425f-b5dc-9d379e052ea3", + "59f14d2b-f48a-4c25-bea3-3dc9100898b2", + "61cd9140-eded-4bcf-894b-a163fa5f3e10", + "6bd8a0c2-314f-47cb-80cd-1d4dd92b209f", + "7ab5f444-2a44-4691-8dc3-ca3dc05a46f0", + "804582e1-730f-4d14-91db-2a9f6287b8a0", + "822d9def-504c-9beb-e053-2991aa0a280e", + "8afa435a-5d16-4c47-9c7f-5039de03e206", + "8f9f308f-0ca5-12fa-e053-2995a90a47fc", + "a63f3857-92d1-0adf-e053-2995a90a3afa", + "ad362e72-7c2f-4985-bc74-08fb2d697bdf", + "b234d42e-1333-48a1-8565-35d9759e8085", + "ba106f6f-2c6b-4c98-a10e-d27622b08b25", + "ba5a9a04-993e-4fd6-bb40-6edfdfb69b34", + "d9e698f3-c450-4eaa-9cfd-6f48c2656081", + "e7e2b766-6d05-49e2-9e88-72454b857935", + "f1f7946a-d85c-4407-bd24-86d2ac99e4f2", + "0607edb0-1b3a-2ccd-e054-00144ff8d46c", + "1b709dce-5c71-45e6-b516-d510a0a8c25d", + "36e682c2-37d4-4f76-acfd-99dd13a3f6ab", + "3a166a74-cdc4-4620-b796-750464e15dc0", + "4bc6e8f2-ba95-4352-80ed-b44608fc4936", + "58bff8bf-5a4e-4390-9c03-e266d31deb6b", + "5d080254-897e-4f1b-bf0e-af61f8e5417f", + "759e5cf4-641f-4b3c-bc06-9ee0b4d010fc", + "8804564c-9e1b-43c1-8b58-fd6ace645f00", + "9d5c994a-8363-4ddb-956c-e12b79a32a58", + "9d78644d-83c7-46d1-8156-0d76acb7c299", + "b4962985-47e6-4389-874f-76742b086e2f", + "d1bb68a6-3a29-4a4e-b4e9-413cc8d16191", + "d2dc2f71-c0cb-4e6d-85b9-fcf386e207a0", + "d7d00fe3-c537-486e-8156-9b56b550bff5", + "dd8ab2f1-67b9-4362-bff5-f7880b5bf47f", + "e4a6219d-4ad4-0119-4cf8-7fc39b4b5979", + "e4c2ccda-1f20-4184-988a-b0d2680eb072", + "f67612e8-38f3-4d1c-889b-57995a2f9f66", + "016299ef-ad40-46fd-acfc-e74ffee3d9b4", + "027ded51-aa01-6619-3938-c8162a421cf3", + "05299d22-7241-4767-9fe0-97f84a1dc05e", + "0744c3ca-4224-4f6a-a033-880949b544fd", + "0c0cf516-b3e7-474d-885c-897574365be3", + "1eaa7790-f1a1-4f51-b10a-cbbaf033f684", + "1f7d95c9-e807-47d9-8d68-f9d0a94b8883", + "2f063e11-9415-4ad4-b533-206384eb9840", + "4459298c-e0bf-4a10-b68c-6f83fefde7e9", + "4eb60055-3331-498f-92d6-c5fcb9673bed", + "73eb763e-ce21-4cff-854f-3297f20f1f61", + "7817923f-4c21-4943-a7e2-dad4e2915fc4", + "7a603e5c-d51d-4714-b24c-7d78b23b47e2", + "8f33b3cb-da80-405e-b5a3-271d08666ef1", + "b36c24b3-7bba-4698-a71c-ca617ea1060e", + "b8f43352-f771-4722-b843-f3e29f77c7c0", + "c72da2c9-b3a7-4581-90e2-6537fb892ab3", + "cda57e42-6106-46ee-82d1-479a692ee5bb", + "cdea79ae-7a1a-4fd1-a37b-48355d471011", + "d96f74b7-eb2c-4093-ab47-2e17ae5a9351", + "ea2ba726-0199-42ae-9c60-4b068df35e64", + "f09d3c41-f202-4c74-a67a-235d23879a5f", + "05c4e6c7-bf95-4e05-b7da-7a8778de342b", + "06173bcd-1e17-4bf8-95e6-d03593585446", + "085dcc1a-e4b0-4d08-9476-72275382d1a1", + "0ade8ee2-7c74-4b05-925e-d92742fc2b90", + "14b8890d-237a-4203-bc4c-c08df4441ba6", + "267c7c8a-2f3f-1f4d-e054-00144ff8d46c", + "2a8ba703-587f-4717-a9d5-ee142e36a4d9", + "32eb1ff1-07ec-441d-9d1a-a6c05ced4427", + "403ec259-3be1-4e0b-ab7b-fee213b7eabe", + "59a88ca7-eb37-46de-9134-a5a6d330bd49", + "72408ebb-af62-4243-9d28-7f43447f2cfd", + "73fd99c4-0265-4ae7-88f9-9a22dfdaae04", + "746f79aa-3036-1b9b-e053-2a91aa0a1db6", + "84aea3fc-4f3b-4a76-a3a6-94ed6549dbea", + "9f01db50-ad65-41e7-81d5-07d5d240673e", + "a292f825-25c1-40f0-beb0-a3aff736e855", + "a45296d4-af8b-423a-8154-cc7c99b2a9cb", + "b8ef9934-4877-4de2-9c28-1cf96c48cb8c", + "bc89cfaf-33e7-463b-8b72-b31877767be4", + "c90ad693-174f-4ef8-af01-0ddaebee8902", + "cb037bc5-405a-4029-8d18-d06c62f87682", + "db561ed4-8f1e-484d-b37c-a6f0b72557b4", + "dbac2e70-5b79-4212-acd7-ec6ec63cb41a", + "e3aac5f2-5626-48c9-aad3-d8bccf893d14", + "e5b2fa58-704c-4745-aa9a-0bc76a369ce4", + "fae305d6-f99e-41c2-84e6-4fb9114a4131", + "faebc392-0fd9-4c71-8471-beba10dda022", + "02681a10-eb8a-457f-8aff-12e6f29079de", + "04b4ed2b-5f43-4151-b355-ca1bb469658d", + "107a79ca-1917-48d2-9e7d-b87ab4bade17", + "119263b5-c3b7-46dc-a3bd-9893bfd24628", + "2919fe8b-9c76-4ef6-851e-3247782cef44", + "3746c3ab-4c89-4b0d-bfc0-7227e0390dfc", + "4058b970-217b-460c-96af-b7cba62337a3", + "446f952b-ad82-43ee-bad3-0a182fa49de5", + "4e7516e1-184a-45e9-b908-228121f163f6", + "4f36ce54-21d1-4e5d-9809-6df7c78f54db", + "4f932219-d386-4345-8fe9-6fd83c06ee52", + "59fc39e4-d155-46a6-8a35-86c0c1a61543", + "620dfaaa-4552-4e14-924b-18540c3e6856", + "695e2435-fea1-4889-a3e8-a71c7dc5688c", + "8b27f064-3ded-453d-b656-78daf35e87bd", + "a13cee82-1c4e-0cbe-e053-2a95a90a3ab8", + "a7ac8b55-2758-400e-e053-2995a90a0eed", + "a8b46ae5-67bc-494d-850e-b4e4ed5a33b3", + "aa0d1dd7-da62-4911-8781-8c373f0008d6", + "aa5baafe-3ebd-47a8-826f-59330e8751e5", + "bf88f91c-70ed-42be-b79c-ec60d4f0acda", + "c0c64ba5-b6b0-4221-9e44-110d92c93782", + "c5fb8d07-cba3-4630-9747-c6a141be3875", + "d53cb3f1-6689-40dd-bdea-fad3a841d482", + "da9d0301-ec14-40c5-b0b9-17096913a849", + "e00acbc0-352e-4ba1-8433-18a3079f6743", + "f32f7e89-7d54-4001-92cb-b062c059fd9a", + "fac7af67-dd2f-40c1-a310-a7fa8fc90a9e", + "0ae0b0b2-5c0e-45e3-9ec1-b92e6f3eff1d", + "1af04e26-e32c-4c1c-bbda-2c78f2030ac6", + "1fa28cb4-ae7b-4fa9-ae64-9bd8ccfcc633", + "3ce5b71b-f841-444f-bf66-023e4bd9aa16", + "47434f23-5ac9-4cb4-a963-7c8bf9e06361", + "4a010f4a-5c41-418e-b6d1-93a6ce0644fc", + "553d16e1-928e-4919-bc53-6683a035e2b0", + "6c593a9c-680e-4645-8e8f-d8d044c92ca1", + "87ffbf01-54de-45a8-b2a3-367d21927882", + "89b9007e-49be-453f-a0ed-c572b56e0ad7", + "8ebe3e16-b7ae-d333-6671-5bc935e25900", + "a7abac4c-7695-cfe8-e053-2a95a90ac1cd", + "bfda6547-19b2-4230-87a1-a68fbec740b4", + "c4b84a3b-07c1-4e08-b837-28bfb32bc321", + "c6e68886-edcb-414d-9cba-0d97772ef8b6", + "ee867519-227f-44ba-ba8b-2dbefcc9fc67", + "03612ed1-e8dd-4964-b394-7eb613c1df0b", + "0c535976-ddf3-403f-af36-fe7be40da59d", + "17577b3b-e755-45d1-8b53-775d058578b2", + "1a665e64-9f30-be37-4a83-38789f1f1e89", + "3b0e77a1-b49d-4c67-81dd-66450dabcf3b", + "6307485a-8be6-40ee-899b-00eb3ee8ce61", + "6d1d131d-0741-4a75-8383-9322f4f3faab", + "764ff65b-e6de-62e5-e053-2991aa0a94e5", + "7a6832f2-2d80-483c-bde3-e6cacb7c318a", + "811d4360-7468-4ef8-a60e-6e9a6e169de0", + "884f1e7a-37a1-457e-a940-ee8af5434c89", + "91cf4563-7dc2-481a-aa1e-d39f6d8e5cb2", + "ac66c5ba-97c1-4e13-8c9e-d4b3be442faf", + "bbcfea51-4c57-4a2c-a0ac-2a189c5ff38a", + "bcf7d4c1-1f99-48df-8f74-9abeefa8d41d", + "cb897d65-7e98-4d02-be64-0704416a0f29", + "e07d989d-1b0e-4cc1-abf2-93c8b208a29a", + "ee241be0-35f8-4789-a71f-98de31d6a590", + "0713e571-98b4-4b7f-88b5-6b245fb5cdc9", + "63b8d389-7feb-41d2-8970-b7d5660ccb4a", + "7eb06d18-08b8-41c9-a3ed-7bbc5d69c0b5", + "835c3bc8-fb55-4b7e-98ad-3d84d089c8cb", + "8de40427-1be3-4a86-bc4c-9659ebaa203f", + "9c1cc205-b9e3-03fc-e053-2995a90aaffb", + "9e86b6e5-5374-4699-a0d1-a4c3d069f262", + "acf86f62-1d55-4281-95b7-8b2b51eb7c89", + "b8e3ad4f-3212-4674-bcdf-a60a6b23d7bb", + "c0314677-1947-4acb-ad84-90b520a40b0e", + "c2302bfe-b367-4867-b803-29f066a42dc7", + "c61eb2d7-0494-424a-b692-b16d7938591e", + "c92677b3-941a-4797-b2ce-eae2db83477d", + "e9de0e3e-3049-4e6b-b629-932b26de7caa", + "ec19af1f-59a5-4f86-9b53-e0511df30a62", + "f30e511b-d207-478c-b0cc-b3a66e205b5b", + "00653b7c-7099-487e-9a01-e89781c21323", + "1662a495-4f6a-4515-a405-557681e1a496", + "19c38438-b5c1-4c4a-8377-a6a65adf7a1d", + "2b9e71c5-9b32-4b1b-a479-e5457a1f9afd", + "321d6b3a-3dff-4334-b6ee-6ac801b9907c", + "3d65c7b4-11be-48b5-aa00-96653f813160", + "60130bdc-6f45-4998-b53a-cad6cbf25036", + "60fd517d-608b-473e-8a44-eb9842459997", + "8db1ce36-25f8-49f6-ae26-ed22aea47dbe", + "8fecb3a8-d288-cacf-e053-2a95a90ae238", + "9f3863aa-38d8-4abd-bdd6-2421e2f2cb4f", + "9f8730d4-82f4-4c0e-a29b-c77f76245ed7", + "a038b1b0-278e-4b5f-b949-f4233e98f3cf", + "a41a0bc2-ef7a-44cd-a42e-aefab41323cc", + "a4e5c36e-0742-4b4a-abed-baace5873645", + "b04c2ae1-1a03-42d2-86c7-592dcd13018c", + "c57f6ded-c0bd-45ae-823a-4c02ce334d98", + "cf24da4b-69de-43b6-9a84-b474c912ae3f", + "d3b8d35a-10b5-a31c-8ced-eeb100c0fd7c", + "ff13ff8f-ef17-4d08-bd44-058a080c8c61", + "032decc5-9f7a-4f12-8ca4-a95a79a426c6", + "0a9a54ce-572f-4a96-922f-cc136d2d4aad", + "0ef3f4b3-9af5-4243-8d45-dd68f7285229", + "0ef4913b-5dc3-45bc-9cef-58601f8d2a79", + "1204267a-5505-4257-837b-8902b7571347", + "3113202b-e2dd-43dd-984a-9ab791c10130", + "3e9beb2c-6cb7-4f23-97bb-58f4b32fe851", + "5f27dd3f-c735-417b-95e6-26dc5aae5a7a", + "64a07878-a2a6-4089-a26c-55764cb94c6a", + "8c3ca03e-0ec2-c15c-e053-2995a90ad8bd", + "8f9f40f5-625d-3f2e-e053-2a95a90a438b", + "98de2d1f-03c9-4051-b220-2a7acd423a63", + "a000f4f9-574b-402a-aa14-08388d248c90", + "a28f54cb-08f6-4b29-ac4e-67e19aa2fa07", + "a340ed68-debb-4c1e-97eb-82f6e9e3854f", + "a7abf95e-d444-42da-e053-2995a90a88d3", + "aebca798-1a21-4866-a949-288f412259c9", + "ba3b5e46-06a8-4a97-a3c7-dd039ced1ddd", + "c46c9c36-8844-7b50-e053-2a95a90aa0e9", + "d024dace-3c22-4a15-962a-ce315337905a", + "d2e98cdd-e5f2-47ea-b538-cd8c1144b917", + "d42f9f7c-fe4f-45eb-a455-bffb41295fdc", + "e241ca5f-04bd-4bc9-bd0c-ca22841c4a3c", + "e547d525-a5c7-4f83-9006-2e147438365b", + "ed8e32e4-b9ec-456d-8666-6ffcb7bc012e", + "f0440c73-b493-44e8-93bf-e97458f0a888", + "f7ca037c-3f34-47db-acd1-c2e25045c860", + "0ca02f8b-4413-4e7c-a67b-8c67c53e1343", + "1344a190-c331-490d-9df7-8a5ef6d52ad9", + "1f55261b-5910-4f08-909b-498db4475e03", + "2720b8aa-4361-4cd4-be26-aa6dd1692d12", + "2b0c3bb1-7667-403f-99e6-13c83755b1b5", + "2bd1438e-27b1-81ff-f8e1-0f5b50b04581", + "3b15dc44-ae1d-43c6-b6c5-05fa31beb554", + "66b19ed1-6cf9-4705-82cd-02f23c6379e7", + "6fc412b9-842b-4ade-8f57-56abdada9963", + "74ad11b9-8976-463d-89a3-2b9f5acd0c80", + "7f366669-9d31-46c7-932d-02fa64b11f30", + "8271ef22-9ccc-4694-bba6-9e41e770a86b", + "82ed68b3-4a91-4797-af31-4df1e77fb0be", + "86a99224-a061-9d05-e053-2991aa0a9c6f", + "a07c45b4-dc98-4b73-a1c1-84b108cf37e9", + "a7aa790a-6d6c-7929-e053-2995a90a1cf8", + "bdc837b0-f433-4f89-8f9f-9e8fafff36be", + "bee4b754-c476-4d0e-a1b4-4db8861af84a", + "c6347c86-9ce1-46ca-9631-7ef9c0ae8913", + "c63eb5c6-adac-4d23-9661-1081ba4591ba", + "cd15159a-9ed5-453a-9ad4-0c9688204c82", + "d21129f8-4d96-4e36-bc39-a534306dd77e", + "d7cea899-b32b-404c-8491-13a8d487c148", + "e28e64dc-5f4e-4260-953a-3de38a5eaa76", + "ee962ea9-7218-4054-87ea-88bc969220f3", + "f4dad3d6-1366-4bdf-99eb-370ab74a6b9e", + "f51f243a-475c-47b7-948f-aaf45c19dd66", + "03993008-7bd2-465f-b5a9-1cbc3c1fff02", + "4805977f-a30b-4f86-9ef5-e66ad6b8bd53", + "4f20325e-126c-4535-b9ec-ac19022d1120", + "564e434e-5396-4b49-a06c-4b93c61d142b", + "65d8d650-9afc-44f7-9409-a3aa3014d4ab", + "68321c6a-a5d3-4336-8b4a-078ac4e33436", + "70d0a429-27c1-43a5-b2ea-a9919e0910f8", + "74bd0237-f93d-411b-8bc2-874837df6721", + "84598730-eb25-4f9d-9b9c-d8f6cdd5c828", + "876aa63a-4c45-48b5-98e2-bab3977cc12a", + "8fed1f86-49a0-4747-e053-2a95a90a42b8", + "96692a89-7887-40cd-9e77-36d928f29d4a", + "96da60f7-06a9-438a-ae59-8609fdd1587d", + "9ca0ca57-c2b9-4f0d-adfc-6988871f011a", + "a567dc6f-bd83-b9f5-e053-2995a90a05ee", + "c04ad0b4-5d8a-4861-9eaa-b2aaa7b19664", + "c1c58a2d-9ffd-69d0-e053-2a95a90a5718", + "d0ebf2a7-551b-4acd-be60-2d0b936dd703", + "e7cf41bd-c564-4f70-ae31-268d947648f8", + "efb728f2-fe74-4833-8f0c-710d833abf6e", + "f42506f7-896c-47a9-a4b1-ed72434d7aa0", + "f762c0a7-2e05-47e9-a4ed-827dfd09c685", + "fc6c5d85-2047-49e1-b8a1-02e4e2c102a4", + "0e95aab9-3a7c-49c3-b8df-f66d6f31aee0", + "245f20c8-c0d4-4951-9181-40ff49c3c296", + "3023a906-f708-4d7e-994e-c121741b6cc5", + "3e131710-2579-446e-8076-f602ecea813f", + "3f349e32-10fe-4cc2-b3ce-235a640bc727", + "4ca54293-9e81-4b24-8112-734f28cd2c55", + "57cdd1df-a303-4265-a2d6-1d0b87105a28", + "5ff2bfcc-174d-413a-bf3b-d7bd53048ea8", + "718a4b73-5f46-4676-afda-f0b4819f5862", + "7b798146-393f-422c-87f0-0bf800df0c71", + "7b84c5bd-334d-402f-a93b-d11196b5a130", + "859d7190-586f-4766-a7e7-9e800a72d58b", + "9372c47d-2a3c-4f44-86f8-7568657844e7", + "97666c24-969f-9e76-e053-2a95a90a4432", + "a7789f7f-3356-463b-9fd7-2d7f7eba2799", + "a8448cdc-8d57-500c-e053-2a95a90a349f", + "aa91952b-512f-0ead-e053-2995a90a9455", + "cf6fbf3b-a0f3-4e08-a981-d183fa285758", + "dfe5c743-86f5-4507-a27c-1f42e2566064", + "15b0b56d-6188-4937-b541-902022e35b24", + "188f8ca6-c9c2-417f-a461-fa0eabf3b11c", + "1f01c10a-9434-91a4-2ee4-352315a6b610", + "2457c045-0b7c-48f4-9422-11623f13d8f1", + "409941dc-9fd3-4475-bc6c-defe3cfbc61a", + "479a0c97-dbd9-47ad-9910-9dd4edf5136f", + "4a949456-fec2-43a0-b47c-516ab8fcde5c", + "627a7f4d-f4d0-4bf8-8f4f-a8def8571cc1", + "6cfdcd94-95cb-4447-a14b-cdb49a1e3114", + "74b227c9-8341-44df-a763-cfeb371c0d28", + "758eeb45-e599-4c1a-969d-8fa33f27bf14", + "7653b33c-7489-10db-e053-2991aa0ab508", + "772360bd-8631-4d24-b4db-5a7e6e1d9a13", + "7b2f3846-3c21-bfe9-e053-2991aa0a17d5", + "7fafc13e-3fee-ace3-e053-2a91aa0ac2ea", + "82e907e6-86a9-5c7f-93bd-a6319d74100f", + "869185d5-9f34-4d38-9551-dd0b4fc8557d", + "8f1358aa-495a-23da-e053-2995a90aa430", + "8f9f099a-ee59-0b9a-e053-2a95a90a2fe1", + "9b748f51-1d09-46ca-9dba-fec226c027e0", + "9bf3546a-9f94-47b5-9b01-aed93e69d5aa", + "a11f21c3-63f0-4007-b716-9688d7b45e14", + "a5e618ba-a91f-49dc-bcc9-3b08c6daee07", + "af68a4bf-bc49-40c7-812d-035eff474ed9", + "b4fa56d3-f4be-45b2-a3ac-40fe8d8bea07", + "c30fbb8f-a293-4f6e-9495-11402548fe2d", + "ce215099-91b0-43fd-8ac9-17fe6508842c", + "ce5fe420-a0b8-4691-86f7-57fea49bd8ce", + "d2753a51-3b00-4d1e-88e2-15ea708a643d", + "f0959369-890e-403e-8a98-4eda340a0783", + "fd27d4e1-8edf-4bc3-a593-6be5c3345ed0", + "0c649952-a71e-4bca-9389-e28e49c11641", + "1a368aac-b36a-47cd-bdbd-69ec2b598490", + "3529dec3-5d1b-4f42-85c0-ef67018d2951", + "6127469c-143f-4dd2-bd37-6630291fcd5a", + "625226ef-d55b-4f93-ad1e-4fe2b07d4133", + "69b208ff-83f5-40d1-a2ff-d54b390e46e4", + "6e0330ac-a111-4574-9197-d7aab33b8608", + "75d963b9-3675-44ff-bc6b-83461bed1b67", + "7cd87fd8-4af7-9118-e053-2991aa0ad164", + "86818ad6-fd45-4635-9ce8-eac986f008aa", + "b9e2e2ba-e2ad-eace-e053-2995a90aed35", + "bc15fea8-0d86-4546-e053-2995a90abee3", + "bc258e91-2750-4c4e-bcbf-6c96f0d41f54", + "bd275fb9-5fdf-419e-b09c-da6558721fd8", + "f2eb2137-c45f-41c3-8619-a43db9a4116c", + "4aea1d82-f763-4b45-9b58-1c2d05ae0481", + "57b39311-bc20-ace6-75a9-a07a9311b373", + "709754c1-808e-4bdf-96d2-3412ff4c6d2f", + "798053dd-10f6-4c2e-8de8-1222dbd0d169", + "7b7954b7-e4c8-4284-a649-31a4eb6ba73e", + "7dc50a2b-2bd3-4c4e-8306-f172d11b4add", + "82392922-edec-4a98-a0d9-9a5fe33fd39a", + "89076df7-5ec5-45a0-95a2-d1520c371c84", + "8e8684fa-095e-c6d6-e053-2a95a90a15b4", + "9ce036ef-a22d-4fca-9a62-1b10978f7b26", + "9d56e64d-7860-4fd1-88d2-c537e50079d8", + "9e5332ab-92bc-3a33-e053-2995a90a642d", + "a530d43d-e9c4-4edb-af66-c92860e46f45", + "b6b28227-6716-4374-9d6c-7381b102cf27", + "b9ff2469-22c7-fc70-e053-2a95a90abc49", + "bbedfc37-913d-8046-e053-2995a90af68a", + "cff88afe-45f1-44ed-ab92-89c0086aacd0", + "ed2e25ff-9488-40b8-97c8-1ada21eb20fc", + "f6890378-0271-40ec-8556-4dc62dd32dd8", + "15709fa7-114b-453c-b63d-f1c4f28f0f95", + "1dba3cb7-2e3d-4378-93cf-92db8f24f41f", + "35853fdb-1edb-45a5-a6a1-d0e69fa53f10", + "37818b30-48d4-4a4c-a73e-d7a9cac88437", + "3b78c004-e4fe-449c-86e9-52e8ccf12785", + "3bbbe142-a00c-404b-a116-81ad730ea130", + "46bb0d99-489d-49bb-bdc6-4cf668e8ac61", + "564e9910-b491-4129-a4f1-68216267623b", + "66ddf999-aa22-4503-a683-33c511607d75", + "7c433321-6b20-40d7-bbb7-e06df350c7f1", + "999902da-4850-68ab-e053-2a95a90a82ea", + "a005d8d9-6a4e-4469-acac-2658298197d3", + "a3cb965c-0e2d-4240-b057-17e5a90eabf9", + "a8c6bc4e-1e48-4613-8cbf-8c5cd9d51ad0", + "bdf68111-fcf0-43ce-ba29-ca6a956d58de", + "c1faef8f-7bf1-49b7-93ab-672a038c917f", + "c56511fd-ff2e-40f6-91e6-fe04e563fafd", + "d001c3dd-cfa0-4aa0-a9bb-9c4752fffcd2", + "d26d2766-6d4c-462b-ae8b-ef8d87acd633", + "d61acd30-bf95-4e94-8635-25aec73b4150", + "009dde4c-d944-4206-8c9f-35bc8fd92715", + "0798e401-8247-2fce-e054-00144ff8d46c", + "1937f8fa-61d0-44d7-9538-ef872cb97f79", + "26c9452e-de42-4b2e-9e4b-bfc0e2735c83", + "2fee0f32-0bc7-4d98-b5d4-5a7dad1c2a2c", + "40936019-74ab-4b25-a502-7bbc6e12034a", + "4f664479-f68c-464a-956d-25bb9f39c4cc", + "54393cd5-4ed4-42dd-ac9b-7dc1ef7cfce3", + "5b67c2eb-2145-418a-9418-f8ac915704eb", + "605664f7-8dfe-4f7d-8519-d734ac6aa6a7", + "6ed73e92-8e71-4c42-a419-99aedbeb7fc8", + "7e7f21a5-f3c1-4973-b57a-03e20b593e79", + "97516b9f-219a-429d-850d-1fe9fd66646b", + "98fcf92b-fcc6-42db-adfe-ba34e36485c8", + "993c2975-72b3-487e-bd82-b4553f0ce342", + "9b3fd2ee-210c-4a51-9310-1dba110ce4fe", + "a88020c0-7982-4307-9836-74de66ea47a5", + "abef43bc-ee9b-4a9c-9cf9-36c323213909", + "b6e14f73-1f19-4cfa-8858-136a38ee32d0", + "c1171d9e-7fb2-4d65-a9b8-58bbb8fdbdf7", + "c118b290-f821-4e73-906e-8a93edaf34e4", + "c6297c23-3b27-c0c6-e053-2995a90a3e76", + "c79e65e7-149b-450f-b083-99e16ff71729", + "db5ed801-7a7e-3c83-0172-77f914daaa5a", + "e18f4ce6-d7d3-4b53-b87a-5900ac3397f1", + "f58d35f9-e44b-417b-98ce-0766b537cd2f", + "f9af5970-18ca-46d5-8d6c-c0fec22a66d5", + "13de0d44-12bf-4d0f-83ab-4bfb394f9b10", + "14f43c32-0895-4ef2-aa54-52b952d058fd", + "19239a12-d915-40b3-8a6a-e326d3c733c6", + "1984374e-7639-4a4f-bf96-a614e663e0c4", + "215e2275-2968-419c-9a89-8dbb3b4f4d2e", + "237bcb87-64a0-415b-bd53-e9d3b8bf33b6", + "2810122e-3c89-49a2-8dac-db3714cb7b45", + "31886580-17df-450c-adaa-f5120ea72878", + "3636be0b-ba15-4e95-86c8-9a99c0f1fe69", + "368e6d1b-8521-4ca6-9151-e69ea7660b04", + "45255d2f-c592-4750-abb5-21647d4fbd51", + "47a3b118-614d-405d-b80e-31f0b354c430", + "4be717b6-c08a-49fc-b965-1a97210bfbf9", + "5e860059-afc8-419e-9451-b1c2265f5ce6", + "7461e50d-bfa1-4627-b691-089636b979d2", + "805d9d80-7de7-49d9-afdb-3a645059fe35", + "8e872c8d-28e2-cd49-e053-2995a90a469f", + "a266a3c6-932f-476f-ae93-48a785c92286", + "a35f04f8-8c7f-5e23-e053-2995a90a30ff", + "aebae4b3-18c8-4ecf-b578-1fe7cc50076b", + "18e5eed7-d3be-4559-93ca-b40ee26c7bd8", + "1a6b42be-c0c2-48f8-9ba3-22d1f0c0b18d", + "24ef6819-f098-4d01-bfe7-6ffa4aa0e671", + "2744cf51-4866-4429-bc5b-25a31790e799", + "3a101bad-63a1-4c9c-bf30-e1cac1a72a8b", + "3a32f0c7-c03e-4783-a429-08280993ddfb", + "4d554163-43f3-4fdc-86a2-0d64dec85b4f", + "59c77fd3-5e67-45ec-82ad-44585390c4f3", + "5bdb4a9d-540d-4294-9487-72cbfe72d1ab", + "6fe9b0c4-46b5-4fc8-b998-e691e6645bab", + "76b47c18-02e2-524e-e053-2a91aa0adaec", + "7b2f7a68-8f5e-a340-e053-2991aa0a5aeb", + "8e8646fe-fd62-1662-e053-2a95a90a3008", + "91573be8-238a-4942-963e-d5234311e580", + "95904b21-752d-48b4-a882-8d81d2384e1f", + "a826d6cc-f582-4508-897d-0d637de0666c", + "b72fdf65-8112-4d8b-b86f-8e17a40ee8e6", + "bc178013-ab2e-04f5-e053-2995a90a1ed4", + "e7d50690-0e9b-4e78-804c-13dcdf252a56", + "ed9ee7b5-2d9a-4aaf-a245-aa13fcc6365a", + "eea7c6ea-7bf6-464e-852a-59b33326f28c", + "f6ceea75-a230-4aba-ba95-1d6bf8b97d2a", + "fd01353d-1d1d-42b5-9a03-575052189bf5", + "0f23767c-f6b7-47a0-a5d7-711f651bea16", + "15f63d40-276c-4c02-9f8c-0354e4779916", + "19d3af1c-9dd5-48d9-bd5c-05cc8745e836", + "40501966-419a-4ccd-b7c9-5581cbe47a97", + "43b8e61b-3ac4-4a41-b682-67d08b212cc6", + "4aef9935-2e36-4779-a8a8-5288060573af", + "508bd30f-6484-49d7-9578-3d1b553a00b5", + "5975c324-2906-4e71-9b88-2e772d9fbfde", + "63ec7636-bf2a-4d52-ab88-fb93d41661ec", + "875b5974-20bc-4a33-8b99-46179d11366a", + "8fbc30d3-149d-4369-aaf4-6019cff9760d", + "8fc65767-1783-4f7f-8680-9e43ba4d5481", + "9714e804-fadb-103d-e053-2a95a90ad765", + "a42f96c4-322d-4714-9435-7b5a4e8b6ae5", + "c361dec5-67d8-4e1d-94d6-be2f45aaf05a", + "f208ae37-01f8-4ff3-8c54-a776d158cc96", + "00d33273-e8c7-4d40-8e6f-a980f746fff2", + "02889717-204c-463b-8506-4c5cf18c77d3", + "21567c0f-abba-4a40-a0b9-5ce49b3d9648", + "2313f7c3-7291-48c8-b455-7cd41716fdb8", + "296d0c50-5126-4e7e-8770-33db5dd6d7f9", + "397c84f3-2ffc-41e8-aefb-cc0b46afc7e7", + "4346814f-4139-4081-9734-4385030907ba", + "50bab3b2-f710-46ff-96cd-1ec4d4658529", + "6a5ad1cd-e6a3-44ad-b9b8-ff9b66f390f6", + "7779c369-50bf-4cde-9015-ff3fb35e128e", + "8a62f7cd-ca19-4f45-8e83-11122b772ba1", + "8c47303d-48aa-4e78-9567-7ae48e6d7c7a", + "8df77ead-27eb-4f6f-95a9-f68d3e9cfa71", + "91da5b64-db7f-4954-89e8-977b31247f9c", + "93f8101c-1cf7-4cb0-9c00-c57c9f9023c8", + "97af479b-7d8f-4174-9ad8-abbb6a27efc6", + "9998b851-825b-a97d-e053-2a95a90affc6", + "9c8a1027-d9d9-414f-9700-a7ff24ffed66", + "ab65bbbd-5141-4f3e-884d-4b52d9171003", + "bca90b40-7973-4f22-8647-44cce5a6036e", + "c01538b0-ca4c-434a-be8f-fe023deb84e1", + "e228aba0-dd8f-4ab9-9249-a036b5665bce", + "e7c6d352-a460-4bf8-a92f-5865249bd22b", + "f0a7070b-8acf-49f0-88c8-c841f73242d8", + "07afce34-aaea-50a1-e054-00144ff88e88", + "153bc4ac-427d-426a-9bb8-665487e4b169", + "2dd98554-e434-4617-b789-6ecce7144988", + "3b9cc121-7aa2-483e-bcbf-6cc4b80b68f8", + "45520969-7a2d-4469-ba25-7db160d50ccf", + "4cacaf94-9fb2-4ff1-9a03-9bdb6abca1cb", + "4cff110d-0cb3-4dea-bfea-ca27855645a8", + "51fbfd25-3c4d-4de1-8fa2-e5b4b24022f2", + "767a2a04-a120-4e0e-b1d6-aae099c4e4ce", + "7cd838e1-85da-4510-86f0-9d8bc913e810", + "90c301ad-7bbd-4e21-8054-35596b208cd4", + "a50abf26-d6e5-10e4-ea90-a40b96a887e5", + "b5547f33-2a81-867d-e053-2995a90aa2d0", + "d1acb58e-a879-4c5e-b4fc-44c0a0f60d6d", + "d1f20e10-0128-f2e5-1a03-6da5d7288a4e", + "d9ee76c1-4370-4c0f-98e0-e232795ccf73", + "daf579dc-91d1-4950-b637-c1a34f5542c5", + "dc19ffc6-678b-407f-b4ae-1e831dcdf8eb", + "fbc7fb61-d295-464b-9f3b-52262ed6f31a", + "104b5ac1-9c5e-40f8-a9b1-1761b495bb1c", + "39e55ec1-213f-4996-adca-68a5ffbc409b", + "40a6a842-a85b-4e24-8786-32ecd74f6870", + "6521bc47-4d9c-4a5b-b109-3841f3be4b6c", + "664cbade-f653-410d-b921-8e5c98cd5678", + "742f33fa-8923-4415-bcd6-8db37f2e1974", + "7f510feb-023c-4974-af6d-3e7a30cef362", + "98492b9f-8f48-42dd-b026-c37dcdc5f888", + "a6fc144a-6826-4bf7-8efb-8cdb896387f1", + "bc173f1b-2e44-2c2e-e053-2a95a90a89c4", + "d48f1746-72dc-420e-bb8d-9400f7d457f2", + "d81b2f8b-8eea-4046-988f-cf8ed9d042eb", + "e1e28b7e-f549-4363-b52a-120b18a4e1a2", + "eb0e3dcf-3c99-4c6e-b133-4299d855141b", + "ecd44ccc-f6ae-4472-a0fa-1d97f504f4cd", + "01e9b5b9-cb49-4bfa-9a90-ece8940bf768", + "061fefb3-819e-45c5-93f3-ddd87e1e794b", + "06bc4445-5c80-4dd3-b1bb-d9244f45f570", + "31222a9b-cb10-4e66-a705-28e59f3036b7", + "3b0e4ccc-cc0b-42fb-9163-7560740d9592", + "3ca45862-51fc-41af-a1e9-8e7e3c6c7961", + "3d156d13-25d8-4cfc-8285-5f7ebf48cf45", + "3e4713d6-17cc-4296-9eb2-2edb837456a9", + "4a0c744f-4ad8-445e-bab1-7ffee35bf861", + "710aba07-3a81-47ab-89fb-3b4427468960", + "78cf5df8-392b-4a4e-b424-af765a6defdf", + "8be375b0-c729-49de-abc5-2e7d37144b89", + "8d9f11a5-ca98-4280-9c6a-093d32e60ace", + "998f2fcf-0b40-4304-929f-7f2fa42f66d0", + "a3c1a61b-88fc-419c-e053-2a95a90ac0c3", + "abe3ea47-a99b-4115-add5-12d58ae92e51", + "c85c3d1f-7639-4cfa-bf3a-424b61757b1a", + "cc387ca5-44de-48ec-b858-22427aa269b7", + "cffad7af-44f5-4e54-9e46-c3c5d4ca182f", + "d0301d0d-fc65-420f-87fd-a08da1584d54", + "dbcf47cc-4dc7-4110-b64d-4e1d52e05d47", + "dd63b011-0573-4374-9669-8d29146e5fc9", + "e886bd94-640c-410e-b169-5465762b1bcd", + "f2609308-17bf-4bcb-84b2-d17f3fd35958", + "006adf23-21ab-4a4e-aae9-c4e587777165", + "05e64b95-b30a-4baa-a071-d01430089f81", + "13ab3b2a-d7bf-4d0f-9507-df2f5bdc6e12", + "18b6d487-529a-4ec4-af41-234023fb015f", + "1f1fadb3-e74c-411a-a116-08cb541e8921", + "28911692-882b-4e30-ba1d-5c10f847be80", + "307b0257-d636-416b-828a-f901782e9b10", + "369ce2a7-cdf3-414a-95d4-7f4ae6768427", + "37eaa3b1-98e9-4fcf-ae74-153bfc35551f", + "3b9fe17e-84bf-4e2c-aa21-20fb00c1fbfb", + "3d6ddc2d-d639-4d9d-9a81-a26afdd06eb2", + "662ae0e0-bd44-4db4-8083-fc2e11d49abe", + "69ca781a-202e-4579-91e6-f32a22ccc22c", + "862d926f-a6d3-31e1-e053-2991aa0a6454", + "899c3826-9965-4950-a336-8d186ccbf61c", + "9164f7e8-81a0-4b71-a2b3-111b2a7541bb", + "a96d012e-b132-4e99-b84b-ccd3a9a05cbb", + "b8ed952d-0c52-4593-9ed7-1f39fa3b1ebe", + "bcd15c0f-8231-296f-e053-2995a90a280c", + "ea2f8b53-2c50-4309-bf0d-756d416bbc14", + "fd3db5ab-f9ac-4a16-a550-27ab99854690", + "01f8fe3a-8810-4b38-8860-d95e05d37709", + "116e13c1-ac50-400f-880f-5779f0155b96", + "224232ca-157f-47ff-bd98-178db900c7dc", + "28d408c2-0e0d-467e-a8cd-a97825c33890", + "29190ebf-bb9c-4406-be7b-4427741aeb74", + "302db98a-0b47-432a-a1c0-a9d9d74ce28c", + "3e6bc53e-9ab1-444c-b555-a85df5d83e68", + "428b011f-d7d3-4a3b-87dd-d4e84e90cabd", + "773b0230-a3a3-44e0-a22b-d143796ca365", + "aae40114-343e-12da-e053-2a95a90a9213", + "bc52ecd3-818e-4cca-8241-d53981e9d382", + "c3be5923-9299-49b0-a455-e0c1c86985a8", + "c611afc0-5cde-4f01-908a-de52cb61ab02", + "e353bc69-c03e-4bae-a357-f7f3fab91695", + "e54209c2-f726-440b-ac60-5a72710d2a9b", + "e578de96-747e-4104-8db6-e6521e6052a5", + "e655bd64-dd82-46d8-87cc-2674beaffe20", + "ec3e8443-d742-4c25-8516-f0df4ebfccdc", + "eead7d57-dfd3-4007-a620-74afebc3d365", + "f0c96c07-0742-495e-b6e0-d040c6b23f3d", + "18b79fc5-57c8-46f1-81f3-2f9e189cdbcb", + "4bb1f271-3f6b-4e2d-ae0d-1ff9d4a17aaa", + "5107e0cd-8df6-40b0-9171-dd88370e4337", + "5d2482b4-cd90-4246-85a9-fd1d35315b6c", + "5fe0bdfa-1d5b-4657-a32b-f531b69bac0d", + "71ec6245-dd01-4791-b6c8-1e0b849a2164", + "8f9f42a7-c2d8-4a51-e053-2a95a90a1677", + "9022e393-084e-499b-ac84-f35360d79592", + "96c955b1-3139-4b12-b584-83804bc1ca6b", + "9a93d4a8-07a1-4ac5-9bd9-5d5e4e62c2af", + "a14ca126-fada-c903-e053-2995a90ae72d", + "a8fc1b0c-dd69-4567-8eea-de4d9b0c7740", + "af320dc2-670e-4f76-98f8-16557b41f1d6", + "bf7d0929-a7d5-4164-9c24-566eddcd6489", + "c5e1d74d-99a3-4b3d-86c4-03f5c4c22f77", + "c6dcc329-bab5-41ab-94e7-625e07628fd6", + "c997ded4-8fd9-46bd-a42b-22ac34d57661", + "cfe27d2a-b602-4b3e-bdcb-14fed4a236ca", + "e9623ea9-9bb5-42d7-883b-8744e03ba340", + "fbb21f97-a506-4282-a403-1fa836c749e1", + "07407955-b1bf-48df-9da6-9f2c873e88cb", + "0876ecb7-6b1f-45d8-8a40-6163776d81c3", + "0ae94dac-2c14-4fd4-87d4-06f0935db458", + "0e1bcb06-be48-4efc-82e2-516582e02348", + "0e38eaf5-e897-478e-9631-5c8c718d5526", + "0fd6fcca-cbfe-48af-80dd-2607b5d51b53", + "17bd342d-8eb3-4663-88f5-2e7c90254dc7", + "1afcf0c6-bd41-4621-9e44-d97b81221c12", + "20377651-f7c6-4617-8065-354f32cbefed", + "36f7227d-f3cb-44b7-a4c1-27611cd15052", + "57f06daf-690d-44a7-95a5-468732949750", + "5bbef100-2ac3-471d-b71c-d3d5933b87d3", + "66097f19-227c-4f9c-a7f3-ab8476e1bb6e", + "6acd5878-35b6-452a-b00b-a69467a7c8f2", + "6f1b4964-4eb8-459c-9cb8-92ea93103f5b", + "7b2fcac9-e783-032e-e053-2a91aa0ac32c", + "847758ed-66fc-4db9-8fdb-78f3c3291a03", + "877440fc-3afb-4123-a2e6-5cb48c74413c", + "8d4cb97a-3b36-423e-85f2-75d23a675601", + "a5701486-0a5f-4645-91ef-1fbf525c84dd", + "a6ce7484-7a32-4985-80bc-883c31be3525", + "ace55881-b5be-4c67-8736-a2d24c77c59e", + "afbfb065-8f84-4781-babd-f4225fbdad6e", + "c2b99756-3e03-4d9f-9ce6-7db879afe3a1", + "c2fb72b4-95d1-4c96-9502-4bfe8c3621f7", + "c44f378f-0fe8-49d1-b113-2143228c632e", + "d1345cd6-c22d-42a0-b301-cc004df94ec3", + "d673266c-3d2b-479f-9b53-cdd1b8651393", + "e1b6c734-b707-4c17-890f-0e8f610f12c7", + "e914472b-c785-4c73-b37c-4d459166cf41", + "ef204cc0-4009-4dd0-83e2-2b5ad6f98409", + "faf8e2b3-62bd-4c7e-9bff-38da005d3243", + "121b13c8-0b1a-4c48-9d57-3b53a9228d34", + "246cf64a-162d-47a4-910a-9fb0b9be3dd1", + "2b4ecdd8-627a-445f-8ddc-f2b6c832c1e8", + "36b95840-f621-437a-bf49-406d320964da", + "3c8df1e5-61bc-4e70-b6b9-8973986ad589", + "45ed999c-f657-4328-9430-e5fed7d25d69", + "4b8ad98e-de76-4f49-3b89-01e9dd5cde16", + "54ae0273-4d8d-4c3b-85ff-675ba96f00de", + "58b5f0ac-2b1c-42da-9732-d2309ad441cf", + "5ed0d404-c54d-b05f-578a-d2730e8a78ee", + "67bc0f56-fe1a-4796-9fdd-44dfd4906a6f", + "7a314b7f-91d6-4196-bd96-2470ff7b0b25", + "80a70da7-371b-4ad6-b480-dc165704dd25", + "8944a0e8-2928-4494-915f-d1e0a6d4bf5c", + "8b5eec38-bdf3-4f27-802f-f4c732ae5c7d", + "8cbcb166-0f27-4466-908c-3c2587ea580f", + "90305282-f301-42c4-e053-2a95a90a6336", + "987d76d6-f973-46ae-bcdb-14e33ae5226c", + "a3fadcc0-97f5-9f9b-e053-2a95a90aeb54", + "a6d4ceb0-2b79-496a-aa1e-27edd507ced0", + "ac3c264f-da37-a474-e053-2a95a90abdad", + "ace493e6-91bc-41aa-8e5c-5bc14981de91", + "b46a6bc1-35ab-4a38-8dd2-1db481d72b82", + "b933d348-2205-4937-a1d6-522bcd978b5b", + "c02a347d-df05-4191-b506-1b2ad754a014", + "c07e53a4-33c6-4668-ace6-637ce1f6ffca", + "c100129d-3754-4d0e-b754-76440d55944a", + "c5cd3843-8d72-4850-bebe-4ac54e4f43fa", + "cdd5a402-df90-4a16-a38c-78eab7189998", + "d6dcbdee-7c0d-4b5c-b0c1-1e8f357f7f59", + "d9fc716a-fba5-45f8-8024-52325799d1dd", + "e751cb66-5fa5-4171-b061-da34aa10de6c", + "e8541364-d649-42e9-9e41-e3201ba10433", + "eda3745a-1009-4a89-8ec6-c7d26d7e7275", + "edb63800-5c95-4028-b47f-2e21831834d7", + "1da544eb-ed4e-4124-bea3-f827f1322270", + "22927a12-6837-4d57-8e60-043000f2f208", + "23cb5001-6aeb-434a-b2e8-aaf8bbab9dc6", + "34734759-7067-4e14-9533-e08ec9c2673a", + "34818110-5291-4bda-9571-bd77d90bba7c", + "3d560acb-3334-4a39-9ab1-f131060e3b33", + "50174b10-0808-4800-9192-ba16d8bbcfd8", + "572e672e-b759-4db1-9e8f-279b1f6f3c51", + "62e8db95-aaef-4b0e-841e-64a0339f3190", + "63f270d9-244a-43a0-b472-03137b1f259f", + "6419cc78-27d4-7713-e053-2a91aa0a5a10", + "694866ce-c419-4b4c-bfb2-4175703d89f1", + "7189a96a-2384-40c5-aae5-6b5205ac2f3b", + "834b7f5e-e636-4537-9bae-2d309fcc8eb3", + "88c7486b-f9a7-4856-a25a-7c06e1382f1a", + "8cb595d2-b7c2-687d-e053-2a95a90a5720", + "a139e495-3dbf-4998-e053-2a95a90ac136", + "a13ac87b-b395-685e-e053-2a95a90ab5d3", + "a3fcd34a-6aa9-477c-bbfb-2f6b36e06b65", + "ad8475b3-ace1-4a05-b927-3286a8139cb4", + "af0ec23c-cefc-40a9-ab9a-03b8528d4e13", + "afae42cb-071b-4a2a-be2c-44a284d35d52", + "b4d83e35-d50f-4770-a23f-2779133a1bfc", + "c20cc954-1490-4575-96cf-1720509bd589", + "d07ea9e3-88b0-4aa0-903a-10555dcca37d", + "d5e9900e-353b-40e8-982a-cca4504ed18c", + "0ba4c1a3-1bc7-4bfb-acf5-05d371f506fe", + "152189e5-391c-42d3-a03b-c8364e2de6bf", + "179a25bc-8458-4151-a52c-0d22848e5297", + "1b78bdeb-efb2-4f5a-af3f-d67d82090847", + "28d45743-d298-29db-e054-00144ff8d46c", + "2a8df50c-55df-4d91-ba26-baf8ef92f4a5", + "2c67fecb-2e69-44d6-8ab8-3251abae72a6", + "3b95dcbf-aef1-44b5-a2c4-5ce93c57ff1d", + "47657d95-4a54-49c2-8273-86b413b8f41e", + "581dca08-a4a4-476a-a7cf-fa0f8630c777", + "5ebcd4d3-0397-4061-be0f-7e50b9d1780d", + "5fef7bf3-021a-4ac8-b71f-ef174514d4f6", + "6481ca76-c9a6-4a15-84e4-4872e1b762ae", + "76f4cc25-a77e-6245-e053-2a91aa0af7ae", + "844c1047-9de5-4f47-b7cc-efb1928c21d8", + "9c1ded4e-1d3b-1ab6-e053-2995a90aa80d", + "a3288f7c-1fb3-4013-8f84-f874c4ffb49f", + "a568fd1e-9bf0-3c03-e053-2a95a90a45b7", + "b48d5bcf-3d41-40ce-89f0-3f77cc7f80f4", + "b5e9bd39-d2c5-4a6c-b0da-8e41d633b31c", + "ba89fbe6-546a-e10c-e053-2a95a90ade0c", + "cc6492c4-eaab-47c4-bf4d-b6c1a28049e7", + "d4fa5121-507c-402b-bca7-1c437003b8db", + "e28d0916-8165-431c-a19c-ef7d4bb6b8e6", + "e43b9dad-1584-4c85-bc85-3fbb1f3012fa", + "f2a30365-b3dd-4360-8998-e5277d4d17b7", + "fa10242d-ee97-4733-a677-83c474b62747", + "00872852-680a-41b3-901b-b991b12a176d", + "2f193146-74b2-4941-893d-3d2f5c8ee659", + "6f955a9b-c6a3-4089-90e5-00a63f02f5ed", + "8797f1ba-0df0-4c57-a69b-55aec4d5ed76", + "8e86ae68-7687-79d6-e053-2995a90ac274", + "93edca03-fdf1-453f-8efe-5f0b8eef41e4", + "940ae28a-5813-4e9e-868e-cd0680ebc40b", + "9714de6b-068b-d6b9-e053-2995a90a3b27", + "a1a23c80-d6af-4e8e-a4a0-8366261bc92b", + "c156af97-31df-4152-9331-874df1387073", + "c93da67f-f42e-4baa-976b-73c71ba6dd71", + "d3d093f9-207a-40d4-a7be-c6b5a544a0a7", + "eb62ed66-cafd-4d09-acc9-b9abf748ba85" + ], + "package_ndc": [ + "41520-495-71", + "41520-495-78", + "55319-745-30", + "55319-745-80", + "55319-745-16", + "62011-0214-1", + "49738-510-25", + "49738-510-05", + "59779-392-08", + "59779-392-15", + "59779-392-12", + "59779-392-14", + "11822-3307-2", + "11822-3307-1", + "50804-199-40", + "50804-199-20", + "72036-111-02", + "72036-111-03", + "55910-847-10", + "55910-847-02", + "55319-843-20", + "68210-0081-6", + "68210-0081-3", + "55319-661-50", + "55319-661-10", + "55319-661-25", + "37012-647-78", + "37012-647-90", + "37012-647-71", + "70000-0263-1", + "70000-0263-2", + "70000-0263-3", + "42681-7077-1", + "68599-8050-4", + "51013-319-54", + "55910-849-20", + "72090-002-01", + "54162-941-90", + "54162-941-00", + "0363-0749-12", + "63868-794-01", + "68998-111-03", + "68210-0026-2", + "68210-0026-1", + "68391-199-24", + "69842-183-83", + "49035-635-09", + "0573-0179-20", + "63940-393-20", + "55111-682-09", + "55111-682-01", + "55111-682-05", + "55111-683-30", + "55111-683-50", + "55111-683-09", + "55111-683-01", + "55111-683-05", + "55111-684-30", + "55111-684-50", + "55111-684-60", + "55111-684-09", + "55111-684-01", + "55111-684-05", + "47682-600-99", + "47682-600-13", + "47682-600-47", + "47682-600-64", + "47682-600-69", + "47682-614-99", + "47682-614-13", + "47682-608-99", + "47682-608-30", + "47682-608-33", + "47682-608-48", + "47682-608-13", + "47682-608-50", + "47682-609-13", + "47682-609-33", + "47682-609-48", + "47682-602-99", + "47682-602-13", + "47682-610-99", + "47682-610-33", + "47682-610-48", + "0573-0174-30", + "0573-0171-30", + "0573-0171-03", + "0573-0171-32", + "0573-0170-30", + "0573-0170-01", + "0573-0170-32", + "0573-0290-30", + "0573-0290-01", + "0573-0207-30", + "0573-0232-30", + "69842-329-62", + "69842-329-67", + "41520-685-26", + "49483-611-00", + "49483-611-05", + "49483-611-01", + "49483-612-00", + "49483-612-05", + "49483-612-01", + "69842-706-62", + "59556-806-41", + "59556-806-06", + "59556-806-08", + "59556-805-41", + "59556-805-06", + "59556-805-08", + "50580-184-50", + "50580-184-51", + "50580-184-52", + "58602-008-24", + "71309-111-24", + "71309-111-50", + "71309-111-02", + "71309-111-30", + "71309-111-05", + "71309-111-10", + "49738-112-02", + "70729-291-12", + "36800-623-58", + "49035-408-80", + "24385-647-71", + "24385-647-78", + "24385-647-76", + "11673-741-62", + "72288-604-82", + "72288-604-90", + "72288-604-93", + "72288-604-78", + "0363-0221-11", + "0363-0221-15", + "0363-0221-78", + "0363-0221-79", + "0363-0221-83", + "49348-706-01", + "49348-706-04", + "49348-706-09", + "49348-706-10", + "49348-706-14", + "49348-706-19", + "49348-706-42", + "49348-706-16", + "11822-4461-0", + "51013-103-15", + "51013-103-25", + "51013-103-26", + "51013-103-39", + "51013-103-28", + "51013-103-29", + "51013-103-38", + "51013-103-31", + "51013-103-22", + "51013-103-41", + "51013-103-42", + "51013-103-63", + "11822-3310-4", + "55910-074-78", + "55910-074-85", + "55910-074-71", + "42961-203-01", + "42961-203-02", + "11822-0255-1", + "62011-0015-1", + "62011-0015-2", + "62011-0015-3", + "49348-196-09", + "49348-196-10", + "49348-196-19", + "49348-196-35", + "62011-0213-1", + "49035-265-16", + "49035-265-30", + "49035-265-80", + "58602-200-24", + "58602-200-20", + "11673-314-90", + "68210-4141-6", + "68391-212-83", + "59556-856-41", + "59556-856-25", + "59556-856-06", + "59556-856-44", + "59556-856-07", + "59556-856-08", + "59556-856-46", + "59556-855-41", + "59556-855-25", + "59556-855-06", + "59556-855-44", + "59556-855-07", + "59556-855-08", + "59556-855-46", + "63940-219-26", + "49035-897-26", + "49035-897-34", + "45802-057-05", + "53746-462-02", + "53746-462-10", + "53746-460-02", + "53746-460-10", + "53746-458-02", + "53746-458-10", + "67091-185-03", + "0363-0945-80", + "0363-0945-40", + "0363-0945-16", + "0363-0945-20", + "0363-0945-30", + "30142-198-40", + "30142-198-20", + "30142-198-03", + "30142-198-16", + "30142-198-80", + "30142-685-26", + "30142-685-28", + "55758-310-20", + "11673-850-40", + "11673-850-80", + "11673-850-16", + "11673-850-30", + "72476-110-02", + "72476-110-03", + "72476-110-04", + "72476-110-05", + "59088-756-00", + "67877-320-01", + "41520-057-05", + "63868-428-40", + "63868-428-80", + "70729-002-24", + "70729-002-50", + "66715-9752-2", + "66715-9752-3", + "11822-0291-0", + "11822-0291-3", + "11822-0291-9", + "11822-0291-5", + "11822-0291-6", + "11822-0291-2", + "11822-0291-8", + "11822-0291-1", + "11822-0291-7", + "11822-0291-4", + "37808-200-26", + "21130-911-26", + "47682-718-99", + "47682-718-13", + "47682-718-48", + "47682-718-33", + "47682-718-30", + "47682-718-50", + "47682-709-48", + "47682-709-33", + "47682-700-99", + "47682-700-69", + "47682-700-64", + "47682-700-47", + "47682-700-13", + "47682-714-99", + "47682-714-13", + "47682-702-99", + "47682-702-13", + "80267-604-78", + "50844-269-24", + "41163-710-62", + "69452-212-11", + "69452-212-15", + "69452-212-78", + "69452-212-20", + "69452-212-79", + "69452-212-83", + "69452-212-90", + "53345-014-02", + "63868-790-50", + "55910-845-40", + "55910-845-20", + "62207-354-43", + "62207-354-47", + "62207-354-49", + "62207-354-54", + "62207-354-42", + "62207-355-43", + "62207-355-47", + "62207-355-49", + "62207-355-54", + "62207-355-42", + "62207-356-43", + "62207-356-47", + "62207-356-49", + "62207-356-54", + "62207-356-42", + "72036-110-01", + "72036-110-02", + "72036-110-03", + "72036-110-05", + "67091-368-50", + "0904-5463-35", + "0904-5463-30", + "36800-166-26", + "36800-166-28", + "55910-685-26", + "69452-239-22", + "55315-292-12", + "55315-292-06", + "0573-0168-20", + "0573-0168-30", + "0573-0168-40", + "62011-0016-1", + "0363-0897-26", + "0363-0897-34", + "0363-0897-28", + "41520-745-40", + "41520-745-80", + "41520-745-18", + "50844-392-02", + "50844-392-08", + "50844-392-15", + "50844-392-12", + "50844-392-14", + "50844-392-16", + "0113-7619-62", + "57896-941-01", + "57896-941-10", + "57896-941-05", + "57896-941-25", + "57896-941-50", + "57896-941-20", + "55910-897-26", + "55910-897-28", + "66220-287-08", + "66220-287-11", + "66220-287-24", + "66220-284-11", + "66220-284-22", + "15127-335-24", + "15127-335-01", + "15127-335-50", + "67060-002-68", + "67060-002-67", + "59779-897-26", + "59779-897-34", + "59779-897-28", + "0363-0166-26", + "0363-0166-28", + "0363-0166-40", + "0363-0166-34", + "51013-405-25", + "51013-405-26", + "49035-166-26", + "49035-166-34", + "69256-255-10", + "50844-993-06", + "62207-357-41", + "62207-357-42", + "62207-357-43", + "62207-357-46", + "62207-357-47", + "62207-357-48", + "62207-357-49", + "62207-357-91", + "62207-358-41", + "62207-358-42", + "62207-358-43", + "62207-358-46", + "62207-358-47", + "62207-358-48", + "62207-358-49", + "62207-358-91", + "24385-361-26", + "24385-361-34", + "24385-361-25", + "62011-0010-1", + "68391-604-62", + "68391-604-90", + "59726-568-40", + "59726-568-24", + "59779-166-26", + "59779-166-34", + "59779-166-28", + "41163-255-10", + "55319-248-50", + "55319-248-01", + "55319-248-25", + "55319-248-05", + "0536-1147-30", + "37808-922-13", + "24385-604-71", + "24385-604-78", + "24385-604-90", + "24385-604-76", + "24385-604-14", + "24385-604-41", + "24385-604-85", + "58602-801-07", + "58602-801-12", + "58602-801-14", + "58602-801-15", + "58602-801-19", + "58602-801-21", + "58602-801-29", + "58602-801-34", + "58602-801-35", + "58602-801-36", + "58602-801-38", + "58602-801-40", + "58602-801-87", + "58602-801-88", + "58602-801-41", + "58602-801-59", + "63940-897-26", + "0404-0017-99", + "0404-0017-13", + "36800-897-26", + "36800-897-28", + "36800-897-34", + "0363-0523-62", + "25000-133-23", + "25000-133-18", + "25000-133-04", + "25000-133-13", + "25000-133-43", + "25000-133-01", + "25000-133-69", + "25000-062-43", + "25000-062-01", + "25000-062-04", + "25000-062-67", + "25000-062-13", + "25000-062-87", + "36800-292-06", + "49348-499-34", + "21130-921-08", + "21130-921-13", + "21130-921-15", + "21130-921-12", + "21130-921-03", + "21130-921-14", + "0363-9600-42", + "0363-9600-05", + "0363-9600-01", + "0363-9600-31", + "0363-9600-50", + "56062-057-05", + "50594-018-26", + "41163-393-12", + "41163-393-15", + "41163-393-14", + "11673-749-12", + "70000-0307-1", + "0363-0392-15", + "0363-0392-12", + "0363-0392-37", + "0363-0392-14", + "0363-0392-16", + "0363-0392-17", + "68016-940-08", + "68016-940-04", + "68016-942-04", + "68016-943-04", + "68016-944-04", + "62011-0004-1", + "70677-0072-1", + "72927-805-02", + "72927-805-01", + "41163-521-62", + "70000-0360-1", + "70000-0360-2", + "70000-0360-3", + "64092-200-50", + "64092-200-30", + "53746-464-01", + "53746-464-05", + "53746-464-30", + "53746-464-60", + "53746-464-90", + "53746-465-01", + "53746-465-05", + "53746-465-30", + "53746-465-50", + "53746-465-60", + "53746-465-90", + "53746-466-01", + "53746-466-05", + "53746-466-30", + "53746-466-50", + "53746-466-60", + "53746-466-90", + "41250-685-34", + "41250-685-26", + "63941-745-40", + "63941-745-20", + "49348-639-04", + "68210-4139-4", + "11673-604-59", + "11673-604-62", + "11673-604-71", + "11673-604-78", + "11673-604-85", + "11673-604-76", + "11673-604-90", + "11673-604-82", + "11673-604-93", + "11822-0131-1", + "11822-0131-2", + "11822-0131-4", + "11822-0131-3", + "11822-0131-5", + "21130-363-10", + "11822-0521-0", + "50269-000-25", + "49035-684-85", + "49035-684-90", + "63940-292-12", + "63940-292-15", + "63940-292-08", + "63940-292-13", + "59779-995-05", + "59779-995-10", + "0113-1461-62", + "0363-0507-62", + "59726-199-10", + "59726-199-20", + "59726-199-16", + "46122-593-60", + "11822-8925-5", + "11822-8925-9", + "51672-1385-8", + "51672-1385-9", + "41250-240-26", + "70000-0259-1", + "41520-740-62", + "41250-991-03", + "41250-048-80", + "72288-461-62", + "55910-046-40", + "55910-046-20", + "55910-046-80", + "55910-046-02", + "55910-046-12", + "37808-647-71", + "37808-647-78", + "37808-647-85", + "37808-647-90", + "50594-020-76", + "36800-183-83", + "57344-111-03", + "56062-897-26", + "72036-109-01", + "72036-109-02", + "72036-109-03", + "72036-109-05", + "72036-109-08", + "0363-1610-23", + "0363-1610-44", + "0363-1610-80", + "0363-1610-66", + "0363-1610-31", + "68998-109-03", + "68998-109-05", + "68998-109-08", + "68998-109-10", + "41250-221-80", + "41250-221-40", + "41250-221-16", + "41250-221-30", + "63868-470-20", + "63868-470-48", + "63868-470-80", + "68016-634-24", + "68016-634-10", + "68016-634-50", + "68016-634-00", + "68016-634-05", + "68016-634-25", + "72036-185-01", + "72036-185-02", + "72036-185-03", + "72036-185-07", + "72036-185-08", + "63941-762-94", + "63941-760-94", + "63941-761-94", + "50844-352-02", + "50844-352-15", + "50844-352-12", + "50844-352-16", + "11822-7892-5", + "11822-7892-0", + "11822-7892-9", + "11822-7892-2", + "11822-7892-7", + "63868-773-10", + "63868-773-24", + "63868-773-50", + "63868-773-05", + "62011-0012-1", + "11822-0897-4", + "11822-0897-8", + "11822-0897-1", + "67091-369-50", + "67091-369-10", + "59779-393-15", + "59779-393-20", + "68196-005-61", + "68196-005-62", + "65162-464-03", + "65162-464-06", + "65162-464-09", + "65162-464-10", + "65162-464-50", + "65162-465-03", + "65162-465-05", + "65162-465-06", + "65162-465-09", + "65162-465-10", + "65162-465-50", + "65162-466-03", + "65162-466-05", + "65162-466-06", + "65162-466-09", + "65162-466-10", + "65162-466-50", + "0573-0165-20", + "0573-0165-30", + "0573-0165-40", + "0573-0165-41", + "0573-0165-42", + "0573-0165-31", + "0573-0165-25", + "0573-0154-35", + "0573-0154-75", + "0573-0154-17", + "0573-0154-89", + "0573-0154-84", + "0573-0154-98", + "0573-0154-16", + "0573-0154-60", + "0573-0154-59", + "0573-0154-21", + "0573-0151-12", + "0573-0151-13", + "0573-0151-10", + "0573-0151-21", + "0573-0151-20", + "0573-0151-48", + "0573-0151-30", + "0573-0151-05", + "0573-0161-35", + "0573-0161-51", + "0573-0161-85", + "0573-0161-65", + "0573-0166-51", + "0573-0166-85", + "0573-0150-20", + "0573-0150-30", + "0573-0150-40", + "0573-0150-31", + "0573-0150-32", + "0573-0150-41", + "0573-0150-42", + "0573-0160-20", + "0573-0160-30", + "0573-0160-40", + "0573-0160-25", + "0573-0160-31", + "0573-0160-41", + "0573-0160-42", + "0573-0160-17", + "0573-1711-14", + "58602-902-73", + "58602-902-12", + "58602-902-18", + "58602-902-30", + "58602-902-38", + "58602-902-70", + "58602-902-72", + "58602-902-74", + "58602-902-32", + "58602-902-34", + "58602-902-75", + "30142-604-62", + "30142-604-71", + "30142-604-78", + "30142-604-85", + "30142-604-90", + "30142-604-93", + "30142-604-76", + "0363-0743-80", + "0363-0743-20", + "11788-002-07", + "11788-002-10", + "11788-004-07", + "11788-004-10", + "11788-006-07", + "11788-006-10", + "0121-0914-05", + "0121-0914-00", + "0121-1828-10", + "0121-1828-00", + "41163-166-26", + "41163-166-28", + "41163-166-34", + "0363-0660-26", + "0363-0660-28", + "58657-680-01", + "58657-680-50", + "58657-681-01", + "58657-681-50", + "58657-682-01", + "58657-682-50", + "0113-0788-62", + "37808-023-26", + "36800-993-06", + "49035-912-08", + "49035-912-15", + "49035-912-12", + "69238-1101-5", + "69238-1102-5", + "69238-1103-5", + "53746-140-24", + "53746-140-01", + "53746-140-10", + "53746-143-24", + "53746-143-01", + "53746-143-10", + "0113-7604-82", + "0113-7604-90", + "0113-7604-93", + "70000-0176-3", + "70000-0176-1", + "70000-0176-2", + "70000-0176-5", + "70000-0176-4", + "70000-0176-6", + "33992-0752-4", + "41163-897-26", + "41163-897-34", + "55910-741-20", + "55910-741-80", + "55910-741-12", + "63868-571-50", + "63868-571-01", + "51013-429-26", + "37808-109-03", + "37808-109-10", + "37808-109-08", + "0113-0166-26", + "0113-0166-28", + "0113-0166-34", + "49348-642-27", + "50580-100-18", + "55319-166-26", + "55319-166-28", + "55319-166-00", + "69842-701-27", + "69842-701-01", + "0363-2323-10", + "16103-407-06", + "16103-407-08", + "16103-407-11", + "41250-920-27", + "59779-438-12", + "59779-438-13", + "59779-438-15", + "63548-0234-2", + "63548-0234-1", + "63548-0234-3", + "46994-897-26", + "55910-953-80", + "55910-953-20", + "0113-0660-26", + "0113-0660-28", + "55319-035-50", + "55319-035-01", + "55319-035-25", + "55319-035-52", + "67091-347-50", + "67091-347-10", + "67091-347-05", + "59779-971-26", + "62011-0011-1", + "41163-116-03", + "49035-186-05", + "63868-239-20", + "36800-461-62", + "70000-0291-1", + "68210-0080-6", + "68210-0080-3", + "69256-166-26", + "50580-198-50", + "50580-198-51", + "50580-198-52", + "41250-057-10", + "50844-292-02", + "50844-292-08", + "50844-292-01", + "50844-292-15", + "50844-292-11", + "50844-292-12", + "50844-292-13", + "50844-292-00", + "50844-292-14", + "50844-292-16", + "55319-046-20", + "55319-046-16", + "56062-647-71", + "56062-647-78", + "56062-647-85", + "37808-363-26", + "68998-320-24", + "50844-257-15", + "72288-897-34", + "69256-843-80", + "50594-005-78", + "65162-770-02", + "65162-770-69", + "65162-770-11", + "65162-770-50", + "49035-661-50", + "21130-396-05", + "72476-112-02", + "72476-112-03", + "11673-183-83", + "42507-131-49", + "42507-131-80", + "67091-141-80", + "37808-604-85", + "37808-604-62", + "37808-604-71", + "37808-604-78", + "11822-7893-5", + "11822-7893-2", + "11673-349-08", + "11673-349-01", + "55301-199-20", + "55301-199-80", + "69452-302-25", + "55319-568-25", + "55319-568-10", + "55319-568-50", + "55319-568-52", + "37012-604-78", + "37012-604-85", + "37012-604-90", + "37012-604-71", + "41250-726-62", + "69842-649-80", + "69842-649-88", + "55319-750-30", + "55319-750-80", + "55319-750-20", + "62011-0222-1", + "62011-0222-2", + "55319-458-71", + "55319-458-78", + "0121-0917-05", + "0121-0917-00", + "71141-114-32", + "30142-166-26", + "30142-166-34", + "30142-166-28", + "63940-199-20", + "63940-199-40", + "41520-647-71", + "41520-647-78", + "41520-647-85", + "41520-647-90", + "41520-647-76", + "70000-0181-1", + "70000-0181-2", + "11822-0392-2", + "11822-0392-5", + "11822-0392-4", + "41250-419-26", + "41250-419-34", + "41250-647-71", + "41250-647-78", + "41250-647-90", + "41250-647-82", + "41250-647-76", + "67091-130-50", + "67091-130-10", + "68196-745-40", + "68998-185-03", + "63868-793-01", + "49348-876-34", + "36800-969-07", + "36800-969-20", + "46122-548-90", + "11822-7891-5", + "11822-7891-2", + "11822-7891-9", + "55319-199-80", + "55319-199-30", + "56062-404-10", + "11673-461-62", + "79395-003-92", + "72288-131-06", + "50580-230-01", + "50580-230-02", + "50580-230-03", + "50580-230-04", + "50580-230-05", + "50580-230-06", + "50580-230-07", + "50580-230-08", + "50580-230-09", + "66715-6939-4", + "41250-255-10", + "21130-749-80", + "21130-749-20", + "21130-749-40", + "21130-749-03", + "21130-749-18", + "51672-2130-8", + "51672-2130-1", + "68196-199-02", + "0904-7912-51", + "0904-7912-59", + "0904-7912-24", + "37808-921-08", + "37808-921-14", + "15127-312-19", + "15127-312-50", + "15127-312-24", + "15127-312-01", + "15127-312-25", + "15127-312-05", + "0536-3603-30", + "63981-604-90", + "63981-604-52", + "67091-129-50", + "0113-0604-52", + "0113-0604-62", + "0113-0604-71", + "0113-0604-76", + "0113-0604-78", + "0113-0604-90", + "0113-0604-93", + "0113-0604-02", + "0113-0604-82", + "41250-521-62", + "36800-287-58", + "59779-660-26", + "59779-660-28", + "59779-660-34", + "41163-312-02", + "41163-312-03", + "41163-312-05", + "62011-0014-1", + "62011-0014-2", + "62011-0014-3", + "62011-0014-4", + "62011-0014-5", + "62011-0014-6", + "62011-0014-7", + "70000-0003-1", + "42507-408-40", + "72476-365-05", + "72476-365-10", + "72476-365-20", + "72476-365-24", + "72476-365-50", + "72476-365-99", + "72476-366-05", + "72476-366-10", + "37808-410-02", + "37808-410-05", + "11822-1879-1", + "53943-292-15", + "53943-292-12", + "53943-292-14", + "15127-316-40", + "15127-316-20", + "45802-140-26", + "53345-039-02", + "53345-039-03", + "49035-745-40", + "49035-745-20", + "49035-745-30", + "49035-745-60", + "49035-745-80", + "0363-1764-94", + "0363-1761-94", + "0363-1762-94", + "0363-1763-94", + "0363-7610-94", + "55910-768-24", + "68210-0009-0", + "68210-0009-6", + "68210-0009-1", + "0536-1088-02", + "0536-1088-01", + "0536-1088-06", + "0536-1088-05", + "11788-008-01", + "11788-008-05", + "11788-009-01", + "11788-009-05", + "11788-010-01", + "11788-010-05", + "11673-514-06", + "11673-514-58", + "11673-514-76", + "11673-514-27", + "11673-514-87", + "53942-119-24", + "53746-131-01", + "53746-131-05", + "15127-905-50", + "55301-291-03", + "55301-291-12", + "55301-291-06", + "55301-291-14", + "0363-1521-62", + "30142-897-26", + "30142-897-34", + "30142-897-28", + "25000-135-03", + "25000-135-14", + "25000-135-30", + "25000-135-98", + "25000-135-93", + "25000-135-70", + "25000-136-03", + "25000-136-14", + "25000-136-30", + "25000-136-98", + "25000-136-93", + "25000-136-69", + "25000-136-71", + "11822-0231-1", + "11822-0231-3", + "55319-398-10", + "30142-745-40", + "30142-745-20", + "30142-745-02", + "30142-745-16", + "30142-745-30", + "30142-745-80", + "68001-435-92", + "68001-435-94", + "63868-427-20", + "58602-802-07", + "58602-802-14", + "58602-802-21", + "58602-802-29", + "58602-802-34", + "58602-802-38", + "62011-0368-1", + "50580-932-01", + "41250-801-82", + "41250-801-78", + "0573-0169-17", + "0573-0169-02", + "0573-0169-19", + "0573-0169-20", + "0573-0169-40", + "0573-0169-11", + "0573-0169-89", + "0573-0169-30", + "0573-0169-31", + "0573-0169-86", + "0573-0169-51", + "0573-0169-43", + "0573-0169-49", + "0573-0169-52", + "0573-0169-08", + "0573-0169-22", + "0573-0169-13", + "0573-0169-76", + "0573-0149-13", + "0573-0149-04", + "0573-0149-66", + "0573-0149-91", + "0573-1769-20", + "0573-1769-80", + "0573-1769-89", + "0573-1769-14", + "0573-1769-13", + "0573-1769-09", + "45802-133-26", + "68016-645-12", + "68016-645-08", + "68016-645-15", + "36800-517-71", + "36800-517-78", + "33992-0843-1", + "36800-749-20", + "36800-749-40", + "11673-255-10", + "11673-255-16", + "24385-058-78", + "24385-058-82", + "59651-032-12", + "59651-032-47", + "0363-9601-42", + "0363-9601-05", + "0363-9601-01", + "0363-9601-15", + "0363-9601-50", + "0363-9601-10", + "66715-9700-1", + "66715-9700-2", + "66715-9700-3", + "66715-9700-8", + "41163-711-03", + "54473-306-50", + "50844-438-02", + "50844-438-12", + "50844-438-16", + "55910-521-62", + "55910-901-42", + "72476-109-01", + "72476-109-02", + "72476-109-03", + "72476-109-10", + "72476-109-05", + "72476-109-06", + "72476-109-08", + "72476-109-21", + "0363-1461-62", + "41163-647-71", + "41163-647-78", + "41163-647-76", + "41163-647-72", + "55315-393-12", + "55315-393-57", + "55315-393-15", + "55315-393-20", + "68196-980-38", + "68196-980-41", + "11822-1521-0", + "63981-598-36", + "21130-701-62", + "59726-046-30", + "59726-046-20", + "11673-517-78", + "59726-661-50", + "59726-661-40", + "63868-796-04", + "55910-604-71", + "55910-604-78", + "55910-604-85", + "55910-604-90", + "55910-604-62", + "55910-604-76", + "55910-604-82", + "55910-604-93", + "55910-023-24", + "69842-323-26", + "63940-392-03", + "63940-392-15", + "63940-392-12", + "0113-0897-26", + "0113-0897-34", + "0113-0897-28", + "41250-660-26", + "59556-764-13", + "11673-685-26", + "11673-685-34", + "11673-685-28", + "53746-137-01", + "53746-137-05", + "53746-137-30", + "53746-137-50", + "53746-137-60", + "53746-137-90", + "55319-396-05", + "55319-396-10", + "55319-396-25", + "55319-396-24", + "55319-396-20", + "55319-397-05", + "55319-397-10", + "55319-397-25", + "0363-0292-37", + "0363-0292-12", + "0363-0292-15", + "0363-0292-08", + "0363-0292-14", + "0363-0292-17", + "49314-1003-3", + "49314-0993-3", + "41250-286-22", + "21130-585-78", + "21130-585-59", + "21130-585-62", + "21130-585-85", + "21130-585-90", + "21130-585-76", + "21130-585-93", + "58602-212-24", + "58602-212-20", + "71862-003-01", + "71862-007-01", + "42507-198-48", + "42507-198-27", + "50844-291-02", + "50844-291-08", + "50844-291-01", + "50844-291-10", + "50844-291-11", + "50844-291-12", + "50844-291-29", + "50844-291-13", + "50844-291-15", + "50844-291-03", + "50844-291-14", + "50844-291-16", + "63868-295-80", + "63868-295-40", + "63868-295-48", + "59556-812-41", + "59556-812-25", + "59556-812-06", + "59556-812-44", + "59556-812-08", + "59556-811-41", + "59556-811-25", + "59556-811-06", + "59556-811-44", + "59556-811-08", + "53943-119-24", + "59779-882-26", + "0498-7500-01", + "0498-7500-10", + "0498-7500-25", + "0498-7500-50", + "0498-7501-01", + "0498-7501-10", + "0498-7501-25", + "0498-7501-50", + "0498-7502-01", + "0498-7502-10", + "0498-7502-25", + "0498-7502-50", + "68016-633-50", + "68016-633-10", + "68016-633-24", + "11673-990-42", + "11673-990-20", + "67877-319-30", + "67877-319-50", + "67877-319-01", + "67877-319-05", + "67877-320-30", + "67877-320-50", + "67877-320-05", + "67877-321-30", + "67877-321-50", + "67877-321-01", + "67877-321-05", + "0904-5577-20", + "49035-381-11", + "49035-381-15", + "21130-745-40", + "21130-745-20", + "21130-745-80", + "21130-745-18", + "21130-745-30", + "56062-033-27", + "0363-0225-22", + "41226-601-42", + "41226-601-05", + "41226-601-01", + "41226-601-20", + "41226-601-25", + "11822-3061-6", + "11673-197-40", + "11673-197-80", + "11673-197-16", + "11673-197-03", + "24385-059-78", + "30142-743-80", + "30142-743-32", + "11822-6604-1", + "36800-753-60", + "36800-753-06", + "36800-753-58", + "53187-199-80", + "53187-199-40", + "53187-199-20", + "0113-0298-58", + "0113-0298-60", + "0113-0298-27", + "0363-5100-01", + "46122-010-62", + "67060-001-68", + "67060-001-67", + "56062-074-78", + "59726-235-40", + "59726-235-24", + "53943-112-02", + "53943-112-03", + "53943-112-08", + "62011-0367-1", + "0113-7131-06", + "53746-144-01", + "53746-144-10", + "53746-144-24", + "53746-142-01", + "53746-142-10", + "53746-142-24", + "55319-150-08", + "59779-197-88", + "59779-197-20", + "59779-197-16", + "59779-197-48", + "59779-197-80", + "59779-197-03", + "59779-197-40", + "59779-197-02", + "59779-197-12", + "41520-166-26", + "41520-166-28", + "11822-1761-4", + "41520-897-26", + "41520-897-34", + "41520-897-28", + "66689-339-01", + "66689-339-50", + "70000-0264-1", + "70000-0264-2", + "47682-710-99", + "47682-710-33", + "47682-710-48", + "41250-752-40", + "41250-752-80", + "41250-752-16", + "41250-752-30", + "46994-291-12", + "63981-517-59", + "63981-517-90", + "76281-119-24", + "50580-603-04", + "49035-716-94", + "70000-0308-1", + "70000-0308-2", + "46122-530-58", + "46122-530-41", + "41163-392-12", + "41163-392-15", + "55910-408-20", + "62207-320-41", + "62207-320-42", + "62207-320-43", + "62207-320-46", + "62207-320-47", + "62207-320-48", + "62207-320-49", + "62207-320-91", + "62207-320-89", + "62207-320-90", + "62207-321-41", + "62207-321-42", + "62207-321-43", + "62207-321-46", + "62207-321-47", + "62207-321-48", + "62207-321-49", + "62207-321-91", + "62207-321-89", + "62207-321-90", + "55319-054-05", + "55910-750-80", + "55910-750-20", + "55910-750-02", + "55910-750-40", + "55910-750-12", + "11822-0010-2", + "36800-811-62", + "49035-521-62", + "49035-521-67", + "51013-410-26", + "42961-043-01", + "42961-043-02", + "42961-043-03", + "42961-043-04", + "0363-0291-08", + "0363-0291-12", + "0363-0291-15", + "0363-0291-99", + "0363-0291-37", + "0363-0291-57", + "0363-0291-03", + "0363-0291-14", + "0363-0291-16", + "0363-0291-29", + "36800-193-11", + "36800-193-78", + "0113-0057-05", + "0573-0191-20", + "0573-0191-50", + "0573-0191-22", + "0573-0191-75", + "41163-604-59", + "41163-604-62", + "41163-604-71", + "41163-604-78", + "41163-604-85", + "41163-604-90", + "41163-604-76", + "41163-604-82", + "49483-601-00", + "49483-601-05", + "49483-601-01", + "49483-601-50", + "49483-601-10", + "49483-600-05", + "49483-600-01", + "49483-600-50", + "0113-1212-85", + "0113-1212-09", + "49348-229-34", + "49348-229-37", + "0904-6747-51", + "0904-6747-59", + "0904-6747-70", + "0904-6747-40", + "0904-6747-80", + "0904-6747-24", + "0113-0074-78", + "0113-0074-71", + "68094-494-59", + "68094-494-62", + "68094-494-61", + "68094-494-58", + "68094-503-59", + "68094-503-62", + "68094-503-61", + "68094-037-01", + "68094-037-58", + "69842-521-62", + "69842-521-67", + "10267-3852-2", + "10267-3846-2", + "10267-3909-2", + "68210-0200-1", + "36800-074-71", + "36800-074-78", + "37012-745-80", + "41520-600-62", + "36800-660-26", + "36800-660-28", + "36800-660-00", + "30142-660-26", + "30142-660-28", + "21130-392-15", + "21130-392-12", + "41163-685-26", + "58602-002-24", + "58602-002-20", + "66715-5839-2", + "66715-5839-3", + "11673-993-01", + "11673-993-26", + "64380-809-06", + "64380-809-07", + "64380-808-06", + "64380-808-07", + "64380-807-07", + "64380-807-06", + "11822-0589-2", + "11822-0589-5", + "11822-0589-6", + "0113-0517-71", + "72288-521-62", + "0113-0685-26", + "0113-0685-34", + "51013-422-39", + "36800-348-80", + "36800-348-20", + "70000-0172-1", + "53041-637-09", + "52124-0009-1", + "68210-4140-3", + "36800-048-40", + "36800-048-20", + "49035-598-30", + "11788-002-00", + "11788-004-00", + "11788-006-00", + "41163-509-17", + "41163-509-06", + "11673-992-44", + "11673-992-80", + "11673-992-66", + "11673-992-31", + "50383-584-05", + "50383-584-06", + "50383-584-07", + "50383-584-10", + "50383-584-11", + "50383-584-12", + "50383-584-04", + "50383-584-16", + "21130-877-78", + "49035-601-10", + "70000-0298-1", + "41226-610-66", + "36800-745-40", + "36800-745-20", + "36800-745-80", + "49035-660-26", + "0536-1089-01", + "69256-057-05", + "62207-365-51", + "62207-365-41", + "62207-365-42", + "62207-365-43", + "62207-365-46", + "62207-365-47", + "62207-365-48", + "62207-365-49", + "62207-366-51", + "62207-366-41", + "62207-366-42", + "62207-366-43", + "62207-366-46", + "62207-366-47", + "62207-366-48", + "62207-366-49", + "62207-396-51", + "62207-396-41", + "62207-396-42", + "62207-396-43", + "62207-396-46", + "62207-396-47", + "62207-396-48", + "62207-396-49", + "62207-395-51", + "62207-395-41", + "62207-395-42", + "62207-395-43", + "62207-395-46", + "62207-395-47", + "62207-395-48", + "62207-395-49", + "37205-736-58", + "37205-736-57", + "41520-255-10", + "24385-550-10", + "51013-421-15", + "51013-421-25", + "51013-421-26", + "24385-009-34", + "24385-009-26", + "36800-440-80", + "36800-440-29", + "0113-7517-78", + "0113-7517-90", + "70000-0239-1", + "50580-933-01", + "41163-291-29", + "41163-291-16", + "72865-132-20", + "72865-132-40", + "72865-132-80", + "72865-132-16", + "29485-7625-6", + "68998-011-03", + "63941-111-02", + "41163-198-80", + "41163-198-40", + "41163-198-20", + "41163-198-06", + "41163-198-30", + "49348-374-69", + "36800-057-05", + "45802-897-26", + "45802-897-34", + "37808-709-71", + "42543-966-07", + "42543-965-07", + "42543-964-07", + "55319-393-12", + "0363-0806-26", + "0363-0806-28", + "0363-0806-34", + "21130-026-62", + "53345-014-01", + "0904-7914-61", + "0904-7914-59", + "0904-7914-51", + "0904-7914-80", + "58602-843-73", + "58602-843-12", + "58602-843-18", + "58602-843-30", + "58602-843-38", + "58602-843-32", + "58602-843-79", + "58602-843-70", + "58602-843-72", + "58602-843-74", + "58602-843-34", + "58602-843-75", + "49035-198-40", + "49035-198-03", + "49035-198-16", + "49035-198-80", + "49738-198-40", + "49738-198-80", + "49738-198-30", + "49738-198-20", + "49738-198-06", + "53746-132-01", + "53746-132-05", + "53746-132-30", + "53746-132-50", + "53746-132-60", + "53746-132-90", + "30142-965-08", + "59779-517-71", + "59779-517-78", + "0113-7897-34", + "53943-111-02", + "53943-111-03", + "53943-111-05", + "53943-111-08", + "63868-791-50", + "41520-660-26", + "41520-660-28", + "41520-633-62", + "69103-2525-5", + "69103-2525-6", + "57344-185-01", + "57344-185-02", + "57344-185-03", + "57344-185-04", + "11788-003-07", + "11788-003-10", + "11788-005-07", + "11788-005-10", + "11788-007-07", + "11788-007-10", + "46122-617-62", + "61245-084-13", + "49035-517-78", + "56062-604-71", + "56062-604-78", + "56062-604-85", + "56062-604-90", + "33992-0209-4", + "21130-393-12", + "21130-393-15", + "21130-393-14", + "69842-891-11", + "66715-9739-3", + "66715-9739-8", + "66715-9739-9", + "66715-9739-4", + "56062-166-26", + "63868-281-40", + "63868-281-80", + "24385-905-34", + "24385-905-26", + "24385-905-28", + "68196-981-41", + "63981-291-03", + "63981-291-14", + "47682-683-33", + "47682-783-33", + "55319-817-62", + "55319-817-71", + "55319-817-85", + "55319-817-78", + "50844-393-02", + "50844-393-08", + "50844-393-15", + "50844-393-12", + "50844-393-14", + "50844-393-16", + "50844-393-20", + "50844-393-58", + "59779-001-62", + "53345-039-01", + "62011-0399-1", + "57344-109-02", + "57344-109-03", + "57344-109-05", + "49035-693-08", + "49035-693-09", + "57344-110-01", + "57344-110-02", + "24385-372-26", + "24385-372-25", + "63868-979-24", + "63868-979-50", + "63868-979-10", + "50804-217-50", + "36800-255-10", + "55910-197-80", + "55910-197-20", + "55910-197-40", + "55910-197-12", + "55910-647-78", + "55910-647-71", + "69842-643-80", + "69842-643-02", + "69842-643-16", + "69842-643-88", + "69842-643-24", + "69842-643-20", + "69842-643-50", + "41226-600-01", + "41226-600-50", + "41226-600-42", + "49738-745-40", + "49738-745-20", + "49738-745-30", + "11673-745-40", + "11673-745-80", + "11673-745-60", + "11673-745-30", + "50844-268-09", + "67060-750-68", + "67060-750-67", + "30142-647-62", + "30142-647-78", + "30142-647-90", + "30142-647-82", + "30142-647-76", + "49035-553-83", + "49035-553-90", + "63981-121-36", + "57243-291-15", + "63868-759-80", + "63868-759-48", + "63868-759-40", + "68998-110-03", + "0904-7915-80", + "0472-2002-94", + "0472-2002-16", + "11788-008-00", + "11788-009-00", + "11788-010-00", + "55301-292-12", + "55301-292-15", + "56062-461-62", + "57344-811-03", + "36800-647-62", + "36800-647-71", + "36800-647-78", + "36800-647-90", + "36800-647-76", + "59779-291-98", + "59779-291-10", + "59779-291-12", + "59779-291-96", + "59779-291-90", + "59779-291-15", + "59779-291-29", + "59779-291-03", + "59779-291-05", + "45802-952-26", + "45802-952-43", + "21130-358-05", + "21130-358-50", + "64024-002-78", + "64024-002-90", + "11822-0292-8", + "11822-0292-5", + "11822-0292-2", + "11822-0292-6", + "11822-0292-7", + "11822-0292-4", + "30142-521-62", + "53943-291-15", + "53943-291-12", + "53943-291-14", + "59726-745-10", + "59726-745-20", + "59726-745-16", + "37808-897-26", + "69168-335-01", + "69168-335-03", + "69168-335-30", + "69168-335-40", + "49035-121-20", + "49035-121-40", + "49035-121-03", + "49035-121-16", + "49035-121-80", + "50580-601-04", + "50580-601-08", + "50580-601-21", + "50580-601-22", + "50580-601-20", + "50580-601-25", + "41520-604-62", + "41520-604-71", + "41520-604-78", + "41520-604-85", + "41520-604-90", + "41520-604-76", + "55319-517-78", + "37012-272-85", + "59779-108-12", + "59779-108-60", + "59779-108-80", + "59779-108-82", + "59779-108-88", + "21130-011-26", + "11673-166-26", + "11673-166-28", + "11673-166-34", + "49035-647-90", + "49035-647-82", + "49035-647-78", + "55910-517-71", + "41163-185-01", + "41163-185-02", + "41163-185-03", + "41163-185-04", + "41163-185-06", + "55910-932-59", + "30142-255-10", + "69452-263-11", + "69452-263-78", + "11822-0660-4", + "11822-0660-1", + "50594-146-04", + "69842-851-40", + "69842-851-20", + "69842-851-16", + "69842-851-02", + "69842-851-03", + "69842-851-05", + "69842-851-60", + "69842-851-80", + "0113-0647-62", + "0113-0647-71", + "0113-0647-78", + "0113-0647-76", + "0113-0647-82", + "68210-8100-5", + "68210-8100-3", + "68210-8100-2", + "61269-761-94", + "0363-0103-26", + "42961-050-01", + "42961-050-02", + "42961-050-03", + "42961-050-04", + "37012-521-62", + "55301-393-15", + "55301-393-06", + "59779-074-78", + "59779-074-90", + "68998-112-03", + "55315-291-12", + "55315-291-57", + "55315-291-06", + "55315-291-13", + "55315-291-14", + "66715-6839-4", + "49035-749-80", + "50844-921-12", + "50844-921-06", + "50844-921-14", + "67091-348-50", + "67091-348-10", + "55301-745-20", + "55301-745-80", + "53943-214-78", + "70000-0240-1", + "66715-6920-4", + "41163-057-05", + "37808-057-05", + "25000-121-03", + "25000-121-12", + "25000-121-19", + "25000-121-29", + "25000-121-98", + "25000-121-93", + "25000-122-03", + "25000-122-12", + "25000-122-18", + "25000-122-28", + "25000-122-98", + "25000-122-93", + "25000-123-03", + "25000-123-12", + "25000-123-17", + "25000-123-27", + "25000-123-98", + "25000-123-93", + "41250-604-82", + "41250-604-71", + "41250-604-78", + "41250-604-90", + "41250-604-93", + "41250-604-62", + "41250-604-76", + "41250-604-85", + "59779-647-62", + "59779-647-71", + "59779-647-76", + "59779-647-78", + "59779-647-85", + "59779-647-90", + "59779-647-82", + "49483-602-01", + "49483-602-50", + "49483-603-03", + "49483-603-05", + "49483-603-01", + "49483-603-50", + "49483-604-03", + "49483-604-05", + "49483-604-01", + "49483-604-50", + "11673-593-62", + "41520-943-80", + "41520-943-20", + "41520-943-16", + "41520-943-40", + "59726-843-10", + "11673-647-62", + "11673-647-85", + "11673-647-90", + "11673-647-82", + "30142-461-62", + "53329-674-30", + "0363-0222-22", + "50804-167-50", + "72476-111-02", + "55910-503-05", + "30142-513-62", + "68210-6114-1", + "69452-262-82", + "69452-262-30", + "0113-2461-62", + "61269-763-94", + "55301-392-15", + "41250-897-26", + "41250-897-34", + "41250-897-28", + "63548-0185-2", + "63548-0185-1", + "63548-0185-3", + "33992-0745-1", + "41250-331-62", + "41520-695-71", + "49348-727-09", + "49348-727-10", + "70000-0288-1", + "68210-0011-4", + "0363-0197-80", + "0363-0197-40", + "0363-0197-20", + "0363-0197-16", + "0363-0197-30", + "58602-003-24", + "58602-003-20", + "70000-0292-1", + "55910-166-26", + "55319-897-26", + "55319-897-28", + "55319-897-12", + "46122-580-55", + "46122-580-58", + "46122-580-41", + "55910-651-40", + "41250-993-12", + "41250-993-20", + "41250-993-91", + "21130-699-80", + "21130-699-20", + "21130-699-40", + "21130-699-18", + "21130-699-30", + "33992-0393-1", + "33992-0393-2", + "36800-604-62", + "36800-604-71", + "36800-604-78", + "36800-604-85", + "36800-604-90", + "36800-604-93", + "36800-604-76", + "36800-604-82", + "11673-521-62", + "63654-363-40", + "41163-212-02", + "41163-212-03", + "41163-212-05", + "0904-5309-09", + "0904-5309-20", + "65162-356-02", + "65162-356-69", + "65162-356-11", + "65162-356-50", + "41250-074-78", + "70000-0262-1", + "72476-745-80", + "72476-745-18", + "72476-745-40", + "59779-292-08", + "59779-292-15", + "59779-292-12", + "59779-292-13", + "59779-292-05", + "59779-292-96", + "63868-795-04", + "63868-795-08", + "66715-9812-1", + "66715-9812-2", + "66715-9812-7", + "66715-9812-3", + "67091-321-04", + "50594-843-20", + "49348-927-09", + "49348-927-10", + "70000-0175-1", + "70000-0175-2", + "70000-0175-3", + "70000-0175-5", + "70000-0175-4", + "70000-0175-7", + "70000-0175-6", + "62011-0030-1", + "62011-0030-2", + "62011-0030-3", + "42681-0026-1", + "59779-685-26", + "59779-685-28", + "59779-685-34", + "69842-170-26", + "69842-745-40", + "69842-745-20", + "69842-745-16", + "69842-745-48", + "69842-745-88", + "69842-745-02", + "69842-745-30", + "69842-745-50", + "69842-745-60", + "69842-745-80", + "51824-064-01", + "69452-260-11", + "69452-260-78", + "69452-260-79", + "69452-260-82", + "69452-260-83", + "63941-301-02", + "25000-114-03", + "25000-114-14", + "25000-114-20", + "25000-114-30", + "25000-114-98", + "25000-114-93", + "25000-114-70", + "25000-114-71", + "25000-117-03", + "25000-117-14", + "25000-117-20", + "25000-117-30", + "25000-117-98", + "25000-117-93", + "25000-117-69", + "70677-0046-1", + "63981-393-03", + "63981-393-14", + "63981-393-58", + "56062-801-62", + "49035-865-20", + "49035-865-80", + "49035-865-30", + "0573-0175-11", + "11788-003-00", + "11788-005-00", + "11788-007-00", + "46122-632-62", + "51672-2138-8", + "51672-2138-1", + "0363-4381-12", + "50844-754-09", + "72036-112-02", + "72036-112-03", + "72036-112-08", + "54473-308-50", + "30142-048-80", + "21130-359-10", + "21130-359-05", + "68210-0800-1", + "68210-0800-4", + "55758-304-04", + "59779-604-82", + "59779-604-59", + "59779-604-71", + "59779-604-85", + "59779-604-90", + "59779-604-93", + "59779-604-72", + "59779-604-78", + "59779-604-47", + "59779-604-52", + "59779-604-62", + "59779-604-02", + "59779-604-87", + "59779-604-76", + "63940-291-03", + "63940-291-15", + "63940-291-08", + "63940-291-12", + "63940-291-13", + "64092-204-30", + "24385-546-62", + "55319-186-50", + "55319-186-25", + "55319-186-01", + "49035-228-03", + "56062-517-71", + "56062-517-78", + "69842-391-54", + "55910-255-10", + "50580-409-20", + "50580-409-80", + "50580-409-12", + "70000-0571-1", + "70000-0571-2", + "70000-0571-3", + "0363-0255-10", + "61010-4411-0", + "61010-4411-1", + "61010-4411-2", + "62011-0407-1", + "11822-0166-4", + "11822-0166-1", + "11822-0166-3", + "21130-843-80", + "49035-438-12", + "49035-438-90", + "36800-685-26", + "36800-685-28", + "50580-120-20", + "50580-120-80", + "0363-0240-78", + "49348-500-34", + "50804-750-20", + "50804-750-40", + "0363-0393-12", + "0363-0393-15", + "0363-0393-37", + "0363-0393-14", + "0363-0393-20", + "68016-635-10", + "68016-635-50", + "67414-240-09", + "67414-240-00", + "53041-634-03", + "46122-110-26", + "11673-660-26", + "11673-660-28", + "37808-393-12", + "37808-393-13", + "37808-393-20", + "69848-012-24", + "69848-012-10", + "69848-012-25", + "69848-011-24", + "41250-292-11", + "41250-292-78", + "41250-292-83", + "41250-293-15", + "41250-293-78", + "41250-293-83", + "41250-293-79", + "69517-111-25", + "69517-111-50", + "69517-111-02", + "69517-111-30", + "69517-111-05", + "69517-111-10", + "55910-102-26", + "10202-711-24", + "30142-249-05", + "41250-198-80", + "41250-198-40", + "41250-198-18", + "41250-198-16", + "41250-198-30", + "37012-074-71", + "53943-212-15", + "53943-212-79", + "68391-131-87", + "70000-0197-1", + "70000-0197-2", + "50580-604-04", + "69256-660-26", + "30142-402-62", + "61245-085-13", + "30142-750-40", + "30142-750-20", + "30142-750-02", + "30142-750-16", + "30142-750-80", + "37808-255-10", + "30142-053-83", + "30142-053-82", + "30142-053-84", + "30142-053-85", + "30142-053-26", + "11822-0894-2", + "11822-0894-9", + "11822-0894-1", + "11822-0894-8", + "72288-255-10", + "16103-396-11", + "16103-396-08", + "16103-396-06", + "16103-396-04", + "69256-897-26", + "81238-0103-1", + "81238-0103-2", + "0363-9611-05", + "0363-9611-01", + "0363-9611-31", + "0363-9611-50", + "0363-9611-10", + "68391-517-59", + "68391-517-90", + "63868-570-50", + "63868-570-01", + "0472-1764-94", + "0472-1760-98", + "0472-1760-94", + "0472-1763-94", + "0472-1761-94", + "72476-358-10", + "72476-358-05", + "68016-116-00", + "68016-116-02", + "68016-116-01", + "72476-843-80", + "72476-843-16", + "69452-305-81", + "56062-131-58", + "56062-131-27", + "56062-131-06", + "0113-7660-34", + "59779-313-10", + "59779-313-05", + "37012-166-26", + "0363-0909-49", + "0363-0909-27", + "55319-249-50", + "55319-249-01", + "55319-249-25", + "59651-360-01", + "59651-360-05", + "59651-361-01", + "59651-361-05", + "59651-362-01", + "59651-362-05", + "37808-699-80", + "37808-699-20", + "37808-699-40", + "37808-699-30", + "63941-199-40", + "63941-199-20", + "30142-517-78", + "11673-991-01", + "11673-991-05", + "11673-991-20", + "11673-991-50", + "11673-991-88", + "21130-818-62", + "21130-818-71", + "21130-818-78", + "21130-818-90", + "21130-035-26", + "21130-035-34", + "68998-012-03", + "30142-495-78", + "30142-495-82", + "63868-776-04", + "63868-779-08", + "63868-779-04", + "63868-724-04", + "63868-709-04", + "50844-353-02", + "50844-353-16", + "0363-0438-12", + "0363-0438-15", + "0363-0438-99", + "63981-750-36" + ], + "nui": [ + "N0000000160", + "M0001335", + "N0000175722" + ], + "pharm_class_moa": [ + "Cyclooxygenase Inhibitors [MoA]" + ], + "pharm_class_cs": [ + "Anti-Inflammatory Agents, Non-Steroidal [CS]" + ], + "pharm_class_epc": [ + "Nonsteroidal Anti-inflammatory Drug [EPC]" + ], + "unii": [ + "WK2XYI10QM", + "RM1CE97Z4N" + ] + } + } + ] + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "GLAXOSMITHKLINE", + "duplicatenumb": "US-GLAXOSMITHKLINE-A1063552A" + }, + "receiptdate": "20140408", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GLAXOSMITHKLINE-A1063552A", + "occurcountry": "US", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "seriousnesshospitalization": "1", + "transmissiondate": "20141212", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0056834", + "occurcountry": "US", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003320", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "42", + "patientonsetageunit": "801", + "patientagegroup": "5", + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Headache", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Hypotension", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "TYVASO", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "TREPROSTINIL" + }, + "openfda": { + "application_number": [ + "NDA022387" + ], + "brand_name": [ + "TYVASO" + ], + "generic_name": [ + "TREPROSTINIL" + ], + "manufacturer_name": [ + "United Therapeutics Corporation" + ], + "product_ndc": [ + "66302-206" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "TREPROSTINIL" + ], + "rxcui": [ + "857795", + "857799" + ], + "spl_id": [ + "7dfa3a18-30b5-47e9-8fc7-821f236a3b8f" + ], + "spl_set_id": [ + "cbc31ab1-a80f-4b50-a3b1-39910b0fb609" + ], + "package_ndc": [ + "66302-206-01", + "66302-206-02", + "66302-206-03", + "66302-206-04" + ], + "nui": [ + "N0000175416", + "M0017817", + "N0000009909" + ], + "pharm_class_epc": [ + "Prostacycline Vasodilator [EPC]" + ], + "pharm_class_cs": [ + "Prostaglandins I [CS]" + ], + "pharm_class_pe": [ + "Vasodilation [PE]" + ], + "unii": [ + "RUM6K67ESG" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "LOSARTAN.", + "drugindication": "SLEEP APNOEA SYNDROME", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "LOSARTAN" + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugdosageform": "TABLET", + "drugindication": "SLEEP APNOEA SYNDROME", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "LOSARTAN.", + "drugindication": "PULMONARY HYPERTENSION", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "LOSARTAN" + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PULMONARY HYPERTENSION", + "drugstartdateformat": "102", + "drugstartdate": "20120611", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0056834" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "2", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "JP", + "qualification": "5" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "1", + "safetyreportid": "10003321", + "patient": { + "patientonsetage": "71", + "patientonsetageunit": "801", + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Adenoviral haemorrhagic cystitis", + "reactionoutcome": "3" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Pyrexia", + "reactionoutcome": "1" + } + ], + "drug": [ + { + "drugcharacterization": "2", + "medicinalproduct": "ACETAMINOPHEN.", + "drugstructuredosagenumb": "400", + "drugstructuredosageunit": "003", + "drugadministrationroute": "065", + "drugstartdateformat": "102", + "drugstartdate": "20131126", + "drugenddateformat": "102", + "drugenddate": "20131126", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "ACETAMINOPHEN" + }, + "openfda": { + "application_number": [ + "part343", + "ANDA211544", + "ANDA075077", + "ANDA076200", + "NDA019872", + "ANDA070607", + "ANDA207035", + "ANDA078569", + "NDA018337", + "part341", + "ANDA070608", + "ANDA207229", + "ANDA213255", + "ANDA204052", + "NDA204957", + "NDA018060", + "NDA204767", + "ANDA072237", + "ANDA072344", + "ANDA202605", + "NDA022450", + "ANDA210969" + ], + "brand_name": [ + "PAIN RELIEF INFANTS", + "ACETAMINOPHEN", + "PAIN RELIEVER EXTRA STRENGTH", + "8 HOUR ARTHRITIS PAIN", + "SUNMARK INFANTS PAIN AND FEVER", + "CHILDRENS PAIN AND FEVER", + "TOPCARE CHILDRENS PAIN AND FEVER", + "ARTHRITIS PAIN", + "EXCINOL MIGRAINE (ACETAMINOPHEN)", + "TOPCARE 8 HR ARTHRITIS PAIN RELIEF", + "APAP", + "SUNMARK PAIN RELIEVER", + "PAIN RELIEF", + "CHILDRENS TYLENOL", + "LEADER CHILDRENS PAIN AND FEVER", + "PAIN RELIEF JUNIOR", + "EXTRA STRENGTH PAIN RELIEF", + "TYLENOL EXTRA STRENGTH", + "PAIN AND FEVER CHILDRENS", + "QAULITY CHOICE PAIN RELIEF EXTRA STRENGTH", + "INFANTS PAIN RELIEVER", + "PAIN RELIEF EXTRA STRENGTH", + "GOOD SENSE CHILDRENS PAIN AND FEVER", + "HEB", + "PAIN RELIEVER", + "EXTRA STRENGTH ACETAMINOPHEN", + "ACETAMINOPHEN EXTRA STRENGTH", + "CAREALL ACETAMINOPHEN", + "PAIN AND FEVER", + "PAIN AND FEVER INFANTS", + "CHILDRENS ACETAMINOPHEN", + "MEDLINE ACETAMINOPHEN", + "HEALTH SENSE TACTINAL EXTRA STRENGTH", + "SUNMARK CHILDRENS PAIN AND FEVER", + "PAIN RELIEF CHILDRENS", + "TYLENOL 8 HR ARTHRITIS PAIN", + "PAIN RELIEF REGULAR STRENGTH", + "TYLENOL FOR CHILDREN PLUS ADULTS", + "ACETAMINOPHEN FOR CHILDREN", + "PREMIER VALUE ARTHRITIS 8 HOUR", + "REGULAR STRENGTH PAIN RELIEF", + "HEALTH MART PAIN RELIEF", + "REGULAR STRENGTH ACETAMINOPHEN", + "UP AND UP ACETAMINOPHEN INFANTS", + "HEALTH MART PAIN AND FEVER", + "TYLENOL REGULAR STRENGTH", + "LEADER ACETAMINOPHEN", + "GOOD NEIGHBOR PHARMACY PAIN AND FEVER", + "ACETAMIOPHEN", + "8HR MUSCLE ACHES AND PAIN", + "MAX NON ASPIRIN", + "DG HEALTH CHILDRENS PAIN AND FEVER", + "INFANTS FEVER REDUCER AND PAIN RELIEVER", + "PAIN AND FEVER RELIEF CHILDRENS", + "MAPAP CHILDRENS", + "CHILDREN ACETAMINOPHEN ORAL SOLUTION", + "ACETAMINOPHEN EASY TABS EXTRA STRENGTH", + "PAIN RELIEVER REGULAR STRENGTH", + "GOOD NEIGHBOR PHARMACY PAIN RELIEF", + "FEVERALL ADULTS", + "CHILDRENS PAIN RELIEVER", + "NIGHTTIME COLD AND FLU RELIEF", + "HEALTH MART CHILDRENS PAIN AND FEVER", + "CLEAR CHOICE REGULAR STRENGTH PAIN RELIEVER", + "MOORE MEDICAL EXTRA STRENGTH NON ASPIRIN", + "LEADER 8HR ARTHRITIS PAIN", + "BASIC CARE ACETAMINOPHEN", + "INFANTS PAIN RELIEF DYE FREE", + "CHILDRENS CHEWABLES", + "BF-PARADAC", + "INFANTS PAIN RELIEF ORAL SUSPENSION CHERRY FLAVOR", + "TOPCARE INFANTS PAIN AND FEVER", + "ACETAMINOPHEN - APAP 8 HOUR", + "CAREONE ACETAMINOPHEN", + "RELORN", + "EQUALINE INFANTS ACETAMINOPHEN", + "CHILDRENS CHEWABLE", + "HARRIS TEETER ARTHRITIS PAIN", + "SIGNATURE CARE CHILDRENS PAIN RELIEF", + "EXTRA STRENGTH PAIN RELIEVER", + "PANADOL EXTRA STRENGTH", + "EQUALINE CHILDRENS ACETAMINOPHEN", + "BASIC CARE INFANTS PAIN AND FEVER", + "GOOD SENSE PAIN RELIEF", + "MEDIQUE APAP EXTRA STRENGTH", + "MEDI-FIRST NON-ASPIRIN EXTRA STRENGTH", + "MEDI FIRST PLUS NON-ASPIRIN EXTRA STRENGTH", + "UP AND UP CHILDRENS ACETAMINOPHEN", + "CHILDRENS PAIN RELIEF", + "EQUATE ACETAMINOPHEN", + "EQUATE PAIN AND FEVER INFANTS", + "NIGHT COLD AND FLU RELIEF", + "HEALTH MART PAIN AND FEVER CHILDRENS", + "EQUATE 8HR ARTHRITIS PAIN RELIEF", + "ARTHRITIS PAIN RELIEVER", + "BERKLEY AND JENSEN PAIN RELIEF EXTRA STRENGTH", + "PAIN RELIEVER JUNIOR STRENGTH", + "HEADACHE MAN NO MORE PILLS, ONE SHOT, HEADACHE PAIN RELIEF", + "PAIN RELIEVER CHILDRENS DYE FREE", + "MEMBERS MARK ARTHRITIS PAIN", + "PEDIACARE CHILDRENS FEVER REDUCER PAIN RELIEVER CHERRY", + "INFANTS PAIN RELIEF", + "ADWE FEVERX", + "DYE FREE PAIN RELIEVER CHILDRENS", + "PAIN RELIEF FEVER REDUCER CHILDREN", + "PAIN AND FEVER RELIEF CHILDREN", + "BACTIMICINA CHILDRENS PAIN AND FEVER", + "GOOD SENSE PAIN RELIEF EXTRA STRENGTH", + "DG HEALTH INFANTS PAIN AND FEVER", + "HARMON CORE VALUES INFANTS PAIN AND FEVER", + "NON-ASPIRIN", + "NOVEX ACETAMINOPHEN EXTRA STRENGTH", + "ACETAMINOPHEN EXTRA STRENGTH RAPID BURST CHERRY", + "BERKLEY AND JENSEN ARTHRITIS PAIN RELIEF", + "LIL DRUG STORE CHILDRENS PAIN AND FEVER", + "ARTHRITIS PAIN RELIEF", + "TOPCARE PAIN RELIEF", + "CORE VALUES PAIN AND FEVER", + "PAIN RELIEF EZ TABS EXTRA STRENGTH", + "KIDS PAIN AND FEVER", + "ACETAMINOPHEN RAPID RELEASE", + "ACETAMINOPHEN PAIN RELIEVER FEVER REDUCER", + "SOUND BODY CHILDRENS PAIN AND FEVER", + "ACETAMINOPHEN EXTENDED RELEASE", + "ACETAMINOPHEN 325MG", + "EQUALINE ACETAMINOPHEN", + "PANADOL", + "PAIN RELIEVER CHILDRENS", + "PAIN RELIEF ADULT EXTRA STRENGTH", + "REGULAR STRENGTH PAIN RELIEVER", + "CHILDREN PAIN AND FEVER", + "BASIC CARE CHILDRENS PAIN AND FEVER", + "GERICARE LIQUID PAIN RELIEF", + "ARTHRITIS PAIN RELIEF TEMPORARY MINOR", + "NITE-TIME COLD/FLU MEDICINE CHERRY", + "AUROPHEN REGULAR STRENGTH", + "REXALL PAIN RELIEF", + "WAL-NADOL EXTRA STRENGTH", + "GOOD SENSE PAIN AND FEVER", + "HARRIS TEETER CHILDRENS PAIN AND FEVER", + "MEIJER CHILDRENS PAIN AND FEVER REDUCER", + "CHILDRENS PAIN AND FEVER DISSOLVE PACKS", + "GOOD NEIGHBOR PHARMACY CHILDRENS PAIN AND FEVER", + "ACETAMINOPHEN 500 MG", + "HARRIS TEETER PAIN AND FEVER INFANTS", + "PAIN AND FEVER RELIEF CHILDRENS STRENGTH, WILD GRAPE FLAVOR", + "MIDOL LONG LASTING RELIEF", + "LIL DRUG STORE PAIN RELIEVER EXTRA STRENGTH", + "UP AND UP ARTHRITIS PAIN RELIEF", + "KIRKLAND SIGNATURE ACETAMINOPHEN ADULT EXTRA STRENGTH", + "SP PHARMA", + "PLUSPHARMA EXTRA STRENGTH PAIN RELIEVER,FEVER REDUCER 500 MG", + "HARRIS TEETER INFANTS PAIN AND FEVER", + "FAMILY WELLNESS ACETAMINOPHEN", + "MAPAP ARTHRITIS PAIN", + "DG HEALTH PAIN RELIEVER", + "COUNTERACT PAIN", + "ONLY FOR FEVER", + "ACETAMINOPHEN EXTENDED-RELEASE", + "CURIST PAIN RELIEF", + "CARE ONE PAIN RELIEF 8 HOUR", + "PAIN AND FEVER RELIEF INFANTS", + "GOODYS BACK AND BODY", + "AUROPHEN CHILDRENS PAIN AND FEVER", + "TOPCARE 8 HOUR PAIN RELIEF", + "CHEWABLE ACETAMINOPHEN CHILDRENS", + "ACETAMINOPHEN CAPLETS", + "ACETAMINOPHEN REGULAR STRENGTH", + "DYE FREE PAIN AND FEVER CHILDRENS", + "FEVERALL CHILDRENS", + "TYLO ARTHRITIS (ACETAMINOPHEN)", + "MAPAP", + "FEVER REDUCING CHILDRENS", + "8HR ARTHRITIS PAIN", + "JUNIOR ACETAMINOPHEN AGES 6-11", + "CAREALL ACETAMINOPHEN EXTRA STRENGTH", + "CHILDREN PAIN AND FEVER RELIVER", + "GREEN GUARD MAXIMUM NON-ASPIRIN", + "PAIN RELIEF CHILDRENS DYE FREE", + "CAREALL NON ASPIRIN EXTRA STRENGTH", + "PHYSICIANSCARE NON ASPIRIN EXTRA STRENGTH", + "CAREONE INFANTS ACETAMINOPHEN", + "EXTRA STRENGTH PAIN RELEIF", + "DG HEALTH ARTHRITIS PAIN RELIEF", + "MEDIQUE APAP", + "DOVER AMINOPHEN", + "MEDI-FIRST NON-ASPIRIN", + "MEDI FIRST PLUS NON-ASPIRIN", + "GOOD SENSE PAIN RELIEF ARTHRITIS PAIN", + "UP AND UP INFANTS ACETAMINOPHEN", + "ACETAMINOPHEN GELCAPS EXTRA STRENGTH", + "EQUATE PAIN AND FEVER", + "INFANTS DYE FREE PAIN AND FEVER", + "HEALTH MART ARTHRITIS PAIN RELIEF", + "EXTRA STRENGHTH ACETAMINOPHEN", + "CAREONE CHILDRENS ACETAMINOPHEN", + "LIQUID ACETAMINOPHEN", + "ACETAMINOPHEN 325 MG", + "RAPID RELEASE ACETAMINOPHEN EXTRA STRENGTH", + "365 EVERYDAY VALUE ACETAMINOPHEN", + "CORE VALUES PAIN RELIEVER", + "CAREONE 8 HOUR PAIN RELIEF", + "AYPANAL NON-ASPIRIN", + "QAULITY CHOICE PAIN RELIEF REGULAR STRENGTH", + "CIRCLE K PAIN RELIEVER EXTRA STRENGTH", + "LEADER INFANTS PAIN AND FEVER", + "INFANTS PAIN AND FEVER", + "FAMILY WELLNESS PAIN RELIEF", + "TOPCARE PAIN AND FEVER CHILDRENS", + "LITTLE REMEDIES INFANT FEVER/PAIN RELIEVER", + "CLEAR CHOICE EXTRA STRENGTH PAIN RELIEVER", + "EQUATE PAIN AND FEVER CHILDRENS", + "PAIN RELIEVER FEVER REDUCER CHILDRENS", + "ACETAMINOPHEN (RED)", + "CHILDRENS PAIN AND FEVER, GRAPE FLAVOR", + "EXTRA STRENGTH MAPAP", + "ACEPHEN", + "PAIN RELIEVER RAPID RELEASE", + "TYLENOL 8HR", + "GOOD NEIGHBOR PHARMACY INFANTS PAIN AND FEVER", + "EXCINOL NIGHT (ACETAMINOPHEN)", + "MAJOR ACETAMINOPHEN", + "LEADER 8 HR MUSCLE ACHES AND PAIN", + "AUROPHEN INFANTS PAIN AND FEVER", + "HEALTH MART INFANTS PAIN AND FEVER", + "DG HEALTH PAIN RELIEF", + "KIDGETS INFANTS PAIN RELIEVER PLUS FEVER REDUCER", + "CHILDRENS PAIN RELIEF ORAL SUSPENSION", + "ACETAMINOPHEN CAPLETS, 500 MG EXTRA STRENGTH", + "ARTHRITISPAIN RELIEF", + "PREMIER VALUE ARTHRITIS PAIN RELIEVER", + "SUNMARK ARTHRITIS PAIN RELIEVER", + "CHILDRENS FEVER REDUCER AND PAIN RELIEVER", + "MAPAP EXTRA STRENGTH", + "GENEXA INFANTS PAIN AND FEVER", + "PHARBETOL", + "PAIN RELIEVER EXTRA STRENGTH NON ASPIRIN", + "PLUS PHARMA PAIN RELIEVER,FEVER REDUCER", + "SIGNATURE CARE PAIN RELIEF", + "EXCINOL ARTHRITIS (ACETAMINOPHEN)", + "MUSCLE PAIN RELIEF", + "8 HOUR PAIN RELIEF", + "PAIN RELIEF EXTRA STRENGTH, NON-ASPIRIN", + "INFANTS SILAPAP", + "CHILDRENS PAIN AND FEVER CHERRY FLAVOR", + "FEVER AND PAIN", + "GOOD SENSE PAIN AND FEVER INFANTS", + "SUNMARK PAIN RELIEVER EXTRA STRENGTH", + "PAIN RELIEF RAPID RELEASE GELCAPS EXTRA STRENGTH", + "DOLO- NEUROBION ACETAMINOPHEN 500MG", + "PARENTS CHOICE INFANTS PAIN AND FEVER", + "FEVERALL JR. STRENGTH", + "MEMBERS MARK ACETAMINOPHEN", + "UP AND UP ACETAMINOPHEN", + "DG HEALTH PAIN RELIEVER EXTRA STRENGTH", + "DG HEALTH 8 HOUR PAIN RELIEF", + "AUROPHEN EXTRA STRENGTH FOR ADULTS", + "TYLO EXTRA", + "INFANTS TYLENOL", + "TOPCARE PAIN AND FEVER", + "ACETAMINOPHEN - APAP ARTHRITIS", + "SAFETYNADOL", + "INFANT AND CHILDREN NOVEX ACETAMINOPHEN", + "CHILDRENS DYE FREE PAIN AND FEVER", + "EQUATE PAIN RELIEVER", + "CHILDRENS TUKOL ACETAMINOPHEN FEVER REDUCER PAIN REDUCER", + "RUGBY ACETAMINOPHEN", + "FEVERALL INFANTS", + "M-PAP", + "EXTRA STRENGTH NO-PAIN", + "CIRCLE K PAIN RELIEVER", + "TYLO EXTRA (ACETAMINOPHEN)", + "PAIN RELIEVER INFANTS", + "HENRY SCHEIN ACETAMINOPHEN", + "ED APAP", + "ASSURED EXTRA STRENGTH ACETAMINOPHEN", + "PAIN RELIEVER FEVER REDUCER EXTRA STRENGTH", + "ARAMARK PAPENOL", + "PAIN RELIEF DYE FREE INFANTS", + "MEDIQUE AT HOME APAP", + "PAIN RELIEF 8 HR", + "PAIN AND FEVER RELIEF JUNIOR STRENGTH", + "LEADER EXTRA STRENGTH ACETAMINOPHEN", + "MCKESSON ACETAMINOPHEN 325", + "CHILDRENS PAIN RELIEF READYINCASE", + "ACETAMINOPHEN RAPID RELEASE EXTRA STRENGTH", + "RUGBY CHILDRENS ACETAMINOPHEN", + "8HR ARTHRITIS PAIN RELIEF", + "TYLO NIGHT (ACETAMINOPHEN)", + "PAIN RELIEF REGULAR STRENGTH, ASPIRIN FREE", + "EXTRA STRENGTH ACETAMINOHPEN ADULT RAPID BURST CHERRY", + "CHILDRENS DYE FREE PAIN AND FEVER, 20 SINGLE DOSES X 5 ML EA", + "EXCINOL EXTRA (ACETAMINOPHEN)", + "ARTHRITIS PAIN RELIEVER EXTENDED RELEASE", + "DIRECT SAFETY ASPIRIN FREE", + "EQUALINE ACETAMINOPHEN INFANTS", + "SIGNATURE CARE INFANTS PAIN RELIEF", + "RUGBY REGULAR STRENGTH ACETAMINOPHEN", + "HARRIS TEETER PAIN AND FEVER CHILDRENS", + "PAIN RELIEF INFANTS DYE FREE", + "LIL DRUG STORE INFANTS PAIN RELIEVER", + "BETR PAIN RELIEF", + "DG HEALTH 8 HR ARTHRITIS PAIN RELIEF", + "CHILDRENS PAIN RELIEVER GRAPE FLAVOR", + "PAIN RELIEF ACETAMINOPHEN EXTRA STRENGTH", + "ZEE UNASPIRIN ES", + "GOOD NEIGHBOR PHARMACY PAIN AND FEVER CHILDRENS", + "NOBLEAID", + "ACETAMINOPHEN EXTRA STRONG", + "PAIN RELIEF ES", + "RINGL", + "BETTER LIVING BRANDS CHILDRENS FEVER AND PAIN RELIVER", + "RAPID RELEASE PAIN RELIEF", + "MOORE MEDICAL NON ASPIRIN", + "UP AND UP ACETAMINOPHEN EXTRA STRENGTH", + "NON-ASPIRIN CHILDRENS", + "APHEN", + "CHILDREN PAIN AND FEVER RELIEVER", + "CHILDREN PAIN RELIEF FOR AGES 2 TO 11", + "VALUMEDS EXTRA STRENGTH PAIN RELIEF", + "SOUND BODY PAIN RELIEVER", + "OFIRMEV", + "BERLEY AND JENSEN PAIN RELIEF", + "PHARBETOL REGULAR STRENGTH", + "XPECT ACETAMINOPHEN", + "TYLENOL EXTRA STRENGTH CAPLET", + "ACETAMINOPHEN EXTRA STRENGTH PM", + "CHILDRENS SILAPAP", + "DG HEALTH CHILDRENS PAIN RELIEF", + "EXTRA STRENGTH NON-ASPIRIN PAIN RELIEVER", + "EQUATE CHILDRENS PAIN AND FEVER", + "TYLO MIGRAINE (ACETAMINOPHEN)", + "ADWE FEVERX ACETAMINOPHEN CAPLETS, 500 MG EXTRA STRENGTH", + "CHILDRENS MAPAP", + "DIRECT SAFETY EXTRA STRENGTH ASPIRIN FREE", + "GOOD NEIGHBOR PHARMACY PAIN RELIEF EXTRA STRENGTH", + "NITE-TIME COLD/FLU MEDICINE", + "SUNMARK PAIN AND FEVER CHILDRENS", + "CARE ONE ACETAMINOPHEN", + "EXCINOL EXTRA", + "CHILDRENS PAIN AND FEVER GRAPE", + "CVS HEALTH EXTRA STRENGTH ACETAMINOPHEN SOFTGELS", + "CARE ONE ARTHRITIS PAIN RELIEF TEMPORARY MINOR", + "LITTLE REMEDIES CHILDRENS FEVER PAIN RELIEVER", + "CHILDRENS CHEWABLE ACETAMINOPHEN" + ], + "generic_name": [ + "ACETAMINOPHEN", + "ACETAMINOPHEN,", + "ACETAMINOPHEN CAPLET, 500 MG EXTRA STRENGTH", + "ACETAMINOPHEN 325MG", + "ACETAMINOPHEN EXTRA STRENGTH", + "ACETAMINOPHEN, DIPHENHYDRAMINE HCL" + ], + "manufacturer_name": [ + "AmerisourceBergen (Good Neighbor Pharmacy) 46122", + "Major Pharmaceuticals", + "L.N.K. International, Inc.", + "AMERISOURCE BERGEN", + "Strategic Sourcing Services LLC", + "Kroger Company", + "AptaPharma Inc.", + "Topco Associates LLC", + "SAFEWAY", + "America Medic & Science, LLC", + "CHAIN DRUG MARKETING ASSOCIATION INC", + "P & L Development, LLC", + "Granules USA, Inc", + "Advance Pharmaceutical Inc.", + "Meijer Distribution Inc", + "Family Dollar Services, Inc.", + "Johnson & Johnson Consumer Inc., McNeil Consumer Healthcare Division", + "H E B", + "SPIRIT PHARMACEUTICALS LLC", + "Cardinal Health", + "Better Living Brands, LLC", + "Walgreens", + "Chain Drug Consortium, LLC", + "Productos Zapotol Corp.", + "Family Dollar Services Inc", + "L. Perrigo Company", + "HEB", + "Magno-Humphries, Inc.", + "Hi-Tech Nutraceuticals, LLC", + "Walgreens Company", + "CVS PHARMACY", + "New World Imports, Inc", + "SUPERVALU INC.", + "Medline Industries, Inc.", + "Prime Marketing, LLC", + "TIME CAP LABORATORIES, INC", + "Rite Aid Corporation", + "Bi-Mart", + "Meijer", + "CVS Pharmacy", + "Perrigo New York Inc", + "Premier Value", + "Bene Health OTC", + "Chain Drug Marketing Association", + "Target Corporation", + "Valu Merchandisers Company", + "Cardinal Health 110, LLC. dba Leader", + "Amerisource Bergen", + "Heritage Pharmaceuticals Inc. d/b/a Avet Pharmaceuticals Inc.", + "Provision Medical Products", + "FRED'S, INC.", + "CHAIN DRUG CONSORTIUM", + "Dolgencorp, LLC", + "Wal-Mart Stores Inc", + "Global Pharm Distribution LLC", + "HARRIS TEETER", + "Cardinal Health (Leader) 70000", + "MAJOR PHARMACEUTICALS", + "GoodSense", + "WinCo Foods, LLC", + "Marc Glassman, Inc.", + "Family Dollar (FAMILY WELLNESS)", + "New Vision Pharmaceuticals LLC", + "Taro Pharmaceuticals U.S.A. Inc.", + "BJWC (Berkley & Jensen / BJ's)", + "Allegiant Health", + "Athlete's Needs, Inc.", + "Moore Medical LLC", + "Amazon.com Services LLC", + "GREENBRIER INTERNATIONAL, INC.", + "Walgreen Company", + "ARMY AND AIR FORCE EXCHANGE SERVICE", + "DOLGENCORP, LLC", + "Bright Future Pharmaceutical Laboratories Limited", + "Pharmacy Value Alliance, LLC", + "VistaPharm, Inc.", + "PUBLIX SUPER MARKETS INC", + "American Sales Company", + "UNIPHARM, INC.", + "Supervalu Inc", + "Harmon Store Inc.", + "Harris Teeter, LLC", + "Safeway", + "Spirit Pharmaceutical LLC", + "GERI-CARE PHARMACEUTICAL CORP", + "PuraCap Pharmaceutical LLC", + "WAL-MART STORES INC", + "GlaxoSmithKline Consumer Healthcare Holdings (US) LLC", + "WALGREEN CO.", + "Strive Pharmaceuticals Inc.", + "CVS PHARMACY INC", + "Chain Drug Marketing Association Inc.", + "Innogenix, Inc.", + "Akron Pharma Inc.", + "Unifirst First Aid Corporation", + "Salado Sales, Inc.", + "CVS Pharmacy, Inc.", + "DISCOUNT DRUG MART", + "Geri-Care Pharmaceutical Corp", + "Select Brand Dist.", + "Granules USA, Inc.", + "TARGET CORP", + "CVS PHARMACY, INC.", + "Richmond Pharmaceuticals, Inc.", + "The Kroger Company", + "BJWC", + "L&R Distributors, Inc.", + "No More Pills, LLC", + "Sam's West Inc", + "Strides Pharma Inc", + "Publix Super Markets Inc", + "Harris Teeter", + "Shopko Stores Operating Co., LLC", + "Syntho Pharmaceuticals, Inc.", + "Safeway, Inc.", + "HealthRight Products, LLC", + "Ellywell, LLC", + "America's Pharmacy Source LLC", + "DLC Laboratories, Inc.", + "Dolgencorp Inc", + "Harmon Stores Inc.", + "Genuine First Aid LLC", + "Herbion Pakistan (Pvt.) Ltd", + "Lil' Drug Store Products, Inc.", + "BIG LOTS STORES, INC.", + "Genexa Inc.", + "AAA Pharmaceutical, Inc.", + "Big Lots Stores, Inc.", + "CARDINAL HEALTH", + "EQUALINE (SuperValu)", + "Marlex Pharmaceuticals Inc", + "Topco Associates, LLC", + "MEIJER, INC.", + "Ohm Laboratories Inc.", + "Method Pharmaceuticals, LLC", + "CVS PHARMACY, INC", + "Geri-Care Pharmaceuticals, Corp", + "Aurohealth LLC", + "MARC GLASSMAN, INC.", + "MEIJER DISTRIBUTION INC", + "TIME CAP LABS INC", + "WALGREENS CO.", + "Chain Drug Consortium", + "EQUATE (Wal-Mart Stores, Inc.)", + "Mylan Institutional LLC", + "Reliable 1 Laboratories LLC", + "ScripsAmerica", + "Bayer HealthCare LLC.", + "C.D.M.A., Inc.", + "Costco Wholesale Company", + "KROGER COMPANY", + "Pharmaceutical Associates, Inc.", + "Simpor Pharma Sdn Bhd", + "Gemini Pharmaceuticals, Inc. dba Plus Pharma", + "Precision Dose, Inc.", + "AMERICAN SALES COMPANY", + "QUALITY CHOICE (Chain Drug Marketing Association)", + "Melaleuca, Inc.", + "O4 Global Trading Usa, Llc", + "TARGET CORPORATION", + "Little Pharma, Inc.", + "FOODHOLD U.S.A., LLC", + "Dolgencorp, Inc. (DOLLAR GENERAL & REXALL)", + "Medtech Products Inc.", + "Sandoz Inc", + "Cardinal Health 110, LLC. DBA Leader", + "Breeden Brothers, LLC", + "B. Braun Medical Inc.", + "Kmart Corporation", + "FAMILY DOLLAR", + "Acme United Corporation", + "CVS PHARMACY iNC", + "Discount Drug Mart", + "Supervalu Inc.", + "TOPCO ASSOCIATES LLC", + "HealthLife of USA", + "KRAMER NOVIS", + "ASSURED / DOLLAR TREE (Greenbrier International, Inc.)", + "COSTCO WHOLESALE CORPORATION", + "Whole Foods Market, INC.", + "American Health Packaging", + "Safrel Pharmaceuticals, LLC.", + "WALGREENS", + "Honeywell Safety Products USA, Inc", + "OPMX", + "Humanwell PuraCap Pharmaceutical (Wuhan), Ltd.", + "Cosette Pharmaceuticals, Inc.", + "Rugby Laboratories", + "JC World Bell Wholesale Co., Inc.", + "AAFES/Your Military Exchanges", + "Granules India Limited", + "Spirit Pharmaceuticals LLC", + "Alexso, Inc", + "GRAXCELL PHARMACEUTICAL, LLC", + "Chain Drug Consortium, LLC.", + "LLORENS PHARMACEUTICALS INTERNATIONAL DIVISION", + "BluePoint Laboratories", + "Pharbest Pharmaceuticals, Inc.", + "Lidl US LLC", + "Velocity Pharma LLC", + "SAMJAN GROUP INC.", + "ADVANCED FIRST AID, INC.", + "Lannett Company, Inc.", + "Chalkboard Health Inc", + "Denison Pharmaceuticals, LLC", + "Humanwell PuraCap Pharmaceutical (Wuhan) Co., Ltd", + "BENARD INDUSTRIES INC", + "Best Choice (Valu Merchandisers Company)", + "Meijer Distribution, Inc.", + "TopCo Associates LLC", + "SuperValu Inc.", + "Westminster Pharmaceuticals, LLC", + "Sinew Pharma Inc.", + "Kesin Pharma Corporation", + "Genomma Lab USA, Inc.", + "Strategic Sourcing Services, LLC (Health Mart)", + "SMART SENSE (KMART)", + "SAVE-A-LOT FOOD STORES, LTD.", + "SAM'S WEST INC", + "Lil' Drug Store Products, Inc", + "Henry Schein, Inc.", + "EDWARDS PHARMACEUTICALS, INC.", + "Fred's Inc.", + "Western First Aid Safety DBA Aramark", + "Fresenius Kabi USA, LLC", + "CVS Pharmacy,Inc.", + "McKesson Medical-Surgical, Inc.", + "7-Eleven", + "Conney Safety Products, LLC", + "RUGBY LABORATORIES", + "PHARMACY VALUE ALLIANCE, LLC", + "Lil Drug Store Products, Inc", + "Live Betr LLC", + "Freds Inc", + "Leucadia Pharmaceuticals", + "Cintas Corporation", + "Noble Otc LLC", + "Vitamex USA", + "Safetec of America, Inc.", + "RETAIL BUSINESS SERVICES,LLC.", + "Sato Pharmaceutical Co., Ltd.", + "BETTER LIVING BRANDS LLC", + "Asclemed USA, Inc.", + "Mallinckrodt Hospital Products Inc.", + "AmeriSource Bergen", + "Jones Packaging Inc", + "Aurex Laboratories Limited Liability Company", + "VALU MERCHANDISERS COMPANY", + "PLD Acquisitions LLC DBA Avma Pharma Solutions", + "Shopko Stores Operating Co., LLC.", + "Health Pharma USA LLC", + "CVS Pharrmacy", + "AuroMedics Pharma LLC" + ], + "product_ndc": [ + "46122-313", + "0904-6719", + "50844-519", + "46122-629", + "49348-430", + "30142-561", + "76281-526", + "36800-202", + "21130-124", + "49638-107", + "63868-413", + "49580-0322", + "69848-008", + "36800-455", + "17714-013", + "49348-730", + "41250-148", + "55319-333", + "50580-579", + "37808-759", + "68210-0022", + "49781-015", + "21130-850", + "76281-302", + "0363-0711", + "68016-029", + "36800-779", + "50580-490", + "59428-281", + "63868-564", + "70677-0117", + "55319-931", + "0113-0998", + "37808-120", + "54257-473", + "69732-001", + "0363-6973", + "69842-750", + "51824-061", + "41250-590", + "0363-0132", + "41163-045", + "53329-641", + "62107-050", + "49348-119", + "49483-342", + "11822-4450", + "37835-722", + "41250-946", + "50580-783", + "41250-501", + "21130-540", + "50580-177", + "69842-707", + "45802-732", + "68016-336", + "68210-0120", + "70000-0036", + "70000-0410", + "62011-0027", + "65155-102", + "63868-503", + "62011-0032", + "11673-133", + "62011-0002", + "30142-818", + "50580-495", + "63941-519", + "70000-0374", + "50580-170", + "46122-056", + "23155-202", + "69842-764", + "69103-2522", + "55315-519", + "68016-503", + "55910-251", + "49035-175", + "69477-000", + "11822-0766", + "72036-092", + "70000-0173", + "0904-6536", + "0904-7014", + "59779-104", + "50804-826", + "49580-3278", + "67091-135", + "50580-937", + "68998-001", + "55319-491", + "69842-445", + "50580-424", + "46122-312", + "68210-4097", + "50844-270", + "70302-011", + "69842-930", + "51672-2117", + "68391-288", + "0363-0278", + "69168-418", + "62011-0183", + "53185-005", + "55670-468", + "69842-945", + "70000-0180", + "72288-484", + "33992-0175", + "0363-0590", + "37808-323", + "41250-650", + "55301-175", + "55910-944", + "10884-2228", + "68016-243", + "66689-054", + "68998-092", + "56062-192", + "36800-766", + "63941-336", + "41520-895", + "62900-542", + "41163-609", + "63940-450", + "69256-544", + "0363-0104", + "21130-243", + "50580-458", + "68210-0013", + "57896-180", + "49035-919", + "51013-172", + "30142-789", + "49035-755", + "0135-7011", + "0363-0792", + "70692-399", + "70677-0017", + "49580-0319", + "69842-322", + "50580-487", + "41163-997", + "59779-751", + "76281-328", + "63868-089", + "71247-129", + "71399-8024", + "72288-766", + "0113-0025", + "47682-175", + "47682-804", + "47682-904", + "63868-088", + "57243-450", + "11673-759", + "69842-465", + "0363-0995", + "50580-438", + "53943-837", + "57896-204", + "49035-975", + "15127-508", + "49035-946", + "69848-015", + "11673-946", + "68016-725", + "57896-104", + "62011-0247", + "0363-0531", + "69842-073", + "49035-741", + "54738-548", + "30142-970", + "68391-484", + "15127-877", + "73173-010", + "70677-0118", + "68196-544", + "59556-854", + "56062-946", + "69842-390", + "72036-170", + "37012-484", + "66576-200", + "55319-540", + "50580-555", + "21130-285", + "77800-100", + "80272-002", + "72615-0001", + "49580-0682", + "70000-0205", + "63940-519", + "69256-966", + "24286-1550", + "59779-682", + "0113-0227", + "55910-161", + "63940-619", + "52124-0010", + "44237-048", + "15127-807", + "62011-0336", + "50580-509", + "68391-669", + "68998-098", + "66715-6956", + "30142-966", + "36800-973", + "63940-309", + "50594-177", + "55319-541", + "55910-531", + "69676-0041", + "57344-170", + "45802-730", + "49580-0282", + "50594-012", + "70000-0092", + "41163-669", + "10135-123", + "55910-948", + "41163-363", + "11822-0631", + "0135-0537", + "49580-0281", + "0113-7484", + "50580-496", + "57243-175", + "36800-591", + "41250-278", + "51660-333", + "51013-173", + "58657-521", + "55910-010", + "70000-0496", + "63868-084", + "50844-255", + "72288-175", + "69842-298", + "57896-160", + "30142-544", + "59779-766", + "76281-502", + "58602-754", + "0363-0212", + "68998-300", + "55910-701", + "0363-0148", + "0113-0397", + "11822-4484", + "69256-105", + "41250-246", + "21130-919", + "11822-6304", + "50580-451", + "49483-340", + "0363-9605", + "70677-0116", + "0363-5101", + "68016-636", + "69842-959", + "49035-491", + "41250-554", + "46122-209", + "58602-730", + "63941-944", + "67457-940", + "41250-544", + "69618-011", + "69256-766", + "51208-002", + "0280-8090", + "63868-866", + "62011-0462", + "46122-211", + "66715-9737", + "37808-945", + "36800-227", + "62011-0246", + "11673-210", + "63981-700", + "11822-6440", + "30142-165", + "0121-0939", + "0121-1878", + "33992-0519", + "70875-500", + "11822-9440", + "49035-802", + "51645-706", + "68094-030", + "68094-330", + "68094-231", + "69256-161", + "69842-918", + "37808-792", + "37012-544", + "55319-407", + "15127-994", + "41520-606", + "69842-168", + "63868-176", + "0904-5769", + "69842-931", + "46122-649", + "55910-227", + "54473-305", + "37808-161", + "73006-117", + "11673-841", + "54257-573", + "72559-008", + "11822-6690", + "50580-521", + "41520-217", + "69842-449", + "50580-460", + "41520-919", + "41250-802", + "55910-021", + "0363-0089", + "0113-0212", + "11822-0812", + "50580-612", + "36800-435", + "56062-130", + "76281-525", + "45802-203", + "63029-620", + "58602-221", + "36800-369", + "0781-3156", + "55910-946", + "72036-098", + "70000-0310", + "55670-130", + "70729-001", + "70729-175", + "70000-0481", + "49035-514", + "69842-876", + "0264-4050", + "0264-4100", + "68210-0023", + "0363-0284", + "55910-491", + "51672-2115", + "49738-024", + "0363-9993", + "49638-104", + "55319-167", + "0904-1982", + "69842-780", + "59779-579", + "63868-174", + "55301-450", + "72288-590", + "24385-629", + "30142-184", + "72036-200", + "41250-975", + "68016-198", + "51824-086", + "11673-240", + "47682-009", + "0363-9893", + "37808-285", + "50580-600", + "69842-075", + "51824-049", + "0924-0128", + "57896-222", + "41520-818", + "63868-082", + "36800-991", + "69842-297", + "49348-093", + "72036-104", + "49035-494", + "54738-040", + "54738-540", + "53943-525", + "69842-223", + "68210-4144", + "49035-288", + "30142-968", + "55910-544", + "47682-145", + "47682-803", + "47682-903", + "47682-303", + "41163-473", + "0113-0544", + "11673-130", + "53943-526", + "11673-266", + "69842-795", + "41163-520", + "36800-484", + "57896-201", + "49035-590", + "50580-522", + "68998-170", + "11673-105", + "36800-959", + "0363-0330", + "45802-201", + "0363-0946", + "62011-0337", + "36800-961", + "66689-056", + "69517-107", + "69842-093", + "41520-800", + "52083-663", + "69618-010", + "37808-130", + "0363-0281", + "33992-0282", + "63981-519", + "42681-0025", + "68210-2002", + "56062-590", + "60687-571", + "63940-484", + "0363-0971", + "36800-450", + "49348-998", + "0363-0334", + "41520-127", + "50594-183", + "54257-720", + "71309-078", + "0363-6898", + "54738-092", + "49035-984", + "79903-032", + "0498-2001", + "0498-2000", + "49580-0623", + "41250-966", + "63868-566", + "66715-5633", + "66715-5733", + "70000-0472", + "55319-041", + "68998-004", + "59779-590", + "55319-739", + "63868-129", + "68016-303", + "41250-161", + "69842-531", + "36800-397", + "69729-107", + "63029-610", + "53185-002", + "30142-157", + "0924-0123", + "30142-403", + "69256-590", + "49035-042", + "36800-946", + "0363-0579", + "51013-320", + "53345-010", + "0363-0323", + "55315-135", + "0904-1988", + "0713-0118", + "62011-0238", + "63940-104", + "53329-642", + "50580-309", + "0536-1292", + "71399-0161", + "50269-449", + "46122-340", + "49035-278", + "46122-552", + "55301-282", + "65155-204", + "0363-0800", + "49638-105", + "0904-6883", + "70000-0306", + "58602-206", + "59779-308", + "68016-699", + "62207-183", + "62207-188", + "62011-0001", + "55910-697", + "55319-946", + "68016-241", + "68210-4125", + "50488-4160", + "70795-1200", + "59726-669", + "68016-333", + "30142-507", + "71399-2855", + "71399-8025", + "0113-0518", + "70677-0018", + "69842-759", + "0113-0484", + "59779-484", + "59779-161", + "11822-0107", + "54859-809", + "0904-5816", + "68001-495", + "69676-0042", + "68016-502", + "21130-975", + "37808-704", + "66715-9747", + "55910-630", + "16103-376", + "50580-378", + "0113-7544", + "49580-0685", + "71141-115", + "57896-102", + "15127-972", + "62011-0049", + "51645-703", + "30142-455", + "21130-111", + "0113-1889", + "76168-120", + "72091-004", + "49580-0324", + "49638-103", + "59779-263", + "55301-519", + "68998-525", + "11822-6019", + "63868-679", + "63868-987", + "67060-210", + "55319-282", + "54838-145", + "55315-105", + "0363-0322", + "79395-175", + "41250-948", + "0113-0946", + "59779-946", + "70000-0446", + "0295-1312", + "49348-042", + "49035-181", + "50580-209", + "37205-594", + "21130-270", + "55959-171", + "79903-052", + "49348-081", + "49348-116", + "51824-085", + "41520-615", + "0363-9175", + "63868-175", + "63941-288", + "30142-591", + "49035-766", + "51672-2116", + "41520-023", + "58602-766", + "51013-402", + "59726-494", + "0363-0336", + "30142-766", + "55910-009", + "49580-0621", + "68196-484", + "66689-055", + "71309-077", + "11673-618", + "55910-484", + "63941-282", + "49035-531", + "79481-0045", + "69842-037", + "58602-745", + "55910-749", + "58602-771", + "49035-523", + "51824-087", + "49638-110", + "36800-770", + "63868-440", + "41163-494", + "50580-599", + "63868-217", + "41520-512", + "11822-0104", + "0113-0161", + "50844-751", + "63868-591", + "36800-759", + "30142-792", + "0904-6749", + "41163-192", + "63941-333", + "36800-449", + "41520-624", + "42681-7076", + "50580-614", + "69367-323", + "0135-0609", + "81389-001", + "0113-7130", + "81033-002", + "44237-040", + "63940-338", + "0363-0959", + "49035-308", + "49348-973", + "41250-613", + "50580-590", + "50066-525", + "0536-1212", + "56062-161", + "63940-975", + "30142-449", + "70000-0373", + "51672-2114", + "11673-148", + "58657-525", + "55910-691", + "68016-734", + "53345-019", + "57896-200", + "0904-6773", + "55315-148", + "71309-001", + "30142-975", + "37808-195", + "62011-0339", + "49738-779", + "41250-631", + "58602-503", + "55910-812", + "47682-010", + "68196-919", + "0363-0091", + "58602-220", + "67091-132", + "0363-9440", + "46994-175", + "57344-004", + "62011-0023", + "68196-310", + "66715-5637", + "66715-5837", + "66715-5737", + "49638-112", + "21130-945", + "46122-042", + "11673-966", + "15127-322", + "63868-863", + "68016-240", + "46122-630", + "0404-0716", + "71399-0160", + "41226-341", + "0363-9604", + "53943-836", + "15127-072", + "30142-590", + "50580-692", + "70000-0137", + "41163-500", + "0485-0057", + "0363-4501", + "0363-0519", + "56062-175", + "55315-333", + "68210-3100", + "41163-514", + "63868-083", + "41250-519", + "55910-282", + "0113-0020", + "10135-152", + "69842-878", + "11822-0959", + "11673-342", + "68016-650", + "0113-0403", + "79395-282", + "41520-209", + "81238-3500", + "46122-424", + "63323-434", + "69848-003", + "21130-323", + "47682-434", + "37808-747", + "62011-0434", + "51208-003", + "57896-251", + "70000-0509", + "0904-6720", + "37012-227", + "59779-872", + "70677-0093", + "21130-281", + "71399-8022", + "69842-160", + "49035-455", + "17714-014", + "59779-531", + "49035-457", + "41250-317", + "59779-126", + "36800-161", + "53943-200", + "58602-755", + "0713-0165", + "57896-207", + "51645-705", + "68599-4679", + "51013-128", + "59779-429", + "68210-6113", + "49580-0288", + "62011-0461", + "67091-136", + "59779-754", + "0713-0164", + "76281-327", + "10202-701", + "0536-1321", + "36800-699", + "66715-6817", + "66715-6827", + "66715-6837", + "49738-780", + "69842-544", + "49638-106", + "21130-904", + "50580-325", + "0904-5847", + "0363-3464", + "11822-0590", + "49638-111", + "63868-091", + "59779-785", + "11822-5311", + "58602-765", + "0363-8993", + "56062-766", + "59726-013", + "49035-777", + "61245-145", + "61245-146", + "41163-888", + "21130-178", + "69842-258", + "0536-1327", + "51013-182", + "51824-060", + "69256-175", + "63868-835", + "63941-321", + "50488-4325", + "0121-0657", + "0121-1314", + "0121-1971", + "36800-414", + "68016-183", + "66715-6857", + "80267-484", + "55315-324", + "59779-101", + "24201-100", + "55315-288", + "41226-697", + "46122-062", + "46994-663", + "69842-311", + "11822-0200", + "47682-125", + "47682-126", + "47682-127", + "41250-484", + "36800-590", + "0113-8959", + "69256-397", + "55910-828", + "63941-452", + "69842-450", + "41520-363", + "63868-836", + "11822-0519", + "0363-0544", + "42961-041", + "63868-507", + "57896-268", + "0135-0539", + "37808-946", + "0363-0340", + "15127-324", + "49035-519", + "56062-544", + "68016-691", + "36800-900", + "67091-133", + "46122-322", + "81533-500", + "58602-848", + "69469-457", + "41520-709", + "69842-484", + "50580-488", + "0904-1987", + "71399-8027", + "49781-016", + "24385-484", + "55319-288", + "61010-4406", + "11673-519", + "50844-175", + "41520-012", + "53329-643", + "72476-186", + "0363-9797", + "0113-0608", + "37808-980", + "49873-082", + "21130-746", + "0363-0285", + "0113-0044", + "56062-650", + "55670-467", + "11673-484", + "63868-186", + "0363-0175", + "49483-341", + "76420-372", + "36800-531", + "11673-241", + "41250-850", + "0113-0590", + "50580-433", + "68210-1300", + "46122-696", + "67091-311", + "41250-227", + "55319-531", + "0904-6730", + "0536-1172", + "11673-444", + "70000-0309", + "11673-838", + "50594-019", + "69842-915", + "30142-068", + "70000-0143", + "36800-905", + "43825-102", + "50580-457", + "72036-100", + "37012-130", + "68391-004", + "46122-390", + "47682-112", + "47682-113", + "47682-114", + "47682-115", + "16103-353", + "42961-399", + "53329-640", + "67414-449", + "70000-0305", + "46994-935", + "55315-082", + "54838-144", + "63868-660", + "41163-501", + "55910-302", + "15127-730", + "49035-313", + "55910-506", + "41520-786", + "70000-0028", + "50580-449", + "49638-108", + "62011-0460", + "0536-1164", + "71009-109", + "0904-6645", + "61245-175", + "61245-176", + "72288-130", + "46122-430", + "63941-300", + "30142-119", + "69842-793", + "0904-5791", + "73006-143", + "72288-300", + "0904-6766", + "24385-145", + "50844-951", + "50580-412", + "46122-210", + "58602-204", + "0113-7000", + "46122-170", + "68210-0130", + "0363-9992", + "59779-350", + "57896-206", + "63868-412", + "37808-482", + "57896-221", + "21130-045", + "45802-484", + "49035-959", + "11822-0595", + "36800-557", + "55910-661", + "55670-122", + "76281-501", + "17714-012", + "0363-0283", + "46122-212", + "49348-325", + "41520-990", + "41250-244", + "63548-0494", + "55319-494", + "49638-109", + "58657-522", + "63940-322", + "37012-288", + "50269-008", + "71679-031", + "72476-185", + "69732-002", + "69842-636", + "41520-064", + "41520-544", + "41520-982", + "56062-227", + "36800-904", + "56062-484", + "70000-0312", + "63029-602", + "63029-603", + "15127-735", + "41250-766", + "0363-0161", + "49348-123", + "53943-449", + "0404-0714", + "55150-307" + ], + "product_type": [ + "HUMAN OTC DRUG", + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL", + "RECTAL", + "INTRAVENOUS" + ], + "substance_name": [ + "ACETAMINOPHEN", + "ASPIRIN", + "CAFFEINE", + "DEXTROMETHORPHAN HYDROBROMIDE", + "DOXYLAMINE SUCCINATE", + "PHENYLEPHRINE HYDROCHLORIDE", + "DIPHENHYDRAMINE HYDROCHLORIDE" + ], + "rxcui": [ + "307668", + "313782", + "198440", + "1148399", + "828555", + "313820", + "198439", + "209459", + "307684", + "798928", + "1243440", + "198434", + "198436", + "209387", + "603724", + "307675", + "198443", + "209364", + "1094549", + "1046375", + "200977", + "1738139", + "1297288", + "2178755", + "2178758", + "1038779", + "1043400", + "483017", + "307696", + "1243439", + "1100005", + "828557", + "1661683", + "2480095", + "209353", + "209375", + "477282", + "209443", + "209352", + "1293942", + "198444", + "238159", + "2374360", + "2374361", + "198437", + "209361", + "198445", + "209531", + "209363", + "209360", + "2264779", + "1299856", + "209890", + "1235462", + "1041530", + "1298830", + "1092189", + "209870", + "209495" + ], + "spl_id": [ + "78b53376-2f39-493a-adf3-94ae142c8e46", + "4612b5f6-4120-4364-a6f8-b43d15d0caf8", + "69abe6bd-b33d-4a1a-9604-ae7b77cb770e", + "96b18098-ff9b-a0ea-e053-2a95a90abc92", + "89bbd5b9-4e68-4f41-a7a4-2bf32e731d09", + "927a9412-75f9-4be9-a98f-80840a59eb16", + "e5c1f251-6e1e-4bc6-809c-8db9d5256f02", + "d20ad829-76fc-41f7-b22b-3a11838d4082", + "af0b0908-30f5-2cce-e053-2995a90a007d", + "12e1c3f0-47fe-48c1-be74-37936a983597", + "b7b5195b-a2aa-b60d-e053-2995a90abd17", + "ba8332dc-bbf1-454f-8dc8-8b842f1262c6", + "b7b55b23-d6dd-9738-e053-2995a90a21ef", + "15f0229b-f972-4a50-bb50-32daba70bf08", + "60f41580-e099-faad-e053-2a91aa0a9076", + "0401dedc-0400-4af6-91c3-485ba8ee3e2c", + "d198a7e9-9489-4a02-b79d-a012900100e8", + "9f6c1828-d7a7-489c-91c4-fd6f4faf2dc8", + "d1418765-f533-4fb7-81b7-60abdbd15552", + "b264f3bc-74d7-40a3-ac4f-db519945b2f2", + "b60c085f-c44d-7286-e053-2a95a90ace32", + "308ba68d-86e8-43e3-a601-2e278250fe69", + "ad119b00-0730-4a54-a092-8035a86b9e44", + "1241bed9-7fd4-48b2-af37-0912896de015", + "16c8f847-c66b-49f8-93ce-5b4a805e87b9", + "9aa0d246-678c-fc25-e053-2995a90a00cc", + "9055d21a-5ac8-4bce-9757-b3ad2b60a8ee", + "f87bd8fb-a364-4de2-aa29-36e208f897fc", + "1dd952a1-35f6-43da-862a-9cbe162edc87", + "c0c8e3f6-2940-4c0e-9c63-350dc0be5c53", + "9308e945-0d7a-44eb-b6f6-28121d7a4d05", + "2bf4422a-5364-4ace-9483-ec1ec988775d", + "39f34cb8-b1ee-406e-93d5-fbcaf0afde1e", + "af0f9bd2-3b88-967a-e053-2995a90a9f6a", + "b4f157c2-d2d5-2e48-e053-2995a90aedc9", + "a3c55a70-361a-4e8a-e053-2a95a90a26ab", + "ae23f683-e3b7-e360-e053-2995a90ab4db", + "822344a9-cf45-4ccb-a9ca-ccfa61c011e2", + "8fb5e642-6bb5-4321-a760-6fcb36761985", + "2e1096ac-253a-42f1-8968-9f8494d8f042", + "c4520a6a-e58d-4648-b53d-dc3c9eaef6fc", + "6c23a575-1e55-48ce-aa9e-3560ce094831", + "b3dca522-a7a7-7b59-e053-2995a90acc9a", + "9af2f5c0-3f3a-7cb2-e053-2a95a90a5409", + "7cc9ae20-8ff1-4beb-8fe3-a8f82462b7b6", + "7d3e2e18-1dee-4000-e053-2a91aa0aeefe", + "beaafe0e-5161-460d-ae77-f5cea7a66b18", + "4e0c0085-2f27-44d0-b6f2-832680072202", + "56fd5b4a-0091-4b33-9d50-4b9db8b8194b", + "47c14875-3629-4e7c-a446-9e0b4c339e7a", + "91d2ec38-7e88-2b3a-e053-2a95a90af3fd", + "f2a01180-7a72-47e0-9e4c-1ae911757906", + "702a808d-9376-4f67-89f8-d5dd43d5d793", + "84b2c8ac-5136-4635-9b32-dc9f0af1b889", + "73a0360f-29dd-4f10-8d76-f315b6b32ff3", + "d7965bc5-9443-4041-9279-ae703dc067d7", + "b60c18e3-37e1-2ecc-e053-2a95a90adeec", + "c4fd0858-6115-0db0-e053-2a95a90ac8d9", + "c82b84b5-1a16-409a-a474-4718c4be98f0", + "a7aa2bfe-f23b-57ac-e053-2a95a90a148c", + "7e49996b-5180-a0a9-e053-2a91aa0a3b87", + "94057592-8468-6efe-e053-2995a90adcf1", + "1e8a539f-633e-44f2-b9e4-048db51dfe6b", + "f791fdf0-c3fb-4fd9-b9ee-4c1af5e0baa5", + "db9a21b8-513b-49ea-8ecb-367fda330971", + "068c419e-d1f7-46d9-bdd0-05aa4039a374", + "150ca52b-e2fc-4977-a779-db617b03439e", + "e24db952-2536-4334-a443-5f48bd06ddf3", + "74d2a3e5-fd17-44fe-8171-42f6e4c268ff", + "ec4b8f47-6ec1-42ed-b196-cce21cd9ccf8", + "6f876e7f-7ff9-4b09-b5ef-b1a8a00975ad", + "04c68b4d-db0c-4722-b1e1-4eaf855dbbd2", + "47008b9d-09e4-4c09-b1c7-e3abfecb951f", + "efece61a-b6c1-407c-a803-6e5328e196a7", + "af0d544d-c478-2dc2-e053-2a95a90a75a4", + "ac53f720-2836-46e8-8c36-0d8290cb036d", + "e3aee1c3-7a60-49ae-a5ce-b5076bc161c7", + "9bd02f35-81b5-37f9-e053-2a95a90ae06c", + "9168ca2d-504e-4d93-a8a3-69d3e32593b4", + "93df472f-7923-60d9-e053-2a95a90a5faa", + "dbb30763-2b0b-4c92-9830-3c43410336cf", + "4dcf64c3-75c0-46b5-8579-dc9ae69429ac", + "5cc2440e-0bee-4d48-9dc7-c4c517838536", + "70bdaf68-0c53-4dcb-85a0-ffe0b3f41aab", + "95101238-523a-904c-e053-2995a90abc3b", + "1e4241db-73bb-466d-991a-e4023ab6e816", + "7e55a7d7-c998-ecd2-e053-2a91aa0abfe3", + "855f7a57-20a0-4a4a-84e1-67851f0245f0", + "7cc4c7e9-5d9c-01f9-e053-2a91aa0ad740", + "01d8a4c8-9b66-4229-b75c-355440b7c84e", + "17773d05-483b-45a2-b27d-6ea4dffd64a6", + "f59ad769-65bb-4e82-810c-7441288a8730", + "6509831e-6268-4ef6-b82e-c05a8e87cd2e", + "a97bbe7c-beb3-644e-e053-2995a90a3172", + "cd520f62-0cdb-410e-8ad8-d3d87488ea6b", + "bd4b3722-943c-bbb6-e053-2995a90ae5b3", + "f2378d31-1cbd-4647-b9af-d3277278508e", + "c107ee4d-6fd8-4cd8-9f80-5d140801eaba", + "5b6865a2-34d2-42d0-b232-19f146a5022e", + "87e0d293-2ca0-4ba9-93a4-ba84596c7202", + "93c5c640-80ff-46c1-9045-51f1ee5d8e88", + "5acc3f02-2a9d-4f47-8146-844c17afd8c9", + "01df4eaa-49ea-4b81-bc25-cb3b87b9bd0a", + "c69f4926-c5cb-63a0-e053-2a95a90a2ca6", + "b3b945cd-8432-4946-935d-ca03ff242e91", + "a6ae0556-4734-4e17-b248-3782ea1f3f35", + "affbdd59-a0a4-4def-97ca-53a71c99abaf", + "54470eae-b62b-4525-bfd3-3a1c9512919c", + "9935c496-00d2-4a41-a956-5513214ce197", + "a4c0cb6e-646a-4f1d-bb6c-232cbf733d1c", + "f55348e0-c999-41ab-93f0-8735b6f6abea", + "897f8317-70ae-4420-9853-505bf0fadcd9", + "28eaea73-c5b7-40b1-a286-5e6e71ba48ea", + "b015e4e7-624d-43cc-be9f-d0a59f3ce8ce", + "602ff1f5-9c67-47a0-9847-05278ca1acf5", + "3f578f04-3084-437e-99bd-56696a15fd7b", + "7cc4dcfc-cafa-94f8-e053-2991aa0a8852", + "af0bdd05-cac1-806c-e053-2995a90a5993", + "aca20681-cbb1-45d9-84d3-71582532475d", + "69d1cc24-301c-41dc-8e64-b00468c01942", + "349711e7-228a-42a9-b5d0-b9f6a5432c55", + "24cff255-a76f-4ecf-9f29-2505ac5b5e95", + "8be1d248-c837-4000-b001-27ccad6d6d74", + "97e20b69-82d1-466e-89d0-45103de650e9", + "5f01ce69-dc19-42c8-9980-0d7e1c634752", + "1ec5034e-ebbd-4739-92c5-d0c4992f753d", + "0f09f326-b185-4a76-a761-b59c6391fc53", + "f24a47e4-e15d-4da5-ab82-b1181d348afd", + "9e65043e-88a4-766c-e053-2a95a90ac0b6", + "99ffde24-26a6-21a4-e053-2a95a90aa090", + "b0921b8e-af88-47b9-9576-a182e3e2bc5b", + "ac5ea99e-f61c-4e77-af52-28c527448b03", + "f3a701ce-65da-4764-a128-ba4c4af1877b", + "9a163290-216e-bf74-e053-2995a90a7341", + "cc87aedc-f13f-4e0d-97c8-225a625a173b", + "cd7153bf-f571-4b7d-a30e-734a9a8fd50c", + "b1050a6c-d7c2-056f-e053-2a95a90abacf", + "a3341cb6-0221-4cb1-a206-9f7ad4f7d038", + "baeca169-e0bb-4899-ba68-da65692fd33b", + "bd8ce39f-ccf9-3976-e053-2a95a90abb1f", + "774ddbe6-eb0c-4efd-b7aa-5c17058d58bb", + "6d152478-74eb-4c89-93b5-bafdd1e4f4f7", + "f82498b3-ca6e-4a7f-9854-b9ba1cc8d304", + "12b8233b-1772-434c-bba9-ddd46082e497", + "5e31330b-4b84-469f-a933-059e77358c79", + "0c6c9ae6-eb75-4eea-ad32-250e177f5a99", + "1e1cc30e-aae8-432a-a077-d675b25311c0", + "2777d722-87e9-456e-af2d-f7c25b576032", + "d27c221a-b40f-48d2-9de5-8575e18a5fcf", + "c3553e5f-2128-273b-e053-2995a90afbaa", + "94599912-bcf5-4193-e053-2995a90a290d", + "5be77232-457d-4c49-83dc-7fc53319d2bb", + "a478f793-45a6-45fa-a505-10fdbda1c8f0", + "b596a958-49b5-1ac7-e053-2995a90a52f0", + "01fbbee2-689c-4546-94f9-6d10687428d5", + "956ac5fd-01fe-4fec-ba66-f103f72cdf6e", + "f7e120d7-479f-4a17-a4ad-c5dd71d13f78", + "b5f81912-c0b0-ef3e-e053-2995a90a2795", + "b1292710-9d27-4682-b7e5-33407b01f92d", + "498ff5e0-3267-48fe-9132-babfda5285a2", + "43cc496e-fa4e-483f-8b0a-c25f4ccc810f", + "b7b548c2-ecf7-486a-e053-2a95a90a202e", + "b78c42b5-35da-5e64-e053-2a95a90a4625", + "51a5bb5a-ab79-4cf4-bbf6-95c33cd6d6af", + "ac89b6ac-59ab-3669-e053-2a95a90a2191", + "823d27cd-3b88-4456-a9db-63e514be0364", + "e71c293f-48ab-4884-93f8-488f2690b0ac", + "8911d415-855f-46c1-af23-1544f1d89c71", + "5f0aa014-6845-4707-bcdb-60f37fee67c5", + "5cc3aaa6-e192-a116-e053-2991aa0a1422", + "be2cae5f-8d4d-4be7-9d6b-588444e2f804", + "8c54db67-470a-4e48-9cbb-cbae2bf904b6", + "ce2f9113-11a9-42c8-ba3c-333d395bd6f3", + "910dd495-f0b9-4c63-b3b2-27ccdd8d42c9", + "f88ce1ff-4ddd-458c-917d-61ef901c455e", + "18ba5bb0-9698-4792-badc-3239855dbea5", + "db20f8ca-8b1d-471c-a5e3-870a7431ad17", + "231019d4-69bc-480c-84bd-7bcf6df30eca", + "8e71c727-66ab-497b-ad8e-0230b43f9a1d", + "94a9b61c-b7ce-32ad-e053-2995a90aadc2", + "a7f02ce4-a8e8-4e24-a171-5dc392879ce7", + "66af09f4-1566-4f1e-9cde-3eaf5eea2756", + "0bb517a1-b62d-4bd8-b251-a8d02b6c8fba", + "ca3f8779-0384-4378-9024-ad1537f16bd6", + "671b67bc-ac76-4b0d-a505-4a63ee5d3f22", + "8b16d62b-4365-490c-a9c3-29f77f858916", + "b057fcb4-5fe0-4582-a2ee-881920aed6fe", + "97404bb3-0316-71fe-e053-2a95a90a4b1d", + "b192cfe5-f0fc-429c-a340-95c4289e6f4e", + "f767fc26-00c1-47be-8210-563305447b34", + "729f0d62-eb80-4efe-82bb-073b70f2ee18", + "3809e367-3e36-473a-8187-999f3e006c80", + "62447189-3a3a-4e3a-a91b-cde743c6d41d", + "b614ac07-1f90-4d85-9d61-892876046457", + "d1d3295c-be50-472d-b5e5-4157c9c422a5", + "497d5a56-fbf1-4500-a3e5-f5bcaa4a98fb", + "3c5d6704-493a-464d-b308-90e4ecb97620", + "61956c46-fd9a-ce9d-e053-2991aa0af1fb", + "dd5849d4-1b9b-4a79-a35c-18ad9946b48a", + "7217b732-c221-4f27-a16f-612309d4d4b2", + "c07a0911-e3f4-4224-81a0-f0a7bdb89d97", + "7af5ef2f-61d9-47ce-a961-e496fe9f6126", + "1bb3da42-357c-4ccc-96b4-46cf4b36dc7c", + "7cc4f419-7b9b-724f-e053-2991aa0ab78a", + "a5665101-32f2-4107-930d-b9a9121da525", + "d90916f8-e381-4dad-a760-a83d4191105b", + "3c205ed2-80ab-4bd1-afa0-fe42076b95d8", + "a0749b77-e8bf-4e25-b7ff-5064bde8ee94", + "b7b50de4-5c4d-9f67-e053-2995a90ae9b5", + "1c149ab2-6228-43cf-a608-d57de9afc625", + "8dfa46a7-592c-4cda-8902-aa224e01b57c", + "c5eb2b61-4217-1b9c-e053-2995a90a292e", + "92511556-01bb-4643-e053-2995a90a7dd8", + "96eab1b5-11f9-4ce8-a28e-7df704a8cf83", + "8db8137f-fde3-4fcd-bb4f-0ce3d2205e97", + "c356b11a-f87d-4615-93fa-60edee88be07", + "c103a4e2-5755-310d-e053-2995a90abd00", + "e502c455-f0ef-4263-8c09-97d311bf9470", + "ba72bba7-176e-4f83-e053-2995a90a86ec", + "995cfe15-9ad5-4423-adfa-7c0bf24610f8", + "893f80cb-48a6-4ae5-983c-45a284def3c7", + "ac4477fe-74e6-4585-82d6-641c964e994c", + "fdffee5e-7bfd-480f-9a02-f3180aee328d", + "b20f791d-f776-4376-a10d-98ee9afa78c1", + "f66aaf61-cb1a-4179-b292-99ab6451c321", + "e7277c8d-e9fe-4882-9cc2-2cad74ed271e", + "c3e7fc15-d022-473b-a42b-fde21c2b3acd", + "4f0e2ba0-489f-4722-b594-49b0c4f7af60", + "68ff4262-f286-4d30-b467-6f6ed3694205", + "f9f0be8b-f8ea-4155-bbe0-30f7e4ce3de4", + "cf769f7b-fe36-4cc3-9fbc-2f2dacd46641", + "0f1d50c8-039b-4733-afe0-0e397bc609e3", + "33d4a55e-479e-4e65-b9b6-b81de88bd488", + "f3287b3d-8323-4209-b9e1-1dccfb9828a3", + "94592969-5251-a13e-e053-2995a90ab182", + "979d86a0-b1dd-4cdc-b73f-adee7e5ca89a", + "1ce291dc-2871-4abc-94f3-144e93314188", + "b7928c2d-1e2d-a219-e053-2995a90aedee", + "203344b8-0df1-47ba-a177-980a590ed28f", + "db35ea73-2fd9-47da-b480-9992b1f04672", + "18ee8f44-9419-46af-af61-f74d61706e51", + "b0992c59-891c-4ffd-8e4c-f98a22dea328", + "4cae2f8e-3716-46dc-b467-23f76d942979", + "8d12ea09-6c44-437c-8496-c6277e47d125", + "bccb55cc-368a-54a0-e053-2a95a90ad8eb", + "e0a8514a-37e3-4519-bd17-f32dc3022eae", + "a307aaff-611d-4fea-bcc9-1e236523d09b", + "eaa78531-228c-4348-a60b-c2eff134212c", + "d7aea0e8-f63a-40b9-aef9-2b379d09bb07", + "e68633ed-5077-4acf-9152-a255fb2b9eb4", + "80b6980c-5838-4ff4-8331-8e453eb75d52", + "27b61101-da7e-4945-9120-ef0d931562cf", + "0167b804-a90a-42a5-848f-46cc10c1ea99", + "af09a6cd-aadd-4223-b4c8-d9d4419a0276", + "c117745d-768c-9b1e-e053-2a95a90a0c82", + "58bb7425-a90a-4157-b977-838f8aa16729", + "3c05f2fa-0d55-464e-bc92-ebea0adc3cde", + "ab101e7a-f0ca-40ec-9d50-34c027d4cdf1", + "f1f403ad-0939-4aa9-b040-ab01289d7a64", + "9ebd1b01-164d-46c7-804e-6a4a245fb9e2", + "c3c901ff-8e0f-465d-b466-620ca029ce9a", + "372a021e-681d-4b9c-9a1c-b8be39cbdd93", + "6970b114-8a6f-4fc3-a00c-0752258e13ff", + "de6dc3a6-35ed-439f-855f-3b8cfd85bd73", + "3eb95dc3-293a-41b7-a081-4f0039a5765d", + "1dde7c24-5dd3-40d3-973b-ef502c339e08", + "50d04692-9415-4647-b608-fec1f08a839d", + "9b04931d-0101-13a7-e053-2a95a90aafc7", + "3b5a633f-2d4e-49a2-b905-1563a2e9da21", + "d9949dbd-137f-4bc1-825e-6378d86ec734", + "96895069-7a8e-4739-e053-2a95a90a4443", + "66b7034f-fee8-453b-bd9f-c35c3efcb93a", + "bab5008b-955d-4798-952d-39a0015902a4", + "04a41db6-4152-4faf-b9cf-920091fdb705", + "c7077133-bccb-5cd6-e053-2a95a90af619", + "26772316-3b79-4f43-a733-b51482a5ac5e", + "38445864-ca98-4971-81d5-586436459105", + "ef3c5366-cdc3-4039-b9ac-1c74cc42a439", + "02f609e4-cfbc-4241-8f96-9dd6bba8d36b", + "20d24a3a-4692-47db-8604-ef5cc232cff0", + "43ec0026-8447-4aff-959e-6f813eb88005", + "b722bffb-e298-4ef3-b0e6-368eafe911fa", + "bbf12c44-1bf5-1aed-e053-2a95a90a8b87", + "79eeeb3e-ee70-45ba-8319-32e743e55dfe", + "80ad573e-6009-f4ee-e053-2991aa0aa976", + "f11ffd51-2913-4cd7-839e-bdf55535cf40", + "b0b7fa93-8158-4931-9b94-4f13c00b8716", + "b3dc3eb3-23f2-0981-e053-2a95a90a0d24", + "2d5be584-7f59-4797-80c8-cdae92619cad", + "01eb9cca-82fd-41a7-be6a-cf0e7421178a", + "8922f337-292d-4ec4-a5e3-e7386e86a7eb", + "941bd2de-0c0f-1901-e053-2995a90a89a0", + "63b39948-fd87-45cd-8a60-934961b75312", + "2025c032-02f2-41be-9c14-636175aefa8b", + "f4a20291-1d23-4cc7-9863-70b600b655a1", + "7e4240f8-d044-e59c-e053-2a91aa0af918", + "b0133bb3-d20d-4c8c-b1f8-a68126eb2a14", + "f04fffc2-5b25-4e5e-bb8a-9d9ea703c097", + "e603e65e-69bc-4018-aae6-44d27a26760f", + "e722232f-f4de-48d9-abb6-06c95a329bdd", + "1dd032ff-a8ac-4dbb-b7bf-62762e53a8d0", + "db016743-d349-4dd5-8a6e-fd078e241be8", + "7faf76b4-7f26-377d-e053-2a91aa0a19d4", + "a856d1db-eaea-4afe-8366-c5f170d19814", + "9bae1988-d7bb-4541-891b-009296e605ae", + "926fff4e-7315-67cd-e053-2a95a90a4ff3", + "b4ee552d-5379-1798-e053-2995a90a4196", + "c6f23b0b-4654-01f2-e053-2a95a90ace7c", + "18ea1894-d6d7-4d24-b458-c47e93942f84", + "63af2c45-d7f5-4300-b5bb-0a45712bbfa8", + "0e0c1bb9-8d94-4f5b-be2d-0e2c3d140183", + "6b81adfd-0787-4249-a00a-2290dc7e3a31", + "4d457956-c4da-41a3-a866-5954cb011367", + "f320fdda-83dd-4f05-97be-1cef1709ae76", + "2f20265f-6554-4352-b603-334acddf6c98", + "4abd60c2-35c5-4714-bb97-1ee1b4558c2b", + "961d2281-2ef1-4b1f-8a99-42c61b904f4e", + "c41f8069-3649-4bfe-884c-2072c2006afd", + "e4d4b3a2-ce38-4912-a91e-06eae019f87f", + "34d733d0-84b1-4024-9a01-4732be2e8b4c", + "e5a69956-f0a9-4e00-8264-a9e745416a4f", + "6aaa5cc0-320a-4e19-b4e9-9d226b386067", + "71fc2079-14b8-49d4-b40d-c77e8fb651d4", + "8052b836-8360-455e-a155-8ff7868a2034", + "251a0d87-470a-45b4-a38e-6fe87b9ead57", + "8c58bec7-a355-40eb-b508-ec845356e818", + "d758dce6-3692-486f-b07f-12b6c14bedc4", + "a309db84-6691-4628-85f9-750bba002be9", + "628b0634-11c9-4fe2-a759-9fa214494fe3", + "93df2f8d-6221-3604-e053-2995a90ae48b", + "0c6e2e3f-b52f-4912-a330-251b496d6838", + "c69e4fd1-8912-4c5e-e053-2a95a90a5c3c", + "62ddc12d-7480-4db8-a784-e2e1503fad2b", + "c48e9535-0df0-4922-b09e-5ba84ba1ee60", + "440b0400-2f5c-4868-99bb-797110d47c70", + "0e9b56e8-3652-472f-b719-bc4afece518a", + "eb570845-bf6e-457c-a8ea-bd08b77d6928", + "b60c0572-5193-6985-e053-2a95a90a299b", + "b2083a1a-3533-4944-a8b7-3e70044e651c", + "f038e434-0060-4da5-9c34-f5b8b03c2773", + "f78b5761-ee3c-4a98-b152-cd0d2b08faa9", + "fe28932e-7f94-4ce9-be58-6f05f8890943", + "b79312b3-4bdc-3cd9-e053-2995a90a6298", + "c71bfbf5-6009-13b2-e053-2a95a90aac01", + "b7b4cb7a-01d1-a043-e053-2995a90ac291", + "994f5b8a-504c-df25-e053-2995a90a3f29", + "b2316565-654e-a067-e053-2995a90a6bb5", + "227f1efc-59b8-45af-b07e-bf778d7f9dfd", + "b26c96a9-ac1d-49ae-ab2d-c1a7c0767d6b", + "b88dd417-eb62-40b1-95b2-bff440da5932", + "fd30f035-6807-496f-ae72-2cc647d77db1", + "062be047-abd4-4b8c-9465-fd4ad1fa3295", + "8f3ccb2a-a32e-471d-ac03-731e29a43cc1", + "c11dbffc-c6c4-a259-e053-2a95a90a9f31", + "e633ea09-53a8-4c55-a38a-1854cbf0ae8e", + "19cd92e3-dbe7-4687-a710-428f8878e4ed", + "8cc26a0f-8177-4e27-8c85-31572043a8e5", + "4ba91850-7abc-43a9-8afd-26893a9540fa", + "c36485f3-9745-fb0d-e053-2995a90af398", + "b7a07492-442e-60e3-e053-2a95a90acaba", + "e4bccf4d-c994-4ca4-a3c0-ddc67fc25fcc", + "e66866f8-143f-40cf-a1c3-1a21781d93d3", + "4e80b344-df44-471e-bf7e-27ebcb09fe12", + "3e800a81-b76e-40af-baab-fc677f499425", + "c4e83dba-77d0-fa5f-e053-2a95a90a0dd5", + "99871d3b-c800-fba9-e053-2995a90af410", + "7b8b8af1-7a23-4b70-a522-2c6e07bc4481", + "7e490b7b-e77c-5917-e053-2991aa0a3d17", + "7d3a159f-6d11-4f73-8102-3ff0bcf65f61", + "bd8c7d51-57cf-d172-e053-2995a90acaaf", + "985e4f05-5e17-4611-a835-bddd950328ba", + "93df353d-b622-daf4-e053-2995a90ac9d1", + "6b3e5681-1c05-4034-afb0-6e65e6e167a4", + "5cc3aaa6-e19e-a116-e053-2991aa0a1422", + "5cc3aaa6-e1aa-a116-e053-2991aa0a1422", + "f789aaf0-b91a-40e1-8f9a-4277dc24244a", + "364ddc89-9b82-4530-bfaf-4575d8f184c0", + "c10be92c-3152-d7b1-e053-2995a90a02d3", + "8ac03a6e-9539-4934-95a5-c6c855810fee", + "405a9f17-f2a5-4203-95b3-2d4c3235a656", + "554055dc-7253-446e-9fa2-5929b561eed5", + "c355329e-b2e8-73d6-e053-2a95a90a1a93", + "cf5f8691-b9e7-4a85-b997-e68932f282ef", + "89c09870-e1ca-4917-a225-d5aa2ce67acb", + "3f9af75c-b09e-401f-b524-0934ef23e9a1", + "cef0c34f-88db-415f-ad9e-7349dffd1420", + "5a817cce-55ab-4118-958a-9eed467dbe6d", + "f88a0c67-ed8b-4570-8e3c-921661516534", + "93ddc5d9-d9d5-dfe1-e053-2995a90afa5f", + "86d10524-e103-4cd6-850e-e39148fb6358", + "5f0ee4a8-7778-7ce5-e053-2991aa0a0c05", + "2a7b4272-4351-47b6-b641-89f8233309e3", + "2d43130f-947d-4688-8534-3077e3126cb7", + "7cebdce0-341b-ad86-e053-2a91aa0a6a87", + "d4e43d63-bde9-4c43-8d8f-5111c5580682", + "5a1d619f-48d2-4832-a4f7-1c6a72591094", + "948fccb4-8bc0-4a39-9ee5-375904956517", + "e8f45268-511b-4e4e-acc3-874f4434bece", + "54084723-eee9-455b-9cdf-54521043f13e", + "a2740af1-0bb3-4268-a378-b25333058fae", + "67c61f94-e28d-4e8b-a7ea-8eaf317671b8", + "bee0db27-4e18-41d2-97d3-c7cf4aedf125", + "c13283d7-b95e-16d4-e053-2995a90a1eba", + "85ac823f-c5ad-4488-95ed-b07631490f47", + "1cafe826-be65-4216-a706-a99e865c51a7", + "3e3dc8bf-a1ea-41f2-8257-ce9c4b7e22d3", + "9b047136-2bc8-1466-e053-2a95a90a5a98", + "b13a6dfe-ea1e-4c89-b205-71f4fcc9c84a", + "6e157a61-05f9-4ca2-986d-4cc817ef391b", + "5b07036c-3152-4379-a5ba-a45764079293", + "1eafcdcb-675a-4bf0-a906-de2c95a09f9e", + "57f89574-98e5-40e5-8dd4-e868a668adaa", + "a0827a63-52db-2153-e053-2a95a90af9e4", + "9893be20-a44e-46dd-83f2-b443c57d21d3", + "c4f61c25-1e3a-5c53-e053-2a95a90a627e", + "7c5e4c95-80ac-4134-a3ac-fefa155abd4b", + "34261411-0e69-4078-a8f3-bd8a7b94765c", + "7231a16c-4889-473b-abb6-9475300094c4", + "91490445-0cea-fd86-e053-2995a90a43c1", + "c23a3a46-e36a-4bb9-ba9f-28e5474d11a5", + "88c6dd39-271b-45d5-b4d6-51f24b1afb82", + "b7b4fa51-fe6d-0c2a-e053-2995a90af780", + "b4f46315-6866-2b6b-e053-2995a90ad6af", + "c3a56b3e-1815-e747-e053-2995a90ae61f", + "a8efd115-94ed-efd3-e053-2995a90a653a", + "5cc5fab2-77b5-05c5-e053-2991aa0a272d", + "a5b876bc-d942-4361-8963-a4c06e9f6d6c", + "c11f5d25-8ef8-5f20-e053-2a95a90a2ad6", + "9c87cf12-cc59-5723-e053-2995a90a3817", + "56ec37a5-cd01-4f9a-ad51-1e428c1c6535", + "e5f388f1-6a7b-4af0-b873-d953c2f28a9d", + "0ad2de4f-600d-48e8-ba80-92d84a8fa9b7", + "c6b67370-fe27-aeec-e053-2995a90a24b0", + "1f3eb8f8-a02a-48b7-9b8c-0811f0a29331", + "d86aba30-299d-4bd8-acc5-1b00da4b0893", + "7cc4c7e9-5db3-01f9-e053-2a91aa0ad740", + "4f0d98d5-7a99-4349-a483-b4af8ff80bdb", + "75317cc6-c068-4cae-aef4-95d92ff0a686", + "f77ca7b0-5b6b-4a4d-bbc3-a23012258dfd", + "af0c4e30-d36d-6243-e053-2995a90a49d1", + "a7028c4a-a39b-4e78-a04e-bd6d939da74d", + "53869c37-21a9-4319-b4a1-2b86485bf0cc", + "c30ce0b0-ddce-4143-84f9-7fd1b61abe46", + "ae6d90a9-4c7b-4798-e053-2a95a90aae0c", + "f4529240-a615-4d1a-a07f-f27f87d3334f", + "d467cec7-8542-494e-b5a5-9c43eb7c970c", + "124c9a47-2dc4-4aa8-8e33-c507e1c53fc0", + "c4e79259-e3f8-456b-e053-2995a90a5571", + "928fc7a1-1669-4f27-90a0-cfb7a440f3fc", + "d1d6b5fe-931d-458c-8df2-a9769698f3c7", + "859c5841-0c5b-45e4-896a-12519f5e3b23", + "0b137dea-9bea-49b3-b18f-7713593266de", + "4a420265-ae58-4a74-a0b2-497799a8b09d", + "1b2f1b11-905c-4c77-b609-ffae53749092", + "c29edf43-69e6-4893-affc-737d2ff28929", + "82e01cf9-ef35-4c67-a604-6e1e443d7099", + "6c6cb8bc-0e2e-4c54-ac57-61d16e2c8a2d", + "7f6b7829-ee33-7c66-e053-2a91aa0a8f13", + "3165c71f-98a6-4838-998e-a90dcc7a9515", + "91489f94-1d6f-e40d-e053-2995a90a48b1", + "4b4220d1-bb64-4f86-8444-2e1566cff164", + "99e77ec9-0842-24cb-e053-2a95a90af517", + "c46279b2-81ee-42a7-aa1d-5aa6f621ab54", + "4a3af7eb-6e00-4d3b-af30-b3bc916c4782", + "c29e2c3a-9ec6-0b62-e053-2a95a90ac69c", + "9d5d92ed-8257-f6c2-e053-2995a90af06f", + "5d1a3a36-5f51-4648-8d80-ad4b00664d90", + "bb3a8654-7e7d-46ec-ab3e-199a6d49550c", + "8cff4f6b-154c-40b6-8b17-58c6f648c82f", + "4ac84336-20e0-4ef0-a94b-787350552fc1", + "a7aad95f-09fc-be1a-e053-2a95a90ad017", + "bc04545e-9de1-4aa9-8a88-9c739f359d62", + "1c30cd85-2c58-48df-bf79-c480dd1bc21b", + "7f8ac83f-840d-4670-83de-7cb0711ed913", + "da4f44f4-a384-4d41-9a0b-d2aad94db013", + "9cc050c2-e4ee-46a0-a16d-3ff6e7f14e93", + "ad116de0-c513-47db-94e7-509decafe962", + "a3771ced-5e3c-4974-a4d0-0400b394cedd", + "c0a28196-1336-69c9-e053-2995a90a2ccd", + "7e5e66a1-04d1-4452-91fe-e00ad2524421", + "b5a7aa73-a74e-49c9-a9c5-f731f99cc3c1", + "3fb74839-899b-4134-85c1-d33b2f2c3bde", + "e6c5db84-0de2-4fee-ad27-ba3fd423faa9", + "bf512fd3-9f93-3fc4-e053-2995a90af9dc", + "20054cee-169c-4f76-805b-6db753248e35", + "5e0c6dfe-b60a-4d64-9255-d03608f43948", + "866c7c08-be56-49e9-8b12-95b405b50643", + "453d1a3e-e19a-4ef5-86c2-c498aaafbdbc", + "3ceccd8d-9fc5-4673-8fa1-2a16adc0f28d", + "7a108720-7381-4da4-888e-3db13b0394b6", + "4f67bf99-e703-422d-baf5-b24b33634ea9", + "6ca17c11-b880-4b2f-98af-39ad976cbfdf", + "1129c51f-a702-4047-b0d0-f2da0df11fea", + "19cf7c8c-5c84-4899-907c-f5821b4f6b67", + "b2bc2458-e41a-4ebe-8e40-5612201ed31a", + "f64ee396-aa26-4a58-8823-f90e31f47f08", + "b4aa0096-100a-416d-9532-086d46708f78", + "178c404f-1d5c-4099-b22f-9b5042d03c37", + "f1145130-2aa7-4229-94ce-4118839f211a", + "c065c13b-adaf-094b-e053-2a95a90a6336", + "c59cbf0e-1380-4dd2-e053-2a95a90a853a", + "af0d50c5-659a-7532-e053-2995a90a104b", + "699092fa-b263-4c1a-9d48-9f0143ab6a9b", + "941bb9fc-ef1d-1969-e053-2995a90abbf0", + "c71a4f5e-f8e3-1c59-e053-2a95a90ab5d5", + "02bf0edd-488a-4809-a365-501f6cfea6ac", + "b10bbb73-2161-48fc-857f-626f6cfdfd36", + "963d588f-008a-4c7a-a3b1-0247e151c4e8", + "02f94250-d347-4dd2-ba64-1da40b816eb0", + "7650bcc6-6ff8-4e20-8cb6-59804cb5e0b9", + "7a7b80f1-fd8f-a78f-e053-2991aa0a7098", + "7a29a5eb-c8a4-8beb-e053-2a91aa0a145c", + "e3399259-8c65-4b71-b98e-e9237d1c8de6", + "9148bd00-c376-3473-e053-2a95a90acb0a", + "99597d18-f085-8884-e053-2995a90a163c", + "bfad324b-381d-4485-9c8f-b08849630ce6", + "e36b10d6-75a1-413e-bd04-fca97d3376b9", + "af7ae548-38ad-41d5-b1cb-761cd2e386d3", + "6c311047-4be7-44ad-e053-2a91aa0ad047", + "bdc48d22-c607-665e-e053-2995a90a9dbe", + "68cd4b2e-07c5-48ce-8ece-d56e8a13d33b", + "dd8667e5-1210-47c4-8f64-7303930f3340", + "e3ee52dd-e990-444b-8477-eba3011fe9c8", + "28123af0-b314-4598-800b-e2eb272de56a", + "ef7d4b51-91de-4d46-83e0-91ec211f44f5", + "36418ffb-c023-47e6-86e3-9942bcad7172", + "ae065210-9198-f773-e053-2995a90afa66", + "365167aa-e965-48e7-a4a3-cffe6946084c", + "5538d433-d49f-4772-8701-20af76f7f5f8", + "c9068e11-93be-4aa5-bafc-2907a8208e5e", + "badd004e-0f97-426a-825f-606b3e1ab63e", + "ab30219f-1092-4af3-8e9b-21a43a4dbf4b", + "809bf766-5600-4789-928b-c0c9a269db18", + "7eb63872-61db-4534-9b60-6a9334caf41d", + "f48b4878-5223-44a6-810e-8f2d7670702a", + "549e04b4-c925-4b9c-9b4c-fea1df778676", + "8d40ef34-c780-4ecb-9f5a-457e95cedb4e", + "b869c8ef-9088-6b11-e053-2995a90a4cc0", + "8151a0c8-611e-bef5-e053-2a91aa0a3a02", + "c323f511-a3b0-419a-aead-ca02ccc5c2c3", + "b7928c2d-1e2a-a219-e053-2995a90aedee", + "35ebb4f8-1bc9-422b-80d0-e22ccaf9ee72", + "d778a14a-709a-494d-8304-5a5cc402edde", + "70de016d-7476-428d-8060-2206814e6a53", + "94598f46-141d-d14e-e053-2a95a90a4283", + "6e23e6ca-36bb-48d3-8481-91cbea12f505", + "bf65a52d-235a-081f-e053-2995a90ae17c", + "42896c1c-ded5-4888-8cdf-948356823f99", + "940b9f5b-56ae-7d44-e053-2a95a90a9d65", + "d952af26-68d5-43c7-8571-b842203e4e51", + "469a5fb7-ea86-4d53-a5a4-3d85c13f9509", + "efb5c507-94cd-4fab-89a5-33888a3d333c", + "e5b28f16-29ef-42e9-96ba-cad45dd34dd3", + "daa518ec-8725-4002-b7ae-f743e203f308", + "bdbfd10f-02e8-40a2-90d4-179602276da3", + "553823da-267f-4a65-acfd-4ae457050298", + "fbd0c378-6d46-4f6f-b473-610dd4d20bb1", + "8c242e34-89b8-4ea1-9077-6d4658a3d858", + "10a77c6d-9ea6-48e8-86ee-f2d434c504dc", + "0ad2c7fe-b9a5-43de-9226-a6bc10fb4aaf", + "1a79fd3f-f230-4ec4-a815-b8293c8fc452", + "6116df05-91b5-4f17-b6d7-bc5dcc693b21", + "1c4948cc-30c1-4c49-a5cb-b763b3953dce", + "6619b5b2-87f3-4d82-afbf-323a7c28272f", + "5ae99a49-0863-4b18-84cd-bd2929e3ec3a", + "9f9a0ad9-96fb-406c-a42b-a2a6ec88cae8", + "9142fe4b-ea29-4313-be17-7afe32d2b087", + "c4803357-0458-8a9d-e053-2995a90a102c", + "e2b53c29-79b0-4335-816e-653c133feb4e", + "d1fe85c1-5021-4b18-ae28-fc3c26c42cae", + "6ebbaf71-a5be-41ba-96d2-020509224256", + "40a3326e-7001-41f6-8d49-a2cf24145dcd", + "687d1662-2aba-4ea0-bba2-81d0d6a9d23e", + "a4c0019f-c859-4478-bd4d-15bc1491f88b", + "bc03fa56-8880-4bbd-81a0-91853fecdd4e", + "6a316b30-5d62-41d8-9505-ad7d3747d2f0", + "b7487f5b-ac2e-4368-b575-eb900b0be60b", + "010e5500-3952-4faf-bd07-e9c86187ede8", + "8ecd9150-a211-4588-82e4-040e6697a283", + "03335fc0-f330-4f92-aabb-1757a4b8ab41", + "c0f79548-cdae-68a5-e053-2a95a90adee6", + "ae494b88-cf4c-444f-b505-ecfb116d12da", + "d70c1b3c-4657-4892-979d-b4a775ec657b", + "b992c23d-2f5b-4050-8474-4cf35741767c", + "c4101390-7cac-4e6d-898c-a2a7c72b9be0", + "75af4581-30db-4c42-84b3-a731c8a8750b", + "84ceb75e-2960-4b70-b147-0417f18988be", + "b2ce8230-64a6-44d7-9866-95aad482299d", + "214abcf8-2fb0-48d9-ab9b-e64d696da961", + "9621f688-8416-8721-e053-2a95a90abc52", + "0cbcb807-5b00-4256-9e73-c5023d8622f0", + "32422aa5-7782-4676-9eaf-9d91a44580b1", + "b869c8ef-9079-6b11-e053-2995a90a4cc0", + "7e567513-1e87-92d7-e053-2a91aa0afc6f", + "aba193c0-bf0c-45b2-a9f7-dec119b1f1d7", + "7f508dbe-6a54-4acd-be02-fdbb8819b9a9", + "d7102585-422e-48d8-889b-a7c3a325601d", + "7b81017e-c94c-40fe-af24-0f598da95309", + "e0141c2f-ffa1-4366-9fed-e0d26b491408", + "d3a0e7db-7ca7-4a36-8d19-9412ea593275", + "570ba51c-b17b-4da1-a094-de88553cfd54", + "b956d527-7ea8-e084-e053-2a95a90a866d", + "4c0f0249-fd10-4b80-aa58-c0426875e5a8", + "c61a7995-69ee-6141-e053-2a95a90aae98", + "bdfcec8c-5b26-4555-92bf-0ea275a7f151", + "94849963-f4c6-3df4-e053-2a95a90a4963", + "43da39b5-b915-4c50-a127-c0380e884ad4", + "bfc158b4-df6c-4ce5-af1e-5f3b2569a005", + "91490445-0cfe-fd86-e053-2995a90a43c1", + "e07350fe-b907-4c5c-af1f-49e686c1a668", + "bdd38d39-4437-4c8e-a2d5-4c09b7f4c32c", + "abbc3017-0f3f-4c00-aa6f-c5786b17b423", + "175aca2f-a88b-4b2d-9806-984ed0e49ff7", + "c53c5863-f402-48eb-b40e-6105548c9ba1", + "9ea0b2f5-2602-43a3-b194-c91a1dddb2eb", + "e6b64c0e-8244-4267-bfae-895cf5a85b20", + "7926415e-e0c7-4376-b60c-76c0fb0e1e62", + "3ab328f8-6389-44fd-bb84-8b28709dbc30", + "87f7b641-0ed2-4b85-ad27-67c181c48871", + "5c38191e-8368-4065-ad46-0499748149fe", + "9864b17b-088b-4df0-a99c-ebf5d95beb18", + "beb28eb4-c7fb-d0de-e053-2a95a90af463", + "7e915bad-424f-9f41-e053-2a91aa0a1e47", + "5f0fbe6d-cc1f-583e-e053-2991aa0a14c1", + "a49aada7-a48b-48c4-e053-2a95a90ab53c", + "77d2c082-9893-4a98-bed9-d353947429ba", + "b173baa9-0375-6aff-e053-2995a90a8269", + "13b86e1e-1dbc-4934-94f2-4a9f0d9b437a", + "f0c45dee-59b8-4c8b-9aa8-52e0c27e983e", + "e12933a5-14aa-4340-8822-b3129d070792", + "7e43aaf9-790c-a81b-e053-2991aa0a8644", + "d2bf9f1b-4f4a-4fd4-bafa-c550dc7ce0b7", + "9a42f787-2d06-4cba-b74c-8bc89aabda28", + "0581cfc7-a021-4f72-95f5-3058e459f334", + "c36485f3-9744-fb0d-e053-2995a90af398", + "a1e0c31b-d459-4271-97fc-31eee84c00e8", + "897a2dbe-715e-428b-ae42-9ba83c4a6ae7", + "c242ec78-3354-419d-a01a-861059d016c9", + "7e555ba3-c6b6-0808-e053-2991aa0a0b25", + "25b06e99-b630-4671-b7fa-62499bb9bed3", + "f8160fe1-8b40-4c26-a748-7dafdfea75e1", + "94bd0c4b-51b0-6579-e053-2995a90a5d5c", + "a46d8620-11ee-4d44-8160-8293e8bdd30a", + "be759d2c-4ceb-ca4e-e053-2995a90ab8a7", + "3922e493-940d-4619-801e-e96d4598eee6", + "c1ba2e03-b99a-436e-8902-9ebf799dc792", + "e9760abe-3983-4015-ac75-24494bfa26da", + "4874ac40-ef8c-460d-885d-2483d383c4d8", + "4b8472c3-8d40-41e5-8f4b-5f7615e4005c", + "41a1fcc8-a82e-4101-9145-98dca7336481", + "7ea5e3ae-a250-49d0-9fc8-b78e25b3114c", + "91eddd6d-f489-4677-be07-36825a842bd1", + "96b185a1-b52b-aa21-e053-2a95a90abfb8", + "c6b02ae5-3f54-8313-e053-2a95a90a7dd6", + "c29d72dc-c7f0-f15b-e053-2995a90a0c79", + "c403fab9-ac76-41f3-e053-2995a90aee3d", + "271c8ea6-5beb-4a23-94c5-57f632c42baa", + "ddf58b28-a2b2-45ad-8a47-21209aa61b1e", + "b5d43015-5b74-405a-9e60-e10f150310cf", + "234b7370-78e5-4db5-b3be-0ae51a8229de", + "074e51a5-0a78-44ed-8024-33d10e269d9b", + "11d4cbda-1dac-428c-a4d3-57516cba9881", + "9466cecf-d24c-2aed-e053-2995a90af523", + "a21d972f-78ae-893c-e053-2995a90a9c10", + "71e48a40-79b3-48df-a2fe-bb33ff9e7277", + "80033d20-4f1d-42b3-80ce-36070132850c", + "3ade3d7f-1f7f-4baf-83f4-9169253dac46", + "bb89acc6-20df-465f-aca0-424c0d4dc32f", + "b5e664be-9f28-53df-e053-2995a90ad4d6", + "7e56a66b-e5b6-56af-e053-2a91aa0a5a02", + "7e490b7b-e78e-5917-e053-2991aa0a3d17", + "b9429506-75c0-49a0-bb18-62339141f8fb", + "e9c1e4d8-dee2-4ff7-a01d-fc70c11d08d3", + "fe2d2ffa-f511-4451-8911-4e1102c25ccc", + "ba71e396-f2c6-db89-e053-2995a90a1c1b", + "6520417e-85b0-4887-9bc5-0e293a34fc6b", + "24a47c0a-d8a5-45f7-9a75-d75696fa2d9b", + "87753c0d-af22-2f6a-e053-2a95a90a0b45", + "b79336ba-3e82-da40-e053-2995a90a6594", + "a6be230d-93ee-406b-8eba-b8dadf41e0f2", + "af4d1442-170c-43a7-a3d0-bdd6463f0086", + "0907f435-4c07-4fec-bda3-c9e2b2c85729", + "ecd27f9f-329b-40fd-b16b-6914b1f2b55f", + "44191c69-e1f7-4cf7-a940-6abc14d546aa", + "62f4a5cd-189d-4c49-93d1-2346cc097352", + "b7b5413c-a074-1a62-e053-2995a90a80ac", + "b0ea17bd-6a2b-4df7-8c86-cf597873176e", + "c6a1e1b4-cf9e-746e-e053-2a95a90aec45", + "5f468259-2649-4e8c-a3e8-47181d8d2ed8", + "cd6b3fc2-69fe-4675-b1ef-c5aecc9f801f", + "8b85aa5c-b40c-4653-9de2-a880cca7a90a", + "bb1492c5-bfd0-d632-e053-2a95a90ad7d1", + "c4ceb601-5fb8-8338-e053-2a95a90a6cc5", + "f7a659de-d6c8-47c1-a6af-12a9e9783455", + "af64da69-04e1-41eb-93c3-db78be39bc7d", + "249a9074-8577-4d21-8734-9ad27e46096d", + "1e668f75-d4cd-4098-8e2b-0f44b30bbe85", + "23896439-2d20-4605-8362-4cf3e086463b", + "aa079dde-f99b-429e-8656-615611fe96ab", + "32adaf31-c338-40b9-8fab-495cb6c077c9", + "3e179718-54eb-4d56-a1f4-7382c98e4fce", + "60f41580-e0a5-faad-e053-2a91aa0a9076", + "e00a0c5f-c3d9-4b18-8cec-24322f71a4bc", + "498fc1c0-f02b-4719-90f7-d7cd4ce64a17", + "f27e3acc-163d-4ae0-830f-802acef602cc", + "99807b9f-d8f2-4393-98df-f33ab6ef7137", + "b089a1a5-6f1a-4ee0-bfd7-e41a0800a6c6", + "af0d5b42-1ee0-6da4-e053-2a95a90a59df", + "789bea77-dea0-40f8-9f20-e14cfb687f05", + "332d3c65-b581-48ec-88cb-e5618661d895", + "b581476b-9767-5ea0-e053-2a95a90a15a4", + "b3db9602-9dd4-43cd-e053-2995a90ab026", + "c69e98f2-440c-4e73-e053-2995a90a8dcf", + "a724fd8d-dccb-4339-b58b-74464ee7ec07", + "4e3a6399-0b10-43d0-a690-df5b2e4a72d4", + "a2a657f9-c0be-90fc-e053-2a95a90a057c", + "48130f80-89fd-464f-a849-252060ceb5a1", + "463e0c40-78f4-4aa1-bf4a-06da033e580f", + "945574de-b750-e023-e053-2a95a90a75be", + "af3d9eec-e8a3-4a89-932e-9364c4e01982", + "21118cf3-cb9b-4b66-9c57-39338ee39696", + "940c1f54-2f20-4f6d-97b5-2fd20249e29e", + "4966d975-acd7-410d-a64a-047abb1c3305", + "304a9aa2-9198-44ca-8627-d41b84ec6cbf", + "05bc5dca-d559-443d-acaa-edb7a202a4e6", + "a75d2054-77cc-4559-91e7-559d8a97f731", + "7e445cde-43b8-96f8-e053-2991aa0a47cd", + "1f4f6376-8c2e-4d51-b787-ed04e06db962", + "08151bb4-0e60-4d26-9cfe-1d6a53a64db9", + "7c91f358-d820-427d-b3b6-6fa229fff380", + "887a323a-083d-4c8a-9030-04c376a0b619", + "332744c7-47f5-4aba-a5fa-6c94b0c47875", + "bd4b7705-a87b-0791-e053-2995a90ab5f4", + "9ede70c8-e9d9-4764-beb6-249884b88f8b", + "0721b68d-369c-4516-994e-7f8acfe3cdc2", + "76aae029-5743-4cb2-b497-136c941443ea", + "21020c68-8396-40ae-b840-dd64caba10fb", + "dfb28058-6971-4a73-855e-cc3cd3799483", + "c265747d-a410-46d2-a7cb-c19d7bff07d6", + "c17054d0-b96e-748f-e053-2a95a90a7433", + "721200a5-d704-4bfd-a653-c088f573db17", + "87fee0eb-ab88-451a-b5d9-2e1d067d4014", + "211d206d-ff3f-4eaf-95ac-deb5fa6d689d", + "c6b0b0a7-75a0-b7d5-e053-2995a90acdd3", + "36437a05-538d-494b-be20-898874baaefb", + "236df05a-cf11-42f3-a347-b54f5113680c", + "bd4b6991-9836-2046-e053-2a95a90a63f6", + "2efd1d52-2841-401b-9271-ba9e228950bb", + "2c245b01-c141-4c63-8bc9-0762bee7a04e", + "559bf97d-255d-45c1-901b-267957eb2d07", + "273420c3-f7d3-4e71-bf7a-d25f29577b96", + "c276e459-d9ab-4c02-8478-9c57de6870ee", + "6ca9fed6-1969-4de3-97c8-868413baa7a2", + "4de564c8-0419-48ff-abea-fafcd9b89ac4", + "9407d55c-de79-2868-e053-2995a90a7b5e", + "a5243d80-a40e-44cd-976c-ee9608db8f38", + "b7b4bf85-8a0e-4b0f-e053-2a95a90abf05", + "fa567fc4-9f87-421f-81e6-8aa064b348fb", + "972a46a6-ab2e-4d3d-b5e4-f4dd0b2c3577", + "38185466-162f-49c4-b8e4-d4b577fe72a8", + "ebcae579-f98e-45ab-bd77-16cbea99f166", + "b6158f6f-442f-28c4-e053-2995a90aafd0", + "507ee45a-cf3a-45ea-8230-cb95e6bc7d49", + "bf48070c-ff49-2cdb-e053-2995a90ab06f", + "e37f7dcd-aecc-49d4-881c-f2b490bdd5b2", + "a0bf5361-5895-c360-e053-2a95a90af7f7", + "785ad7eb-7d70-4f41-8ea9-736a4c2157d2", + "ecd64ae3-f3a2-4271-af1f-c4819de59f88", + "c3553b6a-e6f8-a606-e053-2995a90ae408", + "402fc645-05fa-4295-a204-78e8a2e64edf", + "8f56ae54-1624-48df-8d3d-c7930a5cf867", + "8247de1f-26ab-4f77-8999-09bb18ad2778", + "66384803-a49e-4b2e-be34-09d0da95c0f4", + "20dc3f27-c325-4fef-ad2a-9b46fb55f2e8", + "74e43fe6-c2a5-4026-8336-bce3eac4ef0e", + "3b91f687-7ce9-417c-9f12-680463854f73", + "34d8f481-ff83-484f-96b0-bb2423ab819e", + "c40fe10a-4249-44d3-b4e6-c02dcd368e9c", + "282173e7-8dd2-460d-83db-c4a1268e8a49", + "86833755-0032-4490-9363-e4658568b980", + "c9e5293f-9cbc-4263-bbd5-4faead82fa7a", + "62e61b96-6b4e-47a6-8700-389a380f0339", + "7e49996b-519a-a0a9-e053-2a91aa0a3b87", + "92c22593-dafa-20a8-e053-2a95a90a365d", + "be98c798-4afe-4975-9936-b3bca28e2bd7", + "e3f9257a-b5a8-41c7-873a-95a6504f2ae6", + "1bc5ce72-38f4-43f7-99cc-2b8b4725e15b", + "77ec0c72-7f4a-4159-9a2a-8edec83afbb6", + "10cdc75e-44ef-415e-b78c-ab98fe218ee9", + "6ec59411-84ec-4db1-b3e1-c561fa0ad594", + "d9f92bc8-20d2-40de-884a-7d7d8a5d5e34", + "950fcd24-943b-27ca-e053-2995a90ae421", + "7e55ceaf-cefe-501d-e053-2991aa0af753", + "aa3ef59a-1d56-4be6-a69f-142f3044f47f", + "509dbbb5-7cf8-4ed1-9d7f-c5b73fcb95aa", + "f4094936-98fd-4023-9585-c259b45de7af", + "ac89f979-c2b0-42a3-b895-a1e3498bcbda", + "39dc9f2e-a2e5-45ff-9ac1-89aa8a29948b", + "940ab6a4-108f-4ae4-bc03-d6c35e795926", + "5f21b619-f9e6-4ff5-9e0e-f562c05ac073", + "a60078f1-193f-9ed2-e053-2995a90abcb3", + "b1bf8ea6-c717-4ff7-b2b3-b1265ce6cff5", + "7a935ac2-3e57-44f8-a2c4-4df17f8704d7", + "0ac83cdf-f008-4cb2-b8af-6bc2ed95703c", + "95f74521-198c-4072-840a-fc1d58bed175", + "31cf574b-6ae9-40dc-a823-8b48242910ca", + "6070e639-5787-4ffd-846c-6666bb0ed9ab", + "29c06ceb-2e6e-4aa9-ad07-9d03bcd194d3", + "8ddfce90-6842-4d82-89b5-92c2fcfa98b1", + "8b07674a-cd13-46ec-9f97-a1a873de2feb", + "b7b52adc-15cf-1a53-e053-2995a90a72b6", + "b19a5856-bc9f-5340-e053-2a95a90a9a41", + "417939ae-0b75-4972-956e-2da0d99a2501", + "125fdad3-68ee-4725-b156-2f785e39ad50", + "b7c05fcd-4fe1-4cbd-e053-2995a90a5f7b", + "1fdef7ad-eae1-408a-9785-6d0a9df82c85", + "7c295603-8399-4cae-86ad-3e2d40ca1201", + "493cb439-145d-43fc-a15f-5649fce6b38d", + "9e1989c4-fe43-436f-9807-b2cd894c7ab7", + "c69de816-9d13-b8ae-e053-2995a90a01ad", + "f52e1dc5-24ad-455e-99b6-2520f9813fe2", + "64044248-ea44-418a-aee2-3795bd720b90", + "4a08e7d2-d284-488d-8aa3-5ca320eac665", + "c2981825-a34e-1250-e053-2995a90a8894", + "ae7821c6-4694-3c04-e053-2995a90a309d", + "49cedc93-aa86-4003-be9e-ef340f263087", + "bbbe5fc4-42c1-400f-bf6f-5289a8ca6729", + "a9ec14d5-bd89-4b42-8273-b6e193b1d197", + "6b0cd804-6ccf-47b9-b233-a58ba4a8ed6b", + "6b56c7e3-63d6-41bc-a13e-7120e33069b3", + "b7118959-d33b-693a-e053-2995a90ad006", + "c1c0637b-4e1a-2386-e053-2995a90a248d", + "ba63a5ba-cd22-4956-ae12-2966fb3fe5da", + "048f5453-5702-4bc0-bdef-13a5e5f44d43", + "88ad7e60-6d84-477e-b95e-e43a30061d7d", + "a822fa87-eb1a-cd3a-e053-2a95a90ae01d", + "a822fa87-eb14-cd3a-e053-2a95a90ae01d", + "fadfceb0-2b86-4359-8a51-91473c8082b1", + "4d6614d3-11ca-472c-921a-bc48afc06dbe", + "926ea6df-786b-18bf-e053-2995a90a0ab2", + "18ddeefc-104f-491d-9c64-8c3c73428cb0", + "8d6565a6-2f16-404c-9b99-149c7cd00f67", + "8f3a8139-2ed0-456b-9a1b-54a1d147b8ef", + "074b81a6-547e-4afd-8091-c7a223b6d869", + "950fcfd6-8f7b-754f-e053-2995a90ae35c", + "9678b6e2-bdf6-4e86-9a61-2e26bc746396", + "7e89df2e-7bbc-41ce-9271-d477061ed729", + "93defe58-3f27-6736-e053-2995a90a5116", + "52df4ed8-fec9-4661-acf8-1388124fe822", + "4ff2945e-937d-4b35-9505-c8003c392f22", + "93f7e235-cd44-d148-e053-2995a90a8eb1", + "c355329e-b2e9-73d6-e053-2a95a90a1a93", + "43874eaa-45d1-4737-8bc9-4cdf80784e53", + "52fd1f56-5680-4740-bd54-4eccc1285472", + "b7c5667c-ba23-76d5-e053-2a95a90a1c35", + "bca3fb70-e27d-6522-e053-2a95a90aaf2e", + "de7e3575-5f95-42ae-bb0d-9d719c2b30e8", + "010da597-dd77-4547-bf3e-8ff782fe8b81", + "b1ad12a9-c654-4e8f-aa02-12ee7855241e", + "2f4f33d6-7523-46b0-8e82-cb11707cddbb", + "ae064a9e-dabc-fa86-e053-2a95a90a16a7", + "b4b9506e-0eae-4cbe-88bb-2dd262877bc1", + "1f27f251-04b7-4d30-8595-d4d0300c150b", + "d55da38d-c5f3-4ee1-8586-76ad48215fa2", + "56feeed5-2046-4118-b1ee-0bcff3933cab", + "24b93fdb-3380-434d-870d-af91ca5a839f", + "16f56d19-dba7-40ff-a9f9-67cc5105d5cf", + "719482d5-a36a-455c-a388-c352ef1ca67b", + "54604434-40b5-4e97-8411-8af46d18e911", + "6b8f0ddd-38bb-4543-861c-5b66f1670945", + "cc6a2dba-5461-4ff4-9385-a9b8454605de", + "7d71d000-d68f-41e0-a746-c5fe9114d160", + "58ea72c2-7049-45ce-ac0c-4b6df46819b6", + "27c3144d-f0d0-415a-b73c-3f687c3a7954", + "c6b0bee2-ed41-1849-e053-2a95a90a8016", + "aef35870-9cbb-4b85-8a1b-e45bcda17c5e", + "f7f73702-cae6-4268-9b31-a045cbbfbcef", + "af0a19ab-6bce-7a70-e053-2a95a90a2d0b", + "38a5d4b6-b193-410b-902d-073c4c69fa4f", + "08ddb546-f5f2-435d-8f10-5b05bc932904", + "6fba54a5-2a13-4938-a5a9-755e8e679086", + "1814e4c1-33b3-4015-bb78-206dba1401f5", + "00146b91-008d-4b16-95b0-6077f98821be", + "05bea71d-876d-4a9f-bcb1-12367b7ea2dc", + "cf3ff0fc-996e-482c-bc2d-4ecb1e2d887b", + "ddf7d3b0-9098-4526-862f-f356211656a7", + "8851a351-49b8-430b-9903-3aa2116e267f", + "9f3ddbb4-fa60-4754-be13-6628f9df97ca", + "49b30190-8cab-4457-9943-653f52af878b", + "7ae8ac2b-9214-4341-b6bd-53f1742b4668", + "c7cc85d7-e528-4cdc-8550-7e431c10c3a5", + "b60c18e3-3816-2ecc-e053-2a95a90adeec", + "a0fe6fa7-3653-1f32-e053-2995a90a8602", + "221ca774-b2a3-492f-a07d-635cfcb2a9dc", + "bdaabb44-952d-77bd-e053-2a95a90a876c", + "b7b520dc-bad0-614f-e053-2995a90ae677", + "d1ec5d15-4531-4604-bd6b-5fc9fef54563", + "5f117932-ea4f-ed79-e053-2a91aa0a3e83", + "a3263d61-01e2-44ad-b0bd-9fc63736c9dd", + "56d12535-e2b1-4504-b4c5-2efb12ad3145", + "0e5351c8-1bcb-4f9f-b7bc-7f4f73e6e11c", + "0f8d28ff-671e-497b-a278-35d656bb7801", + "f81e40f9-93e9-4b9f-a3ec-7ba98fff28ae", + "7dfb772f-7a95-44bf-bbee-49937836907b", + "c69de816-9d14-b8ae-e053-2995a90a01ad", + "7774a04f-beb0-4a28-8087-b75c847ad9b4", + "60f41580-e068-faad-e053-2a91aa0a9076", + "e4711ee5-c602-49dd-b3eb-c30bac019ae7", + "72f19b60-3563-44b2-b7a7-29558d110a7f", + "3cbd3dcf-0e90-49eb-bc3c-cde47a574572", + "2c3694cf-9f6e-4b5d-83bf-a982bf7caf99", + "0d363855-e955-475a-8af4-6a203e4c2046", + "44070d76-f266-4b99-b105-91ccd23b705a", + "fcb9c735-8734-4dc8-9451-8ff6aa5bd49c", + "126321a3-ce1a-4faa-a74e-b711775812a1", + "381b947c-98b5-46cb-a331-f096bbbfb4f6", + "9484ad3e-6dfc-b7ff-e053-2995a90a3770", + "0c6886b7-128f-449c-bddb-c84de182e872", + "964d3081-d400-0ca7-e053-2995a90a7878", + "bfc92725-e786-1bc3-e053-2a95a90a7d60", + "b7b52a91-8d02-1a5c-e053-2995a90a3048", + "a454fee4-c21c-2db3-e053-2995a90a34fd", + "b5e29b2b-6c4f-7585-e053-2995a90af1a1", + "0bc76f4e-c887-43bb-8aca-74f93f2465f9", + "d7aeeeea-6f86-462b-b89e-9dd9ad246bfb", + "83ad6ce4-31cb-4966-8c60-3ac21edb0d47", + "395751a6-cb6d-4d11-bf3c-23ed9dffa557", + "c0f79548-cdd3-68a5-e053-2a95a90adee6", + "6a83b9d1-5e61-411e-b902-450c9c66b1d7", + "8fe39281-f1aa-48c1-9ebc-9627f7e3d4b2", + "c0a8a233-d8f6-4a39-ae56-3bc8cc747d16", + "4f9d438a-1bef-4a63-b43a-ee52498f46e0", + "014c3e4f-ca72-4ac6-8981-9cfc7c676f1c", + "a8d51a9d-9f8e-4f8e-b110-95812944e759", + "13c6afaf-6f92-4479-b2f6-a8ce8889cc0c", + "a95714d9-5ae3-43c2-b6e9-6fede4b67489", + "c6b003a4-0e82-f32b-e053-2995a90a60b8", + "f80b6f72-f280-4b4a-a6a9-e6490b94705b" + ], + "spl_set_id": [ + "3f12331a-5509-45ec-b805-626ff11b0b80", + "5483b704-88c0-4176-a04c-f8b2b85e8c57", + "72babe91-2586-4f05-ae90-6debfd23aa5d", + "7888eff3-3030-4aa0-89e3-9795aa214659", + "83acab73-3efb-4ea6-ad03-31b82dd017b9", + "8fb19444-f0e0-4d26-81e8-6a4b835056d8", + "9064943f-836f-4853-b6f2-2c4879941eeb", + "911492d5-e065-4b8f-b2dc-cb6a6678d0ae", + "968a3a90-622b-b17f-e053-2995a90aed66", + "96c8eae2-9e3e-43ed-a3b8-86d0cac71443", + "9f1c14af-8cfd-0a5d-e053-2a95a90ac940", + "9f2f2ea1-0fde-462c-ba6c-a5201f814e35", + "a51395ea-e038-dc9c-e053-2a95a90a287d", + "a82f8818-1c22-46d0-b05f-698d2395ac48", + "aba26f0a-94e4-4919-a3b0-033e3a9598ef", + "ac54743d-ebb5-469a-8c4c-53a01820ad25", + "b37cc89d-2b3b-4291-9f7b-c169a56c0900", + "c65ef88a-ec37-4d61-8420-17f4807ac93a", + "ce0a1fbc-7345-462b-b0da-c7149bdc288c", + "d9bf62ad-214b-4caf-8d4d-443e71622934", + "e36a4e7b-c4a3-498c-81bd-ca8e1a3e120b", + "e42790b1-d981-444a-a5c3-516bd80c6d21", + "e830df3a-371a-4908-bb7f-b268768f903b", + "eda2a4bd-9bb2-46a7-961d-e3aa1519f67b", + "ef6a6dfd-9705-4caf-b5ca-5d303bda2fa4", + "05e11584-1876-0207-e054-00144ff88e88", + "0d427360-ff9d-4e98-b218-6eb6c015dc6a", + "201b860d-dc3c-4380-affa-e757bf2103cf", + "2a2c1803-ee01-48f3-a6b7-a5126962eaf8", + "5017f066-5642-44df-b57b-a827e7dd4f20", + "6b598f6b-539f-47bc-a10d-492add370cfd", + "6e3d4848-3ee1-435b-9f93-b87cd8b8b7f2", + "7111f326-8350-4039-ab7f-6b4bc39e73ad", + "96b1808f-defa-28cb-e053-2995a90a563b", + "9d22bedb-9fb3-8421-e053-2a95a90acf4a", + "a36be487-7a36-550f-e053-2a95a90a95c1", + "ac079b3f-f4e6-671b-e053-2995a90a65c5", + "afacdc0b-fb65-464e-91b8-e82ba7ecde44", + "c4f82ed8-b82c-47bb-9ab9-108a13d29cf7", + "cbfa2a25-f1e7-491e-9b67-ff2f4ba0b6cf", + "e786386f-e7a6-4ffa-837b-17080d75c82f", + "f65203a2-64f0-4138-97e4-6eab99194178", + "05c06abd-bc0e-447a-ab24-5ba93e81cb59", + "0a5aa713-91a4-29e7-e054-00144ff8d46c", + "1dd2a128-3da4-4b5e-b467-5317f72324eb", + "2569383a-4a05-4ddb-852e-b37e487ffcde", + "29ecdd2d-aeaf-40a8-a347-011088009ea6", + "2e7cfe20-be1a-4bb7-a6af-b5a18440b1ed", + "375b2142-3c89-469c-98fd-bd4b63aeaa11", + "3af22fc8-e4e0-4863-8696-6bc1257047cb", + "3b1778aa-4090-46a0-94c9-393175ebd555", + "4c2743d5-aee1-4aff-bdb2-a6250f2123ae", + "5bb8ef99-a94b-49f9-89f9-cd1ce0a47a42", + "5d903ad2-d20b-4938-84f2-9cfa9b09d95d", + "62b3d354-d7f5-4ba0-b233-ea6be0d7ff03", + "64fa67b4-b143-4789-a472-af047647a75e", + "6efe444b-dba1-4723-a37e-f6c4812a630e", + "7c342ae6-5de6-5c2f-e053-2a91aa0a3f0d", + "95233954-6393-49f5-a735-d32c7c0f2bac", + "a7aa23b8-426a-24c8-e053-2995a90a7da1", + "b92831ac-ac27-4262-9c76-e97ec4ecb29b", + "bd92e913-35f7-428d-a215-b88be57494ff", + "c1dd8330-fb6b-4d1f-9484-c199dc69214d", + "c31db505-059a-41fc-88db-242b4f556ce7", + "d965eba0-b268-41b2-8e02-5f6d769a44d7", + "de5c6654-56c5-40d3-a286-f04ed47ac7c8", + "0005aafa-08f8-4990-a54d-cc097195708f", + "278c4efd-f918-4d83-8256-bcb26de0495e", + "46ddbfde-54ab-4373-b832-b9c0620b1e9d", + "63669fc2-bb8e-432c-850c-8c24d0e6d73f", + "63cc5d4a-91bc-45cc-9736-089e39ae344c", + "6b238767-7daa-43b9-b516-f22d69b1830e", + "6ee3c4e0-325a-426c-b694-0cdbe5aab188", + "70aeae91-7121-48b6-b157-1d5207a1b18c", + "770b437f-605b-4b16-8f46-acd2ead1c40d", + "779cf607-245f-408a-81e8-8000c0ea4c4a", + "78874258-16cc-40b5-9e15-5943eddfce94", + "7b1c6ca4-f300-5cd0-e053-2991aa0a7ea8", + "920e7055-7ed1-4db4-9215-f8933078bb7b", + "a60f6439-2033-4bd2-b78c-6c083414a12b", + "ba83148a-7a4a-482e-bbb7-f46e7f816ec8", + "c8003ff5-9bbf-4ef5-b1ce-3a38ab63447c", + "cfca5147-f390-40bd-8f13-c5b3b8d1c5b0", + "d4e5d776-7deb-4f4f-b6e6-99dee0739323", + "da4339c0-1822-41d8-8c20-214c379a5aa7", + "061df1fd-173a-4bd1-9600-540ac0f3964d", + "0631f003-4852-4034-a1c5-1552804b1660", + "103d109d-f520-409c-8da2-eb6b0fbec891", + "178f2576-1af6-4015-8220-523d778c822f", + "17970af1-f577-4ec9-9449-49a6606d2f03", + "258975d2-d8e8-407d-9804-df3b37a184e4", + "333f6231-3778-4c1f-9558-2afddca22c86", + "4b829607-f5fb-427f-83b5-5b6b9c44ebeb", + "4bf6b327-7987-48ef-b164-861dbaf9b692", + "5aa8d99b-7a38-4f01-a95f-baf0f57296ed", + "66db9fc9-f45f-4884-a681-6d7c38a96109", + "6f880abe-5284-42b0-9db6-b071444b197b", + "7afa4b78-5e14-4723-a87b-01f664b0c0e9", + "851228ea-eaf3-452b-a9ce-8cd244a0eaf3", + "b4b06d32-6a09-4c43-980b-377b617ba739", + "b97126d7-847d-483e-b3d1-e2b61ab1743f", + "d02750b1-1709-4fc4-9c5e-118c200dfc28", + "d0d9fda5-5eba-4d51-b505-e93a2ae0bdd7", + "d2814de4-0868-40e2-81d8-8899f2131f26", + "da86de80-43cb-4ba9-b228-4bd7a6bac4f1", + "ddaab988-8c76-4750-a3ae-7b10ba19dcbd", + "e3058c3c-6a73-4dc0-820f-c0c036ef1d19", + "e753f792-4962-4165-8d81-9a738a11f039", + "f6b1c8c2-0c2f-482b-9028-75a8bde11341", + "fa92e39b-6bcf-45b6-a2e6-8d16a36cdc5f", + "11c9712d-c3b2-49cd-9c2b-0f57190c954e", + "26ae0d0a-34c0-4d16-951a-8d5a463c808b", + "30cd18e4-4d5e-4e3c-a4ec-39c64f8c712b", + "3c2d3d70-5c9b-4294-b6fc-fa0d5a37e959", + "3cda77d5-25ad-40f0-bd11-b9b0eabe1a8d", + "7955c2f7-38fd-4e78-87b9-a35638dea0c2", + "828cd6fd-0d75-4176-a582-6c290c8f6e32", + "9e779cc6-4641-6132-e053-2a95a90a3493", + "a1145ac3-3e55-4bd5-a53e-6cf869add9a1", + "b5ddc01d-40dc-400a-8a58-1e3a97d15142", + "c10e0491-4572-4363-b333-b7521d2f18a5", + "d59f71a2-994a-4e55-a3d5-f71815372a4a", + "dad6d65a-e7a6-421a-81a8-6696eb5958f5", + "e57eb14a-dd1f-4e31-9d51-bc14aee81f21", + "ea24bcc7-f841-406f-875f-784a1ec41b79", + "ef4f915d-2dbf-4afe-8fc5-6bdd916df361", + "fccb5aca-5707-491f-beb4-08f568919169", + "01f41fae-4abb-4b96-ab09-a7d3dfc286cd", + "4e43cb22-b154-4e20-832f-c17277e30aae", + "6bc9fca3-0860-5363-e053-2991aa0a84d0", + "72365264-f9c4-49f0-be64-73d95817d358", + "7aae8651-d4ba-46e8-82e1-28bee0f66caa", + "83ed0ee4-26fa-4fd0-9852-ccdad308ba09", + "8f221fdb-8138-c1a8-e053-2995a90a29c2", + "9d384e88-5c11-4600-ac6c-a38371570138", + "a48c522c-76c5-49f8-8c4d-3ee6b221e6f3", + "b1050a6c-d7c3-056f-e053-2a95a90abacf", + "b8b5fcb7-4179-46ff-b28b-2b3af5f062e7", + "ba588c95-9fc6-40c7-8c21-5ad19394999e", + "bd8ce39f-ccf8-3976-e053-2a95a90abb1f", + "c019e048-167d-466f-896f-84144dd47f7e", + "d1208740-6d8a-4c56-a50b-043ce62f0553", + "dcc16dd3-9b6e-42ec-a572-1232054d78e5", + "ec28fea7-e4f0-45c3-8159-7756351f88f1", + "fe4e9ec5-fa9c-4494-8516-ab477e0fa918", + "0c6c9ae6-eb75-4eea-ad32-250e177f5a99", + "1475009d-9db7-4eea-93c3-1b1d548401cd", + "40329d8c-eb3d-4143-b4ae-9bafd0a1cb3c", + "447de441-7d28-4415-81c5-4fc05622dd05", + "56822785-d5fb-4869-971e-5de637c2eda8", + "613baf20-00d6-4d44-b18e-8d828a513137", + "68bf7084-0aeb-4d2d-882e-4da576c70aee", + "6ae51588-e884-496f-b475-57a70422bb5f", + "6dea9e11-ff99-63c7-e053-2a91aa0a5b54", + "72cfd123-f863-4add-9d06-4966479926d1", + "755004d5-1b30-48ff-b751-415074cf724d", + "775519ad-5683-451f-9bfc-5fafc70c68ec", + "7a29dde6-a177-6206-e053-2991aa0a01f2", + "7cfc5ef0-58eb-431e-955e-d778e24e6f62", + "847dbdd8-c050-46f8-942b-99b5f1ed5222", + "8a152c8d-8ae0-4201-8bb9-7b22c3577415", + "96131c7b-bdff-0642-e053-2a95a90a4f32", + "9e01ce3b-b6a9-145b-e053-2a95a90ad892", + "9e6bfb71-4844-4da4-94dd-fa5f6facef4a", + "ac8abc37-5eb2-ae24-e053-2a95a90adc31", + "b56edf36-899d-4686-a133-5935f9c06e6b", + "b8b55b5f-4caf-4817-be92-275e1aba0cac", + "b98ba5fd-469b-4e4e-9a63-7765483b1d3e", + "ca7f0f68-2862-4265-bf4a-3a89994b4d6b", + "cda8e158-01ac-4c08-826e-4a0c7278e805", + "d81ee7dc-abe0-4d41-9176-6311b80dace3", + "f5cc7d54-4a7b-447e-bb79-3267359d6aa0", + "048e185f-fc4d-4ec1-a169-4135b029aa96", + "0eb58a42-0e4c-40f9-adef-ee96a113a2cd", + "18c906f0-2cb9-4860-b9bc-045e826f8a83", + "1c225a56-0725-4b22-b9df-13a60212d6e2", + "24fe7be3-2389-44f2-bf0d-08b21f7625d8", + "3d1818a7-d3b2-434c-b3c9-b2713f08ded2", + "3f9c230b-e6ea-4786-992b-9c7204425209", + "50e7b939-e0eb-44ea-82ea-034e844e2c29", + "51cb7067-769f-4ea0-94f4-610db816458b", + "5274ce51-13df-4c2a-b467-e34ea8fdc1e3", + "74aaad87-4e7f-4a86-b741-6f067df905ee", + "79669930-f744-4bb1-8325-b75951489b64", + "7d55cb42-295f-473a-941d-71825b44a3c0", + "8f78bece-25fa-4a42-90f0-c899e6644d54", + "92f26bb4-da58-4db4-83bc-aec1ebab2dbf", + "97b6670e-493c-e321-e053-2995a90a4b97", + "99aa8407-a3b8-45ff-87ae-54c3333867d3", + "a6895207-30f0-44f5-930b-b965026985be", + "b0a70a8a-d9f2-481b-82b5-0a5f64869a0d", + "bcc6d794-330f-4aff-9cbe-e4e8f29c2e22", + "bdade270-d813-4178-b594-4951632b6839", + "c0da7417-9bc0-44dc-b667-62558725cbde", + "c5a68b6c-8081-47b0-87d4-7311b709b798", + "c5e6a18c-a4ed-48ff-9254-fef08e40ac69", + "c8ec327a-1659-4568-ab49-3b8e38489fcd", + "d7cbb180-19ab-4c26-bbb7-8ea6d15434fd", + "e90270d6-05b2-423d-897f-9190bd13a5e6", + "ea4aa046-406c-48f1-80f0-ad2acd312a0a", + "1909366d-78ca-405f-93aa-b8d0d938b6d0", + "34247a3b-0846-4086-becd-76e630b3b721", + "4bda0989-5161-49a8-970f-16a30a024eef", + "56f54eac-ad23-46b3-9104-ac9f76991dbe", + "5fcd41ad-449f-4090-be19-eae4171de891", + "620abbe6-8485-4cd2-ae4b-901c6968824b", + "6aca88df-d3b5-4a60-b23b-1e66dc41ee7b", + "6f5f917d-f320-4324-9782-914ce6c7dc3f", + "9ba537de-48be-9c44-e053-2a95a90a0b11", + "9f4a5982-afa9-4ef7-a8cd-15d4590a1384", + "9fd8d0d1-58c2-4da0-b716-43c141c8734d", + "a7bd0b92-6f85-6175-e053-2995a90ab837", + "a891896d-c9fa-4448-915a-e6b531157d22", + "b43974c3-4db9-4201-beee-b22596a2b241", + "b815fcae-8bba-4737-ac10-29a32fb69275", + "b95cdcae-726c-417a-befa-1cc7b612583f", + "bdf8c511-ce25-0e30-e053-2a95a90a33f6", + "c1d176c6-3434-4b6a-9e86-d3f28132dfaf", + "c26f1872-ebff-4164-bf64-4272df43a2db", + "c637b39c-a049-43af-a582-fc242e940d85", + "d418c676-03c3-4031-bbf4-8bf908d10e4c", + "ddeda65b-2d37-40fd-b422-0b7c065a3411", + "e1799765-c247-42b4-ad6a-8ba7d136abf2", + "f5ad8344-72a9-40a0-8fbc-a6c1699d9769", + "103ddb57-64e4-4855-bce8-67541b796184", + "1622f694-4d63-4c56-8737-fae31f0ecfb7", + "1dbd8480-5cb4-4577-9091-b2a2add4f1af", + "2e31fe65-5f50-455b-99fa-c72879f43545", + "358411c7-fd5d-4949-9642-59e26b4bce5c", + "38b01bef-4743-4a25-b5c9-99f12133f373", + "4417b3dd-5560-4828-b656-f7c7788744c3", + "457d0630-6bc0-4a60-a44c-9c2b490e648b", + "49b2ac72-86a3-4783-bf51-8c1a222e457e", + "4a030c3e-8104-4a0a-98c5-6ab469451f20", + "68a52858-35c5-402a-8ceb-8d8a7c1e5f6c", + "734cc3d2-6fc5-4dcc-93ed-0b57c1f01345", + "790d8883-52be-46f2-9838-564b6c5d57f9", + "852e70e2-7279-6f33-e053-2991aa0a8676", + "85a074da-14b7-4db5-9d47-8ad19f520721", + "86208a98-36a8-4d0b-ba4e-b974ad478067", + "868a5450-d51b-4871-b56d-b1964d502f53", + "87c2b823-ed88-44f3-8f6a-df30430b40f3", + "8eda893f-5266-4b7a-95b9-2e194973cf06", + "928bb80e-2e14-488c-99ab-abb860cbe7a8", + "951be9e6-8c5d-3c8f-e053-2995a90a462f", + "9783cf37-3a2b-4ca1-b4eb-6d6ba047a325", + "a4c40c16-7f03-4148-aa57-acf626e0d8cd", + "a74f246d-94e6-45d2-8d6b-1aaf0833d5ff", + "a8bb4f45-7a1a-4bf7-92ca-3afd508032f3", + "b11f7e8a-dc0a-4a31-9d7b-9bcb71e1de39", + "b416857a-22d5-4504-9bbc-69ab5429654d", + "b914d118-c194-4c20-bfaa-36d2e0191a2e", + "bb5fc500-c455-48e2-9a3e-a534b8216596", + "bb6533e5-e6a9-488c-b8ab-a6a06e87ede9", + "c193dbc0-cc80-4a7c-aa29-457a20edf835", + "c20c814b-35f5-4c46-e053-2a95a90a50f2", + "cabc7d7c-08bc-483b-8cb2-4350269fb1a7", + "ea0f265f-7d64-4731-beda-0bb841dd1ad7", + "f29705e5-2cdb-44d9-bea9-6cffb745a423", + "fac408f0-ebb6-4c72-88ee-2ba85867859c", + "028ec0f2-2da5-4b76-a48e-65640ef15405", + "033a6153-2651-4703-8a94-def461838113", + "074fdf65-f6ce-46d4-87cc-46911c01cca5", + "179c221d-c099-400c-b3ac-124e26947620", + "1d3584e3-f128-4441-b842-aba45053ea53", + "1d456d07-fca2-4d43-92c0-f3b3c8b54420", + "251c9d15-665a-4828-8240-c5fdeb4e0484", + "2651bf11-4d66-43ba-e054-00144ff88e88", + "29bb75a8-f281-450b-b50c-1b0201209dc4", + "38f4a1ac-d18f-424d-91c7-4eebd200661c", + "4a3a711d-c882-3525-e054-00144ff8d46c", + "4e3e8c29-7f58-4fac-99be-e049bc859b2e", + "5413a9c2-c834-4aeb-aa36-a56d051ba732", + "6ba153b7-9dc9-4e42-9176-13b3922268bd", + "6ea4d4da-7463-4be8-a951-2164ec2d2904", + "7e43de11-d20b-4920-a04d-3c1b5d35e005", + "8b5e4747-0f9b-4f8b-ae26-a2ba46eee92c", + "977bebaa-1fdf-40b0-ab37-7d594968e6c2", + "9dd97b25-b0d3-4b87-b014-453dbf4a72b7", + "a9979167-1a82-47d7-9602-2865f9bdd628", + "b628a3d1-4534-453c-ac5a-573325662ddc", + "b9b6f878-1ec8-3dc0-e053-2995a90a5414", + "b9bccbf8-f9c4-abe7-e053-2995a90a943e", + "bab1e826-284a-4881-a4a9-1b77c3245099", + "bd85912e-23bf-499f-b91d-7ff17f61c8df", + "be2286a1-946b-4bf5-b14c-8e86da669594", + "c6afefe3-7315-4720-b724-6fa5971db89a", + "c7468b8a-f636-408c-ab3b-0598b5edad2f", + "e1d4f562-433c-4344-9b77-1a7c731d1be5", + "ebcf5057-ef35-477b-859c-83d0ed87efaf", + "f6180fae-021f-486b-89e1-4ec0a3f9acb4", + "0863aeaa-15ec-4c67-ba79-4dad54555bd2", + "1a952e86-25f3-46df-8d46-0139d3aad015", + "2025c032-02f2-41be-9c14-636175aefa8b", + "23ab5ba2-ad03-4031-9b45-de12c89f65ff", + "2e3eabc8-193b-4397-a43c-db838eb16e67", + "45c0dd87-e5ec-4218-b74e-f4ede60ec23f", + "5c0d5188-8dd5-4bda-9bec-091764c18e9a", + "61f212a4-3748-4782-95ce-5434f931b4f4", + "64a1ebe7-af28-4b09-96e8-28fa4dcc52bd", + "7a110e42-e545-496e-af65-efbbb6e6ff6e", + "7e57e30f-cb11-4733-b2fd-736518c21c08", + "7faf76b4-7f25-377d-e053-2a91aa0a19d4", + "86a072a9-c3b8-47f7-8598-d66e3d30e762", + "8e329277-1dad-423d-bec6-87cf4e82dee0", + "8ed205d1-5fa4-c05c-e053-2a95a90ad631", + "9d22bedb-9fc9-8421-e053-2a95a90acf4a", + "a1db4765-af8a-7334-e053-2995a90ad1f0", + "aa7c4bdd-ef58-485f-a9d6-99e0684851dc", + "b297aff8-a08b-4d37-b168-800a56564cbd", + "b3c76014-8783-4025-b459-85e070094b04", + "b8ab85a6-3eab-4ef4-a13d-5ac300480f63", + "babcb210-6a47-46ef-b4ea-bdde80411cd3", + "bc19bd47-69ea-4bcc-8d28-c043c9d32513", + "bfe37210-b322-4edb-8ff2-aff9b3e66be0", + "c2abe550-8d4f-41ee-bc7e-3b7795933e32", + "c6b35db2-386b-46a6-97dc-abd81093ccd3", + "c6b79501-d08b-4430-9545-70da5f545975", + "d846065a-5c39-4f4b-894c-4280acaaf4fa", + "d8aa3b1a-5f63-49db-998c-35cd11bd733f", + "d9cb008b-880c-4e36-8518-0a68245855bb", + "de7dd4dc-c5df-4cac-a83a-b21a7637f339", + "11bf6e1b-aed9-4f8f-9f03-ea911ae9f702", + "227c6c1c-c942-4923-a25c-a0c28327382c", + "25c8b94d-84aa-4164-824f-7a52490808b8", + "30054101-3e9e-4da9-bc5c-abdab7a5898a", + "38abe710-3d8a-41b0-b057-38c5dfd53322", + "3b4ab1cf-8642-44f5-b3a2-3f1f7c620ce9", + "3d989642-cfc3-4621-8d56-db193e533557", + "43308b23-7d4f-4e4f-a497-af71920d86aa", + "5460a4b7-5da3-4fc2-a565-0b0dd11bbf44", + "547deab0-d7f1-40b8-bd42-5a7470850a77", + "57fff3dc-ba30-4d3d-9362-01df6974f813", + "5bcc5da9-7e64-4308-a5be-2f47a8ca774d", + "5d269030-a707-4132-81b8-6a99f37a7e23", + "5e35df92-6282-4ca6-902b-bb6bd326b487", + "6d763554-913d-4bed-9efd-b9c9b936a2f4", + "7b529530-6dc4-4feb-8b98-aeca5b8dc411", + "7bf97dd7-0039-4ce4-b347-6d91f67fccf5", + "7fc48329-ca1d-471a-b9e2-411950b48a8c", + "861e2987-5473-45b0-b2a6-f980a9b0e809", + "8aee564c-41a0-4af9-a736-4f6f7152d568", + "8dba6ae0-1bfb-84de-e053-2a95a90aae46", + "8f3c3cea-a72f-48c5-817d-aea8745efe67", + "9751cf76-af13-0688-e053-2995a90aa656", + "9909dcd1-116d-4ed7-b9a6-ff2074e32f64", + "9cd58dfa-0e55-4203-9f7b-7a4d2ef669c7", + "9d89544f-3a66-4f23-b609-381d027e0c95", + "a218a4cc-8f01-4af1-8b86-69da7fd3e89d", + "a73f8217-9eae-4e2a-b29c-7de3861d0e37", + "aaa2b462-5ccf-43b0-9d71-71de74653a21", + "b6248c8f-d2de-4330-8ae7-1ee46bd0a19a", + "b9b7b849-c3b3-9af7-e053-2a95a90a0077", + "bfee9b3e-0c50-7c10-e053-2995a90af2fe", + "d2759fa6-59cd-417e-8761-d2b129aad8b8", + "d356bc9c-66f1-45c3-a455-98c0b8890f78", + "f818417e-0b31-4fe7-8313-4160a00b248a", + "1116f808-f61e-47ec-b0d0-d4be5aa905be", + "30f77d4d-839e-4d96-9f24-0254e6a47b81", + "3ec22ec0-a05a-44e8-a9ed-70360ee0f8fe", + "3f9beeeb-5e27-4b81-a647-20e65f0e9fc9", + "511536b2-6cbd-463e-b2db-6feec474cf6b", + "5af4be96-c7bf-4b52-8f78-57e86a0fc837", + "5b5c2fd2-7ebf-4970-af68-3bef9ccddf91", + "6324786b-f944-4d08-a462-4d752aed9e54", + "7a7b6318-b7d6-31b1-e053-2991aa0abf25", + "7ca92d3f-7240-4a7b-a8ec-f4040c5b6ce8", + "89c42e1a-db09-4558-a464-7f484ab16508", + "8b9e90da-98e2-4d8d-bf6e-54b0a8f8d101", + "90cea23f-5ddb-7a36-e053-2a95a90a20cf", + "9100dfb8-62fe-4093-bf19-286ce99be076", + "960f5676-d8c5-470b-a663-4b8d152339b4", + "9f20fe6d-2e58-47e2-a08d-da926694518e", + "a30388fa-0d85-4eb3-babd-228170ebe96d", + "ad087586-67cd-4875-b0e6-3fba06ea0f65", + "b6b5fa05-a9c9-41b3-9a29-9f1b6fbe9012", + "b86a2235-db99-4705-b604-085834cf0bd9", + "c235ed42-81f6-4373-b15d-8a0c8e60e883", + "c5a2119b-843d-4597-8d5e-acf46139867e", + "e2b402d7-0f68-49a0-b68a-f3e359efc780", + "f11519c4-9906-4826-8b98-b05b408369bc", + "04805d9c-d959-4870-a185-48b58a880880", + "1e0cbb47-08f6-4afb-ad5a-6ce1b262ab97", + "236eedd4-6ece-46ce-9ab3-12366d57126b", + "25a476a4-9969-49b3-94bf-b076bada4cea", + "2aa0f9f3-924c-4a4a-bb5f-2a326acc2408", + "31104956-04d7-41b5-82be-219ded5c02a9", + "34d9094f-17af-44ed-b0ec-895bbfa0704a", + "3588a3ef-a493-43ed-96e0-c259f0d087db", + "6036c15b-1168-4103-9471-6a74a2140e53", + "7570aaa2-3238-4cd3-b788-915caa970dba", + "80ae8c0a-2b1d-49cb-9b82-9c0e1ba52b91", + "9782fe86-d72a-4231-b1ba-d3f3b4ee49e3", + "9818527c-5be7-4cac-8dde-9e27060e6e9b", + "9c3ba4dd-f51b-46ce-91b8-8b617c7b78da", + "9e60d975-7cdc-4ada-9d78-b0e279ad5ab0", + "a2fc65f3-2870-4335-9812-6ae609826407", + "a426dd82-b2d6-405e-b0af-cfb1310a6e19", + "afb58e70-6423-4549-8fe0-06c551190a05", + "d7e1c0fd-c394-45ed-a3e4-93030f8086fa", + "d9bce324-6869-40cd-8f38-d405d8686475", + "e8c8fb18-f0de-4566-9045-1a6e11f61bad", + "e94482ad-c046-4774-97b7-e69befce639b", + "f1f47da9-2002-4bc8-8d26-e66b7b403497", + "07bc6632-fabb-427d-81f3-c27c54caa6a0", + "126352fe-3716-4395-8622-68ce5c0053ef", + "25626b46-78f8-7226-e054-00144ff8d46c", + "3258ef39-c36e-4a97-8631-89b8d4caf058", + "462c2615-b494-4cba-95c3-d7fc354dbe82", + "46c0c9b7-fd3b-4b5e-b79b-b8c2b56451dd", + "4fac481f-9782-1127-226b-b8e05a7fff78", + "57f89574-98e5-40e5-8dd4-e868a668adaa", + "638a3760-0fc2-4523-a104-0e756a1bbf5b", + "6b691dc1-09e4-46d3-b199-8917e42848a6", + "7212eddc-7483-4df5-8255-6b502db37757", + "7c5e4c95-80ac-4134-a3ac-fefa155abd4b", + "874c8c30-5cf5-4c1a-b1af-ca64af2e6a5a", + "87af092c-99e6-475d-81af-b9fd8fc337d7", + "8cac0906-9e33-4c0a-a263-c67e4ada940e", + "9908f235-ccbf-42d8-98d9-072b3cfc794a", + "9b2b0ef0-7071-4536-8f74-8f1d6250e105", + "9caa35ae-8a3e-b51a-e053-2995a90a4475", + "9d22d642-8aaf-d17e-e053-2995a90ae182", + "a2e88a6e-64b6-6818-e053-2a95a90abd0c", + "a356b5c2-cb84-c6c0-e053-2a95a90a7304", + "a5dd9031-a960-4a98-ab71-05b079183f1a", + "a856ed05-206b-4169-9809-6ea9cad43f5b", + "a88eba4c-0701-4eec-9a24-a804186fbfd8", + "b25afe51-19d1-463d-8ff0-c159ed9076eb", + "b2ee6653-2570-405b-af7a-b01fa344e11a", + "c388f3a5-03bb-4fed-b81a-bb876bc260f0", + "e427c8ef-622e-411a-99a9-f15a7933910d", + "f2359bc3-901f-4ecb-b402-cb2fe404a935", + "fb6566ed-8fd3-4242-81ac-383a6a5a4fbe", + "166cfa60-d8d6-46b2-b73d-e2765ab1a58d", + "43bf297f-2832-424f-a013-4bfa1d6c03e6", + "53b06c48-598e-41ad-ac7a-5508c195535c", + "612f5537-c92f-41fa-a331-77e3f3844752", + "65c88d93-5854-45b1-9145-6c583f8f8cda", + "778a15d5-3fa4-4386-8afb-751f4537c10d", + "81d4e8f5-2f15-462b-be71-ef05f0b791ab", + "844c895d-2875-493e-8fb9-5520281feeec", + "87339a95-79ea-4be8-b323-2bf4935ce3ea", + "ae6dae28-6f4f-16d1-e053-2995a90adbab", + "af5c3b3b-079f-4ee6-a9a4-a13ee8cd99a5", + "b895a8f2-fb6e-42e4-af09-ff4f7dc3e719", + "b9b63c38-83e7-62d2-e053-2a95a90a5526", + "c7006775-bd5b-412f-963d-ce5a158216c5", + "c7918b73-faf4-405c-951f-f79a64ab9dfc", + "ccd10656-2eaf-4097-be8b-47a22d6e5ce5", + "ea68d735-c677-4280-a3a3-ae3eb5ff7462", + "f1e940ef-3cf0-4a5c-8158-156d0e5a680d", + "f2085b26-5778-4656-8de3-9edd83f914dd", + "f3c57374-1408-4459-a4de-ad12c2fc6b61", + "06eabf4b-f8c0-439a-acf1-aa6e3075c717", + "0995d69f-61aa-40b0-b095-bb8595caf773", + "0c23c9e6-2054-4ef4-9abc-b8d7ffeecdc8", + "2a8c94ee-8267-4da0-b90f-2814e8dc1ebd", + "32bbe845-7f0e-c33d-adb2-659f18fedfa9", + "3aa9f67c-2f81-441f-a0f5-cfefb28478aa", + "44ee998d-3d2c-4932-bda1-37c143bde27b", + "46175721-4cf7-42d0-8ef0-2d51d695a49e", + "5d7d1300-bcb8-466a-880b-310b360ee132", + "632198fe-82d6-4353-9e73-ede6d43eba7d", + "66f4db9a-7bc3-4a9e-a696-a4be2f71e675", + "68b0be18-198e-48c7-a7a2-e81cbcf0fbe8", + "86b33b43-995a-4914-9d6c-44b6b98b5c1d", + "872c5220-a379-4dc1-b99c-f11ebb82db35", + "8cff4f6b-154c-40b6-8b17-58c6f648c82f", + "9491a18b-4084-4874-bcad-2cf38bb1c151", + "a7aaeb85-f296-7c35-e053-2995a90a0cee", + "bdc5dc8f-8f80-4d7a-9f79-54f6a2030011", + "be218645-e42b-4d37-9b63-aa2998820539", + "ca9e1dae-eefb-4653-952f-2fde09059693", + "cf6e226f-459d-458d-b8cf-2051e7d8a52c", + "d51fec6b-ce20-4c7c-b159-772223cb91ba", + "d6c8118c-bf78-4194-9b14-8de33c3ecdb7", + "d9f64a04-813c-40ea-8bef-e7ae45610f98", + "00eb3e4b-1507-4c9a-83a5-ef50cb312753", + "34934f30-da51-4e06-b15a-5c24a0857745", + "382fa2cc-1c39-4bee-b528-08b11ec945af", + "3fb74839-899b-4134-85c1-d33b2f2c3bde", + "41768152-16dc-4ce8-bf46-39fec2d24aa0", + "4388e547-7d74-4b1d-83b2-674a49ee38a1", + "482b2128-2255-40f6-9436-60d42ad22b5e", + "4982c78e-3813-4ca8-aaa3-f6679eb72f9f", + "4d27405b-a384-43a0-af15-43378d30b9f4", + "56fbd149-8a82-4efb-b9e3-f865df4ae247", + "5bfd9841-c781-43be-b823-d334893ae6ed", + "5dad0e83-ea40-4c8e-85df-e80b63d7be81", + "67bdc967-89eb-40ff-ad25-474c8b6472f9", + "704bff95-1295-47af-a89e-880223499978", + "7a747130-adff-4f4c-88dc-edc622ae8748", + "7f78028a-484b-48b3-a37a-1e0b055bbefc", + "9bf2e992-fbdb-45ae-89e9-e68c4c7cd7d8", + "a008909d-b0f6-4ad3-8639-d89ab0492d04", + "a63727c3-64d8-4ae9-8da3-974cae6beed2", + "a7dbd4c0-53eb-4368-917b-1432c09ce6b4", + "b3043501-3d1a-41b2-9621-cd76222963bf", + "c065c531-88f5-0930-e053-2a95a90ae861", + "c59cbf0e-1381-4dd2-e053-2a95a90a853a", + "cfde9163-ac40-4943-8a9b-509fa5770a93", + "e4dea44e-9876-4900-8531-cc6a11c5bef2", + "f17a18b0-a7c2-4c64-868c-460cf34e1f7d", + "fa951d50-b79c-4161-8c81-fcf386b0964e", + "02bf0edd-488a-4809-a365-501f6cfea6ac", + "04dbd98f-c74d-43b2-8bda-74f18be7cf6c", + "17cfa99d-abb2-4d77-9e0e-e77109fbb61a", + "20f9175d-06a7-46a6-959e-3cdf61bbbf30", + "45ddcaad-d416-4d7c-a84a-43548d5c5d3b", + "4a09ef8b-f9f0-4a0e-a187-91427473b48a", + "6158e954-32d8-4718-e053-2a91aa0a27f3", + "6de2e5cd-dd30-4cba-984d-3ef8332a5609", + "7304912c-7401-4828-8616-cb6a8414f978", + "774d3959-853b-4c51-8cf0-c36808fbf108", + "90c374af-0781-478e-a5ea-4ea35ace8d03", + "917bcd06-6dc6-42b3-80b4-c6746b347261", + "af7ae548-38ad-41d5-b1cb-761cd2e386d3", + "bba2ddc5-19e0-4f11-8ff7-7dd7c2d53b50", + "bdc48d22-c606-665e-e053-2995a90a9dbe", + "c7bd8d52-f7b5-413c-81ec-3fe4daf6c56c", + "cf25c8c1-057b-43e0-a040-b6361977ee24", + "dcf7994b-2522-4df4-ba4e-cb521a4ff0ff", + "f3feca65-adc1-469f-bef6-12c860599abe", + "f708e1ec-cf2a-4e2b-851f-f6b703f359b2", + "fb56e3e8-c851-4c8d-bba5-381b9a6a5e17", + "1da0bd23-9f26-4913-9ebf-1fd8b0fb3bd3", + "1fb5e871-45fd-46fe-bf73-5192f8316e8e", + "231e0f4f-58d0-4d9a-b40f-b39368dd8abd", + "2bd70a6d-ff6e-4fa2-9842-d916a805ecd5", + "4c4ae7af-eacd-4b15-860c-d08305fce8e4", + "58a01554-04d9-43fb-8a02-ca94c0059d02", + "64c65244-f7a3-401b-b83a-bf66d45268e2", + "70611505-1e1e-4ab7-8052-2b275b1c3249", + "75cad53f-e8b1-46db-b5fe-1cd99fe57667", + "7b4c7e4c-1536-45ab-a59b-4d5dd8eb2eb4", + "7e16b941-861d-43cc-a710-d880b051a98f", + "8088d44d-4418-f151-e053-2a91aa0a13e8", + "8151a0c8-611d-bef5-e053-2a91aa0a3a02", + "8d2e3941-f3c4-4181-871b-3cf6a6cdd3e0", + "940936ac-e59f-7489-e053-2a95a90a6364", + "a352f588-4a70-42b2-8f9c-a73a0629517d", + "ab02080a-c903-4e4a-a9f3-2b8197ed2f2b", + "c782b0f9-c099-4e2f-b18a-53cbaf55d968", + "c830d1ac-c4c5-4eb1-98bb-22707cb6db91", + "eaa9d094-ece6-41fd-97d9-0fdb0a45afd7", + "fdd705e7-2dc7-4a90-8b60-fdaa8b8a4c91", + "04ef9755-612c-43f8-adc8-1d3b114f3fce", + "062dd7dd-a068-58a1-e054-00144ff8d46c", + "1148b4d9-fa6a-49e6-9663-17b2c8373846", + "126ee71a-c408-415b-9a43-502337a91055", + "13d40ead-85c3-4389-9181-7ff47aafa976", + "223ffb2b-3ee5-4118-955b-bc4fa4e8a2e6", + "25b25357-2caa-42f5-ab59-be66b9e2635f", + "2a964097-a303-4006-836b-3cc12f4b1a94", + "30a51b90-a565-4e38-82ee-b5af29762977", + "3561bbc3-53b0-4857-8b71-39e165ed95ce", + "49021ae8-9655-4885-9f74-52df4cdcb26f", + "49a740ec-8ed4-4c76-b2d0-c13651bafa5e", + "5071482b-fcdf-416c-a2aa-fe4bb172f425", + "59eb14a5-40b0-4331-beb5-7166e6cdf411", + "63be92a2-5093-4971-a193-4c1672350b1a", + "7dbe284a-c0d5-4ac4-8445-611610f3c0fb", + "80420a74-d540-4871-aa8d-fc908e785fc4", + "91510f2e-25ec-4fe2-8895-970ba603c7c5", + "96451105-6a4f-4bff-88fe-ececde8096c1", + "a10f53fe-4312-406d-a0a5-3bbb89f4c0c5", + "a2d4238e-1498-4379-e053-2995a90a318f", + "a6b2603f-4cca-4fb8-9a16-6e4a6e2eec81", + "a70836f9-ae96-4de4-bf62-fbcbbacfcb89", + "a8a0d9a5-1a36-4ed2-ae9c-7e1a3d674c07", + "aa714a01-fb56-463c-9fab-257fa4996559", + "ae84eb7e-a70b-4311-b2dc-ad153047a516", + "b70beee4-407e-547c-e053-2a95a90af22a", + "bc03fa56-8880-4bbd-81a0-91853fecdd4e", + "d102e8a2-2fff-48cb-9864-7582fde956ed", + "d59c5f04-4bcc-4a52-a42f-e049506f00de", + "d5ea7e9f-70a1-4e68-b5a7-02cf6147c5be", + "da05a1a1-35b4-4787-8c56-12e369f18ff0", + "dac7c13d-c021-4a6e-9b14-0e312dd0ea2f", + "ecd6df7e-e7e2-446b-85ef-25971281fe31", + "f10053a9-7c21-41ed-9e81-c82e20ac17aa", + "f4642725-f953-4aa8-8106-f468d8220f65", + "f9de7c2f-016b-4f40-8b5e-141ad194be97", + "0bd55a35-71f4-4eaf-be6b-70f351ad5d6f", + "19a0ff11-f2a6-43f7-a426-8da469f21008", + "3b5d4a5a-8c65-4db1-bf01-e8df6523f45a", + "48833e6a-db42-42b8-aa75-07103a1482a2", + "4ca9d8d6-fde8-46ad-83a2-cb846ded2abb", + "4f7d057c-b04b-4ec3-82d7-716afffef2b6", + "4f8e3728-3401-48f5-8406-272b91827527", + "6d9f7c4c-c75a-4ad5-97b1-225e382eb445", + "6dd72d79-0dfd-5269-e053-2a91aa0a8284", + "729132cd-f209-447a-8949-a90b5a5c01da", + "793a6fa6-4ff0-498f-ae1b-71bcafb1fd73", + "7f7b4377-9b40-4a12-808b-f1cd7d241b0d", + "808f4790-cadd-4285-ae70-25eb547137e2", + "9f7cca9d-4230-49d7-b805-a1fbc73e31c9", + "a51c2deb-c703-4dc8-9255-8ac9fe635170", + "ace5ebac-ec11-4c26-b1e3-954b450ee671", + "b2fe7f47-1a2e-40ee-8f8f-38f2028dce1b", + "b956d527-7ea7-e084-e053-2a95a90a866d", + "c1a58b40-e9a8-44d5-a5b1-a4b7fd638835", + "c5b3c78c-9148-bf69-e053-2995a90aba65", + "ca7447ac-5210-4c10-96e8-abb5a488447f", + "d1b32922-ba4e-43ee-aa7f-a79fb668c90d", + "d40e30ee-05b3-4a72-815d-b07e30431500", + "d4e438c6-80dd-4531-91e6-bc4ca7a8570f", + "ecb06efe-d4ac-4e3f-8cf1-b48a29970c7b", + "fb6ae4bf-52f7-47fb-a703-236a9d17e958", + "015a6179-bacb-452d-b594-4de628ddc11d", + "0540111a-fcde-492d-9ed5-bbd714b2acf0", + "175aca2f-a88b-4b2d-9806-984ed0e49ff7", + "1929e530-ff91-4ddc-9829-738ae5a2363d", + "2504e849-6499-4eac-8233-c9da36d93b98", + "2d422b0d-da15-4906-9daa-1e275818420c", + "36bdcac9-eed4-40f9-a6f2-4c1e773a6b50", + "3ade895b-5dca-4d81-9415-8091923162ff", + "3d057a29-df60-4341-b9a9-094b7ec10565", + "3d1bb61c-15db-4eba-aba9-cfbcbc7b30e0", + "420ecd19-f156-49ad-872a-161604480e59", + "5c1a3081-ae25-4895-bf76-ebcbb9fc8072", + "5c42dd28-820c-4cc5-9016-11ad5e580616", + "5f0fdbc8-bc1d-5df8-e053-2a91aa0ab27d", + "780aad35-d0f1-44b1-e053-2991aa0af9a7", + "78bd79d7-1871-47c2-9dcb-df97add83ef7", + "873f01dd-0701-5fd3-e053-2a95a90a6463", + "8a84bb65-90a3-4bd3-b8c8-f77132c2dd98", + "99699cd6-ba7d-4db0-9f0f-0f2c1a369138", + "ad5f02f9-c6f3-4c4b-8b07-26b5dc8262a5", + "b50ed5ee-8cf1-4573-ac7a-5a5a14f481a6", + "be841460-98b4-4448-a494-09ff161fd131", + "ca302b01-0a5e-4ccb-96ba-86a7a774199b", + "ce9f4e0d-43fb-499a-b8a2-a997a14841c4", + "d3bb51a1-59f4-43a5-b2cd-8fc8e6874a53", + "dd99efd0-4ca4-4dc6-a940-bebd17ac8f8d", + "f1a6ebf6-c984-45a1-8b26-3f69f57fe390", + "f439eae5-3e49-4b9b-bacc-0996c27b0cda", + "15430025-f25e-4fe7-b1fe-4eda4684081a", + "1f3e2895-5ef7-4e6a-8d2e-b805d148f980", + "20d75957-7fd5-42f1-bd7f-4b29048fd710", + "2d98e390-4f2a-41cc-b307-3d2f6a3700dd", + "3c437b5e-a879-449f-8aed-eeee2bd69de2", + "3fdd0612-3252-4d05-95ec-f8cb74e904c0", + "441fd449-31b3-4f34-a0f2-a8979c2e80f7", + "509fc6e7-2269-4caa-89b1-9f44de213359", + "743af02c-c762-42f5-8e01-2f62da15e04e", + "76b17d3f-4843-4ae7-ac25-3c94cf14045c", + "842bf57f-cbd0-49c4-8c02-80f970ce0fc3", + "846d2e43-03bd-432f-8d4c-3ed4b51ad28f", + "8e96f75c-de8e-472a-aadb-3767dc64dfc6", + "8fbc5986-28f3-40c1-9f86-6001ae8af9c5", + "9ab903aa-7170-460b-9527-e3df223f5f55", + "a56a5ca1-578c-40cd-90cc-cc4c2dfec847", + "b31a913a-10e6-49c0-a4c9-de2c0d1ead3f", + "bc17b2e5-4828-6a2e-e053-2995a90a8c63", + "c20d110a-ed5e-aed4-e053-2a95a90a4200", + "c55b8f9d-1396-43c0-acc9-5e3485eadb07", + "ca7ae149-4c3f-449f-8536-c1135f04479a", + "d181560c-1c39-4f2e-8a17-996224ca040f", + "dd87e342-b0cb-4111-9f15-415dbcda4b77", + "e41e63a2-28d4-4a81-93f9-1b473a795c3a", + "f3db8598-fe0e-4c53-a023-5f5f8f002cc6", + "f76d5fff-ebea-40f9-aad3-4064a0c863f0", + "fa12f86a-d82a-4de5-8cd1-2151021b5df3", + "fa33f6ef-522b-4630-9716-92371d9cd24a", + "0174cbdd-8b71-4b87-b3ab-08d98cbd0f58", + "070569ec-82b1-4b26-b38b-3fb3caf71f19", + "0c23eb36-ce7e-4e16-9298-73cb4ee2b398", + "1462b308-a6a5-49ca-ab29-cacbf62caf0b", + "2619d6b9-9941-4b1f-9c2e-3e8d5caac28d", + "277294e0-f37d-4e35-8529-e5b824ec8ed5", + "41633554-474e-4d3c-9187-d90487d2ae8c", + "61a88a72-cf4f-4ec9-bc24-e110adfb98ba", + "79a727bb-3bae-4311-9827-939b92d9ba93", + "7b5263ad-01b7-4fc5-9384-4da8efe89e35", + "7f445de3-30cf-4bd8-892d-05979cd399e7", + "80da2582-1a20-e111-e053-2991aa0acf32", + "877066b3-8bce-d78e-e053-2995a90ae958", + "8b56bfc0-2253-458d-99a6-0b0f9ae0ba50", + "92909ede-128b-4600-8228-3dc5f82bf60f", + "9b2df544-06f8-466b-a162-3ff4fa188950", + "9bf4ca22-2546-4803-a199-b7d782e04a97", + "9ea8bb1f-1924-4430-98bd-f2674d0da748", + "a0cece43-256e-4adc-92f8-11a0f473bb83", + "a1255f60-b9c6-9a95-e053-2995a90a9e80", + "b2639d24-2cf4-44d1-93e8-e3ccf82fe8e2", + "b5582e23-5079-1f2b-e053-2a95a90ad800", + "b5c7e93b-e626-49c3-a7d4-773475f945ae", + "cd6b3fc2-69fe-4675-b1ef-c5aecc9f801f", + "d0a9bd82-d569-4b18-b0c3-0c5c8f6cba1f", + "e65dbd01-2d5e-4067-ad98-98d879cfb5ee", + "01f6428d-259c-4f02-8c69-6130b897373e", + "020fa486-31f0-4e0c-84d3-5b3aaded1eeb", + "07209d28-eab2-482d-bb78-75e18f202cc1", + "11014d21-9e9d-4aae-8e03-622abf0b2b09", + "1e668f75-d4cd-4098-8e2b-0f44b30bbe85", + "29abb15a-3f90-4071-a9f9-15dc0ea6dbb3", + "36ba13a4-4046-4dae-ab66-744bb8ff973d", + "3738d35c-1e83-40df-9292-c54e6b2c8353", + "462580aa-712d-43bb-846d-631db3e79c1d", + "5c75dc7f-06ae-440e-90ed-d7753eaa786e", + "726ce482-e6c2-49dc-b46c-284969c23835", + "760d4bff-3913-488f-b999-28a773e9630e", + "8138414c-61c0-464e-a052-a5f1004262d6", + "832acd72-1dda-4490-978f-5f31748942df", + "950b16d5-65db-402d-8ec6-eec9e1e174dd", + "973bcf75-8c45-ea16-e053-2a95a90aad63", + "a769094b-1e91-4ca7-ba67-21aa7e312910", + "ab9a9048-75b7-904c-6683-06d7de69ec52", + "b581802c-5f9e-0678-e053-2995a90ad082", + "b6505efb-2cdb-4075-9efc-3131bbe5ed06", + "bc2daba5-ce8b-bbda-e053-2a95a90a6f33", + "c53d76f4-f8f0-49fc-8772-758bdb24bec2", + "dad9a940-f16a-4695-929e-1d6b9449757e", + "dca3f1b7-004f-4972-95dc-efeacfb4cb32", + "e9fc5bd3-0557-4e7b-a048-84332930c8e5", + "eceed6cd-c631-4a42-a212-87092aafb647", + "13f253f4-aa4a-4d87-a50e-fc12a5c2bc97", + "164f55d1-75bf-4a49-8671-f93872a430d0", + "20fae2ab-fcce-b026-be00-d9aa2f396f7d", + "2c04ef82-6297-4f4a-a2d5-4f6016a52c40", + "2f20e5b7-b26f-41c4-a2e9-38be59407ee0", + "304a9aa2-9198-44ca-8627-d41b84ec6cbf", + "3d866a79-481f-4a63-84ba-f049ce83da8d", + "4b397bdb-efe6-4088-8e66-c77eb3bb80f2", + "586874b2-c56c-4bb0-ad0e-2845fe69e354", + "5ec1c10a-6a33-48f0-9e70-6c69fcc62c90", + "709babea-c67a-479b-b47e-18e935de5518", + "857f94e1-9b87-4040-956a-63b978e3a30d", + "997b9551-c222-4a9c-8ba1-09a5f97495fa", + "9e7543d9-6249-45b5-b67d-c1b439423b9c", + "a5171ba1-6c2f-737f-e053-2a95a90ad0fe", + "baee03b8-fcfd-440e-90ea-1ee2a18516ef", + "d47a1fbc-c737-49c2-bd60-cd24e87b7986", + "ded10c13-8a4e-469d-8b34-0d6566be016c", + "f6bbce1c-9790-4ca4-847f-579c594ffe0b", + "00c121ff-141d-410b-8632-c884a3909552", + "00ec6518-b5e3-49d1-a342-139381c3bfd2", + "06326fb7-a97b-428a-9cab-8cbdb6074366", + "0bc33897-afc2-4d11-be6c-a26480f448bf", + "0dcf54e7-de0c-426a-9b49-2ac2e8b6bdb0", + "1729d4b1-ca3b-4360-8328-2484f239440a", + "1c7369ea-46b6-407c-aa4b-048eb72ff03f", + "1c9dc56c-deca-4468-8fe4-6258af61c37d", + "236df05a-cf11-42f3-a347-b54f5113680c", + "241a6905-de1b-4108-949a-c9565084e250", + "295b0d00-4d4a-405f-9325-d01c5d4f3ed4", + "35da11af-510c-4bdc-af3b-06c359e11cff", + "5103450a-3095-49cc-9823-4fb4c1d258ff", + "668368a1-b80b-4920-b327-87e4533278f6", + "6a07e29e-fa74-4f18-9a3a-f262dee9eec2", + "6b7b7340-800c-4cf3-9b57-1a8b85a8af9a", + "6c76f5ea-c6e5-4a10-813d-286733256028", + "6ec12573-03d6-40c1-9945-d345b401e062", + "8cc2c735-9bf7-48a7-bb56-a152287782b6", + "8fb0762d-da96-7b54-e053-2995a90a03fe", + "8fc0fa9d-9349-42d0-a6e6-8b63b119dde1", + "972a46a6-ab2e-4d3d-b5e4-f4dd0b2c3577", + "aef76f5e-1244-4d8b-9f1b-43aa41f0101b", + "b09d70df-c6bd-48f7-bda6-473e1560a779", + "b466c989-f7aa-e476-e053-2a95a90a8e55", + "b756125c-1c9b-4eb6-b049-f9dc597f220a", + "bbeebdd6-fe2c-5b8a-e053-2a95a90ab95e", + "c0f4d7f1-aa17-4233-bc47-41c280fdd7ce", + "c8ec3a43-5760-4aa6-a7a3-1d02a8d05cb2", + "c96a7fe0-994d-49cf-8e58-2971679870ad", + "d722fa9b-f57a-4feb-9efa-35cdace5500d", + "dd52630f-36db-4ecf-be50-59ea74594a21", + "ec4dbb71-b507-42a3-9b68-14d4b6621ec1", + "f129bc0e-1ef1-42a8-8668-2ee88ffc85e3", + "f7137fe6-582e-43a4-8302-90ca54cd1de3", + "fa315654-3846-4007-93a3-6f6974e404b8", + "fc7838a7-fc6d-41b7-b8e4-97bee2bfa6d4", + "fe16da46-08dd-4822-b715-1ba57d4ccf7e", + "ff878f56-125a-4de7-b063-029f7030733d", + "0a28a4f1-d947-489b-be28-36ba10b581cf", + "111931c9-b2ba-49c1-b2a6-bb978d85822e", + "26c0641e-1cdd-4084-939d-01dbd36ab9b7", + "33000613-0f57-42e6-828f-8f796d4ab4be", + "5028c116-d0e3-4e30-8fa8-caaf08d99ec7", + "5337c43b-13c7-4d95-9248-ddcc6d6518ac", + "5de40821-3218-4320-bf11-9493bf01d489", + "92c22593-daf9-20a8-e053-2a95a90a365d", + "95801755-db54-4ad7-bec1-52671914f6ca", + "9c4b7b99-24cb-4ec7-be5f-b820c91d9769", + "a1cec332-5802-4684-8b7f-6cb98da40e8b", + "a9a8a6ce-880d-4bf5-b7bd-6280a2e8c16e", + "ad166f8b-2737-4d14-ade5-7e24c99522ec", + "af407852-5476-421d-a80a-d726c24b6391", + "bd716a09-ed43-45fd-b12d-445043250318", + "c2d33352-431c-4683-a4fa-a54437e7b8d2", + "c358d1dd-9fcb-4d18-9521-8f898b98a732", + "ca0833ef-837b-47dc-8676-e016af96622c", + "df5c0266-036c-435a-95f0-42d57c7fb8e3", + "e072e4ab-669d-40ee-b301-0bc15b67792f", + "e718e597-d3c2-42ae-b64f-12207be98d6f", + "eacee273-abd7-4ea4-bcaa-7f74abcc9feb", + "fc2d4367-8884-4b76-aa3e-8c35be1ace49", + "1b164780-ec84-4187-8afa-6f8a0da550fc", + "34a95450-3f04-4de4-9113-73e7bd5724a0", + "4631df61-00a7-4ea8-849b-7b28ea36e41b", + "46447422-f2b9-4bf3-ac0a-d1652303da01", + "5101125d-4819-4e4b-a0ee-a0ff8d5a0ab1", + "5b77bb9b-3947-443c-9794-b3ea5922c72c", + "67870e7a-88fd-43cf-97e8-cbf546ad4f3f", + "68444e2c-1ad8-4d00-a55c-c0f62942ec11", + "8fed703a-9de2-4c76-a783-fcf004f9b890", + "92e168fe-aa61-49a5-8aa0-2bf749c96a90", + "9f18d455-55ce-482c-8da8-dcb664038c6c", + "a56791ec-0037-51a3-e053-2995a90af761", + "a58e21de-20e1-fc81-e053-2995a90a5645", + "ab96395c-a19e-40d6-b37e-7f988026fc95", + "add6952e-9dd5-487c-93e6-337e9d6a4872", + "ba5a0286-3e0f-4bef-96e5-29d92f51f432", + "c13ced61-c491-4fc2-b83f-78c6d9ad8546", + "c6665c11-9a01-4472-a444-acadb1de0b69", + "cb5f6008-6884-402a-8a19-c8d585576d63", + "d0b34133-d69d-47db-bf51-be942769c612", + "d7b13248-397f-4cd4-9ad6-d042aa7e6e9c", + "dcbf1eaa-f07f-4b46-a6a4-8c5eb5131605", + "ea786813-87ee-441d-815b-352aa126744a", + "f7667529-09c0-4603-8080-f236144fac36", + "fd24d0e0-4f36-42d3-9149-2fb957690305", + "fe3c0a2b-316b-4620-b6bc-378dbaf7ed57", + "02c25cdd-f4fd-414e-9e79-dd70488fbb96", + "0dd643a4-3cbc-423d-95b4-ba373b09d895", + "1491bc60-5c40-4d36-88dd-38968b5461bb", + "2073ff10-a5af-40f3-8d34-b9d8c85e66de", + "2143cc16-86db-4060-96da-5c228ae9207b", + "25e5b235-95c7-4007-89b1-37e1f36d0d00", + "2b923a97-836c-4dac-a8c0-3047a35fb62e", + "4749a843-9c93-4edd-9b5f-a1e32666544e", + "60e6e59d-9b02-4a08-ae68-0aad005b0220", + "6f2d2129-da03-4293-a1e5-9d1e38140501", + "76cb8209-6c43-322e-e053-2991aa0a51eb", + "76f10ee2-1d6a-097c-e053-2991aa0af526", + "82c574ce-c386-4176-a879-0395fb6c4e26", + "8a18565c-b84e-43f8-8e96-e1dbcc39f08b", + "8ed1d1f5-fe4a-5fd8-e053-2a95a90a90fb", + "ae36eca4-2985-4cc4-9be4-eb676d99c6a3", + "af6fe4a9-2d18-4fed-b952-0a7866f65251", + "b96a2280-ec4f-7c61-e053-2995a90a18bb", + "bb2d7b0f-dc8d-4bb9-a2c0-165dfd9cadcb", + "bdb01b3e-ad34-4003-9b9a-e83a2c0e90bb", + "c5177abd-9465-40d8-861d-3904496d82b7", + "c830320e-72ba-48ff-a4cd-250ac5650bf0", + "d2d2846d-4e0b-4d42-b300-60dd3b2cca1b", + "d2e714b9-4254-4c48-9a0c-7ec8c2483be0", + "d3ee3341-93b8-487c-921e-2892d213efbb", + "d571f520-a56e-4f7f-9214-d89197f742b6", + "dda67533-7e9b-4724-a8e2-e996a5d6a6f8", + "e0a39957-d918-4125-88f9-0e550b976fa1", + "f4aed854-730e-493d-b523-122156e08dde", + "fb6b9d35-15fb-42cd-937c-fa2f866f1896", + "fba711c1-4e69-49b0-8994-97c455aebcb2", + "fe80c377-6b31-4aa8-9cef-2a63017e2952", + "00dcd9d6-047a-45f3-a2d6-a3816e2c385f", + "0c2364b0-03ac-4e96-bfc9-c6f5b3987ce4", + "12f92dd0-5c7c-46f1-a44a-64af0f26686d", + "2e30754a-42f7-4da2-944c-be61cee47b43", + "2e622bb7-22d4-4630-83c5-90ce5cbb6e6f", + "3bcc7f8f-88f5-4d2c-a2ab-ca74f292994d", + "3ecdf4fe-9b3f-41cd-984a-153bc6a9325b", + "40eedfe9-54e1-40a2-b4a2-55ff708b89cd", + "42f0c87c-7020-4af7-9f6b-3a774137e564", + "4bb696f6-a47b-4da9-9224-9aeae3e152f3", + "4fb4f4b2-c238-4933-b874-08def3b34a28", + "59773893-09a8-47a2-943a-e9ea9da4458a", + "62e43bda-7a7e-445e-880d-bc9618e82dc4", + "74a822d6-be6a-47f5-b9c0-b1baf5563661", + "7d71d000-d68f-41e0-a746-c5fe9114d160", + "948c5826-6f35-484d-bb3f-cecf6a4b5c13", + "a1b0ccf0-cf24-4b34-b42a-aa1cc1e57f60", + "a524c36a-38f3-4266-8f45-589e19400328", + "bf8bed5d-7dd4-492c-98ac-c36ff8be8f41", + "c280ac64-920c-4d03-9190-03e0196ed5ef", + "cd3a7094-ddb5-4583-a1bc-dc6ce280418c", + "d16ec408-d77e-4a1e-b37d-06d019a16f01", + "dae3b7e8-9f80-4f93-8bdf-fb88fea15fac", + "efec6af2-8b26-47f6-88c8-b0a6d69a2d7d", + "f48585a4-2701-4fbd-a6e7-60fdd16244d9", + "00146b91-008d-4b16-95b0-6077f98821be", + "05bea71d-876d-4a9f-bcb1-12367b7ea2dc", + "07720c26-1106-40f0-9727-a81f4dea413e", + "09c9a9d9-f14e-4343-9677-188f20d4d148", + "24477946-63ed-456b-97e8-9d487f365cfa", + "268a789b-8f31-4739-9777-523249cac326", + "28884042-9fcc-4fb4-8ef0-9add2bd02a39", + "50b761b3-4823-4489-a934-2109cfb2824e", + "71be6a5b-aff2-4757-804a-085b44e2a7d3", + "72a8bc52-3864-4e3d-8659-eef2d959bdf9", + "8f8d43d1-8e73-483e-e053-2a95a90ac99b", + "95db8167-ccae-44d1-b2e6-76d68bad9eba", + "99ec63ef-aa28-c2fb-e053-2a95a90a9f6d", + "9f1c8703-0eb2-76f7-e053-2a95a90ac9bb", + "a0c0277e-50aa-4328-8f93-ab20c6176b2b", + "ae00015d-5e5f-4099-ba03-b20bf45ed374", + "c98e6b75-21c0-45a3-bdb6-6ba7af8786ef", + "efe2f519-4ac3-489c-ba5e-edb475cf5f2a", + "f15037a5-4e43-4dd6-93b8-b37a1cc22cd6", + "f6e51c4b-2941-4862-8262-bd9716324841", + "008c5055-4ae3-498f-a7bf-5bd00f738c6d", + "2e1470f5-e88f-4d1d-a308-170f7080387e", + "33c734d2-df29-4fb0-858b-d5c30809168b", + "344440bc-d810-4296-93ec-e6ae6673856b", + "3793a17e-13bf-4d27-b8fa-6753b760f820", + "3ea217dd-e5b9-4d4b-861a-76ce61ba3a1d", + "4320895a-4f9e-4ebd-bffa-0bc9a923d22c", + "590b3b76-c395-431a-944b-3da669024050", + "5cb7b476-d6ec-4d2b-b79a-8c843bbb2c71", + "60012b2b-1c73-4b5f-92de-b6794f7b33ab", + "6b8d6cc9-abc4-4d82-a95d-9a6d3d5e390e", + "701e516a-4936-4b45-9aca-28566562ae3d", + "830116e4-467b-4206-a5a0-40ca2d24df5e", + "850d5815-f723-4252-b259-9a26c876a30c", + "8638595a-6332-4f0b-bbf3-64720439b1d4", + "865c6063-7c6e-4a84-8f48-47a971c2cd62", + "919c0b9c-9267-4214-8ace-633438f8e7a4", + "92669c5b-43ac-5ea7-e053-2a95a90a7f72", + "a0fb0afe-9c25-d0f6-e053-2995a90adbba", + "a39c524e-c131-d7fb-e053-2995a90a785b", + "b2715622-cb9a-4ca3-a2e0-a0dffabd7a5d", + "b4f54465-3232-4685-9570-90be00876577", + "c5865a69-4fe4-4f0d-9e03-5927dd737445", + "d065351c-9a39-4800-8f8e-1fba4d6bbae8", + "d625c7f1-b5d2-44c3-8675-9141d4b3f8bc", + "d9b7e9f9-eb52-4dec-9048-783d05a2863a", + "dd01adcd-26a1-416e-92fc-8b6c0cc5512e", + "dd8b13a5-07df-4cec-92c3-1a662b1e1a56", + "e1e44c85-d10c-4997-8f85-064cda7906eb", + "e22f4952-5b2d-b2bd-6d38-4353f77420b0", + "eef2fef5-34b3-4ac2-94cb-5bd6b4c5ab1c", + "f2e19aab-836d-404c-95bb-f659e40832cb", + "f36a2341-fed2-4d26-89dd-c998224a9cdd", + "f413a617-1166-4940-b6ec-fae32238a780", + "f43f72de-ff79-4c7e-bd1e-3f0c4c3872fa", + "f80b6f72-f280-4b4a-a6a9-e6490b94705b" + ], + "package_ndc": [ + "46122-313-46", + "0904-6719-50", + "0904-6719-60", + "0904-6719-80", + "50844-519-15", + "50844-519-02", + "46122-629-71", + "46122-629-78", + "46122-629-81", + "49348-430-30", + "30142-561-71", + "30142-561-78", + "30142-561-85", + "30142-561-90", + "30142-561-82", + "30142-561-76", + "30142-561-62", + "76281-526-24", + "36800-202-26", + "36800-202-28", + "36800-202-34", + "21130-124-02", + "21130-124-03", + "49638-107-30", + "63868-413-50", + "49580-0322-2", + "69848-008-10", + "36800-455-78", + "36800-455-62", + "36800-455-71", + "36800-455-79", + "17714-013-01", + "17714-013-10", + "49348-730-09", + "49348-730-10", + "41250-148-03", + "55319-333-23", + "55319-333-01", + "50580-579-02", + "37808-759-26", + "68210-0022-1", + "49781-015-04", + "49781-015-05", + "21130-850-08", + "76281-302-24", + "0363-0711-01", + "68016-029-20", + "68016-029-14", + "68016-029-47", + "36800-779-47", + "50580-490-24", + "50580-490-50", + "50580-490-10", + "50580-490-25", + "50580-490-90", + "59428-281-04", + "63868-564-08", + "70677-0117-1", + "55319-931-15", + "0113-0998-26", + "0113-0998-28", + "37808-120-02", + "37808-120-04", + "54257-473-02", + "69732-001-01", + "0363-6973-02", + "69842-750-03", + "69842-750-96", + "51824-061-01", + "51824-061-02", + "41250-590-16", + "41250-590-10", + "0363-0132-01", + "0363-0132-02", + "41163-045-08", + "53329-641-30", + "53329-641-98", + "62107-050-01", + "62107-050-10", + "49348-119-34", + "49483-342-01", + "49483-342-10", + "49483-342-00", + "11822-4450-2", + "11822-4450-8", + "37835-722-24", + "41250-946-16", + "41250-946-10", + "50580-783-10", + "50580-783-24", + "50580-783-25", + "50580-783-29", + "50580-783-30", + "50580-783-32", + "41250-501-02", + "21130-540-08", + "50580-177-08", + "69842-707-78", + "45802-732-33", + "45802-732-30", + "68016-336-50", + "68016-336-01", + "68210-0120-1", + "70000-0410-2", + "70000-0410-1", + "70000-0036-1", + "62011-0027-1", + "65155-102-01", + "63868-503-50", + "62011-0032-1", + "62011-0032-2", + "11673-133-16", + "11673-133-26", + "62011-0002-1", + "30142-818-26", + "50580-495-01", + "63941-519-12", + "63941-519-15", + "70000-0374-1", + "50580-170-01", + "50580-170-03", + "50580-170-02", + "50580-170-04", + "46122-056-03", + "23155-202-64", + "23155-202-65", + "23155-202-01", + "23155-202-18", + "69842-764-78", + "69103-2522-5", + "69103-2522-6", + "55315-519-15", + "55315-519-12", + "68016-503-02", + "68016-503-03", + "55910-251-26", + "55910-251-28", + "49035-175-10", + "49035-175-96", + "49035-175-15", + "69477-000-01", + "11822-0766-1", + "11822-0766-2", + "72036-092-01", + "72036-092-03", + "70000-0173-1", + "0904-6536-20", + "0904-7014-16", + "0904-7014-20", + "59779-104-12", + "59779-104-13", + "50804-826-03", + "49580-3278-8", + "67091-135-50", + "50580-937-01", + "50580-937-02", + "50580-937-03", + "50580-937-04", + "50580-937-05", + "50580-937-20", + "50580-937-06", + "50580-937-10", + "50580-937-07", + "50580-937-15", + "50580-937-19", + "68998-001-02", + "55319-491-24", + "69842-445-19", + "50580-424-01", + "46122-312-62", + "46122-312-78", + "68210-4097-1", + "68210-4097-2", + "50844-270-24", + "70302-011-20", + "69842-930-80", + "51672-2117-0", + "51672-2117-4", + "68391-288-12", + "0363-0278-08", + "69168-418-29", + "69168-418-51", + "62011-0183-1", + "53185-005-00", + "55670-468-99", + "55670-468-13", + "69842-945-19", + "70000-0180-1", + "70000-0180-2", + "70000-0180-3", + "70000-0180-4", + "70000-0180-5", + "72288-484-93", + "72288-484-90", + "72288-484-82", + "72288-484-83", + "33992-0175-1", + "0363-0590-16", + "0363-0590-94", + "0363-0590-10", + "37808-323-02", + "41250-650-26", + "55301-175-15", + "55301-175-03", + "55301-175-12", + "55301-175-06", + "55301-175-60", + "55910-944-08", + "10884-2228-2", + "68016-243-02", + "66689-054-01", + "66689-054-99", + "68998-092-01", + "56062-192-03", + "56062-192-01", + "36800-766-16", + "63941-336-50", + "41520-895-47", + "62900-542-60", + "41163-609-16", + "63940-450-08", + "69256-544-71", + "0363-0104-12", + "21130-243-26", + "50580-458-11", + "50580-458-50", + "50580-458-10", + "68210-0013-5", + "68210-0013-1", + "68210-0013-2", + "68210-0013-4", + "57896-180-16", + "49035-919-08", + "49035-919-12", + "49035-919-20", + "51013-172-15", + "51013-172-25", + "51013-172-43", + "30142-789-83", + "49035-755-50", + "49035-755-88", + "0135-7011-03", + "0135-7011-04", + "0135-7011-01", + "0135-7011-02", + "0363-0792-29", + "0363-0792-35", + "0363-0792-40", + "70692-399-06", + "70677-0017-1", + "49580-0319-1", + "69842-322-24", + "69842-322-10", + "50580-487-20", + "50580-487-90", + "41163-997-26", + "59779-751-03", + "59779-751-96", + "59779-751-29", + "76281-328-26", + "63868-089-50", + "63868-089-01", + "71247-129-10", + "71399-8024-1", + "71399-8024-2", + "72288-766-16", + "0113-0025-62", + "0113-0025-71", + "0113-0025-78", + "47682-175-99", + "47682-175-13", + "47682-175-33", + "47682-175-48", + "47682-175-64", + "47682-804-33", + "47682-804-48", + "47682-804-13", + "47682-804-99", + "47682-804-50", + "47682-904-33", + "47682-904-48", + "63868-088-02", + "63868-088-15", + "57243-450-02", + "11673-759-26", + "11673-759-28", + "69842-465-12", + "0363-0995-26", + "0363-0995-28", + "50580-438-01", + "53943-837-76", + "57896-204-01", + "57896-204-20", + "57896-204-10", + "57896-204-05", + "49035-975-83", + "15127-508-61", + "49035-946-10", + "49035-946-16", + "69848-015-10", + "11673-946-08", + "68016-725-04", + "57896-104-01", + "57896-104-10", + "62011-0247-1", + "0363-0531-15", + "0363-0531-12", + "0363-0531-37", + "0363-0531-29", + "69842-073-25", + "69842-073-26", + "49035-741-01", + "49035-741-62", + "49035-741-78", + "54738-548-01", + "54738-548-03", + "54738-548-50", + "30142-970-01", + "68391-484-90", + "15127-877-24", + "73173-010-50", + "73173-010-51", + "70677-0118-1", + "68196-544-82", + "59556-854-60", + "56062-946-10", + "69842-390-54", + "72036-170-02", + "72036-170-03", + "72036-170-05", + "37012-484-71", + "37012-484-85", + "37012-484-90", + "37012-484-78", + "66576-200-01", + "55319-540-08", + "50580-555-04", + "50580-555-05", + "21130-285-04", + "77800-100-01", + "80272-002-04", + "72615-0001-0", + "49580-0682-4", + "70000-0205-1", + "63940-519-19", + "63940-519-08", + "63940-519-29", + "69256-966-83", + "24286-1550-4", + "59779-682-12", + "0113-0227-71", + "55910-161-10", + "63940-619-16", + "52124-0010-1", + "44237-048-07", + "15127-807-08", + "62011-0336-1", + "50580-509-01", + "68391-669-87", + "68391-669-79", + "68998-098-02", + "66715-6956-4", + "30142-966-47", + "30142-966-83", + "36800-973-71", + "36800-973-78", + "63940-309-26", + "50594-177-50", + "55319-541-50", + "55910-531-08", + "69676-0041-9", + "69676-0041-3", + "57344-170-01", + "57344-170-02", + "57344-170-03", + "57344-170-12", + "45802-730-32", + "45802-730-30", + "45802-730-33", + "45802-730-00", + "49580-0282-4", + "49580-0282-2", + "50594-012-26", + "70000-0092-1", + "41163-669-50", + "41163-669-10", + "10135-123-01", + "55910-948-08", + "41163-363-85", + "11822-0631-1", + "11822-0631-0", + "0135-0537-01", + "0135-0537-02", + "0135-0537-03", + "49580-0281-4", + "0113-7484-82", + "0113-7484-90", + "0113-7484-83", + "50580-496-60", + "50580-496-98", + "57243-175-15", + "36800-591-08", + "36800-591-12", + "36800-591-20", + "36800-591-05", + "41250-278-08", + "51660-333-01", + "51660-333-50", + "51013-173-15", + "51013-173-25", + "51013-173-43", + "58657-521-04", + "55910-010-26", + "70000-0496-1", + "63868-084-24", + "63868-084-50", + "63868-084-10", + "63868-084-05", + "63868-084-20", + "50844-255-08", + "72288-175-26", + "69842-298-24", + "69842-298-05", + "69842-298-10", + "69842-298-21", + "69842-298-30", + "69842-298-40", + "69842-298-60", + "69842-298-15", + "57896-160-16", + "30142-544-78", + "30142-544-71", + "30142-544-85", + "30142-544-47", + "30142-544-76", + "30142-544-62", + "59779-766-78", + "76281-502-28", + "76281-502-25", + "58602-754-07", + "58602-754-14", + "58602-754-21", + "0363-0212-26", + "0363-0212-28", + "0363-0212-34", + "68998-300-03", + "55910-701-78", + "55910-701-62", + "0363-0148-01", + "0113-0397-26", + "11822-4484-1", + "11822-4484-2", + "69256-105-26", + "41250-246-24", + "21130-919-15", + "21130-919-12", + "21130-919-29", + "11822-6304-2", + "11822-6304-1", + "11822-6304-3", + "50580-451-03", + "50580-451-10", + "50580-451-50", + "50580-451-70", + "49483-340-01", + "49483-340-10", + "0363-9605-07", + "70677-0116-1", + "0363-5101-18", + "68016-636-10", + "68016-636-50", + "69842-959-26", + "49035-491-01", + "41250-554-26", + "41250-554-34", + "46122-209-25", + "46122-209-26", + "58602-730-36", + "58602-730-07", + "58602-730-14", + "58602-730-21", + "58602-730-29", + "58602-730-34", + "58602-730-35", + "58602-730-67", + "58602-730-76", + "58602-730-40", + "58602-730-41", + "58602-730-94", + "58602-730-44", + "63941-944-08", + "67457-940-10", + "41250-544-78", + "41250-544-85", + "41250-544-79", + "41250-544-83", + "69618-011-01", + "69618-011-10", + "69256-766-16", + "51208-002-30", + "0280-8090-20", + "63868-866-04", + "62011-0462-1", + "46122-211-25", + "46122-211-26", + "66715-9737-3", + "66715-9737-4", + "37808-945-08", + "36800-227-71", + "36800-227-78", + "62011-0246-1", + "11673-210-62", + "63981-700-90", + "63981-700-00", + "11822-6440-1", + "30142-165-07", + "0121-0939-05", + "0121-0939-00", + "0121-1878-10", + "0121-1878-00", + "33992-0519-2", + "33992-0519-3", + "70875-500-01", + "70875-500-02", + "70875-500-03", + "70875-500-04", + "70875-500-05", + "11822-9440-8", + "49035-802-83", + "51645-706-01", + "51645-706-10", + "68094-030-59", + "68094-030-62", + "68094-330-59", + "68094-330-62", + "68094-330-61", + "68094-231-59", + "68094-231-62", + "68094-231-61", + "69256-161-16", + "69842-918-09", + "37808-792-03", + "37808-792-01", + "37012-544-78", + "37012-544-85", + "55319-407-71", + "55319-407-78", + "15127-994-24", + "15127-994-50", + "15127-994-01", + "41520-606-02", + "69842-168-47", + "63868-176-26", + "0904-5769-60", + "69842-931-08", + "69842-931-17", + "69842-931-29", + "46122-649-71", + "55910-227-71", + "54473-305-50", + "37808-161-16", + "73006-117-41", + "11673-841-01", + "54257-573-02", + "54257-573-03", + "72559-008-05", + "11822-6690-0", + "11822-6690-1", + "11822-6690-5", + "50580-521-24", + "41520-217-71", + "41520-217-78", + "69842-449-08", + "69842-449-95", + "50580-460-01", + "50580-522-24", + "50580-612-01", + "41520-919-12", + "41520-919-20", + "41250-802-62", + "41250-802-78", + "55910-021-02", + "0363-0089-04", + "0113-0212-26", + "0113-0212-28", + "11822-0812-3", + "11822-0812-5", + "11822-0812-6", + "11822-0812-1", + "11822-0812-2", + "11822-0812-8", + "11822-0812-4", + "50580-612-02", + "36800-435-25", + "56062-130-26", + "76281-525-24", + "45802-203-26", + "63029-620-02", + "63029-620-04", + "58602-221-24", + "58602-221-20", + "36800-369-78", + "0781-3156-09", + "0781-3156-06", + "0781-3156-95", + "55910-946-10", + "55910-946-16", + "72036-098-02", + "70000-0310-1", + "55670-130-99", + "55670-130-13", + "70729-001-24", + "70729-001-50", + "70729-175-12", + "70000-0481-1", + "49035-514-01", + "69842-876-51", + "0264-4050-80", + "0264-4100-90", + "68210-0023-1", + "0363-0284-04", + "55910-491-01", + "51672-2115-0", + "51672-2115-2", + "51672-2115-4", + "49738-024-25", + "49738-024-26", + "0363-9993-15", + "0363-9993-21", + "49638-104-30", + "55319-167-05", + "55319-167-10", + "0904-1982-59", + "0904-1982-61", + "0904-1982-51", + "0904-1982-60", + "0904-1982-80", + "69842-780-15", + "69842-780-25", + "59779-579-53", + "63868-174-18", + "55301-450-08", + "72288-590-16", + "24385-629-71", + "24385-629-78", + "24385-629-82", + "30142-184-21", + "72036-200-04", + "41250-975-47", + "68016-198-00", + "51824-086-01", + "11673-240-24", + "47682-009-99", + "47682-009-33", + "47682-009-48", + "0363-9893-20", + "0363-9893-90", + "37808-285-04", + "50580-600-01", + "50580-600-02", + "50580-600-03", + "69842-075-15", + "69842-075-23", + "51824-049-01", + "51824-049-24", + "0924-0128-01", + "0924-0128-02", + "0924-0128-03", + "0924-0128-00", + "57896-222-01", + "57896-222-10", + "57896-222-20", + "41520-818-16", + "63868-082-10", + "36800-991-06", + "69842-297-20", + "69842-297-10", + "49348-093-34", + "72036-104-01", + "72036-104-02", + "72036-104-04", + "72036-104-06", + "72036-104-08", + "49035-494-24", + "49035-494-01", + "54738-040-01", + "54738-040-03", + "54738-540-01", + "54738-540-03", + "53943-525-24", + "69842-223-78", + "68210-4144-4", + "49035-288-04", + "30142-968-01", + "55910-544-71", + "55910-544-78", + "47682-145-99", + "47682-145-32", + "47682-145-64", + "47682-145-36", + "47682-145-48", + "47682-145-13", + "47682-803-99", + "47682-803-33", + "47682-803-48", + "47682-803-13", + "47682-803-92", + "47682-903-33", + "47682-903-48", + "47682-303-99", + "47682-303-13", + "41163-473-26", + "0113-0544-62", + "0113-0544-71", + "0113-0544-78", + "0113-0544-79", + "11673-130-26", + "11673-130-28", + "11673-130-34", + "53943-526-24", + "11673-266-16", + "69842-795-20", + "41163-520-01", + "41163-520-02", + "41163-520-03", + "41163-520-07", + "36800-484-76", + "36800-484-62", + "36800-484-71", + "36800-484-78", + "36800-484-90", + "36800-484-82", + "36800-484-47", + "57896-201-01", + "57896-201-10", + "57896-201-05", + "49035-590-16", + "68998-170-03", + "11673-105-26", + "11673-105-28", + "36800-959-26", + "0363-0330-16", + "0363-0330-10", + "45802-201-26", + "0363-0946-16", + "0363-0946-10", + "62011-0337-1", + "36800-961-20", + "66689-056-01", + "66689-056-99", + "69517-107-05", + "69517-107-40", + "69842-093-10", + "69842-093-24", + "69842-093-15", + "69842-093-01", + "41520-800-26", + "41520-800-28", + "52083-663-16", + "69618-010-01", + "69618-010-10", + "37808-130-26", + "0363-0281-04", + "33992-0282-4", + "63981-519-24", + "63981-519-05", + "42681-0025-1", + "68210-2002-1", + "56062-590-16", + "60687-571-42", + "60687-571-53", + "60687-571-37", + "60687-571-24", + "60687-571-48", + "60687-571-56", + "63940-484-90", + "0363-0971-26", + "0363-0971-28", + "0363-0971-34", + "36800-450-08", + "49348-998-10", + "0363-0334-55", + "0363-0334-22", + "41520-127-78", + "41520-127-71", + "50594-183-24", + "54257-720-02", + "71309-078-04", + "0363-6898-24", + "0363-6898-50", + "0363-6898-10", + "0363-6898-25", + "0363-6898-15", + "0363-6898-05", + "54738-092-30", + "49035-984-10", + "79903-032-01", + "79903-032-02", + "79903-032-40", + "79903-032-10", + "0498-2000-06", + "0498-2000-05", + "0498-2000-10", + "0498-2000-25", + "0498-2000-50", + "0498-2001-01", + "0498-2001-10", + "0498-2001-03", + "0498-2001-25", + "0498-2001-50", + "49580-0623-2", + "41250-966-47", + "63868-566-08", + "66715-5733-3", + "66715-5633-3", + "70000-0472-1", + "55319-041-50", + "55319-041-10", + "68998-004-04", + "68998-004-06", + "59779-590-16", + "59779-590-10", + "59779-590-26", + "55319-739-90", + "55319-739-62", + "55319-739-78", + "55319-739-71", + "63868-129-04", + "68016-303-50", + "68016-303-01", + "41250-161-10", + "41250-161-16", + "69842-531-29", + "36800-397-26", + "69729-107-40", + "63029-610-01", + "63029-610-02", + "53185-002-00", + "30142-157-07", + "30142-157-35", + "0924-0123-01", + "0924-0123-02", + "0924-0123-03", + "0924-0123-00", + "30142-403-78", + "69256-590-16", + "49035-042-26", + "36800-946-16", + "36800-946-10", + "0363-0579-53", + "51013-320-54", + "53345-010-01", + "0363-0323-24", + "55315-135-12", + "0904-1988-61", + "0904-1988-59", + "0904-1988-60", + "0904-1988-80", + "0713-0118-12", + "0713-0118-01", + "0713-0118-50", + "62011-0238-1", + "62011-0238-2", + "63940-104-12", + "53329-642-30", + "53329-642-98", + "50580-309-01", + "50580-309-02", + "0536-1292-29", + "71399-0161-4", + "71399-0161-8", + "71399-0161-6", + "50269-449-25", + "46122-340-46", + "49035-278-08", + "46122-552-46", + "55301-282-04", + "65155-204-01", + "0363-0800-26", + "0363-0800-28", + "0363-0800-34", + "49638-105-30", + "0904-6883-65", + "70000-0306-1", + "58602-206-07", + "58602-206-11", + "59779-308-26", + "59779-308-34", + "68016-699-04", + "62207-188-51", + "62207-188-49", + "62207-183-51", + "62207-183-34", + "62207-183-87", + "62207-183-49", + "62207-183-97", + "62011-0001-1", + "55910-697-78", + "55319-946-10", + "68016-241-04", + "68210-4125-0", + "68210-4125-1", + "50488-4160-1", + "70795-1200-1", + "70795-1200-2", + "59726-669-10", + "68016-333-50", + "68016-333-01", + "30142-507-62", + "30142-507-78", + "30142-507-83", + "71399-2855-5", + "71399-8025-1", + "71399-8025-2", + "0113-0518-83", + "70677-0018-1", + "69842-759-11", + "0113-0484-52", + "0113-0484-62", + "0113-0484-71", + "0113-0484-78", + "0113-0484-76", + "0113-0484-90", + "0113-0484-82", + "0113-0484-02", + "59779-484-71", + "59779-484-78", + "59779-484-85", + "59779-484-62", + "59779-484-76", + "59779-484-72", + "59779-484-93", + "59779-484-90", + "59779-484-83", + "59779-484-52", + "59779-484-02", + "59779-484-87", + "59779-484-47", + "59779-161-10", + "59779-161-16", + "11822-0107-1", + "11822-0107-2", + "54859-809-16", + "0904-5816-60", + "68001-495-00", + "69676-0042-9", + "68016-502-50", + "68016-502-00", + "21130-975-29", + "37808-704-02", + "37808-704-09", + "66715-9747-1", + "66715-9747-2", + "66715-9747-3", + "66715-9747-7", + "55910-630-71", + "16103-376-06", + "16103-376-08", + "16103-376-11", + "50580-378-01", + "50580-378-02", + "50580-378-03", + "50580-378-04", + "50580-378-05", + "50580-378-06", + "50580-378-07", + "50580-378-08", + "0113-7544-79", + "49580-0685-4", + "71141-115-32", + "57896-102-01", + "57896-102-10", + "57896-102-05", + "57896-102-20", + "15127-972-50", + "15127-972-01", + "15127-972-24", + "62011-0049-1", + "51645-703-01", + "51645-703-10", + "51645-703-05", + "30142-455-26", + "21130-111-62", + "21130-111-71", + "21130-111-78", + "21130-111-85", + "21130-111-90", + "0113-1889-71", + "76168-120-10", + "72091-004-01", + "49580-0324-2", + "49638-103-30", + "59779-263-26", + "59779-263-28", + "55301-519-51", + "55301-519-60", + "68998-525-24", + "11822-6019-2", + "11822-6019-1", + "63868-679-50", + "63868-987-10", + "63868-987-50", + "67060-210-68", + "67060-210-67", + "55319-282-04", + "54838-145-15", + "54838-145-30", + "55315-105-12", + "0363-0322-24", + "79395-175-15", + "41250-948-08", + "0113-0946-10", + "59779-946-10", + "59779-946-16", + "70000-0446-1", + "70000-0446-2", + "70000-0446-3", + "0295-1312-12", + "49348-042-09", + "49348-042-10", + "49348-042-14", + "49348-042-19", + "49348-042-42", + "49035-181-21", + "53345-010-02", + "50580-209-02", + "50580-209-04", + "37205-594-71", + "37205-594-78", + "37205-594-90", + "21130-270-01", + "21130-270-13", + "55959-171-03", + "55959-171-06", + "79903-052-10", + "49348-081-30", + "49348-116-10", + "51824-085-01", + "41520-615-26", + "41520-615-28", + "0363-9175-08", + "63868-175-26", + "63941-288-04", + "30142-591-08", + "30142-591-20", + "49035-766-16", + "51672-2116-0", + "51672-2116-2", + "51672-2116-4", + "41520-023-26", + "58602-766-76", + "51013-402-25", + "59726-494-24", + "59726-494-05", + "59726-494-10", + "0363-0336-01", + "0363-0336-24", + "0363-0336-02", + "30142-766-16", + "55910-009-71", + "49580-0621-2", + "68196-484-90", + "68196-484-61", + "66689-055-01", + "66689-055-99", + "71309-077-04", + "11673-618-62", + "11673-618-78", + "55910-484-78", + "55910-484-85", + "55910-484-90", + "55910-484-76", + "63941-282-04", + "49035-531-12", + "79481-0045-1", + "69842-037-91", + "69842-037-35", + "69842-037-44", + "58602-745-07", + "58602-745-14", + "58602-745-21", + "58602-745-35", + "55910-749-71", + "55910-749-62", + "58602-771-36", + "58602-771-40", + "58602-771-41", + "58602-771-64", + "49035-523-78", + "51824-087-01", + "49638-110-30", + "36800-770-01", + "36800-770-02", + "36800-770-03", + "36800-770-05", + "36800-770-12", + "63868-440-20", + "41163-494-08", + "50580-599-01", + "50580-599-03", + "63868-217-20", + "41520-512-26", + "11822-0104-1", + "11822-0104-7", + "0113-0161-10", + "0113-0161-16", + "50844-751-12", + "50844-751-14", + "50844-751-20", + "63868-591-02", + "36800-759-26", + "30142-792-62", + "0904-6749-59", + "41163-192-01", + "63941-333-50", + "63941-333-01", + "36800-449-08", + "41520-624-26", + "42681-7076-1", + "50580-614-01", + "69367-323-04", + "69367-323-16", + "0135-0609-01", + "0135-0609-02", + "0135-0609-03", + "0135-0609-05", + "0135-0609-04", + "81389-001-01", + "0113-7130-26", + "81033-002-10", + "81033-002-40", + "81033-002-41", + "81033-002-05", + "81033-002-50", + "81033-002-51", + "81033-002-20", + "81033-002-30", + "81033-002-31", + "44237-040-01", + "63940-338-02", + "0363-0959-26", + "49035-308-82", + "49035-308-02", + "49035-308-85", + "49035-308-90", + "49348-973-10", + "49348-973-16", + "41250-613-82", + "41250-613-78", + "50580-590-01", + "50580-590-02", + "50580-590-03", + "50580-590-04", + "50580-590-05", + "50580-590-06", + "50066-525-24", + "0536-1212-77", + "56062-161-10", + "63940-975-19", + "63940-975-15", + "63940-975-12", + "63940-975-08", + "63940-975-06", + "30142-449-08", + "70000-0373-1", + "70000-0373-2", + "70000-0373-3", + "70000-0373-4", + "70000-0373-5", + "51672-2114-0", + "51672-2114-2", + "51672-2114-4", + "11673-148-08", + "58657-525-04", + "58657-525-16", + "55910-691-10", + "68016-734-50", + "68016-734-01", + "68016-734-22", + "53345-019-01", + "53345-019-02", + "57896-200-01", + "57896-200-06", + "57896-200-05", + "0904-6773-61", + "55315-148-12", + "71309-001-05", + "71309-001-40", + "30142-975-47", + "37808-195-08", + "37808-195-12", + "37808-195-20", + "62011-0339-1", + "49738-779-01", + "41250-631-26", + "41250-631-34", + "58602-503-24", + "55910-812-08", + "55910-812-32", + "47682-010-99", + "47682-010-33", + "47682-010-48", + "68196-919-05", + "0363-0091-02", + "58602-220-24", + "58602-220-20", + "67091-132-10", + "0363-9440-08", + "46994-175-12", + "57344-004-04", + "62011-0023-1", + "62011-0023-3", + "62011-0023-2", + "62011-0023-4", + "62011-0023-5", + "62011-0023-6", + "68196-310-60", + "66715-5837-4", + "66715-5737-4", + "66715-5637-4", + "49638-112-30", + "21130-945-19", + "46122-042-03", + "11673-966-78", + "15127-322-01", + "63868-863-40", + "63868-863-80", + "68016-240-04", + "46122-630-71", + "46122-630-78", + "0404-0716-99", + "0404-0716-13", + "71399-0160-4", + "71399-0160-8", + "41226-341-01", + "41226-341-50", + "41226-341-10", + "0363-9604-07", + "0363-9604-35", + "53943-836-76", + "15127-072-08", + "15127-072-24", + "30142-590-16", + "30142-590-26", + "50580-692-01", + "50580-692-02", + "50580-692-03", + "70000-0137-1", + "70000-0137-2", + "41163-500-01", + "41163-500-02", + "41163-500-04", + "41163-500-05", + "41163-500-06", + "41163-500-17", + "0485-0057-08", + "0363-4501-08", + "0363-0519-08", + "0363-0519-12", + "0363-0519-20", + "0363-0519-15", + "0363-0519-19", + "0363-0519-29", + "0363-0519-54", + "56062-175-26", + "55315-333-50", + "68210-3100-4", + "41163-514-02", + "63868-083-60", + "63868-083-10", + "41250-519-12", + "41250-519-20", + "41250-519-54", + "55910-282-08", + "0113-0020-26", + "0113-0020-28", + "10135-152-01", + "69842-878-08", + "11822-0959-1", + "11673-342-42", + "11673-342-01", + "11673-342-26", + "68016-650-24", + "68016-650-05", + "68016-650-10", + "68016-650-50", + "0113-0403-78", + "79395-282-04", + "41520-209-26", + "41520-209-28", + "81238-3500-1", + "81238-3500-2", + "46122-424-62", + "63323-434-41", + "63323-434-00", + "69848-003-24", + "69848-003-10", + "69848-003-17", + "21130-323-02", + "47682-434-33", + "37808-747-71", + "62011-0434-1", + "51208-003-24", + "57896-251-01", + "70000-0509-1", + "0904-6720-80", + "0904-6720-51", + "0904-6720-59", + "0904-6720-60", + "0904-6720-40", + "0904-6720-24", + "37012-227-78", + "59779-872-08", + "70677-0093-2", + "70677-0093-1", + "21130-281-04", + "71399-8022-1", + "71399-8022-2", + "69842-160-24", + "49035-455-08", + "49035-455-39", + "17714-014-01", + "17714-014-10", + "59779-531-08", + "49035-457-24", + "49035-457-01", + "41250-317-83", + "41250-317-79", + "41250-317-78", + "59779-126-26", + "59779-126-28", + "36800-161-10", + "36800-161-16", + "53943-200-02", + "53943-200-03", + "58602-755-07", + "58602-755-12", + "58602-755-14", + "58602-755-29", + "58602-755-34", + "58602-755-35", + "58602-755-40", + "58602-755-21", + "58602-755-36", + "58602-755-41", + "0713-0165-12", + "0713-0165-01", + "0713-0165-50", + "0713-0165-10", + "0713-0165-05", + "57896-207-01", + "51645-705-01", + "51645-705-06", + "51645-705-10", + "68599-4679-9", + "51013-128-25", + "59779-429-10", + "59779-429-16", + "68210-6113-1", + "49580-0288-4", + "62011-0461-1", + "67091-136-50", + "59779-754-26", + "59779-754-28", + "0713-0164-01", + "0713-0164-50", + "0713-0164-12", + "76281-327-26", + "10202-701-24", + "0536-1321-97", + "36800-699-26", + "36800-699-28", + "66715-6817-4", + "66715-6827-4", + "66715-6837-4", + "49738-780-02", + "69842-544-85", + "69842-544-62", + "69842-544-47", + "69842-544-71", + "69842-544-78", + "69842-544-79", + "69842-544-83", + "49638-106-30", + "21130-904-12", + "50580-325-01", + "0904-5847-09", + "0363-3464-20", + "11822-0590-1", + "49638-111-30", + "63868-091-50", + "63868-091-01", + "59779-785-08", + "11822-5311-5", + "11822-5311-2", + "58602-765-76", + "0363-8993-10", + "56062-766-16", + "59726-013-10", + "49035-777-08", + "49035-777-39", + "61245-145-13", + "61245-146-13", + "41163-888-16", + "21130-178-16", + "69842-258-01", + "0536-1327-06", + "0536-1327-01", + "0536-1327-10", + "51013-182-26", + "51824-060-01", + "51824-060-02", + "69256-175-26", + "63868-835-60", + "63941-321-04", + "50488-4325-1", + "0121-0657-05", + "0121-0657-00", + "0121-0657-11", + "0121-0657-21", + "0121-1314-11", + "0121-1314-00", + "0121-1971-21", + "0121-1971-00", + "36800-414-25", + "68016-183-05", + "68016-183-10", + "66715-6857-4", + "80267-484-78", + "55315-324-01", + "59779-101-11", + "59779-101-12", + "59779-101-03", + "24201-100-24", + "55315-288-04", + "41226-697-42", + "46122-062-71", + "46122-062-78", + "46994-663-01", + "69842-311-83", + "11822-0200-4", + "11822-0200-1", + "47682-125-33", + "47682-125-48", + "47682-125-13", + "47682-125-64", + "47682-125-99", + "47682-126-33", + "47682-126-48", + "47682-126-13", + "47682-126-99", + "47682-126-50", + "47682-127-33", + "47682-127-48", + "41250-484-71", + "41250-484-78", + "41250-484-90", + "41250-484-76", + "41250-484-02", + "41250-484-82", + "41250-484-62", + "36800-590-16", + "0113-8959-26", + "69256-397-26", + "55910-828-71", + "55910-828-78", + "55910-828-62", + "55910-828-83", + "63941-452-01", + "69842-450-08", + "41520-363-10", + "41520-363-16", + "63868-836-60", + "11822-0519-1", + "11822-0519-2", + "11822-0519-5", + "11822-0519-3", + "11822-0519-9", + "36800-435-15", + "0363-0544-71", + "0363-0544-47", + "0363-0544-85", + "0363-0544-78", + "0363-0544-62", + "42961-041-01", + "42961-041-02", + "42961-041-03", + "42961-041-04", + "63868-507-01", + "57896-268-01", + "0135-0539-02", + "37808-946-16", + "0363-0340-08", + "15127-324-01", + "49035-519-08", + "49035-519-12", + "49035-519-20", + "56062-544-62", + "56062-544-78", + "68016-691-60", + "36800-900-02", + "67091-133-50", + "67091-133-10", + "46122-322-26", + "81533-500-30", + "58602-848-21", + "58602-848-35", + "69469-457-24", + "41520-709-10", + "69842-484-93", + "69842-484-62", + "69842-484-71", + "69842-484-78", + "69842-484-83", + "69842-484-90", + "69842-484-87", + "69842-484-47", + "50580-488-10", + "50580-488-24", + "50580-488-25", + "50580-488-28", + "50580-488-01", + "50580-488-52", + "0904-1987-60", + "0904-1987-80", + "71399-8027-1", + "71399-8027-2", + "49781-016-04", + "49781-016-05", + "24385-484-71", + "24385-484-78", + "24385-484-90", + "24385-484-76", + "24385-484-14", + "24385-484-47", + "55319-288-04", + "61010-4406-0", + "61010-4406-1", + "61010-4406-2", + "11673-519-12", + "11673-519-15", + "11673-519-20", + "50844-175-08", + "50844-175-12", + "50844-175-10", + "50844-175-94", + "41520-012-24", + "53329-643-29", + "72476-186-05", + "72476-186-10", + "0363-9797-10", + "0113-0608-26", + "0113-0608-28", + "37808-980-62", + "49873-082-01", + "21130-746-04", + "0363-0285-04", + "0113-0044-71", + "56062-650-71", + "56062-650-78", + "55670-467-99", + "55670-467-13", + "11673-484-71", + "11673-484-78", + "11673-484-85", + "11673-484-90", + "11673-484-76", + "11673-484-62", + "11673-484-83", + "11673-484-52", + "63868-186-24", + "0363-0175-12", + "0363-0175-08", + "0363-0175-15", + "0363-0175-99", + "0363-0175-20", + "0363-0175-37", + "0363-0175-57", + "0363-0175-03", + "0363-0175-14", + "0363-0175-29", + "49483-341-01", + "49483-341-50", + "76420-372-15", + "36800-531-06", + "11673-241-24", + "41250-850-08", + "0113-0590-10", + "50580-433-01", + "50580-433-02", + "68210-1300-4", + "68210-1300-1", + "68210-1300-5", + "68210-1300-2", + "68210-1300-6", + "68210-1300-9", + "46122-696-62", + "67091-311-24", + "41250-227-71", + "41250-227-78", + "55319-531-15", + "0904-6730-60", + "0904-6730-80", + "0904-6730-59", + "0904-6730-61", + "0536-1172-10", + "0536-1172-01", + "11673-444-78", + "70000-0309-1", + "11673-838-01", + "11673-838-05", + "11673-838-50", + "11673-838-26", + "50594-019-76", + "50594-019-78", + "69842-915-20", + "69842-915-15", + "69842-915-08", + "69842-915-12", + "69842-915-05", + "69842-915-29", + "69842-915-78", + "30142-068-07", + "30142-068-35", + "70000-0143-1", + "36800-905-02", + "36800-905-04", + "43825-102-01", + "43825-102-03", + "50580-457-11", + "50580-457-10", + "50580-457-70", + "72036-100-02", + "37012-130-26", + "68391-004-79", + "46122-390-78", + "47682-112-32", + "47682-112-64", + "47682-112-36", + "47682-112-48", + "47682-112-13", + "47682-112-99", + "47682-113-33", + "47682-113-48", + "47682-113-13", + "47682-113-92", + "47682-113-99", + "47682-114-33", + "47682-114-48", + "47682-115-99", + "47682-115-13", + "16103-353-07", + "16103-353-08", + "16103-353-11", + "42961-399-01", + "42961-399-02", + "53329-640-98", + "67414-449-00", + "67414-449-10", + "67414-449-11", + "70000-0305-1", + "46994-935-15", + "55315-082-04", + "54838-144-40", + "54838-144-70", + "54838-144-80", + "63868-660-50", + "63868-660-01", + "63868-660-22", + "41163-501-26", + "55910-302-26", + "15127-730-30", + "15127-730-06", + "15127-730-21", + "49035-313-26", + "49035-313-34", + "55910-506-62", + "55910-506-71", + "55910-506-78", + "55910-506-76", + "55910-506-83", + "41520-786-78", + "70000-0028-1", + "50580-449-00", + "50580-449-05", + "50580-449-08", + "50580-449-09", + "50580-449-10", + "50580-449-11", + "50580-449-13", + "50580-449-14", + "50580-449-15", + "50580-449-23", + "50580-449-31", + "50580-449-34", + "50580-449-35", + "50580-449-36", + "50580-449-61", + "50580-449-62", + "50580-449-84", + "50580-449-85", + "50580-449-86", + "50580-449-87", + "50580-449-12", + "50580-449-96", + "50580-449-97", + "50580-449-98", + "49638-108-30", + "62011-0460-1", + "0536-1164-01", + "71009-109-01", + "0904-6645-24", + "61245-175-13", + "61245-176-13", + "72288-130-26", + "46122-430-78", + "63941-300-02", + "63941-300-04", + "30142-119-78", + "69842-793-20", + "0904-5791-46", + "73006-143-95", + "72288-300-78", + "0904-6766-20", + "24385-145-71", + "50844-951-12", + "50844-951-15", + "50844-951-20", + "50580-412-01", + "50580-412-02", + "50580-412-03", + "46122-210-26", + "46122-210-25", + "58602-204-24", + "0113-7000-79", + "0113-7000-78", + "46122-170-81", + "68210-0130-1", + "0363-9992-24", + "0363-9992-20", + "0363-9992-10", + "59779-350-23", + "59779-350-50", + "59779-350-01", + "59779-350-55", + "59779-350-04", + "57896-206-08", + "63868-412-50", + "63868-412-01", + "37808-482-04", + "57896-221-01", + "57896-221-10", + "57896-221-05", + "57896-221-25", + "21130-045-19", + "45802-484-78", + "45802-484-90", + "49035-959-26", + "11822-0595-4", + "11822-0595-5", + "36800-557-28", + "36800-557-26", + "55910-661-76", + "55910-661-78", + "55910-661-85", + "55910-661-90", + "55910-661-82", + "55910-661-62", + "55670-122-99", + "55670-122-13", + "76281-501-28", + "76281-501-25", + "17714-012-01", + "17714-012-10", + "0363-0283-04", + "46122-212-26", + "49348-325-34", + "41520-990-71", + "41520-990-78", + "41250-244-24", + "63548-0494-1", + "55319-494-25", + "55319-494-50", + "55319-494-00", + "55319-494-52", + "49638-109-30", + "58657-522-04", + "63940-322-01", + "37012-288-04", + "50269-008-06", + "71679-031-00", + "72476-185-05", + "72476-185-21", + "72476-185-10", + "69732-002-01", + "69842-636-40", + "41520-064-71", + "41520-064-78", + "41520-064-90", + "41520-064-76", + "41520-544-71", + "41520-544-78", + "41520-982-25", + "56062-227-71", + "56062-227-78", + "36800-904-02", + "36800-904-03", + "56062-484-78", + "56062-484-71", + "56062-484-83", + "56062-484-85", + "70000-0312-1", + "70000-0312-2", + "70000-0312-3", + "63029-602-02", + "63029-603-02", + "15127-735-19", + "15127-735-09", + "15127-735-16", + "15127-735-08", + "15127-735-05", + "41250-766-16", + "41250-766-10", + "0363-0161-10", + "0363-0161-16", + "0363-0161-94", + "49348-123-34", + "53943-449-08", + "0404-0714-99", + "0404-0714-13", + "55150-307-01", + "55150-307-24" + ], + "unii": [ + "362O9ITL9D", + "R16CO5Y76E", + "3G6A5W338E", + "9D2RTI9KYH", + "V9BI9B5YI2", + "04JA59TNSJ", + "TC2D6JAD40" + ], + "nui": [ + "N0000000160", + "N0000008836", + "M0001335", + "N0000175722", + "N0000175578", + "N0000008832", + "N0000175739", + "N0000175729", + "N0000175790", + "M0023046" + ], + "pharm_class_moa": [ + "Cyclooxygenase Inhibitors [MoA]" + ], + "pharm_class_pe": [ + "Decreased Prostaglandin Production [PE]", + "Decreased Platelet Aggregation [PE]", + "Central Nervous System Stimulation [PE]" + ], + "pharm_class_cs": [ + "Anti-Inflammatory Agents, Non-Steroidal [CS]", + "Xanthines [CS]" + ], + "pharm_class_epc": [ + "Nonsteroidal Anti-inflammatory Drug [EPC]", + "Platelet Aggregation Inhibitor [EPC]", + "Central Nervous System Stimulant [EPC]", + "Methylxanthine [EPC]" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "OFATUMUMAB", + "drugauthorizationnumb": "125326", + "drugstructuredosagenumb": "300", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "300 MG, QD", + "drugdosageform": "SOLUTION FOR INJECTION", + "drugadministrationroute": "041", + "drugindication": "CHRONIC LYMPHOCYTIC LEUKAEMIA", + "drugstartdateformat": "102", + "drugstartdate": "20131126", + "drugenddateformat": "102", + "drugenddate": "20131126", + "activesubstance": { + "activesubstancename": "OFATUMUMAB" + }, + "openfda": { + "application_number": [ + "BLA125326" + ], + "brand_name": [ + "ARZERRA", + "KESIMPTA" + ], + "generic_name": [ + "OFATUMUMAB" + ], + "manufacturer_name": [ + "Novartis Pharmaceuticals Corporation" + ], + "product_ndc": [ + "0078-0669", + "0078-0690", + "0078-1007" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "INTRAVENOUS", + "SUBCUTANEOUS" + ], + "substance_name": [ + "OFATUMUMAB" + ], + "rxcui": [ + "1658042", + "1658044", + "1658047", + "1658048", + "2390949", + "2390954" + ], + "spl_id": [ + "b74f8daa-6983-4235-8a2e-4e4ccbe1a82a", + "ed0cb53a-7a50-4d0f-a62e-bf12737b4f3e" + ], + "spl_set_id": [ + "77785ce3-e8df-4ca1-8f8e-6c418c6a17de", + "6a8a3f53-2062-48ff-9dbe-b939df133ca3" + ], + "package_ndc": [ + "0078-0669-61", + "0078-0669-13", + "0078-0690-61", + "0078-1007-68", + "0078-1007-98" + ], + "nui": [ + "N0000175657", + "N0000175078" + ], + "pharm_class_epc": [ + "CD20-directed Cytolytic Antibody [EPC]" + ], + "pharm_class_moa": [ + "CD20-directed Antibody Interactions [MoA]" + ], + "unii": [ + "M95KG522R0" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "BAKTAR", + "drugstructuredosagenumb": ".5", + "drugstructuredosageunit": "032", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosageform": "TABLET", + "drugadministrationroute": "065", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "SULFAMETHOXAZOLE\\TRIMETHOPRIM" + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "ZYLORIC", + "drugstructuredosagenumb": "100", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "2", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugadministrationroute": "048", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "ALLOPURINOL" + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "CHINESE MEDICINE", + "drugstructuredosagenumb": "2.5", + "drugstructuredosageunit": "002", + "drugseparatedosagenumb": "3", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosageform": "ORAL DRUG UNSPECIFIED FORM", + "drugadministrationroute": "048", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "UNSPECIFIED INGREDIENT" + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "TAKEPRON", + "drugstructuredosagenumb": "30", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugadministrationroute": "065", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "LANSOPRAZOLE" + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "ITRIZOLE", + "drugstructuredosagenumb": "20", + "drugstructuredosageunit": "012", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugadministrationroute": "065", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "ITRACONAZOLE" + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "PREDNISOLONE.", + "drugstructuredosagenumb": "100", + "drugstructuredosageunit": "003", + "drugadministrationroute": "065", + "drugstartdateformat": "102", + "drugstartdate": "20140123", + "drugenddateformat": "102", + "drugenddate": "20140123", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "PREDNISOLONE" + }, + "openfda": { + "application_number": [ + "ANDA040401", + "ANDA080354", + "ANDA040775" + ], + "brand_name": [ + "PREDNISOLONE", + "MILLIPRED" + ], + "generic_name": [ + "PREDNISOLONE" + ], + "manufacturer_name": [ + "Hi-Tech Pharmacal Co., Inc.", + "Aytu Therapeutics", + "Lannett Company, Inc." + ], + "product_ndc": [ + "50383-042", + "23594-505", + "0527-5406" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "PREDNISOLONE" + ], + "rxcui": [ + "283077" + ], + "spl_id": [ + "c4cdae5e-103f-47b3-90b9-8797c544136e", + "87447266-eb4d-4ee3-9acf-21780745b84b", + "d6f215e8-2a44-4af7-9dac-9d15f3c3028e" + ], + "spl_set_id": [ + "6b201232-4a52-487c-b963-a98539469e5d", + "863ad743-eec0-46f0-beba-c1556384c636", + "86652e2d-664a-4388-a611-c2a9aa4a4bc8" + ], + "package_ndc": [ + "50383-042-48", + "50383-042-24", + "23594-505-01", + "0527-5406-68", + "0527-5406-70" + ], + "nui": [ + "N0000175576", + "N0000175450" + ], + "pharm_class_epc": [ + "Corticosteroid [EPC]" + ], + "pharm_class_moa": [ + "Corticosteroid Hormone Receptor Agonists [MoA]" + ], + "unii": [ + "9PHQ9Y1OLM" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "PREDNISOLONE.", + "drugstructuredosagenumb": "100", + "drugstructuredosageunit": "003", + "drugadministrationroute": "065", + "drugstartdateformat": "102", + "drugstartdate": "20131126", + "drugenddateformat": "102", + "drugenddate": "20131126", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "PREDNISOLONE" + }, + "openfda": { + "application_number": [ + "ANDA040401", + "ANDA080354", + "ANDA040775" + ], + "brand_name": [ + "PREDNISOLONE", + "MILLIPRED" + ], + "generic_name": [ + "PREDNISOLONE" + ], + "manufacturer_name": [ + "Hi-Tech Pharmacal Co., Inc.", + "Aytu Therapeutics", + "Lannett Company, Inc." + ], + "product_ndc": [ + "50383-042", + "23594-505", + "0527-5406" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "PREDNISOLONE" + ], + "rxcui": [ + "283077" + ], + "spl_id": [ + "c4cdae5e-103f-47b3-90b9-8797c544136e", + "87447266-eb4d-4ee3-9acf-21780745b84b", + "d6f215e8-2a44-4af7-9dac-9d15f3c3028e" + ], + "spl_set_id": [ + "6b201232-4a52-487c-b963-a98539469e5d", + "863ad743-eec0-46f0-beba-c1556384c636", + "86652e2d-664a-4388-a611-c2a9aa4a4bc8" + ], + "package_ndc": [ + "50383-042-48", + "50383-042-24", + "23594-505-01", + "0527-5406-68", + "0527-5406-70" + ], + "nui": [ + "N0000175576", + "N0000175450" + ], + "pharm_class_epc": [ + "Corticosteroid [EPC]" + ], + "pharm_class_moa": [ + "Corticosteroid Hormone Receptor Agonists [MoA]" + ], + "unii": [ + "9PHQ9Y1OLM" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "OFATUMUMAB", + "drugauthorizationnumb": "125326", + "drugstructuredosagenumb": "1700", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "1700 MG, QD", + "drugdosageform": "SOLUTION FOR INJECTION", + "drugadministrationroute": "041", + "drugstartdateformat": "102", + "drugstartdate": "20140123", + "drugenddateformat": "102", + "drugenddate": "20140123", + "activesubstance": { + "activesubstancename": "OFATUMUMAB" + }, + "openfda": { + "application_number": [ + "BLA125326" + ], + "brand_name": [ + "ARZERRA", + "KESIMPTA" + ], + "generic_name": [ + "OFATUMUMAB" + ], + "manufacturer_name": [ + "Novartis Pharmaceuticals Corporation" + ], + "product_ndc": [ + "0078-0669", + "0078-0690", + "0078-1007" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "INTRAVENOUS", + "SUBCUTANEOUS" + ], + "substance_name": [ + "OFATUMUMAB" + ], + "rxcui": [ + "1658042", + "1658044", + "1658047", + "1658048", + "2390949", + "2390954" + ], + "spl_id": [ + "b74f8daa-6983-4235-8a2e-4e4ccbe1a82a", + "ed0cb53a-7a50-4d0f-a62e-bf12737b4f3e" + ], + "spl_set_id": [ + "77785ce3-e8df-4ca1-8f8e-6c418c6a17de", + "6a8a3f53-2062-48ff-9dbe-b939df133ca3" + ], + "package_ndc": [ + "0078-0669-61", + "0078-0669-13", + "0078-0690-61", + "0078-1007-68", + "0078-1007-98" + ], + "nui": [ + "N0000175657", + "N0000175078" + ], + "pharm_class_epc": [ + "CD20-directed Cytolytic Antibody [EPC]" + ], + "pharm_class_moa": [ + "CD20-directed Antibody Interactions [MoA]" + ], + "unii": [ + "M95KG522R0" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "ACETAMINOPHEN.", + "drugstructuredosagenumb": "400", + "drugstructuredosageunit": "003", + "drugadministrationroute": "065", + "drugstartdateformat": "102", + "drugstartdate": "20140123", + "drugenddateformat": "102", + "drugenddate": "20140123", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "ACETAMINOPHEN" + }, + "openfda": { + "application_number": [ + "part343", + "ANDA211544", + "ANDA075077", + "ANDA076200", + "NDA019872", + "ANDA070607", + "ANDA207035", + "ANDA078569", + "NDA018337", + "part341", + "ANDA070608", + "ANDA207229", + "ANDA213255", + "ANDA204052", + "NDA204957", + "NDA018060", + "NDA204767", + "ANDA072237", + "ANDA072344", + "ANDA202605", + "NDA022450", + "ANDA210969" + ], + "brand_name": [ + "PAIN RELIEF INFANTS", + "ACETAMINOPHEN", + "PAIN RELIEVER EXTRA STRENGTH", + "8 HOUR ARTHRITIS PAIN", + "SUNMARK INFANTS PAIN AND FEVER", + "CHILDRENS PAIN AND FEVER", + "TOPCARE CHILDRENS PAIN AND FEVER", + "ARTHRITIS PAIN", + "EXCINOL MIGRAINE (ACETAMINOPHEN)", + "TOPCARE 8 HR ARTHRITIS PAIN RELIEF", + "APAP", + "SUNMARK PAIN RELIEVER", + "PAIN RELIEF", + "CHILDRENS TYLENOL", + "LEADER CHILDRENS PAIN AND FEVER", + "PAIN RELIEF JUNIOR", + "EXTRA STRENGTH PAIN RELIEF", + "TYLENOL EXTRA STRENGTH", + "PAIN AND FEVER CHILDRENS", + "QAULITY CHOICE PAIN RELIEF EXTRA STRENGTH", + "INFANTS PAIN RELIEVER", + "PAIN RELIEF EXTRA STRENGTH", + "GOOD SENSE CHILDRENS PAIN AND FEVER", + "HEB", + "PAIN RELIEVER", + "EXTRA STRENGTH ACETAMINOPHEN", + "ACETAMINOPHEN EXTRA STRENGTH", + "CAREALL ACETAMINOPHEN", + "PAIN AND FEVER", + "PAIN AND FEVER INFANTS", + "CHILDRENS ACETAMINOPHEN", + "MEDLINE ACETAMINOPHEN", + "HEALTH SENSE TACTINAL EXTRA STRENGTH", + "SUNMARK CHILDRENS PAIN AND FEVER", + "PAIN RELIEF CHILDRENS", + "TYLENOL 8 HR ARTHRITIS PAIN", + "PAIN RELIEF REGULAR STRENGTH", + "TYLENOL FOR CHILDREN PLUS ADULTS", + "ACETAMINOPHEN FOR CHILDREN", + "PREMIER VALUE ARTHRITIS 8 HOUR", + "REGULAR STRENGTH PAIN RELIEF", + "HEALTH MART PAIN RELIEF", + "REGULAR STRENGTH ACETAMINOPHEN", + "UP AND UP ACETAMINOPHEN INFANTS", + "HEALTH MART PAIN AND FEVER", + "TYLENOL REGULAR STRENGTH", + "LEADER ACETAMINOPHEN", + "GOOD NEIGHBOR PHARMACY PAIN AND FEVER", + "ACETAMIOPHEN", + "8HR MUSCLE ACHES AND PAIN", + "MAX NON ASPIRIN", + "DG HEALTH CHILDRENS PAIN AND FEVER", + "INFANTS FEVER REDUCER AND PAIN RELIEVER", + "PAIN AND FEVER RELIEF CHILDRENS", + "MAPAP CHILDRENS", + "CHILDREN ACETAMINOPHEN ORAL SOLUTION", + "ACETAMINOPHEN EASY TABS EXTRA STRENGTH", + "PAIN RELIEVER REGULAR STRENGTH", + "GOOD NEIGHBOR PHARMACY PAIN RELIEF", + "FEVERALL ADULTS", + "CHILDRENS PAIN RELIEVER", + "NIGHTTIME COLD AND FLU RELIEF", + "HEALTH MART CHILDRENS PAIN AND FEVER", + "CLEAR CHOICE REGULAR STRENGTH PAIN RELIEVER", + "MOORE MEDICAL EXTRA STRENGTH NON ASPIRIN", + "LEADER 8HR ARTHRITIS PAIN", + "BASIC CARE ACETAMINOPHEN", + "INFANTS PAIN RELIEF DYE FREE", + "CHILDRENS CHEWABLES", + "BF-PARADAC", + "INFANTS PAIN RELIEF ORAL SUSPENSION CHERRY FLAVOR", + "TOPCARE INFANTS PAIN AND FEVER", + "ACETAMINOPHEN - APAP 8 HOUR", + "CAREONE ACETAMINOPHEN", + "RELORN", + "EQUALINE INFANTS ACETAMINOPHEN", + "CHILDRENS CHEWABLE", + "HARRIS TEETER ARTHRITIS PAIN", + "SIGNATURE CARE CHILDRENS PAIN RELIEF", + "EXTRA STRENGTH PAIN RELIEVER", + "PANADOL EXTRA STRENGTH", + "EQUALINE CHILDRENS ACETAMINOPHEN", + "BASIC CARE INFANTS PAIN AND FEVER", + "GOOD SENSE PAIN RELIEF", + "MEDIQUE APAP EXTRA STRENGTH", + "MEDI-FIRST NON-ASPIRIN EXTRA STRENGTH", + "MEDI FIRST PLUS NON-ASPIRIN EXTRA STRENGTH", + "UP AND UP CHILDRENS ACETAMINOPHEN", + "CHILDRENS PAIN RELIEF", + "EQUATE ACETAMINOPHEN", + "EQUATE PAIN AND FEVER INFANTS", + "NIGHT COLD AND FLU RELIEF", + "HEALTH MART PAIN AND FEVER CHILDRENS", + "EQUATE 8HR ARTHRITIS PAIN RELIEF", + "ARTHRITIS PAIN RELIEVER", + "BERKLEY AND JENSEN PAIN RELIEF EXTRA STRENGTH", + "PAIN RELIEVER JUNIOR STRENGTH", + "HEADACHE MAN NO MORE PILLS, ONE SHOT, HEADACHE PAIN RELIEF", + "PAIN RELIEVER CHILDRENS DYE FREE", + "MEMBERS MARK ARTHRITIS PAIN", + "PEDIACARE CHILDRENS FEVER REDUCER PAIN RELIEVER CHERRY", + "INFANTS PAIN RELIEF", + "ADWE FEVERX", + "DYE FREE PAIN RELIEVER CHILDRENS", + "PAIN RELIEF FEVER REDUCER CHILDREN", + "PAIN AND FEVER RELIEF CHILDREN", + "BACTIMICINA CHILDRENS PAIN AND FEVER", + "GOOD SENSE PAIN RELIEF EXTRA STRENGTH", + "DG HEALTH INFANTS PAIN AND FEVER", + "HARMON CORE VALUES INFANTS PAIN AND FEVER", + "NON-ASPIRIN", + "NOVEX ACETAMINOPHEN EXTRA STRENGTH", + "ACETAMINOPHEN EXTRA STRENGTH RAPID BURST CHERRY", + "BERKLEY AND JENSEN ARTHRITIS PAIN RELIEF", + "LIL DRUG STORE CHILDRENS PAIN AND FEVER", + "ARTHRITIS PAIN RELIEF", + "TOPCARE PAIN RELIEF", + "CORE VALUES PAIN AND FEVER", + "PAIN RELIEF EZ TABS EXTRA STRENGTH", + "KIDS PAIN AND FEVER", + "ACETAMINOPHEN RAPID RELEASE", + "ACETAMINOPHEN PAIN RELIEVER FEVER REDUCER", + "SOUND BODY CHILDRENS PAIN AND FEVER", + "ACETAMINOPHEN EXTENDED RELEASE", + "ACETAMINOPHEN 325MG", + "EQUALINE ACETAMINOPHEN", + "PANADOL", + "PAIN RELIEVER CHILDRENS", + "PAIN RELIEF ADULT EXTRA STRENGTH", + "REGULAR STRENGTH PAIN RELIEVER", + "CHILDREN PAIN AND FEVER", + "BASIC CARE CHILDRENS PAIN AND FEVER", + "GERICARE LIQUID PAIN RELIEF", + "ARTHRITIS PAIN RELIEF TEMPORARY MINOR", + "NITE-TIME COLD/FLU MEDICINE CHERRY", + "AUROPHEN REGULAR STRENGTH", + "REXALL PAIN RELIEF", + "WAL-NADOL EXTRA STRENGTH", + "GOOD SENSE PAIN AND FEVER", + "HARRIS TEETER CHILDRENS PAIN AND FEVER", + "MEIJER CHILDRENS PAIN AND FEVER REDUCER", + "CHILDRENS PAIN AND FEVER DISSOLVE PACKS", + "GOOD NEIGHBOR PHARMACY CHILDRENS PAIN AND FEVER", + "ACETAMINOPHEN 500 MG", + "HARRIS TEETER PAIN AND FEVER INFANTS", + "PAIN AND FEVER RELIEF CHILDRENS STRENGTH, WILD GRAPE FLAVOR", + "MIDOL LONG LASTING RELIEF", + "LIL DRUG STORE PAIN RELIEVER EXTRA STRENGTH", + "UP AND UP ARTHRITIS PAIN RELIEF", + "KIRKLAND SIGNATURE ACETAMINOPHEN ADULT EXTRA STRENGTH", + "SP PHARMA", + "PLUSPHARMA EXTRA STRENGTH PAIN RELIEVER,FEVER REDUCER 500 MG", + "HARRIS TEETER INFANTS PAIN AND FEVER", + "FAMILY WELLNESS ACETAMINOPHEN", + "MAPAP ARTHRITIS PAIN", + "DG HEALTH PAIN RELIEVER", + "COUNTERACT PAIN", + "ONLY FOR FEVER", + "ACETAMINOPHEN EXTENDED-RELEASE", + "CURIST PAIN RELIEF", + "CARE ONE PAIN RELIEF 8 HOUR", + "PAIN AND FEVER RELIEF INFANTS", + "GOODYS BACK AND BODY", + "AUROPHEN CHILDRENS PAIN AND FEVER", + "TOPCARE 8 HOUR PAIN RELIEF", + "CHEWABLE ACETAMINOPHEN CHILDRENS", + "ACETAMINOPHEN CAPLETS", + "ACETAMINOPHEN REGULAR STRENGTH", + "DYE FREE PAIN AND FEVER CHILDRENS", + "FEVERALL CHILDRENS", + "TYLO ARTHRITIS (ACETAMINOPHEN)", + "MAPAP", + "FEVER REDUCING CHILDRENS", + "8HR ARTHRITIS PAIN", + "JUNIOR ACETAMINOPHEN AGES 6-11", + "CAREALL ACETAMINOPHEN EXTRA STRENGTH", + "CHILDREN PAIN AND FEVER RELIVER", + "GREEN GUARD MAXIMUM NON-ASPIRIN", + "PAIN RELIEF CHILDRENS DYE FREE", + "CAREALL NON ASPIRIN EXTRA STRENGTH", + "PHYSICIANSCARE NON ASPIRIN EXTRA STRENGTH", + "CAREONE INFANTS ACETAMINOPHEN", + "EXTRA STRENGTH PAIN RELEIF", + "DG HEALTH ARTHRITIS PAIN RELIEF", + "MEDIQUE APAP", + "DOVER AMINOPHEN", + "MEDI-FIRST NON-ASPIRIN", + "MEDI FIRST PLUS NON-ASPIRIN", + "GOOD SENSE PAIN RELIEF ARTHRITIS PAIN", + "UP AND UP INFANTS ACETAMINOPHEN", + "ACETAMINOPHEN GELCAPS EXTRA STRENGTH", + "EQUATE PAIN AND FEVER", + "INFANTS DYE FREE PAIN AND FEVER", + "HEALTH MART ARTHRITIS PAIN RELIEF", + "EXTRA STRENGHTH ACETAMINOPHEN", + "CAREONE CHILDRENS ACETAMINOPHEN", + "LIQUID ACETAMINOPHEN", + "ACETAMINOPHEN 325 MG", + "RAPID RELEASE ACETAMINOPHEN EXTRA STRENGTH", + "365 EVERYDAY VALUE ACETAMINOPHEN", + "CORE VALUES PAIN RELIEVER", + "CAREONE 8 HOUR PAIN RELIEF", + "AYPANAL NON-ASPIRIN", + "QAULITY CHOICE PAIN RELIEF REGULAR STRENGTH", + "CIRCLE K PAIN RELIEVER EXTRA STRENGTH", + "LEADER INFANTS PAIN AND FEVER", + "INFANTS PAIN AND FEVER", + "FAMILY WELLNESS PAIN RELIEF", + "TOPCARE PAIN AND FEVER CHILDRENS", + "LITTLE REMEDIES INFANT FEVER/PAIN RELIEVER", + "CLEAR CHOICE EXTRA STRENGTH PAIN RELIEVER", + "EQUATE PAIN AND FEVER CHILDRENS", + "PAIN RELIEVER FEVER REDUCER CHILDRENS", + "ACETAMINOPHEN (RED)", + "CHILDRENS PAIN AND FEVER, GRAPE FLAVOR", + "EXTRA STRENGTH MAPAP", + "ACEPHEN", + "PAIN RELIEVER RAPID RELEASE", + "TYLENOL 8HR", + "GOOD NEIGHBOR PHARMACY INFANTS PAIN AND FEVER", + "EXCINOL NIGHT (ACETAMINOPHEN)", + "MAJOR ACETAMINOPHEN", + "LEADER 8 HR MUSCLE ACHES AND PAIN", + "AUROPHEN INFANTS PAIN AND FEVER", + "HEALTH MART INFANTS PAIN AND FEVER", + "DG HEALTH PAIN RELIEF", + "KIDGETS INFANTS PAIN RELIEVER PLUS FEVER REDUCER", + "CHILDRENS PAIN RELIEF ORAL SUSPENSION", + "ACETAMINOPHEN CAPLETS, 500 MG EXTRA STRENGTH", + "ARTHRITISPAIN RELIEF", + "PREMIER VALUE ARTHRITIS PAIN RELIEVER", + "SUNMARK ARTHRITIS PAIN RELIEVER", + "CHILDRENS FEVER REDUCER AND PAIN RELIEVER", + "MAPAP EXTRA STRENGTH", + "GENEXA INFANTS PAIN AND FEVER", + "PHARBETOL", + "PAIN RELIEVER EXTRA STRENGTH NON ASPIRIN", + "PLUS PHARMA PAIN RELIEVER,FEVER REDUCER", + "SIGNATURE CARE PAIN RELIEF", + "EXCINOL ARTHRITIS (ACETAMINOPHEN)", + "MUSCLE PAIN RELIEF", + "8 HOUR PAIN RELIEF", + "PAIN RELIEF EXTRA STRENGTH, NON-ASPIRIN", + "INFANTS SILAPAP", + "CHILDRENS PAIN AND FEVER CHERRY FLAVOR", + "FEVER AND PAIN", + "GOOD SENSE PAIN AND FEVER INFANTS", + "SUNMARK PAIN RELIEVER EXTRA STRENGTH", + "PAIN RELIEF RAPID RELEASE GELCAPS EXTRA STRENGTH", + "DOLO- NEUROBION ACETAMINOPHEN 500MG", + "PARENTS CHOICE INFANTS PAIN AND FEVER", + "FEVERALL JR. STRENGTH", + "MEMBERS MARK ACETAMINOPHEN", + "UP AND UP ACETAMINOPHEN", + "DG HEALTH PAIN RELIEVER EXTRA STRENGTH", + "DG HEALTH 8 HOUR PAIN RELIEF", + "AUROPHEN EXTRA STRENGTH FOR ADULTS", + "TYLO EXTRA", + "INFANTS TYLENOL", + "TOPCARE PAIN AND FEVER", + "ACETAMINOPHEN - APAP ARTHRITIS", + "SAFETYNADOL", + "INFANT AND CHILDREN NOVEX ACETAMINOPHEN", + "CHILDRENS DYE FREE PAIN AND FEVER", + "EQUATE PAIN RELIEVER", + "CHILDRENS TUKOL ACETAMINOPHEN FEVER REDUCER PAIN REDUCER", + "RUGBY ACETAMINOPHEN", + "FEVERALL INFANTS", + "M-PAP", + "EXTRA STRENGTH NO-PAIN", + "CIRCLE K PAIN RELIEVER", + "TYLO EXTRA (ACETAMINOPHEN)", + "PAIN RELIEVER INFANTS", + "HENRY SCHEIN ACETAMINOPHEN", + "ED APAP", + "ASSURED EXTRA STRENGTH ACETAMINOPHEN", + "PAIN RELIEVER FEVER REDUCER EXTRA STRENGTH", + "ARAMARK PAPENOL", + "PAIN RELIEF DYE FREE INFANTS", + "MEDIQUE AT HOME APAP", + "PAIN RELIEF 8 HR", + "PAIN AND FEVER RELIEF JUNIOR STRENGTH", + "LEADER EXTRA STRENGTH ACETAMINOPHEN", + "MCKESSON ACETAMINOPHEN 325", + "CHILDRENS PAIN RELIEF READYINCASE", + "ACETAMINOPHEN RAPID RELEASE EXTRA STRENGTH", + "RUGBY CHILDRENS ACETAMINOPHEN", + "8HR ARTHRITIS PAIN RELIEF", + "TYLO NIGHT (ACETAMINOPHEN)", + "PAIN RELIEF REGULAR STRENGTH, ASPIRIN FREE", + "EXTRA STRENGTH ACETAMINOHPEN ADULT RAPID BURST CHERRY", + "CHILDRENS DYE FREE PAIN AND FEVER, 20 SINGLE DOSES X 5 ML EA", + "EXCINOL EXTRA (ACETAMINOPHEN)", + "ARTHRITIS PAIN RELIEVER EXTENDED RELEASE", + "DIRECT SAFETY ASPIRIN FREE", + "EQUALINE ACETAMINOPHEN INFANTS", + "SIGNATURE CARE INFANTS PAIN RELIEF", + "RUGBY REGULAR STRENGTH ACETAMINOPHEN", + "HARRIS TEETER PAIN AND FEVER CHILDRENS", + "PAIN RELIEF INFANTS DYE FREE", + "LIL DRUG STORE INFANTS PAIN RELIEVER", + "BETR PAIN RELIEF", + "DG HEALTH 8 HR ARTHRITIS PAIN RELIEF", + "CHILDRENS PAIN RELIEVER GRAPE FLAVOR", + "PAIN RELIEF ACETAMINOPHEN EXTRA STRENGTH", + "ZEE UNASPIRIN ES", + "GOOD NEIGHBOR PHARMACY PAIN AND FEVER CHILDRENS", + "NOBLEAID", + "ACETAMINOPHEN EXTRA STRONG", + "PAIN RELIEF ES", + "RINGL", + "BETTER LIVING BRANDS CHILDRENS FEVER AND PAIN RELIVER", + "RAPID RELEASE PAIN RELIEF", + "MOORE MEDICAL NON ASPIRIN", + "UP AND UP ACETAMINOPHEN EXTRA STRENGTH", + "NON-ASPIRIN CHILDRENS", + "APHEN", + "CHILDREN PAIN AND FEVER RELIEVER", + "CHILDREN PAIN RELIEF FOR AGES 2 TO 11", + "VALUMEDS EXTRA STRENGTH PAIN RELIEF", + "SOUND BODY PAIN RELIEVER", + "OFIRMEV", + "BERLEY AND JENSEN PAIN RELIEF", + "PHARBETOL REGULAR STRENGTH", + "XPECT ACETAMINOPHEN", + "TYLENOL EXTRA STRENGTH CAPLET", + "ACETAMINOPHEN EXTRA STRENGTH PM", + "CHILDRENS SILAPAP", + "DG HEALTH CHILDRENS PAIN RELIEF", + "EXTRA STRENGTH NON-ASPIRIN PAIN RELIEVER", + "EQUATE CHILDRENS PAIN AND FEVER", + "TYLO MIGRAINE (ACETAMINOPHEN)", + "ADWE FEVERX ACETAMINOPHEN CAPLETS, 500 MG EXTRA STRENGTH", + "CHILDRENS MAPAP", + "DIRECT SAFETY EXTRA STRENGTH ASPIRIN FREE", + "GOOD NEIGHBOR PHARMACY PAIN RELIEF EXTRA STRENGTH", + "NITE-TIME COLD/FLU MEDICINE", + "SUNMARK PAIN AND FEVER CHILDRENS", + "CARE ONE ACETAMINOPHEN", + "EXCINOL EXTRA", + "CHILDRENS PAIN AND FEVER GRAPE", + "CVS HEALTH EXTRA STRENGTH ACETAMINOPHEN SOFTGELS", + "CARE ONE ARTHRITIS PAIN RELIEF TEMPORARY MINOR", + "LITTLE REMEDIES CHILDRENS FEVER PAIN RELIEVER", + "CHILDRENS CHEWABLE ACETAMINOPHEN" + ], + "generic_name": [ + "ACETAMINOPHEN", + "ACETAMINOPHEN,", + "ACETAMINOPHEN CAPLET, 500 MG EXTRA STRENGTH", + "ACETAMINOPHEN 325MG", + "ACETAMINOPHEN EXTRA STRENGTH", + "ACETAMINOPHEN, DIPHENHYDRAMINE HCL" + ], + "manufacturer_name": [ + "AmerisourceBergen (Good Neighbor Pharmacy) 46122", + "Major Pharmaceuticals", + "L.N.K. International, Inc.", + "AMERISOURCE BERGEN", + "Strategic Sourcing Services LLC", + "Kroger Company", + "AptaPharma Inc.", + "Topco Associates LLC", + "SAFEWAY", + "America Medic & Science, LLC", + "CHAIN DRUG MARKETING ASSOCIATION INC", + "P & L Development, LLC", + "Granules USA, Inc", + "Advance Pharmaceutical Inc.", + "Meijer Distribution Inc", + "Family Dollar Services, Inc.", + "Johnson & Johnson Consumer Inc., McNeil Consumer Healthcare Division", + "H E B", + "SPIRIT PHARMACEUTICALS LLC", + "Cardinal Health", + "Better Living Brands, LLC", + "Walgreens", + "Chain Drug Consortium, LLC", + "Productos Zapotol Corp.", + "Family Dollar Services Inc", + "L. Perrigo Company", + "HEB", + "Magno-Humphries, Inc.", + "Hi-Tech Nutraceuticals, LLC", + "Walgreens Company", + "CVS PHARMACY", + "New World Imports, Inc", + "SUPERVALU INC.", + "Medline Industries, Inc.", + "Prime Marketing, LLC", + "TIME CAP LABORATORIES, INC", + "Rite Aid Corporation", + "Bi-Mart", + "Meijer", + "CVS Pharmacy", + "Perrigo New York Inc", + "Premier Value", + "Bene Health OTC", + "Chain Drug Marketing Association", + "Target Corporation", + "Valu Merchandisers Company", + "Cardinal Health 110, LLC. dba Leader", + "Amerisource Bergen", + "Heritage Pharmaceuticals Inc. d/b/a Avet Pharmaceuticals Inc.", + "Provision Medical Products", + "FRED'S, INC.", + "CHAIN DRUG CONSORTIUM", + "Dolgencorp, LLC", + "Wal-Mart Stores Inc", + "Global Pharm Distribution LLC", + "HARRIS TEETER", + "Cardinal Health (Leader) 70000", + "MAJOR PHARMACEUTICALS", + "GoodSense", + "WinCo Foods, LLC", + "Marc Glassman, Inc.", + "Family Dollar (FAMILY WELLNESS)", + "New Vision Pharmaceuticals LLC", + "Taro Pharmaceuticals U.S.A. Inc.", + "BJWC (Berkley & Jensen / BJ's)", + "Allegiant Health", + "Athlete's Needs, Inc.", + "Moore Medical LLC", + "Amazon.com Services LLC", + "GREENBRIER INTERNATIONAL, INC.", + "Walgreen Company", + "ARMY AND AIR FORCE EXCHANGE SERVICE", + "DOLGENCORP, LLC", + "Bright Future Pharmaceutical Laboratories Limited", + "Pharmacy Value Alliance, LLC", + "VistaPharm, Inc.", + "PUBLIX SUPER MARKETS INC", + "American Sales Company", + "UNIPHARM, INC.", + "Supervalu Inc", + "Harmon Store Inc.", + "Harris Teeter, LLC", + "Safeway", + "Spirit Pharmaceutical LLC", + "GERI-CARE PHARMACEUTICAL CORP", + "PuraCap Pharmaceutical LLC", + "WAL-MART STORES INC", + "GlaxoSmithKline Consumer Healthcare Holdings (US) LLC", + "WALGREEN CO.", + "Strive Pharmaceuticals Inc.", + "CVS PHARMACY INC", + "Chain Drug Marketing Association Inc.", + "Innogenix, Inc.", + "Akron Pharma Inc.", + "Unifirst First Aid Corporation", + "Salado Sales, Inc.", + "CVS Pharmacy, Inc.", + "DISCOUNT DRUG MART", + "Geri-Care Pharmaceutical Corp", + "Select Brand Dist.", + "Granules USA, Inc.", + "TARGET CORP", + "CVS PHARMACY, INC.", + "Richmond Pharmaceuticals, Inc.", + "The Kroger Company", + "BJWC", + "L&R Distributors, Inc.", + "No More Pills, LLC", + "Sam's West Inc", + "Strides Pharma Inc", + "Publix Super Markets Inc", + "Harris Teeter", + "Shopko Stores Operating Co., LLC", + "Syntho Pharmaceuticals, Inc.", + "Safeway, Inc.", + "HealthRight Products, LLC", + "Ellywell, LLC", + "America's Pharmacy Source LLC", + "DLC Laboratories, Inc.", + "Dolgencorp Inc", + "Harmon Stores Inc.", + "Genuine First Aid LLC", + "Herbion Pakistan (Pvt.) Ltd", + "Lil' Drug Store Products, Inc.", + "BIG LOTS STORES, INC.", + "Genexa Inc.", + "AAA Pharmaceutical, Inc.", + "Big Lots Stores, Inc.", + "CARDINAL HEALTH", + "EQUALINE (SuperValu)", + "Marlex Pharmaceuticals Inc", + "Topco Associates, LLC", + "MEIJER, INC.", + "Ohm Laboratories Inc.", + "Method Pharmaceuticals, LLC", + "CVS PHARMACY, INC", + "Geri-Care Pharmaceuticals, Corp", + "Aurohealth LLC", + "MARC GLASSMAN, INC.", + "MEIJER DISTRIBUTION INC", + "TIME CAP LABS INC", + "WALGREENS CO.", + "Chain Drug Consortium", + "EQUATE (Wal-Mart Stores, Inc.)", + "Mylan Institutional LLC", + "Reliable 1 Laboratories LLC", + "ScripsAmerica", + "Bayer HealthCare LLC.", + "C.D.M.A., Inc.", + "Costco Wholesale Company", + "KROGER COMPANY", + "Pharmaceutical Associates, Inc.", + "Simpor Pharma Sdn Bhd", + "Gemini Pharmaceuticals, Inc. dba Plus Pharma", + "Precision Dose, Inc.", + "AMERICAN SALES COMPANY", + "QUALITY CHOICE (Chain Drug Marketing Association)", + "Melaleuca, Inc.", + "O4 Global Trading Usa, Llc", + "TARGET CORPORATION", + "Little Pharma, Inc.", + "FOODHOLD U.S.A., LLC", + "Dolgencorp, Inc. (DOLLAR GENERAL & REXALL)", + "Medtech Products Inc.", + "Sandoz Inc", + "Cardinal Health 110, LLC. DBA Leader", + "Breeden Brothers, LLC", + "B. Braun Medical Inc.", + "Kmart Corporation", + "FAMILY DOLLAR", + "Acme United Corporation", + "CVS PHARMACY iNC", + "Discount Drug Mart", + "Supervalu Inc.", + "TOPCO ASSOCIATES LLC", + "HealthLife of USA", + "KRAMER NOVIS", + "ASSURED / DOLLAR TREE (Greenbrier International, Inc.)", + "COSTCO WHOLESALE CORPORATION", + "Whole Foods Market, INC.", + "American Health Packaging", + "Safrel Pharmaceuticals, LLC.", + "WALGREENS", + "Honeywell Safety Products USA, Inc", + "OPMX", + "Humanwell PuraCap Pharmaceutical (Wuhan), Ltd.", + "Cosette Pharmaceuticals, Inc.", + "Rugby Laboratories", + "JC World Bell Wholesale Co., Inc.", + "AAFES/Your Military Exchanges", + "Granules India Limited", + "Spirit Pharmaceuticals LLC", + "Alexso, Inc", + "GRAXCELL PHARMACEUTICAL, LLC", + "Chain Drug Consortium, LLC.", + "LLORENS PHARMACEUTICALS INTERNATIONAL DIVISION", + "BluePoint Laboratories", + "Pharbest Pharmaceuticals, Inc.", + "Lidl US LLC", + "Velocity Pharma LLC", + "SAMJAN GROUP INC.", + "ADVANCED FIRST AID, INC.", + "Lannett Company, Inc.", + "Chalkboard Health Inc", + "Denison Pharmaceuticals, LLC", + "Humanwell PuraCap Pharmaceutical (Wuhan) Co., Ltd", + "BENARD INDUSTRIES INC", + "Best Choice (Valu Merchandisers Company)", + "Meijer Distribution, Inc.", + "TopCo Associates LLC", + "SuperValu Inc.", + "Westminster Pharmaceuticals, LLC", + "Sinew Pharma Inc.", + "Kesin Pharma Corporation", + "Genomma Lab USA, Inc.", + "Strategic Sourcing Services, LLC (Health Mart)", + "SMART SENSE (KMART)", + "SAVE-A-LOT FOOD STORES, LTD.", + "SAM'S WEST INC", + "Lil' Drug Store Products, Inc", + "Henry Schein, Inc.", + "EDWARDS PHARMACEUTICALS, INC.", + "Fred's Inc.", + "Western First Aid Safety DBA Aramark", + "Fresenius Kabi USA, LLC", + "CVS Pharmacy,Inc.", + "McKesson Medical-Surgical, Inc.", + "7-Eleven", + "Conney Safety Products, LLC", + "RUGBY LABORATORIES", + "PHARMACY VALUE ALLIANCE, LLC", + "Lil Drug Store Products, Inc", + "Live Betr LLC", + "Freds Inc", + "Leucadia Pharmaceuticals", + "Cintas Corporation", + "Noble Otc LLC", + "Vitamex USA", + "Safetec of America, Inc.", + "RETAIL BUSINESS SERVICES,LLC.", + "Sato Pharmaceutical Co., Ltd.", + "BETTER LIVING BRANDS LLC", + "Asclemed USA, Inc.", + "Mallinckrodt Hospital Products Inc.", + "AmeriSource Bergen", + "Jones Packaging Inc", + "Aurex Laboratories Limited Liability Company", + "VALU MERCHANDISERS COMPANY", + "PLD Acquisitions LLC DBA Avma Pharma Solutions", + "Shopko Stores Operating Co., LLC.", + "Health Pharma USA LLC", + "CVS Pharrmacy", + "AuroMedics Pharma LLC" + ], + "product_ndc": [ + "46122-313", + "0904-6719", + "50844-519", + "46122-629", + "49348-430", + "30142-561", + "76281-526", + "36800-202", + "21130-124", + "49638-107", + "63868-413", + "49580-0322", + "69848-008", + "36800-455", + "17714-013", + "49348-730", + "41250-148", + "55319-333", + "50580-579", + "37808-759", + "68210-0022", + "49781-015", + "21130-850", + "76281-302", + "0363-0711", + "68016-029", + "36800-779", + "50580-490", + "59428-281", + "63868-564", + "70677-0117", + "55319-931", + "0113-0998", + "37808-120", + "54257-473", + "69732-001", + "0363-6973", + "69842-750", + "51824-061", + "41250-590", + "0363-0132", + "41163-045", + "53329-641", + "62107-050", + "49348-119", + "49483-342", + "11822-4450", + "37835-722", + "41250-946", + "50580-783", + "41250-501", + "21130-540", + "50580-177", + "69842-707", + "45802-732", + "68016-336", + "68210-0120", + "70000-0036", + "70000-0410", + "62011-0027", + "65155-102", + "63868-503", + "62011-0032", + "11673-133", + "62011-0002", + "30142-818", + "50580-495", + "63941-519", + "70000-0374", + "50580-170", + "46122-056", + "23155-202", + "69842-764", + "69103-2522", + "55315-519", + "68016-503", + "55910-251", + "49035-175", + "69477-000", + "11822-0766", + "72036-092", + "70000-0173", + "0904-6536", + "0904-7014", + "59779-104", + "50804-826", + "49580-3278", + "67091-135", + "50580-937", + "68998-001", + "55319-491", + "69842-445", + "50580-424", + "46122-312", + "68210-4097", + "50844-270", + "70302-011", + "69842-930", + "51672-2117", + "68391-288", + "0363-0278", + "69168-418", + "62011-0183", + "53185-005", + "55670-468", + "69842-945", + "70000-0180", + "72288-484", + "33992-0175", + "0363-0590", + "37808-323", + "41250-650", + "55301-175", + "55910-944", + "10884-2228", + "68016-243", + "66689-054", + "68998-092", + "56062-192", + "36800-766", + "63941-336", + "41520-895", + "62900-542", + "41163-609", + "63940-450", + "69256-544", + "0363-0104", + "21130-243", + "50580-458", + "68210-0013", + "57896-180", + "49035-919", + "51013-172", + "30142-789", + "49035-755", + "0135-7011", + "0363-0792", + "70692-399", + "70677-0017", + "49580-0319", + "69842-322", + "50580-487", + "41163-997", + "59779-751", + "76281-328", + "63868-089", + "71247-129", + "71399-8024", + "72288-766", + "0113-0025", + "47682-175", + "47682-804", + "47682-904", + "63868-088", + "57243-450", + "11673-759", + "69842-465", + "0363-0995", + "50580-438", + "53943-837", + "57896-204", + "49035-975", + "15127-508", + "49035-946", + "69848-015", + "11673-946", + "68016-725", + "57896-104", + "62011-0247", + "0363-0531", + "69842-073", + "49035-741", + "54738-548", + "30142-970", + "68391-484", + "15127-877", + "73173-010", + "70677-0118", + "68196-544", + "59556-854", + "56062-946", + "69842-390", + "72036-170", + "37012-484", + "66576-200", + "55319-540", + "50580-555", + "21130-285", + "77800-100", + "80272-002", + "72615-0001", + "49580-0682", + "70000-0205", + "63940-519", + "69256-966", + "24286-1550", + "59779-682", + "0113-0227", + "55910-161", + "63940-619", + "52124-0010", + "44237-048", + "15127-807", + "62011-0336", + "50580-509", + "68391-669", + "68998-098", + "66715-6956", + "30142-966", + "36800-973", + "63940-309", + "50594-177", + "55319-541", + "55910-531", + "69676-0041", + "57344-170", + "45802-730", + "49580-0282", + "50594-012", + "70000-0092", + "41163-669", + "10135-123", + "55910-948", + "41163-363", + "11822-0631", + "0135-0537", + "49580-0281", + "0113-7484", + "50580-496", + "57243-175", + "36800-591", + "41250-278", + "51660-333", + "51013-173", + "58657-521", + "55910-010", + "70000-0496", + "63868-084", + "50844-255", + "72288-175", + "69842-298", + "57896-160", + "30142-544", + "59779-766", + "76281-502", + "58602-754", + "0363-0212", + "68998-300", + "55910-701", + "0363-0148", + "0113-0397", + "11822-4484", + "69256-105", + "41250-246", + "21130-919", + "11822-6304", + "50580-451", + "49483-340", + "0363-9605", + "70677-0116", + "0363-5101", + "68016-636", + "69842-959", + "49035-491", + "41250-554", + "46122-209", + "58602-730", + "63941-944", + "67457-940", + "41250-544", + "69618-011", + "69256-766", + "51208-002", + "0280-8090", + "63868-866", + "62011-0462", + "46122-211", + "66715-9737", + "37808-945", + "36800-227", + "62011-0246", + "11673-210", + "63981-700", + "11822-6440", + "30142-165", + "0121-0939", + "0121-1878", + "33992-0519", + "70875-500", + "11822-9440", + "49035-802", + "51645-706", + "68094-030", + "68094-330", + "68094-231", + "69256-161", + "69842-918", + "37808-792", + "37012-544", + "55319-407", + "15127-994", + "41520-606", + "69842-168", + "63868-176", + "0904-5769", + "69842-931", + "46122-649", + "55910-227", + "54473-305", + "37808-161", + "73006-117", + "11673-841", + "54257-573", + "72559-008", + "11822-6690", + "50580-521", + "41520-217", + "69842-449", + "50580-460", + "41520-919", + "41250-802", + "55910-021", + "0363-0089", + "0113-0212", + "11822-0812", + "50580-612", + "36800-435", + "56062-130", + "76281-525", + "45802-203", + "63029-620", + "58602-221", + "36800-369", + "0781-3156", + "55910-946", + "72036-098", + "70000-0310", + "55670-130", + "70729-001", + "70729-175", + "70000-0481", + "49035-514", + "69842-876", + "0264-4050", + "0264-4100", + "68210-0023", + "0363-0284", + "55910-491", + "51672-2115", + "49738-024", + "0363-9993", + "49638-104", + "55319-167", + "0904-1982", + "69842-780", + "59779-579", + "63868-174", + "55301-450", + "72288-590", + "24385-629", + "30142-184", + "72036-200", + "41250-975", + "68016-198", + "51824-086", + "11673-240", + "47682-009", + "0363-9893", + "37808-285", + "50580-600", + "69842-075", + "51824-049", + "0924-0128", + "57896-222", + "41520-818", + "63868-082", + "36800-991", + "69842-297", + "49348-093", + "72036-104", + "49035-494", + "54738-040", + "54738-540", + "53943-525", + "69842-223", + "68210-4144", + "49035-288", + "30142-968", + "55910-544", + "47682-145", + "47682-803", + "47682-903", + "47682-303", + "41163-473", + "0113-0544", + "11673-130", + "53943-526", + "11673-266", + "69842-795", + "41163-520", + "36800-484", + "57896-201", + "49035-590", + "50580-522", + "68998-170", + "11673-105", + "36800-959", + "0363-0330", + "45802-201", + "0363-0946", + "62011-0337", + "36800-961", + "66689-056", + "69517-107", + "69842-093", + "41520-800", + "52083-663", + "69618-010", + "37808-130", + "0363-0281", + "33992-0282", + "63981-519", + "42681-0025", + "68210-2002", + "56062-590", + "60687-571", + "63940-484", + "0363-0971", + "36800-450", + "49348-998", + "0363-0334", + "41520-127", + "50594-183", + "54257-720", + "71309-078", + "0363-6898", + "54738-092", + "49035-984", + "79903-032", + "0498-2001", + "0498-2000", + "49580-0623", + "41250-966", + "63868-566", + "66715-5633", + "66715-5733", + "70000-0472", + "55319-041", + "68998-004", + "59779-590", + "55319-739", + "63868-129", + "68016-303", + "41250-161", + "69842-531", + "36800-397", + "69729-107", + "63029-610", + "53185-002", + "30142-157", + "0924-0123", + "30142-403", + "69256-590", + "49035-042", + "36800-946", + "0363-0579", + "51013-320", + "53345-010", + "0363-0323", + "55315-135", + "0904-1988", + "0713-0118", + "62011-0238", + "63940-104", + "53329-642", + "50580-309", + "0536-1292", + "71399-0161", + "50269-449", + "46122-340", + "49035-278", + "46122-552", + "55301-282", + "65155-204", + "0363-0800", + "49638-105", + "0904-6883", + "70000-0306", + "58602-206", + "59779-308", + "68016-699", + "62207-183", + "62207-188", + "62011-0001", + "55910-697", + "55319-946", + "68016-241", + "68210-4125", + "50488-4160", + "70795-1200", + "59726-669", + "68016-333", + "30142-507", + "71399-2855", + "71399-8025", + "0113-0518", + "70677-0018", + "69842-759", + "0113-0484", + "59779-484", + "59779-161", + "11822-0107", + "54859-809", + "0904-5816", + "68001-495", + "69676-0042", + "68016-502", + "21130-975", + "37808-704", + "66715-9747", + "55910-630", + "16103-376", + "50580-378", + "0113-7544", + "49580-0685", + "71141-115", + "57896-102", + "15127-972", + "62011-0049", + "51645-703", + "30142-455", + "21130-111", + "0113-1889", + "76168-120", + "72091-004", + "49580-0324", + "49638-103", + "59779-263", + "55301-519", + "68998-525", + "11822-6019", + "63868-679", + "63868-987", + "67060-210", + "55319-282", + "54838-145", + "55315-105", + "0363-0322", + "79395-175", + "41250-948", + "0113-0946", + "59779-946", + "70000-0446", + "0295-1312", + "49348-042", + "49035-181", + "50580-209", + "37205-594", + "21130-270", + "55959-171", + "79903-052", + "49348-081", + "49348-116", + "51824-085", + "41520-615", + "0363-9175", + "63868-175", + "63941-288", + "30142-591", + "49035-766", + "51672-2116", + "41520-023", + "58602-766", + "51013-402", + "59726-494", + "0363-0336", + "30142-766", + "55910-009", + "49580-0621", + "68196-484", + "66689-055", + "71309-077", + "11673-618", + "55910-484", + "63941-282", + "49035-531", + "79481-0045", + "69842-037", + "58602-745", + "55910-749", + "58602-771", + "49035-523", + "51824-087", + "49638-110", + "36800-770", + "63868-440", + "41163-494", + "50580-599", + "63868-217", + "41520-512", + "11822-0104", + "0113-0161", + "50844-751", + "63868-591", + "36800-759", + "30142-792", + "0904-6749", + "41163-192", + "63941-333", + "36800-449", + "41520-624", + "42681-7076", + "50580-614", + "69367-323", + "0135-0609", + "81389-001", + "0113-7130", + "81033-002", + "44237-040", + "63940-338", + "0363-0959", + "49035-308", + "49348-973", + "41250-613", + "50580-590", + "50066-525", + "0536-1212", + "56062-161", + "63940-975", + "30142-449", + "70000-0373", + "51672-2114", + "11673-148", + "58657-525", + "55910-691", + "68016-734", + "53345-019", + "57896-200", + "0904-6773", + "55315-148", + "71309-001", + "30142-975", + "37808-195", + "62011-0339", + "49738-779", + "41250-631", + "58602-503", + "55910-812", + "47682-010", + "68196-919", + "0363-0091", + "58602-220", + "67091-132", + "0363-9440", + "46994-175", + "57344-004", + "62011-0023", + "68196-310", + "66715-5637", + "66715-5837", + "66715-5737", + "49638-112", + "21130-945", + "46122-042", + "11673-966", + "15127-322", + "63868-863", + "68016-240", + "46122-630", + "0404-0716", + "71399-0160", + "41226-341", + "0363-9604", + "53943-836", + "15127-072", + "30142-590", + "50580-692", + "70000-0137", + "41163-500", + "0485-0057", + "0363-4501", + "0363-0519", + "56062-175", + "55315-333", + "68210-3100", + "41163-514", + "63868-083", + "41250-519", + "55910-282", + "0113-0020", + "10135-152", + "69842-878", + "11822-0959", + "11673-342", + "68016-650", + "0113-0403", + "79395-282", + "41520-209", + "81238-3500", + "46122-424", + "63323-434", + "69848-003", + "21130-323", + "47682-434", + "37808-747", + "62011-0434", + "51208-003", + "57896-251", + "70000-0509", + "0904-6720", + "37012-227", + "59779-872", + "70677-0093", + "21130-281", + "71399-8022", + "69842-160", + "49035-455", + "17714-014", + "59779-531", + "49035-457", + "41250-317", + "59779-126", + "36800-161", + "53943-200", + "58602-755", + "0713-0165", + "57896-207", + "51645-705", + "68599-4679", + "51013-128", + "59779-429", + "68210-6113", + "49580-0288", + "62011-0461", + "67091-136", + "59779-754", + "0713-0164", + "76281-327", + "10202-701", + "0536-1321", + "36800-699", + "66715-6817", + "66715-6827", + "66715-6837", + "49738-780", + "69842-544", + "49638-106", + "21130-904", + "50580-325", + "0904-5847", + "0363-3464", + "11822-0590", + "49638-111", + "63868-091", + "59779-785", + "11822-5311", + "58602-765", + "0363-8993", + "56062-766", + "59726-013", + "49035-777", + "61245-145", + "61245-146", + "41163-888", + "21130-178", + "69842-258", + "0536-1327", + "51013-182", + "51824-060", + "69256-175", + "63868-835", + "63941-321", + "50488-4325", + "0121-0657", + "0121-1314", + "0121-1971", + "36800-414", + "68016-183", + "66715-6857", + "80267-484", + "55315-324", + "59779-101", + "24201-100", + "55315-288", + "41226-697", + "46122-062", + "46994-663", + "69842-311", + "11822-0200", + "47682-125", + "47682-126", + "47682-127", + "41250-484", + "36800-590", + "0113-8959", + "69256-397", + "55910-828", + "63941-452", + "69842-450", + "41520-363", + "63868-836", + "11822-0519", + "0363-0544", + "42961-041", + "63868-507", + "57896-268", + "0135-0539", + "37808-946", + "0363-0340", + "15127-324", + "49035-519", + "56062-544", + "68016-691", + "36800-900", + "67091-133", + "46122-322", + "81533-500", + "58602-848", + "69469-457", + "41520-709", + "69842-484", + "50580-488", + "0904-1987", + "71399-8027", + "49781-016", + "24385-484", + "55319-288", + "61010-4406", + "11673-519", + "50844-175", + "41520-012", + "53329-643", + "72476-186", + "0363-9797", + "0113-0608", + "37808-980", + "49873-082", + "21130-746", + "0363-0285", + "0113-0044", + "56062-650", + "55670-467", + "11673-484", + "63868-186", + "0363-0175", + "49483-341", + "76420-372", + "36800-531", + "11673-241", + "41250-850", + "0113-0590", + "50580-433", + "68210-1300", + "46122-696", + "67091-311", + "41250-227", + "55319-531", + "0904-6730", + "0536-1172", + "11673-444", + "70000-0309", + "11673-838", + "50594-019", + "69842-915", + "30142-068", + "70000-0143", + "36800-905", + "43825-102", + "50580-457", + "72036-100", + "37012-130", + "68391-004", + "46122-390", + "47682-112", + "47682-113", + "47682-114", + "47682-115", + "16103-353", + "42961-399", + "53329-640", + "67414-449", + "70000-0305", + "46994-935", + "55315-082", + "54838-144", + "63868-660", + "41163-501", + "55910-302", + "15127-730", + "49035-313", + "55910-506", + "41520-786", + "70000-0028", + "50580-449", + "49638-108", + "62011-0460", + "0536-1164", + "71009-109", + "0904-6645", + "61245-175", + "61245-176", + "72288-130", + "46122-430", + "63941-300", + "30142-119", + "69842-793", + "0904-5791", + "73006-143", + "72288-300", + "0904-6766", + "24385-145", + "50844-951", + "50580-412", + "46122-210", + "58602-204", + "0113-7000", + "46122-170", + "68210-0130", + "0363-9992", + "59779-350", + "57896-206", + "63868-412", + "37808-482", + "57896-221", + "21130-045", + "45802-484", + "49035-959", + "11822-0595", + "36800-557", + "55910-661", + "55670-122", + "76281-501", + "17714-012", + "0363-0283", + "46122-212", + "49348-325", + "41520-990", + "41250-244", + "63548-0494", + "55319-494", + "49638-109", + "58657-522", + "63940-322", + "37012-288", + "50269-008", + "71679-031", + "72476-185", + "69732-002", + "69842-636", + "41520-064", + "41520-544", + "41520-982", + "56062-227", + "36800-904", + "56062-484", + "70000-0312", + "63029-602", + "63029-603", + "15127-735", + "41250-766", + "0363-0161", + "49348-123", + "53943-449", + "0404-0714", + "55150-307" + ], + "product_type": [ + "HUMAN OTC DRUG", + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL", + "RECTAL", + "INTRAVENOUS" + ], + "substance_name": [ + "ACETAMINOPHEN", + "ASPIRIN", + "CAFFEINE", + "DEXTROMETHORPHAN HYDROBROMIDE", + "DOXYLAMINE SUCCINATE", + "PHENYLEPHRINE HYDROCHLORIDE", + "DIPHENHYDRAMINE HYDROCHLORIDE" + ], + "rxcui": [ + "307668", + "313782", + "198440", + "1148399", + "828555", + "313820", + "198439", + "209459", + "307684", + "798928", + "1243440", + "198434", + "198436", + "209387", + "603724", + "307675", + "198443", + "209364", + "1094549", + "1046375", + "200977", + "1738139", + "1297288", + "2178755", + "2178758", + "1038779", + "1043400", + "483017", + "307696", + "1243439", + "1100005", + "828557", + "1661683", + "2480095", + "209353", + "209375", + "477282", + "209443", + "209352", + "1293942", + "198444", + "238159", + "2374360", + "2374361", + "198437", + "209361", + "198445", + "209531", + "209363", + "209360", + "2264779", + "1299856", + "209890", + "1235462", + "1041530", + "1298830", + "1092189", + "209870", + "209495" + ], + "spl_id": [ + "78b53376-2f39-493a-adf3-94ae142c8e46", + "4612b5f6-4120-4364-a6f8-b43d15d0caf8", + "69abe6bd-b33d-4a1a-9604-ae7b77cb770e", + "96b18098-ff9b-a0ea-e053-2a95a90abc92", + "89bbd5b9-4e68-4f41-a7a4-2bf32e731d09", + "927a9412-75f9-4be9-a98f-80840a59eb16", + "e5c1f251-6e1e-4bc6-809c-8db9d5256f02", + "d20ad829-76fc-41f7-b22b-3a11838d4082", + "af0b0908-30f5-2cce-e053-2995a90a007d", + "12e1c3f0-47fe-48c1-be74-37936a983597", + "b7b5195b-a2aa-b60d-e053-2995a90abd17", + "ba8332dc-bbf1-454f-8dc8-8b842f1262c6", + "b7b55b23-d6dd-9738-e053-2995a90a21ef", + "15f0229b-f972-4a50-bb50-32daba70bf08", + "60f41580-e099-faad-e053-2a91aa0a9076", + "0401dedc-0400-4af6-91c3-485ba8ee3e2c", + "d198a7e9-9489-4a02-b79d-a012900100e8", + "9f6c1828-d7a7-489c-91c4-fd6f4faf2dc8", + "d1418765-f533-4fb7-81b7-60abdbd15552", + "b264f3bc-74d7-40a3-ac4f-db519945b2f2", + "b60c085f-c44d-7286-e053-2a95a90ace32", + "308ba68d-86e8-43e3-a601-2e278250fe69", + "ad119b00-0730-4a54-a092-8035a86b9e44", + "1241bed9-7fd4-48b2-af37-0912896de015", + "16c8f847-c66b-49f8-93ce-5b4a805e87b9", + "9aa0d246-678c-fc25-e053-2995a90a00cc", + "9055d21a-5ac8-4bce-9757-b3ad2b60a8ee", + "f87bd8fb-a364-4de2-aa29-36e208f897fc", + "1dd952a1-35f6-43da-862a-9cbe162edc87", + "c0c8e3f6-2940-4c0e-9c63-350dc0be5c53", + "9308e945-0d7a-44eb-b6f6-28121d7a4d05", + "2bf4422a-5364-4ace-9483-ec1ec988775d", + "39f34cb8-b1ee-406e-93d5-fbcaf0afde1e", + "af0f9bd2-3b88-967a-e053-2995a90a9f6a", + "b4f157c2-d2d5-2e48-e053-2995a90aedc9", + "a3c55a70-361a-4e8a-e053-2a95a90a26ab", + "ae23f683-e3b7-e360-e053-2995a90ab4db", + "822344a9-cf45-4ccb-a9ca-ccfa61c011e2", + "8fb5e642-6bb5-4321-a760-6fcb36761985", + "2e1096ac-253a-42f1-8968-9f8494d8f042", + "c4520a6a-e58d-4648-b53d-dc3c9eaef6fc", + "6c23a575-1e55-48ce-aa9e-3560ce094831", + "b3dca522-a7a7-7b59-e053-2995a90acc9a", + "9af2f5c0-3f3a-7cb2-e053-2a95a90a5409", + "7cc9ae20-8ff1-4beb-8fe3-a8f82462b7b6", + "7d3e2e18-1dee-4000-e053-2a91aa0aeefe", + "beaafe0e-5161-460d-ae77-f5cea7a66b18", + "4e0c0085-2f27-44d0-b6f2-832680072202", + "56fd5b4a-0091-4b33-9d50-4b9db8b8194b", + "47c14875-3629-4e7c-a446-9e0b4c339e7a", + "91d2ec38-7e88-2b3a-e053-2a95a90af3fd", + "f2a01180-7a72-47e0-9e4c-1ae911757906", + "702a808d-9376-4f67-89f8-d5dd43d5d793", + "84b2c8ac-5136-4635-9b32-dc9f0af1b889", + "73a0360f-29dd-4f10-8d76-f315b6b32ff3", + "d7965bc5-9443-4041-9279-ae703dc067d7", + "b60c18e3-37e1-2ecc-e053-2a95a90adeec", + "c4fd0858-6115-0db0-e053-2a95a90ac8d9", + "c82b84b5-1a16-409a-a474-4718c4be98f0", + "a7aa2bfe-f23b-57ac-e053-2a95a90a148c", + "7e49996b-5180-a0a9-e053-2a91aa0a3b87", + "94057592-8468-6efe-e053-2995a90adcf1", + "1e8a539f-633e-44f2-b9e4-048db51dfe6b", + "f791fdf0-c3fb-4fd9-b9ee-4c1af5e0baa5", + "db9a21b8-513b-49ea-8ecb-367fda330971", + "068c419e-d1f7-46d9-bdd0-05aa4039a374", + "150ca52b-e2fc-4977-a779-db617b03439e", + "e24db952-2536-4334-a443-5f48bd06ddf3", + "74d2a3e5-fd17-44fe-8171-42f6e4c268ff", + "ec4b8f47-6ec1-42ed-b196-cce21cd9ccf8", + "6f876e7f-7ff9-4b09-b5ef-b1a8a00975ad", + "04c68b4d-db0c-4722-b1e1-4eaf855dbbd2", + "47008b9d-09e4-4c09-b1c7-e3abfecb951f", + "efece61a-b6c1-407c-a803-6e5328e196a7", + "af0d544d-c478-2dc2-e053-2a95a90a75a4", + "ac53f720-2836-46e8-8c36-0d8290cb036d", + "e3aee1c3-7a60-49ae-a5ce-b5076bc161c7", + "9bd02f35-81b5-37f9-e053-2a95a90ae06c", + "9168ca2d-504e-4d93-a8a3-69d3e32593b4", + "93df472f-7923-60d9-e053-2a95a90a5faa", + "dbb30763-2b0b-4c92-9830-3c43410336cf", + "4dcf64c3-75c0-46b5-8579-dc9ae69429ac", + "5cc2440e-0bee-4d48-9dc7-c4c517838536", + "70bdaf68-0c53-4dcb-85a0-ffe0b3f41aab", + "95101238-523a-904c-e053-2995a90abc3b", + "1e4241db-73bb-466d-991a-e4023ab6e816", + "7e55a7d7-c998-ecd2-e053-2a91aa0abfe3", + "855f7a57-20a0-4a4a-84e1-67851f0245f0", + "7cc4c7e9-5d9c-01f9-e053-2a91aa0ad740", + "01d8a4c8-9b66-4229-b75c-355440b7c84e", + "17773d05-483b-45a2-b27d-6ea4dffd64a6", + "f59ad769-65bb-4e82-810c-7441288a8730", + "6509831e-6268-4ef6-b82e-c05a8e87cd2e", + "a97bbe7c-beb3-644e-e053-2995a90a3172", + "cd520f62-0cdb-410e-8ad8-d3d87488ea6b", + "bd4b3722-943c-bbb6-e053-2995a90ae5b3", + "f2378d31-1cbd-4647-b9af-d3277278508e", + "c107ee4d-6fd8-4cd8-9f80-5d140801eaba", + "5b6865a2-34d2-42d0-b232-19f146a5022e", + "87e0d293-2ca0-4ba9-93a4-ba84596c7202", + "93c5c640-80ff-46c1-9045-51f1ee5d8e88", + "5acc3f02-2a9d-4f47-8146-844c17afd8c9", + "01df4eaa-49ea-4b81-bc25-cb3b87b9bd0a", + "c69f4926-c5cb-63a0-e053-2a95a90a2ca6", + "b3b945cd-8432-4946-935d-ca03ff242e91", + "a6ae0556-4734-4e17-b248-3782ea1f3f35", + "affbdd59-a0a4-4def-97ca-53a71c99abaf", + "54470eae-b62b-4525-bfd3-3a1c9512919c", + "9935c496-00d2-4a41-a956-5513214ce197", + "a4c0cb6e-646a-4f1d-bb6c-232cbf733d1c", + "f55348e0-c999-41ab-93f0-8735b6f6abea", + "897f8317-70ae-4420-9853-505bf0fadcd9", + "28eaea73-c5b7-40b1-a286-5e6e71ba48ea", + "b015e4e7-624d-43cc-be9f-d0a59f3ce8ce", + "602ff1f5-9c67-47a0-9847-05278ca1acf5", + "3f578f04-3084-437e-99bd-56696a15fd7b", + "7cc4dcfc-cafa-94f8-e053-2991aa0a8852", + "af0bdd05-cac1-806c-e053-2995a90a5993", + "aca20681-cbb1-45d9-84d3-71582532475d", + "69d1cc24-301c-41dc-8e64-b00468c01942", + "349711e7-228a-42a9-b5d0-b9f6a5432c55", + "24cff255-a76f-4ecf-9f29-2505ac5b5e95", + "8be1d248-c837-4000-b001-27ccad6d6d74", + "97e20b69-82d1-466e-89d0-45103de650e9", + "5f01ce69-dc19-42c8-9980-0d7e1c634752", + "1ec5034e-ebbd-4739-92c5-d0c4992f753d", + "0f09f326-b185-4a76-a761-b59c6391fc53", + "f24a47e4-e15d-4da5-ab82-b1181d348afd", + "9e65043e-88a4-766c-e053-2a95a90ac0b6", + "99ffde24-26a6-21a4-e053-2a95a90aa090", + "b0921b8e-af88-47b9-9576-a182e3e2bc5b", + "ac5ea99e-f61c-4e77-af52-28c527448b03", + "f3a701ce-65da-4764-a128-ba4c4af1877b", + "9a163290-216e-bf74-e053-2995a90a7341", + "cc87aedc-f13f-4e0d-97c8-225a625a173b", + "cd7153bf-f571-4b7d-a30e-734a9a8fd50c", + "b1050a6c-d7c2-056f-e053-2a95a90abacf", + "a3341cb6-0221-4cb1-a206-9f7ad4f7d038", + "baeca169-e0bb-4899-ba68-da65692fd33b", + "bd8ce39f-ccf9-3976-e053-2a95a90abb1f", + "774ddbe6-eb0c-4efd-b7aa-5c17058d58bb", + "6d152478-74eb-4c89-93b5-bafdd1e4f4f7", + "f82498b3-ca6e-4a7f-9854-b9ba1cc8d304", + "12b8233b-1772-434c-bba9-ddd46082e497", + "5e31330b-4b84-469f-a933-059e77358c79", + "0c6c9ae6-eb75-4eea-ad32-250e177f5a99", + "1e1cc30e-aae8-432a-a077-d675b25311c0", + "2777d722-87e9-456e-af2d-f7c25b576032", + "d27c221a-b40f-48d2-9de5-8575e18a5fcf", + "c3553e5f-2128-273b-e053-2995a90afbaa", + "94599912-bcf5-4193-e053-2995a90a290d", + "5be77232-457d-4c49-83dc-7fc53319d2bb", + "a478f793-45a6-45fa-a505-10fdbda1c8f0", + "b596a958-49b5-1ac7-e053-2995a90a52f0", + "01fbbee2-689c-4546-94f9-6d10687428d5", + "956ac5fd-01fe-4fec-ba66-f103f72cdf6e", + "f7e120d7-479f-4a17-a4ad-c5dd71d13f78", + "b5f81912-c0b0-ef3e-e053-2995a90a2795", + "b1292710-9d27-4682-b7e5-33407b01f92d", + "498ff5e0-3267-48fe-9132-babfda5285a2", + "43cc496e-fa4e-483f-8b0a-c25f4ccc810f", + "b7b548c2-ecf7-486a-e053-2a95a90a202e", + "b78c42b5-35da-5e64-e053-2a95a90a4625", + "51a5bb5a-ab79-4cf4-bbf6-95c33cd6d6af", + "ac89b6ac-59ab-3669-e053-2a95a90a2191", + "823d27cd-3b88-4456-a9db-63e514be0364", + "e71c293f-48ab-4884-93f8-488f2690b0ac", + "8911d415-855f-46c1-af23-1544f1d89c71", + "5f0aa014-6845-4707-bcdb-60f37fee67c5", + "5cc3aaa6-e192-a116-e053-2991aa0a1422", + "be2cae5f-8d4d-4be7-9d6b-588444e2f804", + "8c54db67-470a-4e48-9cbb-cbae2bf904b6", + "ce2f9113-11a9-42c8-ba3c-333d395bd6f3", + "910dd495-f0b9-4c63-b3b2-27ccdd8d42c9", + "f88ce1ff-4ddd-458c-917d-61ef901c455e", + "18ba5bb0-9698-4792-badc-3239855dbea5", + "db20f8ca-8b1d-471c-a5e3-870a7431ad17", + "231019d4-69bc-480c-84bd-7bcf6df30eca", + "8e71c727-66ab-497b-ad8e-0230b43f9a1d", + "94a9b61c-b7ce-32ad-e053-2995a90aadc2", + "a7f02ce4-a8e8-4e24-a171-5dc392879ce7", + "66af09f4-1566-4f1e-9cde-3eaf5eea2756", + "0bb517a1-b62d-4bd8-b251-a8d02b6c8fba", + "ca3f8779-0384-4378-9024-ad1537f16bd6", + "671b67bc-ac76-4b0d-a505-4a63ee5d3f22", + "8b16d62b-4365-490c-a9c3-29f77f858916", + "b057fcb4-5fe0-4582-a2ee-881920aed6fe", + "97404bb3-0316-71fe-e053-2a95a90a4b1d", + "b192cfe5-f0fc-429c-a340-95c4289e6f4e", + "f767fc26-00c1-47be-8210-563305447b34", + "729f0d62-eb80-4efe-82bb-073b70f2ee18", + "3809e367-3e36-473a-8187-999f3e006c80", + "62447189-3a3a-4e3a-a91b-cde743c6d41d", + "b614ac07-1f90-4d85-9d61-892876046457", + "d1d3295c-be50-472d-b5e5-4157c9c422a5", + "497d5a56-fbf1-4500-a3e5-f5bcaa4a98fb", + "3c5d6704-493a-464d-b308-90e4ecb97620", + "61956c46-fd9a-ce9d-e053-2991aa0af1fb", + "dd5849d4-1b9b-4a79-a35c-18ad9946b48a", + "7217b732-c221-4f27-a16f-612309d4d4b2", + "c07a0911-e3f4-4224-81a0-f0a7bdb89d97", + "7af5ef2f-61d9-47ce-a961-e496fe9f6126", + "1bb3da42-357c-4ccc-96b4-46cf4b36dc7c", + "7cc4f419-7b9b-724f-e053-2991aa0ab78a", + "a5665101-32f2-4107-930d-b9a9121da525", + "d90916f8-e381-4dad-a760-a83d4191105b", + "3c205ed2-80ab-4bd1-afa0-fe42076b95d8", + "a0749b77-e8bf-4e25-b7ff-5064bde8ee94", + "b7b50de4-5c4d-9f67-e053-2995a90ae9b5", + "1c149ab2-6228-43cf-a608-d57de9afc625", + "8dfa46a7-592c-4cda-8902-aa224e01b57c", + "c5eb2b61-4217-1b9c-e053-2995a90a292e", + "92511556-01bb-4643-e053-2995a90a7dd8", + "96eab1b5-11f9-4ce8-a28e-7df704a8cf83", + "8db8137f-fde3-4fcd-bb4f-0ce3d2205e97", + "c356b11a-f87d-4615-93fa-60edee88be07", + "c103a4e2-5755-310d-e053-2995a90abd00", + "e502c455-f0ef-4263-8c09-97d311bf9470", + "ba72bba7-176e-4f83-e053-2995a90a86ec", + "995cfe15-9ad5-4423-adfa-7c0bf24610f8", + "893f80cb-48a6-4ae5-983c-45a284def3c7", + "ac4477fe-74e6-4585-82d6-641c964e994c", + "fdffee5e-7bfd-480f-9a02-f3180aee328d", + "b20f791d-f776-4376-a10d-98ee9afa78c1", + "f66aaf61-cb1a-4179-b292-99ab6451c321", + "e7277c8d-e9fe-4882-9cc2-2cad74ed271e", + "c3e7fc15-d022-473b-a42b-fde21c2b3acd", + "4f0e2ba0-489f-4722-b594-49b0c4f7af60", + "68ff4262-f286-4d30-b467-6f6ed3694205", + "f9f0be8b-f8ea-4155-bbe0-30f7e4ce3de4", + "cf769f7b-fe36-4cc3-9fbc-2f2dacd46641", + "0f1d50c8-039b-4733-afe0-0e397bc609e3", + "33d4a55e-479e-4e65-b9b6-b81de88bd488", + "f3287b3d-8323-4209-b9e1-1dccfb9828a3", + "94592969-5251-a13e-e053-2995a90ab182", + "979d86a0-b1dd-4cdc-b73f-adee7e5ca89a", + "1ce291dc-2871-4abc-94f3-144e93314188", + "b7928c2d-1e2d-a219-e053-2995a90aedee", + "203344b8-0df1-47ba-a177-980a590ed28f", + "db35ea73-2fd9-47da-b480-9992b1f04672", + "18ee8f44-9419-46af-af61-f74d61706e51", + "b0992c59-891c-4ffd-8e4c-f98a22dea328", + "4cae2f8e-3716-46dc-b467-23f76d942979", + "8d12ea09-6c44-437c-8496-c6277e47d125", + "bccb55cc-368a-54a0-e053-2a95a90ad8eb", + "e0a8514a-37e3-4519-bd17-f32dc3022eae", + "a307aaff-611d-4fea-bcc9-1e236523d09b", + "eaa78531-228c-4348-a60b-c2eff134212c", + "d7aea0e8-f63a-40b9-aef9-2b379d09bb07", + "e68633ed-5077-4acf-9152-a255fb2b9eb4", + "80b6980c-5838-4ff4-8331-8e453eb75d52", + "27b61101-da7e-4945-9120-ef0d931562cf", + "0167b804-a90a-42a5-848f-46cc10c1ea99", + "af09a6cd-aadd-4223-b4c8-d9d4419a0276", + "c117745d-768c-9b1e-e053-2a95a90a0c82", + "58bb7425-a90a-4157-b977-838f8aa16729", + "3c05f2fa-0d55-464e-bc92-ebea0adc3cde", + "ab101e7a-f0ca-40ec-9d50-34c027d4cdf1", + "f1f403ad-0939-4aa9-b040-ab01289d7a64", + "9ebd1b01-164d-46c7-804e-6a4a245fb9e2", + "c3c901ff-8e0f-465d-b466-620ca029ce9a", + "372a021e-681d-4b9c-9a1c-b8be39cbdd93", + "6970b114-8a6f-4fc3-a00c-0752258e13ff", + "de6dc3a6-35ed-439f-855f-3b8cfd85bd73", + "3eb95dc3-293a-41b7-a081-4f0039a5765d", + "1dde7c24-5dd3-40d3-973b-ef502c339e08", + "50d04692-9415-4647-b608-fec1f08a839d", + "9b04931d-0101-13a7-e053-2a95a90aafc7", + "3b5a633f-2d4e-49a2-b905-1563a2e9da21", + "d9949dbd-137f-4bc1-825e-6378d86ec734", + "96895069-7a8e-4739-e053-2a95a90a4443", + "66b7034f-fee8-453b-bd9f-c35c3efcb93a", + "bab5008b-955d-4798-952d-39a0015902a4", + "04a41db6-4152-4faf-b9cf-920091fdb705", + "c7077133-bccb-5cd6-e053-2a95a90af619", + "26772316-3b79-4f43-a733-b51482a5ac5e", + "38445864-ca98-4971-81d5-586436459105", + "ef3c5366-cdc3-4039-b9ac-1c74cc42a439", + "02f609e4-cfbc-4241-8f96-9dd6bba8d36b", + "20d24a3a-4692-47db-8604-ef5cc232cff0", + "43ec0026-8447-4aff-959e-6f813eb88005", + "b722bffb-e298-4ef3-b0e6-368eafe911fa", + "bbf12c44-1bf5-1aed-e053-2a95a90a8b87", + "79eeeb3e-ee70-45ba-8319-32e743e55dfe", + "80ad573e-6009-f4ee-e053-2991aa0aa976", + "f11ffd51-2913-4cd7-839e-bdf55535cf40", + "b0b7fa93-8158-4931-9b94-4f13c00b8716", + "b3dc3eb3-23f2-0981-e053-2a95a90a0d24", + "2d5be584-7f59-4797-80c8-cdae92619cad", + "01eb9cca-82fd-41a7-be6a-cf0e7421178a", + "8922f337-292d-4ec4-a5e3-e7386e86a7eb", + "941bd2de-0c0f-1901-e053-2995a90a89a0", + "63b39948-fd87-45cd-8a60-934961b75312", + "2025c032-02f2-41be-9c14-636175aefa8b", + "f4a20291-1d23-4cc7-9863-70b600b655a1", + "7e4240f8-d044-e59c-e053-2a91aa0af918", + "b0133bb3-d20d-4c8c-b1f8-a68126eb2a14", + "f04fffc2-5b25-4e5e-bb8a-9d9ea703c097", + "e603e65e-69bc-4018-aae6-44d27a26760f", + "e722232f-f4de-48d9-abb6-06c95a329bdd", + "1dd032ff-a8ac-4dbb-b7bf-62762e53a8d0", + "db016743-d349-4dd5-8a6e-fd078e241be8", + "7faf76b4-7f26-377d-e053-2a91aa0a19d4", + "a856d1db-eaea-4afe-8366-c5f170d19814", + "9bae1988-d7bb-4541-891b-009296e605ae", + "926fff4e-7315-67cd-e053-2a95a90a4ff3", + "b4ee552d-5379-1798-e053-2995a90a4196", + "c6f23b0b-4654-01f2-e053-2a95a90ace7c", + "18ea1894-d6d7-4d24-b458-c47e93942f84", + "63af2c45-d7f5-4300-b5bb-0a45712bbfa8", + "0e0c1bb9-8d94-4f5b-be2d-0e2c3d140183", + "6b81adfd-0787-4249-a00a-2290dc7e3a31", + "4d457956-c4da-41a3-a866-5954cb011367", + "f320fdda-83dd-4f05-97be-1cef1709ae76", + "2f20265f-6554-4352-b603-334acddf6c98", + "4abd60c2-35c5-4714-bb97-1ee1b4558c2b", + "961d2281-2ef1-4b1f-8a99-42c61b904f4e", + "c41f8069-3649-4bfe-884c-2072c2006afd", + "e4d4b3a2-ce38-4912-a91e-06eae019f87f", + "34d733d0-84b1-4024-9a01-4732be2e8b4c", + "e5a69956-f0a9-4e00-8264-a9e745416a4f", + "6aaa5cc0-320a-4e19-b4e9-9d226b386067", + "71fc2079-14b8-49d4-b40d-c77e8fb651d4", + "8052b836-8360-455e-a155-8ff7868a2034", + "251a0d87-470a-45b4-a38e-6fe87b9ead57", + "8c58bec7-a355-40eb-b508-ec845356e818", + "d758dce6-3692-486f-b07f-12b6c14bedc4", + "a309db84-6691-4628-85f9-750bba002be9", + "628b0634-11c9-4fe2-a759-9fa214494fe3", + "93df2f8d-6221-3604-e053-2995a90ae48b", + "0c6e2e3f-b52f-4912-a330-251b496d6838", + "c69e4fd1-8912-4c5e-e053-2a95a90a5c3c", + "62ddc12d-7480-4db8-a784-e2e1503fad2b", + "c48e9535-0df0-4922-b09e-5ba84ba1ee60", + "440b0400-2f5c-4868-99bb-797110d47c70", + "0e9b56e8-3652-472f-b719-bc4afece518a", + "eb570845-bf6e-457c-a8ea-bd08b77d6928", + "b60c0572-5193-6985-e053-2a95a90a299b", + "b2083a1a-3533-4944-a8b7-3e70044e651c", + "f038e434-0060-4da5-9c34-f5b8b03c2773", + "f78b5761-ee3c-4a98-b152-cd0d2b08faa9", + "fe28932e-7f94-4ce9-be58-6f05f8890943", + "b79312b3-4bdc-3cd9-e053-2995a90a6298", + "c71bfbf5-6009-13b2-e053-2a95a90aac01", + "b7b4cb7a-01d1-a043-e053-2995a90ac291", + "994f5b8a-504c-df25-e053-2995a90a3f29", + "b2316565-654e-a067-e053-2995a90a6bb5", + "227f1efc-59b8-45af-b07e-bf778d7f9dfd", + "b26c96a9-ac1d-49ae-ab2d-c1a7c0767d6b", + "b88dd417-eb62-40b1-95b2-bff440da5932", + "fd30f035-6807-496f-ae72-2cc647d77db1", + "062be047-abd4-4b8c-9465-fd4ad1fa3295", + "8f3ccb2a-a32e-471d-ac03-731e29a43cc1", + "c11dbffc-c6c4-a259-e053-2a95a90a9f31", + "e633ea09-53a8-4c55-a38a-1854cbf0ae8e", + "19cd92e3-dbe7-4687-a710-428f8878e4ed", + "8cc26a0f-8177-4e27-8c85-31572043a8e5", + "4ba91850-7abc-43a9-8afd-26893a9540fa", + "c36485f3-9745-fb0d-e053-2995a90af398", + "b7a07492-442e-60e3-e053-2a95a90acaba", + "e4bccf4d-c994-4ca4-a3c0-ddc67fc25fcc", + "e66866f8-143f-40cf-a1c3-1a21781d93d3", + "4e80b344-df44-471e-bf7e-27ebcb09fe12", + "3e800a81-b76e-40af-baab-fc677f499425", + "c4e83dba-77d0-fa5f-e053-2a95a90a0dd5", + "99871d3b-c800-fba9-e053-2995a90af410", + "7b8b8af1-7a23-4b70-a522-2c6e07bc4481", + "7e490b7b-e77c-5917-e053-2991aa0a3d17", + "7d3a159f-6d11-4f73-8102-3ff0bcf65f61", + "bd8c7d51-57cf-d172-e053-2995a90acaaf", + "985e4f05-5e17-4611-a835-bddd950328ba", + "93df353d-b622-daf4-e053-2995a90ac9d1", + "6b3e5681-1c05-4034-afb0-6e65e6e167a4", + "5cc3aaa6-e19e-a116-e053-2991aa0a1422", + "5cc3aaa6-e1aa-a116-e053-2991aa0a1422", + "f789aaf0-b91a-40e1-8f9a-4277dc24244a", + "364ddc89-9b82-4530-bfaf-4575d8f184c0", + "c10be92c-3152-d7b1-e053-2995a90a02d3", + "8ac03a6e-9539-4934-95a5-c6c855810fee", + "405a9f17-f2a5-4203-95b3-2d4c3235a656", + "554055dc-7253-446e-9fa2-5929b561eed5", + "c355329e-b2e8-73d6-e053-2a95a90a1a93", + "cf5f8691-b9e7-4a85-b997-e68932f282ef", + "89c09870-e1ca-4917-a225-d5aa2ce67acb", + "3f9af75c-b09e-401f-b524-0934ef23e9a1", + "cef0c34f-88db-415f-ad9e-7349dffd1420", + "5a817cce-55ab-4118-958a-9eed467dbe6d", + "f88a0c67-ed8b-4570-8e3c-921661516534", + "93ddc5d9-d9d5-dfe1-e053-2995a90afa5f", + "86d10524-e103-4cd6-850e-e39148fb6358", + "5f0ee4a8-7778-7ce5-e053-2991aa0a0c05", + "2a7b4272-4351-47b6-b641-89f8233309e3", + "2d43130f-947d-4688-8534-3077e3126cb7", + "7cebdce0-341b-ad86-e053-2a91aa0a6a87", + "d4e43d63-bde9-4c43-8d8f-5111c5580682", + "5a1d619f-48d2-4832-a4f7-1c6a72591094", + "948fccb4-8bc0-4a39-9ee5-375904956517", + "e8f45268-511b-4e4e-acc3-874f4434bece", + "54084723-eee9-455b-9cdf-54521043f13e", + "a2740af1-0bb3-4268-a378-b25333058fae", + "67c61f94-e28d-4e8b-a7ea-8eaf317671b8", + "bee0db27-4e18-41d2-97d3-c7cf4aedf125", + "c13283d7-b95e-16d4-e053-2995a90a1eba", + "85ac823f-c5ad-4488-95ed-b07631490f47", + "1cafe826-be65-4216-a706-a99e865c51a7", + "3e3dc8bf-a1ea-41f2-8257-ce9c4b7e22d3", + "9b047136-2bc8-1466-e053-2a95a90a5a98", + "b13a6dfe-ea1e-4c89-b205-71f4fcc9c84a", + "6e157a61-05f9-4ca2-986d-4cc817ef391b", + "5b07036c-3152-4379-a5ba-a45764079293", + "1eafcdcb-675a-4bf0-a906-de2c95a09f9e", + "57f89574-98e5-40e5-8dd4-e868a668adaa", + "a0827a63-52db-2153-e053-2a95a90af9e4", + "9893be20-a44e-46dd-83f2-b443c57d21d3", + "c4f61c25-1e3a-5c53-e053-2a95a90a627e", + "7c5e4c95-80ac-4134-a3ac-fefa155abd4b", + "34261411-0e69-4078-a8f3-bd8a7b94765c", + "7231a16c-4889-473b-abb6-9475300094c4", + "91490445-0cea-fd86-e053-2995a90a43c1", + "c23a3a46-e36a-4bb9-ba9f-28e5474d11a5", + "88c6dd39-271b-45d5-b4d6-51f24b1afb82", + "b7b4fa51-fe6d-0c2a-e053-2995a90af780", + "b4f46315-6866-2b6b-e053-2995a90ad6af", + "c3a56b3e-1815-e747-e053-2995a90ae61f", + "a8efd115-94ed-efd3-e053-2995a90a653a", + "5cc5fab2-77b5-05c5-e053-2991aa0a272d", + "a5b876bc-d942-4361-8963-a4c06e9f6d6c", + "c11f5d25-8ef8-5f20-e053-2a95a90a2ad6", + "9c87cf12-cc59-5723-e053-2995a90a3817", + "56ec37a5-cd01-4f9a-ad51-1e428c1c6535", + "e5f388f1-6a7b-4af0-b873-d953c2f28a9d", + "0ad2de4f-600d-48e8-ba80-92d84a8fa9b7", + "c6b67370-fe27-aeec-e053-2995a90a24b0", + "1f3eb8f8-a02a-48b7-9b8c-0811f0a29331", + "d86aba30-299d-4bd8-acc5-1b00da4b0893", + "7cc4c7e9-5db3-01f9-e053-2a91aa0ad740", + "4f0d98d5-7a99-4349-a483-b4af8ff80bdb", + "75317cc6-c068-4cae-aef4-95d92ff0a686", + "f77ca7b0-5b6b-4a4d-bbc3-a23012258dfd", + "af0c4e30-d36d-6243-e053-2995a90a49d1", + "a7028c4a-a39b-4e78-a04e-bd6d939da74d", + "53869c37-21a9-4319-b4a1-2b86485bf0cc", + "c30ce0b0-ddce-4143-84f9-7fd1b61abe46", + "ae6d90a9-4c7b-4798-e053-2a95a90aae0c", + "f4529240-a615-4d1a-a07f-f27f87d3334f", + "d467cec7-8542-494e-b5a5-9c43eb7c970c", + "124c9a47-2dc4-4aa8-8e33-c507e1c53fc0", + "c4e79259-e3f8-456b-e053-2995a90a5571", + "928fc7a1-1669-4f27-90a0-cfb7a440f3fc", + "d1d6b5fe-931d-458c-8df2-a9769698f3c7", + "859c5841-0c5b-45e4-896a-12519f5e3b23", + "0b137dea-9bea-49b3-b18f-7713593266de", + "4a420265-ae58-4a74-a0b2-497799a8b09d", + "1b2f1b11-905c-4c77-b609-ffae53749092", + "c29edf43-69e6-4893-affc-737d2ff28929", + "82e01cf9-ef35-4c67-a604-6e1e443d7099", + "6c6cb8bc-0e2e-4c54-ac57-61d16e2c8a2d", + "7f6b7829-ee33-7c66-e053-2a91aa0a8f13", + "3165c71f-98a6-4838-998e-a90dcc7a9515", + "91489f94-1d6f-e40d-e053-2995a90a48b1", + "4b4220d1-bb64-4f86-8444-2e1566cff164", + "99e77ec9-0842-24cb-e053-2a95a90af517", + "c46279b2-81ee-42a7-aa1d-5aa6f621ab54", + "4a3af7eb-6e00-4d3b-af30-b3bc916c4782", + "c29e2c3a-9ec6-0b62-e053-2a95a90ac69c", + "9d5d92ed-8257-f6c2-e053-2995a90af06f", + "5d1a3a36-5f51-4648-8d80-ad4b00664d90", + "bb3a8654-7e7d-46ec-ab3e-199a6d49550c", + "8cff4f6b-154c-40b6-8b17-58c6f648c82f", + "4ac84336-20e0-4ef0-a94b-787350552fc1", + "a7aad95f-09fc-be1a-e053-2a95a90ad017", + "bc04545e-9de1-4aa9-8a88-9c739f359d62", + "1c30cd85-2c58-48df-bf79-c480dd1bc21b", + "7f8ac83f-840d-4670-83de-7cb0711ed913", + "da4f44f4-a384-4d41-9a0b-d2aad94db013", + "9cc050c2-e4ee-46a0-a16d-3ff6e7f14e93", + "ad116de0-c513-47db-94e7-509decafe962", + "a3771ced-5e3c-4974-a4d0-0400b394cedd", + "c0a28196-1336-69c9-e053-2995a90a2ccd", + "7e5e66a1-04d1-4452-91fe-e00ad2524421", + "b5a7aa73-a74e-49c9-a9c5-f731f99cc3c1", + "3fb74839-899b-4134-85c1-d33b2f2c3bde", + "e6c5db84-0de2-4fee-ad27-ba3fd423faa9", + "bf512fd3-9f93-3fc4-e053-2995a90af9dc", + "20054cee-169c-4f76-805b-6db753248e35", + "5e0c6dfe-b60a-4d64-9255-d03608f43948", + "866c7c08-be56-49e9-8b12-95b405b50643", + "453d1a3e-e19a-4ef5-86c2-c498aaafbdbc", + "3ceccd8d-9fc5-4673-8fa1-2a16adc0f28d", + "7a108720-7381-4da4-888e-3db13b0394b6", + "4f67bf99-e703-422d-baf5-b24b33634ea9", + "6ca17c11-b880-4b2f-98af-39ad976cbfdf", + "1129c51f-a702-4047-b0d0-f2da0df11fea", + "19cf7c8c-5c84-4899-907c-f5821b4f6b67", + "b2bc2458-e41a-4ebe-8e40-5612201ed31a", + "f64ee396-aa26-4a58-8823-f90e31f47f08", + "b4aa0096-100a-416d-9532-086d46708f78", + "178c404f-1d5c-4099-b22f-9b5042d03c37", + "f1145130-2aa7-4229-94ce-4118839f211a", + "c065c13b-adaf-094b-e053-2a95a90a6336", + "c59cbf0e-1380-4dd2-e053-2a95a90a853a", + "af0d50c5-659a-7532-e053-2995a90a104b", + "699092fa-b263-4c1a-9d48-9f0143ab6a9b", + "941bb9fc-ef1d-1969-e053-2995a90abbf0", + "c71a4f5e-f8e3-1c59-e053-2a95a90ab5d5", + "02bf0edd-488a-4809-a365-501f6cfea6ac", + "b10bbb73-2161-48fc-857f-626f6cfdfd36", + "963d588f-008a-4c7a-a3b1-0247e151c4e8", + "02f94250-d347-4dd2-ba64-1da40b816eb0", + "7650bcc6-6ff8-4e20-8cb6-59804cb5e0b9", + "7a7b80f1-fd8f-a78f-e053-2991aa0a7098", + "7a29a5eb-c8a4-8beb-e053-2a91aa0a145c", + "e3399259-8c65-4b71-b98e-e9237d1c8de6", + "9148bd00-c376-3473-e053-2a95a90acb0a", + "99597d18-f085-8884-e053-2995a90a163c", + "bfad324b-381d-4485-9c8f-b08849630ce6", + "e36b10d6-75a1-413e-bd04-fca97d3376b9", + "af7ae548-38ad-41d5-b1cb-761cd2e386d3", + "6c311047-4be7-44ad-e053-2a91aa0ad047", + "bdc48d22-c607-665e-e053-2995a90a9dbe", + "68cd4b2e-07c5-48ce-8ece-d56e8a13d33b", + "dd8667e5-1210-47c4-8f64-7303930f3340", + "e3ee52dd-e990-444b-8477-eba3011fe9c8", + "28123af0-b314-4598-800b-e2eb272de56a", + "ef7d4b51-91de-4d46-83e0-91ec211f44f5", + "36418ffb-c023-47e6-86e3-9942bcad7172", + "ae065210-9198-f773-e053-2995a90afa66", + "365167aa-e965-48e7-a4a3-cffe6946084c", + "5538d433-d49f-4772-8701-20af76f7f5f8", + "c9068e11-93be-4aa5-bafc-2907a8208e5e", + "badd004e-0f97-426a-825f-606b3e1ab63e", + "ab30219f-1092-4af3-8e9b-21a43a4dbf4b", + "809bf766-5600-4789-928b-c0c9a269db18", + "7eb63872-61db-4534-9b60-6a9334caf41d", + "f48b4878-5223-44a6-810e-8f2d7670702a", + "549e04b4-c925-4b9c-9b4c-fea1df778676", + "8d40ef34-c780-4ecb-9f5a-457e95cedb4e", + "b869c8ef-9088-6b11-e053-2995a90a4cc0", + "8151a0c8-611e-bef5-e053-2a91aa0a3a02", + "c323f511-a3b0-419a-aead-ca02ccc5c2c3", + "b7928c2d-1e2a-a219-e053-2995a90aedee", + "35ebb4f8-1bc9-422b-80d0-e22ccaf9ee72", + "d778a14a-709a-494d-8304-5a5cc402edde", + "70de016d-7476-428d-8060-2206814e6a53", + "94598f46-141d-d14e-e053-2a95a90a4283", + "6e23e6ca-36bb-48d3-8481-91cbea12f505", + "bf65a52d-235a-081f-e053-2995a90ae17c", + "42896c1c-ded5-4888-8cdf-948356823f99", + "940b9f5b-56ae-7d44-e053-2a95a90a9d65", + "d952af26-68d5-43c7-8571-b842203e4e51", + "469a5fb7-ea86-4d53-a5a4-3d85c13f9509", + "efb5c507-94cd-4fab-89a5-33888a3d333c", + "e5b28f16-29ef-42e9-96ba-cad45dd34dd3", + "daa518ec-8725-4002-b7ae-f743e203f308", + "bdbfd10f-02e8-40a2-90d4-179602276da3", + "553823da-267f-4a65-acfd-4ae457050298", + "fbd0c378-6d46-4f6f-b473-610dd4d20bb1", + "8c242e34-89b8-4ea1-9077-6d4658a3d858", + "10a77c6d-9ea6-48e8-86ee-f2d434c504dc", + "0ad2c7fe-b9a5-43de-9226-a6bc10fb4aaf", + "1a79fd3f-f230-4ec4-a815-b8293c8fc452", + "6116df05-91b5-4f17-b6d7-bc5dcc693b21", + "1c4948cc-30c1-4c49-a5cb-b763b3953dce", + "6619b5b2-87f3-4d82-afbf-323a7c28272f", + "5ae99a49-0863-4b18-84cd-bd2929e3ec3a", + "9f9a0ad9-96fb-406c-a42b-a2a6ec88cae8", + "9142fe4b-ea29-4313-be17-7afe32d2b087", + "c4803357-0458-8a9d-e053-2995a90a102c", + "e2b53c29-79b0-4335-816e-653c133feb4e", + "d1fe85c1-5021-4b18-ae28-fc3c26c42cae", + "6ebbaf71-a5be-41ba-96d2-020509224256", + "40a3326e-7001-41f6-8d49-a2cf24145dcd", + "687d1662-2aba-4ea0-bba2-81d0d6a9d23e", + "a4c0019f-c859-4478-bd4d-15bc1491f88b", + "bc03fa56-8880-4bbd-81a0-91853fecdd4e", + "6a316b30-5d62-41d8-9505-ad7d3747d2f0", + "b7487f5b-ac2e-4368-b575-eb900b0be60b", + "010e5500-3952-4faf-bd07-e9c86187ede8", + "8ecd9150-a211-4588-82e4-040e6697a283", + "03335fc0-f330-4f92-aabb-1757a4b8ab41", + "c0f79548-cdae-68a5-e053-2a95a90adee6", + "ae494b88-cf4c-444f-b505-ecfb116d12da", + "d70c1b3c-4657-4892-979d-b4a775ec657b", + "b992c23d-2f5b-4050-8474-4cf35741767c", + "c4101390-7cac-4e6d-898c-a2a7c72b9be0", + "75af4581-30db-4c42-84b3-a731c8a8750b", + "84ceb75e-2960-4b70-b147-0417f18988be", + "b2ce8230-64a6-44d7-9866-95aad482299d", + "214abcf8-2fb0-48d9-ab9b-e64d696da961", + "9621f688-8416-8721-e053-2a95a90abc52", + "0cbcb807-5b00-4256-9e73-c5023d8622f0", + "32422aa5-7782-4676-9eaf-9d91a44580b1", + "b869c8ef-9079-6b11-e053-2995a90a4cc0", + "7e567513-1e87-92d7-e053-2a91aa0afc6f", + "aba193c0-bf0c-45b2-a9f7-dec119b1f1d7", + "7f508dbe-6a54-4acd-be02-fdbb8819b9a9", + "d7102585-422e-48d8-889b-a7c3a325601d", + "7b81017e-c94c-40fe-af24-0f598da95309", + "e0141c2f-ffa1-4366-9fed-e0d26b491408", + "d3a0e7db-7ca7-4a36-8d19-9412ea593275", + "570ba51c-b17b-4da1-a094-de88553cfd54", + "b956d527-7ea8-e084-e053-2a95a90a866d", + "4c0f0249-fd10-4b80-aa58-c0426875e5a8", + "c61a7995-69ee-6141-e053-2a95a90aae98", + "bdfcec8c-5b26-4555-92bf-0ea275a7f151", + "94849963-f4c6-3df4-e053-2a95a90a4963", + "43da39b5-b915-4c50-a127-c0380e884ad4", + "bfc158b4-df6c-4ce5-af1e-5f3b2569a005", + "91490445-0cfe-fd86-e053-2995a90a43c1", + "e07350fe-b907-4c5c-af1f-49e686c1a668", + "bdd38d39-4437-4c8e-a2d5-4c09b7f4c32c", + "abbc3017-0f3f-4c00-aa6f-c5786b17b423", + "175aca2f-a88b-4b2d-9806-984ed0e49ff7", + "c53c5863-f402-48eb-b40e-6105548c9ba1", + "9ea0b2f5-2602-43a3-b194-c91a1dddb2eb", + "e6b64c0e-8244-4267-bfae-895cf5a85b20", + "7926415e-e0c7-4376-b60c-76c0fb0e1e62", + "3ab328f8-6389-44fd-bb84-8b28709dbc30", + "87f7b641-0ed2-4b85-ad27-67c181c48871", + "5c38191e-8368-4065-ad46-0499748149fe", + "9864b17b-088b-4df0-a99c-ebf5d95beb18", + "beb28eb4-c7fb-d0de-e053-2a95a90af463", + "7e915bad-424f-9f41-e053-2a91aa0a1e47", + "5f0fbe6d-cc1f-583e-e053-2991aa0a14c1", + "a49aada7-a48b-48c4-e053-2a95a90ab53c", + "77d2c082-9893-4a98-bed9-d353947429ba", + "b173baa9-0375-6aff-e053-2995a90a8269", + "13b86e1e-1dbc-4934-94f2-4a9f0d9b437a", + "f0c45dee-59b8-4c8b-9aa8-52e0c27e983e", + "e12933a5-14aa-4340-8822-b3129d070792", + "7e43aaf9-790c-a81b-e053-2991aa0a8644", + "d2bf9f1b-4f4a-4fd4-bafa-c550dc7ce0b7", + "9a42f787-2d06-4cba-b74c-8bc89aabda28", + "0581cfc7-a021-4f72-95f5-3058e459f334", + "c36485f3-9744-fb0d-e053-2995a90af398", + "a1e0c31b-d459-4271-97fc-31eee84c00e8", + "897a2dbe-715e-428b-ae42-9ba83c4a6ae7", + "c242ec78-3354-419d-a01a-861059d016c9", + "7e555ba3-c6b6-0808-e053-2991aa0a0b25", + "25b06e99-b630-4671-b7fa-62499bb9bed3", + "f8160fe1-8b40-4c26-a748-7dafdfea75e1", + "94bd0c4b-51b0-6579-e053-2995a90a5d5c", + "a46d8620-11ee-4d44-8160-8293e8bdd30a", + "be759d2c-4ceb-ca4e-e053-2995a90ab8a7", + "3922e493-940d-4619-801e-e96d4598eee6", + "c1ba2e03-b99a-436e-8902-9ebf799dc792", + "e9760abe-3983-4015-ac75-24494bfa26da", + "4874ac40-ef8c-460d-885d-2483d383c4d8", + "4b8472c3-8d40-41e5-8f4b-5f7615e4005c", + "41a1fcc8-a82e-4101-9145-98dca7336481", + "7ea5e3ae-a250-49d0-9fc8-b78e25b3114c", + "91eddd6d-f489-4677-be07-36825a842bd1", + "96b185a1-b52b-aa21-e053-2a95a90abfb8", + "c6b02ae5-3f54-8313-e053-2a95a90a7dd6", + "c29d72dc-c7f0-f15b-e053-2995a90a0c79", + "c403fab9-ac76-41f3-e053-2995a90aee3d", + "271c8ea6-5beb-4a23-94c5-57f632c42baa", + "ddf58b28-a2b2-45ad-8a47-21209aa61b1e", + "b5d43015-5b74-405a-9e60-e10f150310cf", + "234b7370-78e5-4db5-b3be-0ae51a8229de", + "074e51a5-0a78-44ed-8024-33d10e269d9b", + "11d4cbda-1dac-428c-a4d3-57516cba9881", + "9466cecf-d24c-2aed-e053-2995a90af523", + "a21d972f-78ae-893c-e053-2995a90a9c10", + "71e48a40-79b3-48df-a2fe-bb33ff9e7277", + "80033d20-4f1d-42b3-80ce-36070132850c", + "3ade3d7f-1f7f-4baf-83f4-9169253dac46", + "bb89acc6-20df-465f-aca0-424c0d4dc32f", + "b5e664be-9f28-53df-e053-2995a90ad4d6", + "7e56a66b-e5b6-56af-e053-2a91aa0a5a02", + "7e490b7b-e78e-5917-e053-2991aa0a3d17", + "b9429506-75c0-49a0-bb18-62339141f8fb", + "e9c1e4d8-dee2-4ff7-a01d-fc70c11d08d3", + "fe2d2ffa-f511-4451-8911-4e1102c25ccc", + "ba71e396-f2c6-db89-e053-2995a90a1c1b", + "6520417e-85b0-4887-9bc5-0e293a34fc6b", + "24a47c0a-d8a5-45f7-9a75-d75696fa2d9b", + "87753c0d-af22-2f6a-e053-2a95a90a0b45", + "b79336ba-3e82-da40-e053-2995a90a6594", + "a6be230d-93ee-406b-8eba-b8dadf41e0f2", + "af4d1442-170c-43a7-a3d0-bdd6463f0086", + "0907f435-4c07-4fec-bda3-c9e2b2c85729", + "ecd27f9f-329b-40fd-b16b-6914b1f2b55f", + "44191c69-e1f7-4cf7-a940-6abc14d546aa", + "62f4a5cd-189d-4c49-93d1-2346cc097352", + "b7b5413c-a074-1a62-e053-2995a90a80ac", + "b0ea17bd-6a2b-4df7-8c86-cf597873176e", + "c6a1e1b4-cf9e-746e-e053-2a95a90aec45", + "5f468259-2649-4e8c-a3e8-47181d8d2ed8", + "cd6b3fc2-69fe-4675-b1ef-c5aecc9f801f", + "8b85aa5c-b40c-4653-9de2-a880cca7a90a", + "bb1492c5-bfd0-d632-e053-2a95a90ad7d1", + "c4ceb601-5fb8-8338-e053-2a95a90a6cc5", + "f7a659de-d6c8-47c1-a6af-12a9e9783455", + "af64da69-04e1-41eb-93c3-db78be39bc7d", + "249a9074-8577-4d21-8734-9ad27e46096d", + "1e668f75-d4cd-4098-8e2b-0f44b30bbe85", + "23896439-2d20-4605-8362-4cf3e086463b", + "aa079dde-f99b-429e-8656-615611fe96ab", + "32adaf31-c338-40b9-8fab-495cb6c077c9", + "3e179718-54eb-4d56-a1f4-7382c98e4fce", + "60f41580-e0a5-faad-e053-2a91aa0a9076", + "e00a0c5f-c3d9-4b18-8cec-24322f71a4bc", + "498fc1c0-f02b-4719-90f7-d7cd4ce64a17", + "f27e3acc-163d-4ae0-830f-802acef602cc", + "99807b9f-d8f2-4393-98df-f33ab6ef7137", + "b089a1a5-6f1a-4ee0-bfd7-e41a0800a6c6", + "af0d5b42-1ee0-6da4-e053-2a95a90a59df", + "789bea77-dea0-40f8-9f20-e14cfb687f05", + "332d3c65-b581-48ec-88cb-e5618661d895", + "b581476b-9767-5ea0-e053-2a95a90a15a4", + "b3db9602-9dd4-43cd-e053-2995a90ab026", + "c69e98f2-440c-4e73-e053-2995a90a8dcf", + "a724fd8d-dccb-4339-b58b-74464ee7ec07", + "4e3a6399-0b10-43d0-a690-df5b2e4a72d4", + "a2a657f9-c0be-90fc-e053-2a95a90a057c", + "48130f80-89fd-464f-a849-252060ceb5a1", + "463e0c40-78f4-4aa1-bf4a-06da033e580f", + "945574de-b750-e023-e053-2a95a90a75be", + "af3d9eec-e8a3-4a89-932e-9364c4e01982", + "21118cf3-cb9b-4b66-9c57-39338ee39696", + "940c1f54-2f20-4f6d-97b5-2fd20249e29e", + "4966d975-acd7-410d-a64a-047abb1c3305", + "304a9aa2-9198-44ca-8627-d41b84ec6cbf", + "05bc5dca-d559-443d-acaa-edb7a202a4e6", + "a75d2054-77cc-4559-91e7-559d8a97f731", + "7e445cde-43b8-96f8-e053-2991aa0a47cd", + "1f4f6376-8c2e-4d51-b787-ed04e06db962", + "08151bb4-0e60-4d26-9cfe-1d6a53a64db9", + "7c91f358-d820-427d-b3b6-6fa229fff380", + "887a323a-083d-4c8a-9030-04c376a0b619", + "332744c7-47f5-4aba-a5fa-6c94b0c47875", + "bd4b7705-a87b-0791-e053-2995a90ab5f4", + "9ede70c8-e9d9-4764-beb6-249884b88f8b", + "0721b68d-369c-4516-994e-7f8acfe3cdc2", + "76aae029-5743-4cb2-b497-136c941443ea", + "21020c68-8396-40ae-b840-dd64caba10fb", + "dfb28058-6971-4a73-855e-cc3cd3799483", + "c265747d-a410-46d2-a7cb-c19d7bff07d6", + "c17054d0-b96e-748f-e053-2a95a90a7433", + "721200a5-d704-4bfd-a653-c088f573db17", + "87fee0eb-ab88-451a-b5d9-2e1d067d4014", + "211d206d-ff3f-4eaf-95ac-deb5fa6d689d", + "c6b0b0a7-75a0-b7d5-e053-2995a90acdd3", + "36437a05-538d-494b-be20-898874baaefb", + "236df05a-cf11-42f3-a347-b54f5113680c", + "bd4b6991-9836-2046-e053-2a95a90a63f6", + "2efd1d52-2841-401b-9271-ba9e228950bb", + "2c245b01-c141-4c63-8bc9-0762bee7a04e", + "559bf97d-255d-45c1-901b-267957eb2d07", + "273420c3-f7d3-4e71-bf7a-d25f29577b96", + "c276e459-d9ab-4c02-8478-9c57de6870ee", + "6ca9fed6-1969-4de3-97c8-868413baa7a2", + "4de564c8-0419-48ff-abea-fafcd9b89ac4", + "9407d55c-de79-2868-e053-2995a90a7b5e", + "a5243d80-a40e-44cd-976c-ee9608db8f38", + "b7b4bf85-8a0e-4b0f-e053-2a95a90abf05", + "fa567fc4-9f87-421f-81e6-8aa064b348fb", + "972a46a6-ab2e-4d3d-b5e4-f4dd0b2c3577", + "38185466-162f-49c4-b8e4-d4b577fe72a8", + "ebcae579-f98e-45ab-bd77-16cbea99f166", + "b6158f6f-442f-28c4-e053-2995a90aafd0", + "507ee45a-cf3a-45ea-8230-cb95e6bc7d49", + "bf48070c-ff49-2cdb-e053-2995a90ab06f", + "e37f7dcd-aecc-49d4-881c-f2b490bdd5b2", + "a0bf5361-5895-c360-e053-2a95a90af7f7", + "785ad7eb-7d70-4f41-8ea9-736a4c2157d2", + "ecd64ae3-f3a2-4271-af1f-c4819de59f88", + "c3553b6a-e6f8-a606-e053-2995a90ae408", + "402fc645-05fa-4295-a204-78e8a2e64edf", + "8f56ae54-1624-48df-8d3d-c7930a5cf867", + "8247de1f-26ab-4f77-8999-09bb18ad2778", + "66384803-a49e-4b2e-be34-09d0da95c0f4", + "20dc3f27-c325-4fef-ad2a-9b46fb55f2e8", + "74e43fe6-c2a5-4026-8336-bce3eac4ef0e", + "3b91f687-7ce9-417c-9f12-680463854f73", + "34d8f481-ff83-484f-96b0-bb2423ab819e", + "c40fe10a-4249-44d3-b4e6-c02dcd368e9c", + "282173e7-8dd2-460d-83db-c4a1268e8a49", + "86833755-0032-4490-9363-e4658568b980", + "c9e5293f-9cbc-4263-bbd5-4faead82fa7a", + "62e61b96-6b4e-47a6-8700-389a380f0339", + "7e49996b-519a-a0a9-e053-2a91aa0a3b87", + "92c22593-dafa-20a8-e053-2a95a90a365d", + "be98c798-4afe-4975-9936-b3bca28e2bd7", + "e3f9257a-b5a8-41c7-873a-95a6504f2ae6", + "1bc5ce72-38f4-43f7-99cc-2b8b4725e15b", + "77ec0c72-7f4a-4159-9a2a-8edec83afbb6", + "10cdc75e-44ef-415e-b78c-ab98fe218ee9", + "6ec59411-84ec-4db1-b3e1-c561fa0ad594", + "d9f92bc8-20d2-40de-884a-7d7d8a5d5e34", + "950fcd24-943b-27ca-e053-2995a90ae421", + "7e55ceaf-cefe-501d-e053-2991aa0af753", + "aa3ef59a-1d56-4be6-a69f-142f3044f47f", + "509dbbb5-7cf8-4ed1-9d7f-c5b73fcb95aa", + "f4094936-98fd-4023-9585-c259b45de7af", + "ac89f979-c2b0-42a3-b895-a1e3498bcbda", + "39dc9f2e-a2e5-45ff-9ac1-89aa8a29948b", + "940ab6a4-108f-4ae4-bc03-d6c35e795926", + "5f21b619-f9e6-4ff5-9e0e-f562c05ac073", + "a60078f1-193f-9ed2-e053-2995a90abcb3", + "b1bf8ea6-c717-4ff7-b2b3-b1265ce6cff5", + "7a935ac2-3e57-44f8-a2c4-4df17f8704d7", + "0ac83cdf-f008-4cb2-b8af-6bc2ed95703c", + "95f74521-198c-4072-840a-fc1d58bed175", + "31cf574b-6ae9-40dc-a823-8b48242910ca", + "6070e639-5787-4ffd-846c-6666bb0ed9ab", + "29c06ceb-2e6e-4aa9-ad07-9d03bcd194d3", + "8ddfce90-6842-4d82-89b5-92c2fcfa98b1", + "8b07674a-cd13-46ec-9f97-a1a873de2feb", + "b7b52adc-15cf-1a53-e053-2995a90a72b6", + "b19a5856-bc9f-5340-e053-2a95a90a9a41", + "417939ae-0b75-4972-956e-2da0d99a2501", + "125fdad3-68ee-4725-b156-2f785e39ad50", + "b7c05fcd-4fe1-4cbd-e053-2995a90a5f7b", + "1fdef7ad-eae1-408a-9785-6d0a9df82c85", + "7c295603-8399-4cae-86ad-3e2d40ca1201", + "493cb439-145d-43fc-a15f-5649fce6b38d", + "9e1989c4-fe43-436f-9807-b2cd894c7ab7", + "c69de816-9d13-b8ae-e053-2995a90a01ad", + "f52e1dc5-24ad-455e-99b6-2520f9813fe2", + "64044248-ea44-418a-aee2-3795bd720b90", + "4a08e7d2-d284-488d-8aa3-5ca320eac665", + "c2981825-a34e-1250-e053-2995a90a8894", + "ae7821c6-4694-3c04-e053-2995a90a309d", + "49cedc93-aa86-4003-be9e-ef340f263087", + "bbbe5fc4-42c1-400f-bf6f-5289a8ca6729", + "a9ec14d5-bd89-4b42-8273-b6e193b1d197", + "6b0cd804-6ccf-47b9-b233-a58ba4a8ed6b", + "6b56c7e3-63d6-41bc-a13e-7120e33069b3", + "b7118959-d33b-693a-e053-2995a90ad006", + "c1c0637b-4e1a-2386-e053-2995a90a248d", + "ba63a5ba-cd22-4956-ae12-2966fb3fe5da", + "048f5453-5702-4bc0-bdef-13a5e5f44d43", + "88ad7e60-6d84-477e-b95e-e43a30061d7d", + "a822fa87-eb1a-cd3a-e053-2a95a90ae01d", + "a822fa87-eb14-cd3a-e053-2a95a90ae01d", + "fadfceb0-2b86-4359-8a51-91473c8082b1", + "4d6614d3-11ca-472c-921a-bc48afc06dbe", + "926ea6df-786b-18bf-e053-2995a90a0ab2", + "18ddeefc-104f-491d-9c64-8c3c73428cb0", + "8d6565a6-2f16-404c-9b99-149c7cd00f67", + "8f3a8139-2ed0-456b-9a1b-54a1d147b8ef", + "074b81a6-547e-4afd-8091-c7a223b6d869", + "950fcfd6-8f7b-754f-e053-2995a90ae35c", + "9678b6e2-bdf6-4e86-9a61-2e26bc746396", + "7e89df2e-7bbc-41ce-9271-d477061ed729", + "93defe58-3f27-6736-e053-2995a90a5116", + "52df4ed8-fec9-4661-acf8-1388124fe822", + "4ff2945e-937d-4b35-9505-c8003c392f22", + "93f7e235-cd44-d148-e053-2995a90a8eb1", + "c355329e-b2e9-73d6-e053-2a95a90a1a93", + "43874eaa-45d1-4737-8bc9-4cdf80784e53", + "52fd1f56-5680-4740-bd54-4eccc1285472", + "b7c5667c-ba23-76d5-e053-2a95a90a1c35", + "bca3fb70-e27d-6522-e053-2a95a90aaf2e", + "de7e3575-5f95-42ae-bb0d-9d719c2b30e8", + "010da597-dd77-4547-bf3e-8ff782fe8b81", + "b1ad12a9-c654-4e8f-aa02-12ee7855241e", + "2f4f33d6-7523-46b0-8e82-cb11707cddbb", + "ae064a9e-dabc-fa86-e053-2a95a90a16a7", + "b4b9506e-0eae-4cbe-88bb-2dd262877bc1", + "1f27f251-04b7-4d30-8595-d4d0300c150b", + "d55da38d-c5f3-4ee1-8586-76ad48215fa2", + "56feeed5-2046-4118-b1ee-0bcff3933cab", + "24b93fdb-3380-434d-870d-af91ca5a839f", + "16f56d19-dba7-40ff-a9f9-67cc5105d5cf", + "719482d5-a36a-455c-a388-c352ef1ca67b", + "54604434-40b5-4e97-8411-8af46d18e911", + "6b8f0ddd-38bb-4543-861c-5b66f1670945", + "cc6a2dba-5461-4ff4-9385-a9b8454605de", + "7d71d000-d68f-41e0-a746-c5fe9114d160", + "58ea72c2-7049-45ce-ac0c-4b6df46819b6", + "27c3144d-f0d0-415a-b73c-3f687c3a7954", + "c6b0bee2-ed41-1849-e053-2a95a90a8016", + "aef35870-9cbb-4b85-8a1b-e45bcda17c5e", + "f7f73702-cae6-4268-9b31-a045cbbfbcef", + "af0a19ab-6bce-7a70-e053-2a95a90a2d0b", + "38a5d4b6-b193-410b-902d-073c4c69fa4f", + "08ddb546-f5f2-435d-8f10-5b05bc932904", + "6fba54a5-2a13-4938-a5a9-755e8e679086", + "1814e4c1-33b3-4015-bb78-206dba1401f5", + "00146b91-008d-4b16-95b0-6077f98821be", + "05bea71d-876d-4a9f-bcb1-12367b7ea2dc", + "cf3ff0fc-996e-482c-bc2d-4ecb1e2d887b", + "ddf7d3b0-9098-4526-862f-f356211656a7", + "8851a351-49b8-430b-9903-3aa2116e267f", + "9f3ddbb4-fa60-4754-be13-6628f9df97ca", + "49b30190-8cab-4457-9943-653f52af878b", + "7ae8ac2b-9214-4341-b6bd-53f1742b4668", + "c7cc85d7-e528-4cdc-8550-7e431c10c3a5", + "b60c18e3-3816-2ecc-e053-2a95a90adeec", + "a0fe6fa7-3653-1f32-e053-2995a90a8602", + "221ca774-b2a3-492f-a07d-635cfcb2a9dc", + "bdaabb44-952d-77bd-e053-2a95a90a876c", + "b7b520dc-bad0-614f-e053-2995a90ae677", + "d1ec5d15-4531-4604-bd6b-5fc9fef54563", + "5f117932-ea4f-ed79-e053-2a91aa0a3e83", + "a3263d61-01e2-44ad-b0bd-9fc63736c9dd", + "56d12535-e2b1-4504-b4c5-2efb12ad3145", + "0e5351c8-1bcb-4f9f-b7bc-7f4f73e6e11c", + "0f8d28ff-671e-497b-a278-35d656bb7801", + "f81e40f9-93e9-4b9f-a3ec-7ba98fff28ae", + "7dfb772f-7a95-44bf-bbee-49937836907b", + "c69de816-9d14-b8ae-e053-2995a90a01ad", + "7774a04f-beb0-4a28-8087-b75c847ad9b4", + "60f41580-e068-faad-e053-2a91aa0a9076", + "e4711ee5-c602-49dd-b3eb-c30bac019ae7", + "72f19b60-3563-44b2-b7a7-29558d110a7f", + "3cbd3dcf-0e90-49eb-bc3c-cde47a574572", + "2c3694cf-9f6e-4b5d-83bf-a982bf7caf99", + "0d363855-e955-475a-8af4-6a203e4c2046", + "44070d76-f266-4b99-b105-91ccd23b705a", + "fcb9c735-8734-4dc8-9451-8ff6aa5bd49c", + "126321a3-ce1a-4faa-a74e-b711775812a1", + "381b947c-98b5-46cb-a331-f096bbbfb4f6", + "9484ad3e-6dfc-b7ff-e053-2995a90a3770", + "0c6886b7-128f-449c-bddb-c84de182e872", + "964d3081-d400-0ca7-e053-2995a90a7878", + "bfc92725-e786-1bc3-e053-2a95a90a7d60", + "b7b52a91-8d02-1a5c-e053-2995a90a3048", + "a454fee4-c21c-2db3-e053-2995a90a34fd", + "b5e29b2b-6c4f-7585-e053-2995a90af1a1", + "0bc76f4e-c887-43bb-8aca-74f93f2465f9", + "d7aeeeea-6f86-462b-b89e-9dd9ad246bfb", + "83ad6ce4-31cb-4966-8c60-3ac21edb0d47", + "395751a6-cb6d-4d11-bf3c-23ed9dffa557", + "c0f79548-cdd3-68a5-e053-2a95a90adee6", + "6a83b9d1-5e61-411e-b902-450c9c66b1d7", + "8fe39281-f1aa-48c1-9ebc-9627f7e3d4b2", + "c0a8a233-d8f6-4a39-ae56-3bc8cc747d16", + "4f9d438a-1bef-4a63-b43a-ee52498f46e0", + "014c3e4f-ca72-4ac6-8981-9cfc7c676f1c", + "a8d51a9d-9f8e-4f8e-b110-95812944e759", + "13c6afaf-6f92-4479-b2f6-a8ce8889cc0c", + "a95714d9-5ae3-43c2-b6e9-6fede4b67489", + "c6b003a4-0e82-f32b-e053-2995a90a60b8", + "f80b6f72-f280-4b4a-a6a9-e6490b94705b" + ], + "spl_set_id": [ + "3f12331a-5509-45ec-b805-626ff11b0b80", + "5483b704-88c0-4176-a04c-f8b2b85e8c57", + "72babe91-2586-4f05-ae90-6debfd23aa5d", + "7888eff3-3030-4aa0-89e3-9795aa214659", + "83acab73-3efb-4ea6-ad03-31b82dd017b9", + "8fb19444-f0e0-4d26-81e8-6a4b835056d8", + "9064943f-836f-4853-b6f2-2c4879941eeb", + "911492d5-e065-4b8f-b2dc-cb6a6678d0ae", + "968a3a90-622b-b17f-e053-2995a90aed66", + "96c8eae2-9e3e-43ed-a3b8-86d0cac71443", + "9f1c14af-8cfd-0a5d-e053-2a95a90ac940", + "9f2f2ea1-0fde-462c-ba6c-a5201f814e35", + "a51395ea-e038-dc9c-e053-2a95a90a287d", + "a82f8818-1c22-46d0-b05f-698d2395ac48", + "aba26f0a-94e4-4919-a3b0-033e3a9598ef", + "ac54743d-ebb5-469a-8c4c-53a01820ad25", + "b37cc89d-2b3b-4291-9f7b-c169a56c0900", + "c65ef88a-ec37-4d61-8420-17f4807ac93a", + "ce0a1fbc-7345-462b-b0da-c7149bdc288c", + "d9bf62ad-214b-4caf-8d4d-443e71622934", + "e36a4e7b-c4a3-498c-81bd-ca8e1a3e120b", + "e42790b1-d981-444a-a5c3-516bd80c6d21", + "e830df3a-371a-4908-bb7f-b268768f903b", + "eda2a4bd-9bb2-46a7-961d-e3aa1519f67b", + "ef6a6dfd-9705-4caf-b5ca-5d303bda2fa4", + "05e11584-1876-0207-e054-00144ff88e88", + "0d427360-ff9d-4e98-b218-6eb6c015dc6a", + "201b860d-dc3c-4380-affa-e757bf2103cf", + "2a2c1803-ee01-48f3-a6b7-a5126962eaf8", + "5017f066-5642-44df-b57b-a827e7dd4f20", + "6b598f6b-539f-47bc-a10d-492add370cfd", + "6e3d4848-3ee1-435b-9f93-b87cd8b8b7f2", + "7111f326-8350-4039-ab7f-6b4bc39e73ad", + "96b1808f-defa-28cb-e053-2995a90a563b", + "9d22bedb-9fb3-8421-e053-2a95a90acf4a", + "a36be487-7a36-550f-e053-2a95a90a95c1", + "ac079b3f-f4e6-671b-e053-2995a90a65c5", + "afacdc0b-fb65-464e-91b8-e82ba7ecde44", + "c4f82ed8-b82c-47bb-9ab9-108a13d29cf7", + "cbfa2a25-f1e7-491e-9b67-ff2f4ba0b6cf", + "e786386f-e7a6-4ffa-837b-17080d75c82f", + "f65203a2-64f0-4138-97e4-6eab99194178", + "05c06abd-bc0e-447a-ab24-5ba93e81cb59", + "0a5aa713-91a4-29e7-e054-00144ff8d46c", + "1dd2a128-3da4-4b5e-b467-5317f72324eb", + "2569383a-4a05-4ddb-852e-b37e487ffcde", + "29ecdd2d-aeaf-40a8-a347-011088009ea6", + "2e7cfe20-be1a-4bb7-a6af-b5a18440b1ed", + "375b2142-3c89-469c-98fd-bd4b63aeaa11", + "3af22fc8-e4e0-4863-8696-6bc1257047cb", + "3b1778aa-4090-46a0-94c9-393175ebd555", + "4c2743d5-aee1-4aff-bdb2-a6250f2123ae", + "5bb8ef99-a94b-49f9-89f9-cd1ce0a47a42", + "5d903ad2-d20b-4938-84f2-9cfa9b09d95d", + "62b3d354-d7f5-4ba0-b233-ea6be0d7ff03", + "64fa67b4-b143-4789-a472-af047647a75e", + "6efe444b-dba1-4723-a37e-f6c4812a630e", + "7c342ae6-5de6-5c2f-e053-2a91aa0a3f0d", + "95233954-6393-49f5-a735-d32c7c0f2bac", + "a7aa23b8-426a-24c8-e053-2995a90a7da1", + "b92831ac-ac27-4262-9c76-e97ec4ecb29b", + "bd92e913-35f7-428d-a215-b88be57494ff", + "c1dd8330-fb6b-4d1f-9484-c199dc69214d", + "c31db505-059a-41fc-88db-242b4f556ce7", + "d965eba0-b268-41b2-8e02-5f6d769a44d7", + "de5c6654-56c5-40d3-a286-f04ed47ac7c8", + "0005aafa-08f8-4990-a54d-cc097195708f", + "278c4efd-f918-4d83-8256-bcb26de0495e", + "46ddbfde-54ab-4373-b832-b9c0620b1e9d", + "63669fc2-bb8e-432c-850c-8c24d0e6d73f", + "63cc5d4a-91bc-45cc-9736-089e39ae344c", + "6b238767-7daa-43b9-b516-f22d69b1830e", + "6ee3c4e0-325a-426c-b694-0cdbe5aab188", + "70aeae91-7121-48b6-b157-1d5207a1b18c", + "770b437f-605b-4b16-8f46-acd2ead1c40d", + "779cf607-245f-408a-81e8-8000c0ea4c4a", + "78874258-16cc-40b5-9e15-5943eddfce94", + "7b1c6ca4-f300-5cd0-e053-2991aa0a7ea8", + "920e7055-7ed1-4db4-9215-f8933078bb7b", + "a60f6439-2033-4bd2-b78c-6c083414a12b", + "ba83148a-7a4a-482e-bbb7-f46e7f816ec8", + "c8003ff5-9bbf-4ef5-b1ce-3a38ab63447c", + "cfca5147-f390-40bd-8f13-c5b3b8d1c5b0", + "d4e5d776-7deb-4f4f-b6e6-99dee0739323", + "da4339c0-1822-41d8-8c20-214c379a5aa7", + "061df1fd-173a-4bd1-9600-540ac0f3964d", + "0631f003-4852-4034-a1c5-1552804b1660", + "103d109d-f520-409c-8da2-eb6b0fbec891", + "178f2576-1af6-4015-8220-523d778c822f", + "17970af1-f577-4ec9-9449-49a6606d2f03", + "258975d2-d8e8-407d-9804-df3b37a184e4", + "333f6231-3778-4c1f-9558-2afddca22c86", + "4b829607-f5fb-427f-83b5-5b6b9c44ebeb", + "4bf6b327-7987-48ef-b164-861dbaf9b692", + "5aa8d99b-7a38-4f01-a95f-baf0f57296ed", + "66db9fc9-f45f-4884-a681-6d7c38a96109", + "6f880abe-5284-42b0-9db6-b071444b197b", + "7afa4b78-5e14-4723-a87b-01f664b0c0e9", + "851228ea-eaf3-452b-a9ce-8cd244a0eaf3", + "b4b06d32-6a09-4c43-980b-377b617ba739", + "b97126d7-847d-483e-b3d1-e2b61ab1743f", + "d02750b1-1709-4fc4-9c5e-118c200dfc28", + "d0d9fda5-5eba-4d51-b505-e93a2ae0bdd7", + "d2814de4-0868-40e2-81d8-8899f2131f26", + "da86de80-43cb-4ba9-b228-4bd7a6bac4f1", + "ddaab988-8c76-4750-a3ae-7b10ba19dcbd", + "e3058c3c-6a73-4dc0-820f-c0c036ef1d19", + "e753f792-4962-4165-8d81-9a738a11f039", + "f6b1c8c2-0c2f-482b-9028-75a8bde11341", + "fa92e39b-6bcf-45b6-a2e6-8d16a36cdc5f", + "11c9712d-c3b2-49cd-9c2b-0f57190c954e", + "26ae0d0a-34c0-4d16-951a-8d5a463c808b", + "30cd18e4-4d5e-4e3c-a4ec-39c64f8c712b", + "3c2d3d70-5c9b-4294-b6fc-fa0d5a37e959", + "3cda77d5-25ad-40f0-bd11-b9b0eabe1a8d", + "7955c2f7-38fd-4e78-87b9-a35638dea0c2", + "828cd6fd-0d75-4176-a582-6c290c8f6e32", + "9e779cc6-4641-6132-e053-2a95a90a3493", + "a1145ac3-3e55-4bd5-a53e-6cf869add9a1", + "b5ddc01d-40dc-400a-8a58-1e3a97d15142", + "c10e0491-4572-4363-b333-b7521d2f18a5", + "d59f71a2-994a-4e55-a3d5-f71815372a4a", + "dad6d65a-e7a6-421a-81a8-6696eb5958f5", + "e57eb14a-dd1f-4e31-9d51-bc14aee81f21", + "ea24bcc7-f841-406f-875f-784a1ec41b79", + "ef4f915d-2dbf-4afe-8fc5-6bdd916df361", + "fccb5aca-5707-491f-beb4-08f568919169", + "01f41fae-4abb-4b96-ab09-a7d3dfc286cd", + "4e43cb22-b154-4e20-832f-c17277e30aae", + "6bc9fca3-0860-5363-e053-2991aa0a84d0", + "72365264-f9c4-49f0-be64-73d95817d358", + "7aae8651-d4ba-46e8-82e1-28bee0f66caa", + "83ed0ee4-26fa-4fd0-9852-ccdad308ba09", + "8f221fdb-8138-c1a8-e053-2995a90a29c2", + "9d384e88-5c11-4600-ac6c-a38371570138", + "a48c522c-76c5-49f8-8c4d-3ee6b221e6f3", + "b1050a6c-d7c3-056f-e053-2a95a90abacf", + "b8b5fcb7-4179-46ff-b28b-2b3af5f062e7", + "ba588c95-9fc6-40c7-8c21-5ad19394999e", + "bd8ce39f-ccf8-3976-e053-2a95a90abb1f", + "c019e048-167d-466f-896f-84144dd47f7e", + "d1208740-6d8a-4c56-a50b-043ce62f0553", + "dcc16dd3-9b6e-42ec-a572-1232054d78e5", + "ec28fea7-e4f0-45c3-8159-7756351f88f1", + "fe4e9ec5-fa9c-4494-8516-ab477e0fa918", + "0c6c9ae6-eb75-4eea-ad32-250e177f5a99", + "1475009d-9db7-4eea-93c3-1b1d548401cd", + "40329d8c-eb3d-4143-b4ae-9bafd0a1cb3c", + "447de441-7d28-4415-81c5-4fc05622dd05", + "56822785-d5fb-4869-971e-5de637c2eda8", + "613baf20-00d6-4d44-b18e-8d828a513137", + "68bf7084-0aeb-4d2d-882e-4da576c70aee", + "6ae51588-e884-496f-b475-57a70422bb5f", + "6dea9e11-ff99-63c7-e053-2a91aa0a5b54", + "72cfd123-f863-4add-9d06-4966479926d1", + "755004d5-1b30-48ff-b751-415074cf724d", + "775519ad-5683-451f-9bfc-5fafc70c68ec", + "7a29dde6-a177-6206-e053-2991aa0a01f2", + "7cfc5ef0-58eb-431e-955e-d778e24e6f62", + "847dbdd8-c050-46f8-942b-99b5f1ed5222", + "8a152c8d-8ae0-4201-8bb9-7b22c3577415", + "96131c7b-bdff-0642-e053-2a95a90a4f32", + "9e01ce3b-b6a9-145b-e053-2a95a90ad892", + "9e6bfb71-4844-4da4-94dd-fa5f6facef4a", + "ac8abc37-5eb2-ae24-e053-2a95a90adc31", + "b56edf36-899d-4686-a133-5935f9c06e6b", + "b8b55b5f-4caf-4817-be92-275e1aba0cac", + "b98ba5fd-469b-4e4e-9a63-7765483b1d3e", + "ca7f0f68-2862-4265-bf4a-3a89994b4d6b", + "cda8e158-01ac-4c08-826e-4a0c7278e805", + "d81ee7dc-abe0-4d41-9176-6311b80dace3", + "f5cc7d54-4a7b-447e-bb79-3267359d6aa0", + "048e185f-fc4d-4ec1-a169-4135b029aa96", + "0eb58a42-0e4c-40f9-adef-ee96a113a2cd", + "18c906f0-2cb9-4860-b9bc-045e826f8a83", + "1c225a56-0725-4b22-b9df-13a60212d6e2", + "24fe7be3-2389-44f2-bf0d-08b21f7625d8", + "3d1818a7-d3b2-434c-b3c9-b2713f08ded2", + "3f9c230b-e6ea-4786-992b-9c7204425209", + "50e7b939-e0eb-44ea-82ea-034e844e2c29", + "51cb7067-769f-4ea0-94f4-610db816458b", + "5274ce51-13df-4c2a-b467-e34ea8fdc1e3", + "74aaad87-4e7f-4a86-b741-6f067df905ee", + "79669930-f744-4bb1-8325-b75951489b64", + "7d55cb42-295f-473a-941d-71825b44a3c0", + "8f78bece-25fa-4a42-90f0-c899e6644d54", + "92f26bb4-da58-4db4-83bc-aec1ebab2dbf", + "97b6670e-493c-e321-e053-2995a90a4b97", + "99aa8407-a3b8-45ff-87ae-54c3333867d3", + "a6895207-30f0-44f5-930b-b965026985be", + "b0a70a8a-d9f2-481b-82b5-0a5f64869a0d", + "bcc6d794-330f-4aff-9cbe-e4e8f29c2e22", + "bdade270-d813-4178-b594-4951632b6839", + "c0da7417-9bc0-44dc-b667-62558725cbde", + "c5a68b6c-8081-47b0-87d4-7311b709b798", + "c5e6a18c-a4ed-48ff-9254-fef08e40ac69", + "c8ec327a-1659-4568-ab49-3b8e38489fcd", + "d7cbb180-19ab-4c26-bbb7-8ea6d15434fd", + "e90270d6-05b2-423d-897f-9190bd13a5e6", + "ea4aa046-406c-48f1-80f0-ad2acd312a0a", + "1909366d-78ca-405f-93aa-b8d0d938b6d0", + "34247a3b-0846-4086-becd-76e630b3b721", + "4bda0989-5161-49a8-970f-16a30a024eef", + "56f54eac-ad23-46b3-9104-ac9f76991dbe", + "5fcd41ad-449f-4090-be19-eae4171de891", + "620abbe6-8485-4cd2-ae4b-901c6968824b", + "6aca88df-d3b5-4a60-b23b-1e66dc41ee7b", + "6f5f917d-f320-4324-9782-914ce6c7dc3f", + "9ba537de-48be-9c44-e053-2a95a90a0b11", + "9f4a5982-afa9-4ef7-a8cd-15d4590a1384", + "9fd8d0d1-58c2-4da0-b716-43c141c8734d", + "a7bd0b92-6f85-6175-e053-2995a90ab837", + "a891896d-c9fa-4448-915a-e6b531157d22", + "b43974c3-4db9-4201-beee-b22596a2b241", + "b815fcae-8bba-4737-ac10-29a32fb69275", + "b95cdcae-726c-417a-befa-1cc7b612583f", + "bdf8c511-ce25-0e30-e053-2a95a90a33f6", + "c1d176c6-3434-4b6a-9e86-d3f28132dfaf", + "c26f1872-ebff-4164-bf64-4272df43a2db", + "c637b39c-a049-43af-a582-fc242e940d85", + "d418c676-03c3-4031-bbf4-8bf908d10e4c", + "ddeda65b-2d37-40fd-b422-0b7c065a3411", + "e1799765-c247-42b4-ad6a-8ba7d136abf2", + "f5ad8344-72a9-40a0-8fbc-a6c1699d9769", + "103ddb57-64e4-4855-bce8-67541b796184", + "1622f694-4d63-4c56-8737-fae31f0ecfb7", + "1dbd8480-5cb4-4577-9091-b2a2add4f1af", + "2e31fe65-5f50-455b-99fa-c72879f43545", + "358411c7-fd5d-4949-9642-59e26b4bce5c", + "38b01bef-4743-4a25-b5c9-99f12133f373", + "4417b3dd-5560-4828-b656-f7c7788744c3", + "457d0630-6bc0-4a60-a44c-9c2b490e648b", + "49b2ac72-86a3-4783-bf51-8c1a222e457e", + "4a030c3e-8104-4a0a-98c5-6ab469451f20", + "68a52858-35c5-402a-8ceb-8d8a7c1e5f6c", + "734cc3d2-6fc5-4dcc-93ed-0b57c1f01345", + "790d8883-52be-46f2-9838-564b6c5d57f9", + "852e70e2-7279-6f33-e053-2991aa0a8676", + "85a074da-14b7-4db5-9d47-8ad19f520721", + "86208a98-36a8-4d0b-ba4e-b974ad478067", + "868a5450-d51b-4871-b56d-b1964d502f53", + "87c2b823-ed88-44f3-8f6a-df30430b40f3", + "8eda893f-5266-4b7a-95b9-2e194973cf06", + "928bb80e-2e14-488c-99ab-abb860cbe7a8", + "951be9e6-8c5d-3c8f-e053-2995a90a462f", + "9783cf37-3a2b-4ca1-b4eb-6d6ba047a325", + "a4c40c16-7f03-4148-aa57-acf626e0d8cd", + "a74f246d-94e6-45d2-8d6b-1aaf0833d5ff", + "a8bb4f45-7a1a-4bf7-92ca-3afd508032f3", + "b11f7e8a-dc0a-4a31-9d7b-9bcb71e1de39", + "b416857a-22d5-4504-9bbc-69ab5429654d", + "b914d118-c194-4c20-bfaa-36d2e0191a2e", + "bb5fc500-c455-48e2-9a3e-a534b8216596", + "bb6533e5-e6a9-488c-b8ab-a6a06e87ede9", + "c193dbc0-cc80-4a7c-aa29-457a20edf835", + "c20c814b-35f5-4c46-e053-2a95a90a50f2", + "cabc7d7c-08bc-483b-8cb2-4350269fb1a7", + "ea0f265f-7d64-4731-beda-0bb841dd1ad7", + "f29705e5-2cdb-44d9-bea9-6cffb745a423", + "fac408f0-ebb6-4c72-88ee-2ba85867859c", + "028ec0f2-2da5-4b76-a48e-65640ef15405", + "033a6153-2651-4703-8a94-def461838113", + "074fdf65-f6ce-46d4-87cc-46911c01cca5", + "179c221d-c099-400c-b3ac-124e26947620", + "1d3584e3-f128-4441-b842-aba45053ea53", + "1d456d07-fca2-4d43-92c0-f3b3c8b54420", + "251c9d15-665a-4828-8240-c5fdeb4e0484", + "2651bf11-4d66-43ba-e054-00144ff88e88", + "29bb75a8-f281-450b-b50c-1b0201209dc4", + "38f4a1ac-d18f-424d-91c7-4eebd200661c", + "4a3a711d-c882-3525-e054-00144ff8d46c", + "4e3e8c29-7f58-4fac-99be-e049bc859b2e", + "5413a9c2-c834-4aeb-aa36-a56d051ba732", + "6ba153b7-9dc9-4e42-9176-13b3922268bd", + "6ea4d4da-7463-4be8-a951-2164ec2d2904", + "7e43de11-d20b-4920-a04d-3c1b5d35e005", + "8b5e4747-0f9b-4f8b-ae26-a2ba46eee92c", + "977bebaa-1fdf-40b0-ab37-7d594968e6c2", + "9dd97b25-b0d3-4b87-b014-453dbf4a72b7", + "a9979167-1a82-47d7-9602-2865f9bdd628", + "b628a3d1-4534-453c-ac5a-573325662ddc", + "b9b6f878-1ec8-3dc0-e053-2995a90a5414", + "b9bccbf8-f9c4-abe7-e053-2995a90a943e", + "bab1e826-284a-4881-a4a9-1b77c3245099", + "bd85912e-23bf-499f-b91d-7ff17f61c8df", + "be2286a1-946b-4bf5-b14c-8e86da669594", + "c6afefe3-7315-4720-b724-6fa5971db89a", + "c7468b8a-f636-408c-ab3b-0598b5edad2f", + "e1d4f562-433c-4344-9b77-1a7c731d1be5", + "ebcf5057-ef35-477b-859c-83d0ed87efaf", + "f6180fae-021f-486b-89e1-4ec0a3f9acb4", + "0863aeaa-15ec-4c67-ba79-4dad54555bd2", + "1a952e86-25f3-46df-8d46-0139d3aad015", + "2025c032-02f2-41be-9c14-636175aefa8b", + "23ab5ba2-ad03-4031-9b45-de12c89f65ff", + "2e3eabc8-193b-4397-a43c-db838eb16e67", + "45c0dd87-e5ec-4218-b74e-f4ede60ec23f", + "5c0d5188-8dd5-4bda-9bec-091764c18e9a", + "61f212a4-3748-4782-95ce-5434f931b4f4", + "64a1ebe7-af28-4b09-96e8-28fa4dcc52bd", + "7a110e42-e545-496e-af65-efbbb6e6ff6e", + "7e57e30f-cb11-4733-b2fd-736518c21c08", + "7faf76b4-7f25-377d-e053-2a91aa0a19d4", + "86a072a9-c3b8-47f7-8598-d66e3d30e762", + "8e329277-1dad-423d-bec6-87cf4e82dee0", + "8ed205d1-5fa4-c05c-e053-2a95a90ad631", + "9d22bedb-9fc9-8421-e053-2a95a90acf4a", + "a1db4765-af8a-7334-e053-2995a90ad1f0", + "aa7c4bdd-ef58-485f-a9d6-99e0684851dc", + "b297aff8-a08b-4d37-b168-800a56564cbd", + "b3c76014-8783-4025-b459-85e070094b04", + "b8ab85a6-3eab-4ef4-a13d-5ac300480f63", + "babcb210-6a47-46ef-b4ea-bdde80411cd3", + "bc19bd47-69ea-4bcc-8d28-c043c9d32513", + "bfe37210-b322-4edb-8ff2-aff9b3e66be0", + "c2abe550-8d4f-41ee-bc7e-3b7795933e32", + "c6b35db2-386b-46a6-97dc-abd81093ccd3", + "c6b79501-d08b-4430-9545-70da5f545975", + "d846065a-5c39-4f4b-894c-4280acaaf4fa", + "d8aa3b1a-5f63-49db-998c-35cd11bd733f", + "d9cb008b-880c-4e36-8518-0a68245855bb", + "de7dd4dc-c5df-4cac-a83a-b21a7637f339", + "11bf6e1b-aed9-4f8f-9f03-ea911ae9f702", + "227c6c1c-c942-4923-a25c-a0c28327382c", + "25c8b94d-84aa-4164-824f-7a52490808b8", + "30054101-3e9e-4da9-bc5c-abdab7a5898a", + "38abe710-3d8a-41b0-b057-38c5dfd53322", + "3b4ab1cf-8642-44f5-b3a2-3f1f7c620ce9", + "3d989642-cfc3-4621-8d56-db193e533557", + "43308b23-7d4f-4e4f-a497-af71920d86aa", + "5460a4b7-5da3-4fc2-a565-0b0dd11bbf44", + "547deab0-d7f1-40b8-bd42-5a7470850a77", + "57fff3dc-ba30-4d3d-9362-01df6974f813", + "5bcc5da9-7e64-4308-a5be-2f47a8ca774d", + "5d269030-a707-4132-81b8-6a99f37a7e23", + "5e35df92-6282-4ca6-902b-bb6bd326b487", + "6d763554-913d-4bed-9efd-b9c9b936a2f4", + "7b529530-6dc4-4feb-8b98-aeca5b8dc411", + "7bf97dd7-0039-4ce4-b347-6d91f67fccf5", + "7fc48329-ca1d-471a-b9e2-411950b48a8c", + "861e2987-5473-45b0-b2a6-f980a9b0e809", + "8aee564c-41a0-4af9-a736-4f6f7152d568", + "8dba6ae0-1bfb-84de-e053-2a95a90aae46", + "8f3c3cea-a72f-48c5-817d-aea8745efe67", + "9751cf76-af13-0688-e053-2995a90aa656", + "9909dcd1-116d-4ed7-b9a6-ff2074e32f64", + "9cd58dfa-0e55-4203-9f7b-7a4d2ef669c7", + "9d89544f-3a66-4f23-b609-381d027e0c95", + "a218a4cc-8f01-4af1-8b86-69da7fd3e89d", + "a73f8217-9eae-4e2a-b29c-7de3861d0e37", + "aaa2b462-5ccf-43b0-9d71-71de74653a21", + "b6248c8f-d2de-4330-8ae7-1ee46bd0a19a", + "b9b7b849-c3b3-9af7-e053-2a95a90a0077", + "bfee9b3e-0c50-7c10-e053-2995a90af2fe", + "d2759fa6-59cd-417e-8761-d2b129aad8b8", + "d356bc9c-66f1-45c3-a455-98c0b8890f78", + "f818417e-0b31-4fe7-8313-4160a00b248a", + "1116f808-f61e-47ec-b0d0-d4be5aa905be", + "30f77d4d-839e-4d96-9f24-0254e6a47b81", + "3ec22ec0-a05a-44e8-a9ed-70360ee0f8fe", + "3f9beeeb-5e27-4b81-a647-20e65f0e9fc9", + "511536b2-6cbd-463e-b2db-6feec474cf6b", + "5af4be96-c7bf-4b52-8f78-57e86a0fc837", + "5b5c2fd2-7ebf-4970-af68-3bef9ccddf91", + "6324786b-f944-4d08-a462-4d752aed9e54", + "7a7b6318-b7d6-31b1-e053-2991aa0abf25", + "7ca92d3f-7240-4a7b-a8ec-f4040c5b6ce8", + "89c42e1a-db09-4558-a464-7f484ab16508", + "8b9e90da-98e2-4d8d-bf6e-54b0a8f8d101", + "90cea23f-5ddb-7a36-e053-2a95a90a20cf", + "9100dfb8-62fe-4093-bf19-286ce99be076", + "960f5676-d8c5-470b-a663-4b8d152339b4", + "9f20fe6d-2e58-47e2-a08d-da926694518e", + "a30388fa-0d85-4eb3-babd-228170ebe96d", + "ad087586-67cd-4875-b0e6-3fba06ea0f65", + "b6b5fa05-a9c9-41b3-9a29-9f1b6fbe9012", + "b86a2235-db99-4705-b604-085834cf0bd9", + "c235ed42-81f6-4373-b15d-8a0c8e60e883", + "c5a2119b-843d-4597-8d5e-acf46139867e", + "e2b402d7-0f68-49a0-b68a-f3e359efc780", + "f11519c4-9906-4826-8b98-b05b408369bc", + "04805d9c-d959-4870-a185-48b58a880880", + "1e0cbb47-08f6-4afb-ad5a-6ce1b262ab97", + "236eedd4-6ece-46ce-9ab3-12366d57126b", + "25a476a4-9969-49b3-94bf-b076bada4cea", + "2aa0f9f3-924c-4a4a-bb5f-2a326acc2408", + "31104956-04d7-41b5-82be-219ded5c02a9", + "34d9094f-17af-44ed-b0ec-895bbfa0704a", + "3588a3ef-a493-43ed-96e0-c259f0d087db", + "6036c15b-1168-4103-9471-6a74a2140e53", + "7570aaa2-3238-4cd3-b788-915caa970dba", + "80ae8c0a-2b1d-49cb-9b82-9c0e1ba52b91", + "9782fe86-d72a-4231-b1ba-d3f3b4ee49e3", + "9818527c-5be7-4cac-8dde-9e27060e6e9b", + "9c3ba4dd-f51b-46ce-91b8-8b617c7b78da", + "9e60d975-7cdc-4ada-9d78-b0e279ad5ab0", + "a2fc65f3-2870-4335-9812-6ae609826407", + "a426dd82-b2d6-405e-b0af-cfb1310a6e19", + "afb58e70-6423-4549-8fe0-06c551190a05", + "d7e1c0fd-c394-45ed-a3e4-93030f8086fa", + "d9bce324-6869-40cd-8f38-d405d8686475", + "e8c8fb18-f0de-4566-9045-1a6e11f61bad", + "e94482ad-c046-4774-97b7-e69befce639b", + "f1f47da9-2002-4bc8-8d26-e66b7b403497", + "07bc6632-fabb-427d-81f3-c27c54caa6a0", + "126352fe-3716-4395-8622-68ce5c0053ef", + "25626b46-78f8-7226-e054-00144ff8d46c", + "3258ef39-c36e-4a97-8631-89b8d4caf058", + "462c2615-b494-4cba-95c3-d7fc354dbe82", + "46c0c9b7-fd3b-4b5e-b79b-b8c2b56451dd", + "4fac481f-9782-1127-226b-b8e05a7fff78", + "57f89574-98e5-40e5-8dd4-e868a668adaa", + "638a3760-0fc2-4523-a104-0e756a1bbf5b", + "6b691dc1-09e4-46d3-b199-8917e42848a6", + "7212eddc-7483-4df5-8255-6b502db37757", + "7c5e4c95-80ac-4134-a3ac-fefa155abd4b", + "874c8c30-5cf5-4c1a-b1af-ca64af2e6a5a", + "87af092c-99e6-475d-81af-b9fd8fc337d7", + "8cac0906-9e33-4c0a-a263-c67e4ada940e", + "9908f235-ccbf-42d8-98d9-072b3cfc794a", + "9b2b0ef0-7071-4536-8f74-8f1d6250e105", + "9caa35ae-8a3e-b51a-e053-2995a90a4475", + "9d22d642-8aaf-d17e-e053-2995a90ae182", + "a2e88a6e-64b6-6818-e053-2a95a90abd0c", + "a356b5c2-cb84-c6c0-e053-2a95a90a7304", + "a5dd9031-a960-4a98-ab71-05b079183f1a", + "a856ed05-206b-4169-9809-6ea9cad43f5b", + "a88eba4c-0701-4eec-9a24-a804186fbfd8", + "b25afe51-19d1-463d-8ff0-c159ed9076eb", + "b2ee6653-2570-405b-af7a-b01fa344e11a", + "c388f3a5-03bb-4fed-b81a-bb876bc260f0", + "e427c8ef-622e-411a-99a9-f15a7933910d", + "f2359bc3-901f-4ecb-b402-cb2fe404a935", + "fb6566ed-8fd3-4242-81ac-383a6a5a4fbe", + "166cfa60-d8d6-46b2-b73d-e2765ab1a58d", + "43bf297f-2832-424f-a013-4bfa1d6c03e6", + "53b06c48-598e-41ad-ac7a-5508c195535c", + "612f5537-c92f-41fa-a331-77e3f3844752", + "65c88d93-5854-45b1-9145-6c583f8f8cda", + "778a15d5-3fa4-4386-8afb-751f4537c10d", + "81d4e8f5-2f15-462b-be71-ef05f0b791ab", + "844c895d-2875-493e-8fb9-5520281feeec", + "87339a95-79ea-4be8-b323-2bf4935ce3ea", + "ae6dae28-6f4f-16d1-e053-2995a90adbab", + "af5c3b3b-079f-4ee6-a9a4-a13ee8cd99a5", + "b895a8f2-fb6e-42e4-af09-ff4f7dc3e719", + "b9b63c38-83e7-62d2-e053-2a95a90a5526", + "c7006775-bd5b-412f-963d-ce5a158216c5", + "c7918b73-faf4-405c-951f-f79a64ab9dfc", + "ccd10656-2eaf-4097-be8b-47a22d6e5ce5", + "ea68d735-c677-4280-a3a3-ae3eb5ff7462", + "f1e940ef-3cf0-4a5c-8158-156d0e5a680d", + "f2085b26-5778-4656-8de3-9edd83f914dd", + "f3c57374-1408-4459-a4de-ad12c2fc6b61", + "06eabf4b-f8c0-439a-acf1-aa6e3075c717", + "0995d69f-61aa-40b0-b095-bb8595caf773", + "0c23c9e6-2054-4ef4-9abc-b8d7ffeecdc8", + "2a8c94ee-8267-4da0-b90f-2814e8dc1ebd", + "32bbe845-7f0e-c33d-adb2-659f18fedfa9", + "3aa9f67c-2f81-441f-a0f5-cfefb28478aa", + "44ee998d-3d2c-4932-bda1-37c143bde27b", + "46175721-4cf7-42d0-8ef0-2d51d695a49e", + "5d7d1300-bcb8-466a-880b-310b360ee132", + "632198fe-82d6-4353-9e73-ede6d43eba7d", + "66f4db9a-7bc3-4a9e-a696-a4be2f71e675", + "68b0be18-198e-48c7-a7a2-e81cbcf0fbe8", + "86b33b43-995a-4914-9d6c-44b6b98b5c1d", + "872c5220-a379-4dc1-b99c-f11ebb82db35", + "8cff4f6b-154c-40b6-8b17-58c6f648c82f", + "9491a18b-4084-4874-bcad-2cf38bb1c151", + "a7aaeb85-f296-7c35-e053-2995a90a0cee", + "bdc5dc8f-8f80-4d7a-9f79-54f6a2030011", + "be218645-e42b-4d37-9b63-aa2998820539", + "ca9e1dae-eefb-4653-952f-2fde09059693", + "cf6e226f-459d-458d-b8cf-2051e7d8a52c", + "d51fec6b-ce20-4c7c-b159-772223cb91ba", + "d6c8118c-bf78-4194-9b14-8de33c3ecdb7", + "d9f64a04-813c-40ea-8bef-e7ae45610f98", + "00eb3e4b-1507-4c9a-83a5-ef50cb312753", + "34934f30-da51-4e06-b15a-5c24a0857745", + "382fa2cc-1c39-4bee-b528-08b11ec945af", + "3fb74839-899b-4134-85c1-d33b2f2c3bde", + "41768152-16dc-4ce8-bf46-39fec2d24aa0", + "4388e547-7d74-4b1d-83b2-674a49ee38a1", + "482b2128-2255-40f6-9436-60d42ad22b5e", + "4982c78e-3813-4ca8-aaa3-f6679eb72f9f", + "4d27405b-a384-43a0-af15-43378d30b9f4", + "56fbd149-8a82-4efb-b9e3-f865df4ae247", + "5bfd9841-c781-43be-b823-d334893ae6ed", + "5dad0e83-ea40-4c8e-85df-e80b63d7be81", + "67bdc967-89eb-40ff-ad25-474c8b6472f9", + "704bff95-1295-47af-a89e-880223499978", + "7a747130-adff-4f4c-88dc-edc622ae8748", + "7f78028a-484b-48b3-a37a-1e0b055bbefc", + "9bf2e992-fbdb-45ae-89e9-e68c4c7cd7d8", + "a008909d-b0f6-4ad3-8639-d89ab0492d04", + "a63727c3-64d8-4ae9-8da3-974cae6beed2", + "a7dbd4c0-53eb-4368-917b-1432c09ce6b4", + "b3043501-3d1a-41b2-9621-cd76222963bf", + "c065c531-88f5-0930-e053-2a95a90ae861", + "c59cbf0e-1381-4dd2-e053-2a95a90a853a", + "cfde9163-ac40-4943-8a9b-509fa5770a93", + "e4dea44e-9876-4900-8531-cc6a11c5bef2", + "f17a18b0-a7c2-4c64-868c-460cf34e1f7d", + "fa951d50-b79c-4161-8c81-fcf386b0964e", + "02bf0edd-488a-4809-a365-501f6cfea6ac", + "04dbd98f-c74d-43b2-8bda-74f18be7cf6c", + "17cfa99d-abb2-4d77-9e0e-e77109fbb61a", + "20f9175d-06a7-46a6-959e-3cdf61bbbf30", + "45ddcaad-d416-4d7c-a84a-43548d5c5d3b", + "4a09ef8b-f9f0-4a0e-a187-91427473b48a", + "6158e954-32d8-4718-e053-2a91aa0a27f3", + "6de2e5cd-dd30-4cba-984d-3ef8332a5609", + "7304912c-7401-4828-8616-cb6a8414f978", + "774d3959-853b-4c51-8cf0-c36808fbf108", + "90c374af-0781-478e-a5ea-4ea35ace8d03", + "917bcd06-6dc6-42b3-80b4-c6746b347261", + "af7ae548-38ad-41d5-b1cb-761cd2e386d3", + "bba2ddc5-19e0-4f11-8ff7-7dd7c2d53b50", + "bdc48d22-c606-665e-e053-2995a90a9dbe", + "c7bd8d52-f7b5-413c-81ec-3fe4daf6c56c", + "cf25c8c1-057b-43e0-a040-b6361977ee24", + "dcf7994b-2522-4df4-ba4e-cb521a4ff0ff", + "f3feca65-adc1-469f-bef6-12c860599abe", + "f708e1ec-cf2a-4e2b-851f-f6b703f359b2", + "fb56e3e8-c851-4c8d-bba5-381b9a6a5e17", + "1da0bd23-9f26-4913-9ebf-1fd8b0fb3bd3", + "1fb5e871-45fd-46fe-bf73-5192f8316e8e", + "231e0f4f-58d0-4d9a-b40f-b39368dd8abd", + "2bd70a6d-ff6e-4fa2-9842-d916a805ecd5", + "4c4ae7af-eacd-4b15-860c-d08305fce8e4", + "58a01554-04d9-43fb-8a02-ca94c0059d02", + "64c65244-f7a3-401b-b83a-bf66d45268e2", + "70611505-1e1e-4ab7-8052-2b275b1c3249", + "75cad53f-e8b1-46db-b5fe-1cd99fe57667", + "7b4c7e4c-1536-45ab-a59b-4d5dd8eb2eb4", + "7e16b941-861d-43cc-a710-d880b051a98f", + "8088d44d-4418-f151-e053-2a91aa0a13e8", + "8151a0c8-611d-bef5-e053-2a91aa0a3a02", + "8d2e3941-f3c4-4181-871b-3cf6a6cdd3e0", + "940936ac-e59f-7489-e053-2a95a90a6364", + "a352f588-4a70-42b2-8f9c-a73a0629517d", + "ab02080a-c903-4e4a-a9f3-2b8197ed2f2b", + "c782b0f9-c099-4e2f-b18a-53cbaf55d968", + "c830d1ac-c4c5-4eb1-98bb-22707cb6db91", + "eaa9d094-ece6-41fd-97d9-0fdb0a45afd7", + "fdd705e7-2dc7-4a90-8b60-fdaa8b8a4c91", + "04ef9755-612c-43f8-adc8-1d3b114f3fce", + "062dd7dd-a068-58a1-e054-00144ff8d46c", + "1148b4d9-fa6a-49e6-9663-17b2c8373846", + "126ee71a-c408-415b-9a43-502337a91055", + "13d40ead-85c3-4389-9181-7ff47aafa976", + "223ffb2b-3ee5-4118-955b-bc4fa4e8a2e6", + "25b25357-2caa-42f5-ab59-be66b9e2635f", + "2a964097-a303-4006-836b-3cc12f4b1a94", + "30a51b90-a565-4e38-82ee-b5af29762977", + "3561bbc3-53b0-4857-8b71-39e165ed95ce", + "49021ae8-9655-4885-9f74-52df4cdcb26f", + "49a740ec-8ed4-4c76-b2d0-c13651bafa5e", + "5071482b-fcdf-416c-a2aa-fe4bb172f425", + "59eb14a5-40b0-4331-beb5-7166e6cdf411", + "63be92a2-5093-4971-a193-4c1672350b1a", + "7dbe284a-c0d5-4ac4-8445-611610f3c0fb", + "80420a74-d540-4871-aa8d-fc908e785fc4", + "91510f2e-25ec-4fe2-8895-970ba603c7c5", + "96451105-6a4f-4bff-88fe-ececde8096c1", + "a10f53fe-4312-406d-a0a5-3bbb89f4c0c5", + "a2d4238e-1498-4379-e053-2995a90a318f", + "a6b2603f-4cca-4fb8-9a16-6e4a6e2eec81", + "a70836f9-ae96-4de4-bf62-fbcbbacfcb89", + "a8a0d9a5-1a36-4ed2-ae9c-7e1a3d674c07", + "aa714a01-fb56-463c-9fab-257fa4996559", + "ae84eb7e-a70b-4311-b2dc-ad153047a516", + "b70beee4-407e-547c-e053-2a95a90af22a", + "bc03fa56-8880-4bbd-81a0-91853fecdd4e", + "d102e8a2-2fff-48cb-9864-7582fde956ed", + "d59c5f04-4bcc-4a52-a42f-e049506f00de", + "d5ea7e9f-70a1-4e68-b5a7-02cf6147c5be", + "da05a1a1-35b4-4787-8c56-12e369f18ff0", + "dac7c13d-c021-4a6e-9b14-0e312dd0ea2f", + "ecd6df7e-e7e2-446b-85ef-25971281fe31", + "f10053a9-7c21-41ed-9e81-c82e20ac17aa", + "f4642725-f953-4aa8-8106-f468d8220f65", + "f9de7c2f-016b-4f40-8b5e-141ad194be97", + "0bd55a35-71f4-4eaf-be6b-70f351ad5d6f", + "19a0ff11-f2a6-43f7-a426-8da469f21008", + "3b5d4a5a-8c65-4db1-bf01-e8df6523f45a", + "48833e6a-db42-42b8-aa75-07103a1482a2", + "4ca9d8d6-fde8-46ad-83a2-cb846ded2abb", + "4f7d057c-b04b-4ec3-82d7-716afffef2b6", + "4f8e3728-3401-48f5-8406-272b91827527", + "6d9f7c4c-c75a-4ad5-97b1-225e382eb445", + "6dd72d79-0dfd-5269-e053-2a91aa0a8284", + "729132cd-f209-447a-8949-a90b5a5c01da", + "793a6fa6-4ff0-498f-ae1b-71bcafb1fd73", + "7f7b4377-9b40-4a12-808b-f1cd7d241b0d", + "808f4790-cadd-4285-ae70-25eb547137e2", + "9f7cca9d-4230-49d7-b805-a1fbc73e31c9", + "a51c2deb-c703-4dc8-9255-8ac9fe635170", + "ace5ebac-ec11-4c26-b1e3-954b450ee671", + "b2fe7f47-1a2e-40ee-8f8f-38f2028dce1b", + "b956d527-7ea7-e084-e053-2a95a90a866d", + "c1a58b40-e9a8-44d5-a5b1-a4b7fd638835", + "c5b3c78c-9148-bf69-e053-2995a90aba65", + "ca7447ac-5210-4c10-96e8-abb5a488447f", + "d1b32922-ba4e-43ee-aa7f-a79fb668c90d", + "d40e30ee-05b3-4a72-815d-b07e30431500", + "d4e438c6-80dd-4531-91e6-bc4ca7a8570f", + "ecb06efe-d4ac-4e3f-8cf1-b48a29970c7b", + "fb6ae4bf-52f7-47fb-a703-236a9d17e958", + "015a6179-bacb-452d-b594-4de628ddc11d", + "0540111a-fcde-492d-9ed5-bbd714b2acf0", + "175aca2f-a88b-4b2d-9806-984ed0e49ff7", + "1929e530-ff91-4ddc-9829-738ae5a2363d", + "2504e849-6499-4eac-8233-c9da36d93b98", + "2d422b0d-da15-4906-9daa-1e275818420c", + "36bdcac9-eed4-40f9-a6f2-4c1e773a6b50", + "3ade895b-5dca-4d81-9415-8091923162ff", + "3d057a29-df60-4341-b9a9-094b7ec10565", + "3d1bb61c-15db-4eba-aba9-cfbcbc7b30e0", + "420ecd19-f156-49ad-872a-161604480e59", + "5c1a3081-ae25-4895-bf76-ebcbb9fc8072", + "5c42dd28-820c-4cc5-9016-11ad5e580616", + "5f0fdbc8-bc1d-5df8-e053-2a91aa0ab27d", + "780aad35-d0f1-44b1-e053-2991aa0af9a7", + "78bd79d7-1871-47c2-9dcb-df97add83ef7", + "873f01dd-0701-5fd3-e053-2a95a90a6463", + "8a84bb65-90a3-4bd3-b8c8-f77132c2dd98", + "99699cd6-ba7d-4db0-9f0f-0f2c1a369138", + "ad5f02f9-c6f3-4c4b-8b07-26b5dc8262a5", + "b50ed5ee-8cf1-4573-ac7a-5a5a14f481a6", + "be841460-98b4-4448-a494-09ff161fd131", + "ca302b01-0a5e-4ccb-96ba-86a7a774199b", + "ce9f4e0d-43fb-499a-b8a2-a997a14841c4", + "d3bb51a1-59f4-43a5-b2cd-8fc8e6874a53", + "dd99efd0-4ca4-4dc6-a940-bebd17ac8f8d", + "f1a6ebf6-c984-45a1-8b26-3f69f57fe390", + "f439eae5-3e49-4b9b-bacc-0996c27b0cda", + "15430025-f25e-4fe7-b1fe-4eda4684081a", + "1f3e2895-5ef7-4e6a-8d2e-b805d148f980", + "20d75957-7fd5-42f1-bd7f-4b29048fd710", + "2d98e390-4f2a-41cc-b307-3d2f6a3700dd", + "3c437b5e-a879-449f-8aed-eeee2bd69de2", + "3fdd0612-3252-4d05-95ec-f8cb74e904c0", + "441fd449-31b3-4f34-a0f2-a8979c2e80f7", + "509fc6e7-2269-4caa-89b1-9f44de213359", + "743af02c-c762-42f5-8e01-2f62da15e04e", + "76b17d3f-4843-4ae7-ac25-3c94cf14045c", + "842bf57f-cbd0-49c4-8c02-80f970ce0fc3", + "846d2e43-03bd-432f-8d4c-3ed4b51ad28f", + "8e96f75c-de8e-472a-aadb-3767dc64dfc6", + "8fbc5986-28f3-40c1-9f86-6001ae8af9c5", + "9ab903aa-7170-460b-9527-e3df223f5f55", + "a56a5ca1-578c-40cd-90cc-cc4c2dfec847", + "b31a913a-10e6-49c0-a4c9-de2c0d1ead3f", + "bc17b2e5-4828-6a2e-e053-2995a90a8c63", + "c20d110a-ed5e-aed4-e053-2a95a90a4200", + "c55b8f9d-1396-43c0-acc9-5e3485eadb07", + "ca7ae149-4c3f-449f-8536-c1135f04479a", + "d181560c-1c39-4f2e-8a17-996224ca040f", + "dd87e342-b0cb-4111-9f15-415dbcda4b77", + "e41e63a2-28d4-4a81-93f9-1b473a795c3a", + "f3db8598-fe0e-4c53-a023-5f5f8f002cc6", + "f76d5fff-ebea-40f9-aad3-4064a0c863f0", + "fa12f86a-d82a-4de5-8cd1-2151021b5df3", + "fa33f6ef-522b-4630-9716-92371d9cd24a", + "0174cbdd-8b71-4b87-b3ab-08d98cbd0f58", + "070569ec-82b1-4b26-b38b-3fb3caf71f19", + "0c23eb36-ce7e-4e16-9298-73cb4ee2b398", + "1462b308-a6a5-49ca-ab29-cacbf62caf0b", + "2619d6b9-9941-4b1f-9c2e-3e8d5caac28d", + "277294e0-f37d-4e35-8529-e5b824ec8ed5", + "41633554-474e-4d3c-9187-d90487d2ae8c", + "61a88a72-cf4f-4ec9-bc24-e110adfb98ba", + "79a727bb-3bae-4311-9827-939b92d9ba93", + "7b5263ad-01b7-4fc5-9384-4da8efe89e35", + "7f445de3-30cf-4bd8-892d-05979cd399e7", + "80da2582-1a20-e111-e053-2991aa0acf32", + "877066b3-8bce-d78e-e053-2995a90ae958", + "8b56bfc0-2253-458d-99a6-0b0f9ae0ba50", + "92909ede-128b-4600-8228-3dc5f82bf60f", + "9b2df544-06f8-466b-a162-3ff4fa188950", + "9bf4ca22-2546-4803-a199-b7d782e04a97", + "9ea8bb1f-1924-4430-98bd-f2674d0da748", + "a0cece43-256e-4adc-92f8-11a0f473bb83", + "a1255f60-b9c6-9a95-e053-2995a90a9e80", + "b2639d24-2cf4-44d1-93e8-e3ccf82fe8e2", + "b5582e23-5079-1f2b-e053-2a95a90ad800", + "b5c7e93b-e626-49c3-a7d4-773475f945ae", + "cd6b3fc2-69fe-4675-b1ef-c5aecc9f801f", + "d0a9bd82-d569-4b18-b0c3-0c5c8f6cba1f", + "e65dbd01-2d5e-4067-ad98-98d879cfb5ee", + "01f6428d-259c-4f02-8c69-6130b897373e", + "020fa486-31f0-4e0c-84d3-5b3aaded1eeb", + "07209d28-eab2-482d-bb78-75e18f202cc1", + "11014d21-9e9d-4aae-8e03-622abf0b2b09", + "1e668f75-d4cd-4098-8e2b-0f44b30bbe85", + "29abb15a-3f90-4071-a9f9-15dc0ea6dbb3", + "36ba13a4-4046-4dae-ab66-744bb8ff973d", + "3738d35c-1e83-40df-9292-c54e6b2c8353", + "462580aa-712d-43bb-846d-631db3e79c1d", + "5c75dc7f-06ae-440e-90ed-d7753eaa786e", + "726ce482-e6c2-49dc-b46c-284969c23835", + "760d4bff-3913-488f-b999-28a773e9630e", + "8138414c-61c0-464e-a052-a5f1004262d6", + "832acd72-1dda-4490-978f-5f31748942df", + "950b16d5-65db-402d-8ec6-eec9e1e174dd", + "973bcf75-8c45-ea16-e053-2a95a90aad63", + "a769094b-1e91-4ca7-ba67-21aa7e312910", + "ab9a9048-75b7-904c-6683-06d7de69ec52", + "b581802c-5f9e-0678-e053-2995a90ad082", + "b6505efb-2cdb-4075-9efc-3131bbe5ed06", + "bc2daba5-ce8b-bbda-e053-2a95a90a6f33", + "c53d76f4-f8f0-49fc-8772-758bdb24bec2", + "dad9a940-f16a-4695-929e-1d6b9449757e", + "dca3f1b7-004f-4972-95dc-efeacfb4cb32", + "e9fc5bd3-0557-4e7b-a048-84332930c8e5", + "eceed6cd-c631-4a42-a212-87092aafb647", + "13f253f4-aa4a-4d87-a50e-fc12a5c2bc97", + "164f55d1-75bf-4a49-8671-f93872a430d0", + "20fae2ab-fcce-b026-be00-d9aa2f396f7d", + "2c04ef82-6297-4f4a-a2d5-4f6016a52c40", + "2f20e5b7-b26f-41c4-a2e9-38be59407ee0", + "304a9aa2-9198-44ca-8627-d41b84ec6cbf", + "3d866a79-481f-4a63-84ba-f049ce83da8d", + "4b397bdb-efe6-4088-8e66-c77eb3bb80f2", + "586874b2-c56c-4bb0-ad0e-2845fe69e354", + "5ec1c10a-6a33-48f0-9e70-6c69fcc62c90", + "709babea-c67a-479b-b47e-18e935de5518", + "857f94e1-9b87-4040-956a-63b978e3a30d", + "997b9551-c222-4a9c-8ba1-09a5f97495fa", + "9e7543d9-6249-45b5-b67d-c1b439423b9c", + "a5171ba1-6c2f-737f-e053-2a95a90ad0fe", + "baee03b8-fcfd-440e-90ea-1ee2a18516ef", + "d47a1fbc-c737-49c2-bd60-cd24e87b7986", + "ded10c13-8a4e-469d-8b34-0d6566be016c", + "f6bbce1c-9790-4ca4-847f-579c594ffe0b", + "00c121ff-141d-410b-8632-c884a3909552", + "00ec6518-b5e3-49d1-a342-139381c3bfd2", + "06326fb7-a97b-428a-9cab-8cbdb6074366", + "0bc33897-afc2-4d11-be6c-a26480f448bf", + "0dcf54e7-de0c-426a-9b49-2ac2e8b6bdb0", + "1729d4b1-ca3b-4360-8328-2484f239440a", + "1c7369ea-46b6-407c-aa4b-048eb72ff03f", + "1c9dc56c-deca-4468-8fe4-6258af61c37d", + "236df05a-cf11-42f3-a347-b54f5113680c", + "241a6905-de1b-4108-949a-c9565084e250", + "295b0d00-4d4a-405f-9325-d01c5d4f3ed4", + "35da11af-510c-4bdc-af3b-06c359e11cff", + "5103450a-3095-49cc-9823-4fb4c1d258ff", + "668368a1-b80b-4920-b327-87e4533278f6", + "6a07e29e-fa74-4f18-9a3a-f262dee9eec2", + "6b7b7340-800c-4cf3-9b57-1a8b85a8af9a", + "6c76f5ea-c6e5-4a10-813d-286733256028", + "6ec12573-03d6-40c1-9945-d345b401e062", + "8cc2c735-9bf7-48a7-bb56-a152287782b6", + "8fb0762d-da96-7b54-e053-2995a90a03fe", + "8fc0fa9d-9349-42d0-a6e6-8b63b119dde1", + "972a46a6-ab2e-4d3d-b5e4-f4dd0b2c3577", + "aef76f5e-1244-4d8b-9f1b-43aa41f0101b", + "b09d70df-c6bd-48f7-bda6-473e1560a779", + "b466c989-f7aa-e476-e053-2a95a90a8e55", + "b756125c-1c9b-4eb6-b049-f9dc597f220a", + "bbeebdd6-fe2c-5b8a-e053-2a95a90ab95e", + "c0f4d7f1-aa17-4233-bc47-41c280fdd7ce", + "c8ec3a43-5760-4aa6-a7a3-1d02a8d05cb2", + "c96a7fe0-994d-49cf-8e58-2971679870ad", + "d722fa9b-f57a-4feb-9efa-35cdace5500d", + "dd52630f-36db-4ecf-be50-59ea74594a21", + "ec4dbb71-b507-42a3-9b68-14d4b6621ec1", + "f129bc0e-1ef1-42a8-8668-2ee88ffc85e3", + "f7137fe6-582e-43a4-8302-90ca54cd1de3", + "fa315654-3846-4007-93a3-6f6974e404b8", + "fc7838a7-fc6d-41b7-b8e4-97bee2bfa6d4", + "fe16da46-08dd-4822-b715-1ba57d4ccf7e", + "ff878f56-125a-4de7-b063-029f7030733d", + "0a28a4f1-d947-489b-be28-36ba10b581cf", + "111931c9-b2ba-49c1-b2a6-bb978d85822e", + "26c0641e-1cdd-4084-939d-01dbd36ab9b7", + "33000613-0f57-42e6-828f-8f796d4ab4be", + "5028c116-d0e3-4e30-8fa8-caaf08d99ec7", + "5337c43b-13c7-4d95-9248-ddcc6d6518ac", + "5de40821-3218-4320-bf11-9493bf01d489", + "92c22593-daf9-20a8-e053-2a95a90a365d", + "95801755-db54-4ad7-bec1-52671914f6ca", + "9c4b7b99-24cb-4ec7-be5f-b820c91d9769", + "a1cec332-5802-4684-8b7f-6cb98da40e8b", + "a9a8a6ce-880d-4bf5-b7bd-6280a2e8c16e", + "ad166f8b-2737-4d14-ade5-7e24c99522ec", + "af407852-5476-421d-a80a-d726c24b6391", + "bd716a09-ed43-45fd-b12d-445043250318", + "c2d33352-431c-4683-a4fa-a54437e7b8d2", + "c358d1dd-9fcb-4d18-9521-8f898b98a732", + "ca0833ef-837b-47dc-8676-e016af96622c", + "df5c0266-036c-435a-95f0-42d57c7fb8e3", + "e072e4ab-669d-40ee-b301-0bc15b67792f", + "e718e597-d3c2-42ae-b64f-12207be98d6f", + "eacee273-abd7-4ea4-bcaa-7f74abcc9feb", + "fc2d4367-8884-4b76-aa3e-8c35be1ace49", + "1b164780-ec84-4187-8afa-6f8a0da550fc", + "34a95450-3f04-4de4-9113-73e7bd5724a0", + "4631df61-00a7-4ea8-849b-7b28ea36e41b", + "46447422-f2b9-4bf3-ac0a-d1652303da01", + "5101125d-4819-4e4b-a0ee-a0ff8d5a0ab1", + "5b77bb9b-3947-443c-9794-b3ea5922c72c", + "67870e7a-88fd-43cf-97e8-cbf546ad4f3f", + "68444e2c-1ad8-4d00-a55c-c0f62942ec11", + "8fed703a-9de2-4c76-a783-fcf004f9b890", + "92e168fe-aa61-49a5-8aa0-2bf749c96a90", + "9f18d455-55ce-482c-8da8-dcb664038c6c", + "a56791ec-0037-51a3-e053-2995a90af761", + "a58e21de-20e1-fc81-e053-2995a90a5645", + "ab96395c-a19e-40d6-b37e-7f988026fc95", + "add6952e-9dd5-487c-93e6-337e9d6a4872", + "ba5a0286-3e0f-4bef-96e5-29d92f51f432", + "c13ced61-c491-4fc2-b83f-78c6d9ad8546", + "c6665c11-9a01-4472-a444-acadb1de0b69", + "cb5f6008-6884-402a-8a19-c8d585576d63", + "d0b34133-d69d-47db-bf51-be942769c612", + "d7b13248-397f-4cd4-9ad6-d042aa7e6e9c", + "dcbf1eaa-f07f-4b46-a6a4-8c5eb5131605", + "ea786813-87ee-441d-815b-352aa126744a", + "f7667529-09c0-4603-8080-f236144fac36", + "fd24d0e0-4f36-42d3-9149-2fb957690305", + "fe3c0a2b-316b-4620-b6bc-378dbaf7ed57", + "02c25cdd-f4fd-414e-9e79-dd70488fbb96", + "0dd643a4-3cbc-423d-95b4-ba373b09d895", + "1491bc60-5c40-4d36-88dd-38968b5461bb", + "2073ff10-a5af-40f3-8d34-b9d8c85e66de", + "2143cc16-86db-4060-96da-5c228ae9207b", + "25e5b235-95c7-4007-89b1-37e1f36d0d00", + "2b923a97-836c-4dac-a8c0-3047a35fb62e", + "4749a843-9c93-4edd-9b5f-a1e32666544e", + "60e6e59d-9b02-4a08-ae68-0aad005b0220", + "6f2d2129-da03-4293-a1e5-9d1e38140501", + "76cb8209-6c43-322e-e053-2991aa0a51eb", + "76f10ee2-1d6a-097c-e053-2991aa0af526", + "82c574ce-c386-4176-a879-0395fb6c4e26", + "8a18565c-b84e-43f8-8e96-e1dbcc39f08b", + "8ed1d1f5-fe4a-5fd8-e053-2a95a90a90fb", + "ae36eca4-2985-4cc4-9be4-eb676d99c6a3", + "af6fe4a9-2d18-4fed-b952-0a7866f65251", + "b96a2280-ec4f-7c61-e053-2995a90a18bb", + "bb2d7b0f-dc8d-4bb9-a2c0-165dfd9cadcb", + "bdb01b3e-ad34-4003-9b9a-e83a2c0e90bb", + "c5177abd-9465-40d8-861d-3904496d82b7", + "c830320e-72ba-48ff-a4cd-250ac5650bf0", + "d2d2846d-4e0b-4d42-b300-60dd3b2cca1b", + "d2e714b9-4254-4c48-9a0c-7ec8c2483be0", + "d3ee3341-93b8-487c-921e-2892d213efbb", + "d571f520-a56e-4f7f-9214-d89197f742b6", + "dda67533-7e9b-4724-a8e2-e996a5d6a6f8", + "e0a39957-d918-4125-88f9-0e550b976fa1", + "f4aed854-730e-493d-b523-122156e08dde", + "fb6b9d35-15fb-42cd-937c-fa2f866f1896", + "fba711c1-4e69-49b0-8994-97c455aebcb2", + "fe80c377-6b31-4aa8-9cef-2a63017e2952", + "00dcd9d6-047a-45f3-a2d6-a3816e2c385f", + "0c2364b0-03ac-4e96-bfc9-c6f5b3987ce4", + "12f92dd0-5c7c-46f1-a44a-64af0f26686d", + "2e30754a-42f7-4da2-944c-be61cee47b43", + "2e622bb7-22d4-4630-83c5-90ce5cbb6e6f", + "3bcc7f8f-88f5-4d2c-a2ab-ca74f292994d", + "3ecdf4fe-9b3f-41cd-984a-153bc6a9325b", + "40eedfe9-54e1-40a2-b4a2-55ff708b89cd", + "42f0c87c-7020-4af7-9f6b-3a774137e564", + "4bb696f6-a47b-4da9-9224-9aeae3e152f3", + "4fb4f4b2-c238-4933-b874-08def3b34a28", + "59773893-09a8-47a2-943a-e9ea9da4458a", + "62e43bda-7a7e-445e-880d-bc9618e82dc4", + "74a822d6-be6a-47f5-b9c0-b1baf5563661", + "7d71d000-d68f-41e0-a746-c5fe9114d160", + "948c5826-6f35-484d-bb3f-cecf6a4b5c13", + "a1b0ccf0-cf24-4b34-b42a-aa1cc1e57f60", + "a524c36a-38f3-4266-8f45-589e19400328", + "bf8bed5d-7dd4-492c-98ac-c36ff8be8f41", + "c280ac64-920c-4d03-9190-03e0196ed5ef", + "cd3a7094-ddb5-4583-a1bc-dc6ce280418c", + "d16ec408-d77e-4a1e-b37d-06d019a16f01", + "dae3b7e8-9f80-4f93-8bdf-fb88fea15fac", + "efec6af2-8b26-47f6-88c8-b0a6d69a2d7d", + "f48585a4-2701-4fbd-a6e7-60fdd16244d9", + "00146b91-008d-4b16-95b0-6077f98821be", + "05bea71d-876d-4a9f-bcb1-12367b7ea2dc", + "07720c26-1106-40f0-9727-a81f4dea413e", + "09c9a9d9-f14e-4343-9677-188f20d4d148", + "24477946-63ed-456b-97e8-9d487f365cfa", + "268a789b-8f31-4739-9777-523249cac326", + "28884042-9fcc-4fb4-8ef0-9add2bd02a39", + "50b761b3-4823-4489-a934-2109cfb2824e", + "71be6a5b-aff2-4757-804a-085b44e2a7d3", + "72a8bc52-3864-4e3d-8659-eef2d959bdf9", + "8f8d43d1-8e73-483e-e053-2a95a90ac99b", + "95db8167-ccae-44d1-b2e6-76d68bad9eba", + "99ec63ef-aa28-c2fb-e053-2a95a90a9f6d", + "9f1c8703-0eb2-76f7-e053-2a95a90ac9bb", + "a0c0277e-50aa-4328-8f93-ab20c6176b2b", + "ae00015d-5e5f-4099-ba03-b20bf45ed374", + "c98e6b75-21c0-45a3-bdb6-6ba7af8786ef", + "efe2f519-4ac3-489c-ba5e-edb475cf5f2a", + "f15037a5-4e43-4dd6-93b8-b37a1cc22cd6", + "f6e51c4b-2941-4862-8262-bd9716324841", + "008c5055-4ae3-498f-a7bf-5bd00f738c6d", + "2e1470f5-e88f-4d1d-a308-170f7080387e", + "33c734d2-df29-4fb0-858b-d5c30809168b", + "344440bc-d810-4296-93ec-e6ae6673856b", + "3793a17e-13bf-4d27-b8fa-6753b760f820", + "3ea217dd-e5b9-4d4b-861a-76ce61ba3a1d", + "4320895a-4f9e-4ebd-bffa-0bc9a923d22c", + "590b3b76-c395-431a-944b-3da669024050", + "5cb7b476-d6ec-4d2b-b79a-8c843bbb2c71", + "60012b2b-1c73-4b5f-92de-b6794f7b33ab", + "6b8d6cc9-abc4-4d82-a95d-9a6d3d5e390e", + "701e516a-4936-4b45-9aca-28566562ae3d", + "830116e4-467b-4206-a5a0-40ca2d24df5e", + "850d5815-f723-4252-b259-9a26c876a30c", + "8638595a-6332-4f0b-bbf3-64720439b1d4", + "865c6063-7c6e-4a84-8f48-47a971c2cd62", + "919c0b9c-9267-4214-8ace-633438f8e7a4", + "92669c5b-43ac-5ea7-e053-2a95a90a7f72", + "a0fb0afe-9c25-d0f6-e053-2995a90adbba", + "a39c524e-c131-d7fb-e053-2995a90a785b", + "b2715622-cb9a-4ca3-a2e0-a0dffabd7a5d", + "b4f54465-3232-4685-9570-90be00876577", + "c5865a69-4fe4-4f0d-9e03-5927dd737445", + "d065351c-9a39-4800-8f8e-1fba4d6bbae8", + "d625c7f1-b5d2-44c3-8675-9141d4b3f8bc", + "d9b7e9f9-eb52-4dec-9048-783d05a2863a", + "dd01adcd-26a1-416e-92fc-8b6c0cc5512e", + "dd8b13a5-07df-4cec-92c3-1a662b1e1a56", + "e1e44c85-d10c-4997-8f85-064cda7906eb", + "e22f4952-5b2d-b2bd-6d38-4353f77420b0", + "eef2fef5-34b3-4ac2-94cb-5bd6b4c5ab1c", + "f2e19aab-836d-404c-95bb-f659e40832cb", + "f36a2341-fed2-4d26-89dd-c998224a9cdd", + "f413a617-1166-4940-b6ec-fae32238a780", + "f43f72de-ff79-4c7e-bd1e-3f0c4c3872fa", + "f80b6f72-f280-4b4a-a6a9-e6490b94705b" + ], + "package_ndc": [ + "46122-313-46", + "0904-6719-50", + "0904-6719-60", + "0904-6719-80", + "50844-519-15", + "50844-519-02", + "46122-629-71", + "46122-629-78", + "46122-629-81", + "49348-430-30", + "30142-561-71", + "30142-561-78", + "30142-561-85", + "30142-561-90", + "30142-561-82", + "30142-561-76", + "30142-561-62", + "76281-526-24", + "36800-202-26", + "36800-202-28", + "36800-202-34", + "21130-124-02", + "21130-124-03", + "49638-107-30", + "63868-413-50", + "49580-0322-2", + "69848-008-10", + "36800-455-78", + "36800-455-62", + "36800-455-71", + "36800-455-79", + "17714-013-01", + "17714-013-10", + "49348-730-09", + "49348-730-10", + "41250-148-03", + "55319-333-23", + "55319-333-01", + "50580-579-02", + "37808-759-26", + "68210-0022-1", + "49781-015-04", + "49781-015-05", + "21130-850-08", + "76281-302-24", + "0363-0711-01", + "68016-029-20", + "68016-029-14", + "68016-029-47", + "36800-779-47", + "50580-490-24", + "50580-490-50", + "50580-490-10", + "50580-490-25", + "50580-490-90", + "59428-281-04", + "63868-564-08", + "70677-0117-1", + "55319-931-15", + "0113-0998-26", + "0113-0998-28", + "37808-120-02", + "37808-120-04", + "54257-473-02", + "69732-001-01", + "0363-6973-02", + "69842-750-03", + "69842-750-96", + "51824-061-01", + "51824-061-02", + "41250-590-16", + "41250-590-10", + "0363-0132-01", + "0363-0132-02", + "41163-045-08", + "53329-641-30", + "53329-641-98", + "62107-050-01", + "62107-050-10", + "49348-119-34", + "49483-342-01", + "49483-342-10", + "49483-342-00", + "11822-4450-2", + "11822-4450-8", + "37835-722-24", + "41250-946-16", + "41250-946-10", + "50580-783-10", + "50580-783-24", + "50580-783-25", + "50580-783-29", + "50580-783-30", + "50580-783-32", + "41250-501-02", + "21130-540-08", + "50580-177-08", + "69842-707-78", + "45802-732-33", + "45802-732-30", + "68016-336-50", + "68016-336-01", + "68210-0120-1", + "70000-0410-2", + "70000-0410-1", + "70000-0036-1", + "62011-0027-1", + "65155-102-01", + "63868-503-50", + "62011-0032-1", + "62011-0032-2", + "11673-133-16", + "11673-133-26", + "62011-0002-1", + "30142-818-26", + "50580-495-01", + "63941-519-12", + "63941-519-15", + "70000-0374-1", + "50580-170-01", + "50580-170-03", + "50580-170-02", + "50580-170-04", + "46122-056-03", + "23155-202-64", + "23155-202-65", + "23155-202-01", + "23155-202-18", + "69842-764-78", + "69103-2522-5", + "69103-2522-6", + "55315-519-15", + "55315-519-12", + "68016-503-02", + "68016-503-03", + "55910-251-26", + "55910-251-28", + "49035-175-10", + "49035-175-96", + "49035-175-15", + "69477-000-01", + "11822-0766-1", + "11822-0766-2", + "72036-092-01", + "72036-092-03", + "70000-0173-1", + "0904-6536-20", + "0904-7014-16", + "0904-7014-20", + "59779-104-12", + "59779-104-13", + "50804-826-03", + "49580-3278-8", + "67091-135-50", + "50580-937-01", + "50580-937-02", + "50580-937-03", + "50580-937-04", + "50580-937-05", + "50580-937-20", + "50580-937-06", + "50580-937-10", + "50580-937-07", + "50580-937-15", + "50580-937-19", + "68998-001-02", + "55319-491-24", + "69842-445-19", + "50580-424-01", + "46122-312-62", + "46122-312-78", + "68210-4097-1", + "68210-4097-2", + "50844-270-24", + "70302-011-20", + "69842-930-80", + "51672-2117-0", + "51672-2117-4", + "68391-288-12", + "0363-0278-08", + "69168-418-29", + "69168-418-51", + "62011-0183-1", + "53185-005-00", + "55670-468-99", + "55670-468-13", + "69842-945-19", + "70000-0180-1", + "70000-0180-2", + "70000-0180-3", + "70000-0180-4", + "70000-0180-5", + "72288-484-93", + "72288-484-90", + "72288-484-82", + "72288-484-83", + "33992-0175-1", + "0363-0590-16", + "0363-0590-94", + "0363-0590-10", + "37808-323-02", + "41250-650-26", + "55301-175-15", + "55301-175-03", + "55301-175-12", + "55301-175-06", + "55301-175-60", + "55910-944-08", + "10884-2228-2", + "68016-243-02", + "66689-054-01", + "66689-054-99", + "68998-092-01", + "56062-192-03", + "56062-192-01", + "36800-766-16", + "63941-336-50", + "41520-895-47", + "62900-542-60", + "41163-609-16", + "63940-450-08", + "69256-544-71", + "0363-0104-12", + "21130-243-26", + "50580-458-11", + "50580-458-50", + "50580-458-10", + "68210-0013-5", + "68210-0013-1", + "68210-0013-2", + "68210-0013-4", + "57896-180-16", + "49035-919-08", + "49035-919-12", + "49035-919-20", + "51013-172-15", + "51013-172-25", + "51013-172-43", + "30142-789-83", + "49035-755-50", + "49035-755-88", + "0135-7011-03", + "0135-7011-04", + "0135-7011-01", + "0135-7011-02", + "0363-0792-29", + "0363-0792-35", + "0363-0792-40", + "70692-399-06", + "70677-0017-1", + "49580-0319-1", + "69842-322-24", + "69842-322-10", + "50580-487-20", + "50580-487-90", + "41163-997-26", + "59779-751-03", + "59779-751-96", + "59779-751-29", + "76281-328-26", + "63868-089-50", + "63868-089-01", + "71247-129-10", + "71399-8024-1", + "71399-8024-2", + "72288-766-16", + "0113-0025-62", + "0113-0025-71", + "0113-0025-78", + "47682-175-99", + "47682-175-13", + "47682-175-33", + "47682-175-48", + "47682-175-64", + "47682-804-33", + "47682-804-48", + "47682-804-13", + "47682-804-99", + "47682-804-50", + "47682-904-33", + "47682-904-48", + "63868-088-02", + "63868-088-15", + "57243-450-02", + "11673-759-26", + "11673-759-28", + "69842-465-12", + "0363-0995-26", + "0363-0995-28", + "50580-438-01", + "53943-837-76", + "57896-204-01", + "57896-204-20", + "57896-204-10", + "57896-204-05", + "49035-975-83", + "15127-508-61", + "49035-946-10", + "49035-946-16", + "69848-015-10", + "11673-946-08", + "68016-725-04", + "57896-104-01", + "57896-104-10", + "62011-0247-1", + "0363-0531-15", + "0363-0531-12", + "0363-0531-37", + "0363-0531-29", + "69842-073-25", + "69842-073-26", + "49035-741-01", + "49035-741-62", + "49035-741-78", + "54738-548-01", + "54738-548-03", + "54738-548-50", + "30142-970-01", + "68391-484-90", + "15127-877-24", + "73173-010-50", + "73173-010-51", + "70677-0118-1", + "68196-544-82", + "59556-854-60", + "56062-946-10", + "69842-390-54", + "72036-170-02", + "72036-170-03", + "72036-170-05", + "37012-484-71", + "37012-484-85", + "37012-484-90", + "37012-484-78", + "66576-200-01", + "55319-540-08", + "50580-555-04", + "50580-555-05", + "21130-285-04", + "77800-100-01", + "80272-002-04", + "72615-0001-0", + "49580-0682-4", + "70000-0205-1", + "63940-519-19", + "63940-519-08", + "63940-519-29", + "69256-966-83", + "24286-1550-4", + "59779-682-12", + "0113-0227-71", + "55910-161-10", + "63940-619-16", + "52124-0010-1", + "44237-048-07", + "15127-807-08", + "62011-0336-1", + "50580-509-01", + "68391-669-87", + "68391-669-79", + "68998-098-02", + "66715-6956-4", + "30142-966-47", + "30142-966-83", + "36800-973-71", + "36800-973-78", + "63940-309-26", + "50594-177-50", + "55319-541-50", + "55910-531-08", + "69676-0041-9", + "69676-0041-3", + "57344-170-01", + "57344-170-02", + "57344-170-03", + "57344-170-12", + "45802-730-32", + "45802-730-30", + "45802-730-33", + "45802-730-00", + "49580-0282-4", + "49580-0282-2", + "50594-012-26", + "70000-0092-1", + "41163-669-50", + "41163-669-10", + "10135-123-01", + "55910-948-08", + "41163-363-85", + "11822-0631-1", + "11822-0631-0", + "0135-0537-01", + "0135-0537-02", + "0135-0537-03", + "49580-0281-4", + "0113-7484-82", + "0113-7484-90", + "0113-7484-83", + "50580-496-60", + "50580-496-98", + "57243-175-15", + "36800-591-08", + "36800-591-12", + "36800-591-20", + "36800-591-05", + "41250-278-08", + "51660-333-01", + "51660-333-50", + "51013-173-15", + "51013-173-25", + "51013-173-43", + "58657-521-04", + "55910-010-26", + "70000-0496-1", + "63868-084-24", + "63868-084-50", + "63868-084-10", + "63868-084-05", + "63868-084-20", + "50844-255-08", + "72288-175-26", + "69842-298-24", + "69842-298-05", + "69842-298-10", + "69842-298-21", + "69842-298-30", + "69842-298-40", + "69842-298-60", + "69842-298-15", + "57896-160-16", + "30142-544-78", + "30142-544-71", + "30142-544-85", + "30142-544-47", + "30142-544-76", + "30142-544-62", + "59779-766-78", + "76281-502-28", + "76281-502-25", + "58602-754-07", + "58602-754-14", + "58602-754-21", + "0363-0212-26", + "0363-0212-28", + "0363-0212-34", + "68998-300-03", + "55910-701-78", + "55910-701-62", + "0363-0148-01", + "0113-0397-26", + "11822-4484-1", + "11822-4484-2", + "69256-105-26", + "41250-246-24", + "21130-919-15", + "21130-919-12", + "21130-919-29", + "11822-6304-2", + "11822-6304-1", + "11822-6304-3", + "50580-451-03", + "50580-451-10", + "50580-451-50", + "50580-451-70", + "49483-340-01", + "49483-340-10", + "0363-9605-07", + "70677-0116-1", + "0363-5101-18", + "68016-636-10", + "68016-636-50", + "69842-959-26", + "49035-491-01", + "41250-554-26", + "41250-554-34", + "46122-209-25", + "46122-209-26", + "58602-730-36", + "58602-730-07", + "58602-730-14", + "58602-730-21", + "58602-730-29", + "58602-730-34", + "58602-730-35", + "58602-730-67", + "58602-730-76", + "58602-730-40", + "58602-730-41", + "58602-730-94", + "58602-730-44", + "63941-944-08", + "67457-940-10", + "41250-544-78", + "41250-544-85", + "41250-544-79", + "41250-544-83", + "69618-011-01", + "69618-011-10", + "69256-766-16", + "51208-002-30", + "0280-8090-20", + "63868-866-04", + "62011-0462-1", + "46122-211-25", + "46122-211-26", + "66715-9737-3", + "66715-9737-4", + "37808-945-08", + "36800-227-71", + "36800-227-78", + "62011-0246-1", + "11673-210-62", + "63981-700-90", + "63981-700-00", + "11822-6440-1", + "30142-165-07", + "0121-0939-05", + "0121-0939-00", + "0121-1878-10", + "0121-1878-00", + "33992-0519-2", + "33992-0519-3", + "70875-500-01", + "70875-500-02", + "70875-500-03", + "70875-500-04", + "70875-500-05", + "11822-9440-8", + "49035-802-83", + "51645-706-01", + "51645-706-10", + "68094-030-59", + "68094-030-62", + "68094-330-59", + "68094-330-62", + "68094-330-61", + "68094-231-59", + "68094-231-62", + "68094-231-61", + "69256-161-16", + "69842-918-09", + "37808-792-03", + "37808-792-01", + "37012-544-78", + "37012-544-85", + "55319-407-71", + "55319-407-78", + "15127-994-24", + "15127-994-50", + "15127-994-01", + "41520-606-02", + "69842-168-47", + "63868-176-26", + "0904-5769-60", + "69842-931-08", + "69842-931-17", + "69842-931-29", + "46122-649-71", + "55910-227-71", + "54473-305-50", + "37808-161-16", + "73006-117-41", + "11673-841-01", + "54257-573-02", + "54257-573-03", + "72559-008-05", + "11822-6690-0", + "11822-6690-1", + "11822-6690-5", + "50580-521-24", + "41520-217-71", + "41520-217-78", + "69842-449-08", + "69842-449-95", + "50580-460-01", + "50580-522-24", + "50580-612-01", + "41520-919-12", + "41520-919-20", + "41250-802-62", + "41250-802-78", + "55910-021-02", + "0363-0089-04", + "0113-0212-26", + "0113-0212-28", + "11822-0812-3", + "11822-0812-5", + "11822-0812-6", + "11822-0812-1", + "11822-0812-2", + "11822-0812-8", + "11822-0812-4", + "50580-612-02", + "36800-435-25", + "56062-130-26", + "76281-525-24", + "45802-203-26", + "63029-620-02", + "63029-620-04", + "58602-221-24", + "58602-221-20", + "36800-369-78", + "0781-3156-09", + "0781-3156-06", + "0781-3156-95", + "55910-946-10", + "55910-946-16", + "72036-098-02", + "70000-0310-1", + "55670-130-99", + "55670-130-13", + "70729-001-24", + "70729-001-50", + "70729-175-12", + "70000-0481-1", + "49035-514-01", + "69842-876-51", + "0264-4050-80", + "0264-4100-90", + "68210-0023-1", + "0363-0284-04", + "55910-491-01", + "51672-2115-0", + "51672-2115-2", + "51672-2115-4", + "49738-024-25", + "49738-024-26", + "0363-9993-15", + "0363-9993-21", + "49638-104-30", + "55319-167-05", + "55319-167-10", + "0904-1982-59", + "0904-1982-61", + "0904-1982-51", + "0904-1982-60", + "0904-1982-80", + "69842-780-15", + "69842-780-25", + "59779-579-53", + "63868-174-18", + "55301-450-08", + "72288-590-16", + "24385-629-71", + "24385-629-78", + "24385-629-82", + "30142-184-21", + "72036-200-04", + "41250-975-47", + "68016-198-00", + "51824-086-01", + "11673-240-24", + "47682-009-99", + "47682-009-33", + "47682-009-48", + "0363-9893-20", + "0363-9893-90", + "37808-285-04", + "50580-600-01", + "50580-600-02", + "50580-600-03", + "69842-075-15", + "69842-075-23", + "51824-049-01", + "51824-049-24", + "0924-0128-01", + "0924-0128-02", + "0924-0128-03", + "0924-0128-00", + "57896-222-01", + "57896-222-10", + "57896-222-20", + "41520-818-16", + "63868-082-10", + "36800-991-06", + "69842-297-20", + "69842-297-10", + "49348-093-34", + "72036-104-01", + "72036-104-02", + "72036-104-04", + "72036-104-06", + "72036-104-08", + "49035-494-24", + "49035-494-01", + "54738-040-01", + "54738-040-03", + "54738-540-01", + "54738-540-03", + "53943-525-24", + "69842-223-78", + "68210-4144-4", + "49035-288-04", + "30142-968-01", + "55910-544-71", + "55910-544-78", + "47682-145-99", + "47682-145-32", + "47682-145-64", + "47682-145-36", + "47682-145-48", + "47682-145-13", + "47682-803-99", + "47682-803-33", + "47682-803-48", + "47682-803-13", + "47682-803-92", + "47682-903-33", + "47682-903-48", + "47682-303-99", + "47682-303-13", + "41163-473-26", + "0113-0544-62", + "0113-0544-71", + "0113-0544-78", + "0113-0544-79", + "11673-130-26", + "11673-130-28", + "11673-130-34", + "53943-526-24", + "11673-266-16", + "69842-795-20", + "41163-520-01", + "41163-520-02", + "41163-520-03", + "41163-520-07", + "36800-484-76", + "36800-484-62", + "36800-484-71", + "36800-484-78", + "36800-484-90", + "36800-484-82", + "36800-484-47", + "57896-201-01", + "57896-201-10", + "57896-201-05", + "49035-590-16", + "68998-170-03", + "11673-105-26", + "11673-105-28", + "36800-959-26", + "0363-0330-16", + "0363-0330-10", + "45802-201-26", + "0363-0946-16", + "0363-0946-10", + "62011-0337-1", + "36800-961-20", + "66689-056-01", + "66689-056-99", + "69517-107-05", + "69517-107-40", + "69842-093-10", + "69842-093-24", + "69842-093-15", + "69842-093-01", + "41520-800-26", + "41520-800-28", + "52083-663-16", + "69618-010-01", + "69618-010-10", + "37808-130-26", + "0363-0281-04", + "33992-0282-4", + "63981-519-24", + "63981-519-05", + "42681-0025-1", + "68210-2002-1", + "56062-590-16", + "60687-571-42", + "60687-571-53", + "60687-571-37", + "60687-571-24", + "60687-571-48", + "60687-571-56", + "63940-484-90", + "0363-0971-26", + "0363-0971-28", + "0363-0971-34", + "36800-450-08", + "49348-998-10", + "0363-0334-55", + "0363-0334-22", + "41520-127-78", + "41520-127-71", + "50594-183-24", + "54257-720-02", + "71309-078-04", + "0363-6898-24", + "0363-6898-50", + "0363-6898-10", + "0363-6898-25", + "0363-6898-15", + "0363-6898-05", + "54738-092-30", + "49035-984-10", + "79903-032-01", + "79903-032-02", + "79903-032-40", + "79903-032-10", + "0498-2000-06", + "0498-2000-05", + "0498-2000-10", + "0498-2000-25", + "0498-2000-50", + "0498-2001-01", + "0498-2001-10", + "0498-2001-03", + "0498-2001-25", + "0498-2001-50", + "49580-0623-2", + "41250-966-47", + "63868-566-08", + "66715-5733-3", + "66715-5633-3", + "70000-0472-1", + "55319-041-50", + "55319-041-10", + "68998-004-04", + "68998-004-06", + "59779-590-16", + "59779-590-10", + "59779-590-26", + "55319-739-90", + "55319-739-62", + "55319-739-78", + "55319-739-71", + "63868-129-04", + "68016-303-50", + "68016-303-01", + "41250-161-10", + "41250-161-16", + "69842-531-29", + "36800-397-26", + "69729-107-40", + "63029-610-01", + "63029-610-02", + "53185-002-00", + "30142-157-07", + "30142-157-35", + "0924-0123-01", + "0924-0123-02", + "0924-0123-03", + "0924-0123-00", + "30142-403-78", + "69256-590-16", + "49035-042-26", + "36800-946-16", + "36800-946-10", + "0363-0579-53", + "51013-320-54", + "53345-010-01", + "0363-0323-24", + "55315-135-12", + "0904-1988-61", + "0904-1988-59", + "0904-1988-60", + "0904-1988-80", + "0713-0118-12", + "0713-0118-01", + "0713-0118-50", + "62011-0238-1", + "62011-0238-2", + "63940-104-12", + "53329-642-30", + "53329-642-98", + "50580-309-01", + "50580-309-02", + "0536-1292-29", + "71399-0161-4", + "71399-0161-8", + "71399-0161-6", + "50269-449-25", + "46122-340-46", + "49035-278-08", + "46122-552-46", + "55301-282-04", + "65155-204-01", + "0363-0800-26", + "0363-0800-28", + "0363-0800-34", + "49638-105-30", + "0904-6883-65", + "70000-0306-1", + "58602-206-07", + "58602-206-11", + "59779-308-26", + "59779-308-34", + "68016-699-04", + "62207-188-51", + "62207-188-49", + "62207-183-51", + "62207-183-34", + "62207-183-87", + "62207-183-49", + "62207-183-97", + "62011-0001-1", + "55910-697-78", + "55319-946-10", + "68016-241-04", + "68210-4125-0", + "68210-4125-1", + "50488-4160-1", + "70795-1200-1", + "70795-1200-2", + "59726-669-10", + "68016-333-50", + "68016-333-01", + "30142-507-62", + "30142-507-78", + "30142-507-83", + "71399-2855-5", + "71399-8025-1", + "71399-8025-2", + "0113-0518-83", + "70677-0018-1", + "69842-759-11", + "0113-0484-52", + "0113-0484-62", + "0113-0484-71", + "0113-0484-78", + "0113-0484-76", + "0113-0484-90", + "0113-0484-82", + "0113-0484-02", + "59779-484-71", + "59779-484-78", + "59779-484-85", + "59779-484-62", + "59779-484-76", + "59779-484-72", + "59779-484-93", + "59779-484-90", + "59779-484-83", + "59779-484-52", + "59779-484-02", + "59779-484-87", + "59779-484-47", + "59779-161-10", + "59779-161-16", + "11822-0107-1", + "11822-0107-2", + "54859-809-16", + "0904-5816-60", + "68001-495-00", + "69676-0042-9", + "68016-502-50", + "68016-502-00", + "21130-975-29", + "37808-704-02", + "37808-704-09", + "66715-9747-1", + "66715-9747-2", + "66715-9747-3", + "66715-9747-7", + "55910-630-71", + "16103-376-06", + "16103-376-08", + "16103-376-11", + "50580-378-01", + "50580-378-02", + "50580-378-03", + "50580-378-04", + "50580-378-05", + "50580-378-06", + "50580-378-07", + "50580-378-08", + "0113-7544-79", + "49580-0685-4", + "71141-115-32", + "57896-102-01", + "57896-102-10", + "57896-102-05", + "57896-102-20", + "15127-972-50", + "15127-972-01", + "15127-972-24", + "62011-0049-1", + "51645-703-01", + "51645-703-10", + "51645-703-05", + "30142-455-26", + "21130-111-62", + "21130-111-71", + "21130-111-78", + "21130-111-85", + "21130-111-90", + "0113-1889-71", + "76168-120-10", + "72091-004-01", + "49580-0324-2", + "49638-103-30", + "59779-263-26", + "59779-263-28", + "55301-519-51", + "55301-519-60", + "68998-525-24", + "11822-6019-2", + "11822-6019-1", + "63868-679-50", + "63868-987-10", + "63868-987-50", + "67060-210-68", + "67060-210-67", + "55319-282-04", + "54838-145-15", + "54838-145-30", + "55315-105-12", + "0363-0322-24", + "79395-175-15", + "41250-948-08", + "0113-0946-10", + "59779-946-10", + "59779-946-16", + "70000-0446-1", + "70000-0446-2", + "70000-0446-3", + "0295-1312-12", + "49348-042-09", + "49348-042-10", + "49348-042-14", + "49348-042-19", + "49348-042-42", + "49035-181-21", + "53345-010-02", + "50580-209-02", + "50580-209-04", + "37205-594-71", + "37205-594-78", + "37205-594-90", + "21130-270-01", + "21130-270-13", + "55959-171-03", + "55959-171-06", + "79903-052-10", + "49348-081-30", + "49348-116-10", + "51824-085-01", + "41520-615-26", + "41520-615-28", + "0363-9175-08", + "63868-175-26", + "63941-288-04", + "30142-591-08", + "30142-591-20", + "49035-766-16", + "51672-2116-0", + "51672-2116-2", + "51672-2116-4", + "41520-023-26", + "58602-766-76", + "51013-402-25", + "59726-494-24", + "59726-494-05", + "59726-494-10", + "0363-0336-01", + "0363-0336-24", + "0363-0336-02", + "30142-766-16", + "55910-009-71", + "49580-0621-2", + "68196-484-90", + "68196-484-61", + "66689-055-01", + "66689-055-99", + "71309-077-04", + "11673-618-62", + "11673-618-78", + "55910-484-78", + "55910-484-85", + "55910-484-90", + "55910-484-76", + "63941-282-04", + "49035-531-12", + "79481-0045-1", + "69842-037-91", + "69842-037-35", + "69842-037-44", + "58602-745-07", + "58602-745-14", + "58602-745-21", + "58602-745-35", + "55910-749-71", + "55910-749-62", + "58602-771-36", + "58602-771-40", + "58602-771-41", + "58602-771-64", + "49035-523-78", + "51824-087-01", + "49638-110-30", + "36800-770-01", + "36800-770-02", + "36800-770-03", + "36800-770-05", + "36800-770-12", + "63868-440-20", + "41163-494-08", + "50580-599-01", + "50580-599-03", + "63868-217-20", + "41520-512-26", + "11822-0104-1", + "11822-0104-7", + "0113-0161-10", + "0113-0161-16", + "50844-751-12", + "50844-751-14", + "50844-751-20", + "63868-591-02", + "36800-759-26", + "30142-792-62", + "0904-6749-59", + "41163-192-01", + "63941-333-50", + "63941-333-01", + "36800-449-08", + "41520-624-26", + "42681-7076-1", + "50580-614-01", + "69367-323-04", + "69367-323-16", + "0135-0609-01", + "0135-0609-02", + "0135-0609-03", + "0135-0609-05", + "0135-0609-04", + "81389-001-01", + "0113-7130-26", + "81033-002-10", + "81033-002-40", + "81033-002-41", + "81033-002-05", + "81033-002-50", + "81033-002-51", + "81033-002-20", + "81033-002-30", + "81033-002-31", + "44237-040-01", + "63940-338-02", + "0363-0959-26", + "49035-308-82", + "49035-308-02", + "49035-308-85", + "49035-308-90", + "49348-973-10", + "49348-973-16", + "41250-613-82", + "41250-613-78", + "50580-590-01", + "50580-590-02", + "50580-590-03", + "50580-590-04", + "50580-590-05", + "50580-590-06", + "50066-525-24", + "0536-1212-77", + "56062-161-10", + "63940-975-19", + "63940-975-15", + "63940-975-12", + "63940-975-08", + "63940-975-06", + "30142-449-08", + "70000-0373-1", + "70000-0373-2", + "70000-0373-3", + "70000-0373-4", + "70000-0373-5", + "51672-2114-0", + "51672-2114-2", + "51672-2114-4", + "11673-148-08", + "58657-525-04", + "58657-525-16", + "55910-691-10", + "68016-734-50", + "68016-734-01", + "68016-734-22", + "53345-019-01", + "53345-019-02", + "57896-200-01", + "57896-200-06", + "57896-200-05", + "0904-6773-61", + "55315-148-12", + "71309-001-05", + "71309-001-40", + "30142-975-47", + "37808-195-08", + "37808-195-12", + "37808-195-20", + "62011-0339-1", + "49738-779-01", + "41250-631-26", + "41250-631-34", + "58602-503-24", + "55910-812-08", + "55910-812-32", + "47682-010-99", + "47682-010-33", + "47682-010-48", + "68196-919-05", + "0363-0091-02", + "58602-220-24", + "58602-220-20", + "67091-132-10", + "0363-9440-08", + "46994-175-12", + "57344-004-04", + "62011-0023-1", + "62011-0023-3", + "62011-0023-2", + "62011-0023-4", + "62011-0023-5", + "62011-0023-6", + "68196-310-60", + "66715-5837-4", + "66715-5737-4", + "66715-5637-4", + "49638-112-30", + "21130-945-19", + "46122-042-03", + "11673-966-78", + "15127-322-01", + "63868-863-40", + "63868-863-80", + "68016-240-04", + "46122-630-71", + "46122-630-78", + "0404-0716-99", + "0404-0716-13", + "71399-0160-4", + "71399-0160-8", + "41226-341-01", + "41226-341-50", + "41226-341-10", + "0363-9604-07", + "0363-9604-35", + "53943-836-76", + "15127-072-08", + "15127-072-24", + "30142-590-16", + "30142-590-26", + "50580-692-01", + "50580-692-02", + "50580-692-03", + "70000-0137-1", + "70000-0137-2", + "41163-500-01", + "41163-500-02", + "41163-500-04", + "41163-500-05", + "41163-500-06", + "41163-500-17", + "0485-0057-08", + "0363-4501-08", + "0363-0519-08", + "0363-0519-12", + "0363-0519-20", + "0363-0519-15", + "0363-0519-19", + "0363-0519-29", + "0363-0519-54", + "56062-175-26", + "55315-333-50", + "68210-3100-4", + "41163-514-02", + "63868-083-60", + "63868-083-10", + "41250-519-12", + "41250-519-20", + "41250-519-54", + "55910-282-08", + "0113-0020-26", + "0113-0020-28", + "10135-152-01", + "69842-878-08", + "11822-0959-1", + "11673-342-42", + "11673-342-01", + "11673-342-26", + "68016-650-24", + "68016-650-05", + "68016-650-10", + "68016-650-50", + "0113-0403-78", + "79395-282-04", + "41520-209-26", + "41520-209-28", + "81238-3500-1", + "81238-3500-2", + "46122-424-62", + "63323-434-41", + "63323-434-00", + "69848-003-24", + "69848-003-10", + "69848-003-17", + "21130-323-02", + "47682-434-33", + "37808-747-71", + "62011-0434-1", + "51208-003-24", + "57896-251-01", + "70000-0509-1", + "0904-6720-80", + "0904-6720-51", + "0904-6720-59", + "0904-6720-60", + "0904-6720-40", + "0904-6720-24", + "37012-227-78", + "59779-872-08", + "70677-0093-2", + "70677-0093-1", + "21130-281-04", + "71399-8022-1", + "71399-8022-2", + "69842-160-24", + "49035-455-08", + "49035-455-39", + "17714-014-01", + "17714-014-10", + "59779-531-08", + "49035-457-24", + "49035-457-01", + "41250-317-83", + "41250-317-79", + "41250-317-78", + "59779-126-26", + "59779-126-28", + "36800-161-10", + "36800-161-16", + "53943-200-02", + "53943-200-03", + "58602-755-07", + "58602-755-12", + "58602-755-14", + "58602-755-29", + "58602-755-34", + "58602-755-35", + "58602-755-40", + "58602-755-21", + "58602-755-36", + "58602-755-41", + "0713-0165-12", + "0713-0165-01", + "0713-0165-50", + "0713-0165-10", + "0713-0165-05", + "57896-207-01", + "51645-705-01", + "51645-705-06", + "51645-705-10", + "68599-4679-9", + "51013-128-25", + "59779-429-10", + "59779-429-16", + "68210-6113-1", + "49580-0288-4", + "62011-0461-1", + "67091-136-50", + "59779-754-26", + "59779-754-28", + "0713-0164-01", + "0713-0164-50", + "0713-0164-12", + "76281-327-26", + "10202-701-24", + "0536-1321-97", + "36800-699-26", + "36800-699-28", + "66715-6817-4", + "66715-6827-4", + "66715-6837-4", + "49738-780-02", + "69842-544-85", + "69842-544-62", + "69842-544-47", + "69842-544-71", + "69842-544-78", + "69842-544-79", + "69842-544-83", + "49638-106-30", + "21130-904-12", + "50580-325-01", + "0904-5847-09", + "0363-3464-20", + "11822-0590-1", + "49638-111-30", + "63868-091-50", + "63868-091-01", + "59779-785-08", + "11822-5311-5", + "11822-5311-2", + "58602-765-76", + "0363-8993-10", + "56062-766-16", + "59726-013-10", + "49035-777-08", + "49035-777-39", + "61245-145-13", + "61245-146-13", + "41163-888-16", + "21130-178-16", + "69842-258-01", + "0536-1327-06", + "0536-1327-01", + "0536-1327-10", + "51013-182-26", + "51824-060-01", + "51824-060-02", + "69256-175-26", + "63868-835-60", + "63941-321-04", + "50488-4325-1", + "0121-0657-05", + "0121-0657-00", + "0121-0657-11", + "0121-0657-21", + "0121-1314-11", + "0121-1314-00", + "0121-1971-21", + "0121-1971-00", + "36800-414-25", + "68016-183-05", + "68016-183-10", + "66715-6857-4", + "80267-484-78", + "55315-324-01", + "59779-101-11", + "59779-101-12", + "59779-101-03", + "24201-100-24", + "55315-288-04", + "41226-697-42", + "46122-062-71", + "46122-062-78", + "46994-663-01", + "69842-311-83", + "11822-0200-4", + "11822-0200-1", + "47682-125-33", + "47682-125-48", + "47682-125-13", + "47682-125-64", + "47682-125-99", + "47682-126-33", + "47682-126-48", + "47682-126-13", + "47682-126-99", + "47682-126-50", + "47682-127-33", + "47682-127-48", + "41250-484-71", + "41250-484-78", + "41250-484-90", + "41250-484-76", + "41250-484-02", + "41250-484-82", + "41250-484-62", + "36800-590-16", + "0113-8959-26", + "69256-397-26", + "55910-828-71", + "55910-828-78", + "55910-828-62", + "55910-828-83", + "63941-452-01", + "69842-450-08", + "41520-363-10", + "41520-363-16", + "63868-836-60", + "11822-0519-1", + "11822-0519-2", + "11822-0519-5", + "11822-0519-3", + "11822-0519-9", + "36800-435-15", + "0363-0544-71", + "0363-0544-47", + "0363-0544-85", + "0363-0544-78", + "0363-0544-62", + "42961-041-01", + "42961-041-02", + "42961-041-03", + "42961-041-04", + "63868-507-01", + "57896-268-01", + "0135-0539-02", + "37808-946-16", + "0363-0340-08", + "15127-324-01", + "49035-519-08", + "49035-519-12", + "49035-519-20", + "56062-544-62", + "56062-544-78", + "68016-691-60", + "36800-900-02", + "67091-133-50", + "67091-133-10", + "46122-322-26", + "81533-500-30", + "58602-848-21", + "58602-848-35", + "69469-457-24", + "41520-709-10", + "69842-484-93", + "69842-484-62", + "69842-484-71", + "69842-484-78", + "69842-484-83", + "69842-484-90", + "69842-484-87", + "69842-484-47", + "50580-488-10", + "50580-488-24", + "50580-488-25", + "50580-488-28", + "50580-488-01", + "50580-488-52", + "0904-1987-60", + "0904-1987-80", + "71399-8027-1", + "71399-8027-2", + "49781-016-04", + "49781-016-05", + "24385-484-71", + "24385-484-78", + "24385-484-90", + "24385-484-76", + "24385-484-14", + "24385-484-47", + "55319-288-04", + "61010-4406-0", + "61010-4406-1", + "61010-4406-2", + "11673-519-12", + "11673-519-15", + "11673-519-20", + "50844-175-08", + "50844-175-12", + "50844-175-10", + "50844-175-94", + "41520-012-24", + "53329-643-29", + "72476-186-05", + "72476-186-10", + "0363-9797-10", + "0113-0608-26", + "0113-0608-28", + "37808-980-62", + "49873-082-01", + "21130-746-04", + "0363-0285-04", + "0113-0044-71", + "56062-650-71", + "56062-650-78", + "55670-467-99", + "55670-467-13", + "11673-484-71", + "11673-484-78", + "11673-484-85", + "11673-484-90", + "11673-484-76", + "11673-484-62", + "11673-484-83", + "11673-484-52", + "63868-186-24", + "0363-0175-12", + "0363-0175-08", + "0363-0175-15", + "0363-0175-99", + "0363-0175-20", + "0363-0175-37", + "0363-0175-57", + "0363-0175-03", + "0363-0175-14", + "0363-0175-29", + "49483-341-01", + "49483-341-50", + "76420-372-15", + "36800-531-06", + "11673-241-24", + "41250-850-08", + "0113-0590-10", + "50580-433-01", + "50580-433-02", + "68210-1300-4", + "68210-1300-1", + "68210-1300-5", + "68210-1300-2", + "68210-1300-6", + "68210-1300-9", + "46122-696-62", + "67091-311-24", + "41250-227-71", + "41250-227-78", + "55319-531-15", + "0904-6730-60", + "0904-6730-80", + "0904-6730-59", + "0904-6730-61", + "0536-1172-10", + "0536-1172-01", + "11673-444-78", + "70000-0309-1", + "11673-838-01", + "11673-838-05", + "11673-838-50", + "11673-838-26", + "50594-019-76", + "50594-019-78", + "69842-915-20", + "69842-915-15", + "69842-915-08", + "69842-915-12", + "69842-915-05", + "69842-915-29", + "69842-915-78", + "30142-068-07", + "30142-068-35", + "70000-0143-1", + "36800-905-02", + "36800-905-04", + "43825-102-01", + "43825-102-03", + "50580-457-11", + "50580-457-10", + "50580-457-70", + "72036-100-02", + "37012-130-26", + "68391-004-79", + "46122-390-78", + "47682-112-32", + "47682-112-64", + "47682-112-36", + "47682-112-48", + "47682-112-13", + "47682-112-99", + "47682-113-33", + "47682-113-48", + "47682-113-13", + "47682-113-92", + "47682-113-99", + "47682-114-33", + "47682-114-48", + "47682-115-99", + "47682-115-13", + "16103-353-07", + "16103-353-08", + "16103-353-11", + "42961-399-01", + "42961-399-02", + "53329-640-98", + "67414-449-00", + "67414-449-10", + "67414-449-11", + "70000-0305-1", + "46994-935-15", + "55315-082-04", + "54838-144-40", + "54838-144-70", + "54838-144-80", + "63868-660-50", + "63868-660-01", + "63868-660-22", + "41163-501-26", + "55910-302-26", + "15127-730-30", + "15127-730-06", + "15127-730-21", + "49035-313-26", + "49035-313-34", + "55910-506-62", + "55910-506-71", + "55910-506-78", + "55910-506-76", + "55910-506-83", + "41520-786-78", + "70000-0028-1", + "50580-449-00", + "50580-449-05", + "50580-449-08", + "50580-449-09", + "50580-449-10", + "50580-449-11", + "50580-449-13", + "50580-449-14", + "50580-449-15", + "50580-449-23", + "50580-449-31", + "50580-449-34", + "50580-449-35", + "50580-449-36", + "50580-449-61", + "50580-449-62", + "50580-449-84", + "50580-449-85", + "50580-449-86", + "50580-449-87", + "50580-449-12", + "50580-449-96", + "50580-449-97", + "50580-449-98", + "49638-108-30", + "62011-0460-1", + "0536-1164-01", + "71009-109-01", + "0904-6645-24", + "61245-175-13", + "61245-176-13", + "72288-130-26", + "46122-430-78", + "63941-300-02", + "63941-300-04", + "30142-119-78", + "69842-793-20", + "0904-5791-46", + "73006-143-95", + "72288-300-78", + "0904-6766-20", + "24385-145-71", + "50844-951-12", + "50844-951-15", + "50844-951-20", + "50580-412-01", + "50580-412-02", + "50580-412-03", + "46122-210-26", + "46122-210-25", + "58602-204-24", + "0113-7000-79", + "0113-7000-78", + "46122-170-81", + "68210-0130-1", + "0363-9992-24", + "0363-9992-20", + "0363-9992-10", + "59779-350-23", + "59779-350-50", + "59779-350-01", + "59779-350-55", + "59779-350-04", + "57896-206-08", + "63868-412-50", + "63868-412-01", + "37808-482-04", + "57896-221-01", + "57896-221-10", + "57896-221-05", + "57896-221-25", + "21130-045-19", + "45802-484-78", + "45802-484-90", + "49035-959-26", + "11822-0595-4", + "11822-0595-5", + "36800-557-28", + "36800-557-26", + "55910-661-76", + "55910-661-78", + "55910-661-85", + "55910-661-90", + "55910-661-82", + "55910-661-62", + "55670-122-99", + "55670-122-13", + "76281-501-28", + "76281-501-25", + "17714-012-01", + "17714-012-10", + "0363-0283-04", + "46122-212-26", + "49348-325-34", + "41520-990-71", + "41520-990-78", + "41250-244-24", + "63548-0494-1", + "55319-494-25", + "55319-494-50", + "55319-494-00", + "55319-494-52", + "49638-109-30", + "58657-522-04", + "63940-322-01", + "37012-288-04", + "50269-008-06", + "71679-031-00", + "72476-185-05", + "72476-185-21", + "72476-185-10", + "69732-002-01", + "69842-636-40", + "41520-064-71", + "41520-064-78", + "41520-064-90", + "41520-064-76", + "41520-544-71", + "41520-544-78", + "41520-982-25", + "56062-227-71", + "56062-227-78", + "36800-904-02", + "36800-904-03", + "56062-484-78", + "56062-484-71", + "56062-484-83", + "56062-484-85", + "70000-0312-1", + "70000-0312-2", + "70000-0312-3", + "63029-602-02", + "63029-603-02", + "15127-735-19", + "15127-735-09", + "15127-735-16", + "15127-735-08", + "15127-735-05", + "41250-766-16", + "41250-766-10", + "0363-0161-10", + "0363-0161-16", + "0363-0161-94", + "49348-123-34", + "53943-449-08", + "0404-0714-99", + "0404-0714-13", + "55150-307-01", + "55150-307-24" + ], + "unii": [ + "362O9ITL9D", + "R16CO5Y76E", + "3G6A5W338E", + "9D2RTI9KYH", + "V9BI9B5YI2", + "04JA59TNSJ", + "TC2D6JAD40" + ], + "nui": [ + "N0000000160", + "N0000008836", + "M0001335", + "N0000175722", + "N0000175578", + "N0000008832", + "N0000175739", + "N0000175729", + "N0000175790", + "M0023046" + ], + "pharm_class_moa": [ + "Cyclooxygenase Inhibitors [MoA]" + ], + "pharm_class_pe": [ + "Decreased Prostaglandin Production [PE]", + "Decreased Platelet Aggregation [PE]", + "Central Nervous System Stimulation [PE]" + ], + "pharm_class_cs": [ + "Anti-Inflammatory Agents, Non-Steroidal [CS]", + "Xanthines [CS]" + ], + "pharm_class_epc": [ + "Nonsteroidal Anti-inflammatory Drug [EPC]", + "Platelet Aggregation Inhibitor [EPC]", + "Central Nervous System Stimulant [EPC]", + "Methylxanthine [EPC]" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "POLARAMINE", + "drugstructuredosagenumb": "4", + "drugstructuredosageunit": "003", + "drugadministrationroute": "065", + "drugstartdateformat": "102", + "drugstartdate": "20131126", + "drugenddateformat": "102", + "drugenddate": "20131126", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "DEXCHLORPHENIRAMINE MALEATE" + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "POLARAMINE", + "drugstructuredosagenumb": "4", + "drugstructuredosageunit": "003", + "drugadministrationroute": "065", + "drugstartdateformat": "102", + "drugstartdate": "20140123", + "drugenddateformat": "102", + "drugenddate": "20140123", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "DEXCHLORPHENIRAMINE MALEATE" + } + } + ], + "summary": { + "narrativeincludeclinical": "CASE EVENT DATE: 20131126" + } + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "GLAXOSMITHKLINE", + "duplicatenumb": "JP-GLAXOSMITHKLINE-B0975691A" + }, + "receiptdate": "20150818", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "JP-GLAXOSMITHKLINE-B0975691A", + "occurcountry": "JP", + "seriousnessother": "1", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "seriousnesshospitalization": "1", + "transmissiondate": "20151125", + "primarysourcecountry": "JP" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0057218", + "occurcountry": "US", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "1" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003322", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "61", + "patientonsetageunit": "801", + "patientagegroup": "5", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Tremor", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "5 MG, QD", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PULMONARY HYPERTENSION", + "drugstartdateformat": "102", + "drugstartdate": "20120712", + "actiondrug": "1", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0057218" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-B.I. PHARMACEUTICALS,INC./RIDGEFIELD-2014-BI-09517BP", + "occurcountry": "US", + "safetyreportversion": "1", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003323", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "73", + "patientonsetageunit": "801", + "patientweight": "57", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Fall", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Pain in extremity", + "reactionoutcome": "3" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Hiccups", + "reactionoutcome": "3" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "PRADAXA", + "drugbatchnumb": "306731", + "drugauthorizationnumb": "022512", + "drugstructuredosagenumb": "75", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "2", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "150 MG", + "drugdosageform": "CAPSULE", + "drugadministrationroute": "048", + "drugindication": "ATRIAL FIBRILLATION", + "drugstartdateformat": "610", + "drugstartdate": "201309", + "actiondrug": "4", + "openfda": { + "application_number": [ + "NDA022512" + ], + "brand_name": [ + "PRADAXA" + ], + "generic_name": [ + "DABIGATRAN ETEXILATE MESYLATE" + ], + "manufacturer_name": [ + "Boehringer Ingelheim Pharmaceuticals Inc." + ], + "product_ndc": [ + "0597-0108", + "0597-0355", + "0597-0360" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "DABIGATRAN ETEXILATE MESYLATE" + ], + "rxcui": [ + "1037045", + "1037049", + "1037179", + "1037181", + "1723476", + "1723478" + ], + "spl_id": [ + "e53abfec-9349-4084-b771-a3aa80a1ad43" + ], + "spl_set_id": [ + "ba74e3cd-b06f-4145-b284-5fd6b84ff3c9" + ], + "package_ndc": [ + "0597-0108-54", + "0597-0108-60", + "0597-0355-09", + "0597-0355-56", + "0597-0355-53", + "0597-0360-55", + "0597-0360-42", + "0597-0360-82" + ], + "unii": [ + "SC7NUW5IIT" + ] + } + } + ] + }, + "transmissiondate": "20141002", + "serious": "2", + "reportduplicate": { + "duplicatesource": "BOEHRINGER INGELHEIM", + "duplicatenumb": "US-B.I. PHARMACEUTICALS,INC./RIDGEFIELD-2014-BI-09517BP" + }, + "receiptdate": "20140312", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0058151", + "occurcountry": "US", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "1" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003324", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "57", + "patientonsetageunit": "801", + "patientagegroup": "5", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Malaise", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Ocular hyperaemia", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "2", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20120611", + "actiondrug": "2", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "2", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "actiondrug": "2", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0058151" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003325", + "patient": { + "patientonsetage": "68", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Swelling", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20120602", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ], + "summary": { + "narrativeincludeclinical": "CASE EVENT DATE: 20120730" + } + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0059125" + }, + "receiptdate": "20150812", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0059125", + "occurcountry": "US", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "seriousnesshospitalization": "1", + "transmissiondate": "20151125", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "safetyreportversion": "1", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "CN", + "qualification": "3" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "1", + "safetyreportid": "10003326", + "patient": { + "patientonsetage": "29", + "patientonsetageunit": "801", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Meconium stain", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Amniotic cavity infection", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Maternal exposure during pregnancy", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "CEFTRIAXONE", + "drugauthorizationnumb": "065204", + "drugindication": "LISTERIOSIS", + "actiondrug": "5", + "openfda": { + "application_number": [ + "ANDA065329", + "ANDA065391", + "ANDA065180", + "ANDA065328", + "NDA050796", + "ANDA065125", + "ANDA065342", + "ANDA090701", + "ANDA090057", + "ANDA091049", + "ANDA065224", + "ANDA091117" + ], + "brand_name": [ + "EASY-CEFT 1G", + "CEFTRIAXONE", + "CEFTRIAXONE AND DEXTROSE" + ], + "generic_name": [ + "CEFTRIAXONE", + "CEFTRIAXONE SODIUM" + ], + "manufacturer_name": [ + "American Health RX, LLC", + "Wockhardt USA LLC.", + "Sagent Pharmaceuticals", + "WG Critical Care, LLC", + "B. Braun Medical Inc.", + "Fresenius Kabi USA, LLC", + "Lupin Pharmaceuticals, Inc.", + "Civica, Inc.", + "West-Ward Pharmaceuticals Corp", + "Hikma Pharmaceuticals USA Inc.", + "Samson Medical Technologies, LLC", + "Piramal Critical Care Inc", + "Baxter Healthcare Corporation" + ], + "product_ndc": [ + "79144-101", + "64679-701", + "64679-702", + "64679-983", + "64679-703", + "25021-108", + "44567-700", + "44567-701", + "44567-702", + "0264-3153", + "0264-3155", + "63323-346", + "63323-345", + "63323-347", + "68180-611", + "68180-622", + "68180-633", + "68180-644", + "25021-105", + "25021-106", + "25021-107", + "72572-061", + "72572-062", + "0143-9856", + "0143-9859", + "0143-9858", + "0143-9857", + "0143-9678", + "66288-6100", + "66794-211", + "66794-213", + "66794-214", + "66794-212", + "44567-703", + "0338-5002", + "0338-5003", + "66794-215" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "INTRAMUSCULAR", + "INTRAVENOUS" + ], + "rxcui": [ + "1665021", + "309092", + "1665005", + "1665046", + "309090" + ], + "spl_id": [ + "b854d54e-46c3-58c0-e053-2a95a90abb4a", + "ff8335d4-aa03-4918-8f84-71ae42c92630", + "cdc71c62-84cf-4145-9dba-3df9e52442cc", + "446b374c-5def-482b-a951-8b01ed79a8bc", + "3a5cf947-aa7a-4c43-868f-b856903ed54f", + "2c0af8e6-7b6c-47e0-996a-9d27f27b1a1c", + "d4c568f6-0708-476e-a25d-17d70e76f388", + "7ab97af8-2eea-45e8-ae1b-3b8d5775aa9a", + "6776d735-713b-4b86-9702-410e2c838a67", + "ed1f2483-501b-4850-ae48-e1373ea9b702", + "4b070a6b-300f-4c4b-9ee6-837a20efaf05", + "09c97286-6a42-4c07-bc76-33ec325d6968", + "2d8a9168-ad6a-4cf3-a776-74288ea53e21", + "65f0e4cf-3877-4ffe-87b8-c807d44af2d8", + "c5faf543-5aa5-a3d2-e053-2995a90ae473", + "fb8e706b-5c42-4d43-9fc8-f083c8275f18", + "891bb6d1-bf4d-4667-b3aa-eb4f137bd234", + "c5faf13d-247e-62d9-e053-2a95a90ac67b" + ], + "spl_set_id": [ + "b854d54e-46c2-58c0-e053-2a95a90abb4a", + "dc28e719-6fe0-4d9e-a624-adb76b04b299", + "4d1ad77f-2c6b-4250-82e5-ab3574444e08", + "befd73ff-cb3b-4543-8a8e-bdb9b7fc1ff0", + "9bcf7973-54fa-487c-99da-db8a92b5e074", + "67153914-16bc-490d-82d7-638061618467", + "7ea1db43-40fa-417b-8911-ae98092070a0", + "dac396fb-748d-45ea-9830-17c6eeb8834f", + "61c6334c-d6fe-4663-ad29-eaee8dc169a6", + "5cf93bc5-9e4c-4734-bc02-c7d0ac071022", + "96f3fc1e-84f4-4e9b-91ac-19a1692f227a", + "8351aa37-552d-471d-b293-c564dcb6ec29", + "1f8776bd-4f5b-427a-849a-6b8338f7997d", + "5cd2d96f-83e5-4326-ae87-d0ede4ba493a", + "88312fc0-35d5-2945-e053-2a95a90a34bd", + "86ec0a92-a552-4a6d-9125-a54f95e43392", + "4c5c2d3f-5038-41a1-a2fe-4dcd048dbac1", + "87a41e63-f29c-7082-e053-2995a90a1106" + ], + "package_ndc": [ + "79144-101-01", + "44567-701-25", + "64679-701-01", + "64679-701-02", + "64679-701-03", + "64679-702-01", + "64679-702-02", + "64679-983-01", + "64679-983-02", + "64679-703-02", + "64679-703-01", + "25021-108-99", + "44567-700-25", + "44567-702-25", + "25021-108-69", + "0264-3153-11", + "0264-3155-11", + "63323-345-10", + "63323-346-10", + "63323-347-20", + "68180-611-01", + "68180-611-10", + "68180-622-10", + "68180-622-01", + "68180-633-01", + "68180-633-10", + "68180-644-10", + "25021-105-66", + "25021-106-67", + "25021-107-68", + "25021-105-10", + "25021-106-10", + "25021-107-20", + "72572-061-01", + "72572-061-25", + "72572-062-01", + "72572-062-25", + "0143-9859-01", + "0143-9859-25", + "0143-9858-01", + "0143-9858-25", + "0143-9857-01", + "0143-9857-25", + "0143-9856-01", + "0143-9856-25", + "0143-9678-01", + "66288-6100-1", + "66794-213-02", + "66794-213-42", + "66794-211-02", + "66794-211-42", + "66794-214-02", + "66794-214-42", + "66794-212-02", + "66794-212-42", + "44567-703-01", + "0338-5002-41", + "0338-5003-41", + "66794-215-15" + ], + "substance_name": [ + "CEFTRIAXONE SODIUM" + ], + "unii": [ + "023Z5BR09K" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "METRONIDAZOLE", + "drugindication": "LISTERIOSIS", + "actiondrug": "5", + "openfda": { + "application_number": [ + "ANDA077264", + "ANDA077549", + "ANDA070772", + "NDA020208", + "NDA018657", + "ANDA070027", + "ANDA070033", + "ANDA077819", + "ANDA078178", + "ANDA206560", + "ANDA208162", + "ANDA079065", + "ANDA212435", + "NDA012623", + "ANDA077197", + "ANDA090222", + "ANDA209794", + "NDA021789", + "ANDA070044", + "ANDA203974", + "NDA018890", + "NDA020334", + "ANDA205245", + "ANDA079067", + "ANDA077547", + "NDA019737", + "NDA205223", + "ANDA203458", + "ANDA090903", + "NDA021806", + "NDA020531", + "ANDA208681", + "NDA020901", + "NDA018900", + "ANDA204651", + "ANDA078084", + "ANDA211786", + "ANDA076408", + "NDA020743", + "ANDA077018", + "ANDA206191" + ], + "brand_name": [ + "METRONIDAZOLE", + "ROSADAN", + "FLAGYL", + "METRONIDAZOLE TOPICAL GEL", + "NUVESSA", + "VANDAZOLE", + "METROCREAM", + "METROLOTION", + "METROGEL", + "METRONIDAZOLE VAGINAL", + "NORITATE" + ], + "generic_name": [ + "METRONIDAZOLE" + ], + "manufacturer_name": [ + "Sandoz Inc.", + "Cosette Pharmaceuticals, Inc.", + "AMICI PHARMACEUTICALS LLC", + "Oceanside Pharmaceuticals", + "Baxter Healthcare Corporation", + "Teva Pharmaceuticals USA, Inc.", + "Taro Pharmaceuticals U.S.A., Inc.", + "Viona Pharmaceuticals Inc", + "Strides Pharma Science Limited", + "Alembic Pharmaceuticals Limited", + "Gland Pharma Limited", + "Medimetriks Pharmaceuticals, Inc.", + "Pfizer Laboratories Div Pfizer Inc", + "Fougera Pharmaceuticals Inc.", + "Cadila Pharmaceuticals Limited", + "Prasco Laboratories", + "BluePoint Laboratories", + "Aurobindo Pharma Limited", + "Hospira, Inc.", + "Rising Pharmaceuticals, Inc.", + "Heritage Pharmaceuticals Inc. d/b/a Avet Pharmaceuticals Inc.", + "Amneal Pharmaceuticals of New York LLC", + "Exeltis USA, Inc.", + "Unichem Pharmaceuticals (USA), Inc.", + "Alembic Pharmaceuticals Inc.", + "Cronus Pharma LLC", + "Upsher-Smith Laboratories, LLC", + "Galderma Laboratories, L.P.", + "Alembic Labs LLC", + "B. Braun Medical Inc.", + "Rising Pharma Holdings, Inc.", + "Perrigo New York Inc", + "Bausch Health US, LLC", + "Sagent Pharmaceuticals" + ], + "product_ndc": [ + "0781-7077", + "0713-0757", + "69292-208", + "68682-455", + "0338-1055", + "50111-333", + "50111-334", + "51672-4116", + "0713-0637", + "72578-007", + "72578-008", + "64380-779", + "64380-780", + "46708-435", + "68083-373", + "43538-180", + "43538-181", + "0025-1821", + "0025-1831", + "69292-207", + "69292-206", + "0168-0383", + "46708-021", + "43538-182", + "43538-183", + "71209-062", + "71209-063", + "66993-936", + "68001-263", + "68001-229", + "68001-230", + "65862-694", + "65862-695", + "0409-7811", + "0025-1942", + "64980-235", + "64980-236", + "46708-428", + "46708-429", + "23155-651", + "23155-652", + "0338-9541", + "0115-1474", + "66993-962", + "0713-0633", + "0642-7466", + "29300-226", + "29300-227", + "62332-016", + "62332-017", + "69043-004", + "69043-005", + "0781-7080", + "0245-0860", + "66993-960", + "0299-3836", + "15955-388", + "15955-389", + "66993-961", + "0264-5535", + "51672-4215", + "16571-664", + "16571-665", + "0299-3838", + "68001-364", + "68001-365", + "0299-3820", + "36000-001", + "36000-028", + "45802-139", + "62332-018", + "0168-0323", + "0187-5202", + "0168-0275", + "25021-131", + "51672-4164" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "VAGINAL", + "TOPICAL", + "ORAL", + "INTRAVENOUS" + ], + "substance_name": [ + "METRONIDAZOLE" + ], + "rxcui": [ + "142046", + "311678", + "311681", + "311683", + "314106", + "311679", + "199055", + "1148398", + "207287", + "207290", + "242736", + "636559", + "1251688", + "577237", + "687211", + "1604336", + "1608253", + "608934", + "211666", + "261119", + "605730", + "213120", + "311680" + ], + "spl_id": [ + "a00b814a-ba5f-4af8-b50d-fa231339148b", + "7c04e645-f7ea-4931-9451-05bd8d55bece", + "986f181f-9674-439e-8f13-d0ba113c1c02", + "e8596863-7e73-4630-b4e3-fc3b0e8eb345", + "bd3ad650-ae1a-4d06-a70a-55d0ae98045c", + "54b44767-bdc1-4e38-ab45-0972cf555457", + "d5b90aeb-7cd5-48b8-97a5-8d6f3307e2a3", + "2d3578b4-65f8-467e-937b-2e25bc315459", + "33d47235-829c-46e2-beb9-be06e98be2ec", + "7d098439-59d6-4026-a7c5-44d2e264717b", + "6d872a96-48a0-4b71-b6f6-d0a86dfaa3d4", + "b29238c8-9478-4a2a-a4bd-f9522e8dc315", + "8238843a-fb3b-4234-9caf-9315624f5a81", + "cadf4f65-cc3b-41c5-97a9-d0a1f1085f06", + "87e036e9-c5ed-4dfd-8f76-ad30e387e748", + "bef4040b-b5dd-4450-a055-d007b6c594ca", + "5408574c-d86d-476c-9fbc-8e2545c72b9d", + "883dcded-990d-40c9-8cd9-61d1ca16cb93", + "5484e1c8-f9e0-43b4-ba3b-bca233086ee7", + "0754a778-0116-4bff-bc85-99c8360b06c1", + "c7017f81-b071-51c9-e053-2995a90a43b6", + "63adfe7d-733a-4eae-baa6-418a9d0b9482", + "526912c5-b2ad-4b52-905c-9f5cbc097ce6", + "1e5c8959-83fb-4127-9183-a1b3fd3b5d72", + "0e31a067-d128-4d12-8e76-84cb2519ca3a", + "900bfad1-7107-4563-a746-7f097426a13e", + "7e0f7cd0-19cd-421a-86de-5b86f2ae3cad", + "860c5760-bda5-4eb8-9e9f-f27d6dc178b4", + "943c4651-3d73-4af2-b4b7-b7d9027f73f4", + "3c2c4df2-5e31-4392-b39c-7aa8fedf84f5", + "f227ad70-5460-468f-9596-3c696f21b342", + "b87eafff-88ba-4653-bc92-bedd6f4706f5", + "673a6238-43b6-44a0-9dde-6bd2c9ff98db", + "b8a48a45-6418-4909-bf4d-09669382fd44", + "f911e376-a7fd-4522-b224-7473e2432256", + "a1b7ec65-1262-412a-a766-10728765c821", + "8b0284d3-2622-47d4-a6b4-4b736147c3de", + "f6a66334-2758-4eda-a6d8-881ecb1d5e37", + "02c98a23-7923-4f37-b2e5-627e688f3e09", + "e370aa3c-b1de-4d61-819f-c1897f5d03ed", + "10c57390-98b0-4a9f-8f8d-8d4eb9d16401", + "e1fbc133-c3ed-4d9c-b84a-c20442dad640", + "cb5527c8-ca0e-4e67-8788-1e7c998bfe97", + "566bd0ad-9b48-4154-90de-a640d4e406fc", + "986498be-52fe-47ba-a639-5267a03e98bf", + "bfed0568-5169-867d-e053-2a95a90ab767", + "a65426b6-b094-4672-ad02-c32a61bd42a2", + "5dfeb38f-3f85-44f0-af09-60957cfa6d6f", + "eb240e7b-cec8-497b-8a49-7ed768e2b431", + "74334eb9-cd0f-4abc-9a8c-44af8b943dfa", + "d1e4f96a-0784-4dc2-80a1-12792f4a57e2", + "9fdc83da-3222-4a21-adee-11af4cafff9e", + "b5c8edbe-eed2-40ef-8426-f128363aad58", + "1871d45e-671a-4b74-945b-40e70d68d019", + "6f4c6a7f-eee9-45b2-b0ed-64377aab9d49" + ], + "spl_set_id": [ + "0030514f-879d-416d-b422-24b67e334b36", + "5a7065b2-e729-46d5-8da5-865dc1ea58f7", + "9f1fec88-097f-42b9-a36f-214648d7eebb", + "526c226a-099b-4eb3-943d-c88b2763b2c1", + "d2112f37-5080-4a19-bcc3-6386b49abe1d", + "291a45f6-ed27-4dcc-8364-358d08623797", + "4a233572-2471-4e99-a45e-2de978abcf16", + "86da8d86-5ab2-f668-fdfd-b0e93e6a2245", + "0f108035-d2ab-49c1-9f8d-daae11f0efe0", + "b44b3f58-526e-4ee7-8950-212f9df80ad5", + "387053e5-7eda-4282-b58a-5789430a2e99", + "74cf111a-9b83-4f93-b0e8-bc252d471d43", + "85a9ba62-eeb8-419e-a21f-e3db1eda7fc4", + "b39cc0e4-57ad-4d70-a105-44ebccf201f8", + "4920fcf7-5ceb-46e9-82e0-dc508900bb91", + "5368755a-dd37-4e34-843f-ece6bac8ef6a", + "80c79325-1ea4-46f8-b9b8-967b7640c51d", + "99eaa138-0cfa-45e1-abbf-a88271707979", + "0c55bfc1-770a-4cce-a5dd-446000b24f16", + "7c35a751-58ca-4186-91a0-7c11d49144c4", + "9af4b1c2-4625-4a47-be3b-e0dd0892684b", + "f68397ee-67db-472e-8607-4300064e37df", + "3dc5f411-3312-4add-8198-161eed98132b", + "a2883ca1-5a9a-4259-9d80-46ab67274384", + "bf82510d-3327-429a-9da2-6ebd7d849e36", + "d7455566-16aa-488a-af2a-93b55a04c02f", + "d9e33638-3803-426e-a1c3-7d0cf145d92f", + "9d762edb-12ac-429d-b1f0-7af5d3b909d4", + "2ede12d7-421c-4580-93ad-289a5c616297", + "49b16ff1-299d-4dd0-82a7-fdb9c6e7c7a0", + "de4cb39f-cc6e-98fb-05e5-103f3aca2dad", + "3b6ff39d-f84b-43b3-9b07-c0521c6d7968", + "9219588b-0a99-40b9-bdd4-ced6d6efebed", + "b1fcf023-cdfd-45b7-b4d4-ff814f33ee79", + "1429d5e8-7746-456c-9aad-32503c424429", + "caaf1b7f-eaab-4fb6-a955-b7d881038fef", + "27d71471-8f89-4a1e-8c55-020a58961454", + "a6ce81f5-a5c6-44d7-b5f0-61d0530345bd", + "43d5e570-f359-564d-9bb4-51784ad97b6f", + "86415209-5440-41da-abb8-e1a3d5051f91", + "fce3e59e-8e08-47f1-947f-5a6d141ba1b2", + "fd191c06-9d3b-4e46-9f79-90f6af614947", + "5842a554-58d1-4ee4-99aa-1e6029a69be2", + "93e4f174-4fe0-4cfd-a0cf-d0963e082107", + "c4e07c26-245d-3e51-6a47-fccde22334d2", + "3cf021b6-5794-4a86-b09d-bece0ba8b302", + "ab3a8a2d-714a-4beb-af8a-99bc3ac3ebbe", + "ecf64245-20b1-4bff-9fcc-b8a16905e27b", + "eb240e7b-cec8-497b-8a49-7ed768e2b431", + "f9b4c86c-932b-4b43-ab1a-6d9e07958044", + "43ed872b-63ac-4a22-9c9e-cc0e05bcc41e", + "706b09da-6cf9-421d-8e91-f3999474d322", + "ab766931-e685-4a81-9939-06da80d9099e", + "d46870f5-e2b1-46bd-8413-4a0a8bcf3175", + "5a504f74-bccd-433a-bd5b-6822f98c34df" + ], + "package_ndc": [ + "0781-7077-87", + "0713-0757-37", + "69292-208-01", + "69292-208-50", + "68682-455-70", + "0338-1055-48", + "50111-333-01", + "50111-333-02", + "50111-333-06", + "50111-334-01", + "50111-334-02", + "51672-4116-5", + "51672-4116-2", + "51672-4116-6", + "0713-0637-37", + "72578-007-01", + "72578-007-21", + "72578-007-05", + "72578-008-18", + "72578-008-01", + "72578-008-05", + "64380-779-06", + "64380-779-25", + "64380-779-07", + "64380-779-38", + "64380-780-06", + "64380-780-25", + "64380-780-07", + "46708-435-30", + "46708-435-50", + "46708-435-31", + "46708-435-71", + "46708-435-91", + "68083-373-01", + "68083-373-04", + "43538-180-45", + "43538-181-45", + "0025-1831-50", + "0025-1831-31", + "0025-1821-50", + "0025-1821-31", + "69292-206-50", + "69292-207-50", + "69292-207-01", + "0168-0383-60", + "46708-021-30", + "46708-021-50", + "46708-021-31", + "46708-021-71", + "43538-182-45", + "43538-183-45", + "71209-062-05", + "71209-062-10", + "71209-063-05", + "71209-063-10", + "66993-936-58", + "66993-936-61", + "68001-229-00", + "68001-229-03", + "68001-229-13", + "68001-230-03", + "68001-263-03", + "65862-694-50", + "65862-694-01", + "65862-694-25", + "65862-694-05", + "65862-694-99", + "65862-695-50", + "65862-695-01", + "65862-695-05", + "65862-695-99", + "0409-7811-31", + "0409-7811-24", + "0409-7811-11", + "0409-7811-32", + "0409-7811-37", + "0025-1942-50", + "0025-1942-34", + "64980-235-01", + "64980-235-25", + "64980-235-05", + "64980-236-50", + "64980-236-01", + "64980-236-05", + "46708-428-30", + "46708-428-50", + "46708-428-31", + "46708-428-71", + "46708-428-91", + "46708-428-61", + "46708-429-30", + "46708-429-50", + "46708-429-31", + "46708-429-71", + "46708-429-91", + "23155-651-01", + "23155-651-05", + "23155-652-01", + "23155-652-05", + "0338-9541-24", + "0115-1474-46", + "66993-962-45", + "0713-0633-37", + "0642-7466-05", + "0642-7466-06", + "29300-226-46", + "29300-226-01", + "29300-226-52", + "29300-226-05", + "29300-226-10", + "29300-227-46", + "29300-227-01", + "29300-227-05", + "29300-227-10", + "62332-016-30", + "62332-016-50", + "62332-016-31", + "62332-016-71", + "62332-016-91", + "62332-016-61", + "62332-017-30", + "62332-017-50", + "62332-017-31", + "62332-017-71", + "62332-017-91", + "69043-004-01", + "69043-004-25", + "69043-004-05", + "69043-005-01", + "69043-005-05", + "0781-7080-55", + "0781-7080-35", + "0245-0860-70", + "66993-960-45", + "0299-3836-45", + "15955-388-01", + "15955-388-05", + "15955-389-01", + "15955-389-05", + "66993-961-59", + "0264-5535-32", + "51672-4215-6", + "51672-4215-3", + "51672-4215-9", + "16571-665-01", + "16571-665-50", + "16571-664-01", + "16571-664-50", + "0299-3838-02", + "68001-364-00", + "68001-364-13", + "68001-365-00", + "68001-365-03", + "0299-3820-60", + "0299-3820-01", + "0299-3820-03", + "0299-3820-99", + "0299-3820-00", + "36000-001-24", + "36000-028-24", + "45802-139-70", + "62332-018-30", + "62332-018-50", + "62332-018-31", + "62332-018-71", + "62332-018-91", + "0168-0323-46", + "0187-5202-60", + "0187-5202-35", + "0168-0275-45", + "25021-131-82", + "51672-4164-6", + "51672-4164-3", + "51672-4164-9" + ], + "nui": [ + "N0000175435", + "M0014907" + ], + "pharm_class_epc": [ + "Nitroimidazole Antimicrobial [EPC]" + ], + "pharm_class_cs": [ + "Nitroimidazoles [CS]" + ], + "unii": [ + "140QMO216E" + ] + } + } + ] + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "SANDOZ", + "duplicatenumb": "PHHY2014CN026957" + }, + "receiptdate": "20140312", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "PHHY2014CN026957", + "occurcountry": "CN", + "seriousnessother": "1", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "transmissiondate": "20141002", + "primarysourcecountry": "CN" + }, + { + "reporttype": "1", + "safetyreportversion": "1", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "CN", + "qualification": "3" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "1", + "safetyreportid": "10003327", + "patient": { + "patientonsetage": "53", + "patientonsetageunit": "801", + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Respiratory failure", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Listeriosis", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Pyrexia", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Headache", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Vomiting", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Mental status changes", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Meningitis", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Pneumonia staphylococcal", + "reactionoutcome": "1" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "PREDNISONE", + "drugauthorizationnumb": "80336", + "drugstructuredosagenumb": "60", + "drugstructuredosageunit": "003", + "drugdosagetext": "50-60 MG, UNK", + "drugindication": "IMMUNOSUPPRESSION", + "actiondrug": "5", + "openfda": { + "application_number": [ + "NDA202020", + "ANDA215246", + "ANDA211496", + "ANDA080292", + "ANDA088832", + "ANDA083677", + "ANDA040584", + "ANDA040581", + "ANDA040256", + "ANDA040392", + "ANDA084122", + "ANDA087342", + "ANDA080352", + "ANDA211495", + "ANDA087800", + "ANDA087801", + "ANDA084283", + "ANDA088703", + "ANDA210525", + "ANDA213386", + "ANDA040362", + "ANDA211575", + "ANDA080356", + "ANDA085162", + "ANDA085161", + "ANDA040611" + ], + "brand_name": [ + "RAYOS", + "PREDNISONE" + ], + "generic_name": [ + "PREDNISONE" + ], + "manufacturer_name": [ + "Horizon Therapeutics USA, Inc.", + "Novitium Pharma LLC", + "GeneYork Pharmaceuticals Group LLC", + "Mylan Pharmaceuticals Inc.", + "Par Pharmaceutical", + "Lannett Company, Inc.", + "Hikma Pharmaceuticals USA Inc.", + "West-ward Pharmaceuticals Corp", + "Amneal Pharmaceuticals NY LLC", + "JUBILANT CADISTA PHARMACEUTICALS INC.", + "Actavis Pharma, Inc." + ], + "product_ndc": [ + "75987-020", + "75987-021", + "75987-022", + "70954-056", + "71329-106", + "0378-0640", + "0378-0641", + "0378-0642", + "0603-5335", + "0603-5336", + "0603-5337", + "0603-5338", + "0603-5339", + "0527-2930", + "0054-9817", + "0054-9828", + "0054-9818", + "0143-9738", + "0143-9740", + "0143-9739", + "0527-2931", + "0527-2932", + "0054-8724", + "0054-4741", + "0054-4742", + "0054-4728", + "0054-0017", + "0054-0018", + "0054-0019", + "0054-3722", + "0054-3721", + "0054-8739", + "0054-8740", + "0527-2933", + "0527-2934", + "0527-2935", + "71329-107", + "71329-108", + "60219-1707", + "60219-1708", + "59746-172", + "59746-173", + "59746-175", + "71329-103", + "71329-104", + "71329-105", + "70954-057", + "70954-058", + "70954-059", + "70954-060", + "70954-061", + "0591-5052", + "0591-5442", + "0591-5443", + "59746-171" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "PREDNISONE" + ], + "rxcui": [ + "1303125", + "1303131", + "1303132", + "1303134", + "1303135", + "1303137", + "198144", + "198145", + "312615", + "312617", + "198146", + "763179", + "763181", + "763183", + "763185", + "198148", + "205301", + "315187" + ], + "spl_id": [ + "f9517701-80af-41ad-b527-4297184f3383", + "7335a293-992b-490c-ab8a-66a7ca1eea30", + "4384c1d1-059b-4689-9f3d-1078de814ce8", + "88a6acb5-abca-4d04-be4f-d637e001e20b", + "bf179c06-4480-4f07-8e38-10e8fddc2ed6", + "f63744b8-0108-489d-8c38-453c013ccf93", + "cea52966-6748-4723-ae9b-793b44c429de", + "92e5952b-2b1e-42c7-a8b3-c33d403d47aa", + "8c94235c-7f8e-4e2a-bb56-014324bda19a", + "7b97d83a-b0b4-4229-a4b6-6d1287fecd29", + "4b4a5262-cead-44bb-925a-086362a69d6e", + "eafa4fdb-e631-4080-b850-a7e40866f250", + "2c25a942-37b8-41b0-aa35-fa49d82515e1", + "3b1247fb-3a8d-4c94-b26a-a61398316cc3", + "c3dd4f62-cc06-4576-938c-c50f5a4a1642", + "1689f48c-eb89-48ca-84e4-1c648e3f0e23", + "03ae0f16-3d26-4f67-8ab7-1164b1dbc182", + "a8972d19-5cd5-441c-a552-048116a069e8" + ], + "spl_set_id": [ + "281ab967-7565-4bef-9c0c-a646589c671e", + "7335a293-992b-490c-ab8a-66a7ca1eea30", + "be50449f-3aa8-46b7-9246-2dbd5f04f2b1", + "fec09050-5ac2-451b-a2b9-5a21b2def212", + "10fe5a3b-84dc-4600-87c2-b80c97ce18cf", + "2d047ff2-1ca5-4123-9de3-dc85807de4e1", + "263ed4fa-3c29-4abb-9cb1-bc016bd34a05", + "c19fd54a-0a3b-4b14-b598-0256ea0e7f70", + "d88845ae-5b7c-465c-982d-8210d37ae190", + "3115aef0-fd50-4ec8-a064-3effb695f3f2", + "84c6be5c-df0d-41b4-9b0d-641fba970ac2", + "d4b46716-044d-4213-8030-950affa41c3b", + "03228706-92b9-43c9-8d73-c73aa124c58d", + "931ceb82-23b9-46c6-a00b-4cd66ed6f88f", + "bbc5e24a-ba0f-4f7e-be39-a1995fd96d5b", + "f05eb734-07e7-491c-b2e9-aae340e03750", + "aa0b1582-6ef3-4697-9ea6-5391e6e57853", + "e9d6774e-45f6-419f-b388-8dfb4dd34944" + ], + "package_ndc": [ + "75987-020-02", + "75987-020-01", + "75987-020-70", + "75987-021-02", + "75987-021-01", + "75987-021-70", + "75987-022-02", + "75987-022-01", + "75987-022-70", + "70954-056-10", + "70954-056-20", + "71329-106-02", + "71329-106-01", + "0378-0640-01", + "0378-0640-10", + "0378-0641-01", + "0378-0641-10", + "0378-0642-01", + "0378-0642-05", + "0378-0642-10", + "0603-5335-21", + "0603-5335-32", + "0603-5336-21", + "0603-5337-21", + "0603-5337-32", + "0603-5337-15", + "0603-5337-31", + "0603-5338-21", + "0603-5338-28", + "0603-5338-32", + "0603-5338-15", + "0603-5338-31", + "0603-5339-21", + "0603-5339-28", + "0603-5339-32", + "0527-2930-37", + "0527-2930-43", + "0054-9828-25", + "0054-9828-31", + "0054-9817-25", + "0054-9817-29", + "0054-9818-25", + "0054-9818-29", + "0143-9740-01", + "0143-9740-10", + "0143-9739-01", + "0143-9739-10", + "0143-9738-01", + "0143-9738-05", + "0143-9738-10", + "0527-2931-37", + "0527-2932-37", + "0527-2932-43", + "0054-4741-25", + "0054-4741-31", + "0054-4742-25", + "0054-4728-25", + "0054-4728-31", + "0054-0017-25", + "0054-0017-29", + "0054-0017-20", + "0054-0018-25", + "0054-0018-29", + "0054-0018-20", + "0054-0019-20", + "0054-0019-25", + "0054-3722-63", + "0054-3722-50", + "0054-3721-44", + "0054-8739-25", + "0054-8740-25", + "0054-8724-25", + "0527-2933-37", + "0527-2933-41", + "0527-2934-37", + "0527-2934-41", + "0527-2935-37", + "71329-107-01", + "71329-108-02", + "71329-108-01", + "60219-1707-1", + "60219-1707-5", + "60219-1707-2", + "60219-1707-3", + "60219-1708-1", + "60219-1708-5", + "59746-172-10", + "59746-172-06", + "59746-173-10", + "59746-173-09", + "59746-173-06", + "59746-175-09", + "59746-175-06", + "59746-175-10", + "71329-103-02", + "71329-103-01", + "71329-104-02", + "71329-104-01", + "71329-105-01", + "70954-057-10", + "70954-058-10", + "70954-058-20", + "70954-058-30", + "70954-058-40", + "70954-059-10", + "70954-059-20", + "70954-059-30", + "70954-059-40", + "70954-060-10", + "70954-060-20", + "70954-060-30", + "70954-061-10", + "0591-5052-21", + "0591-5052-43", + "0591-5052-01", + "0591-5052-10", + "0591-5442-21", + "0591-5442-43", + "0591-5442-01", + "0591-5442-05", + "0591-5442-10", + "0591-5443-01", + "0591-5443-05", + "0591-5443-10", + "59746-171-10", + "59746-171-06" + ], + "nui": [ + "N0000175576", + "N0000175450" + ], + "pharm_class_epc": [ + "Corticosteroid [EPC]" + ], + "pharm_class_moa": [ + "Corticosteroid Hormone Receptor Agonists [MoA]" + ], + "unii": [ + "VB0R961HZT" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "DEXAMETHASONE", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugindication": "IMMUNOSUPPRESSION", + "actiondrug": "5", + "openfda": { + "application_number": [ + "NDA022315", + "ANDA088237", + "NDA211379", + "ANDA201270", + "ANDA088481", + "ANDA088254", + "NDA208912", + "ANDA084754", + "NDA013422", + "ANDA090891", + "ANDA084612", + "ANDA084610", + "ANDA088316", + "ANDA088248", + "ANDA084611", + "ANDA084613", + "ANDA088306", + "ANDA087916", + "NDA208742" + ], + "brand_name": [ + "OZURDEX", + "TAPERDEX 12-DAY", + "HEMADY", + "DEXABLISS", + "DEXAMETHASONE", + "DEXAMETHASONE 1.5 MG", + "ZCORT", + "TAPERDEX 6-DAY", + "DECADRON", + "DEXAMETHASONE 6-DAY", + "DEXYCU", + "HIDEX 6-DAY", + "TAPERDEX 7-DAY", + "MAXIDEX", + "DEXTENZA" + ], + "generic_name": [ + "DEXAMETHASONE", + "DEXAMETHASONE 1.5 MG" + ], + "manufacturer_name": [ + "Allergan, Inc.", + "Xspire Pharma, Llc", + "Acrotech Biopharma LLC", + "Levins Pharmaceuticals, LLC", + "Fera Pharmaceuticals, LLC", + "Larken Laboratories, Inc.", + "Scite Pharma, LLC", + "Pragma Pharmaceuticals, LLC", + "Morton Grove Pharmaceuticals, Inc.", + "EyePoint Pharmaceuticals US, Inc", + "Gentex Pharma, Llc", + "STI Pharma LLC", + "Alcon Laboratories, Inc.", + "Xspire Pharma, LLC", + "Rising Pharmaceuticals, Inc.", + "West-Ward Pharmaceuticals Corp.", + "Ocular Therapeutix, Inc." + ], + "product_ndc": [ + "0023-3348", + "42195-149", + "42195-490", + "72893-015", + "71905-400", + "48102-047", + "48102-045", + "48102-046", + "48102-048", + "68047-702", + "79043-200", + "42195-121", + "42195-221", + "58463-014", + "58463-015", + "58463-016", + "58463-017", + "42195-721", + "60432-466", + "71879-001", + "15014-211", + "54879-003", + "42195-127", + "42195-270", + "48102-049", + "48102-050", + "48102-051", + "48102-052", + "0998-0615", + "42195-151", + "64980-509", + "0054-4184", + "0054-4179", + "0054-4180", + "0054-4181", + "0054-4182", + "0054-4183", + "0054-4186", + "0054-3176", + "0054-3177", + "0054-8179", + "0054-8180", + "0054-8174", + "0054-8181", + "0054-8176", + "0054-8175", + "0054-8183", + "70382-204" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "INTRAVITREAL", + "ORAL", + "INTRAOCULAR", + "OPHTHALMIC", + "INTRACANALICULAR" + ], + "substance_name": [ + "DEXAMETHASONE" + ], + "rxcui": [ + "854177", + "854181", + "197580", + "1943550", + "1998481", + "2261802", + "2286261", + "2121587", + "197577", + "197582", + "197583", + "343033", + "759481", + "759697", + "846192", + "2387355", + "2387356", + "1998482", + "105392", + "205712", + "205717", + "343040", + "309686", + "2045404", + "2045409", + "2118829", + "1869595", + "2118835", + "205669", + "309692", + "197579", + "197581", + "309684", + "2108015", + "2108020" + ], + "spl_id": [ + "04b2b881-a84c-417c-ba09-8a76cf46faea", + "dff2b4b8-6dba-4bf3-ac9d-3960db623d1b", + "20ec5ef3-62a8-4a02-a90c-59b11f571c34", + "21196967-406e-4339-8085-a85878220fd2", + "73841f9c-18bd-4cc4-b860-2100e44a35f7", + "b21b2926-d8cb-606a-e053-2995a90a460d", + "aaf56741-3180-20b5-e053-2a95a90a7af1", + "5bf9e180-2855-45ca-8d9a-d1fd752bf90c", + "729ba4eb-f50c-423b-ac32-9fe8bdd3bbcd", + "16929f11-7e9f-4aab-aeef-82d5d50d66b9", + "e7571c15-0616-4951-8562-1e11b3d1baad", + "fd3b9953-b100-49f2-bfec-bbfa0e4d6317", + "e0c68027-ba19-4c43-9e1a-496adba05030", + "fea33bd0-33c8-4c56-bf13-fb65462fe694", + "33bb0da5-176f-4df5-9e36-14bd2133699a", + "b3ec62b4-3c14-c36f-e053-2a95a90a2506", + "126e2390-ea12-4a74-bc2a-fa689c6a986f", + "52cf7e89-eadd-4dc4-b1d5-8a36e2dc237c", + "ca5ee247-a436-42b8-a4a5-388946e6c8e2", + "6f24476c-24b6-4af1-be10-8992ffbcdd46", + "598a4afe-c4fa-4c32-8f68-6a01a07e922e", + "f50870d8-ddd6-4a92-a01f-077c84b69161" + ], + "spl_set_id": [ + "4b204f44-6e8a-4d17-803c-268f0b04679f", + "c3c59b82-1343-470d-bbc7-e40da3c0a28f", + "aec60743-f925-4d91-a865-064696a9f9e6", + "2f385450-cf96-4a17-9ea0-23a4f68c08c4", + "259ff070-9ad0-4a12-8166-05d7dce294d5", + "7b997c26-e6a3-403c-93fb-b1290cf5dbad", + "aaf56741-317f-20b5-e053-2a95a90a7af1", + "1f5481d3-1ba0-44b1-8008-6c7c1137049a", + "f8d52954-be1d-45d3-9245-ff2e3e81a8ac", + "efaeb61c-ad51-41e7-a2ba-84d8db186ff1", + "c6eb10d2-2251-482b-8a57-fea31c05bc7e", + "583d70ed-bc42-465b-983d-c770db58406f", + "5e69f0dc-fadb-4826-811a-2288553925ad", + "320747b3-5cf1-4e0c-b670-c6a9e72a8845", + "2eeb2754-4c81-444a-a12c-56767fdbe721", + "fcc75691-974e-4a67-b9d7-64dde72b5595", + "8cc9f30b-9a1e-4d78-85ea-20f98d44075d", + "ecd69437-dd1a-453b-991d-5c5f277a3abd", + "1667becf-2d93-48ec-b4f7-4b4cbbd042dc", + "7cf5c17c-a80b-4547-83b2-0d53e2b933f7", + "b15200fb-1826-472b-a907-e677a272513b", + "7514e6b8-c33f-4fbf-8810-ef520e1eb4bd" + ], + "package_ndc": [ + "0023-3348-07", + "0023-3348-08", + "42195-149-12", + "42195-490-12", + "72893-015-24", + "72893-015-06", + "71905-400-11", + "48102-045-01", + "48102-046-01", + "48102-047-01", + "48102-047-11", + "48102-047-20", + "48102-048-01", + "68047-702-21", + "68047-702-35", + "68047-702-51", + "79043-200-25", + "42195-221-06", + "42195-121-06", + "58463-014-01", + "58463-015-01", + "58463-016-01", + "58463-017-01", + "42195-721-21", + "60432-466-08", + "71879-001-01", + "15014-211-21", + "54879-003-08", + "42195-127-07", + "42195-270-07", + "68047-702-01", + "48102-049-01", + "48102-050-01", + "48102-051-01", + "48102-051-40", + "48102-051-11", + "48102-051-20", + "48102-052-01", + "0998-0615-05", + "42195-151-10", + "64980-509-24", + "0054-4179-25", + "0054-4180-25", + "0054-4181-25", + "0054-4182-25", + "0054-4182-31", + "0054-4183-25", + "0054-4184-25", + "0054-4186-25", + "0054-3176-44", + "0054-3177-57", + "0054-3177-63", + "0054-8179-25", + "0054-8180-25", + "0054-8174-25", + "0054-8181-25", + "0054-8176-25", + "0054-8175-25", + "0054-8183-25", + "70382-204-88", + "70382-204-01", + "70382-204-10", + "70382-204-99" + ], + "nui": [ + "N0000175576", + "N0000175450" + ], + "pharm_class_epc": [ + "Corticosteroid [EPC]" + ], + "pharm_class_moa": [ + "Corticosteroid Hormone Receptor Agonists [MoA]" + ], + "unii": [ + "7S5I7G3JQL" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "METHOTREXATE", + "drugstructuredosagenumb": "15", + "drugstructuredosageunit": "003", + "drugdosagetext": "15 MG, UNK", + "drugindication": "IMMUNOSUPPRESSION", + "actiondrug": "5", + "openfda": { + "application_number": [ + "NDA011719", + "ANDA040385", + "ANDA040263", + "ANDA040632", + "ANDA201530", + "ANDA201749", + "ANDA081235", + "ANDA040843", + "NDA205776", + "ANDA210454", + "NDA208400", + "ANDA040266", + "NDA210737", + "ANDA207812", + "ANDA081099", + "ANDA040716", + "ANDA210040", + "ANDA089343", + "ANDA089342", + "ANDA089341", + "ANDA089340", + "ANDA213343", + "NDA204824" + ], + "brand_name": [ + "METHOTREXATE", + "TREXALL", + "RASUVO", + "XATMEP", + "REDITREX", + "OTREXUP" + ], + "generic_name": [ + "METHOTREXATE", + "METHOTREXATE SODIUM" + ], + "manufacturer_name": [ + "Hospira, Inc.", + "Teva Women's Health, Inc.", + "Fresenius Kabi USA, LLC", + "Hikma Pharmaceuticals USA Inc.", + "Mylan Institutional LLC", + "Sun Pharmaceutical Industries, Inc.", + "Mylan Pharmaceuticals Inc.", + "Teva Parenteral Medicines, Inc.", + "Medexus Pharma Inc.", + "Aurobindo Pharma Limited", + "Azurity Pharmaceuticals, Inc.", + "Cumberland Pharmaceuticals Inc.", + "Zydus Pharmaceuticals (USA) Inc.", + "Teva Pharmaceuticals USA, Inc.", + "Accord Healthcare, Inc.", + "Amneal Pharmaceuticals NY LLC", + "Cadila Healthcare Limited", + "Accord Healthcare Inc.", + "Antares Pharma, Inc." + ], + "product_ndc": [ + "61703-350", + "61703-408", + "51285-366", + "51285-367", + "51285-368", + "51285-369", + "63323-123", + "0143-9830", + "67457-480", + "67457-467", + "67457-486", + "67457-485", + "67457-466", + "47335-235", + "0378-0014", + "0703-3678", + "0143-9367", + "59137-505", + "59137-510", + "59137-515", + "59137-520", + "59137-525", + "59137-530", + "59137-535", + "59137-540", + "59137-550", + "59651-182", + "52652-2001", + "63323-122", + "0703-3671", + "0703-3675", + "66220-807", + "66220-810", + "66220-812", + "66220-815", + "66220-817", + "66220-820", + "66220-822", + "66220-825", + "68382-775", + "0555-0572", + "16729-277", + "69238-1423", + "0143-9516", + "0143-9519", + "0143-9518", + "0143-9517", + "70771-1058", + "16729-486", + "54436-010", + "54436-075", + "54436-012", + "54436-015", + "54436-017", + "54436-020", + "54436-022", + "54436-025" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "INTRA-ARTERIAL", + "INTRAMUSCULAR", + "INTRAVENOUS", + "INTRATHECAL", + "ORAL", + "SUBCUTANEOUS" + ], + "substance_name": [ + "METHOTREXATE SODIUM", + "METHOTREXATE" + ], + "rxcui": [ + "1655956", + "1946772", + "105586", + "283510", + "283511", + "283671", + "284592", + "284593", + "284594", + "284595", + "311625", + "1655959", + "1655960", + "1655967", + "1655968", + "105585", + "1441416", + "1544378", + "1544383", + "1544385", + "1544386", + "1544387", + "1544388", + "1544389", + "1544390", + "1544394", + "1544395", + "1544396", + "1544397", + "1544398", + "1544401", + "1544402", + "1544403", + "1544404", + "1921592", + "1921598", + "2377333", + "2377338", + "2377341", + "2377342", + "2377343", + "2377344", + "2377345", + "2377346", + "2377347", + "2377348", + "2377349", + "2377350", + "2377351", + "2377352", + "2377353", + "2377354", + "1441402", + "1441407", + "1441411", + "1441413", + "1441418", + "1441422", + "1441424", + "1594757", + "1594759", + "1747179", + "1747181", + "1747185", + "1747187", + "1747192", + "1747194" + ], + "spl_id": [ + "e073b256-2c79-4b23-b1a5-dde85ef74058", + "0c1d5f83-0fca-4986-9e06-127b1319c980", + "7daabcf8-7662-4e15-ab82-e6be84de3f21", + "880c2caa-1b11-45ce-a54e-a3733da367f0", + "d5f54d14-8ce7-4301-8f5d-2cb40af79a8a", + "6c8884a0-d167-48a8-a890-7bf72054d72b", + "9d56b4c6-176b-473d-8d12-d16a541638a8", + "fb5b8e77-2155-49ad-b541-f8eda7023999", + "9d7fac1f-faf6-46dc-9f29-ae1710574cfc", + "f8fa3869-95ff-42a2-9658-8641a30e9eec", + "6493ca6b-d3f7-419c-91b8-87eb185f77c9", + "ce7eea99-c2b2-41c8-b577-3e7f3a29b739", + "ac10e044-7790-4317-9308-05d805cba9ee", + "10ac151e-e0da-4686-b2a1-c706982e777a", + "dd7ab027-95c9-41a0-8a5c-9e9c75cf3ddb", + "27143f5b-2401-425a-b0b9-98200d947a35", + "4b6213e6-fa3c-4aff-bd85-46d17afa569d", + "f3757d95-0086-4b8a-a349-827d1cb71ba0", + "c3ee702b-be0d-f3ca-e053-2995a90aec02", + "a5fb00a1-dcca-4b58-b2b1-7007f251bcc3", + "67275ae9-e6c5-4f90-9d5f-f288ae3fcde3", + "9be3f6a3-b6d7-4b38-af11-4844c1ec9cf1", + "c1a47d71-5fb2-6df3-e053-2995a90abccd", + "a1327108-d38b-4f67-8820-757b4b15c444" + ], + "spl_set_id": [ + "0d63ba29-b692-41b4-87e8-351265c8273f", + "0e30eaef-5a09-4104-8a11-c32933eadeab", + "e942f8db-510f-44d6-acb5-b822196f5e8c", + "b585f621-f6c9-4735-ab61-bd1b401f3df0", + "b080eb92-fc72-4ce6-a7ab-3f9ce2415526", + "ade151b9-b433-47dc-90f5-f6463f70c2fd", + "8f1260de-b60c-4f0e-8af6-0e957b0a281b", + "70c09984-2b36-424f-8b27-3fd0cd4e833d", + "223fde57-7b13-4fd7-90e2-f74fc0846431", + "8593f7fc-eabe-44ae-bb05-b3d7d408e4f7", + "d0075461-0e7e-4967-9c9b-d6440e912c0e", + "09931d44-a3f8-49dc-a3f2-b527ee4214bf", + "aec9984e-34c5-481b-b6bf-9bb5caf1daf8", + "ec476b11-0b3c-4139-b1eb-a3daa76bc271", + "346ec9ce-dc98-4a55-b55e-d3af11f2d703", + "797482d7-c4c0-4245-8566-59d664b0850b", + "948e0bab-6524-4b87-9853-1799d4415558", + "9b34b1d8-d125-41a2-9f6f-3fab67b573bd", + "dd035a9f-cd40-4314-b9d8-2294b8a924e2", + "dd39255b-81d1-4c08-aecf-acc4f2cdc04a", + "3989d30d-56e5-4e8d-9379-c30fecc894f2", + "59ea7b32-2b6d-4197-92c3-015936f04ebe", + "874c7f43-a3be-4236-89cc-24c44e3c5813", + "9ab8ce16-f7de-41d4-a4c8-1c742621b6d5" + ], + "package_ndc": [ + "61703-350-37", + "61703-350-38", + "61703-408-41", + "61703-350-09", + "61703-350-10", + "61703-408-25", + "51285-366-01", + "51285-367-01", + "51285-368-01", + "51285-369-01", + "63323-123-10", + "0143-9830-01", + "67457-467-21", + "67457-467-99", + "67457-486-04", + "67457-486-99", + "67457-485-08", + "67457-485-99", + "67457-466-10", + "67457-480-40", + "47335-235-96", + "47335-235-83", + "0378-0014-01", + "0703-3678-81", + "0143-9367-01", + "59137-505-00", + "59137-505-01", + "59137-505-04", + "59137-510-00", + "59137-510-01", + "59137-510-04", + "59137-515-00", + "59137-515-01", + "59137-515-04", + "59137-520-00", + "59137-520-01", + "59137-520-04", + "59137-525-00", + "59137-525-01", + "59137-525-04", + "59137-530-00", + "59137-530-01", + "59137-530-04", + "59137-535-00", + "59137-535-01", + "59137-535-04", + "59137-540-00", + "59137-540-01", + "59137-540-04", + "59137-550-00", + "59137-550-01", + "59137-550-04", + "59651-182-36", + "59651-182-01", + "52652-2001-1", + "52652-2001-6", + "63323-122-50", + "0703-3671-01", + "0703-3675-01", + "0703-3678-01", + "66220-807-11", + "66220-807-22", + "66220-810-11", + "66220-810-22", + "66220-812-11", + "66220-812-22", + "66220-815-11", + "66220-815-22", + "66220-817-11", + "66220-817-22", + "66220-820-11", + "66220-820-22", + "66220-820-33", + "66220-822-11", + "66220-822-22", + "66220-825-11", + "66220-825-22", + "68382-775-60", + "68382-775-16", + "68382-775-01", + "68382-775-05", + "68382-775-10", + "68382-775-77", + "0555-0572-02", + "0555-0572-35", + "16729-277-30", + "16729-277-03", + "16729-277-35", + "69238-1423-6", + "69238-1423-1", + "0143-9519-10", + "0143-9518-01", + "0143-9517-01", + "0143-9516-01", + "70771-1058-3", + "70771-1058-9", + "70771-1058-1", + "70771-1058-5", + "70771-1058-0", + "70771-1058-2", + "70771-1058-7", + "16729-486-36", + "16729-486-01", + "54436-075-01", + "54436-075-02", + "54436-075-04", + "54436-010-01", + "54436-010-03", + "54436-010-02", + "54436-010-04", + "54436-012-01", + "54436-012-03", + "54436-012-02", + "54436-012-04", + "54436-015-01", + "54436-015-03", + "54436-015-02", + "54436-015-04", + "54436-017-01", + "54436-017-03", + "54436-017-02", + "54436-017-04", + "54436-020-01", + "54436-020-03", + "54436-020-02", + "54436-020-04", + "54436-022-01", + "54436-022-03", + "54436-022-02", + "54436-022-04", + "54436-025-01", + "54436-025-03", + "54436-025-02", + "54436-025-04" + ], + "unii": [ + "3IG1E710ZN", + "YL5FZ2Y5U1" + ], + "nui": [ + "N0000175584", + "N0000000111" + ], + "pharm_class_epc": [ + "Folate Analog Metabolic Inhibitor [EPC]" + ], + "pharm_class_moa": [ + "Folic Acid Metabolism Inhibitors [MoA]" + ] + } + } + ] + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "SANDOZ", + "duplicatenumb": "PHHY2014CN026563" + }, + "receiptdate": "20140312", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "PHHY2014CN026563", + "occurcountry": "CN", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "seriousnesshospitalization": "1", + "transmissiondate": "20141002", + "primarysourcecountry": "CN" + }, + { + "reporttype": "1", + "safetyreportversion": "1", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "ES", + "qualification": "3" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "1", + "safetyreportid": "10003328", + "patient": { + "patientonsetage": "55", + "patientonsetageunit": "801", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Type IV hypersensitivity reaction", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Skin toxicity", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Palmar-plantar erythrodysaesthesia syndrome", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Nail toxicity", + "reactionoutcome": "2" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Arthralgia", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Myalgia", + "reactionoutcome": "2" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Asthenia", + "reactionoutcome": "2" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Diarrhoea", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Neuropathy peripheral", + "reactionoutcome": "3" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "PACLITAXEL", + "drugauthorizationnumb": "078167", + "drugstructuredosagenumb": "80", + "drugstructuredosageunit": "009", + "drugdosagetext": "80 MG/M2, WEEKLY", + "drugindication": "METASTASES TO BREAST", + "actiondrug": "1", + "openfda": { + "application_number": [ + "NDA021660", + "NDA020262", + "ANDA075184", + "ANDA076131", + "ANDA090130", + "ANDA207326", + "ANDA213434", + "ANDA077574" + ], + "brand_name": [ + "ABRAXANE", + "PACLITAXEL", + "PACLITAXEL PACLITAXEL" + ], + "generic_name": [ + "PACLITAXEL" + ], + "manufacturer_name": [ + "Abraxis BioScience, LLC", + "WG Critical Care, LLC", + "Teva Parenteral Medicines, Inc.", + "Hospira, Inc.", + "Actavis Pharma, Inc.", + "Alvogen Inc.", + "Northstar Rx LLC", + "Athenex Pharmaceutical Division, LLC.", + "Gland Pharma Limited", + "Fresenius Kabi USA, LLC", + "MSN LABORATORIES PRIVATE LIMITED" + ], + "product_ndc": [ + "68817-134", + "44567-504", + "44567-505", + "44567-506", + "0703-3213", + "0703-3216", + "0703-3218", + "61703-342", + "45963-613", + "0703-3217", + "47781-595", + "47781-593", + "47781-594", + "16714-137", + "70860-200", + "68083-178", + "68083-179", + "68083-180", + "0703-4764", + "0703-4768", + "63323-763", + "70860-215", + "69539-157", + "69539-158", + "69539-159" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "INTRAVENOUS" + ], + "substance_name": [ + "PACLITAXEL" + ], + "rxcui": [ + "583214", + "583218", + "312199" + ], + "spl_id": [ + "ded1c865-fae3-449f-b76f-5776d2281ab7", + "0ebbb53f-8a07-4843-bb37-2110e16e1f3e", + "18eeda76-581a-46fe-9105-40fb1f67f1ae", + "cd3cc4bc-ab8a-42ec-8561-07f967f4c90a", + "70833cd1-45fb-4676-b478-6b6479c9caca", + "27d6ca2d-5a77-4428-a899-a599902db6c6", + "a53dcfaf-5640-8016-8af4-8acbf19b019c", + "eed2dd59-d294-4bff-af95-8408494970c6", + "e47c2c34-0466-4219-be6f-97e4231ed55f", + "235721cb-397d-4e44-8299-4373cd9d2497", + "aeff20f1-c4e7-46c6-a6cb-f0aab334571b", + "0b02547e-0b69-4044-9495-f5b7f287e2c6", + "f09b1d2c-e18f-43c7-90c3-473f923594d3", + "663a8b42-dd67-47ab-b4d3-799b7d4ff145", + "2c59fc04-a369-458c-b951-f54adcc634dd" + ], + "spl_set_id": [ + "24d10449-2936-4cd3-b7db-a7683db721e4", + "4dbbb7c8-a4b5-484d-a2a4-4d925010fc44", + "fbd32bd2-9685-41cb-bee2-730a45526b65", + "ea28753a-8631-460a-bfdc-b101eb8ac84a", + "6cefbdb9-1141-4a53-9d05-f6fcc2746834", + "e4be6cbf-72b9-4f7f-9b1b-459b2d35961a", + "40c0abf0-06ad-8658-a784-6554a540a768", + "b553d77a-448f-45bd-aacf-c73397e06fc4", + "e47c2c34-0466-4219-be6f-97e4231ed55f", + "4f09e84b-0bca-4e2f-a753-7bf9973a885a", + "fec9ddee-53a9-4a61-ad0a-be6b604de084", + "e1703128-7921-411d-b3bb-7c937865d599", + "a6c24189-293f-42ca-b969-75870bb55af0", + "31dea098-40f7-4785-844c-5030c6c3f12d", + "2ca3c0d4-e629-4d89-a969-3515a62886c6" + ], + "package_ndc": [ + "68817-134-50", + "44567-504-01", + "44567-505-01", + "44567-506-01", + "0703-3213-81", + "0703-3216-81", + "0703-3218-81", + "61703-342-09", + "61703-342-22", + "61703-342-50", + "45963-613-56", + "45963-613-53", + "45963-613-59", + "0703-3213-01", + "0703-3216-01", + "0703-3217-01", + "0703-3218-01", + "47781-593-07", + "47781-594-07", + "47781-595-07", + "45963-613-86", + "45963-613-83", + "45963-613-89", + "16714-137-01", + "70860-200-05", + "70860-200-17", + "70860-200-50", + "68083-178-01", + "68083-179-01", + "68083-180-01", + "0703-4764-81", + "0703-4768-81", + "63323-763-05", + "63323-763-16", + "63323-763-50", + "70860-215-68", + "69539-157-01", + "69539-158-01", + "69539-159-01" + ], + "nui": [ + "N0000175085", + "N0000175592" + ], + "pharm_class_pe": [ + "Microtubule Inhibition [PE]" + ], + "pharm_class_epc": [ + "Microtubule Inhibitor [EPC]" + ], + "unii": [ + "P88XT4IS4D" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "DOCETAXEL", + "drugstructuredosagenumb": "100", + "drugstructuredosageunit": "009", + "drugdosagetext": "100 MG/M2, UNK", + "drugindication": "METASTASES TO BREAST", + "actiondrug": "1", + "openfda": { + "application_number": [ + "ANDA210327", + "ANDA207252", + "NDA022234", + "NDA201525", + "ANDA204490", + "ANDA213510", + "NDA203551", + "ANDA214575", + "ANDA208859", + "ANDA209640", + "ANDA204193", + "NDA020449", + "NDA201195", + "ANDA207563", + "ANDA203170", + "ANDA210072", + "ANDA210848", + "ANDA208137", + "NDA022534" + ], + "brand_name": [ + "DOCETAXEL" + ], + "generic_name": [ + "DOCETAXEL", + "DOCETAXEL ANHYDROUS" + ], + "manufacturer_name": [ + "Armas Pharmaceuticals Inc.", + "Jiangsu Hengrui Medicine Co., Ltd.", + "Hospira, Inc.", + "Sandoz Inc.", + "Hikma Pharmaceuticals USA Inc.", + "Gland Pharma Limited", + "Actavis Pharma, Inc.", + "Baxter Healthcare Corporation", + "AuroMedics Pharma LLC", + "Mylan Institutional LLC", + "Amneal Pharmaceuticals LLC", + "Dr. Reddy's Laboratories Inc.", + "Winthrop U.S.", + "Accord Healthcare Inc.", + "Ingenus Pharmaceuticals, LLC", + "Sagent Pharmaceuticals", + "Sun Pharmaceutical Industries, Inc." + ], + "product_ndc": [ + "72485-216", + "57884-3041", + "57884-3042", + "57884-3043", + "0409-5068", + "0409-4235", + "0409-0365", + "66758-950", + "0143-9204", + "0143-9205", + "68083-399", + "68083-400", + "68083-401", + "45963-734", + "45963-765", + "45963-790", + "43066-001", + "43066-006", + "43066-010", + "0409-0366", + "0409-0367", + "0409-0368", + "55150-378", + "55150-379", + "55150-380", + "0409-1732", + "0409-2956", + "0409-7870", + "67457-533", + "70121-1221", + "70121-1222", + "70121-1223", + "43598-258", + "43598-259", + "43598-389", + "72485-214", + "0955-1020", + "0955-1021", + "0955-1022", + "72485-215", + "16729-267", + "16729-231", + "50742-428", + "50742-431", + "50742-463", + "57884-3021", + "25021-245", + "0409-0201", + "43598-610", + "43598-611", + "66758-050", + "67457-531", + "67457-532", + "67457-781", + "47335-323", + "47335-895", + "47335-939" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "INTRAVENOUS" + ], + "substance_name": [ + "DOCETAXEL", + "DOCETAXEL ANHYDROUS" + ], + "rxcui": [ + "1861411", + "1860480", + "1860485", + "1001405", + "1093280", + "1860619", + "1870937" + ], + "spl_id": [ + "10308491-d534-4e9f-9fcc-8d8a3eda213d", + "af5b8ee7-1566-1ccd-e053-2a95a90afcca", + "d99f91b9-93bd-42c0-b1af-16902ac8352d", + "79d9b68d-e650-40e7-ac82-68225c6324d5", + "2ace0cdf-662d-47ce-a6f7-d9579c18487b", + "2848c695-d7ba-4aae-92fd-6b6c0d3b3c97", + "5a6c204e-5b3b-40fc-b007-a4d21ae6c406", + "82555953-bca6-46f3-87e3-21408d287bcf", + "449bc11c-36ae-4640-bc05-fdca4e7e6c06", + "1263799c-13dc-488b-b158-b834736a4e66", + "115fb7fa-e59e-4bdf-b485-d059df4310ca", + "117ab2fc-d397-469f-b5c5-4ed0bc71945a", + "70789058-71e2-4004-b0a2-d71768ac9160", + "570acbc0-f267-d5af-888a-52bac366da68", + "029d2385-81d6-4bca-9472-c884d3fd7e24", + "5555fe7e-ccdb-4adf-9513-778743b3a552", + "8c30c9d6-97ac-42b0-a5dc-97f56e94c3bb", + "aba41ad7-d812-f028-e053-2a95a90a61c8", + "cbad449c-79fb-47f0-b811-8e059fbd1bec", + "a84b967e-9580-4080-e053-2995a90a990a", + "5aea612a-f640-4548-ad0b-346906392042", + "adc4a096-6ec0-48ae-b81f-818b1ff4293f", + "460a2387-3c34-2bad-2d59-237499c52bfc", + "d2022b1b-5670-422e-9408-e0d2c71fc4e7", + "d87f6687-21eb-4c23-8817-8f463620d668", + "10fa26f0-4cd0-4285-accc-8f74e015b7df", + "f33c2ca7-e8a1-4da2-9cce-f097151fddc0", + "9a0d7b91-4324-4e19-9cd8-eb19266e771a" + ], + "spl_set_id": [ + "0dd863ec-f9dc-456c-9df5-4e9210d6cbb0", + "e488100d-6728-4f44-9282-f63a805b8e13", + "6b9999bb-869e-4d25-838c-23c3ab280044", + "875b764f-10b2-448d-b50b-c9e8c1cfd69a", + "ff7fb2c2-97a7-4716-a269-925ca30cf0f1", + "14cbd8f6-e11b-4d64-aa4c-e70a2ecbf975", + "2c806400-5fdc-4398-8475-37f700b3191f", + "0e0f06bd-d190-45da-be8b-062e8de01970", + "3104aab1-cd6e-4ad2-8e0a-286a0c5d1940", + "1263799c-13dc-488b-b158-b834736a4e66", + "644c5035-20d2-4686-beaa-bef08e99051c", + "2fb017fd-e55e-43ef-9024-07f2d412b37b", + "67508df6-b96f-46fa-a792-0afcdfa9810e", + "a630937b-8369-74ad-b68a-f940eb16ff0f", + "c00998dd-f859-435b-925b-4335299eaab3", + "dd0ca36d-1f54-4568-8d19-a7152addcd52", + "7c1927a7-82ad-44ed-831e-5d4a88ac18f2", + "f59f7811-70b7-4c44-99f7-4f4fdce3ed22", + "b17679e8-88c8-4b8d-bfae-246fab6eead9", + "07a538b3-2cf1-40e1-871f-f932863eb3a3", + "30077f79-341f-4618-9ec5-23b17b212fae", + "a0ec4bcc-93ea-4c41-a4b6-95ec19491807", + "be3df07d-ea56-453a-25ad-c3cedc22712a", + "e03d1378-6889-43d5-a34c-f96132cffa88", + "2e924f96-442f-4da8-8044-4862dbeeabda", + "79c77be0-7e8c-400d-beb9-89d78b01be7f", + "a6417655-9448-4886-ba03-f57f36bcbd14", + "c85b2c62-3c33-4cbc-8b79-d5e17851a1b4" + ], + "package_ndc": [ + "72485-216-08", + "57884-3041-1", + "57884-3042-1", + "57884-3043-1", + "0409-4235-01", + "0409-5068-01", + "0409-0365-01", + "66758-950-02", + "66758-950-03", + "66758-950-04", + "0143-9204-01", + "0143-9205-01", + "68083-399-01", + "68083-400-01", + "68083-401-01", + "45963-734-54", + "45963-765-52", + "45963-790-56", + "43066-001-01", + "43066-006-01", + "43066-010-01", + "0409-0366-01", + "0409-0367-01", + "0409-0368-01", + "55150-378-01", + "55150-379-01", + "55150-380-01", + "0409-2956-01", + "0409-7870-01", + "0409-1732-01", + "67457-533-16", + "70121-1221-1", + "70121-1222-1", + "70121-1223-1", + "43598-258-11", + "43598-259-40", + "43598-389-57", + "72485-214-01", + "0955-1021-04", + "0955-1020-01", + "0955-1022-08", + "72485-215-04", + "16729-231-65", + "16729-231-64", + "16729-231-63", + "16729-267-63", + "16729-267-64", + "16729-267-65", + "50742-428-02", + "50742-431-08", + "50742-463-16", + "57884-3021-0", + "25021-245-01", + "25021-245-04", + "0409-0201-02", + "0409-0201-10", + "0409-0201-20", + "43598-611-11", + "43598-610-40", + "66758-050-01", + "66758-050-02", + "66758-050-03", + "67457-531-02", + "67457-532-08", + "67457-781-08", + "47335-323-40", + "47335-895-40", + "47335-939-40" + ], + "unii": [ + "15H5577CQD", + "699121PHCA" + ], + "nui": [ + "N0000175085", + "N0000175592" + ], + "pharm_class_pe": [ + "Microtubule Inhibition [PE]" + ], + "pharm_class_epc": [ + "Microtubule Inhibitor [EPC]" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "ADRIAMYCIN", + "drugstructuredosagenumb": "60", + "drugstructuredosageunit": "009", + "drugdosagetext": "60 MG/M2, UNK", + "drugindication": "BREAST CANCER", + "actiondrug": "5", + "openfda": { + "application_number": [ + "ANDA062921", + "ANDA062975", + "ANDA064097" + ], + "brand_name": [ + "ADRIAMYCIN" + ], + "generic_name": [ + "DOXORUBICIN HYDROCHLORIDE" + ], + "manufacturer_name": [ + "Hikma Pharmaceuticals USA Inc." + ], + "product_ndc": [ + "0143-9275", + "0143-9277", + "0143-9369", + "0143-9370", + "0143-9371", + "0143-9372", + "0143-9546", + "0143-9549", + "0143-9548", + "0143-9547" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "INTRAVENOUS" + ], + "substance_name": [ + "DOXORUBICIN HYDROCHLORIDE" + ], + "rxcui": [ + "1790095", + "1790103", + "2001100", + "2001102", + "1191138", + "1790097", + "1790099", + "1790100", + "1799305", + "1799307", + "1799308", + "1799310" + ], + "spl_id": [ + "a88e80b5-b556-4dd0-8532-bed33bcd25b8", + "7ee0404d-d766-461d-87cd-6a2bf5414589", + "782e9bfd-fede-4287-a76b-9e174d163ce5" + ], + "spl_set_id": [ + "090bc1b1-3dc2-408d-94e6-48d2a3d4426c", + "b05d7515-2179-4f4b-b37e-dccc77127f8f", + "0f153c1e-efce-4276-8273-d9e4c8455d16" + ], + "package_ndc": [ + "0143-9275-01", + "0143-9277-01", + "0143-9369-01", + "0143-9370-01", + "0143-9371-01", + "0143-9372-01", + "0143-9549-10", + "0143-9549-01", + "0143-9548-10", + "0143-9548-01", + "0143-9547-01", + "0143-9546-01" + ], + "unii": [ + "82F2G7BL4E" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "CYCLOPHOSPHAMIDE", + "drugstructuredosagenumb": "600", + "drugstructuredosageunit": "009", + "drugdosagetext": "600 MG/M2, UNK", + "drugindication": "BREAST CANCER", + "actiondrug": "5", + "openfda": { + "application_number": [ + "ANDA211608", + "NDA212501", + "ANDA040745", + "ANDA210046", + "ANDA209872", + "ANDA204555", + "NDA012141", + "NDA203856", + "ANDA207014" + ], + "brand_name": [ + "CYCLOPHOSPHAMIDE" + ], + "generic_name": [ + "CYCLOPHOSPHAMIDE" + ], + "manufacturer_name": [ + "Cipla USA Inc.", + "Athenex Pharmaceutical Division, LLC.", + "Baxter Healthcare Corporation", + "Amneal Pharmaceuticals LLC", + "STI Pharma LLC", + "Sandoz Inc.", + "BluePoint Laboratories", + "West-Ward Pharmaceuticals Corp.", + "ANI Pharmaceuticals, Inc.", + "Ingenus Pharmaceuticals, LLC", + "NorthStar RxLLC", + "NorthStar Rx LLC" + ], + "product_ndc": [ + "69097-516", + "69097-517", + "70860-218", + "10019-943", + "10019-944", + "10019-945", + "70121-1238", + "70121-1239", + "70121-1240", + "10019-935", + "10019-936", + "10019-937", + "54879-021", + "54879-022", + "0781-3233", + "0781-3244", + "0781-3255", + "10019-955", + "10019-956", + "10019-957", + "68001-370", + "68001-371", + "68001-372", + "10019-938", + "10019-939", + "10019-942", + "10019-982", + "10019-984", + "0054-0382", + "0054-0383", + "43975-307", + "43975-308", + "50742-519", + "50742-520", + "62559-930", + "62559-931", + "72603-104", + "72603-326", + "72603-411", + "68001-442", + "68001-443", + "68001-444", + "16714-857", + "16714-859", + "16714-858" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL", + "INTRAVENOUS" + ], + "substance_name": [ + "CYCLOPHOSPHAMIDE ANHYDROUS", + "CYCLOPHOSPHAMIDE" + ], + "rxcui": [ + "1437968", + "1437969", + "2386859", + "1734917", + "1734919", + "1734921", + "197549", + "197550" + ], + "spl_id": [ + "f57dbebf-f145-4e3c-bfef-b7907f6e01eb", + "bf6525b9-acdf-4c3a-9c2c-dd8ddc051a5b", + "55ee01d4-2cda-4cf1-834b-6d1a336da433", + "2c960eb4-cc73-473d-87f1-752731117e1a", + "bd959658-0710-46e4-8fd1-7811d1071020", + "e5901820-4fcb-45ad-b8b7-f13ba87a3c5e", + "946a83b0-9009-dfd0-e053-2995a90a9824", + "bb2ca883-b096-44f5-b6bb-bcb56f91d76a", + "c688325c-7953-590a-e053-2995a90a50e0", + "6bd1a430-b849-4f5c-a280-00ccf91b396c", + "1733ed51-414a-49ab-9100-d5e655fd081c", + "80bba81a-806d-4feb-b53f-24013b28f187", + "952207b1-7a24-444d-ae1b-2848d883da72", + "1fa0e9dd-113b-4d57-9991-1fdb9f1d5a36", + "075e94a4-1a7f-4e33-b7e8-3cd3c0590bf9", + "877e8362-f116-4d82-bbd5-05f8ae671482", + "d7e97b99-83db-42d0-8521-b87fe6467a67", + "a589485e-5ffb-27be-e053-2a95a90a4f7d" + ], + "spl_set_id": [ + "0e1cb955-99c8-4fe5-89d1-399c8e52174e", + "a0e99679-f939-4fb3-9d38-dfdb824f89bc", + "cef038cc-efab-46d9-99c2-95bb11d6c9bc", + "520bfe39-dfd5-4a20-9a37-80078afded0d", + "6bae5c14-9e87-4fb6-ae9c-4d875c1ecffe", + "4ebe66e7-5e0d-41ff-8ef9-e4c30a65f213", + "0e9e22fa-178a-42fc-9f82-c303db3b245a", + "591d9955-3d9c-4cdc-a308-2f1288376b9f", + "457ede7d-d2f9-49a3-9de7-651f64a210e1", + "97ab446f-5017-4180-ae65-0a355289b0ed", + "769ded74-6186-40a8-8e44-ceff67287451", + "8135b917-882f-4b4c-99b7-fa8ea54af4bf", + "28143049-ae3f-4b4b-be46-7db7dbd603c4", + "783d7523-8505-4b3e-837c-cefbcec61da6", + "e73020b2-6abf-4183-bd6d-825a1334bb51", + "fdaa7d15-7c06-44ab-b1d5-9d2b3e8ffd28", + "d7e97b99-83db-42d0-8521-b87fe6467a67", + "76f057be-e3da-0a89-e053-2a91aa0a8438" + ], + "package_ndc": [ + "69097-516-07", + "69097-517-07", + "70860-218-03", + "70860-218-05", + "10019-943-25", + "10019-943-01", + "10019-944-50", + "10019-944-01", + "10019-945-10", + "10019-945-01", + "70121-1238-1", + "70121-1239-1", + "70121-1240-1", + "10019-935-25", + "10019-935-01", + "10019-936-50", + "10019-936-01", + "10019-937-10", + "10019-937-01", + "54879-022-01", + "54879-021-01", + "0781-3233-94", + "0781-3244-94", + "0781-3255-94", + "10019-955-50", + "10019-955-01", + "10019-956-16", + "10019-956-01", + "10019-957-11", + "10019-957-01", + "68001-370-24", + "68001-370-27", + "68001-371-33", + "68001-371-32", + "68001-372-33", + "68001-372-32", + "10019-938-25", + "10019-938-01", + "10019-939-50", + "10019-939-01", + "10019-942-10", + "10019-942-01", + "10019-982-09", + "10019-982-01", + "10019-984-09", + "10019-984-01", + "0054-0382-13", + "0054-0382-25", + "0054-0383-13", + "0054-0383-25", + "43975-308-10", + "43975-307-10", + "50742-519-02", + "50742-520-05", + "62559-930-01", + "62559-931-01", + "72603-104-01", + "72603-326-01", + "72603-411-01", + "68001-442-26", + "68001-443-27", + "68001-444-32", + "16714-859-01", + "16714-857-01", + "16714-858-01" + ], + "nui": [ + "N0000000236", + "N0000175558" + ], + "pharm_class_moa": [ + "Alkylating Activity [MoA]" + ], + "pharm_class_epc": [ + "Alkylating Drug [EPC]" + ], + "unii": [ + "6UXW23996M", + "8N3DW7272P" + ] + } + } + ] + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "SANDOZ", + "duplicatenumb": "PHHY2014ES026521" + }, + "receiptdate": "20140312", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "PHHY2014ES026521", + "occurcountry": "ES", + "seriousnessother": "1", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "transmissiondate": "20141002", + "primarysourcecountry": "ES" + }, + { + "reporttype": "2", + "safetyreportversion": "11", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "COUNTRY NOT SPECIFIED", + "qualification": "1" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "1", + "safetyreportid": "10003329", + "patient": { + "patientonsetage": "79", + "patientonsetageunit": "801", + "patientweight": "61", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.0", + "reactionmeddrapt": "Diarrhoea", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "18.0", + "reactionmeddrapt": "Abdominal pain", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "18.0", + "reactionmeddrapt": "Asthenia", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "18.0", + "reactionmeddrapt": "Diarrhoea", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "18.0", + "reactionmeddrapt": "Weight decreased", + "reactionoutcome": "3" + }, + { + "reactionmeddraversionpt": "18.0", + "reactionmeddrapt": "Abdominal pain", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "18.0", + "reactionmeddrapt": "Blood creatinine increased", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "18.0", + "reactionmeddrapt": "C-reactive protein increased", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "18.0", + "reactionmeddrapt": "Dysuria", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "18.0", + "reactionmeddrapt": "Pyrexia", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "18.0", + "reactionmeddrapt": "Blood creatinine increased", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "18.0", + "reactionmeddrapt": "C-reactive protein increased", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "18.0", + "reactionmeddrapt": "Pleural effusion", + "reactionoutcome": "1" + } + ], + "drug": [ + { + "drugcharacterization": "2", + "medicinalproduct": "PARACETAMOLO", + "drugstructuredosagenumb": "650", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "650 MG", + "drugdosageform": "TABLET", + "drugadministrationroute": "065", + "drugindication": "PAIN", + "activesubstance": { + "activesubstancename": "ACETAMINOPHEN" + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "BIBW 2992", + "drugauthorizationnumb": "201292", + "drugstructuredosagenumb": "30", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "30 MG", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugstartdateformat": "102", + "drugstartdate": "20140311", + "drugenddateformat": "102", + "drugenddate": "20140325", + "actiondrug": "2", + "activesubstance": { + "activesubstancename": "AFATINIB" + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "LANSOPRAZOLO", + "drugstructuredosagenumb": "30", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "30 MG", + "drugdosageform": "TABLET", + "drugadministrationroute": "065", + "drugindication": "PROPHYLAXIS", + "drugstartdateformat": "102", + "drugstartdate": "20140402", + "activesubstance": { + "activesubstancename": "LANSOPRAZOLE" + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "INSULINA GLARGINE", + "drugstructuredosagenumb": "12", + "drugstructuredosageunit": "025", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "12 U", + "drugadministrationroute": "058", + "drugindication": "DIABETES MELLITUS", + "drugstartdateformat": "602", + "drugstartdate": "2010" + }, + { + "drugcharacterization": "2", + "medicinalproduct": "IDROCLOROTIAZ", + "drugstructuredosagenumb": "25", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "25 MG", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "HYPERTENSION" + }, + { + "drugcharacterization": "2", + "medicinalproduct": "IRBESARTAN.", + "drugstructuredosagenumb": "300", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "300 MG", + "drugdosageform": "TABLET", + "drugadministrationroute": "065", + "drugindication": "HYPERTENSION", + "activesubstance": { + "activesubstancename": "IRBESARTAN" + }, + "openfda": { + "application_number": [ + "ANDA202910", + "ANDA206194", + "NDA020757", + "ANDA079213", + "ANDA203071", + "ANDA203081", + "ANDA203020", + "ANDA204774", + "ANDA091236", + "ANDA201531", + "ANDA203534", + "ANDA202254", + "ANDA204740" + ], + "brand_name": [ + "IRBESARTAN", + "AVAPRO" + ], + "generic_name": [ + "IRBESARTAN" + ], + "manufacturer_name": [ + "Camber Pharmaceuticals, Inc.", + "Hisun Pharmaceuticals USA Inc.", + "Sanofi-Aventis U.S. LLC", + "Zydus Pharmaceuticals (USA) Inc.", + "Solco Healthcare U.S., LLC", + "Aurobindo Pharma Limited", + "Unichem Pharmaceuticals (USA), Inc.", + "Westminster Pharmaceuticals, LLC", + "Winthrop U.S.", + "Cadila Healthcare Limited", + "Alembic Pharmaceuticals Limited", + "Lupin Pharmaceuticals, Inc.", + "Jubilant Cadista Pharmaceuticals Inc.", + "Alembic Pharmaceuticals Inc.", + "Macleods Pharmaceuticals Limited", + "ScieGen Pharmaceuticals, Inc.", + "Amneal Pharmaceuticals LLC" + ], + "product_ndc": [ + "31722-729", + "31722-730", + "31722-731", + "42658-121", + "42658-122", + "42658-123", + "0024-5850", + "0024-5851", + "0024-5852", + "68382-299", + "68382-300", + "68382-301", + "43547-374", + "43547-375", + "43547-376", + "65862-637", + "65862-638", + "65862-639", + "29300-212", + "29300-213", + "29300-214", + "69367-119", + "69367-120", + "69367-121", + "0955-1040", + "0955-1041", + "0955-1042", + "70771-1159", + "70771-1160", + "70771-1161", + "46708-439", + "46708-440", + "46708-441", + "68180-410", + "68180-411", + "68180-412", + "59746-447", + "59746-448", + "59746-449", + "62332-041", + "62332-042", + "62332-043", + "33342-047", + "33342-048", + "33342-049", + "31722-160", + "31722-161", + "31722-162", + "50228-160", + "50228-161", + "50228-162", + "65162-284", + "65162-285", + "65162-286" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "IRBESARTAN" + ], + "rxcui": [ + "200094", + "200095", + "200096", + "153665", + "153666", + "153667" + ], + "spl_id": [ + "afbb61d8-a033-487e-a556-d6e85337bdba", + "8f6fa867-2c60-f6e0-e053-2a95a90ae14e", + "d5c4a4d9-c236-4c93-8c92-d5ed55c1802e", + "8bf2d630-5ecd-4374-93ae-6163e473aa4a", + "426a875f-896f-4f54-9f61-8a712f210a2b", + "f403d32a-969b-4dd5-a823-5ed50a768354", + "90745e26-f9ff-4cb7-9946-ef865b9a6fbe", + "4f0ce3cf-9eb2-40fe-8f3d-cf9228935c45", + "c6d38eb8-4b41-459d-9235-17a183af0b1f", + "96aa699e-e12d-4327-a51c-f9b38150d30d", + "d48fcb38-ba35-4e58-a7ab-bce14ea331c7", + "800afbb8-9b55-4220-abb8-2ddbe8c14724", + "2d741c0d-ad94-45cc-82a3-4e6c51aa5bc5", + "b1e04508-d04b-490a-9bf0-da8ad8e93b40", + "614cb5e5-d723-4d70-bd31-a35cdc0dff5e", + "0f3408b4-44be-4a92-a59f-9b5a9716bc9a", + "ba124fb5-fa8b-be15-e053-2a95a90ab560", + "b8bca498-66e7-4a88-b2d3-ca7952af90c9" + ], + "spl_set_id": [ + "33416f1e-adee-4a45-b6fe-1fc39044e307", + "61ab1b6e-c849-49ca-a3f0-150774db649d", + "7885b2a8-be4e-48ab-8113-4e6ab791eb98", + "f0928804-040e-400b-ace6-cfe432cec547", + "6916c617-92d2-44f5-b968-6267517a2ce6", + "2113a901-2612-4557-b86d-3afc006fb8bb", + "fdf196d5-e933-49de-9c4c-bde50149c7d4", + "2a7cc4e3-bf9e-6d21-e054-00144ff8d46c", + "8c5a4a2a-234e-4702-9ba0-844ea86ec8b9", + "78881d04-6455-4539-b613-791855c99052", + "0898f423-0aa9-409c-8d4e-1349b59141d1", + "a7c093c2-3eef-4956-8a14-c36aada0304f", + "068224c4-a34d-32d7-bb2a-7eed44ccf7d3", + "83f5d5c8-27c0-4208-a291-0c4aa55a1ff5", + "e8635a1c-ae06-4e23-99f7-e704f91d6f43", + "0f3408b4-44be-4a92-a59f-9b5a9716bc9a", + "ddca7d7c-07fe-4df6-83ae-a9c05048b66e", + "8c9bb449-6341-4f24-9d38-6ca952e07122" + ], + "package_ndc": [ + "31722-729-30", + "31722-729-90", + "31722-729-05", + "31722-729-31", + "31722-730-30", + "31722-730-90", + "31722-730-05", + "31722-730-31", + "31722-731-30", + "31722-731-90", + "31722-731-05", + "31722-731-31", + "42658-121-01", + "42658-121-04", + "42658-122-01", + "42658-122-04", + "42658-122-07", + "42658-123-01", + "42658-123-04", + "42658-123-07", + "0024-5850-30", + "0024-5850-90", + "0024-5851-30", + "0024-5851-90", + "0024-5852-30", + "0024-5852-90", + "68382-299-06", + "68382-299-16", + "68382-299-05", + "68382-299-10", + "68382-299-30", + "68382-299-77", + "68382-300-06", + "68382-300-16", + "68382-300-05", + "68382-300-10", + "68382-300-30", + "68382-300-77", + "68382-301-06", + "68382-301-16", + "68382-301-05", + "68382-301-10", + "68382-301-30", + "68382-301-77", + "43547-374-03", + "43547-374-09", + "43547-374-50", + "43547-375-03", + "43547-375-09", + "43547-375-50", + "43547-376-03", + "43547-376-09", + "43547-376-50", + "65862-637-30", + "65862-637-90", + "65862-637-05", + "65862-637-10", + "65862-637-78", + "65862-638-30", + "65862-638-90", + "65862-638-05", + "65862-638-10", + "65862-638-78", + "65862-639-30", + "65862-639-90", + "65862-639-05", + "65862-639-10", + "65862-639-78", + "29300-212-13", + "29300-212-19", + "29300-212-05", + "29300-213-13", + "29300-213-19", + "29300-213-05", + "29300-214-13", + "29300-214-19", + "29300-214-05", + "69367-119-01", + "69367-119-03", + "69367-120-01", + "69367-120-03", + "69367-121-01", + "69367-121-03", + "0955-1040-90", + "0955-1041-90", + "0955-1042-90", + "70771-1159-3", + "70771-1159-9", + "70771-1159-5", + "70771-1159-0", + "70771-1159-2", + "70771-1159-4", + "70771-1160-3", + "70771-1160-9", + "70771-1160-5", + "70771-1160-0", + "70771-1160-2", + "70771-1160-4", + "70771-1161-3", + "70771-1161-9", + "70771-1161-5", + "70771-1161-0", + "70771-1161-2", + "70771-1161-4", + "46708-439-30", + "46708-439-90", + "46708-439-31", + "46708-439-71", + "46708-439-91", + "46708-440-30", + "46708-440-90", + "46708-440-31", + "46708-440-71", + "46708-440-91", + "46708-441-30", + "46708-441-90", + "46708-441-31", + "46708-441-71", + "46708-441-91", + "68180-410-06", + "68180-410-09", + "68180-411-06", + "68180-411-02", + "68180-411-09", + "68180-412-06", + "68180-412-02", + "68180-412-09", + "59746-447-30", + "59746-447-90", + "59746-447-05", + "59746-448-30", + "59746-448-90", + "59746-448-05", + "59746-449-30", + "59746-449-90", + "59746-449-05", + "62332-041-30", + "62332-041-90", + "62332-041-31", + "62332-041-71", + "62332-041-91", + "62332-042-30", + "62332-042-90", + "62332-042-31", + "62332-042-71", + "62332-042-91", + "62332-043-30", + "62332-043-90", + "62332-043-31", + "62332-043-71", + "62332-043-91", + "33342-047-07", + "33342-047-15", + "33342-047-12", + "33342-047-10", + "33342-047-68", + "33342-048-07", + "33342-048-15", + "33342-048-12", + "33342-048-10", + "33342-048-65", + "33342-049-07", + "33342-049-15", + "33342-049-39", + "33342-049-10", + "33342-049-76", + "31722-160-05", + "31722-161-10", + "31722-162-05", + "50228-160-30", + "50228-160-05", + "50228-161-30", + "50228-161-10", + "50228-162-30", + "50228-162-05", + "65162-284-03", + "65162-284-09", + "65162-284-50", + "65162-285-03", + "65162-285-09", + "65162-285-50", + "65162-285-11", + "65162-286-03", + "65162-286-09", + "65162-286-50", + "65162-286-11" + ], + "nui": [ + "N0000000070", + "N0000175561" + ], + "pharm_class_moa": [ + "Angiotensin 2 Receptor Antagonists [MoA]" + ], + "pharm_class_epc": [ + "Angiotensin 2 Receptor Blocker [EPC]" + ], + "unii": [ + "J0E2756Z7N" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "POTASSIUM CHLORIDE.", + "drugstructuredosagenumb": "600", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "600 MG", + "drugdosageform": "TABLET", + "drugadministrationroute": "065", + "drugindication": "FLUID REPLACEMENT", + "drugstartdateformat": "102", + "drugstartdate": "20140329", + "activesubstance": { + "activesubstancename": "POTASSIUM CHLORIDE" + }, + "openfda": { + "brand_name": [ + "KALI MURIATICUM", + "POTASSIUM CHLORIDE", + "SORE THROAT 911", + "KLOR-CON M", + "POTASSIUM CHLORIDE EXTENDED RELEASE", + "KLOR-CON", + "POTASSIUM CHLORIDE EXTENDED-RELEASE", + "POTASSIUM CHLORIDE FOR ORAL SOLUTION", + "KALIUM MURIATICUM 6X", + "KLOR-CON SPRINKLE", + "KALI MURIATICUM KIT REFILL", + "K-TAB" + ], + "generic_name": [ + "POTASSIUM CHLORIDE", + "POTASSIUM CHLORIDE EXTENDED-RELEASE", + "POTASSIUM CHLORIDE, DEXTROSE MONOHYDRATE" + ], + "manufacturer_name": [ + "Hyland's", + "Camber Pharmaceuticals, Inc.", + "Epic Pharma, LLC", + "DelCorean, LLC", + "Actavis Pharma, Inc.", + "Solco Healthcare LLC", + "Seroyal USA", + "Lupin Pharmaceuticals,Inc.", + "Washington Homeopathic Products", + "Zydus Pharmaceuticals USA Inc", + "Hospira, Inc.", + "Northstar Rx LLC", + "Paddock Laboratories, LLC.", + "Sandoz Inc.", + "BluePoint Laboratories", + "Apotex Corp", + "Boiron", + "Granules Pharmaceuticals Inc.", + "Pharmaceutical Associates, Inc.", + "Genus Lifesciences Inc.", + "Ascent Pharmaceuticals, Inc.", + "Fresenius Kabi USA, LLC", + "Bora Pharmaceutical Laboratories Inc.", + "Aurobindo Pharma Limited", + "Sun Pharmaceutical Industries, Inc.", + "Amneal Pharmaceuticals NY LLC", + "Adare Pharmaceuticals Inc", + "XLCare Pharmaceuticals, Inc.", + "Paddock Laboratories, LLC", + "Baxter Healthcare Corporation", + "Sandoz Inc", + "Zydus Pharmaceuticals (USA) Inc.", + "Upsher-SmithLaboratories, LLC", + "Slate Run Pharmaceuticals, LLC", + "Upsher-Smith Laboratories, LLC", + "B. Braun Medical Inc.", + "Lupin Pharmaceuticals, Inc.", + "Virtus Pharmaceuticals", + "Novel Laboratories, Inc.", + "Strides Pharma Science Limited", + "Amneal Pharmaceuticals of New York LLC", + "MICRO LABS LIMITED", + "Vitruvias Therapeutics", + "Centaur Pharmaceuticals Private Limited", + "Glenmark Pharmaceuticals Inc., USA", + "Mylan Pharmaceuticals Inc.", + "Par Pharmaceutical", + "Virtus Pharmaceuticals, LLC", + "Granules Pharmaceuticals Inc", + "AbbVie Inc.", + "ICU Medical Inc.", + "Nexus Pharamaceuticals Inc." + ], + "product_ndc": [ + "54973-5224", + "31722-133", + "31722-134", + "31722-135", + "42806-094", + "35484-204", + "62037-559", + "62037-560", + "43547-549", + "43547-551", + "43547-550", + "62106-5098", + "43386-168", + "43386-169", + "68428-454", + "68382-320", + "68382-600", + "68382-398", + "68382-776", + "0409-6635", + "0409-6651", + "0409-6653", + "0409-6636", + "16714-824", + "0574-0181", + "0574-0180", + "66758-170", + "66758-180", + "66758-190", + "68001-235", + "68001-303", + "62037-999", + "60505-6184", + "60505-6185", + "0220-2952", + "70010-021", + "70010-022", + "66758-110", + "66758-160", + "0121-0841", + "0121-1680", + "0121-2520", + "0220-2891", + "64950-321", + "43602-283", + "43602-284", + "43602-285", + "70010-072", + "70010-073", + "65219-004", + "65219-012", + "65219-006", + "65219-008", + "65219-010", + "43826-025", + "43826-026", + "65862-986", + "65862-987", + "63323-667", + "63323-669", + "0220-2956", + "63304-078", + "63304-090", + "69238-1065", + "69238-1067", + "69238-1069", + "0781-1516", + "0781-1526", + "59917-102", + "59917-103", + "72865-194", + "72865-195", + "72865-196", + "69238-1617", + "0574-0274", + "0574-0275", + "0338-0703", + "0338-0705", + "0338-0709", + "0781-5710", + "0781-5720", + "0220-2951", + "68382-853", + "68382-854", + "0832-5324", + "0832-5325", + "68382-701", + "68382-702", + "70436-001", + "70436-002", + "0245-5315", + "0245-5316", + "0264-1940", + "43386-194", + "68180-798", + "68180-799", + "69543-379", + "40032-194", + "64380-860", + "64380-861", + "0245-5317", + "0245-5318", + "0245-5319", + "68001-367", + "68001-445", + "53746-542", + "0220-2957", + "0220-2958", + "40032-168", + "40032-169", + "60219-1065", + "60219-1067", + "60219-1069", + "62106-1054", + "68001-259", + "42571-357", + "42571-358", + "40032-915", + "40032-917", + "70436-152", + "70436-153", + "43386-915", + "43386-917", + "0220-2954", + "71919-384", + "0245-5320", + "0245-5321", + "40032-912", + "40032-913", + "43547-552", + "43547-553", + "69238-1458", + "69238-1459", + "0245-0360", + "64950-320", + "64950-322", + "69680-133", + "69680-134", + "40032-910", + "40032-911", + "0220-2953", + "0220-2959", + "64330-613", + "64330-615", + "54973-3105", + "0220-2955", + "68462-357", + "0832-5322", + "0832-5323", + "68462-471", + "68462-472", + "63304-076", + "0378-4560", + "0378-4561", + "68428-148", + "59651-429", + "59651-430", + "59651-431", + "0603-1554", + "69543-451", + "70010-147", + "70010-148", + "62037-710", + "0603-1542", + "0603-1543", + "0074-3023", + "0074-3278", + "0074-3058", + "0074-7804", + "68001-396", + "0990-7074", + "0990-7075", + "0990-7077", + "63323-965", + "63323-967", + "14789-107", + "14789-108", + "14789-109" + ], + "product_type": [ + "HUMAN OTC DRUG", + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL", + "TOPICAL", + "INTRAVENOUS", + "PARENTERAL", + "SUBLINGUAL" + ], + "substance_name": [ + "POTASSIUM CHLORIDE", + "POTASSIUM CATION", + "DEXTROSE MONOHYDRATE" + ], + "spl_id": [ + "603fa445-ab7d-3929-e053-2a91aa0afb47", + "110983ea-c853-490e-b3d5-911b177c2b32", + "ebba6cd5-8452-4765-a1d2-008061b2f1e6", + "9ff8ff03-5922-cb3c-e053-2a95a90a094b", + "084d734c-1806-47a0-a902-834ec5ab6cd3", + "f704b746-ab75-4484-8704-5baa94a07750", + "9a67a0bb-6937-2f5f-e053-2a95a90aac6e", + "b48fb85d-87f5-0c70-e053-2a95a90a7011", + "75cda416-8654-aae2-e053-2991aa0a7340", + "fbd26bd5-cea1-1215-2b8a-2bde788958c6", + "8e288292-5195-4d17-b7b2-c9adb12f666d", + "dded25a9-3df4-463a-8685-d2bc03ea4edb", + "0c1b748f-07f7-4784-936e-26888c2864f3", + "4d6dcaa7-b884-4420-9788-f0e16e520eae", + "c6eb789f-f47d-630f-e053-2a95a90aeb91", + "cd6900a5-c9fd-46e1-83bf-2f9d54937fd1", + "b90d9883-86d8-48e1-acae-63612b940198", + "51e271f8-f047-1c3e-e414-1d5cb54d2470", + "860887e7-7eb0-78c2-e053-2991aa0a9a75", + "b566a37f-e97d-87d5-e053-2a95a90a0474", + "b6795c1c-762b-4589-a49c-cc2d6854ba65", + "ba71a77e-ef1b-6100-e053-2995a90a8a0b", + "8747ab73-3904-0828-e053-2a95a90a99cd", + "015c512b-8162-47af-9181-69065eef98fa", + "ddde8a6a-992e-4bc4-9fc6-da9dfc08e092", + "ba5432c2-ce37-1c0d-e053-2995a90aabab", + "a889bdf8-6317-4c0d-8079-ac62a116bef3", + "ac03f3ed-9aeb-08d3-e053-2995a90adee3", + "43cc6b36-fcf7-4e43-b66a-00eecc48d0a7", + "3357d0fc-b646-4150-a5e5-b829f5e05c23", + "8608f3dd-31c0-0182-e053-2991aa0a1030", + "4d90d03d-7f0e-4d49-9e80-628dbc7165c0", + "23291a77-f25b-4a68-a023-9960cf2568a9", + "84e465bb-a14a-4c64-af6f-f7de9689fc1f", + "932f973f-f6d9-ea3a-e053-2a95a90a6af7", + "bc6bc1cc-ae88-4f70-8dd1-332fe63754b9", + "4a94f4a2-24c6-4f6d-9a3d-73eddc700d4d", + "2b834f09-615c-4a94-8f43-640137044803", + "4680b223-6eb1-4108-9ca8-e3a523716040", + "348185ea-4868-4e07-8e2a-a457bb38bb40", + "86086aab-c412-7cf2-e053-2991aa0a81bd", + "37302db1-d7cc-4b79-8b3e-f14d40342ef4", + "29ff7115-326d-41be-bab0-fd8262ffd9ae", + "6a856497-029a-4ce6-8917-2501e5ec48a1", + "c3ece4c1-2ef2-eda7-e053-2995a90a9d04", + "0907ea1c-82f3-4ba8-9d1b-3f4fa104d7a2", + "54c59e40-4c0b-411d-8e40-ec45ce4a7013", + "44a9f91b-6278-4ae2-bcdd-fee8ce50e9da", + "d0103c51-e292-41fc-9554-c84c9a62bead", + "fe0079fd-f9b5-4c66-89c2-f742db92ea63", + "2464d5be-aa5e-4a28-8f7d-032a28132d8d", + "853af0b0-dc2a-46ce-9ca2-89dc07cae63d", + "a069987e-0e79-4a49-859a-737d8dade617", + "83d51a49-303a-40a3-ba48-43c45dc865cb", + "c6aa76db-ef2b-46a8-ad30-b72db31b4a19", + "86090ebb-0fb3-2c9c-e053-2a91aa0a0561", + "86099779-8dbe-a9eb-e053-2991aa0ab7a7", + "69533b48-eb7a-4cca-b672-95b570bfd950", + "e81d478a-5c6e-4703-90a2-6a6df8c5f253", + "9a12c8b0-08a1-6aa2-e053-2995a90af83e", + "017b53b1-86e5-49ec-ab12-b15ff0c5c705", + "7c4c4573-c0d8-4c92-8272-666e7a49cd25", + "1f2efdb4-0bce-41ab-beff-c9b682f93c84", + "c3ee404a-c94e-5943-e053-2a95a90a6c84", + "5dc49f2a-1ad4-40d2-a648-8a9962a2c7bf", + "8608a8de-8134-1d4b-e053-2991aa0a907a", + "7e555ba3-c706-0808-e053-2991aa0a0b25", + "53c08b4a-f00e-4c9c-a00b-21b87166fac5", + "40a8f62d-ea9b-4c51-a521-69362d46aa71", + "52d91d76-8c7f-40f1-9f5c-e05962cabedd", + "f5cd94be-a73d-43ea-b1b1-43fab29925e0", + "d9472735-27e8-4597-92f4-0b9afaaaa0a4", + "cb36c0c7-0f89-4241-a5d3-a3895d29ae14", + "c5f69d55-8a9e-4227-b3d6-728df4cd0eb2", + "4b78ca83-1687-4d09-b328-f62e12abeca8", + "8608a379-c3b8-3053-e053-2a91aa0a2e65", + "86093c75-6de1-bb16-e053-2991aa0ab6ef", + "632e62a6-0e8b-4bc3-a0d0-a2b8918c0653", + "603f2137-98b6-9f24-e053-2a91aa0a90aa", + "8608d5a3-93e7-e8e2-e053-2a91aa0aaedc", + "6425f185-c609-4ed1-8f66-4f4f26614bad", + "b2c2fbf1-41c2-44c5-825f-1499cba4411d", + "2682038c-b8f9-4277-b742-c71e423b0e76", + "75c8bf9e-c2cc-4540-ade4-ed055eb948d8", + "975ccdcc-b4a6-40ef-8668-27989498db7f", + "998fa9bd-d7c3-8320-e053-2995a90a345f", + "d1038d80-ef7d-456a-9f47-0c5df1ca8811", + "93f33512-04a6-4ec9-b8e6-eed49d7b6af8", + "b43b84ea-babd-477b-b69b-811657bc1503", + "c1f48521-da6d-5145-e053-2a95a90a1393", + "4302f6fa-b620-4ca4-8010-440dcd382985", + "7cf9c3e6-66c5-4a4c-aa11-83b2d317fc9e", + "269b29d0-1d90-1622-ef7d-d54f7bd47409", + "431ff2ef-567c-4b60-af43-f4da61febaad", + "7402e3b3-c5a5-468b-851c-e29d836b0d0e", + "5c122e64-12d9-4a48-9e49-22d33d6d4229", + "5e2787f2-7f16-4f10-b171-b58005677805" + ], + "spl_set_id": [ + "2e8a4762-d28d-4b64-892f-913e04d18d2d", + "b1e827aa-b2fb-4fa5-984d-ddd94338ff53", + "1373321f-533a-4ab4-8bcd-8bde15371a09", + "9ff8ff03-5921-cb3c-e053-2a95a90a094b", + "ed5baaf6-270b-4dd3-b100-36030c0098fc", + "f704b746-ab75-4484-8704-5baa94a07750", + "7b495559-50f6-1c23-e053-2991aa0af536", + "28c49165-d8c9-443a-b000-953b8e1ec55c", + "5346fc83-dfc5-4217-b176-08f2c45fb4ec", + "8d140d5e-a5d7-5302-3572-e606dd247410", + "559a0a8c-a8fe-40a5-b196-21f9308780ab", + "dded25a9-3df4-463a-8685-d2bc03ea4edb", + "d5163535-ae09-4efb-97ef-532789cd7540", + "1f2b8ec8-6c1a-41ed-b782-f1e2189c8a46", + "380800ac-8cce-44fe-96aa-e8d4f872d2f3", + "cd6900a5-c9fd-46e1-83bf-2f9d54937fd1", + "21f23d9c-6b09-4970-9e2b-1325654b250b", + "18ab4157-e99a-bff3-9ef8-9bb5c32ca36b", + "860887e7-7eaf-78c2-e053-2991aa0a9a75", + "9f8d2886-9ecd-4cbf-a84a-2d221cb3497c", + "466170e9-e158-4ccd-b7a3-53dc8c3cd749", + "c13b96ff-0a31-4e29-bbee-728216d3c5ff", + "caaad470-7be1-11e6-b409-424c58303031", + "23d818e7-c076-40de-8dc1-0b51ba4be96a", + "c47c0704-26f1-41ba-8af6-50250686d612", + "302b3fa7-ea87-4bf1-aae0-6a2d7459de86", + "3849b89c-c309-46fb-a1e2-53ff0c65077f", + "a82a2cee-9c6e-6a3a-e053-2a95a90a74f3", + "d43beabe-b801-4319-ad36-9a80856b94bd", + "55d9ae37-4553-47e7-a2e3-86b48b5227cd", + "8608f3dd-31bf-0182-e053-2991aa0a1030", + "4d90d03d-7f0e-4d49-9e80-628dbc7165c0", + "a0bed01f-cf33-4a2f-b9ae-1cbb2f85665f", + "19ae37c6-1eaf-4164-8853-a5f32338e240", + "22edb0e6-4e45-4e91-aead-3581cca293a0", + "7fd82f08-8ad0-4ee2-8eb6-5c973f98baee", + "ef081d58-f106-4c1b-82a9-01d396d40632", + "ef2f9647-00b5-439c-9ec6-2cbfe6bf3f3d", + "092ddee4-572d-4771-8d95-880cea01097e", + "8590a643-1b4b-4659-9e35-e5661d7ac45e", + "86086aab-c411-7cf2-e053-2991aa0a81bd", + "51586c47-1aff-4ce6-8030-89f9eb1bc9ac", + "ad584ce4-a64d-4851-80e9-0eeedc0b9d06", + "be92d952-f8e1-4930-978a-9d1765de6a27", + "0cc57ece-f15a-4160-a5ea-8d6fa9f9e754", + "1ff53330-065c-4213-9c0c-ac498621d09d", + "fbced30a-925d-4fc8-8db6-d54489e3752d", + "1bbacdbb-91fa-4897-a00c-1b293de27b83", + "1f33bcfe-c28a-4800-9241-685d974a5d91", + "6b03df7d-a50b-4029-8141-bbd26d5ec071", + "ce4d4d39-8551-4789-8347-af763635922c", + "0224e5b3-3c49-4e6e-aa78-1abcc6969246", + "b89910f6-4ff5-4a62-8269-696f7c10e4f6", + "c75665fb-0a99-4766-84a4-254987db6908", + "cd56e147-92d6-46ce-ae00-63fac08d49b5", + "86090ebb-0fb2-2c9c-e053-2a91aa0a0561", + "86099779-8dbd-a9eb-e053-2991aa0ab7a7", + "d0f24788-3a28-470c-acf4-2bc5397ae3be", + "0cac9b39-73ca-403e-a870-f5cf80f1f165", + "22c95b6a-dd5d-476e-e054-00144ff8d46c", + "41d3a491-6e74-4e4a-a783-e24a7ead03d7", + "8c4bc063-4d04-48f0-8e62-0252a69673d0", + "eb82527d-88e5-4599-a81a-b3d3144eea19", + "94ae03cc-b620-0dbb-e053-2a95a90a922c", + "fe08221d-74d5-490a-8db4-eaf3ed20b289", + "8608a8de-8133-1d4b-e053-2991aa0a907a", + "c381f573-c9be-47d2-825c-4bb2921b1600", + "dd21287c-001f-42ec-a2de-01fefe5cc5aa", + "1562b0a4-d87a-4245-9219-587b38b16c8d", + "52d91d76-8c7f-40f1-9f5c-e05962cabedd", + "590dd25c-c4cb-489a-a09b-eccbf1d37c1f", + "e61a4522-b91d-400a-952c-6f035e4610dd", + "14cd12ee-a4a3-465a-9550-58c9ef0e4f21", + "2391d8fc-d9e0-4efe-9502-2ef0816dfad2", + "5bc4e170-9088-46ba-ade4-05b6027da6c4", + "8608a379-c3b7-3053-e053-2a91aa0a2e65", + "86093c75-6de0-bb16-e053-2991aa0ab6ef", + "8aeea3d0-d0b0-4db7-a649-dd935837921f", + "69e59185-862b-476d-8347-e908aac7fe77", + "8608d5a3-93e6-e8e2-e053-2a91aa0aaedc", + "5b054142-7372-4641-be27-dca630a97ad9", + "616f0de7-8843-44a1-8fa6-274d889286aa", + "63bedd99-0596-49d2-ad04-d1d8ac15cc42", + "8ed8ea55-8b15-f718-e053-2a95a90a587a", + "c64ed4c0-1e27-42b3-9625-fb4e0d31e271", + "f6536772-3d63-424d-a07f-bc4706e8617b", + "deb6b462-397f-4527-ae26-40dc5d5857bc", + "a64d7151-09a6-474c-83fc-36c7cf582d32", + "b43b84ea-babd-477b-b69b-811657bc1503", + "c1f4832d-4d5c-8c49-e053-2a95a90ac9fe", + "db002ae3-f54c-40a4-9cb4-e5681bf426e3", + "e5214432-3517-4a90-9412-036752bd1139", + "6594df99-d8ce-49b9-3fbe-9ec7cdc9199b", + "431ff2ef-567c-4b60-af43-f4da61febaad", + "eb56a807-ea94-4edb-9811-a04b19568468", + "fcd4f458-ce27-417e-9bb6-de1cc49d44b9", + "765ef38c-df36-46d1-9062-61e30ff46a86" + ], + "package_ndc": [ + "54973-5224-1", + "54973-5224-2", + "31722-133-01", + "31722-133-05", + "31722-134-01", + "31722-135-01", + "31722-135-05", + "42806-094-99", + "42806-094-30", + "42806-094-01", + "35484-204-21", + "62037-559-01", + "62037-559-05", + "62037-560-01", + "62037-560-05", + "62037-560-10", + "62037-560-90", + "43547-549-10", + "43547-549-50", + "43547-551-10", + "43547-550-10", + "43547-550-50", + "43547-550-11", + "62106-5098-4", + "43386-168-01", + "43386-169-01", + "68428-454-03", + "68428-454-05", + "68428-454-11", + "68428-454-12", + "68428-454-06", + "68382-600-01", + "68382-600-10", + "68382-398-01", + "68382-398-05", + "68382-776-01", + "68382-776-10", + "68382-320-01", + "68382-320-10", + "0409-6635-18", + "0409-6635-01", + "0409-6651-19", + "0409-6651-06", + "0409-6653-18", + "0409-6653-05", + "0409-6636-18", + "0409-6636-01", + "16714-824-01", + "16714-824-02", + "0574-0180-01", + "0574-0181-01", + "0574-0181-05", + "0574-0181-90", + "66758-170-06", + "66758-170-13", + "66758-170-92", + "66758-170-01", + "66758-170-10", + "66758-180-06", + "66758-180-13", + "66758-180-01", + "66758-180-10", + "66758-190-06", + "66758-190-13", + "66758-190-92", + "66758-190-01", + "66758-190-05", + "66758-190-10", + "68001-235-00", + "68001-235-03", + "68001-235-08", + "68001-303-00", + "62037-999-01", + "62037-999-05", + "62037-999-10", + "62037-999-90", + "60505-6184-6", + "60505-6185-6", + "0220-2952-41", + "70010-021-01", + "70010-021-05", + "70010-021-10", + "70010-022-01", + "70010-022-05", + "70010-022-10", + "66758-110-06", + "66758-110-13", + "66758-110-01", + "66758-110-05", + "66758-160-06", + "66758-160-13", + "66758-160-01", + "66758-160-05", + "0121-1680-15", + "0121-1680-80", + "0121-1680-30", + "0121-1680-50", + "0121-1680-16", + "0121-1680-00", + "0121-2520-30", + "0121-2520-00", + "0121-2520-40", + "0121-0841-15", + "0220-2891-41", + "64950-321-20", + "64950-321-30", + "64950-321-01", + "43602-283-30", + "43602-283-05", + "43602-284-30", + "43602-284-05", + "43602-285-30", + "43602-285-05", + "70010-072-44", + "70010-073-44", + "65219-012-00", + "65219-012-01", + "65219-004-00", + "65219-004-01", + "65219-006-00", + "65219-006-01", + "65219-008-50", + "65219-008-51", + "65219-010-00", + "65219-010-01", + "43826-025-01", + "43826-025-07", + "43826-026-01", + "43826-026-02", + "65862-986-01", + "65862-986-05", + "65862-986-04", + "65862-986-80", + "65862-986-06", + "65862-986-12", + "65862-987-01", + "65862-987-99", + "65862-987-04", + "65862-987-80", + "65862-987-06", + "65862-987-12", + "63323-667-01", + "63323-667-10", + "63323-669-01", + "63323-669-10", + "0220-2956-41", + "63304-078-01", + "63304-090-01", + "63304-090-05", + "69238-1065-1", + "69238-1065-7", + "69238-1067-1", + "69238-1069-1", + "69238-1069-5", + "0781-1516-01", + "0781-1516-05", + "0781-1516-10", + "0781-1526-01", + "0781-1526-05", + "0781-1526-10", + "59917-102-01", + "59917-102-05", + "59917-102-10", + "59917-103-01", + "59917-103-05", + "59917-103-10", + "72865-194-01", + "72865-194-05", + "72865-195-01", + "72865-195-05", + "72865-196-01", + "72865-196-05", + "69238-1617-1", + "69238-1617-3", + "69238-1617-8", + "0574-0274-01", + "0574-0274-05", + "0574-0275-01", + "0574-0275-05", + "0574-0275-11", + "0338-0703-41", + "0338-0703-48", + "0338-0705-41", + "0338-0705-48", + "0338-0709-48", + "0781-5710-01", + "0781-5710-10", + "0781-5720-01", + "0781-5720-05", + "0781-5720-10", + "0220-2951-41", + "68382-853-01", + "68382-853-05", + "68382-853-10", + "68382-853-30", + "68382-853-77", + "68382-854-01", + "68382-854-05", + "68382-854-10", + "68382-854-30", + "68382-854-77", + "0832-5324-11", + "0832-5324-10", + "0832-5325-11", + "0832-5325-15", + "0832-5325-10", + "68382-702-01", + "68382-702-05", + "68382-701-01", + "68382-701-05", + "70436-002-01", + "70436-002-02", + "70436-002-03", + "70436-001-01", + "70436-001-02", + "70436-001-03", + "0245-5315-11", + "0245-5315-15", + "0245-5315-89", + "0245-5315-01", + "0245-5316-11", + "0245-5316-15", + "0245-5316-89", + "0245-5316-01", + "0264-1940-20", + "43386-194-90", + "43386-194-30", + "43386-194-31", + "68180-799-01", + "68180-799-02", + "68180-799-03", + "68180-798-01", + "68180-798-02", + "69543-379-01", + "69543-379-30", + "69543-379-10", + "40032-194-90", + "40032-194-30", + "40032-194-31", + "64380-860-06", + "64380-860-07", + "64380-860-08", + "64380-861-06", + "64380-861-07", + "64380-861-08", + "0245-5317-89", + "0245-5317-01", + "0245-5317-90", + "0245-5317-11", + "0245-5317-10", + "0245-5318-89", + "0245-5318-01", + "0245-5318-11", + "0245-5319-89", + "0245-5319-01", + "0245-5319-90", + "0245-5319-11", + "0245-5319-15", + "0245-5319-10", + "68001-367-00", + "68001-367-03", + "68001-445-00", + "68001-445-03", + "53746-542-01", + "53746-542-05", + "53746-542-10", + "0220-2957-41", + "0220-2958-41", + "40032-168-01", + "40032-169-01", + "60219-1065-1", + "60219-1065-7", + "60219-1067-1", + "60219-1069-1", + "60219-1069-5", + "62106-1054-2", + "68001-259-00", + "68001-259-03", + "68001-259-08", + "42571-357-07", + "42571-358-07", + "40032-915-01", + "40032-915-05", + "40032-915-10", + "40032-915-09", + "40032-917-09", + "40032-917-01", + "40032-917-04", + "40032-917-10", + "70436-152-01", + "70436-152-03", + "70436-153-01", + "70436-153-02", + "43386-915-09", + "43386-915-01", + "43386-915-05", + "43386-915-10", + "43386-917-01", + "43386-917-04", + "43386-917-09", + "43386-917-05", + "43386-917-10", + "0220-2954-41", + "71919-384-07", + "71919-384-08", + "71919-384-09", + "71919-384-10", + "0245-5320-11", + "0245-5320-15", + "0245-5321-11", + "0245-5321-15", + "40032-912-01", + "40032-912-05", + "40032-912-11", + "40032-913-01", + "40032-913-05", + "43547-552-10", + "43547-553-10", + "43547-553-50", + "69238-1459-2", + "69238-1458-2", + "0245-0360-89", + "0245-0360-30", + "0245-0360-01", + "64950-320-47", + "64950-320-99", + "64950-322-47", + "69680-133-00", + "69680-133-93", + "69680-133-92", + "69680-134-00", + "69680-134-92", + "40032-910-01", + "40032-910-05", + "40032-911-09", + "40032-911-05", + "0220-2953-41", + "0220-2959-41", + "64330-613-01", + "64330-615-01", + "54973-3105-1", + "54973-3105-2", + "0220-2955-41", + "68462-357-90", + "68462-357-01", + "68462-357-05", + "0832-5322-11", + "0832-5322-10", + "0832-5323-11", + "0832-5323-10", + "68462-471-01", + "68462-471-05", + "68462-472-01", + "68462-472-05", + "63304-076-01", + "63304-076-05", + "63304-076-10", + "0378-4560-77", + "0378-4560-05", + "0378-4561-77", + "0378-4561-05", + "68428-148-01", + "59651-429-90", + "59651-429-01", + "59651-429-99", + "59651-430-01", + "59651-430-99", + "59651-431-90", + "59651-431-01", + "59651-431-05", + "0603-1554-10", + "0603-1554-16", + "0603-1554-04", + "69543-451-01", + "69543-451-30", + "69543-451-10", + "70010-147-01", + "70010-148-01", + "70010-148-05", + "62037-710-01", + "0603-1542-58", + "0603-1543-58", + "0074-3278-13", + "0074-3278-19", + "0074-3023-13", + "0074-3023-53", + "0074-3058-41", + "0074-3058-46", + "0074-7804-13", + "0074-7804-19", + "68001-396-00", + "68001-396-03", + "0990-7074-26", + "0990-7075-14", + "0990-7075-26", + "0990-7077-14", + "0990-7077-26", + "63323-965-01", + "63323-965-05", + "63323-965-03", + "63323-965-10", + "63323-965-02", + "63323-965-20", + "63323-967-01", + "63323-967-30", + "14789-107-08", + "14789-107-05", + "14789-107-16", + "14789-107-10", + "14789-108-08", + "14789-108-05", + "14789-108-16", + "14789-108-10", + "14789-109-16", + "14789-109-10" + ], + "unii": [ + "660YQ98I10", + "295O53K152", + "LX22YL083G" + ], + "application_number": [ + "ANDA214422", + "ANDA210200", + "ANDA077419", + "ANDA209922", + "ANDA209786", + "NDA018279", + "ANDA080205", + "ANDA202868", + "ANDA200185", + "ANDA074726", + "ANDA076368", + "ANDA075604", + "ANDA211067", + "ANDA211797", + "NDA019123", + "ANDA210766", + "NDA208019", + "ANDA213392", + "ANDA211087", + "ANDA209688", + "ANDA210921", + "ANDA212346", + "ANDA208864", + "ANDA212861", + "ANDA210902", + "ANDA205993", + "NDA019904", + "ANDA208445", + "NDA018238", + "ANDA209314", + "ANDA085870", + "ANDA210241", + "ANDA203002", + "ANDA210733", + "ANDA203562", + "ANDA202128", + "ANDA211648", + "ANDA206347", + "ANDA212561", + "ANDA203106", + "ANDA206759", + "ANDA209026", + "ANDA210041", + "ANDA209662", + "NDA206814", + "ANDA204828", + "ANDA213588", + "ANDA204662", + "ANDA214728", + "ANDA214686", + "NDA020161", + "ANDA088901", + "ANDA088908", + "ANDA214727" + ], + "rxcui": [ + "403888", + "1801294", + "1801298", + "1867544", + "312504", + "315183", + "312515", + "314182", + "198116", + "312529", + "628953", + "1860132", + "1860135", + "1860136", + "1860139", + "832731", + "1801295", + "1801299", + "628958", + "832718", + "309783", + "312507", + "1860239", + "1860241", + "1860463", + "1860466", + "204520", + "1658300", + "1658303", + "1867547", + "670031", + "1483340", + "1541594" + ], + "nui": [ + "M0026737", + "N0000175600", + "N0000175811", + "N0000009371", + "N0000009726", + "N0000010288" + ], + "pharm_class_cs": [ + "Potassium Compounds [CS]" + ], + "pharm_class_epc": [ + "Potassium Salt [EPC]", + "Osmotic Laxative [EPC]" + ], + "pharm_class_pe": [ + "Increased Large Intestinal Motility [PE]", + "Inhibition Large Intestine Fluid/Electrolyte Absorption [PE]" + ], + "pharm_class_moa": [ + "Osmotic Activity [MoA]" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "BIBW 2992", + "drugauthorizationnumb": "201292", + "drugstructuredosagenumb": "40", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "40 MG", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "NON-SMALL CELL LUNG CANCER METASTATIC", + "drugstartdateformat": "102", + "drugstartdate": "20140217", + "drugenddateformat": "102", + "drugenddate": "20140303", + "actiondrug": "2", + "activesubstance": { + "activesubstancename": "AFATINIB" + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "INSULINA GLULISINA", + "drugstructuredosagenumb": "22", + "drugstructuredosageunit": "025", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "22 U", + "drugadministrationroute": "058", + "drugindication": "DIABETES MELLITUS", + "drugstartdateformat": "602", + "drugstartdate": "2010" + }, + { + "drugcharacterization": "2", + "medicinalproduct": "PARACETAMOLO", + "drugstructuredosagenumb": "325", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "325 MG", + "drugdosageform": "TABLET", + "drugadministrationroute": "065", + "drugstartdateformat": "102", + "drugstartdate": "20140325", + "activesubstance": { + "activesubstancename": "ACETAMINOPHEN" + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "FUROSEMIDE.", + "drugstructuredosagenumb": "25", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "25 MG", + "drugdosageform": "TABLET", + "drugadministrationroute": "065", + "drugindication": "OEDEMA", + "drugstartdateformat": "102", + "drugstartdate": "20140401", + "drugenddateformat": "102", + "drugenddate": "20140402", + "activesubstance": { + "activesubstancename": "FUROSEMIDE" + }, + "openfda": { + "application_number": [ + "ANDA077293", + "ANDA207552", + "ANDA213902", + "NDA016273", + "ANDA070655", + "ANDA212174", + "NDA018823", + "ANDA070086", + "ANDA070434", + "ANDA070433", + "ANDA203428", + "ANDA070017", + "NDA018902", + "NDA018667", + "ANDA075241", + "ANDA202747", + "NDA018487", + "ANDA070082", + "ANDA076796", + "ANDA214766", + "ANDA077941" + ], + "brand_name": [ + "TOXYCOLOGY MEDICATED COLLECTION SYSTEM", + "FUROSEMIDE", + "LASIX", + "DIASCREEN 12-PANEL MEDICATED COLLECTION SYSTEM" + ], + "generic_name": [ + "FUROSEMIDE" + ], + "manufacturer_name": [ + "IT3 Medical LLC", + "Amneal Pharmaceuticals LLC", + "Gland Pharma Limited", + "Validus Pharmaceuticals LLC", + "Morton Grove Pharmaceuticals, Inc.", + "Sagent Pharmaceuticals", + "AuroMedics Pharma LLC", + "West-Ward Pharmaceuticals Corp.", + "Heritage Pharmaceuticals Inc. d/b/a Avet Pharmaceuticals Inc.", + "Accord Healthcare, Inc.", + "Leading Pharma, LLC", + "Fresenius Kabi USA, LLC", + "Hospira, Inc.", + "Baxter Healthcare Corporation", + "Mylan Pharmaceuticals Inc.", + "Solco Healthcare LLC", + "Athenex Pharmaceutical Division, LLC.", + "Wockhardt USA LLC." + ], + "product_ndc": [ + "70529-549", + "70121-1076", + "70121-1163", + "70121-1164", + "68083-432", + "68083-433", + "68083-434", + "30698-060", + "30698-067", + "30698-066", + "60432-613", + "25021-311", + "55150-322", + "55150-323", + "55150-324", + "0054-4299", + "0054-4297", + "0054-8297", + "0054-8299", + "0054-4301", + "0054-8301", + "0054-3298", + "0054-3294", + "23155-473", + "16729-500", + "16729-501", + "16729-502", + "69315-116", + "69315-117", + "69315-118", + "70529-062", + "63323-280", + "70529-061", + "0409-6102", + "0409-1639", + "0409-9631", + "36000-063", + "36000-064", + "36000-065", + "36000-282", + "36000-283", + "36000-284", + "0378-0208", + "0378-0216", + "0378-0232", + "70529-550", + "43547-401", + "43547-402", + "43547-403", + "70860-302", + "64679-759" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "rxcui": [ + "310429", + "1038558", + "1719286", + "1719290", + "1719291", + "197732", + "200801", + "200809", + "205732", + "313988", + "197730", + "197731", + "727574", + "727575" + ], + "spl_id": [ + "67969d0e-ce2a-4634-b46a-968c898b61ee", + "c22d0330-1b76-420a-a84b-8ea59f8733a7", + "e7bd6ac5-0b85-49a8-b4a3-131d95b1764a", + "95a46760-e587-41a3-9ff3-c8dd8505f694", + "4a8cf504-e890-4469-b4bd-a97379582dc1", + "77d7713e-0fc0-4483-9ba0-1827bdc08594", + "421aa6d5-623b-4dc2-abd5-bb9e7765bf37", + "62318707-08fa-4ecb-b988-84a10b8864e7", + "d315c0a2-7dfb-4128-9ee7-d82a0c20bd32", + "c1b819bd-b9bc-0cb1-e053-2a95a90a36dd", + "a3579ec3-2a4f-4baa-9568-2cb552de5c5f", + "0fbd3fec-89ab-4b16-a45e-0b3914db9783", + "94a2910a-1fdf-d5cd-e053-2a95a90afffb", + "c81850a7-b7ac-42f1-9361-baf4e97cddbc", + "4ce67a5e-cc79-4a13-b575-a643adf4da7b", + "09ae874a-2d61-4da4-88dc-5079fbb2daf4", + "1607fc06-1399-4dfb-8d6e-1d1b8caab80b", + "9b368371-dab6-496c-9417-5f5286f0c4e6", + "299517f3-241d-4ff0-a5e5-1e34f16dc690", + "7dbde6b0-c025-4272-bffa-697cf4dce626", + "69a42d19-0a82-4967-918f-f97ba7a7add5", + "31f81122-35a2-44aa-89a8-251cd0afa9f0", + "e6bc44d1-2dde-4f12-938a-5aa0edde366a" + ], + "spl_set_id": [ + "a78407a8-3d3e-4eb5-9e3f-b32a1b8015e4", + "d5b9f12e-d1e9-42de-90f2-c9ba33a86457", + "644704c0-e6a5-4804-bfa6-795c8f83aa7a", + "2c9b4d8f-0770-482d-a9e6-9c616a440b1a", + "30cd95a8-ee0d-413d-b26a-6f042e8e1892", + "d63c1277-dd7e-4d21-9e80-68143f55e2dc", + "421aa6d5-623b-4dc2-abd5-bb9e7765bf37", + "9e493331-dddd-496e-abf8-61747fb67aba", + "1b9117d5-0dd9-4577-a1fd-bb0aaf7e68ec", + "f6f64972-714c-4ee9-8a5e-9ffcab41a73b", + "b5c6fcf4-fd37-4fee-8dac-1a3273d95ffe", + "87960726-e901-4596-bd33-ead02cb93a20", + "3747bbcd-783d-4baa-bb5b-b6827bf390e3", + "99e3dc3c-5416-4bf4-a410-a036f7008294", + "aaced7a8-c3d7-4d66-8c07-aa407b8b3f35", + "c794c95a-654e-48fe-9596-201fc122ff75", + "39fd32f2-6bb7-4a65-d298-e48d26bc80c7", + "c71371a7-75c5-45b8-b762-8d782d4c71bc", + "5c50b5a3-9b39-4cad-8be5-c2a8dd3f7df5", + "34d7b9da-327d-45a7-a87a-f8b6d5e80a7b", + "6a0fb397-63ae-4fce-bddf-16a91b1b7a2f", + "b3195657-f25d-4b57-85af-8455c8aafe13", + "b39ad6b3-401d-4aba-a0a9-6d56fcfa0ac9" + ], + "package_ndc": [ + "70529-549-01", + "70529-061-08", + "68345-883-50", + "70121-1163-1", + "70121-1163-5", + "70121-1164-1", + "70121-1164-5", + "70121-1076-1", + "70121-1076-5", + "68083-432-05", + "68083-432-25", + "68083-433-05", + "68083-433-25", + "68083-434-05", + "68083-434-25", + "30698-067-01", + "30698-067-10", + "30698-060-01", + "30698-060-10", + "30698-060-50", + "30698-066-05", + "30698-066-50", + "60432-613-60", + "60432-613-04", + "25021-311-02", + "25021-311-04", + "25021-311-10", + "55150-322-01", + "55150-322-25", + "55150-323-01", + "55150-323-25", + "55150-324-01", + "55150-324-25", + "0054-4297-31", + "0054-4297-25", + "0054-8297-25", + "0054-4299-31", + "0054-4299-25", + "0054-8299-25", + "0054-4301-29", + "0054-4301-25", + "0054-8301-25", + "0054-3298-63", + "0054-3294-50", + "0054-3294-46", + "23155-473-31", + "23155-473-41", + "23155-473-32", + "23155-473-42", + "23155-473-43", + "23155-473-33", + "23155-473-44", + "23155-473-45", + "16729-500-30", + "16729-500-08", + "16729-501-64", + "16729-501-43", + "16729-502-03", + "16729-502-43", + "69315-116-01", + "69315-116-10", + "69315-117-01", + "69315-117-10", + "69315-118-01", + "69315-118-05", + "70529-062-01", + "63323-280-16", + "63323-280-26", + "63323-280-36", + "0409-6102-35", + "0409-6102-25", + "0409-6102-36", + "0409-6102-26", + "0409-6102-37", + "0409-6102-27", + "63323-280-01", + "63323-280-02", + "63323-280-03", + "63323-280-04", + "63323-280-05", + "63323-280-10", + "0409-1639-21", + "0409-1639-10", + "0409-6102-19", + "0409-6102-02", + "0409-6102-18", + "0409-6102-04", + "0409-6102-20", + "0409-6102-10", + "0409-9631-14", + "0409-9631-04", + "36000-063-05", + "36000-064-05", + "36000-065-05", + "36000-282-25", + "36000-283-25", + "36000-284-25", + "0378-0208-01", + "0378-0208-10", + "0378-0216-01", + "0378-0216-10", + "0378-0232-01", + "0378-0232-05", + "70529-550-12", + "43547-401-10", + "43547-401-11", + "43547-401-51", + "43547-402-10", + "43547-402-11", + "43547-402-51", + "43547-403-10", + "43547-403-50", + "43547-403-11", + "70860-302-41", + "70860-302-02", + "70860-302-42", + "70860-302-04", + "70860-302-43", + "70860-302-10", + "64679-759-10", + "64679-759-01", + "64679-759-07", + "64679-759-04", + "64679-759-11", + "64679-759-02", + "64679-759-08", + "64679-759-05", + "64679-759-12", + "64679-759-03", + "64679-759-09", + "64679-759-06" + ], + "route": [ + "INTRAMUSCULAR", + "INTRAVENOUS", + "ORAL" + ], + "substance_name": [ + "FUROSEMIDE" + ], + "nui": [ + "N0000175366", + "N0000175590" + ], + "pharm_class_pe": [ + "Increased Diuresis at Loop of Henle [PE]" + ], + "pharm_class_epc": [ + "Loop Diuretic [EPC]" + ], + "unii": [ + "7LXU5N7ZO5" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "ZOLPIDEM", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "10 MG", + "drugdosageform": "TABLET", + "drugadministrationroute": "065", + "drugindication": "INSOMNIA", + "activesubstance": { + "activesubstancename": "ZOLPIDEM\\ZOLPIDEM TARTRATE" + }, + "openfda": { + "application_number": [ + "ANDA077214" + ], + "brand_name": [ + "ZOLPIDEM" + ], + "generic_name": [ + "ZOLPIDEM TARTRATE" + ], + "manufacturer_name": [ + "ACI Healthcare USA, Inc" + ], + "product_ndc": [ + "71093-155", + "71093-156" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "ZOLPIDEM TARTRATE" + ], + "rxcui": [ + "854873", + "854876" + ], + "spl_id": [ + "ad76e67e-f0d0-4f39-b3d8-68d43560b07f" + ], + "spl_set_id": [ + "021153ce-fe27-4ed1-8d88-b4157b0ed734" + ], + "package_ndc": [ + "71093-155-06", + "71093-155-04", + "71093-156-04", + "71093-156-06" + ], + "unii": [ + "WY6W63843K" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "NEBIVOLOLO", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "5 MG", + "drugdosageform": "TABLET", + "drugadministrationroute": "065", + "drugindication": "HYPERTENSION", + "activesubstance": { + "activesubstancename": "NEBIVOLOL" + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "IDROCLOROTIAZ", + "drugstructuredosagenumb": "50", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "50 MG", + "drugdosageform": "TABLET", + "drugadministrationroute": "048" + }, + { + "drugcharacterization": "2", + "medicinalproduct": "OSSICODONE", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "10 MG", + "drugdosageform": "TABLET", + "drugadministrationroute": "065", + "drugindication": "PAIN" + }, + { + "drugcharacterization": "2", + "medicinalproduct": "OSSICODONE", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "5 MG", + "drugdosageform": "TABLET", + "drugadministrationroute": "065", + "drugstartdateformat": "102", + "drugstartdate": "20140325" + }, + { + "drugcharacterization": "2", + "medicinalproduct": "ALLOPURINOLO", + "drugstructuredosagenumb": "100", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "100 MG", + "drugdosageform": "TABLET", + "drugadministrationroute": "065", + "drugindication": "BLOOD URIC ACID INCREASED", + "drugstartdateformat": "102", + "drugstartdate": "20140327", + "activesubstance": { + "activesubstancename": "ALLOPURINOL" + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "CALCIUM CARBONATE.", + "drugstructuredosagenumb": "500", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "500 MG", + "drugdosageform": "TABLET", + "drugadministrationroute": "065", + "drugindication": "PROPHYLAXIS", + "drugstartdateformat": "102", + "drugstartdate": "20140328", + "activesubstance": { + "activesubstancename": "CALCIUM CARBONATE" + }, + "openfda": { + "application_number": [ + "part331" + ], + "brand_name": [ + "WINCO FOODS ANTACID ULTRA STRENGTH", + "ASSORTED FRUIT ANTACID FLAVOR CHEWS", + "ANTACID AND ANTI-GAS CHEW", + "MEDIQUE ALCALAK", + "MEDI FIRST ANTACID", + "MEDI FIRST PLUS ANTACID", + "KROGER ULTRA STRENGTH ASSORTED BERRY", + "CHERRY ANTACID SOFT CHEW", + "TOPCARE ANTACID CALCIUM EXTRA STRENGTH", + "MAGNACAL", + "ANTACID", + "MEDIQUE BAN-ACID MAXIMUM STRENGTH 750", + "QUALITY CHOICE ANTACID ASSORTED FRUIT", + "GOODSENSE ANTACID FRUIT CHEWS", + "EQUALINE ANTACID", + "MEIJER EXTRA STRENGTH ANTACID ASSORTED BERRIES", + "ULTRA STRENGTH", + "HEB EXTRA STRENGTH ANTACID", + "POLARIS MINT ANTACID", + "TARGET ANTACID FRUIT CHEWS", + "REGULAR STRENGTH ANTACID", + "REGULAR STRENGTH TROPICAL FRUIT", + "ANTACID FRUIT CHEWS", + "QC ANTACID CALCIUM ASSORTED BERRY", + "CALCIUM CARBONATE", + "CHOOZ", + "LEGEND PREMIUM HEARTBURN CHEWABLE RELIEF", + "FAST ACTING HEARTBURN RELIEF PEPPERMINT FLAVOR", + "SUNMARK REGULAR STRENGTH ANTACID PEPPERMINT", + "ULTRA STRENGTH NATURAL ANTACID", + "CHERRY ANTACID SOFT CHEWS", + "GOOD NEIGHBOR PHARMACY ANTACID EXTRA STRENGTH", + "DRX CHOICE ANTACID CALCIUM ASSORTED BERRY", + "D-CAL KIDS", + "REXALL ANTACID FLAVOR CHEWS", + "ULTRA STRENGTH ANTACID", + "GOOD NEIGHBOR EXTRA STRENGTH ASSORTED FRUITS", + "AI KUNGANG", + "TOPCARE ANTACID EXTRA STRENGTH ASSORTED BERRY", + "BI-MART REGULAR STRENGTH ANTACID PEPPERMINT", + "CALCIUM CARBONATE 500 MG", + "ASSORTED FRUIT PANNED CHEW", + "MEIJER EXTRA STRENGTH TROPICAL FRUIT", + "ANTACID STRAWBERRY RELIEF CHEWS", + "DG HEALTH ULTRA STRENGTH ASSORTED FRUIT ANTACID", + "TUMS SMOOTHIES", + "CALCIUM CARBONATE ORAL SUSPENSION", + "JUNI ESSENTIALS NATURALTOOTHPASTE", + "CVS ANTACID LIME-BERRY CHEWS", + "RITE AID ULTRA STRENGTH ASSORTED BERRIES", + "RITE AID ULTRA STRENGTH PEPPERMINT FLAVOR", + "PV EXTRA STRENGTH ANTACID", + "UP AND UP EXTRA STRENGTH SMOOTH DISSOLVING ANTACID ASSORTED FRUIT", + "ANTACID RELIEF EXTRA STRENGTH", + "SOUND BODY CALCIUM ANTACID", + "KROGER EXTRA STRENGTH SUGAR FREE", + "ANTACID SOFT CHEW", + "RAZZMATAZZ ANTACID", + "ANTACID EXTRA STRENGTH WINTERGREEN", + "BEST CHOICE EXTRA STRENGTH TROPICAL FRUIT", + "HEB EXTRA STRENGTH SMOOTH ANTACID ASSORTED FRUITS", + "GOODSENSE ULTRA STRENGTH ANTACID", + "EXTRA STRENGTH SMOOTH ANTACID", + "TOPCARE ANTACID CALCIUM ULTRA STRENGTH", + "BERRY FLAVORED ANTACID CHEWS", + "EXTRA STRENGTH", + "TOPCARE ANTACID CALCIUM", + "MEIJER EXTRA STRENGTH ASSORTED FRUIT", + "ANTACID ULTRA STRENGTH ASSORTED BERRIES", + "LEADER EXTRA STRENGTH ANTACID", + "MEIJER REGULAR STRENGTH PEPPERMINT FLAVOR", + "CARE ONE CALCIUM ANTACID", + "BELMORA MELOX AGRURA", + "DG HEALTH EXTRA STRENGTH ANTACID WINTERGREEN FLAVOR", + "CVS BERRY ANTACID HBG CHEWS", + "SOOTHE CHILDRENS", + "HEARTBURN AND GAS ANTACID CHEWS", + "EXTRA STRENGTH SUGAR FREE ORANGE CREAM FLAVOR", + "EXTRA STRENGTH SUGAR FREE ANTACID", + "LEADER ANTACID", + "KIDS ANTACID", + "PUBLIX EXTRA STRENGTH ASSORTED BERRY", + "KROGER ULTRA STRENGTH ASSORTED FRUIT", + "SIGNATURE CARE EXTRA STRENGTH SMOOTH ANTACID ASSORTED FRUIT", + "DG HEALTH EXTRA STRENGTH ASSORTED FRUITS ANTACID", + "ANTACID EXTRA STRENGTH ASSORTED BERRY", + "TUMS ULTRA", + "XPECT ANTACID", + "ANTACID BERRY BITES", + "CAREONE EXTRA STRENGTH ASSORTED FRUITS", + "EXTRA STRENGTH ANTACID", + "ALKA-SELTZER COOL ACTION EXTRA STRENGTH RELIEFCHEWS MINT", + "RUGBY EXTRA STRENGTH ANTACID", + "PUBLIX EXTRA STRENGTH ASSORTED FRUIT", + "RITE AID PHARMACY EXTRA STRENGTH ASSORTED BERRIES", + "LEGEND PREMIUM HEARTBURN CHEWABLE", + "BI-MART REGULAR STRENGTH ANTACID", + "GOOD NEIGHBOR PHARMACY ANTACID REGULAR STRENGTH", + "TUMS CHEWY BITES", + "ORANGE ANTACID SOFT CHEW", + "ANTACID - ANTI-GAS RELIEF", + "ALKA-SELTZER ULTRA STRENGTH HEARTBURN RELIEFCHEWS STRAWBERRY AND ORANGE", + "TUMS CHEWY BITES MIXED FRUIT", + "TC MAX", + "PUBLIX EXTRA STRENGTH TROPICAL FRUIT", + "RITE AID PHARMACY ULTRA STRENGTH ASSORTED FRUITS", + "WINCO FOODS ANTACID REGULAR STRENGTH", + "MIRALAC", + "DG HEALTH ANTACID BERRY BITES", + "CEMICS", + "HEARTBURN FIX", + "ULTRA STRENGTH ASSORTED BERRIES", + "HEB EXTRA STRENGTH SMOOTH ANTACID PEPPERMINT", + "EXTRA STRENGTH ANTACID ASSORTED BERRIES", + "GOOD SENSE ANTACID", + "HEARTBURN AND GAS FRUIT CHEWS", + "ALKA-SELTZER EXTRA STRENGTH HEARTBURN RELIEFCHEWS", + "CALCIUM ANTACID", + "SOUND HEALTH HEARTBURN AND GAS CHEWS", + "ANTACID ANTI-GAS RELIEF CHEWS", + "ALKA-SELTZER HEARTBURN RELIEFCHEWS STRAWBERRY AND ORANGE", + "GENEXA ANTACID MAXIMUM STRENGTH", + "MCKESSON ANTACID CALCIUM CARBONATE", + "MIXED BERRY ANTACID AND ANTI-GAS CHEWS", + "CALCIUM CARBONATE CHEWABLE ANTACID", + "EXCHANGE SELECT ULTRA STRENGTH ANTACID ASSORTED FRUIT", + "ALKA-SELTZER COOL ACTION HEARTBURN RELIEF MINT", + "RITE AID EXTRA STRENGTH ASSORTED FRUIT", + "HEALTH MART REGULAR STRENGTH ANTACID", + "ANTACID CHILDRENS", + "ASSORTED FRUIT ANTACID CHEWS", + "MINT ANTACID", + "RITE AID EXTRA STRENGTH ASSORTED FRUITS", + "HEB ANTACID CALCIUM ASSORTED BERRY", + "HEALTH MART EXTRA STRENGTH ANTACID", + "EXTRA STRENGTH NATURAL ANTACID", + "MEIJER LIME/BERRY ANTACID CHEWS", + "MEIJER BERRY ANTACID HBG", + "BI-MART EXTRA STRENGTH ANTACID ASSORTED BERRY", + "PHYSICIANSCARE ANTACID", + "ASSORTED FRUIT FLAVOR CHEWS", + "PLUS PHARMA CALCIUM ANTACID", + "ONLY FOR ANTACID", + "DG HEALTH ULTRA STRENGTH ASSORTED BERRY ANTACID", + "PUBLIX ULTRA STRENGTH ASSORTED FRUIT", + "ANTACID RELIEF", + "STOMACH RELIEF CHILDRENS", + "EXTRA STRENGTH SMOOTH", + "DG HEALTH REGULAR STRENGTH ANTACID", + "TRIAL ANTACID", + "REGULAR STRENGTH ANTACID ASSORTED FRUIT", + "RITE AID EXTRA STRENGTH TROPICAL FRUIT", + "TOPCARE EXTRA STRENGTH ANTACID ASSORTED FRUIT", + "SIGNATURE CARE EXTRA STRENGTH SMOOTH ANTACID", + "CHILDRENS STOMACH RELIEF", + "CVS STRAWBERRY-LIME ANTACID CHEWS", + "LEADER ULTRA STRENGTH ANTACID", + "ULTRA STRENGTH ANTACID ASSORTED BERRIES", + "ANTACID EXTRA STRENGTH ASSORTED BERRIES", + "REGULAR STRENGTH ASSORTED FRUIT", + "ANTACID EXTRA STRENGTH", + "ANTACID FLAVOR CHEW", + "CHERRY ANTACID SOFTCHEW", + "BI-MART ULTRA STRENGTH ANTACID ASSORTED FRUIT", + "ALKUMS ANTACID", + "MEIJER EXTRA STRENGTH SMOOTH ANTACID ASSORTED FRUITS", + "PV EXTRA STRENGTH SMOOTH ANTACID ASSORTED FRUIT", + "CHILDRENS ANTACID EXTRA STRENGTH", + "HEB LIME AND BERRY ANTACID CHEWS", + "BI-MART EXTRA STRENGTH ANTACID ASSORTED FRUIT", + "GOODSENSE ULTRA STRENGTH ANTACID PEPPERMINT", + "GOODSENSE EXTRA STRENGTH ANTACID ASSORTED FRUIT", + "TUMS NATURALS", + "WINCO FOODS ANTACID EXTRA STRENGTH", + "ULTRA STRENGTH ANTACID RELIEF ASSORTED BERRY", + "PEPTO KIDS", + "TUMS CHEWY BITES BERRY SHAKE", + "EXTRA STRENGTH ASSORTED BERRY", + "EQUATE ULTRA STREGTH ANTACID", + "LEADER ANTACID REGULAR STRENGTH", + "PV EXTRA STRENGTH SMOOTH ANTACID", + "QUALITY CHOICE ULTRA STRENGTH ASSORTED FRUIT", + "QUALITY CHOICE EXTRA STRENGTH ASSORTED FRUIT", + "CHERRY ANTACID", + "GOODSENSE ULTRA STRENGTH ANTACID ASSORTED FRUIT", + "ALKA-SELTZER HEARTBURN RELIEFCHEWS", + "TUMS CHEWY BITES ORANGE AND CREAM ES", + "EXCHANGE SELECT EXTRA STRENGTH ANTACID ASSORTED BERRIES", + "TUMS EXTRA STRENGTH SUGAR-FREE", + "ANTACID FLAVOR CHEWS", + "KROGER EXTRA STRENGTH ASSORTED FRUIT", + "EXCHANGE SELECT ANTACID", + "TARGET ANTACID - ANTI-GAS RELIEF CHEWS", + "CALCIUM ANTACIDEXTRA STRENGTH EXTRA STRENGTH", + "HEALTHMART CALCIUM ANTACID", + "HEB ULTRA STRENGTH ASSORTED FRUITS", + "GOODSENSE EXTRA STRENGTH ANTACID", + "ALKA-SELTZER ULTRA STRENGTH HEARTBURN RELIEFCHEWS", + "ALKA-SELTZER HEARTBURN RELIEF PEPPERMINT", + "KIDS TUMMY RELIEF", + "MARC GLASSMAN EXTRA STRENGTH", + "PUBLIX REGULAR STRENGTH PEPPERMINT FLAVOR", + "QUALITY CHOICE ASSORTED BERRIES EXTRA STRENGTH", + "ULTRA STRENGTH ANTACID ASSORTED FRUIT", + "D-CAL", + "MEDI-FIRST ANTACID", + "MEDI-FIRST PLUS ANTACID", + "MEIJER ULTRA STRENGTH ANTACID ASSORTED FRUIT", + "BI-MART ULTRA STRENGTH ANTACID PEPPERMINT", + "SUNMARK EXTRA STRENGTH ANTACID ASSORTED FRUIT", + "BEST CHOICE REGULAR STRENGTH", + "DG HEALTH EXTRA STRENGTH ANTACID", + "CALCIUM CARBONATE 1250 MG", + "MEIJER EXTRA STRENGTH WINTERGREEN FLAVOR", + "TARGET STRAWBERRYLIME ANTACID CHEWS", + "CALCIUM CARBONATE 10 GR (648 MG)", + "HEB EXTRA STREGTH ANTACID", + "KROGER EXTRA STRENGTH ASSORTED BERRY", + "PUBLIX REGULAR STRENGTH ASSORTED FRUIT", + "SUNMARK REGULAR STRENGTH ANTACID", + "TUMS", + "BEST CHOICE EXTRA STRENGTH ASSORTED BERRY", + "LEGEND PREMIUM HEARTBURN RELIEF - EXTRA STRENGTH CHEWABLE", + "EXCHANGE SELECT ANTACID TROPICAL FRUIT", + "CALCIUM CARBONATE (ANTACID)", + "MEIJER REGULAR STRENGTH ASSORTED FRUIT", + "HEB ANTACID EXTRA STRENGTH ASSORTED BERRY", + "TUMS CHEWY DELIGHTS", + "MEIJER EXTRA STRENGTH ANTACID", + "GOODSENSE REGULAR STRENGTH ANTACID PEPPERMINT", + "ARAMARK ANTACID CHEWABLE", + "HEB REGULAR STRENGTH PEPPERMINT FLAVOR", + "CHERRY ANTACID RELIEF CHEW", + "TUMMY RELIEF", + "HEB EXTRA STRENGTH TROPICAL FRUIT", + "TOPCARE ANTACID CALCIUM REGULAR STRENGTH", + "NUTRALOX", + "MARC GLASSMAN ULTRA STRENGTH", + "KROGER EXTRA STRENGTH SMOOTH ANTACID ASSORTED BERRY", + "TUMS EX", + "SUNMARK CALCIUM ANTACID", + "BESTHEALTH ORANGE ANTACID SOFT CHEWS", + "HEB REGULAR STRENGTH ASSORTED FRUIT", + "TUMS REGULAR STRENGTH", + "BEST CHOICE ASSORTED FRUIT", + "MOORE MEDICAL ANTACID", + "QUALITY CHOICE REGULAR STRENGTH PEPPERMINT FLAVOR" + ], + "generic_name": [ + "CALCIUM CARBONATE" + ], + "manufacturer_name": [ + "WINCO FOODS, LLC", + "CVS Pharmacy", + "Meijer Distribution Inc.", + "Meijer", + "Unifirst First Aid Corporation", + "KROGER COMPANY", + "The Kroger Co.", + "Topco Associates LLC", + "Afassco Inc.", + "Meijer Distribution Inc", + "CHAIN DRUG MARKETING ASSOCIATION", + "Geiss, Destin & Dunn", + "Supervalu Inc", + "MEIJER DISTRIBUTION INC", + "BETTER LIVING BRANDS LLC", + "Quality Choice", + "H E B", + "Provision Medical Products", + "Target", + "SAFEWAY", + "RARITAN PHARMACEUTICALS INC", + "CHAIN DRUG MARKETING ASSOCIATION INC.", + "Humco Holding Group, Inc.", + "Leosons Overseas Corp.", + "ADVANCED PHARMACEUTICAL SERVICES, INC. DBA AFFORDABLE QUALITY PHARMACEUTICALS", + "Raritan Pharmaceuticals Inc", + "Strategic Sourcing Services LLC", + "AmerisourceBergen Drug Corporation", + "A&Z Pharmaceutical, Inc.", + "Dolgencorp, LLC", + "WALGREEN CO", + "AMERISOURCE BERGEN", + "TheJoenSpace Co,. LTD", + "Safetec of America, Inc.", + "Bi-Mart", + "Reliable 1 Laboratories LLC", + "HEB", + "American Sales", + "Target Corporation", + "DOLGENCORP, LLC", + "GlaxoSmithKline Consumer Healthcare Holdings (US) LLC", + "Major Pharmaceuticals", + "DONG IL PHARMS CO.,LTD", + "Geiss, Destin, Dunn", + "RITE AID CORPORATION", + "Advance Pharmaceutical Inc.", + "PHARMACY VALUE ALLIANCE, LLC", + "Target corporation", + "Safeway", + "Big Lots Stores, Inc.", + "Walgreen Co.", + "CVS", + "BEST CHOICE (VALU MERCHANDISERS COMPANY)", + "Good Sense (Geiss, Destin & Dunn, Inc.)", + "Kroger", + "BETTER LIVING BRANDS, LLC", + "Topco Associates LLC.", + "Geiss, Destin, & Dunn", + "WinCo Foods, LLC", + "Cardinal Health", + "American Sales Company", + "Belmora, LLC", + "Blessings International", + "Walgreen Company", + "PUBLIX SUPER MARKETS, INC", + "Amerisource Bergen", + "Richmond Pharmaceuticals, Inc.", + "Cintas Corporation", + "Walgreen", + "FOODHOLD USA", + "Walmart Stores Inc.", + "CVS PHARMACY, INC.", + "Bayer HealthCare LLC.", + "Rugby Laboratories", + "Romavision Investing LLC", + "Honeywell Safety Products USA, Inc", + "Korean Algae Association", + "Genexa Inc.", + "SAM'S WEST INC", + "L. Perrigo Company", + "Allegiant Health", + "BestCo Inc.", + "Family Dollar", + "Mc Kesson Medical-Surgical", + "Walmart Stores", + "Geri-Care Pharmaceutical Corp", + "ARMY AND AIR FORCE EXCHANGE SERVICE", + "LIDL US, LLC", + "ADVANCED FIRST AID, INC.", + "PuraCap Pharmaceutical LLC", + "THE KROGER CO.", + "Acme United Corporation", + "Topco Associates", + "Dollar General Corporation", + "Gemini Pharmaceuticals, Inc. dba Plus Pharma", + "O4 Global Trading Usa, Llc", + "Guardian Drug Company", + "CARDINAL HEALTH", + "Rite Aid Corporation", + "The Kroger Company", + "Wal-Mart Stores,Inc.,", + "Wal-Mart Stores Inc", + "Walmart", + "MARC GLASSMAN, INC.", + "CVS Pharmacy,Inc", + "GoodSense", + "Procter & Gamble Manufactura S de RL de CV", + "BJWC", + "Wal-Mart Stores, Inc.", + "Pharmaceutical Associates, Inc.", + "Thirty Madison Inc", + "Army & Air Force Exchange Service", + "The Procter & Gamble Manufacturing Company", + "WAL-MART STORES INC.", + "A&Z Pharmaceutical Inc.", + "CitraGen Pharmaceuticals, Inc.", + "WALGREEN COMPANY", + "West-Ward Pharmaceuticals Corp.", + "Pharbest Pharmaceuticals Inc.", + "Western First Aid Safety DBA Aramark", + "Rite Aid", + "H-E-B", + "HART Health", + "MARC GLASSMAN, INC", + "Bestco LLC", + "Moore Medical LLC" + ], + "product_ndc": [ + "67091-358", + "59779-748", + "41250-108", + "41250-135", + "47682-088", + "47682-089", + "47682-092", + "30142-300", + "30142-035", + "36800-489", + "51532-0303", + "41250-553", + "47682-285", + "63868-701", + "75981-012", + "41163-881", + "41250-232", + "21130-302", + "63868-057", + "37808-135", + "69103-2552", + "11673-051", + "21130-501", + "68163-100", + "69842-360", + "63868-049", + "0395-0431", + "69626-0008", + "13411-845", + "68163-011", + "70677-0067", + "30142-108", + "41250-109", + "24385-106", + "68163-103", + "62211-239", + "55910-097", + "0363-2730", + "46122-225", + "81768-0001", + "61010-4408", + "36800-615", + "37835-115", + "69618-020", + "37808-058", + "37808-063", + "41520-035", + "69842-368", + "41250-203", + "11673-043", + "55910-273", + "0135-0227", + "0904-7098", + "73242-0107", + "69842-436", + "50804-012", + "11822-1037", + "17714-043", + "11822-0312", + "68016-700", + "11673-715", + "21130-130", + "50594-028", + "50594-003", + "30142-207", + "0363-1081", + "69103-2516", + "69842-060", + "63941-022", + "37808-137", + "50804-175", + "69842-716", + "36800-595", + "30142-038", + "0904-6842", + "21130-201", + "36800-478", + "41250-415", + "75981-010", + "67091-226", + "36800-962", + "70000-0430", + "41250-965", + "41520-031", + "41520-485", + "27854-120", + "51376-127", + "67091-330", + "55910-692", + "69842-440", + "0363-5960", + "41520-468", + "55910-077", + "41415-296", + "46122-007", + "37205-200", + "68163-316", + "11822-1512", + "41415-102", + "30142-307", + "54738-030", + "21130-138", + "55910-605", + "69842-184", + "0135-0235", + "42961-208", + "0363-1093", + "41520-905", + "49035-046", + "69842-396", + "0280-0058", + "0536-1225", + "41415-200", + "11822-1029", + "13411-844", + "37835-126", + "24385-485", + "0135-0618", + "0135-0631", + "0135-0630", + "0135-0633", + "69842-363", + "30142-039", + "0280-0059", + "0135-0641", + "37205-333", + "80733-006", + "41415-201", + "11822-3016", + "67091-356", + "0498-0303", + "55910-089", + "67091-357", + "80577-302", + "69676-0002", + "68196-103", + "21130-184", + "37808-132", + "24385-478", + "68163-102", + "0113-0962", + "17714-041", + "69842-362", + "0280-0042", + "69168-229", + "52642-035", + "55319-018", + "0280-0224", + "69676-0046", + "68599-1411", + "17714-025", + "36800-881", + "49035-058", + "57896-762", + "0536-1229", + "55301-203", + "0280-0001", + "0135-0243", + "0135-0246", + "0135-0456", + "0135-0245", + "11822-2019", + "50594-004", + "71141-143", + "62011-0398", + "59779-596", + "11673-040", + "67060-303", + "11822-1156", + "37808-103", + "51013-323", + "62011-0397", + "68163-115", + "41250-392", + "41250-409", + "30142-162", + "37835-184", + "0924-0086", + "36800-828", + "55910-070", + "49035-048", + "51645-735", + "73006-118", + "55910-315", + "41415-103", + "41250-691", + "21130-472", + "55910-596", + "21130-515", + "55910-510", + "53041-127", + "42961-045", + "70000-0034", + "11822-0216", + "36800-692", + "30142-036", + "49035-167", + "21130-136", + "49035-596", + "69842-397", + "70000-0436", + "69842-271", + "67091-227", + "11822-1166", + "68998-101", + "11673-479", + "11673-480", + "11673-726", + "0363-1082", + "52642-019", + "37835-171", + "53041-126", + "41250-566", + "0135-0118", + "0135-0180", + "0135-0181", + "0135-0228", + "0135-0540", + "68016-697", + "52642-034", + "69842-015", + "37808-464", + "37835-127", + "0135-0610", + "0135-0612", + "50804-176", + "67091-365", + "0135-0606", + "50804-127", + "0135-1326", + "0135-1328", + "67091-359", + "21130-971", + "69168-219", + "58933-446", + "0135-0184", + "37808-465", + "68391-102", + "49035-778", + "0121-0766", + "0121-4766", + "37205-210", + "68016-695", + "41250-454", + "21130-310", + "63868-048", + "63868-702", + "67060-304", + "71713-204", + "50804-171", + "0280-0221", + "69676-0057", + "0135-0642", + "55301-202", + "0135-0155", + "0363-1083", + "30142-204", + "55301-595", + "11673-052", + "0536-1049", + "62011-0229", + "37205-706", + "37808-203", + "50804-129", + "37000-446", + "0280-0245", + "49035-803", + "0280-0002", + "69676-0043", + "68998-102", + "41415-111", + "63868-703", + "24385-595", + "62211-166", + "0924-0087", + "67091-360", + "47682-201", + "47682-820", + "47682-920", + "41250-420", + "41250-723", + "62211-196", + "37835-471", + "57896-763", + "70677-0065", + "63941-101", + "55910-210", + "68163-202", + "70369-005", + "41250-669", + "11673-060", + "41250-395", + "37205-205", + "0135-0183", + "70369-004", + "70000-0431", + "21130-913", + "41250-363", + "11822-1039", + "0363-9201", + "37808-136", + "30142-200", + "41415-101", + "70677-0066", + "0135-0070", + "0135-0071", + "63941-021", + "0054-3117", + "13411-843", + "55301-102", + "16103-377", + "41250-270", + "37808-406", + "80733-005", + "0135-0560", + "0135-0561", + "0135-0569", + "67091-225", + "41250-298", + "50804-113", + "36800-830", + "81238-0303", + "37808-111", + "11822-0040", + "69676-0019", + "67091-224", + "37808-341", + "36800-485", + "50332-0106", + "68998-103", + "36800-203", + "30142-115", + "0135-0074", + "0135-0178", + "0135-0154", + "0135-0140", + "0135-0076", + "0135-0521", + "49348-055", + "52642-048", + "37808-101", + "0135-0611", + "36800-468", + "63941-010", + "55670-141", + "63868-700" + ], + "product_type": [ + "HUMAN OTC DRUG" + ], + "route": [ + "ORAL", + "TOPICAL", + "DENTAL" + ], + "substance_name": [ + "CALCIUM CARBONATE", + "DIMETHICONE" + ], + "rxcui": [ + "308892", + "308915", + "1492387", + "313884", + "1432465", + "308907", + "308906", + "1538595", + "1044532", + "308891", + "317865", + "1044524", + "198529", + "577040", + "2281777", + "210111", + "701392", + "1484737", + "282465", + "210117", + "1653049", + "1358869" + ], + "spl_id": [ + "1858cf76-cf36-4c56-9e15-14db609aa10f", + "994a1775-5d70-654f-e053-2995a90ac698", + "b724bc91-d3e7-290e-e053-2a95a90a2625", + "b725cba6-5cb7-0c25-e053-2995a90ae2c0", + "c354da84-6cf8-433a-e053-2995a90adc9a", + "f6a311fe-bc03-423c-9522-0f4b22c76bac", + "994d2566-2010-08b3-e053-2a95a90ac2d7", + "ab707e6c-6ae4-439c-92d2-da81f1e27a0b", + "c8096db5-a27f-4fbe-a0c5-bce1ad91680a", + "67a61fbf-ede6-41ee-b3c8-75d9fd4dbce3", + "c3638430-4e26-0593-e053-2995a90ac03f", + "db535b50-5650-4af7-a232-7615e3e88756", + "c5ffaaee-0f79-4a13-e053-2995a90ad6ba", + "32d69f39-1680-4043-a515-f315a5ca476e", + "cff31a23-7076-4248-aa2a-05d2f5021dd5", + "fc9c44cf-e598-449a-a462-b220b0e15190", + "952143c6-59a0-f410-e053-2a95a90a2573", + "643680c7-e529-46c2-bddc-bece693c6d41", + "fb9ea671-bb54-4481-a848-889c52961eb6", + "964c07b7-4561-537c-e053-2995a90a2f4e", + "4115fa9c-3d64-4f75-9309-9bbe3658e0ed", + "806e15cc-a70d-4344-bc28-4428a51e6b29", + "994c2814-0956-4d51-e053-2995a90a50b9", + "bcd28db9-47ac-4bee-9c22-ce88c6acbf9c", + "a87336d0-4fa7-0a1d-e053-2995a90adfde", + "b710646e-0417-39cb-e053-2995a90a917b", + "8d05f0e3-af49-40c6-998f-1064fc99efc2", + "83354e69-75bb-44c5-9053-70f9e8c342e6", + "bd7eece8-0aa5-447f-9292-e3f9b348aa82", + "58799314-05a2-4340-8f5c-a77eec4387e0", + "b7254ac3-9844-0888-e053-2a95a90aa125", + "340522ba-c696-4b7a-b471-23297452ec84", + "690d7828-a983-456d-b8d9-4286a5f0a4c8", + "94031822-7a75-14d3-e053-2995a90a0b96", + "940742bb-13ed-0d2b-e053-2995a90a002b", + "52ca1e5a-033d-4727-ba44-f14c58cca47f", + "e3c0775d-4a78-4e96-9816-460ab3f5576a", + "bfea2a7d-e77c-b415-e053-2995a90af4c8", + "6b955c6f-61cd-47d1-b103-e76d21a7af52", + "070f2227-d4be-4e13-a9ea-3de84944b9ed", + "5ddc6b8a-645b-407e-b1be-831538531024", + "b7270825-4f83-796f-e053-2a95a90a38da", + "95bf367c-eeb3-73f9-e053-2a95a90a3dea", + "95c02db7-d2b0-ea28-e053-2995a90a21b6", + "9469f066-2f27-2d2b-e053-2995a90a39c8", + "994c25db-1fd5-162c-e053-2a95a90a7338", + "cf95a290-a0b5-4930-a517-c27c2d91611f", + "964b42c2-c686-2e9d-e053-2a95a90a3b99", + "dcd10c7b-d280-43cc-8df7-71920941087e", + "00d80ede-0c2a-4863-a10a-7e80200a4f8d", + "a2f5e91a-a9f6-8a80-e053-2995a90a29ff", + "bc980e08-8afb-02f5-e053-2a95a90a0a1e", + "bf772925-eb6a-5544-e053-2995a90a30e7", + "c69f07b1-660b-db03-e053-2995a90a5464", + "56d388d8-da24-44fa-baff-441f25b6393f", + "999a6a72-4a76-2c09-e053-2a95a90a0206", + "4ba2ae3a-ba34-436e-a593-0b793535f063", + "8c92de83-ed60-46c3-b289-4b45a1915e24", + "2133e236-5135-4bbe-96b0-f84eeda4fe68", + "a85d3857-79d7-4e98-8b9e-e7f54a316e2c", + "02ea9bae-b683-475b-92b4-c667eaf02380", + "6e1e7040-2602-404f-b1b4-d7531da7b2a4", + "4e4514ff-36e5-4f37-89d4-8d31433e594d", + "996080a3-9e61-e1cc-e053-2995a90a84f1", + "ee8a88e6-02e0-4e7d-88b2-55b113eb24af", + "540899f4-cc24-4b11-895b-addff93ccb7c", + "c6305d32-54bc-49b9-a86b-68ade94b6098", + "2faac316-7b59-4df8-b751-37069e865263", + "492deace-7ea1-4fe3-a4c7-b2c6f195d68c", + "2c9624ef-c015-4ae6-b341-8968a375832d", + "8011b630-87e8-49e6-9ca2-bfd40bdedd88", + "a7e7ab0b-83f9-5b06-e053-2a95a90a2b92", + "9e8d9152-e7db-2bdc-e053-2995a90a5668", + "4df0bf6c-ac41-4b23-8f00-a9a057b8610d", + "a12a64b6-5e01-49a9-bd2f-8cf5c48bd01b", + "6de69873-a440-41d1-9859-6bea1f06a8de", + "95350f23-aa39-9041-e053-2a95a90aab19", + "2a986c82-eafb-46f6-a6c6-ff76e018f3a3", + "62cacc52-90c2-434b-98f3-1a6c544ec7da", + "c7a8c877-3e20-4910-8ea4-1714fac3ff2f", + "9c057103-5e7a-4c07-a329-029b2df7f7d0", + "94695e11-db69-e81a-e053-2995a90af551", + "c7b96a45-bcf1-4ead-b447-9135a8573cfd", + "c6b084d3-667d-6780-e053-2a95a90a7374", + "99d7d243-e575-7a39-e053-2995a90a6d18", + "b05723bb-ff61-4fae-922d-aba752f8e458", + "f88e9064-c94d-4137-8629-6e4d4377557d", + "bf793b86-9564-5759-e053-2a95a90aab94", + "d357551b-8e95-4f22-83e5-798b3c09c89d", + "08b53483-7711-4a3e-b440-c35edf0bc8f2", + "9aa0f240-1853-eeaa-e053-2995a90ae8db", + "918caf06-2e13-47d3-ad1c-636ddb7f7032", + "541a8e91-9438-4ebd-8bfc-a2674f6a9c4a", + "eb16263a-bbaa-45be-8d47-5b6e6d77d487", + "5feadecf-5b7c-423e-a9de-ee226c3734a8", + "4ad9fd03-4e55-43a1-b4b9-226c009ae23c", + "81b70830-991e-40ad-8b30-335b901e7f56", + "11eabda8-40b9-4ed2-97c3-b5d10eacaa6c", + "5cc88da4-0292-200b-e053-2a91aa0ab317", + "97c439d5-e518-42b3-a5dd-cc358762e1b5", + "d1ab160b-7a7c-48e1-b135-a07c152bd625", + "3052bc73-94ed-4b29-9672-65a48a393d6e", + "693a588b-5d27-437f-90ff-db8df704f3b7", + "1daf9839-17af-432c-81eb-c6488de1e237", + "b7295004-a135-7c7e-e053-2995a90a5d95", + "305397ef-1016-4270-8858-6a9facf010f3", + "99eda7dc-b3be-436f-e053-2995a90aefc2", + "60ea7f8f-808e-403f-a349-474a3247b2c5", + "849bd52a-b731-3ba7-e053-2a91aa0a507c", + "2815cdb2-3d88-4aee-b346-d68644774c0b", + "643b710c-b11b-4a10-bd1a-e89948b41d36", + "404de266-fa3e-4164-96aa-62a24ca8f82b", + "5f42f4e8-29fa-4cf9-947b-48d8f75e8622", + "19afcf54-2090-4588-9af8-e6536db8fda0", + "0327c16d-dd37-41e6-91cb-05c9e17829b1", + "3ad4e930-f0c0-4676-a2f5-fd54a2101c43", + "994c2814-0949-4d51-e053-2995a90a50b9", + "a7e8235b-ff51-86af-e053-2a95a90a92d5", + "84771ac5-ad0c-e0ec-e053-2a91aa0a1b36", + "d341b832-edcf-4cb2-96e1-c303b030c59a", + "58a6586a-e06a-444d-82b5-b8e2e70bde3d", + "164082b6-c9fb-47d7-986f-3f687b23f259", + "3b5d7b61-0bd4-4b4e-8bed-dabb552d18c8", + "da7978da-5220-4979-95b1-832fb7a0c9b2", + "3836cb06-7f1a-4cc9-bc03-eb13def44946", + "9c87da20-de20-ed22-e053-2995a90a55e9", + "b714ad4e-d1aa-1b56-e053-2995a90a2cd3", + "99ddf630-5be3-4c72-af10-12b62f249187", + "b3f95fab-02b7-26d6-e053-2a95a90ad1d3", + "ae0a240b-ad2e-8c92-e053-2995a90a67db", + "577695b7-c7ad-437a-bcfc-b458a9a91155", + "bed3dbea-9252-4e2a-aa9e-94e80d5f70d9", + "d04e691e-6d1c-4c39-9504-7ac0f1bd197d", + "f9dd2797-c804-43c4-9d64-47de3b63a19a", + "3798a76f-295c-4a5b-96e9-c1bdaba99f3c", + "363182fb-8226-4a1c-955e-2ef1be149d70", + "999a325a-9e12-4c31-e053-2a95a90a4f1e", + "994c16e0-24ac-d3c1-e053-2a95a90af519", + "9c458b3f-bbcf-2312-e053-2a95a90a5be0", + "44bbfbaf-c63c-4e72-8ee8-5be80600773f", + "55b4a125-6023-6be3-e054-00144ff8d46c", + "9377a296-a104-6ef5-e053-2a95a90afe42", + "aba950bc-848e-9637-e053-2995a90ad0e7", + "c28cf224-68fa-a878-e053-2995a90a9bb8", + "c6a0ba05-76e8-224a-e053-2995a90a33e6", + "60f41580-e08d-faad-e053-2a91aa0a9076", + "11e6adf3-2492-4872-b660-a6dec5ab2353", + "99fb7672-bd6e-8e69-e053-2a95a90a7612", + "7ddb9f9e-aa18-a1d6-e053-2991aa0a60a0", + "7ca8f962-c094-4ffc-aa80-79325eff5183", + "264268be-d6a5-4077-a560-61bfa856ce6b", + "c001f303-51eb-f2e1-e053-2a95a90a8184", + "627e3c9e-5621-4d62-b1c8-46db7cae225f", + "d6b349b3-d7fc-468e-b9eb-a7a81d26522a", + "6cc49743-34de-4b67-bef6-f6f1b5a4912c", + "45adcf1d-50bf-4d13-b78a-fc4387e7b276", + "50bdbe01-e4c1-4d1a-a7b8-3252def5503c", + "1c97b8ea-49f9-4a08-a47f-1a0d858889d6", + "963b9bc4-04cb-3b09-e053-2a95a90abca7", + "8ebfe9e5-309f-446d-9107-b88bf733dcbb", + "5492a259-e79f-422f-8c1d-a9b21e4b02f0", + "860bd0e8-1e78-4767-a6ed-e321e55b0c7f", + "5f8ca325-03d7-4046-ad97-44e43e970a91", + "329c6cd1-313b-4f50-abdd-4a95cd7a95eb", + "5a71a080-5c47-4a9e-a469-faacdda0abfa", + "bc808f68-cd5d-325f-e053-2995a90a1a1f", + "bd636ebb-e021-3846-e053-2a95a90ab2a2", + "15bc2d4e-a16d-47d8-9917-eb5f6028abed", + "0d50c08a-833f-4821-a2ed-7801b885706f", + "c6b05488-ada7-6a70-e053-2995a90a0ead", + "9948f782-97b4-3421-e053-2a95a90af920", + "9aa0023b-e66c-9b24-e053-2995a90a7a4d", + "99edf6bc-5f64-3884-e053-2995a90adce8", + "98d204ae-3e1a-bbb9-e053-2995a90afe40", + "967c9a59-2af4-4a87-a077-e5bbd59f0a21", + "b7142c19-60cd-b669-e053-2a95a90a6855", + "ac55b69c-585e-4dc1-bab6-220a5cb85c25", + "ec1f76f9-b06b-456b-965f-900a29ac6ad1", + "16330eab-b579-446a-ae6e-d46802cd2109", + "60f1fdff-c294-47b8-a67f-211f5cd8b3e3", + "96264f6f-3bf6-4c0e-8fc9-180580e4ed31", + "1e765f6d-f9e0-4453-9a5a-4b0e473d0054", + "87efc4a6-73d4-4cea-8a6c-f6e6ae9ba758", + "f0953129-f628-4ba6-8c78-fee2bd03616e", + "675a3345-b1bc-4dee-8a8e-2684df88d21a", + "4b1eaa77-7825-483b-8cc6-c0843c556322", + "fc270a6a-06a5-401e-ac49-1e23ab1852c9", + "faf84565-3cdd-4a71-9bde-0e7750b2935a", + "95bfdb2d-2289-5e53-e053-2995a90a1388", + "a7d5e9ac-4e33-ad9c-e053-2a95a90a3e1b", + "7d0825c6-a6b6-4cd6-b487-7392cfcb99de", + "bc0f285b-0f83-46ab-b61b-549537add747", + "5df94477-facf-485f-8703-96dce87a2bff", + "99ee93c6-5c7d-6218-e053-2995a90a7f84", + "9c1ec8ba-e750-12ad-e053-2a95a90a438b", + "eab5a905-67fb-494e-8f55-aeeab4c2dce2", + "4843cda5-1e50-4369-84fd-25d0fdc0a475", + "acc6b2bb-853f-4afb-974d-1b94e14107de", + "2f375a9b-63dd-4797-aba7-f1660d28ce4d", + "577e747d-5297-45b6-840f-94e278303e75", + "91daf409-be3f-4497-a615-ca084fcdfa38", + "994a17d8-8435-3bd2-e053-2a95a90a243a", + "9970c266-bd7a-895d-e053-2a95a90a2faa", + "9ab487ec-5dd2-cc72-e053-2a95a90a4e37", + "662c1a29-ab47-49d5-97ad-dc55f4cda591", + "5f25d630-4552-4136-b57c-8c64ed341d17", + "65aebebf-1ced-4e8a-8941-be44f57b67ee", + "3cc802ad-35d1-4f7c-8537-b542638ad603", + "5423e69a-4965-4f54-bbca-e3a063891dfc", + "9ab71699-4803-1b95-e053-2995a90ac658", + "5dec7bb7-ac4f-43d4-b815-f48f0a612b8b", + "a822e640-3a05-8fdb-e053-2a95a90a128a", + "da70ba03-ed38-4fce-939e-04c7eec06087", + "23419246-72a9-4295-805d-4eb4eeab0327", + "04950b56-7760-4b6c-8110-86b6a3f795b4", + "4f3a02aa-6534-464e-b1ab-ea8e67a0a77b", + "26d1fb03-d7d2-4304-a55b-e98935a2f610", + "ae6270fc-0f8d-4bba-8f12-adba3f07f7c5", + "8a819219-40b4-4c94-b3cb-fa856773b55f", + "ef9ecb48-b394-4a85-8ba8-aa397d20cd84", + "54228400-98d2-4ea0-a423-71197d1b57b9", + "3dbbe446-bc22-410e-9e58-bdbea1a2f477", + "c46da180-acfe-b1ba-e053-2a95a90a8601", + "9043983c-7ee4-4971-8885-36f814bb570f", + "a8239507-6475-156c-e053-2a95a90a609d", + "dbe7055a-a5cd-4794-b9c5-0b98add36445", + "cdfe5c95-3f90-4620-a618-18bac0471c3e", + "c4e5c6bd-f322-079b-e053-2a95a90a8053", + "ec2b7938-988f-4917-a8c2-e46130e28ecb", + "fec56711-23ff-448a-822c-90f903c71afe", + "a0442530-c6fb-4b3a-9a5b-91870dd67236", + "9f5f6cca-c447-491f-a9c5-3e56c16dbc0e", + "273aee50-2933-451f-96e7-01193312e440", + "c5a2b240-a3f3-409f-ac5c-107bc54396a4", + "89cc548e-88d9-45c5-a255-a0052cb74eaf", + "95fcaed0-b761-4e6e-a1a6-184dc3ba0548", + "ad4d51f6-b55b-45db-b034-fb3da54fbe99", + "ba11fbcc-528c-0100-e053-2a95a90a78c0", + "c28af208-884a-6ab0-e053-2995a90a9ff7", + "036ef1ed-32ef-46b8-8817-b3f63a014280", + "470436c5-f3a5-43c3-bb40-eba17f46ca34", + "439dce70-6238-4512-878c-5d3a99417727", + "ccc25275-e016-4cf3-838a-9b46e2ee73d0", + "99717016-1d66-8164-e053-2995a90aed90", + "17829cf0-0f8e-4be4-9b23-567e5f82db5b", + "9e540edb-2cfa-4353-a704-44bb7cd7221f", + "964e357c-a8ac-09fa-e053-2a95a90a37c6", + "1125e9e9-ee3f-4c77-9f42-4c45a0c9dd41", + "7dcf1b8b-7899-4d8b-a487-d4b85ccf4870", + "3e5b462c-6c7d-4dde-a337-b51ede4575b0", + "94b6c1eb-d003-4e28-9d0f-53f6d0654aaf", + "2fcdeb06-17de-49d8-97bb-8d31e1c0c61f", + "bb267f14-e4fa-bfd8-e053-2a95a90a97d9", + "7857c357-38cc-2f61-e053-2991aa0a6602", + "06238f34-aed1-4475-abf7-6a04bd7fe0a6", + "c001f303-51ee-f2e1-e053-2a95a90a8184", + "a7831b84-1f50-9258-e053-2a95a90a901e", + "662b2ef7-6628-4d0e-a02b-f593999652e9", + "660600c8-dac2-4b75-8358-583a85a03732", + "7a223257-cedc-4558-979a-18a97d06f32a", + "d39b3a19-b0e7-409d-9e0b-ef847fe8be2f", + "9402dcf7-ebbc-feee-e053-2995a90af2a8", + "994a1f6a-e69d-3b72-e053-2a95a90abf7f", + "c6b050b5-d910-66ed-e053-2a95a90add81", + "49bd9752-ddfd-4cb1-bef6-22b4e5b95a37", + "c354d775-6e6a-6f53-e053-2a95a90aa1db", + "34f6223c-6d35-415e-ac49-30169681611d", + "9d258c26-032a-4794-9aa4-5581804871f7", + "93df7113-880d-4a3e-e053-2995a90a5a09", + "071cab57-13c8-40b6-a891-9d0ef54034e8", + "b6859943-6afa-7501-e053-2995a90ac34d", + "954bcb20-a770-4d97-aacb-deb22880f9ee", + "95503e17-a821-4be9-89ee-9302ba1ae966", + "ea1cdd49-67b1-40cc-8f66-60dba358edc5", + "b01ddd58-6ddc-4d63-b60c-52a45fc7af4c", + "b7c052ea-a1aa-043e-e053-2995a90acebf", + "99ee5b37-8d97-02a9-e053-2995a90acab3", + "24cafd67-da4f-4ecf-a57e-2b648e2e2509", + "a4d367bb-6c7b-0e67-e053-2a95a90a2c66", + "bc92f329-2b38-6785-e053-2995a90a055d", + "1f0c4cbc-834d-4f89-a767-d4f2c50f6885", + "28a741d7-4077-45a8-8efe-4d2e48aaffa0", + "b7c04e09-4757-2129-e053-2995a90a09f7", + "e475ca39-0c6b-408f-a08b-fc8917ae04e1", + "81911f6d-7edf-4183-9720-2f20a5db498d", + "dcd59c66-4b58-4b09-9cdf-17802e8f94a7", + "bd5aae99-dabf-051c-e053-2a95a90a2eef", + "9b272915-dd77-44ed-b6f8-4934ec957776", + "fa28207b-bcf9-4f83-8ab8-b915e03b54ee", + "dcfe4c81-b6e0-4a9b-a521-f3ad0c0a8e48", + "12d9e97b-fced-430a-bb5a-359f829eee31", + "47885dbb-5fb2-4cc2-91ac-4160fb8e9759", + "05c7cfbe-930c-469c-8665-4d7ea9e8aacc", + "2d63d3e8-3f40-4c05-949b-e38d970f94fd", + "b9697ad3-7126-4726-a6ed-4456dc4b0616", + "cea5edd9-e1e7-419a-9ef1-4862561c96dd", + "9745e6c6-cba8-4238-b344-5821a2939fa4", + "0a070c30-2d49-45d8-a34a-0c1efd061de1", + "636b0d60-42c0-487e-96ff-e612695b2556", + "2fd42f44-d3d6-44a2-b509-93a9e8e9f455", + "b809ecca-372d-4f58-9a44-3ad2382cfa24", + "7ea14ad0-056d-4bca-a9e7-09fbe4c39060", + "f12111fe-87e3-4f2a-9ad5-43da1352c5e0", + "281a4337-26d2-4ec9-8575-d28990807f9e", + "12fba515-0b3f-4848-8508-3ff89fd23674", + "e93221c2-b15d-40af-83ae-c319bd7eda9b", + "9948fa68-c48b-4050-e053-2a95a90a0aed", + "cf805bf8-ff9c-4c89-9918-787ea3e00842", + "8cabb8e1-535f-4c6e-9492-d5578de0bf0f", + "99e801d8-7d0c-e771-e053-2a95a90aef6e", + "a783a991-6c97-c8bf-e053-2995a90a77c1", + "b9539d1e-b8d9-4b6b-bd0c-7cabef0c3958", + "8f223c99-4aee-4e5e-8cd1-ee09d1525832", + "954d8e4e-16c5-4708-bdde-f27ccc636664", + "7c0948f2-8cf5-4f32-a823-f7a27e6a04ce", + "24737945-c57e-4dda-9665-341d68d2e42a", + "eb257da6-f65d-4848-9f6c-4f709f727964", + "a4c805ac-3fec-42b4-a52d-fb8a862393af", + "f8e38186-22b2-454e-a24d-03f8d983e495", + "840319a6-8b7d-4b26-8825-c3eb79f3cfef", + "9b7bfd08-fd92-5b38-e053-2a95a90ab51a", + "d1f8d939-971b-4a96-9a79-613fb209e9aa", + "5274f4e0-ef15-4ff2-9cc1-7e3daa34b909", + "5b9f2da3-304c-4cf2-8308-6989ef171dc5", + "0f037a9a-ac43-4386-89d1-93409142157d", + "c69de816-9d12-b8ae-e053-2995a90a01ad", + "604fd878-eb8a-4f7b-9f30-98cddeca3d8c" + ], + "spl_set_id": [ + "1858cf76-cf36-4c56-9e15-14db609aa10f", + "3c683783-87aa-1a6e-e054-00144ff8d46c", + "3ce0c1cd-32dc-4f78-e054-00144ff88e88", + "4c6c7b25-b8ad-483a-e054-00144ff8d46c", + "7ccd8e04-4bbb-4465-a81f-a8b2bc6b9b9b", + "b7db77a7-0580-455b-a2ef-a68584f03981", + "432989f9-a29f-58ef-e054-00144ff88e88", + "495d97b0-d95c-46d1-a76a-56ac7f823538", + "905fcd7a-7d39-448e-8301-3b931ae3ad41", + "9b0d3f90-54aa-4256-8e06-466655407e13", + "a8b70bda-89be-4c1c-998b-3d97ceac9fee", + "bfb80841-edda-482b-b401-e5f1cd52440e", + "c5ffaaee-0f78-4a13-e053-2995a90ad6ba", + "ef881ca2-5d65-43a8-b990-1cc50d546199", + "f13d09c0-5576-4848-af04-d331f51f4e59", + "3ff92c9a-987f-468e-9e18-1e3e171ede14", + "455d4d17-5004-583b-e054-00144ff88e88", + "643680c7-e529-46c2-bddc-bece693c6d41", + "6f624ad3-ad58-4a11-9108-589d75ca75bb", + "964c07b7-4560-537c-e053-2995a90a2f4e", + "ce44254f-6e33-4cbd-a609-6a926376efaf", + "38c6cece-71a0-40d8-bfc8-2f6467f9239b", + "4a527608-b4d4-57c0-e054-00144ff88e88", + "82f5e540-a1b2-48e2-9b1d-ff52c29f7835", + "8b207b49-d3fd-4108-b611-dca27c9dc78a", + "9faf82d9-ed83-4007-b580-117d7e7fefc7", + "a6184338-cd4a-42a3-8eb4-a91f16e37c7b", + "a7c5a5db-bdfe-4601-ae51-dedd81626b0d", + "0c47c9d3-7695-48bd-b024-597c9c04d089", + "2931d427-b2be-4db9-a58d-ff89c221ff51", + "3ce1b794-cdd1-38ee-e054-00144ff8d46c", + "5e3a3c20-dabe-4427-9e75-99759905caa0", + "690d7828-a983-456d-b8d9-4286a5f0a4c8", + "8c45d37d-01f6-4d0a-83b0-eaa1cfec605f", + "940742bb-13ec-0d2b-e053-2995a90a002b", + "a4dcf7b9-d2c3-45d3-9410-fc4d55052a3c", + "abf564a1-0823-433d-a023-8be4e085daf4", + "bfea2a7d-e77b-b415-e053-2995a90af4c8", + "fdc3a8b9-3edf-4339-9656-623973b32ea5", + "14f6f475-32d6-4783-8dcc-1fe265902d55", + "26580067-050a-489d-bcfa-14cf8eebf892", + "322f1b54-abe9-11a7-e054-00144ff8d46c", + "3b4e6ac5-4d9b-3e84-e054-00144ff88e88", + "3be8662a-c7b7-4d9c-e054-00144ff88e88", + "4933a495-7e15-4bd2-e054-00144ff88e88", + "61e4e83c-ee98-579d-e053-2991aa0ab099", + "63c2f527-a7c5-4c91-b47d-e29e48374c33", + "63eec93c-16ad-7b0d-e053-2a91aa0a4ec5", + "98a0503c-add5-4453-9d9d-6f813866f4b3", + "9e54f687-4072-42fd-a14b-af67fe8b6cc4", + "a2f5e91a-a9f5-8a80-e053-2995a90a29ff", + "bc980e08-8afa-02f5-e053-2a95a90a0a1e", + "bf772925-eb69-5544-e053-2995a90a30e7", + "c69f07b1-660a-db03-e053-2995a90a5464", + "ea918cb1-af3e-4a02-bd34-db4ad1b0e6bd", + "face4e8c-3d0f-4c2e-83c1-44397b225ae7", + "4e963099-fd7f-4862-9f9c-9f1fb963779e", + "8c92de83-ed60-46c3-b289-4b45a1915e24", + "b97558c5-d836-42ae-bfa5-0f4c6bca7e4a", + "dd156404-76ea-4e55-a68c-83ce6dbf462d", + "02ea9bae-b683-475b-92b4-c667eaf02380", + "2af52040-39c2-4e6e-8102-3a66a5dba7bd", + "3f737ce2-961e-4bd0-ae6d-078248cf1c67", + "479284ad-ec02-4b74-e054-00144ff8d46c", + "621fe3eb-1ef2-4272-9482-a53a7aaa32f5", + "d9203533-5a7c-4657-8c1d-15bda58bd44c", + "09e25e8e-a861-45cb-a919-36c30d3b7f7b", + "2faac316-7b59-4df8-b751-37069e865263", + "492deace-7ea1-4fe3-a4c7-b2c6f195d68c", + "6b6af478-28e6-4079-ac3c-2328c520ab48", + "6e2788b3-1e33-4908-aa2c-475d69b94ee6", + "77d01457-e8c1-4976-e053-2991aa0a59b4", + "9b30c7d4-d36d-31ee-e053-2a95a90ac5ab", + "9b311b76-1892-4b74-a07a-8b321436d4a0", + "bb99b942-1f84-43e1-a18d-3a975cddc59e", + "d648fd29-4638-4ca0-90c8-31600c1e9a06", + "44b9f997-87d7-1f0a-e054-00144ff88e88", + "5a0b9985-a38e-4991-a653-5ded733e9e7e", + "ad001c7f-cd3f-4577-a793-50055e432747", + "c7a8c877-3e20-4910-8ea4-1714fac3ff2f", + "26a89c04-d605-42b4-abf2-728a49551871", + "49261864-e596-20e5-e054-00144ff8d46c", + "85eb5566-5d67-4b4d-99e4-cf564f0c18c7", + "875f38f8-4e6f-7517-e053-2995a90a2181", + "99d7e467-a3db-b4f0-e053-2a95a90a900f", + "b05723bb-ff61-4fae-922d-aba752f8e458", + "b84b3509-3178-4616-9bec-dad85a4f9d2a", + "bf793b86-9563-5759-e053-2a95a90aab94", + "0235e083-5f3d-4bae-b14a-b12db623180c", + "1b3c4d55-607f-499c-9ec3-9ce998f5490d", + "4adaeeb7-3c95-4d67-e054-00144ff8d46c", + "4dbdabc4-280d-4c9a-8c54-84afc615c8c7", + "541a8e91-9438-4ebd-8bfc-a2674f6a9c4a", + "5e14beea-c1ef-4407-ad62-3999416f8ce0", + "5feadecf-5b7c-423e-a9de-ee226c3734a8", + "9255322d-dd0d-4429-b1ca-805c7348c38d", + "a270fc36-f2b2-4f56-81d4-cf165f6b5abe", + "b60ced06-725c-4dae-abbf-21cab9e431f9", + "bc9467ac-4688-401b-af4b-a892c783921d", + "013841fd-a4ed-495b-b38d-6ce81d65d120", + "112f1002-c007-4363-ade6-8dfbc61f4b64", + "1a143efe-c6f1-43e1-9864-8df6c7455616", + "348d3dfa-6a52-4583-96e3-83c4bf2df45b", + "3ef4eac7-cc9d-4ee2-b93a-59b85dbc6e7c", + "8230c4e9-c5a0-9ad5-e053-2a91aa0a1e51", + "2863d17f-b613-4149-8cfb-7f4a1b40fc79", + "40f9338f-41ad-19a8-e054-00144ff8d46c", + "80e10be2-879b-47ba-b34d-a3c25e838e05", + "849bd52a-b730-3ba7-e053-2a91aa0a507c", + "c15a5dde-6789-4491-98fd-d248a5c7f076", + "e9dbb005-c78a-440d-bd7c-5b4d64fa2a21", + "f697de02-7df9-4419-9835-8b65bbaf4215", + "fc85cff6-3449-4f86-9afc-2653842d6d28", + "19afcf54-2090-4588-9af8-e6536db8fda0", + "2847e82e-203e-4976-8c4f-4a5caa75ce00", + "453ceee1-414b-4f4c-8408-eb540a79ca05", + "4a67f0d0-788b-433b-e054-00144ff88e88", + "8086c26d-c00d-e743-e053-2991aa0a0b03", + "84771ac5-ad0b-e0ec-e053-2a91aa0a1b36", + "d341b832-edcf-4cb2-96e1-c303b030c59a", + "f6e95a3f-65a7-4e69-beb1-c2d8ff60dec8", + "0cdb5356-a691-4aa7-810c-09131a96d84f", + "28e8dd03-25cf-43db-8c4d-3aae99be9d53", + "2989649c-e5ab-4118-a4d4-0f22a7f9f0a0", + "3836cb06-7f1a-4cc9-bc03-eb13def44946", + "7ccb324f-b12b-4867-87d5-b444e0c5b9a5", + "865ac576-5525-2104-e053-2991aa0a87ed", + "99ddf630-5be3-4c72-af10-12b62f249187", + "b3f94f95-62f1-5b03-e053-2995a90aab32", + "b90b23fc-e25f-4c36-be67-358b5cad1d50", + "bc619258-7451-460c-9472-95678ea82d6e", + "cb9da8f6-c5cd-41c7-b90c-73a5865e2a1c", + "d04e691e-6d1c-4c39-9504-7ac0f1bd197d", + "f9dd2797-c804-43c4-9d64-47de3b63a19a", + "07a50168-6b05-4c99-9969-7d7f0aa54f30", + "2ea98f53-4fb5-4a1d-8f20-ee3e7b55f424", + "3203dfc5-2cb1-4703-8d81-63fba07ddd98", + "4a656a9f-8f34-69b7-e054-00144ff8d46c", + "51759451-63a8-0fb4-e054-00144ff8d46c", + "51dd53e8-22ff-4967-9124-f15c3986e4dd", + "55b4a125-6022-6be3-e054-00144ff8d46c", + "63b3cda4-dfb1-5a62-e053-2991aa0ab610", + "8745ae49-e6d6-43d6-9530-bcdf0b6c90e5", + "ae09fc01-b48f-e120-e053-2995a90a1978", + "bdac6778-384c-50bb-e053-2995a90a0e17", + "0108b97f-02e9-4f86-9f33-cde4f919affd", + "04b3d397-df99-44e2-a191-6e9199b08398", + "41e63d39-bfcb-07a8-e054-00144ff88e88", + "616bb658-5d0c-de11-e053-2991aa0a46b8", + "78f11b4b-d203-45c9-9b29-2c135eb66619", + "94026c17-8a29-455e-b44f-ee922e877c57", + "9b8da147-8d0c-e6b0-e053-2a95a90a35e6", + "c22944b8-8733-4689-be0c-f320467f79ea", + "d405655a-260d-4a26-bf6f-053c6a6c87af", + "fcd76d48-033c-4a70-aa8b-abecd416d1ae", + "fef3834c-ff9c-47aa-a888-b1cf2635de12", + "0284eee8-5a86-4e3d-ae50-9b6706ae324d", + "08953df1-cc29-452f-bc69-b19970a1fd2e", + "40cd0ff8-c745-3b99-e054-00144ff88e88", + "4989063a-7b6a-4e8a-8e97-29368d94dd0a", + "60d5fa96-528e-486c-ada2-cdfef090b61a", + "66b70d90-9130-471b-80a5-6871a80b000e", + "80509620-a3d1-49d5-b2e3-bff61ef4583d", + "9141fbcf-02a3-48a6-a9e6-07ac928a4804", + "a563ed55-8487-4901-b8ad-78abf3a190a4", + "b3c1e3b0-04fc-4ccd-e053-2a95a90a4774", + "b3c42bd7-325b-1ad3-e053-2a95a90a6101", + "d77c629b-5308-4b71-9024-9899cf88dbae", + "0d50c08a-833f-4821-a2ed-7801b885706f", + "0e78664a-ccbb-4b8b-a533-a78d243f8ce8", + "3687839e-15e2-40bb-e054-00144ff88e88", + "40ce1140-4403-03e9-e054-00144ff8d46c", + "4171e196-8f20-276a-e054-00144ff8d46c", + "6bbdc167-8c00-423d-b203-02b882839833", + "72dcce11-adce-432c-b199-aa1e4730d215", + "86598cdd-6898-be1b-e053-2991aa0a6739", + "99c7ab95-df12-4041-ae1a-398cc6f0085d", + "9e1c883f-016e-4c05-b27a-750d14c0f3e5", + "e7a8fbd3-fe28-4701-959c-3415ffb376e7", + "ead5101d-761a-4d1d-b14b-4dd548d2def6", + "3888a861-26b1-4ded-a09b-ae8ddfedb359", + "4314ac58-03aa-479c-a711-4818cc332531", + "59ad3cc7-4144-442f-a37d-75c5fe23e1ae", + "ae41e697-1561-4ce4-b844-e083560ad1d5", + "af3b6297-b3e4-461b-bca3-06dcd524e9cb", + "def9eaef-308f-49f2-898b-469c2c395d27", + "ffb9d2bf-0818-4109-a6f9-2f0ac74b872c", + "2677ca2b-b211-475e-a9c4-643fd54a744f", + "3b8b1924-3b33-0420-e054-00144ff8d46c", + "437854c0-8c9a-6ef0-e054-00144ff8d46c", + "48827658-02f7-4599-a90a-1543b30b9de1", + "6bd48101-aea6-44d8-ba34-d74967edb928", + "7471ec99-6c0b-40d8-a9cf-85240a0d471a", + "77ce0a54-6656-37b1-e053-2991aa0a334a", + "9c1ec8ba-e74f-12ad-e053-2a95a90a438b", + "eab5a905-67fb-494e-8f55-aeeab4c2dce2", + "ee2a1a43-4396-4a08-b7e6-fcbe70aff164", + "f89c9c75-cde8-48d4-b8de-c6c2c47b937f", + "23fa3378-d9f9-4671-ba1c-9c9611b1fbef", + "2a6be8a6-3221-4675-b41c-dd795a436fd5", + "2ca9f07c-7287-4f2c-bdd9-ec8f88c35c80", + "3c6551e9-6f2f-6fd0-e054-00144ff8d46c", + "47dfbe23-f407-6588-e054-00144ff8d46c", + "4be19c3e-405e-3ff4-e054-00144ff88e88", + "662c1a29-ab47-49d5-97ad-dc55f4cda591", + "7451cd9f-1723-46d0-837e-8dc48bfb6bba", + "d0477b1e-457c-48b0-9b3e-4f3b9ed8f259", + "f4786707-a0f7-4ba8-9656-06278d1b4b6c", + "20c07169-9c9d-4c3a-b6dd-f6874c2de814", + "55b2b35f-476f-1cc2-e054-00144ff8d46c", + "5dec7bb7-ac4f-43d4-b815-f48f0a612b8b", + "a13f9a46-801f-bd22-e053-2a95a90a923c", + "da70ba03-ed38-4fce-939e-04c7eec06087", + "ee3faeab-4cea-4852-9ddf-901a346c092a", + "04950b56-7760-4b6c-8110-86b6a3f795b4", + "4f3a02aa-6534-464e-b1ab-ea8e67a0a77b", + "72ac000c-90f7-42e2-88a6-740de114a954", + "ae6270fc-0f8d-4bba-8f12-adba3f07f7c5", + "d8da54b8-6456-4e7d-acd2-a55e2249bd01", + "ef9ecb48-b394-4a85-8ba8-aa397d20cd84", + "f67da7c2-d48a-44b7-96a3-f43df813d68e", + "551d6135-2650-4c27-a20d-d56a9aba7b71", + "673c45dc-84fd-5b45-e053-2a91aa0adea8", + "9043983c-7ee4-4971-8885-36f814bb570f", + "a14117cf-15cf-6c23-e053-2995a90a6d6b", + "bc56a82e-b875-4a4c-9b49-4bfbc6918724", + "cdfe5c95-3f90-4620-a618-18bac0471c3e", + "d89f3184-7081-4e16-a504-9214283891f6", + "ef962dab-2c53-48ee-a521-9f3343b5251f", + "f74e1fc2-9d8a-4839-9403-f757cbd15af9", + "25db68f7-af79-4a43-ac16-469ff08d64b8", + "35b3d9d0-b04d-4f6d-b99d-435233803d4b", + "63318b46-d47d-474c-8fb5-5e0d53b7adb4", + "639b39b5-44e0-4bba-8887-ce62cfac6837", + "6dbd58f4-4329-4d6a-895a-3a1b20e4db60", + "95fcaed0-b761-4e6e-a1a6-184dc3ba0548", + "ad4d51f6-b55b-45db-b034-fb3da54fbe99", + "bdb43d3b-ddcd-4359-a174-a5556e7c5f57", + "c28af208-8849-6ab0-e053-2995a90a9ff7", + "036ef1ed-32ef-46b8-8817-b3f63a014280", + "1f0bf224-3268-43ad-9400-78735ca7c331", + "2c6183e3-00e2-48d5-884a-90a05bf4616b", + "3495102f-55d2-4a94-8d55-f46f49e00c27", + "47e0830f-31e7-5ff0-e054-00144ff88e88", + "486d7a5f-cbc8-4f86-b12e-c5325bd8c62d", + "811760bc-863b-426b-8ac2-902773380e9b", + "964e357c-a8ab-09fa-e053-2a95a90a37c6", + "d761954f-940e-4833-87b7-173a921aade1", + "dbef2200-7801-4d42-b44a-1d3c6d9e4cdf", + "ffcb6e47-62d3-4eed-9f2d-386b7ec3b5a0", + "081eb852-1e52-4f23-9746-54b73d83aa6f", + "2fcdeb06-17de-49d8-97bb-8d31e1c0c61f", + "673b54ec-a6af-4236-e053-2a91aa0aec86", + "7857c357-38cb-2f61-e053-2991aa0a6602", + "7cfcbb36-c84c-4dc4-873a-ae1c5204aa00", + "9b8e802f-91b6-4559-e053-2a95a90aff67", + "a7831b84-1f51-9258-e053-2a95a90a901e", + "c3dd9b4f-db67-4ad7-92ac-7f74af1a06cd", + "c41b6cc2-c852-45fd-858c-c7bedc5dc882", + "c7f26b0a-f2c4-4ed2-9673-52f90d1a41c9", + "d39b3a19-b0e7-409d-9e0b-ef847fe8be2f", + "303bee24-d308-4b16-b382-c5f818014117", + "3c679059-2532-485a-e054-00144ff88e88", + "45496790-a23d-4e5a-b840-d39b4d7434c6", + "49bd9752-ddfd-4cb1-bef6-22b4e5b95a37", + "60703e3d-52b1-49c4-b4e2-59d96fa09a78", + "aa1edf93-d3a3-45a7-8892-ae4be330f44b", + "b0e7d321-4a2e-4683-a757-259456410bfc", + "c6e1ca56-fe0b-4182-ae85-60426a620574", + "071cab57-13c8-40b6-a891-9d0ef54034e8", + "27d9b505-08bd-4261-a59d-6ddc4031be32", + "90d1d48d-21ff-44c4-8da4-e8dea75964d2", + "a05bc8e7-ffc1-4abb-ade5-c3394a7e49bd", + "4942747a-8b6c-422a-8150-9bd91c0a3778", + "50d9e7a4-79b8-4315-8717-0f416541fc01", + "766b3f3f-8bd1-281c-e053-2991aa0af54b", + "77cbc5e4-518e-7d86-e053-2991aa0a1efa", + "8f2f8360-becd-42a8-917a-7b76151ac8dc", + "968bf6dc-6a5b-be0a-e053-2995a90a089b", + "b3c2908a-bf65-99de-e053-2a95a90a6d6c", + "cb28a7f8-b908-406d-a517-5e6badde6097", + "5090f60f-fa98-470b-bafd-bb64e6b28fcc", + "723b940d-4f4b-f2e6-e053-2991aa0a8bcc", + "73b4cda2-900a-4380-a0ae-0abfecdb7263", + "81911f6d-7edf-4183-9720-2f20a5db498d", + "8b2c533b-6ae8-445d-840c-9ad25e8fd1fd", + "b3c5551b-5ae2-420e-e053-2a95a90ae128", + "c6bbffbc-2d00-4a5c-80aa-5e59204cca9f", + "d66ec376-9cac-4de5-aac8-7c6f9aa210ce", + "dcfe4c81-b6e0-4a9b-a521-f3ad0c0a8e48", + "fa191237-d230-4528-8dff-50e8d5c65b6d", + "fd637431-7a08-4454-9cae-a68716d2d0fa", + "2061475f-a6f3-4d34-b7a6-4f4847370568", + "35f79dcf-1743-4d9f-aba5-5ead6b056309", + "412a5be3-2f90-483c-8169-b733861f3aa1", + "594e80a9-b2fa-4a69-ab70-c25e78b1a40d", + "8601a194-fdf1-4a33-854e-153a7a2c578e", + "87bda560-9435-4613-8263-864143e0ec91", + "98041570-993e-4ab4-8565-1f8c0b5e433a", + "995ebf42-c4ac-45fd-b071-13b2f9597d9e", + "a4ee1bd7-4ecc-4474-bca8-61199bf9e89b", + "b1024e59-59c7-2df8-e053-2a95a90a48ef", + "189850d0-6f06-45bd-bd7e-9063ee580d0b", + "1a02c115-4f61-4429-8a6c-02e84dd34649", + "2fbe1ead-5e45-4700-9515-10baa9ac7fa9", + "32c04f3e-59f3-44aa-ad92-672444982710", + "3687040b-417e-67d9-e054-00144ff8d46c", + "3e9d1310-939b-4163-905e-143cf7993f53", + "5f7b4706-674d-425e-9504-820a9704e8da", + "6417a5d4-cfc9-b701-e053-2a91aa0a55cd", + "93c9cba6-575b-6e2c-e053-2995a90a596a", + "9eb9149f-e033-4b28-9733-6562f896182d", + "d102f6ab-fd63-4b90-8366-a2fa3338ee9d", + "2606ac08-9760-4ff6-8d90-51fbb04e6ac8", + "263e20ca-1ca6-4f7c-bae5-525a1184b744", + "35372a73-9578-4f46-9005-019fd8dd2e18", + "38c26f49-fb5e-480c-9164-bf5edcf0726b", + "4c8d39d9-9d58-45df-9ffd-2cdc41539c03", + "593a0494-d669-4bcf-8412-b92645b2d76c", + "5cbc3239-d87d-4f86-a63a-1b5b4e4ea490", + "9b7bfd08-fd91-5b38-e053-2a95a90ab51a", + "a8871400-91df-4c19-a151-6a061c7dfd68", + "ac80f627-3f51-425b-8c75-e07363048b00", + "b94eac38-62d0-49a2-bb49-053fda8129e2", + "cd9e2e11-25a8-4096-870a-9d0269e6c7a9", + "d38c72c6-2f93-42bb-9aa5-1af66aaf01a2", + "ea1abf51-7d10-4b1f-8eca-c5f94892bfe7" + ], + "package_ndc": [ + "67091-358-72", + "59779-748-12", + "41250-108-60", + "41250-135-54", + "47682-088-69", + "47682-088-64", + "47682-088-33", + "47682-088-99", + "47682-088-47", + "47682-088-13", + "47682-089-13", + "47682-089-48", + "47682-089-99", + "47682-089-33", + "47682-089-50", + "47682-092-33", + "47682-092-48", + "30142-300-60", + "30142-300-72", + "30142-300-16", + "30142-035-36", + "36800-489-83", + "51532-0303-2", + "41250-553-20", + "47682-285-33", + "47682-285-99", + "47682-285-36", + "63868-701-66", + "75981-012-32", + "41163-881-06", + "41163-881-23", + "41250-232-20", + "21130-302-72", + "21130-302-60", + "63868-057-32", + "37808-135-12", + "69103-2552-5", + "69103-2552-6", + "11673-051-90", + "21130-501-50", + "68163-100-66", + "69842-360-20", + "63868-049-72", + "0395-0431-01", + "69626-0008-3", + "13411-845-24", + "13411-845-30", + "13411-845-60", + "68163-011-00", + "70677-0067-1", + "30142-108-72", + "41250-109-36", + "24385-106-80", + "68163-103-65", + "62211-239-57", + "55910-097-45", + "0363-2730-72", + "46122-225-75", + "81768-0001-1", + "61010-4408-0", + "61010-4408-1", + "61010-4408-2", + "36800-615-60", + "37835-115-17", + "69618-020-15", + "37808-058-36", + "37808-063-20", + "41520-035-36", + "69842-368-36", + "41250-203-20", + "11673-043-60", + "55910-273-72", + "0135-0227-01", + "0904-7098-94", + "73242-0107-1", + "69842-436-60", + "50804-012-32", + "11822-1037-1", + "11822-1037-2", + "17714-043-15", + "11822-0312-7", + "68016-700-90", + "11673-715-60", + "11673-715-40", + "21130-130-22", + "50594-028-72", + "50594-003-23", + "30142-207-90", + "0363-1081-32", + "69103-2516-5", + "69103-2516-6", + "69842-060-22", + "69842-060-33", + "63941-022-96", + "37808-137-23", + "50804-175-68", + "69842-716-94", + "69842-716-92", + "36800-595-24", + "30142-038-60", + "0904-6842-94", + "21130-201-96", + "21130-201-00", + "36800-478-48", + "41250-415-96", + "75981-010-36", + "67091-226-72", + "36800-962-25", + "70000-0430-2", + "41250-965-15", + "41520-031-36", + "41520-485-47", + "27854-120-01", + "51376-127-05", + "67091-330-75", + "55910-692-96", + "69842-440-54", + "0363-5960-08", + "41520-468-80", + "55910-077-32", + "41415-296-96", + "46122-007-41", + "37205-200-47", + "68163-316-16", + "68163-316-72", + "11822-1512-4", + "41415-102-96", + "30142-307-72", + "54738-030-15", + "54738-030-60", + "21130-138-23", + "55910-605-60", + "69842-184-19", + "69842-184-22", + "69842-184-33", + "0135-0235-01", + "0135-0235-02", + "42961-208-01", + "42961-208-02", + "0363-1093-32", + "41520-905-90", + "49035-046-32", + "69842-396-54", + "0280-0058-30", + "0280-0058-50", + "0536-1225-22", + "41415-200-96", + "11822-1029-6", + "13411-844-24", + "13411-844-30", + "13411-844-60", + "37835-126-17", + "24385-485-47", + "0135-0618-01", + "0135-0631-01", + "0135-0630-01", + "0135-0633-01", + "69842-363-36", + "30142-039-32", + "0280-0059-50", + "0135-0641-03", + "37205-333-69", + "80733-006-01", + "41415-201-96", + "11822-3016-0", + "11822-3016-2", + "67091-356-15", + "0498-0303-10", + "0498-0303-25", + "0498-0303-50", + "55910-089-60", + "67091-357-15", + "80577-302-01", + "69676-0002-4", + "68196-103-65", + "21130-184-22", + "21130-184-66", + "37808-132-23", + "24385-478-47", + "68163-102-24", + "68163-102-44", + "0113-0962-23", + "17714-041-01", + "69842-362-36", + "0280-0042-08", + "0280-0042-36", + "0280-0042-60", + "0280-0042-90", + "69168-229-96", + "52642-035-82", + "55319-018-32", + "0280-0224-06", + "69676-0046-4", + "68599-1411-3", + "17714-025-01", + "17714-025-10", + "36800-881-24", + "49035-058-54", + "57896-762-15", + "0536-1229-22", + "55301-203-13", + "0280-0001-01", + "0280-0001-02", + "0280-0001-03", + "0135-0246-01", + "0135-0246-02", + "0135-0246-05", + "0135-0246-07", + "0135-0246-04", + "0135-0456-01", + "0135-0456-03", + "0135-0456-04", + "0135-0456-05", + "0135-0245-02", + "0135-0243-02", + "11822-2019-6", + "50594-004-80", + "71141-143-32", + "62011-0398-1", + "59779-596-08", + "11673-040-60", + "67060-303-02", + "67060-303-68", + "11822-1156-0", + "37808-103-14", + "51013-323-54", + "62011-0397-1", + "68163-115-00", + "41250-392-32", + "41250-409-28", + "30142-162-24", + "37835-184-22", + "0924-0086-01", + "0924-0086-02", + "0924-0086-03", + "0924-0086-00", + "36800-828-36", + "55910-070-36", + "49035-048-36", + "51645-735-15", + "73006-118-41", + "55910-089-32", + "55910-315-72", + "41415-103-72", + "41250-691-96", + "21130-472-68", + "55910-596-08", + "21130-515-60", + "55910-510-50", + "53041-127-22", + "42961-045-01", + "42961-045-02", + "42961-045-03", + "42961-045-04", + "70000-0034-1", + "11822-0216-9", + "36800-692-96", + "37808-063-60", + "30142-036-36", + "49035-167-16", + "21130-136-23", + "49035-596-08", + "49035-048-20", + "69842-397-32", + "70000-0436-1", + "69842-271-68", + "69842-271-75", + "67091-227-96", + "11822-1166-0", + "68998-101-50", + "11673-479-03", + "11673-480-03", + "11673-726-01", + "11673-726-02", + "11673-726-03", + "59779-748-45", + "0363-1082-36", + "52642-019-32", + "37835-171-75", + "53041-126-17", + "41250-566-60", + "0135-0118-01", + "0135-0118-04", + "0135-0118-14", + "0135-0118-83", + "0135-0180-01", + "0135-0180-02", + "0135-0180-14", + "0135-0181-01", + "0135-0181-02", + "0135-0181-03", + "0135-0181-05", + "0135-0181-06", + "0135-0181-07", + "0135-0181-14", + "0135-0228-01", + "0135-0228-04", + "0135-0228-05", + "0135-0228-06", + "0135-0228-07", + "0135-0540-01", + "68016-697-60", + "52642-034-90", + "69842-015-36", + "37808-464-32", + "37835-127-22", + "0135-0610-01", + "0135-0610-02", + "0135-0612-01", + "0135-0612-02", + "50804-176-68", + "67091-365-72", + "0135-0606-01", + "0135-0606-02", + "0135-0606-04", + "0135-0606-05", + "50804-127-22", + "0135-1326-01", + "0135-1326-03", + "0135-1326-02", + "0135-1326-05", + "0135-1328-01", + "67091-359-96", + "21130-971-68", + "21130-971-75", + "69168-219-02", + "69168-219-50", + "58933-446-24", + "0135-0184-01", + "37808-465-60", + "68391-102-00", + "49035-778-80", + "0121-0766-16", + "0121-4766-05", + "37205-210-47", + "68016-695-60", + "41250-454-96", + "21130-310-60", + "21130-310-72", + "63868-048-72", + "63868-702-96", + "67060-304-68", + "67060-304-67", + "71713-204-03", + "50804-171-68", + "0280-0221-36", + "0280-0221-60", + "0280-0221-12", + "0280-0221-90", + "0280-0221-08", + "0280-0221-01", + "0280-0221-02", + "69676-0057-4", + "0135-0642-01", + "37808-103-28", + "55301-202-24", + "0135-0155-01", + "0363-1083-90", + "30142-204-96", + "55301-595-23", + "11673-052-54", + "0536-1049-22", + "62011-0229-1", + "37205-706-80", + "37808-203-17", + "37808-203-72", + "50804-129-22", + "37000-446-24", + "0280-0245-50", + "49035-803-27", + "49035-803-16", + "49035-803-72", + "0280-0002-01", + "69676-0043-7", + "68998-102-96", + "41415-111-50", + "63868-703-96", + "24385-595-23", + "62211-166-60", + "59779-748-90", + "0924-0087-03", + "0924-0087-02", + "0924-0087-01", + "0924-0087-00", + "67091-360-96", + "47682-201-69", + "47682-201-64", + "47682-201-33", + "47682-201-47", + "47682-201-13", + "47682-201-99", + "47682-820-13", + "47682-820-48", + "47682-820-33", + "47682-820-99", + "47682-820-50", + "47682-920-33", + "47682-920-48", + "41250-420-72", + "41250-723-72", + "62211-196-30", + "37835-471-75", + "57896-763-15", + "70677-0065-1", + "63941-101-50", + "55910-210-96", + "68163-202-90", + "70369-005-02", + "70369-005-03", + "49035-048-60", + "41250-669-96", + "11673-060-60", + "41250-395-60", + "37205-205-80", + "0135-0183-01", + "0135-0183-02", + "70369-004-01", + "36800-489-81", + "70000-0431-1", + "21130-913-17", + "41250-363-54", + "11822-1039-0", + "0363-9201-90", + "37808-136-22", + "30142-200-96", + "41415-101-50", + "70677-0066-1", + "0135-0071-27", + "0135-0071-48", + "0135-0070-03", + "0135-0070-27", + "0135-0070-48", + "63941-021-96", + "0054-3117-63", + "13411-843-24", + "13411-843-30", + "13411-843-60", + "55301-102-34", + "16103-377-08", + "16103-377-11", + "41250-270-15", + "37808-406-28", + "80733-005-01", + "80733-005-05", + "80733-005-06", + "0135-0561-01", + "0135-0561-02", + "0135-0561-03", + "0135-0560-01", + "0135-0560-02", + "0135-0560-03", + "0135-0569-01", + "67091-225-15", + "41250-298-90", + "50804-113-17", + "36800-830-36", + "81238-0303-1", + "81238-0303-2", + "37808-111-15", + "11822-0040-1", + "69676-0019-7", + "67091-224-15", + "37808-341-96", + "36800-485-48", + "50332-0106-3", + "50332-0106-4", + "50332-0106-7", + "50332-0106-8", + "50332-0106-1", + "68998-103-72", + "36800-203-73", + "30142-115-90", + "0135-0074-01", + "0135-0074-22", + "0135-0074-24", + "0135-0074-25", + "0135-0074-46", + "0135-0074-06", + "0135-0074-07", + "0135-0074-47", + "0135-0178-01", + "0135-0178-09", + "0135-0178-08", + "0135-0178-05", + "0135-0178-02", + "0135-0178-03", + "0135-0154-02", + "0135-0154-05", + "0135-0140-05", + "0135-0140-03", + "0135-0140-01", + "0135-0140-10", + "0135-0140-02", + "0135-0076-01", + "0135-0076-25", + "0135-0076-26", + "0135-0521-01", + "0135-0521-02", + "49348-055-39", + "52642-048-32", + "37808-101-16", + "0135-0611-01", + "36800-468-82", + "63941-010-50", + "55670-141-99", + "55670-141-13", + "63868-700-15" + ], + "unii": [ + "H0G9379FGK", + "92RU3N3Y1O" + ], + "nui": [ + "N0000010282" + ], + "pharm_class_pe": [ + "Skin Barrier Activity [PE]" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "NORITREN", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "10 MG", + "drugdosageform": "TABLET", + "drugadministrationroute": "065", + "drugindication": "DEPRESSION", + "drugstartdateformat": "102", + "drugstartdate": "20140326", + "activesubstance": { + "activesubstancename": "NORTRIPTYLINE HYDROCHLORIDE" + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "RANITIDINE", + "drugstructuredosagenumb": "50", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "50 MG", + "drugadministrationroute": "050", + "activesubstance": { + "activesubstancename": "RANITIDINE\\RANITIDINE HYDROCHLORIDE" + }, + "openfda": { + "application_number": [ + "ANDA091429", + "ANDA076195", + "ANDA200172", + "ANDA078653", + "NDA021698", + "ANDA075208", + "ANDA078192", + "ANDA075294", + "ANDA075167", + "ANDA078542", + "ANDA201745", + "ANDA091288", + "ANDA209859", + "ANDA078312", + "ANDA205512", + "ANDA077824", + "ANDA210243", + "ANDA078884", + "NDA020520", + "ANDA077405" + ], + "brand_name": [ + "COOL MINT ACID REDUCER", + "HARRIS TEETER ACID REDUCER", + "RANITIDINE", + "ZANTAC 150 ACID REDUCER", + "HEARTBURN RELIEF 150", + "SUNMARK ACID REDUCER", + "UP AND UP RANITIDINE", + "EXCHANGE SELECT ACID REDUCER", + "ACID REDUCER", + "SOUND BODY ACID REDUCER 150", + "SIGNATURE CARE ACID CONTROL", + "RANITIDINE 75", + "UP AND UP RANITIDINE 150", + "WAL ZAN 150", + "EQUATE RANITIDINE", + "EQUATE RANITIDINE ACID REDUCER", + "FAMILY WELLNESS ACID REDUCER 150", + "DG HEALTH ACID REDUCER", + "HEARTBURN RELIEF", + "RANITIDINE IMMEDIATE RELEASE", + "CAREONE ACID RELIEF", + "RANITIDINE COOL MINT", + "EQUALINE ACID REDUCER", + "ACID REDUCER MAXIMUM STRENGTH", + "ACID RELIEF", + "DG HEALTH HEARTBURN RELIEF", + "HEALTH MART ACID REDUCER", + "ZANTAC 150", + "HEARTBURN RELIEVER 75 REGULAR STRENGTH", + "BERKLEY AND JENSEN RANITIDINE", + "TOPCARE HEARTBURN RELIEF 150", + "HARRIS TEETER ACID REDUCER 150", + "ZANTAC 75", + "HEARTBURN RELIEVER 150 MAXIMUM STRENGTH" + ], + "generic_name": [ + "RANITIDINE", + "RANITIDINE HYDROCHLORIDE" + ], + "manufacturer_name": [ + "Rite Aid Corporation", + "Harris Teeter, LLC", + "H-E-B", + "Wockhardt USA LLC.", + "Lil' Drug Store Products, Inc", + "Kroger Company", + "Strategic Sourcing Services LLC", + "Dr. Reddy's Laboratories Limited", + "Target Corporation", + "Army & Air Force Exchange Service", + "Apotex Corp.", + "Glenmark Pharmaceuticals Inc., USA", + "Preferred Plus (Kinray)", + "Big Lots Stores, Inc.", + "Safeway", + "Major Pharmaceuticals", + "Walgreen Company", + "Wal-Mart Stores Inc", + "Family Dollar Services Inc", + "Dolgencorp, LLC", + "Lannett Company, Inc.", + "Publix Super Markets Inc", + "Ajanta Pharma Limited", + "Amneal Pharmaceuticals LLC", + "Strides Pharma Science Limited", + "Amneal Pharmaceuticals of New York LLC", + "American Sales Company", + "Granules India Ltd", + "Supervalu Inc", + "HEB", + "AvPAK", + "CVS Pharmacy", + "Meijer Distribution Inc", + "H E B", + "JC World Bell Wholesale Co., Inc.", + "Discount Drug Mart", + "BJWC", + "Topco Associates LLC", + "Pharmaceutical Associates, Inc." + ], + "product_ndc": [ + "11822-0950", + "69256-876", + "37808-303", + "64679-741", + "66715-9736", + "30142-891", + "49348-109", + "64679-906", + "64679-907", + "55111-404", + "11673-023", + "55111-131", + "55301-852", + "60505-0160", + "60505-2881", + "68462-248", + "68462-249", + "61715-090", + "50594-852", + "21130-116", + "21130-118", + "0904-6715", + "11673-950", + "0363-0852", + "49035-608", + "49035-800", + "55319-852", + "30142-600", + "11822-0852", + "55910-852", + "54838-550", + "60505-2880", + "0363-0950", + "56062-099", + "21130-568", + "27241-109", + "27241-110", + "65162-664", + "64380-803", + "64380-804", + "64380-936", + "64380-937", + "0904-6716", + "53746-253", + "53746-254", + "41520-392", + "62207-773", + "62207-774", + "55910-423", + "41163-852", + "37808-196", + "50268-721", + "41163-931", + "59779-540", + "41250-577", + "64679-740", + "37808-710", + "55910-011", + "65162-253", + "65162-254", + "62011-0282", + "50269-220", + "37808-507", + "53943-740", + "41250-891", + "68391-852", + "36800-852", + "37808-302", + "69256-041", + "50269-222", + "11673-876", + "53943-741", + "0121-0727", + "0121-4727" + ], + "product_type": [ + "HUMAN OTC DRUG", + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "RANITIDINE HYDROCHLORIDE", + "RANITIDINE" + ], + "rxcui": [ + "198191", + "312773", + "827189", + "198193", + "1090518", + "705610", + "198190", + "198192", + "827183" + ], + "spl_id": [ + "0ebab972-16c7-4733-b1bc-e063d53f9e87", + "a43acb8e-79f5-4487-aeaa-135f03ceb859", + "9b31ce5b-977d-fb58-8822-6bfb729a1b73", + "b389e8a7-8065-48f9-a0bc-fb30bed04c2d", + "b595216b-d636-7f28-e053-2a95a90a40bc", + "7027fdb0-3ad8-44d6-a409-0f0daf4d2451", + "3a6bbf82-b787-4a2a-ba35-6e38514ee936", + "76bec459-49be-4132-843c-6f471dab81a2", + "8459fe61-6721-7cfb-31a4-b05105bc73b8", + "f35d68b6-4b55-49eb-8f1c-3cd8a68a4077", + "654a9ddb-f441-a17a-f8ae-633148d041c8", + "3d87b57a-e34a-4101-b605-f2a89b55b475", + "026bd1d9-8f27-d47a-a738-9298aab03e0d", + "7d761784-6185-452e-abc9-47344cfd16c0", + "6ac37537-b020-4981-92ec-825f72a0268c", + "8258601e-c04e-4c64-9f9e-c807a7a02a53", + "cd14a5e9-0079-446c-8fd1-ea91572922bb", + "16041643-cd8d-4190-bc8a-285b06b5b646", + "0b8b6ed2-7d1d-4d6d-86f9-0f86fb06b738", + "67cbe8f7-be45-4b89-a818-d41960d9a2a3", + "f2760ca9-8fad-4901-bfdb-b86f217f4b96", + "40ce4613-b37e-43b6-a96a-564a282def59", + "1e358cc2-eff5-42a8-9263-2771c5241906", + "398cc88c-5154-4e16-b908-7e4144b17b29", + "5ab0bc9e-ed51-4c46-be27-da1d26f99c68", + "34774f84-ced4-4d7f-a491-ecfa18f5104f", + "c761fd97-86fa-4893-b93a-eb786e268f10", + "57a86142-bb50-4b30-9bdb-79fdc7c6a615", + "89c200d6-4689-189a-1912-65e309c306e8", + "3bdd6d63-837c-4658-a9a6-ec18d5625ac1", + "b6f91681-df99-44c4-bf49-5c1d1b3e2c74", + "d3e766d0-2b13-4d35-b013-34dee406d48e", + "24380c3c-c5cd-49ad-8a5e-c9df9040eac5", + "917462a4-6f47-4e77-8961-ccdb02412647", + "6cd1c8ee-8905-413d-8d1b-6263f9cff5be", + "9e96c380-0012-4169-99cc-bb847fea90cb", + "d0baef1b-0bf8-4d1f-8899-1d913ae58259", + "c94ca145-9bde-417a-babe-e4f773ef73ac", + "ba67c441-c508-d029-e053-2a95a90a892b", + "b4be9b82-a304-4171-a5db-323ebe4e5d0c", + "0443c53e-1c52-42aa-8cb9-7e272d674f13", + "84772d1b-806f-31ec-e053-2a91aa0aeb27", + "89175238-3add-22cd-e053-2a95a90ad3f0", + "1e7028ba-3141-40aa-9c91-07945adaa00a", + "3541fb1b-5016-4c6d-b59c-a6602a9a77b5", + "5521bf62-5dfe-4db8-9dd7-b8dee439a742", + "f14b4db0-bafe-4847-8600-d88ff3da1acc", + "e4692a6c-fd01-4894-9877-f6453718f33a", + "a772437f-fff0-4c12-bbfd-86251398538a", + "21e115aa-b8fc-46fd-b15c-1bcad41f4604", + "07d11ef2-0208-4e42-881f-f3c44f45c8f4", + "60a45d64-aca4-f579-e053-2991aa0aacb4", + "8b6d6a99-09b0-40df-b403-9901e5d52721", + "c9cc5ee3-2cd0-4f79-aee9-1fe3c86e0ea3", + "a91e2602-6239-40df-8909-16d8a0b6c4c3", + "2aa1cc94-35b2-436d-831b-de6a07ebb46b", + "0f6a22ed-033f-4e79-9978-cbc2043a34e0", + "8c625e29-0b7c-f00a-0fc6-7709c52c10a2", + "12742b39-5dd1-4817-9026-467894fd5b75", + "60a48e93-d396-36ed-e053-2a91aa0a975b", + "d3b146af-dc01-4014-b68e-3cd6fd242e38", + "cae64b6b-c6c1-4f85-9b4d-410569e77d84", + "74960813-0451-584d-e053-2a91aa0a89bb" + ], + "spl_set_id": [ + "4784c5b2-58eb-4b7c-b6e9-13dde7610a37", + "a43acb8e-79f5-4487-aeaa-135f03ceb859", + "d1f39d44-9fed-e72c-9011-d153bbfce894", + "f7aa08fc-5d10-4067-8f20-3c3e176e3e35", + "5e569962-0763-4669-96c2-93012ff6cd6c", + "5e505055-ebe1-4938-915f-c879f91561b9", + "bdf8a661-100c-45bf-ac0f-4aef41cd90b2", + "da16ec36-5824-48e0-856a-16518e588675", + "00df8a42-296f-80dd-98af-ee8b30eb38cc", + "5c5521ef-1c0a-4679-bacd-4c418ec02633", + "12a38e29-130c-6d41-1753-acccb0b41efe", + "5ece41c3-2daf-4d78-90a2-9ff0bd1fbf50", + "66922e9e-3797-6ddb-7f43-8c56bfd8f67a", + "4654adbd-c107-4846-9ee6-13f314bc2798", + "00a6fe2f-d9e6-4d75-9c21-16b40b1da320", + "8258601e-c04e-4c64-9f9e-c807a7a02a53", + "cd14a5e9-0079-446c-8fd1-ea91572922bb", + "16041643-cd8d-4190-bc8a-285b06b5b646", + "ee8565df-ff66-4986-802a-9550812026b7", + "45566ce8-89e9-4fab-ad6e-3f4e894da41c", + "7770ba0d-ff68-4b06-997b-93f5034382e1", + "d1d188c9-3197-40a1-9efa-b3e1be06984d", + "ea87c57b-0b3c-4821-8457-63a83738f10c", + "398cc88c-5154-4e16-b908-7e4144b17b29", + "659ae9b8-7dff-4947-acd6-08b1cd3b3e99", + "77253289-bed5-4c2e-b2ae-0fca71539cf8", + "a555cb03-b0a4-41a7-8586-94821344eac0", + "87a1d553-5c18-4f74-8298-933a2069d336", + "c816755c-055e-8cbc-9c7a-d794cda2d74b", + "ca43f9b6-b3d8-407d-866a-2d3df1be9302", + "50582666-d6b9-45b8-9c94-fc0301113907", + "eb5bc492-15fe-44f0-97bc-be0611d26932", + "fb67e8c7-b817-4253-a1a1-5ecdcee694cf", + "8f0bb213-6342-4fea-a080-24def590d1ba", + "9cd6370a-86c4-4195-a7a7-f496766b5f18", + "9e96c380-0012-4169-99cc-bb847fea90cb", + "b38a3332-5c54-453f-aeb7-070f830955c2", + "7dac092c-76d1-4198-b246-dc1369b76875", + "aab81d9f-397d-49fb-8083-77a1872cc71f", + "b4be9b82-a304-4171-a5db-323ebe4e5d0c", + "1eea2845-77fe-4e27-b7f4-ab0697ba77c3", + "cf4f5556-3ff2-4908-83bc-da55907bb597", + "891713fa-e572-371c-e053-2995a90ae88d", + "1e7028ba-3141-40aa-9c91-07945adaa00a", + "30cc208a-982c-4009-9fdc-46dc888d12ff", + "5ccfd7c1-46a2-4d57-9b4a-358aab976db9", + "e32f654d-76c6-48d3-96fd-c00e1892ca63", + "528c5521-58ad-4ef2-8e0e-6bbfb2f2d595", + "bdcd0a41-a332-4342-8e43-7e2447d8f475", + "9f416ce0-012f-4194-9382-74ac71e4b2a9", + "ba748db8-8064-4a95-9fd4-62dc65a94a57", + "7c6212f5-91fb-438c-80fb-b694c48207b7", + "d179b903-4a16-4485-b577-163fc1968da5", + "dd1455b9-a83b-4ba3-ba80-d6ff9546c147", + "f89bbc77-31d8-49b4-b123-a82797d0dc1e", + "2aa1cc94-35b2-436d-831b-de6a07ebb46b", + "3ad29b16-06fa-401c-b7b5-bc677cf1c52e", + "fa93b7c4-33d9-fcc0-a427-e28346045743", + "12742b39-5dd1-4817-9026-467894fd5b75", + "1f79c236-966d-4398-aa4b-88d67967f78b", + "4f87457d-4ccb-4f6a-8b9c-1129a8455dc5", + "a9ad5a68-55d9-485a-8aa6-fe666600f53e", + "d0da9dd6-c691-4614-99c7-531b0bf34837" + ], + "package_ndc": [ + "11822-0950-1", + "11822-0950-0", + "69256-876-65", + "37808-303-02", + "64679-741-01", + "64679-741-02", + "64679-741-05", + "64679-741-03", + "64679-741-06", + "64679-741-00", + "66715-9736-2", + "66715-9736-3", + "66715-9736-8", + "66715-9736-6", + "30142-891-09", + "30142-891-02", + "30142-891-64", + "49348-109-04", + "49348-109-54", + "64679-906-01", + "64679-906-06", + "64679-906-02", + "64679-906-03", + "64679-906-04", + "64679-906-05", + "64679-906-11", + "64679-906-12", + "64679-907-01", + "64679-907-04", + "64679-907-02", + "64679-907-03", + "64679-907-08", + "64679-907-09", + "55111-404-34", + "55111-404-32", + "55111-404-36", + "55111-404-50", + "55111-404-61", + "55111-404-55", + "55111-404-62", + "55111-404-90", + "55111-404-02", + "55111-404-65", + "55111-404-17", + "55111-404-24", + "55111-404-38", + "55111-404-40", + "11673-023-09", + "11673-023-02", + "11673-023-75", + "55111-131-30", + "55111-131-60", + "55111-131-80", + "55111-131-90", + "55111-131-04", + "55111-131-37", + "55111-131-79", + "55111-131-14", + "55111-131-81", + "55111-131-45", + "55301-852-02", + "60505-2881-3", + "60505-2881-8", + "60505-2881-7", + "60505-0160-3", + "60505-0160-4", + "68462-248-60", + "68462-248-01", + "68462-248-05", + "68462-249-30", + "68462-249-01", + "68462-249-20", + "61715-090-30", + "50594-852-02", + "50594-852-09", + "21130-116-02", + "21130-116-71", + "21130-116-82", + "21130-118-65", + "0904-6715-46", + "0904-6715-52", + "11673-950-09", + "11673-950-75", + "11673-950-58", + "0363-0852-62", + "0363-0852-82", + "0363-0852-09", + "0363-0852-01", + "0363-0852-51", + "49035-608-09", + "49035-608-81", + "49035-608-75", + "49035-608-02", + "49035-800-09", + "49035-800-81", + "49035-800-75", + "55319-852-02", + "55319-852-09", + "30142-600-71", + "30142-600-02", + "30142-600-56", + "30142-600-01", + "11822-0852-3", + "11822-0852-1", + "11822-0852-2", + "11822-0852-4", + "11822-0852-5", + "55910-852-02", + "55910-852-71", + "55910-852-05", + "55910-852-09", + "55910-852-01", + "54838-550-80", + "60505-2880-7", + "60505-2880-0", + "0363-0950-02", + "0363-0950-09", + "0363-0950-04", + "0363-0950-64", + "56062-099-71", + "56062-099-02", + "21130-568-62", + "21130-568-64", + "27241-109-06", + "27241-109-50", + "27241-110-03", + "27241-110-10", + "65162-664-90", + "64380-803-08", + "64380-803-06", + "64380-803-07", + "64380-803-03", + "64380-804-06", + "64380-804-38", + "64380-804-04", + "64380-936-08", + "64380-936-03", + "64380-936-06", + "64380-936-07", + "64380-937-38", + "64380-937-04", + "64380-937-06", + "0904-6716-51", + "0904-6716-24", + "53746-253-60", + "53746-253-01", + "53746-253-18", + "53746-253-05", + "53746-253-10", + "53746-254-30", + "53746-254-01", + "53746-254-02", + "41520-392-02", + "41520-392-09", + "62207-773-58", + "62207-773-41", + "62207-773-47", + "62207-773-32", + "62207-773-36", + "62207-774-58", + "62207-774-41", + "62207-774-47", + "62207-774-36", + "55910-423-62", + "41163-852-71", + "41163-852-62", + "37808-196-01", + "37808-196-04", + "50268-721-11", + "50268-721-15", + "41163-931-65", + "59779-540-02", + "59779-540-09", + "59779-540-01", + "59779-540-82", + "41250-577-02", + "64679-740-01", + "64679-740-02", + "64679-740-04", + "64679-740-03", + "64679-740-05", + "64679-740-00", + "37808-710-02", + "55910-011-71", + "55910-011-02", + "55910-011-09", + "55910-011-01", + "65162-253-06", + "65162-253-10", + "65162-253-11", + "65162-253-18", + "65162-253-50", + "65162-254-03", + "65162-254-10", + "65162-254-11", + "65162-254-25", + "62011-0282-1", + "62011-0282-2", + "50269-220-25", + "37808-507-09", + "37808-507-82", + "53943-740-01", + "41250-891-09", + "41250-891-71", + "41250-891-01", + "41250-891-02", + "41250-891-56", + "68391-852-56", + "36800-852-02", + "36800-852-71", + "36800-852-67", + "37808-302-02", + "37808-302-06", + "37808-302-01", + "69256-041-62", + "69256-041-71", + "50269-222-25", + "11673-876-27", + "11673-876-65", + "53943-741-08", + "0121-0727-16", + "0121-4727-10" + ], + "unii": [ + "BK76465IHM", + "884KT10YB7" + ], + "nui": [ + "N0000000151", + "N0000175784" + ], + "pharm_class_moa": [ + "Histamine H2 Receptor Antagonists [MoA]" + ], + "pharm_class_epc": [ + "Histamine-2 Receptor Antagonist [EPC]" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "IRBESARTAN.", + "drugstructuredosagenumb": "600", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "600 MG", + "drugdosageform": "TABLET", + "drugadministrationroute": "065", + "activesubstance": { + "activesubstancename": "IRBESARTAN" + }, + "openfda": { + "application_number": [ + "ANDA202910", + "ANDA206194", + "NDA020757", + "ANDA079213", + "ANDA203071", + "ANDA203081", + "ANDA203020", + "ANDA204774", + "ANDA091236", + "ANDA201531", + "ANDA203534", + "ANDA202254", + "ANDA204740" + ], + "brand_name": [ + "IRBESARTAN", + "AVAPRO" + ], + "generic_name": [ + "IRBESARTAN" + ], + "manufacturer_name": [ + "Camber Pharmaceuticals, Inc.", + "Hisun Pharmaceuticals USA Inc.", + "Sanofi-Aventis U.S. LLC", + "Zydus Pharmaceuticals (USA) Inc.", + "Solco Healthcare U.S., LLC", + "Aurobindo Pharma Limited", + "Unichem Pharmaceuticals (USA), Inc.", + "Westminster Pharmaceuticals, LLC", + "Winthrop U.S.", + "Cadila Healthcare Limited", + "Alembic Pharmaceuticals Limited", + "Lupin Pharmaceuticals, Inc.", + "Jubilant Cadista Pharmaceuticals Inc.", + "Alembic Pharmaceuticals Inc.", + "Macleods Pharmaceuticals Limited", + "ScieGen Pharmaceuticals, Inc.", + "Amneal Pharmaceuticals LLC" + ], + "product_ndc": [ + "31722-729", + "31722-730", + "31722-731", + "42658-121", + "42658-122", + "42658-123", + "0024-5850", + "0024-5851", + "0024-5852", + "68382-299", + "68382-300", + "68382-301", + "43547-374", + "43547-375", + "43547-376", + "65862-637", + "65862-638", + "65862-639", + "29300-212", + "29300-213", + "29300-214", + "69367-119", + "69367-120", + "69367-121", + "0955-1040", + "0955-1041", + "0955-1042", + "70771-1159", + "70771-1160", + "70771-1161", + "46708-439", + "46708-440", + "46708-441", + "68180-410", + "68180-411", + "68180-412", + "59746-447", + "59746-448", + "59746-449", + "62332-041", + "62332-042", + "62332-043", + "33342-047", + "33342-048", + "33342-049", + "31722-160", + "31722-161", + "31722-162", + "50228-160", + "50228-161", + "50228-162", + "65162-284", + "65162-285", + "65162-286" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "IRBESARTAN" + ], + "rxcui": [ + "200094", + "200095", + "200096", + "153665", + "153666", + "153667" + ], + "spl_id": [ + "afbb61d8-a033-487e-a556-d6e85337bdba", + "8f6fa867-2c60-f6e0-e053-2a95a90ae14e", + "d5c4a4d9-c236-4c93-8c92-d5ed55c1802e", + "8bf2d630-5ecd-4374-93ae-6163e473aa4a", + "426a875f-896f-4f54-9f61-8a712f210a2b", + "f403d32a-969b-4dd5-a823-5ed50a768354", + "90745e26-f9ff-4cb7-9946-ef865b9a6fbe", + "4f0ce3cf-9eb2-40fe-8f3d-cf9228935c45", + "c6d38eb8-4b41-459d-9235-17a183af0b1f", + "96aa699e-e12d-4327-a51c-f9b38150d30d", + "d48fcb38-ba35-4e58-a7ab-bce14ea331c7", + "800afbb8-9b55-4220-abb8-2ddbe8c14724", + "2d741c0d-ad94-45cc-82a3-4e6c51aa5bc5", + "b1e04508-d04b-490a-9bf0-da8ad8e93b40", + "614cb5e5-d723-4d70-bd31-a35cdc0dff5e", + "0f3408b4-44be-4a92-a59f-9b5a9716bc9a", + "ba124fb5-fa8b-be15-e053-2a95a90ab560", + "b8bca498-66e7-4a88-b2d3-ca7952af90c9" + ], + "spl_set_id": [ + "33416f1e-adee-4a45-b6fe-1fc39044e307", + "61ab1b6e-c849-49ca-a3f0-150774db649d", + "7885b2a8-be4e-48ab-8113-4e6ab791eb98", + "f0928804-040e-400b-ace6-cfe432cec547", + "6916c617-92d2-44f5-b968-6267517a2ce6", + "2113a901-2612-4557-b86d-3afc006fb8bb", + "fdf196d5-e933-49de-9c4c-bde50149c7d4", + "2a7cc4e3-bf9e-6d21-e054-00144ff8d46c", + "8c5a4a2a-234e-4702-9ba0-844ea86ec8b9", + "78881d04-6455-4539-b613-791855c99052", + "0898f423-0aa9-409c-8d4e-1349b59141d1", + "a7c093c2-3eef-4956-8a14-c36aada0304f", + "068224c4-a34d-32d7-bb2a-7eed44ccf7d3", + "83f5d5c8-27c0-4208-a291-0c4aa55a1ff5", + "e8635a1c-ae06-4e23-99f7-e704f91d6f43", + "0f3408b4-44be-4a92-a59f-9b5a9716bc9a", + "ddca7d7c-07fe-4df6-83ae-a9c05048b66e", + "8c9bb449-6341-4f24-9d38-6ca952e07122" + ], + "package_ndc": [ + "31722-729-30", + "31722-729-90", + "31722-729-05", + "31722-729-31", + "31722-730-30", + "31722-730-90", + "31722-730-05", + "31722-730-31", + "31722-731-30", + "31722-731-90", + "31722-731-05", + "31722-731-31", + "42658-121-01", + "42658-121-04", + "42658-122-01", + "42658-122-04", + "42658-122-07", + "42658-123-01", + "42658-123-04", + "42658-123-07", + "0024-5850-30", + "0024-5850-90", + "0024-5851-30", + "0024-5851-90", + "0024-5852-30", + "0024-5852-90", + "68382-299-06", + "68382-299-16", + "68382-299-05", + "68382-299-10", + "68382-299-30", + "68382-299-77", + "68382-300-06", + "68382-300-16", + "68382-300-05", + "68382-300-10", + "68382-300-30", + "68382-300-77", + "68382-301-06", + "68382-301-16", + "68382-301-05", + "68382-301-10", + "68382-301-30", + "68382-301-77", + "43547-374-03", + "43547-374-09", + "43547-374-50", + "43547-375-03", + "43547-375-09", + "43547-375-50", + "43547-376-03", + "43547-376-09", + "43547-376-50", + "65862-637-30", + "65862-637-90", + "65862-637-05", + "65862-637-10", + "65862-637-78", + "65862-638-30", + "65862-638-90", + "65862-638-05", + "65862-638-10", + "65862-638-78", + "65862-639-30", + "65862-639-90", + "65862-639-05", + "65862-639-10", + "65862-639-78", + "29300-212-13", + "29300-212-19", + "29300-212-05", + "29300-213-13", + "29300-213-19", + "29300-213-05", + "29300-214-13", + "29300-214-19", + "29300-214-05", + "69367-119-01", + "69367-119-03", + "69367-120-01", + "69367-120-03", + "69367-121-01", + "69367-121-03", + "0955-1040-90", + "0955-1041-90", + "0955-1042-90", + "70771-1159-3", + "70771-1159-9", + "70771-1159-5", + "70771-1159-0", + "70771-1159-2", + "70771-1159-4", + "70771-1160-3", + "70771-1160-9", + "70771-1160-5", + "70771-1160-0", + "70771-1160-2", + "70771-1160-4", + "70771-1161-3", + "70771-1161-9", + "70771-1161-5", + "70771-1161-0", + "70771-1161-2", + "70771-1161-4", + "46708-439-30", + "46708-439-90", + "46708-439-31", + "46708-439-71", + "46708-439-91", + "46708-440-30", + "46708-440-90", + "46708-440-31", + "46708-440-71", + "46708-440-91", + "46708-441-30", + "46708-441-90", + "46708-441-31", + "46708-441-71", + "46708-441-91", + "68180-410-06", + "68180-410-09", + "68180-411-06", + "68180-411-02", + "68180-411-09", + "68180-412-06", + "68180-412-02", + "68180-412-09", + "59746-447-30", + "59746-447-90", + "59746-447-05", + "59746-448-30", + "59746-448-90", + "59746-448-05", + "59746-449-30", + "59746-449-90", + "59746-449-05", + "62332-041-30", + "62332-041-90", + "62332-041-31", + "62332-041-71", + "62332-041-91", + "62332-042-30", + "62332-042-90", + "62332-042-31", + "62332-042-71", + "62332-042-91", + "62332-043-30", + "62332-043-90", + "62332-043-31", + "62332-043-71", + "62332-043-91", + "33342-047-07", + "33342-047-15", + "33342-047-12", + "33342-047-10", + "33342-047-68", + "33342-048-07", + "33342-048-15", + "33342-048-12", + "33342-048-10", + "33342-048-65", + "33342-049-07", + "33342-049-15", + "33342-049-39", + "33342-049-10", + "33342-049-76", + "31722-160-05", + "31722-161-10", + "31722-162-05", + "50228-160-30", + "50228-160-05", + "50228-161-30", + "50228-161-10", + "50228-162-30", + "50228-162-05", + "65162-284-03", + "65162-284-09", + "65162-284-50", + "65162-285-03", + "65162-285-09", + "65162-285-50", + "65162-285-11", + "65162-286-03", + "65162-286-09", + "65162-286-50", + "65162-286-11" + ], + "nui": [ + "N0000000070", + "N0000175561" + ], + "pharm_class_moa": [ + "Angiotensin 2 Receptor Antagonists [MoA]" + ], + "pharm_class_epc": [ + "Angiotensin 2 Receptor Blocker [EPC]" + ], + "unii": [ + "J0E2756Z7N" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "RANITIDINE", + "drugstructuredosagenumb": "50", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "50 MG", + "drugadministrationroute": "050", + "drugindication": "PROPHYLAXIS", + "drugenddateformat": "102", + "drugenddate": "20140401", + "activesubstance": { + "activesubstancename": "RANITIDINE\\RANITIDINE HYDROCHLORIDE" + }, + "openfda": { + "application_number": [ + "ANDA091429", + "ANDA076195", + "ANDA200172", + "ANDA078653", + "NDA021698", + "ANDA075208", + "ANDA078192", + "ANDA075294", + "ANDA075167", + "ANDA078542", + "ANDA201745", + "ANDA091288", + "ANDA209859", + "ANDA078312", + "ANDA205512", + "ANDA077824", + "ANDA210243", + "ANDA078884", + "NDA020520", + "ANDA077405" + ], + "brand_name": [ + "COOL MINT ACID REDUCER", + "HARRIS TEETER ACID REDUCER", + "RANITIDINE", + "ZANTAC 150 ACID REDUCER", + "HEARTBURN RELIEF 150", + "SUNMARK ACID REDUCER", + "UP AND UP RANITIDINE", + "EXCHANGE SELECT ACID REDUCER", + "ACID REDUCER", + "SOUND BODY ACID REDUCER 150", + "SIGNATURE CARE ACID CONTROL", + "RANITIDINE 75", + "UP AND UP RANITIDINE 150", + "WAL ZAN 150", + "EQUATE RANITIDINE", + "EQUATE RANITIDINE ACID REDUCER", + "FAMILY WELLNESS ACID REDUCER 150", + "DG HEALTH ACID REDUCER", + "HEARTBURN RELIEF", + "RANITIDINE IMMEDIATE RELEASE", + "CAREONE ACID RELIEF", + "RANITIDINE COOL MINT", + "EQUALINE ACID REDUCER", + "ACID REDUCER MAXIMUM STRENGTH", + "ACID RELIEF", + "DG HEALTH HEARTBURN RELIEF", + "HEALTH MART ACID REDUCER", + "ZANTAC 150", + "HEARTBURN RELIEVER 75 REGULAR STRENGTH", + "BERKLEY AND JENSEN RANITIDINE", + "TOPCARE HEARTBURN RELIEF 150", + "HARRIS TEETER ACID REDUCER 150", + "ZANTAC 75", + "HEARTBURN RELIEVER 150 MAXIMUM STRENGTH" + ], + "generic_name": [ + "RANITIDINE", + "RANITIDINE HYDROCHLORIDE" + ], + "manufacturer_name": [ + "Rite Aid Corporation", + "Harris Teeter, LLC", + "H-E-B", + "Wockhardt USA LLC.", + "Lil' Drug Store Products, Inc", + "Kroger Company", + "Strategic Sourcing Services LLC", + "Dr. Reddy's Laboratories Limited", + "Target Corporation", + "Army & Air Force Exchange Service", + "Apotex Corp.", + "Glenmark Pharmaceuticals Inc., USA", + "Preferred Plus (Kinray)", + "Big Lots Stores, Inc.", + "Safeway", + "Major Pharmaceuticals", + "Walgreen Company", + "Wal-Mart Stores Inc", + "Family Dollar Services Inc", + "Dolgencorp, LLC", + "Lannett Company, Inc.", + "Publix Super Markets Inc", + "Ajanta Pharma Limited", + "Amneal Pharmaceuticals LLC", + "Strides Pharma Science Limited", + "Amneal Pharmaceuticals of New York LLC", + "American Sales Company", + "Granules India Ltd", + "Supervalu Inc", + "HEB", + "AvPAK", + "CVS Pharmacy", + "Meijer Distribution Inc", + "H E B", + "JC World Bell Wholesale Co., Inc.", + "Discount Drug Mart", + "BJWC", + "Topco Associates LLC", + "Pharmaceutical Associates, Inc." + ], + "product_ndc": [ + "11822-0950", + "69256-876", + "37808-303", + "64679-741", + "66715-9736", + "30142-891", + "49348-109", + "64679-906", + "64679-907", + "55111-404", + "11673-023", + "55111-131", + "55301-852", + "60505-0160", + "60505-2881", + "68462-248", + "68462-249", + "61715-090", + "50594-852", + "21130-116", + "21130-118", + "0904-6715", + "11673-950", + "0363-0852", + "49035-608", + "49035-800", + "55319-852", + "30142-600", + "11822-0852", + "55910-852", + "54838-550", + "60505-2880", + "0363-0950", + "56062-099", + "21130-568", + "27241-109", + "27241-110", + "65162-664", + "64380-803", + "64380-804", + "64380-936", + "64380-937", + "0904-6716", + "53746-253", + "53746-254", + "41520-392", + "62207-773", + "62207-774", + "55910-423", + "41163-852", + "37808-196", + "50268-721", + "41163-931", + "59779-540", + "41250-577", + "64679-740", + "37808-710", + "55910-011", + "65162-253", + "65162-254", + "62011-0282", + "50269-220", + "37808-507", + "53943-740", + "41250-891", + "68391-852", + "36800-852", + "37808-302", + "69256-041", + "50269-222", + "11673-876", + "53943-741", + "0121-0727", + "0121-4727" + ], + "product_type": [ + "HUMAN OTC DRUG", + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "RANITIDINE HYDROCHLORIDE", + "RANITIDINE" + ], + "rxcui": [ + "198191", + "312773", + "827189", + "198193", + "1090518", + "705610", + "198190", + "198192", + "827183" + ], + "spl_id": [ + "0ebab972-16c7-4733-b1bc-e063d53f9e87", + "a43acb8e-79f5-4487-aeaa-135f03ceb859", + "9b31ce5b-977d-fb58-8822-6bfb729a1b73", + "b389e8a7-8065-48f9-a0bc-fb30bed04c2d", + "b595216b-d636-7f28-e053-2a95a90a40bc", + "7027fdb0-3ad8-44d6-a409-0f0daf4d2451", + "3a6bbf82-b787-4a2a-ba35-6e38514ee936", + "76bec459-49be-4132-843c-6f471dab81a2", + "8459fe61-6721-7cfb-31a4-b05105bc73b8", + "f35d68b6-4b55-49eb-8f1c-3cd8a68a4077", + "654a9ddb-f441-a17a-f8ae-633148d041c8", + "3d87b57a-e34a-4101-b605-f2a89b55b475", + "026bd1d9-8f27-d47a-a738-9298aab03e0d", + "7d761784-6185-452e-abc9-47344cfd16c0", + "6ac37537-b020-4981-92ec-825f72a0268c", + "8258601e-c04e-4c64-9f9e-c807a7a02a53", + "cd14a5e9-0079-446c-8fd1-ea91572922bb", + "16041643-cd8d-4190-bc8a-285b06b5b646", + "0b8b6ed2-7d1d-4d6d-86f9-0f86fb06b738", + "67cbe8f7-be45-4b89-a818-d41960d9a2a3", + "f2760ca9-8fad-4901-bfdb-b86f217f4b96", + "40ce4613-b37e-43b6-a96a-564a282def59", + "1e358cc2-eff5-42a8-9263-2771c5241906", + "398cc88c-5154-4e16-b908-7e4144b17b29", + "5ab0bc9e-ed51-4c46-be27-da1d26f99c68", + "34774f84-ced4-4d7f-a491-ecfa18f5104f", + "c761fd97-86fa-4893-b93a-eb786e268f10", + "57a86142-bb50-4b30-9bdb-79fdc7c6a615", + "89c200d6-4689-189a-1912-65e309c306e8", + "3bdd6d63-837c-4658-a9a6-ec18d5625ac1", + "b6f91681-df99-44c4-bf49-5c1d1b3e2c74", + "d3e766d0-2b13-4d35-b013-34dee406d48e", + "24380c3c-c5cd-49ad-8a5e-c9df9040eac5", + "917462a4-6f47-4e77-8961-ccdb02412647", + "6cd1c8ee-8905-413d-8d1b-6263f9cff5be", + "9e96c380-0012-4169-99cc-bb847fea90cb", + "d0baef1b-0bf8-4d1f-8899-1d913ae58259", + "c94ca145-9bde-417a-babe-e4f773ef73ac", + "ba67c441-c508-d029-e053-2a95a90a892b", + "b4be9b82-a304-4171-a5db-323ebe4e5d0c", + "0443c53e-1c52-42aa-8cb9-7e272d674f13", + "84772d1b-806f-31ec-e053-2a91aa0aeb27", + "89175238-3add-22cd-e053-2a95a90ad3f0", + "1e7028ba-3141-40aa-9c91-07945adaa00a", + "3541fb1b-5016-4c6d-b59c-a6602a9a77b5", + "5521bf62-5dfe-4db8-9dd7-b8dee439a742", + "f14b4db0-bafe-4847-8600-d88ff3da1acc", + "e4692a6c-fd01-4894-9877-f6453718f33a", + "a772437f-fff0-4c12-bbfd-86251398538a", + "21e115aa-b8fc-46fd-b15c-1bcad41f4604", + "07d11ef2-0208-4e42-881f-f3c44f45c8f4", + "60a45d64-aca4-f579-e053-2991aa0aacb4", + "8b6d6a99-09b0-40df-b403-9901e5d52721", + "c9cc5ee3-2cd0-4f79-aee9-1fe3c86e0ea3", + "a91e2602-6239-40df-8909-16d8a0b6c4c3", + "2aa1cc94-35b2-436d-831b-de6a07ebb46b", + "0f6a22ed-033f-4e79-9978-cbc2043a34e0", + "8c625e29-0b7c-f00a-0fc6-7709c52c10a2", + "12742b39-5dd1-4817-9026-467894fd5b75", + "60a48e93-d396-36ed-e053-2a91aa0a975b", + "d3b146af-dc01-4014-b68e-3cd6fd242e38", + "cae64b6b-c6c1-4f85-9b4d-410569e77d84", + "74960813-0451-584d-e053-2a91aa0a89bb" + ], + "spl_set_id": [ + "4784c5b2-58eb-4b7c-b6e9-13dde7610a37", + "a43acb8e-79f5-4487-aeaa-135f03ceb859", + "d1f39d44-9fed-e72c-9011-d153bbfce894", + "f7aa08fc-5d10-4067-8f20-3c3e176e3e35", + "5e569962-0763-4669-96c2-93012ff6cd6c", + "5e505055-ebe1-4938-915f-c879f91561b9", + "bdf8a661-100c-45bf-ac0f-4aef41cd90b2", + "da16ec36-5824-48e0-856a-16518e588675", + "00df8a42-296f-80dd-98af-ee8b30eb38cc", + "5c5521ef-1c0a-4679-bacd-4c418ec02633", + "12a38e29-130c-6d41-1753-acccb0b41efe", + "5ece41c3-2daf-4d78-90a2-9ff0bd1fbf50", + "66922e9e-3797-6ddb-7f43-8c56bfd8f67a", + "4654adbd-c107-4846-9ee6-13f314bc2798", + "00a6fe2f-d9e6-4d75-9c21-16b40b1da320", + "8258601e-c04e-4c64-9f9e-c807a7a02a53", + "cd14a5e9-0079-446c-8fd1-ea91572922bb", + "16041643-cd8d-4190-bc8a-285b06b5b646", + "ee8565df-ff66-4986-802a-9550812026b7", + "45566ce8-89e9-4fab-ad6e-3f4e894da41c", + "7770ba0d-ff68-4b06-997b-93f5034382e1", + "d1d188c9-3197-40a1-9efa-b3e1be06984d", + "ea87c57b-0b3c-4821-8457-63a83738f10c", + "398cc88c-5154-4e16-b908-7e4144b17b29", + "659ae9b8-7dff-4947-acd6-08b1cd3b3e99", + "77253289-bed5-4c2e-b2ae-0fca71539cf8", + "a555cb03-b0a4-41a7-8586-94821344eac0", + "87a1d553-5c18-4f74-8298-933a2069d336", + "c816755c-055e-8cbc-9c7a-d794cda2d74b", + "ca43f9b6-b3d8-407d-866a-2d3df1be9302", + "50582666-d6b9-45b8-9c94-fc0301113907", + "eb5bc492-15fe-44f0-97bc-be0611d26932", + "fb67e8c7-b817-4253-a1a1-5ecdcee694cf", + "8f0bb213-6342-4fea-a080-24def590d1ba", + "9cd6370a-86c4-4195-a7a7-f496766b5f18", + "9e96c380-0012-4169-99cc-bb847fea90cb", + "b38a3332-5c54-453f-aeb7-070f830955c2", + "7dac092c-76d1-4198-b246-dc1369b76875", + "aab81d9f-397d-49fb-8083-77a1872cc71f", + "b4be9b82-a304-4171-a5db-323ebe4e5d0c", + "1eea2845-77fe-4e27-b7f4-ab0697ba77c3", + "cf4f5556-3ff2-4908-83bc-da55907bb597", + "891713fa-e572-371c-e053-2995a90ae88d", + "1e7028ba-3141-40aa-9c91-07945adaa00a", + "30cc208a-982c-4009-9fdc-46dc888d12ff", + "5ccfd7c1-46a2-4d57-9b4a-358aab976db9", + "e32f654d-76c6-48d3-96fd-c00e1892ca63", + "528c5521-58ad-4ef2-8e0e-6bbfb2f2d595", + "bdcd0a41-a332-4342-8e43-7e2447d8f475", + "9f416ce0-012f-4194-9382-74ac71e4b2a9", + "ba748db8-8064-4a95-9fd4-62dc65a94a57", + "7c6212f5-91fb-438c-80fb-b694c48207b7", + "d179b903-4a16-4485-b577-163fc1968da5", + "dd1455b9-a83b-4ba3-ba80-d6ff9546c147", + "f89bbc77-31d8-49b4-b123-a82797d0dc1e", + "2aa1cc94-35b2-436d-831b-de6a07ebb46b", + "3ad29b16-06fa-401c-b7b5-bc677cf1c52e", + "fa93b7c4-33d9-fcc0-a427-e28346045743", + "12742b39-5dd1-4817-9026-467894fd5b75", + "1f79c236-966d-4398-aa4b-88d67967f78b", + "4f87457d-4ccb-4f6a-8b9c-1129a8455dc5", + "a9ad5a68-55d9-485a-8aa6-fe666600f53e", + "d0da9dd6-c691-4614-99c7-531b0bf34837" + ], + "package_ndc": [ + "11822-0950-1", + "11822-0950-0", + "69256-876-65", + "37808-303-02", + "64679-741-01", + "64679-741-02", + "64679-741-05", + "64679-741-03", + "64679-741-06", + "64679-741-00", + "66715-9736-2", + "66715-9736-3", + "66715-9736-8", + "66715-9736-6", + "30142-891-09", + "30142-891-02", + "30142-891-64", + "49348-109-04", + "49348-109-54", + "64679-906-01", + "64679-906-06", + "64679-906-02", + "64679-906-03", + "64679-906-04", + "64679-906-05", + "64679-906-11", + "64679-906-12", + "64679-907-01", + "64679-907-04", + "64679-907-02", + "64679-907-03", + "64679-907-08", + "64679-907-09", + "55111-404-34", + "55111-404-32", + "55111-404-36", + "55111-404-50", + "55111-404-61", + "55111-404-55", + "55111-404-62", + "55111-404-90", + "55111-404-02", + "55111-404-65", + "55111-404-17", + "55111-404-24", + "55111-404-38", + "55111-404-40", + "11673-023-09", + "11673-023-02", + "11673-023-75", + "55111-131-30", + "55111-131-60", + "55111-131-80", + "55111-131-90", + "55111-131-04", + "55111-131-37", + "55111-131-79", + "55111-131-14", + "55111-131-81", + "55111-131-45", + "55301-852-02", + "60505-2881-3", + "60505-2881-8", + "60505-2881-7", + "60505-0160-3", + "60505-0160-4", + "68462-248-60", + "68462-248-01", + "68462-248-05", + "68462-249-30", + "68462-249-01", + "68462-249-20", + "61715-090-30", + "50594-852-02", + "50594-852-09", + "21130-116-02", + "21130-116-71", + "21130-116-82", + "21130-118-65", + "0904-6715-46", + "0904-6715-52", + "11673-950-09", + "11673-950-75", + "11673-950-58", + "0363-0852-62", + "0363-0852-82", + "0363-0852-09", + "0363-0852-01", + "0363-0852-51", + "49035-608-09", + "49035-608-81", + "49035-608-75", + "49035-608-02", + "49035-800-09", + "49035-800-81", + "49035-800-75", + "55319-852-02", + "55319-852-09", + "30142-600-71", + "30142-600-02", + "30142-600-56", + "30142-600-01", + "11822-0852-3", + "11822-0852-1", + "11822-0852-2", + "11822-0852-4", + "11822-0852-5", + "55910-852-02", + "55910-852-71", + "55910-852-05", + "55910-852-09", + "55910-852-01", + "54838-550-80", + "60505-2880-7", + "60505-2880-0", + "0363-0950-02", + "0363-0950-09", + "0363-0950-04", + "0363-0950-64", + "56062-099-71", + "56062-099-02", + "21130-568-62", + "21130-568-64", + "27241-109-06", + "27241-109-50", + "27241-110-03", + "27241-110-10", + "65162-664-90", + "64380-803-08", + "64380-803-06", + "64380-803-07", + "64380-803-03", + "64380-804-06", + "64380-804-38", + "64380-804-04", + "64380-936-08", + "64380-936-03", + "64380-936-06", + "64380-936-07", + "64380-937-38", + "64380-937-04", + "64380-937-06", + "0904-6716-51", + "0904-6716-24", + "53746-253-60", + "53746-253-01", + "53746-253-18", + "53746-253-05", + "53746-253-10", + "53746-254-30", + "53746-254-01", + "53746-254-02", + "41520-392-02", + "41520-392-09", + "62207-773-58", + "62207-773-41", + "62207-773-47", + "62207-773-32", + "62207-773-36", + "62207-774-58", + "62207-774-41", + "62207-774-47", + "62207-774-36", + "55910-423-62", + "41163-852-71", + "41163-852-62", + "37808-196-01", + "37808-196-04", + "50268-721-11", + "50268-721-15", + "41163-931-65", + "59779-540-02", + "59779-540-09", + "59779-540-01", + "59779-540-82", + "41250-577-02", + "64679-740-01", + "64679-740-02", + "64679-740-04", + "64679-740-03", + "64679-740-05", + "64679-740-00", + "37808-710-02", + "55910-011-71", + "55910-011-02", + "55910-011-09", + "55910-011-01", + "65162-253-06", + "65162-253-10", + "65162-253-11", + "65162-253-18", + "65162-253-50", + "65162-254-03", + "65162-254-10", + "65162-254-11", + "65162-254-25", + "62011-0282-1", + "62011-0282-2", + "50269-220-25", + "37808-507-09", + "37808-507-82", + "53943-740-01", + "41250-891-09", + "41250-891-71", + "41250-891-01", + "41250-891-02", + "41250-891-56", + "68391-852-56", + "36800-852-02", + "36800-852-71", + "36800-852-67", + "37808-302-02", + "37808-302-06", + "37808-302-01", + "69256-041-62", + "69256-041-71", + "50269-222-25", + "11673-876-27", + "11673-876-65", + "53943-741-08", + "0121-0727-16", + "0121-4727-10" + ], + "unii": [ + "BK76465IHM", + "884KT10YB7" + ], + "nui": [ + "N0000000151", + "N0000175784" + ], + "pharm_class_moa": [ + "Histamine H2 Receptor Antagonists [MoA]" + ], + "pharm_class_epc": [ + "Histamine-2 Receptor Antagonist [EPC]" + ] + } + } + ], + "summary": { + "narrativeincludeclinical": "CASE EVENT DATE: 20140303" + } + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "BOEHRINGER INGELHEIM", + "duplicatenumb": "IT-B.I. PHARMACEUTICALS,INC./RIDGEFIELD-2014-BI-09771BI" + }, + "receiptdate": "20150430", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "IT-B.I. PHARMACEUTICALS,INC./RIDGEFIELD-2014-BI-09771BI", + "occurcountry": "IT", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "seriousnesshospitalization": "1", + "transmissiondate": "20150821", + "primarysourcecountry": "IT" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0058522", + "occurcountry": "US", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003330", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "50", + "patientonsetageunit": "801", + "patientagegroup": "5", + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Feeling abnormal", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PULMONARY HYPERTENSION", + "drugstartdateformat": "102", + "drugstartdate": "20120605", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugdosageform": "TABLET", + "drugindication": "SCLERODERMA", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ], + "summary": { + "narrativeincludeclinical": "CASE EVENT DATE: 201207" + } + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0058522" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "safetyreportversion": "1", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "GB", + "qualification": "2" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "1", + "safetyreportid": "10003331", + "patient": { + "patientonsetage": "38", + "patientonsetageunit": "801", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Chemical poisoning", + "reactionoutcome": "3" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Neck pain", + "reactionoutcome": "3" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Back pain", + "reactionoutcome": "3" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Paraesthesia", + "reactionoutcome": "3" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "MIRENA", + "drugauthorizationnumb": "021225", + "drugstructuredosagenumb": "20", + "drugstructuredosageunit": "004", + "drugdosagetext": "20 MCG/24HR, CONT", + "drugdosageform": "Intrauterine delivery system", + "drugadministrationroute": "015", + "openfda": { + "application_number": [ + "NDA021225" + ], + "brand_name": [ + "MIRENA" + ], + "generic_name": [ + "LEVONORGESTREL" + ], + "manufacturer_name": [ + "Bayer HealthCare Pharmaceuticals Inc." + ], + "product_ndc": [ + "50419-423" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "INTRAUTERINE" + ], + "substance_name": [ + "LEVONORGESTREL" + ], + "rxcui": [ + "804156", + "807283" + ], + "spl_id": [ + "6f5322bd-8883-45d9-b73c-795b85f59dbd" + ], + "spl_set_id": [ + "dcbd6aa2-b3fa-479a-a676-56ea742962fc" + ], + "package_ndc": [ + "50419-423-01", + "50419-423-08" + ], + "nui": [ + "N0000175830", + "M0447349", + "N0000175602", + "N0000175832" + ], + "pharm_class_pe": [ + "Inhibit Ovum Fertilization [PE]" + ], + "pharm_class_cs": [ + "Progesterone Congeners [CS]" + ], + "pharm_class_epc": [ + "Progestin [EPC]", + "Progestin-containing Intrauterine Device [EPC]" + ], + "unii": [ + "5W7SIA7YZW" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "CARBAMAZEPINE", + "drugstructuredosagenumb": "300", + "drugstructuredosageunit": "003", + "drugdosagetext": "300MG DAILY", + "drugadministrationroute": "048", + "openfda": { + "application_number": [ + "ANDA076697", + "ANDA070541", + "NDA206030", + "ANDA073524", + "ANDA211623", + "ANDA201106", + "NDA018927", + "NDA016608", + "NDA020234", + "ANDA213311", + "ANDA205571", + "ANDA075714", + "ANDA207798", + "ANDA074649", + "ANDA075687", + "ANDA076729", + "ANDA078115", + "NDA021710", + "NDA020712", + "ANDA078986", + "ANDA077272", + "ANDA075712", + "ANDA075948" + ], + "brand_name": [ + "CARBAMAZEPINE", + "EPITOL", + "CARNEXIV", + "TEGRETOL", + "TEGRETOL XR", + "CARBAMAZEPIN", + "EQUETRO", + "CARBATROL", + "CARBAMAZEPINE ER" + ], + "generic_name": [ + "CARBAMAZEPINE" + ], + "manufacturer_name": [ + "Nostrum Laboratories, Inc.", + "Teva Pharmaceuticals USA, Inc.", + "Lundbeck Pharmaceuticals LLC", + "Rising Pharma Holdings, Inc.", + "Taro Pharmaceuticals U.S.A., Inc.", + "Novartis Pharmaceuticals Corporation", + "Upsher-Smith Laboratories, LLC", + "Zydus Pharmaceuticals (USA) Inc.", + "Cadila Healthcare Limited", + "Precision Dose, Inc.", + "NIVAGEN PHARMACEUTICALS, INC.", + "Morton Grove Pharmaceuticals, Inc.", + "Validus Pharmaceuticals LLC", + "Takeda Pharmaceuticals America, Inc.", + "Northstar Rx LLC", + "Apotex Corp.", + "Prasco Laboratories", + "Sandoz Inc", + "Torrent Pharmaceuticals Limited" + ], + "product_ndc": [ + "29033-004", + "29033-019", + "29033-020", + "0093-0090", + "67386-621", + "0093-0109", + "0093-0778", + "16571-680", + "16571-681", + "16571-682", + "51672-4149", + "51672-4151", + "51672-4150", + "0078-0508", + "0078-0509", + "0078-0510", + "0078-0511", + "0078-0512", + "0832-6022", + "0832-6023", + "0832-6024", + "68382-555", + "68382-556", + "68382-557", + "70771-1468", + "70771-1469", + "70771-1470", + "68094-007", + "68094-008", + "75834-220", + "75834-221", + "60432-129", + "51672-4005", + "51672-4041", + "51672-4123", + "51672-4124", + "51672-4125", + "51672-4047", + "30698-419", + "30698-421", + "30698-423", + "54092-171", + "54092-172", + "54092-173", + "16714-063", + "16714-064", + "16714-065", + "60505-2805", + "60505-2806", + "60505-2807", + "66993-407", + "66993-408", + "66993-409", + "0781-5987", + "0781-8016", + "0781-5988", + "13668-268", + "13668-271", + "60505-0183" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL", + "INTRAVENOUS" + ], + "substance_name": [ + "CARBAMAZEPINE" + ], + "rxcui": [ + "200131", + "200133", + "388311", + "211817", + "308979", + "2119860", + "2119862", + "308973", + "199378", + "402505", + "402506", + "308976", + "197441", + "672908", + "672909", + "672910", + "308977", + "313931", + "404742" + ], + "spl_id": [ + "9fcd6487-e123-44ca-a48f-3aa2e5858979", + "930c6f30-e72e-4449-9edd-f13af8039ad4", + "f2c0605c-6e39-4fae-a705-79ded5bce879", + "3c105650-c265-45cd-8ff2-944821693a71", + "bf1590a0-68a7-45ed-817e-f97366f96ec4", + "2708f550-3bdc-4550-99ed-f98db2a24475", + "8f5085ad-ba78-468a-9852-f1f91c44bc03", + "aadc79a0-f144-46e3-b324-17dbc422f5a1", + "47047df6-d316-4719-a531-2a740165b301", + "d66c6d3b-533c-4657-b368-115fe9d6e190", + "a98ddc41-4a04-4a22-aa38-59e61de8ce9b", + "c310be7b-6385-5455-e053-2a95a90a46b7", + "187523ab-0aff-4b96-9677-b3909a620213", + "17ac5b3c-e41f-459b-8da8-7e9a725dbb5b", + "8c937fd1-9118-44f8-be1c-24ce833c1285", + "14fbfd3d-8615-476d-976c-ca86dd5a9765", + "606c4cee-0a70-4a14-858a-b031282dd2f9", + "18dffebb-680a-7c06-f539-400ae30e4acb", + "5b266166-6f78-4e9c-9a36-e7b5c21220bf", + "546468c0-441c-4689-889c-c0c01e9c279f", + "0e859385-907a-4e87-a1cb-3584b19bd8a1", + "04d5bd43-48cd-7d74-35b3-a3141dc899e7" + ], + "spl_set_id": [ + "fbca2152-0022-47a5-a1ea-58950b45bcbf", + "32bbe864-7374-44da-8c6e-e733f0648243", + "fd22916c-ee35-4b57-9b1b-68d106422f5d", + "bfd63965-56e6-4af7-b7ef-45a5105d4d35", + "bf1590a0-68a7-45ed-817e-f97366f96ec4", + "f4b93cb8-a980-4bae-a743-d5389fdf6899", + "8d409411-aa9f-4f3a-a52c-fbcb0c3ec053", + "282c954f-e34a-4bd5-b5eb-771e3c56936f", + "c5e4a25a-0137-4327-96f5-15735891ad5c", + "d10e5f83-56db-4bc9-8c51-150a2e3e20ea", + "b0655a23-fea0-4a8c-aec2-e0e636528eb1", + "e68998cb-5f91-4d7e-85a6-555efb8b0384", + "99e20867-a5eb-4474-b846-619ee45f40b8", + "0526a054-3eda-49b4-b390-7d5d16e30af8", + "be478f3c-40f6-47cc-8ab9-f420a9372b1c", + "bc03e499-5bac-4293-bff4-6864153a624d", + "c91a5a1b-5481-445b-86e8-f10109ac3937", + "e91f9de3-3fdd-0a6b-71ce-53a2cc142816", + "7a1e523a-b377-43dc-b231-7591c4c888ea", + "3a3344dc-9cc8-41da-859e-295d053597c1", + "97e6e175-75e8-437b-b457-ddb1ae4e857d", + "bf0d012f-da14-8ce3-d74f-56172cddebc5" + ], + "package_ndc": [ + "29033-019-12", + "29033-020-12", + "29033-004-12", + "0093-0090-01", + "67386-621-52", + "0093-0109-01", + "0093-0109-10", + "0093-0778-01", + "16571-680-01", + "16571-681-01", + "16571-682-01", + "51672-4151-1", + "51672-4151-3", + "51672-4150-1", + "51672-4150-3", + "51672-4149-6", + "51672-4149-1", + "51672-4149-3", + "0078-0508-83", + "0078-0509-05", + "0078-0509-20", + "0078-0510-05", + "0078-0511-05", + "0078-0512-05", + "0832-6022-11", + "0832-6023-11", + "0832-6024-11", + "68382-555-06", + "68382-555-16", + "68382-555-01", + "68382-555-30", + "68382-556-06", + "68382-556-16", + "68382-556-01", + "68382-556-30", + "68382-557-06", + "68382-557-16", + "68382-557-01", + "68382-557-30", + "70771-1468-3", + "70771-1468-9", + "70771-1468-1", + "70771-1468-4", + "70771-1469-3", + "70771-1469-9", + "70771-1469-1", + "70771-1469-4", + "70771-1470-3", + "70771-1470-9", + "70771-1470-1", + "70771-1470-4", + "68094-007-59", + "68094-007-62", + "68094-008-59", + "68094-008-62", + "75834-221-01", + "75834-221-00", + "75834-220-01", + "75834-220-00", + "60432-129-16", + "51672-4041-1", + "51672-4041-2", + "51672-4041-9", + "51672-4041-0", + "51672-4005-1", + "51672-4005-2", + "51672-4005-3", + "51672-4123-6", + "51672-4123-1", + "51672-4123-3", + "51672-4124-6", + "51672-4124-1", + "51672-4124-3", + "51672-4125-6", + "51672-4125-1", + "51672-4125-3", + "51672-4047-9", + "30698-419-12", + "30698-421-12", + "30698-423-12", + "54092-171-12", + "54092-172-12", + "54092-173-12", + "16714-063-01", + "16714-064-01", + "16714-065-01", + "60505-2805-3", + "60505-2805-7", + "60505-2805-8", + "60505-2806-3", + "60505-2806-7", + "60505-2806-8", + "60505-2807-3", + "60505-2807-7", + "60505-2807-5", + "66993-407-32", + "66993-408-32", + "66993-409-32", + "0781-8016-01", + "0781-5987-01", + "0781-5988-01", + "13668-268-30", + "13668-268-01", + "13668-268-10", + "13668-268-31", + "13668-268-05", + "13668-271-01", + "13668-271-10", + "13668-271-49", + "13668-271-05", + "60505-0183-0", + "60505-0183-5", + "60505-0183-1" + ], + "nui": [ + "N0000008486", + "N0000175751", + "N0000185506", + "N0000191266", + "N0000187064", + "N0000185507", + "N0000185607" + ], + "pharm_class_pe": [ + "Decreased Central Nervous System Disorganized Electrical Activity [PE]" + ], + "pharm_class_epc": [ + "Mood Stabilizer [EPC]" + ], + "pharm_class_moa": [ + "Cytochrome P450 3A4 Inducers [MoA]", + "Cytochrome P450 1A2 Inducers [MoA]", + "Cytochrome P450 2B6 Inducers [MoA]", + "Cytochrome P450 2C9 Inducers [MoA]", + "Cytochrome P450 2C19 Inducers [MoA]" + ], + "unii": [ + "33CM23913M" + ] + } + } + ] + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "BAYER", + "duplicatenumb": "GB-BAYER-2014-033511" + }, + "receiptdate": "20140312", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "GB-BAYER-2014-033511", + "occurcountry": "GB", + "seriousnessother": "1", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "transmissiondate": "20141002", + "primarysourcecountry": "GB" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-B.I. PHARMACEUTICALS,INC./RIDGEFIELD-2014-BI-09473BP", + "occurcountry": "US", + "safetyreportversion": "1", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003332", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "80", + "patientonsetageunit": "801", + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Proctalgia", + "reactionoutcome": "3" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Anorectal discomfort", + "reactionoutcome": "3" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Rectal haemorrhage", + "reactionoutcome": "3" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "PRADAXA", + "drugauthorizationnumb": "022512", + "drugstructuredosagenumb": "150", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "2", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "300 MG", + "drugdosageform": "CAPSULE", + "drugadministrationroute": "048", + "drugindication": "CEREBROVASCULAR ACCIDENT PROPHYLAXIS", + "drugstartdateformat": "602", + "drugstartdate": "2011", + "actiondrug": "4", + "openfda": { + "application_number": [ + "NDA022512" + ], + "brand_name": [ + "PRADAXA" + ], + "generic_name": [ + "DABIGATRAN ETEXILATE MESYLATE" + ], + "manufacturer_name": [ + "Boehringer Ingelheim Pharmaceuticals Inc." + ], + "product_ndc": [ + "0597-0108", + "0597-0355", + "0597-0360" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "DABIGATRAN ETEXILATE MESYLATE" + ], + "rxcui": [ + "1037045", + "1037049", + "1037179", + "1037181", + "1723476", + "1723478" + ], + "spl_id": [ + "e53abfec-9349-4084-b771-a3aa80a1ad43" + ], + "spl_set_id": [ + "ba74e3cd-b06f-4145-b284-5fd6b84ff3c9" + ], + "package_ndc": [ + "0597-0108-54", + "0597-0108-60", + "0597-0355-09", + "0597-0355-56", + "0597-0355-53", + "0597-0360-55", + "0597-0360-42", + "0597-0360-82" + ], + "unii": [ + "SC7NUW5IIT" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "LOSARTAN", + "drugadministrationroute": "065", + "drugindication": "HYPERTENSION" + }, + { + "drugcharacterization": "2", + "medicinalproduct": "CRESTOR", + "drugadministrationroute": "065", + "drugindication": "BLOOD CHOLESTEROL INCREASED", + "openfda": { + "application_number": [ + "NDA021366" + ], + "brand_name": [ + "CRESTOR" + ], + "generic_name": [ + "ROSUVASTATIN CALCIUM" + ], + "manufacturer_name": [ + "AstraZeneca Pharmaceuticals LP" + ], + "product_ndc": [ + "0310-0751", + "0310-0755", + "0310-0752", + "0310-0754" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "ROSUVASTATIN CALCIUM" + ], + "rxcui": [ + "859419", + "859421", + "859424", + "859426", + "859747", + "859749", + "859751", + "859753" + ], + "spl_id": [ + "0abd2d1e-ee9a-4738-ad7e-610a2caa24ab" + ], + "spl_set_id": [ + "bb0f3b5e-4bc6-41c9-66b9-6257e2513512" + ], + "package_ndc": [ + "0310-0755-90", + "0310-0751-90", + "0310-0751-39", + "0310-0752-90", + "0310-0752-39", + "0310-0754-30" + ], + "unii": [ + "83MVU38M7Q" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "DIABETES MEDICATION", + "drugadministrationroute": "065", + "drugindication": "TYPE 2 DIABETES MELLITUS" + } + ] + }, + "transmissiondate": "20141002", + "serious": "2", + "reportduplicate": { + "duplicatesource": "BOEHRINGER INGELHEIM", + "duplicatenumb": "US-B.I. PHARMACEUTICALS,INC./RIDGEFIELD-2014-BI-09473BP" + }, + "receiptdate": "20140312", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0058820", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "3" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003333", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "79", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Swelling", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "actiondrug": "1", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0058820" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-B.I. PHARMACEUTICALS,INC./RIDGEFIELD-2014-BI-09669BP", + "occurcountry": "US", + "safetyreportversion": "1", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003334", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientweight": "66", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Dry mouth", + "reactionoutcome": "3" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Product quality issue", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "SPIRIVA", + "drugbatchnumb": "305500A,13C3216", + "drugauthorizationnumb": "021395", + "drugstructuredosagenumb": "18", + "drugstructuredosageunit": "004", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "18 MCG", + "drugdosageform": "INHALATION POWDER, HARD CAPSULE", + "drugadministrationroute": "055", + "drugindication": "EMPHYSEMA", + "drugstartdateformat": "602", + "drugstartdate": "2009", + "actiondrug": "4", + "openfda": { + "application_number": [ + "NDA021395" + ], + "brand_name": [ + "SPIRIVA HANDIHALER" + ], + "generic_name": [ + "TIOTROPIUM BROMIDE" + ], + "manufacturer_name": [ + "Boehringer Ingelheim Pharmaceuticals, Inc." + ], + "product_ndc": [ + "0597-0075" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL", + "RESPIRATORY (INHALATION)" + ], + "substance_name": [ + "TIOTROPIUM BROMIDE MONOHYDRATE" + ], + "rxcui": [ + "485032", + "580261" + ], + "spl_id": [ + "61e158db-bf32-4cb5-8e5e-72acd953e493" + ], + "spl_set_id": [ + "820839ef-e53d-47e8-a3b9-d911ff92e6a9" + ], + "package_ndc": [ + "0597-0075-41", + "0597-0075-75", + "0597-0075-47" + ], + "unii": [ + "L64SXO195N" + ] + } + } + ] + }, + "transmissiondate": "20141002", + "serious": "2", + "reportduplicate": { + "duplicatesource": "BOEHRINGER INGELHEIM", + "duplicatenumb": "US-B.I. PHARMACEUTICALS,INC./RIDGEFIELD-2014-BI-09669BP" + }, + "receiptdate": "20140312", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "1" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003335", + "patient": { + "patientonsetage": "62", + "patientonsetageunit": "801", + "patientagegroup": "5", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Localised oedema", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Oedema peripheral", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Fluid retention", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Nasal congestion", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PULMONARY HYPERTENSION", + "drugstartdateformat": "102", + "drugstartdate": "20120613", + "actiondrug": "2", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugdosageform": "TABLET", + "drugindication": "LIVER DISORDER", + "actiondrug": "2", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0057959" + }, + "receiptdate": "20150812", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0057959", + "occurcountry": "US", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "seriousnesshospitalization": "1", + "transmissiondate": "20151125", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "safetyreportversion": "6", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "1", + "safetyreportid": "10003336", + "patient": { + "patientweight": "97.96", + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "18.0", + "reactionmeddrapt": "Metastases to spine", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.0", + "reactionmeddrapt": "Anxiety", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.0", + "reactionmeddrapt": "Renal cyst", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.0", + "reactionmeddrapt": "Metastases to thorax", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.0", + "reactionmeddrapt": "Metastases to retroperitoneum", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.0", + "reactionmeddrapt": "Emotional disorder", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.0", + "reactionmeddrapt": "Pancreatic carcinoma metastatic", + "reactionoutcome": "5" + }, + { + "reactionmeddraversionpt": "18.0", + "reactionmeddrapt": "Metastases to liver", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.0", + "reactionmeddrapt": "Metastases to lung", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.0", + "reactionmeddrapt": "Emotional distress", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.0", + "reactionmeddrapt": "Lymphadenopathy", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.0", + "reactionmeddrapt": "Prostate cancer", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.0", + "reactionmeddrapt": "Peripheral venous disease", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "JANUMET", + "drugauthorizationnumb": "022044", + "drugdosagetext": "50/1000 MG", + "drugdosageform": "FILM-COATED TABLET", + "drugadministrationroute": "048", + "drugindication": "TYPE 2 DIABETES MELLITUS", + "drugstartdateformat": "610", + "drugstartdate": "201107", + "drugenddateformat": "102", + "drugenddate": "20120808", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "METFORMIN HYDROCHLORIDE\\SITAGLIPTIN PHOSPHATE" + }, + "openfda": { + "application_number": [ + "NDA022044", + "NDA202270" + ], + "brand_name": [ + "JANUMET", + "JANUMET XR" + ], + "generic_name": [ + "SITAGLIPTIN AND METFORMIN HYDROCHLORIDE" + ], + "manufacturer_name": [ + "Merck Sharp & Dohme Corp." + ], + "product_ndc": [ + "0006-0575", + "0006-0577", + "0006-0078", + "0006-0080", + "0006-0081" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "SITAGLIPTIN PHOSPHATE", + "METFORMIN HYDROCHLORIDE" + ], + "rxcui": [ + "861769", + "861771", + "861819", + "861821", + "1243827", + "1243833", + "1243842", + "1243843", + "1243846", + "1243848" + ], + "spl_id": [ + "5232d506-3ca6-4480-afc8-9b40a09b02b5", + "3522b539-8ab4-4fcc-91e4-435407342f7b" + ], + "spl_set_id": [ + "d19c7ed0-ad5c-426e-b2df-722508f97d67", + "64beb3d2-3aeb-4cd5-ba11-dacf6c9a5b50" + ], + "package_ndc": [ + "0006-0575-82", + "0006-0575-61", + "0006-0575-62", + "0006-0575-01", + "0006-0575-52", + "0006-0575-56", + "0006-0575-02", + "0006-0575-03", + "0006-0577-61", + "0006-0577-62", + "0006-0577-82", + "0006-0577-01", + "0006-0577-52", + "0006-0577-56", + "0006-0577-02", + "0006-0577-03", + "0006-0078-61", + "0006-0078-62", + "0006-0078-82", + "0006-0078-14", + "0006-0078-28", + "0006-0080-61", + "0006-0080-62", + "0006-0080-82", + "0006-0080-14", + "0006-0080-28", + "0006-0081-31", + "0006-0081-54", + "0006-0081-82", + "0006-0081-07", + "0006-0081-14" + ], + "unii": [ + "786Z46389E", + "TS63EW8X6F" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "JANUVIA", + "drugdosagetext": "UNK", + "drugdosageform": "FILM-COATED TABLET", + "drugadministrationroute": "048", + "drugstartdateformat": "610", + "drugstartdate": "201107", + "drugenddateformat": "610", + "drugenddate": "201207", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "SITAGLIPTIN PHOSPHATE" + }, + "openfda": { + "application_number": [ + "NDA021995" + ], + "brand_name": [ + "JANUVIA" + ], + "generic_name": [ + "SITAGLIPTIN" + ], + "manufacturer_name": [ + "Merck Sharp & Dohme Corp." + ], + "product_ndc": [ + "0006-0112", + "0006-0221", + "0006-0277" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "SITAGLIPTIN PHOSPHATE" + ], + "rxcui": [ + "665033", + "665036", + "665038", + "665040", + "665042", + "665044" + ], + "spl_id": [ + "26191c72-2372-41ac-8ddf-e28322dcb9cc" + ], + "spl_set_id": [ + "f85a48d0-0407-4c50-b0fa-7673a160bf01" + ], + "package_ndc": [ + "0006-0221-01", + "0006-0221-28", + "0006-0221-31", + "0006-0221-54", + "0006-0112-01", + "0006-0112-28", + "0006-0112-31", + "0006-0112-54", + "0006-0277-01", + "0006-0277-28", + "0006-0277-31", + "0006-0277-54", + "0006-0277-02", + "0006-0277-33", + "0006-0277-82", + "0006-0277-14", + "0006-0277-27", + "0006-0277-30" + ], + "unii": [ + "TS63EW8X6F" + ] + } + } + ], + "summary": { + "narrativeincludeclinical": "CASE EVENT DATE: 201112" + } + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "MERCK", + "duplicatenumb": "US-MERCK-1403USA005334" + }, + "receiptdate": "20141105", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "seriousnessdeath": "1", + "companynumb": "US-MERCK-1403USA005334", + "occurcountry": "US", + "seriousnessother": "1", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "seriousnesshospitalization": "1", + "transmissiondate": "20150528", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0058803", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003337", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "59", + "patientonsetageunit": "801", + "patientagegroup": "5", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Dysphonia", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Throat irritation", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20101123", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0058803" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "IT", + "qualification": "1" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "1", + "safetyreportid": "10003338", + "patient": { + "patientonsetage": "34", + "patientonsetageunit": "801", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Swollen tongue", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Pruritus", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Rash generalised", + "reactionoutcome": "1" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "KLACID", + "drugbatchnumb": "UNKNOWN", + "drugauthorizationnumb": "050662", + "drugstructuredosagenumb": "500", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugadministrationroute": "048", + "drugindication": "TONSILLITIS", + "drugstartdateformat": "102", + "drugstartdate": "20140127", + "drugenddateformat": "102", + "drugenddate": "20140128", + "actiondrug": "1" + }, + { + "drugcharacterization": "1", + "medicinalproduct": "CLAVULIN", + "drugbatchnumb": "UNKNOWN", + "drugdosagetext": "DAILY DOSE: 2 GRAM; 875MG/125MG", + "drugadministrationroute": "048", + "drugindication": "TONSILLITIS", + "drugstartdateformat": "102", + "drugstartdate": "20140125", + "drugenddateformat": "102", + "drugenddate": "20140128", + "actiondrug": "1" + }, + { + "drugcharacterization": "2", + "medicinalproduct": "OKI", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION" + }, + { + "drugcharacterization": "2", + "medicinalproduct": "TACHIPIRINA", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION" + } + ] + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "ABBVIE", + "duplicatenumb": "IT-ABBVIE-14P-083-1210488-00" + }, + "receiptdate": "20140428", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "IT-ABBVIE-14P-083-1210488-00", + "occurcountry": "IT", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "seriousnesshospitalization": "1", + "transmissiondate": "20141212", + "primarysourcecountry": "IT" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0058499", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "3" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003339", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "69", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Anaemia", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugenddateformat": "102", + "drugenddate": "20120720", + "actiondrug": "1", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0058499" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "safetyreportversion": "1", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "CN", + "qualification": "3" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "1", + "safetyreportid": "10003340", + "patient": { + "patientonsetage": "22", + "patientonsetageunit": "801", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Listeriosis", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Pyrexia", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Diarrhoea", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Meningitis", + "reactionoutcome": "1" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "PREDNISONE", + "drugstructuredosagenumb": "60", + "drugstructuredosageunit": "003", + "drugdosagetext": "50-60 MG, UNK", + "drugindication": "IMMUNOSUPPRESSION", + "actiondrug": "5", + "openfda": { + "application_number": [ + "NDA202020", + "ANDA215246", + "ANDA211496", + "ANDA080292", + "ANDA088832", + "ANDA083677", + "ANDA040584", + "ANDA040581", + "ANDA040256", + "ANDA040392", + "ANDA084122", + "ANDA087342", + "ANDA080352", + "ANDA211495", + "ANDA087800", + "ANDA087801", + "ANDA084283", + "ANDA088703", + "ANDA210525", + "ANDA213386", + "ANDA040362", + "ANDA211575", + "ANDA080356", + "ANDA085162", + "ANDA085161", + "ANDA040611" + ], + "brand_name": [ + "RAYOS", + "PREDNISONE" + ], + "generic_name": [ + "PREDNISONE" + ], + "manufacturer_name": [ + "Horizon Therapeutics USA, Inc.", + "Novitium Pharma LLC", + "GeneYork Pharmaceuticals Group LLC", + "Mylan Pharmaceuticals Inc.", + "Par Pharmaceutical", + "Lannett Company, Inc.", + "Hikma Pharmaceuticals USA Inc.", + "West-ward Pharmaceuticals Corp", + "Amneal Pharmaceuticals NY LLC", + "JUBILANT CADISTA PHARMACEUTICALS INC.", + "Actavis Pharma, Inc." + ], + "product_ndc": [ + "75987-020", + "75987-021", + "75987-022", + "70954-056", + "71329-106", + "0378-0640", + "0378-0641", + "0378-0642", + "0603-5335", + "0603-5336", + "0603-5337", + "0603-5338", + "0603-5339", + "0527-2930", + "0054-9817", + "0054-9828", + "0054-9818", + "0143-9738", + "0143-9740", + "0143-9739", + "0527-2931", + "0527-2932", + "0054-8724", + "0054-4741", + "0054-4742", + "0054-4728", + "0054-0017", + "0054-0018", + "0054-0019", + "0054-3722", + "0054-3721", + "0054-8739", + "0054-8740", + "0527-2933", + "0527-2934", + "0527-2935", + "71329-107", + "71329-108", + "60219-1707", + "60219-1708", + "59746-172", + "59746-173", + "59746-175", + "71329-103", + "71329-104", + "71329-105", + "70954-057", + "70954-058", + "70954-059", + "70954-060", + "70954-061", + "0591-5052", + "0591-5442", + "0591-5443", + "59746-171" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "PREDNISONE" + ], + "rxcui": [ + "1303125", + "1303131", + "1303132", + "1303134", + "1303135", + "1303137", + "198144", + "198145", + "312615", + "312617", + "198146", + "763179", + "763181", + "763183", + "763185", + "198148", + "205301", + "315187" + ], + "spl_id": [ + "f9517701-80af-41ad-b527-4297184f3383", + "7335a293-992b-490c-ab8a-66a7ca1eea30", + "4384c1d1-059b-4689-9f3d-1078de814ce8", + "88a6acb5-abca-4d04-be4f-d637e001e20b", + "bf179c06-4480-4f07-8e38-10e8fddc2ed6", + "f63744b8-0108-489d-8c38-453c013ccf93", + "cea52966-6748-4723-ae9b-793b44c429de", + "92e5952b-2b1e-42c7-a8b3-c33d403d47aa", + "8c94235c-7f8e-4e2a-bb56-014324bda19a", + "7b97d83a-b0b4-4229-a4b6-6d1287fecd29", + "4b4a5262-cead-44bb-925a-086362a69d6e", + "eafa4fdb-e631-4080-b850-a7e40866f250", + "2c25a942-37b8-41b0-aa35-fa49d82515e1", + "3b1247fb-3a8d-4c94-b26a-a61398316cc3", + "c3dd4f62-cc06-4576-938c-c50f5a4a1642", + "1689f48c-eb89-48ca-84e4-1c648e3f0e23", + "03ae0f16-3d26-4f67-8ab7-1164b1dbc182", + "a8972d19-5cd5-441c-a552-048116a069e8" + ], + "spl_set_id": [ + "281ab967-7565-4bef-9c0c-a646589c671e", + "7335a293-992b-490c-ab8a-66a7ca1eea30", + "be50449f-3aa8-46b7-9246-2dbd5f04f2b1", + "fec09050-5ac2-451b-a2b9-5a21b2def212", + "10fe5a3b-84dc-4600-87c2-b80c97ce18cf", + "2d047ff2-1ca5-4123-9de3-dc85807de4e1", + "263ed4fa-3c29-4abb-9cb1-bc016bd34a05", + "c19fd54a-0a3b-4b14-b598-0256ea0e7f70", + "d88845ae-5b7c-465c-982d-8210d37ae190", + "3115aef0-fd50-4ec8-a064-3effb695f3f2", + "84c6be5c-df0d-41b4-9b0d-641fba970ac2", + "d4b46716-044d-4213-8030-950affa41c3b", + "03228706-92b9-43c9-8d73-c73aa124c58d", + "931ceb82-23b9-46c6-a00b-4cd66ed6f88f", + "bbc5e24a-ba0f-4f7e-be39-a1995fd96d5b", + "f05eb734-07e7-491c-b2e9-aae340e03750", + "aa0b1582-6ef3-4697-9ea6-5391e6e57853", + "e9d6774e-45f6-419f-b388-8dfb4dd34944" + ], + "package_ndc": [ + "75987-020-02", + "75987-020-01", + "75987-020-70", + "75987-021-02", + "75987-021-01", + "75987-021-70", + "75987-022-02", + "75987-022-01", + "75987-022-70", + "70954-056-10", + "70954-056-20", + "71329-106-02", + "71329-106-01", + "0378-0640-01", + "0378-0640-10", + "0378-0641-01", + "0378-0641-10", + "0378-0642-01", + "0378-0642-05", + "0378-0642-10", + "0603-5335-21", + "0603-5335-32", + "0603-5336-21", + "0603-5337-21", + "0603-5337-32", + "0603-5337-15", + "0603-5337-31", + "0603-5338-21", + "0603-5338-28", + "0603-5338-32", + "0603-5338-15", + "0603-5338-31", + "0603-5339-21", + "0603-5339-28", + "0603-5339-32", + "0527-2930-37", + "0527-2930-43", + "0054-9828-25", + "0054-9828-31", + "0054-9817-25", + "0054-9817-29", + "0054-9818-25", + "0054-9818-29", + "0143-9740-01", + "0143-9740-10", + "0143-9739-01", + "0143-9739-10", + "0143-9738-01", + "0143-9738-05", + "0143-9738-10", + "0527-2931-37", + "0527-2932-37", + "0527-2932-43", + "0054-4741-25", + "0054-4741-31", + "0054-4742-25", + "0054-4728-25", + "0054-4728-31", + "0054-0017-25", + "0054-0017-29", + "0054-0017-20", + "0054-0018-25", + "0054-0018-29", + "0054-0018-20", + "0054-0019-20", + "0054-0019-25", + "0054-3722-63", + "0054-3722-50", + "0054-3721-44", + "0054-8739-25", + "0054-8740-25", + "0054-8724-25", + "0527-2933-37", + "0527-2933-41", + "0527-2934-37", + "0527-2934-41", + "0527-2935-37", + "71329-107-01", + "71329-108-02", + "71329-108-01", + "60219-1707-1", + "60219-1707-5", + "60219-1707-2", + "60219-1707-3", + "60219-1708-1", + "60219-1708-5", + "59746-172-10", + "59746-172-06", + "59746-173-10", + "59746-173-09", + "59746-173-06", + "59746-175-09", + "59746-175-06", + "59746-175-10", + "71329-103-02", + "71329-103-01", + "71329-104-02", + "71329-104-01", + "71329-105-01", + "70954-057-10", + "70954-058-10", + "70954-058-20", + "70954-058-30", + "70954-058-40", + "70954-059-10", + "70954-059-20", + "70954-059-30", + "70954-059-40", + "70954-060-10", + "70954-060-20", + "70954-060-30", + "70954-061-10", + "0591-5052-21", + "0591-5052-43", + "0591-5052-01", + "0591-5052-10", + "0591-5442-21", + "0591-5442-43", + "0591-5442-01", + "0591-5442-05", + "0591-5442-10", + "0591-5443-01", + "0591-5443-05", + "0591-5443-10", + "59746-171-10", + "59746-171-06" + ], + "nui": [ + "N0000175576", + "N0000175450" + ], + "pharm_class_epc": [ + "Corticosteroid [EPC]" + ], + "pharm_class_moa": [ + "Corticosteroid Hormone Receptor Agonists [MoA]" + ], + "unii": [ + "VB0R961HZT" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "METHYLPREDNISOLONE", + "drugindication": "IMMUNOSUPPRESSION", + "actiondrug": "5", + "openfda": { + "application_number": [ + "ANDA040232", + "ANDA210985", + "NDA011153", + "ANDA209097", + "ANDA040189", + "ANDA040194", + "ANDA204072", + "ANDA212262", + "ANDA040183", + "ANDA206751", + "ANDA207549", + "ANDA212396" + ], + "brand_name": [ + "METHYLPREDNISOLONE", + "MEDROL", + "METHYLPREDNISOLONE SODIUM SUCCINATE" + ], + "generic_name": [ + "METHYLPREDNISOLONE" + ], + "manufacturer_name": [ + "Actavis Pharma, Inc.", + "Ingenus Pharmaceuticals, LLC", + "Pharmacia and Upjohn Company LLC", + "Lupin Pharmaceuticals, Inc.", + "BluePoint Laboratories", + "Sandoz Inc", + "Epic Pharma,LLC", + "OAKRUM PHARMA, LLC", + "Par Pharmaceutical", + "Greenstone LLC", + "Praxgen Pharmaceuticals LLC", + "Cadila Healthcare Limited", + "Tianjin Tianyao Pharmaceuticals Co., Ltd.", + "Zydus Pharmaceuticals (USA) Inc.", + "JUBILANT CADISTA PHARMACEUTICALS INC.", + "Amneal Pharmaceuticals LLC", + "GeneYork Pharmaceuticals Group LLC" + ], + "product_ndc": [ + "0591-0790", + "50742-189", + "0009-0020", + "0009-0049", + "0009-0056", + "0009-0022", + "0009-0073", + "0009-0176", + "68180-685", + "68180-686", + "68180-687", + "68180-688", + "68180-689", + "68001-005", + "0781-5022", + "42806-400", + "72647-331", + "0603-4593", + "59762-0049", + "59762-4440", + "59762-0050", + "59762-0051", + "70625-237", + "70771-1348", + "70771-1349", + "70771-1350", + "70771-1351", + "57582-101", + "68382-916", + "68382-917", + "68382-918", + "68382-919", + "59746-001", + "59746-002", + "59746-003", + "59746-015", + "70121-1000", + "70121-1001", + "71329-301", + "71329-302", + "71329-303", + "71329-304", + "71329-305" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL", + "INTRAMUSCULAR", + "INTRAVENOUS" + ], + "substance_name": [ + "METHYLPREDNISOLONE", + "METHYLPREDNISOLONE SODIUM SUCCINATE" + ], + "rxcui": [ + "259966", + "762675", + "197969", + "197971", + "197973", + "207136", + "207137", + "207138", + "207141", + "260330", + "328161", + "834023", + "311659", + "1743704", + "314099", + "1357886" + ], + "spl_id": [ + "042a4f34-c640-483d-b255-0b8f9918fc72", + "27eb4db1-87bf-4af7-a238-f24c0e43d5fb", + "8f9c2163-1d7f-4e6e-bbe5-d758de474744", + "2cf71f1d-1b2c-42a0-bfc5-1ef08011859b", + "6135c8b2-e006-4ac7-bd62-3739fef16ca0", + "83cd61a9-86da-4833-b88b-3f5a9f390485", + "8670045e-e085-4ceb-999c-295dd645f034", + "6526d97b-8306-442b-bb9d-6c02e9f01553", + "9cc942c1-f5d4-4b61-b57d-a4189188c217", + "54059804-b922-490e-803f-c60387dd6137", + "baddcaf5-9fa1-c80e-e053-2995a90aadab", + "9fdd4e6c-9514-4760-84f0-014e38228397", + "d5871d70-95e4-4aa4-9ccc-f942a4993b25", + "90dbeb53-31a8-4572-8377-22f693d72337", + "f7ee0424-d881-4ae1-98be-e8863a8f78fe", + "81328330-9120-4fec-8242-6fff44b751b2", + "5c22bf7e-4275-40f4-8502-fd9d34801557" + ], + "spl_set_id": [ + "a3c3048f-81a7-4a86-8a06-f1f00909f6d1", + "0493f2e1-749f-43fe-b5f6-21baebd15c36", + "39d5270b-d957-4821-93d6-501b7b9f02d4", + "c5cbcea1-2200-4fc0-a49a-35edd9434873", + "a91f119c-9765-4a6f-b636-4470d11dc3d2", + "97431ce3-85a9-41c3-817d-68963f9536cc", + "b1908c2a-c596-4e2a-b2bd-0745d4fea31a", + "6d439658-e5e3-4f00-82bf-c28ef374e624", + "c84cf5e6-746d-41fb-b3d8-2c0b8ba989af", + "22dd75d6-f89a-44f7-8ca6-b64c4e9806dd", + "9ff2ec25-57b5-4466-b51f-1d4bb924e34f", + "fe9c15b5-4264-45f1-87b5-f7e1d6e6ddee", + "e09eefd2-f423-40cb-87b6-3ee97e7f831b", + "eaa9c932-c659-4ef6-bf5a-186545d87320", + "7bf4d3d3-3f8a-4e20-9194-061658efca61", + "e86fbda8-00e4-4d54-841a-59dea6c15e70", + "23b17612-b122-4c89-80a7-5f3ca57fad7f" + ], + "package_ndc": [ + "0591-0790-01", + "0591-0790-21", + "50742-189-01", + "50742-189-21", + "0009-0049-02", + "0009-0056-02", + "0009-0056-04", + "0009-0022-01", + "0009-0073-01", + "0009-0176-01", + "0009-0020-01", + "68180-685-01", + "68180-686-01", + "68180-686-11", + "68180-687-55", + "68180-688-08", + "68180-689-55", + "68001-005-01", + "0781-5022-07", + "0781-5022-01", + "0781-5022-10", + "42806-400-01", + "42806-400-21", + "72647-331-01", + "72647-331-04", + "0603-4593-15", + "0603-4593-21", + "59762-4440-3", + "59762-4440-2", + "59762-0049-1", + "59762-0050-1", + "59762-0051-1", + "70625-237-01", + "70625-237-11", + "70771-1348-1", + "70771-1348-5", + "70771-1348-3", + "70771-1349-8", + "70771-1349-1", + "70771-1349-5", + "70771-1349-2", + "70771-1349-4", + "70771-1350-7", + "70771-1350-1", + "70771-1350-5", + "70771-1350-2", + "70771-1350-4", + "70771-1351-8", + "70771-1351-1", + "70771-1351-5", + "70771-1351-2", + "70771-1351-4", + "57582-101-01", + "57582-101-02", + "68382-916-01", + "68382-916-05", + "68382-916-34", + "68382-917-11", + "68382-917-01", + "68382-917-05", + "68382-917-30", + "68382-917-77", + "68382-918-18", + "68382-918-01", + "68382-918-05", + "68382-918-30", + "68382-918-77", + "68382-919-11", + "68382-919-01", + "68382-919-05", + "68382-919-30", + "68382-919-77", + "59746-001-06", + "59746-001-03", + "59746-002-04", + "59746-002-06", + "59746-003-14", + "59746-015-04", + "70121-1000-1", + "70121-1000-5", + "70121-1001-1", + "70121-1001-5", + "71329-301-01", + "71329-301-25", + "71329-302-01", + "71329-302-25", + "71329-303-01", + "71329-304-01", + "71329-305-01" + ], + "nui": [ + "N0000175576", + "N0000175450" + ], + "pharm_class_epc": [ + "Corticosteroid [EPC]" + ], + "pharm_class_moa": [ + "Corticosteroid Hormone Receptor Agonists [MoA]" + ], + "unii": [ + "X4W7ZR7023", + "LEC9GKY20K" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "HYDROXYCHLOROQUINE", + "drugauthorizationnumb": "040104", + "drugseparatedosagenumb": "2", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "0.2 OT, BID", + "drugindication": "IMMUNOSUPPRESSION", + "actiondrug": "5" + }, + { + "drugcharacterization": "1", + "medicinalproduct": "MYCOPHENOLATE MOFETIL", + "drugindication": "IMMUNOSUPPRESSION", + "actiondrug": "5", + "openfda": { + "application_number": [ + "ANDA203575", + "ANDA210370", + "ANDA210181", + "ANDA203859", + "ANDA090456", + "ANDA090055", + "ANDA065416", + "ANDA090253", + "ANDA212087", + "ANDA204043", + "ANDA065520", + "ANDA065521", + "ANDA204473", + "ANDA065491", + "ANDA211374", + "ANDA091249", + "ANDA200197", + "ANDA203005", + "ANDA065410", + "ANDA065413", + "NDA050722", + "NDA050723", + "NDA050759", + "ANDA212130", + "ANDA065379", + "ANDA065451" + ], + "brand_name": [ + "MYCOPHENOLATE MOFETIL", + "CELLCEPT" + ], + "generic_name": [ + "MYCOPHENOLATE MOFETIL" + ], + "manufacturer_name": [ + "Par Pharmaceutical, Inc.", + "VistaPharm, Inc.", + "CONCORD BIOTECH LIMITED", + "Lupin Pharmaceuticals, Inc.", + "Mylan Institutional LLC", + "Strides Pharma Science Limited", + "Accord Healthcare Inc.", + "Akorn, Inc.", + "Mylan Pharmaceuticals Inc.", + "Cadila Healthcare Limited", + "Teva Pharmaceuticals USA, Inc.", + "Amneal Pharmaceuticals LLC", + "Ascend Laboratories, LLC", + "West-Ward Pharmaceuticals Corp", + "Genentech, Inc.", + "Meitheal Pharmaceuticals Inc.", + "Sandoz Inc", + "Zydus Pharmaceuticals (USA) Inc." + ], + "product_ndc": [ + "42023-172", + "66689-307", + "68254-5000", + "70748-186", + "67457-386", + "64380-725", + "64380-726", + "16729-019", + "16729-094", + "68254-5003", + "70748-262", + "17478-957", + "0378-2250", + "0378-4472", + "70771-1084", + "0093-7334", + "70121-1584", + "67877-225", + "67877-266", + "67877-230", + "0054-0163", + "0054-0166", + "0004-0259", + "0004-0260", + "0004-0298", + "0004-0261", + "71288-803", + "17478-422", + "0781-2067", + "0781-5175", + "68382-669" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "INTRAVENOUS", + "ORAL" + ], + "substance_name": [ + "MYCOPHENOLATE MOFETIL" + ], + "rxcui": [ + "311881", + "311880", + "199058", + "200060", + "213394", + "616435", + "616444", + "616447" + ], + "spl_id": [ + "a14f9745-6779-4a14-b696-0ac51d11ade7", + "6f9d9b87-a165-4aee-9eb2-b72729de499f", + "5e9b0434-ca18-4303-aed8-29003add8336", + "27c21f72-b174-4276-9bc0-eb678c2e50bf", + "0baaaefc-202d-4a2a-919a-675060cd53bd", + "e3f7556b-7617-4154-97bc-9f7652444034", + "b2dfcb07-a6e7-4c51-e053-2a95a90a926e", + "81dc242e-7454-4592-8e2a-4dca5348d46a", + "30ea1f66-afc2-4c1e-92bc-66d286f818fb", + "ef50b9c8-6d4a-45b2-89fc-467fbf877d42", + "31b771cb-86be-4765-a817-a2d3cb67c346", + "fdb75c95-6930-4f5c-8953-0c163d5ede49", + "2edd8caa-cda7-4f45-8555-005574fa1bc8", + "9143807e-514f-4375-9b89-e71829c8cab0", + "6f71c0b6-ac4a-41f2-9341-74d62e83d72e", + "42010224-d458-46ca-8d28-a551013fbf8d", + "da32b438-48ad-4c13-a941-b06e4b26c3df", + "684a70c7-757e-4f86-bd03-c7d636ac9a89", + "82e5914d-214e-4b44-9324-0f0da3ff3e6d", + "77cfd92c-e6a5-474f-b601-beb08a51741a", + "2f7697b5-7e22-41ec-b305-9b03b104f0e7", + "a50991f8-fea0-466f-ba9c-92dad230e5db" + ], + "spl_set_id": [ + "35ba0428-e267-49a5-99a9-c58853f7989d", + "175d8b87-e06a-4c9e-b3de-378114b52274", + "64ac00ee-298c-49cf-a91c-78019a0d014d", + "9835762c-a1ec-4f7e-8d44-2e08303e503e", + "da02b428-42a4-4007-b0b7-695f2db010f2", + "32dd890a-cfe3-4129-bce6-1d3dbe38e4f3", + "741e079a-646b-47ec-84ac-8e12574c2aaf", + "d0ba9fc3-86d2-4ff4-a491-7803cf925437", + "3acd97be-1720-4a23-a880-d0100bcc4e39", + "432dbc25-da17-4c99-8d52-f45cb7460232", + "74c3a01e-9451-0f2f-6aab-8348047cb1f5", + "628d1ff3-94bc-44bf-9de9-d3d535e199dc", + "b414303f-e6f3-4e22-a537-96be352b59a4", + "47e14e11-b072-410c-8061-e70631b3bfc8", + "9f84ea84-2d8b-4d91-a33f-7dfb5df937dc", + "21ff53b0-b4ba-4473-91e4-76ef41681064", + "e94895d9-f040-4a75-9f04-9814238b8f3c", + "37241e87-4af4-4dc3-a1aa-ea6f20d8dc40", + "9650af9b-d36f-4a2f-9647-d0f798933402", + "f186e133-1796-4689-9bf5-c074ba21ed30", + "99b2eb58-8d14-48fc-bbe1-aacb711a783e", + "967d6458-8cfb-42b8-b51d-81f0157a6681" + ], + "package_ndc": [ + "42023-172-04", + "66689-307-08", + "68254-5000-2", + "68254-5000-1", + "70748-186-02", + "70748-186-01", + "67457-386-00", + "67457-386-81", + "64380-725-06", + "64380-725-07", + "64380-726-06", + "64380-726-11", + "64380-726-07", + "16729-094-01", + "16729-094-29", + "16729-094-16", + "16729-019-01", + "16729-019-16", + "68254-5003-1", + "68254-5003-2", + "68254-5003-3", + "70748-262-01", + "70748-262-02", + "17478-957-40", + "0378-2250-01", + "0378-2250-05", + "0378-4472-01", + "0378-4472-05", + "70771-1084-8", + "0093-7334-01", + "0093-7334-05", + "70121-1584-1", + "70121-1584-4", + "67877-225-01", + "67877-225-05", + "67877-225-84", + "67877-225-38", + "67877-266-01", + "67877-266-05", + "67877-266-84", + "67877-266-38", + "67877-230-22", + "0054-0163-29", + "0054-0163-25", + "0054-0166-25", + "0054-0166-29", + "0004-0260-01", + "0004-0260-43", + "0004-0259-01", + "0004-0259-43", + "0004-0298-09", + "0004-0261-29", + "71288-803-20", + "71288-803-21", + "17478-422-40", + "0781-2067-89", + "0781-2067-01", + "0781-2067-05", + "0781-2067-72", + "0781-5175-01", + "0781-5175-05", + "0781-5175-10", + "68382-669-08" + ], + "unii": [ + "9242ECW6R0", + "UXH81S8ZVB" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "CICLOSPORIN", + "drugindication": "IMMUNOSUPPRESSION", + "actiondrug": "5" + }, + { + "drugcharacterization": "1", + "medicinalproduct": "DAPSONE", + "drugindication": "IMMUNOSUPPRESSION", + "actiondrug": "5", + "openfda": { + "application_number": [ + "NDA207154", + "ANDA206505", + "ANDA086841", + "ANDA086842", + "ANDA204074", + "ANDA209506", + "ANDA210191", + "ANDA205429", + "ANDA203887", + "NDA021794", + "ANDA209430" + ], + "brand_name": [ + "DAPSONE", + "ACZONE", + "ACZONE 7.5" + ], + "generic_name": [ + "DAPSONE" + ], + "manufacturer_name": [ + "Taro Pharmaceuticals U.S.A., Inc.", + "Almirall, LLC", + "Novitium Pharma LLC", + "Seton Pharmaceuticals", + "Virtus Pharmaceuticals", + "Jacobus Pharmaceutical Company, Inc.", + "NORTHSTAR RX LLC", + "Allergan, Inc.", + "Alvogen Inc.", + "Nostrum Laboratories, Inc.", + "Pacific Pharma, Inc." + ], + "product_ndc": [ + "51672-5307", + "16110-526", + "70954-135", + "70954-136", + "13925-504", + "13925-505", + "69543-150", + "69543-151", + "51672-1387", + "51672-1388", + "49938-101", + "49938-102", + "16714-956", + "0023-5206", + "47781-333", + "47781-334", + "29033-036", + "29033-037", + "60758-670", + "0023-3670", + "51672-4197", + "51672-4198" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "TOPICAL", + "ORAL" + ], + "substance_name": [ + "DAPSONE" + ], + "rxcui": [ + "1741905", + "1741907", + "197557", + "197558", + "607295", + "701858" + ], + "spl_id": [ + "2ba804da-6201-4803-b508-2397da080f32", + "fe7553ec-43ac-4528-81a9-1921282b0741", + "57a47368-d1f6-4d61-a2ee-c5f1fe7ff690", + "2d014f94-1f55-4f1c-8152-469a5bdb4f02", + "9babe9c3-4ed2-46eb-a633-4999c86f87cc", + "376bd0ae-c2d6-4807-a79b-ec3f62cca6de", + "10cc0056-7724-4aa0-8de9-38455805f695", + "9b4f801d-0290-4662-b7b8-26d7d2538425", + "981fd618-fc7b-4916-8482-04e1f3e8b271", + "891b790a-e808-4dc7-81d9-4005edab5fa4", + "3d8349e7-319d-4d14-9920-593251777b8a", + "18d1a5b2-d6be-f170-0c83-43234c4c0d0d", + "0e4dae40-fd8b-473f-86fd-dfa14c68455b", + "9e7557c7-9bca-4158-b70e-2bb530c7c703", + "a228a708-4666-4113-a294-95e4c9423252", + "e93b86ed-7d01-4de9-b670-2955005676f3" + ], + "spl_set_id": [ + "ec99b115-d163-4145-8c76-cb1a008305a4", + "22058b7d-a578-4eaa-a476-ac982337f02a", + "57a47368-d1f6-4d61-a2ee-c5f1fe7ff690", + "229af266-d901-43e2-828a-4931d1124ea3", + "a5dad070-0d00-49d4-8a88-24d9081a8b44", + "97e6444c-1496-4508-9434-8a2a93225e17", + "32fcb7e0-5a6d-4d95-b81c-148012a54112", + "0792169d-c6f9-4af0-93ae-b75d710c47a9", + "f111dc5a-ea05-4d67-9550-41060442441f", + "91d027f1-cbc6-4066-870b-01b1ddb1f48f", + "e3426f2f-4d2b-40b4-ac26-e7d873c30f78", + "7fc98c9b-b17a-f66f-055b-259207ad9504", + "3fa58b58-f588-4a0e-9e49-0f687bc294c9", + "8dbe1a41-6d9d-414f-aa9c-09bd95857e2a", + "b7d605cf-bf84-461b-939b-1f773a4cba65", + "cb312185-b9f1-4fa4-9481-bcf5d9bb3edf" + ], + "package_ndc": [ + "51672-5307-3", + "51672-5307-8", + "16110-526-30", + "16110-526-60", + "16110-526-90", + "70954-135-10", + "70954-135-20", + "70954-136-10", + "70954-136-20", + "13925-504-30", + "13925-504-01", + "13925-505-30", + "13925-505-01", + "69543-150-30", + "69543-151-30", + "51672-1387-2", + "51672-1387-3", + "51672-1387-8", + "51672-1388-2", + "51672-1388-3", + "51672-1388-8", + "49938-101-30", + "49938-101-28", + "49938-102-30", + "49938-102-28", + "49938-102-01", + "49938-101-01", + "16714-956-01", + "16714-956-02", + "0023-5206-30", + "0023-5206-60", + "0023-5206-90", + "47781-333-31", + "47781-334-31", + "29033-037-30", + "29033-036-30", + "60758-670-30", + "60758-670-60", + "60758-670-90", + "0023-3670-03", + "0023-3670-30", + "0023-3670-60", + "0023-3670-90", + "51672-4197-6", + "51672-4197-2", + "51672-4198-6", + "51672-4198-2" + ], + "nui": [ + "N0000175881", + "M0020791" + ], + "pharm_class_epc": [ + "Sulfone [EPC]" + ], + "pharm_class_cs": [ + "Sulfones [CS]" + ], + "unii": [ + "8W5C518302" + ] + } + } + ] + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "SANDOZ", + "duplicatenumb": "PHHY2014CN026562" + }, + "receiptdate": "20140312", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "PHHY2014CN026562", + "occurcountry": "CN", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "seriousnesshospitalization": "1", + "transmissiondate": "20141002", + "primarysourcecountry": "CN" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0058887", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003341", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "54", + "patientonsetageunit": "801", + "patientagegroup": "5", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Dizziness", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Oedema", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Dyspnoea", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20120404", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0058887" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "1", + "safetyreportid": "10003342", + "patient": { + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Overdose", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "General physical health deterioration", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Malaise", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Drug ineffective", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "TASIGNA", + "drugauthorizationnumb": "022068", + "drugstructuredosagenumb": "150", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "4", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "150 MG, QID", + "drugdosageform": "CAPSULE", + "drugindication": "LEUKAEMIA", + "actiondrug": "5", + "drugrecurreadministration": "3", + "openfda": { + "application_number": [ + "NDA022068" + ], + "brand_name": [ + "TASIGNA" + ], + "generic_name": [ + "NILOTINIB" + ], + "manufacturer_name": [ + "Novartis Pharmaceuticals Corporation" + ], + "product_ndc": [ + "0078-0526", + "0078-0592", + "0078-0951" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "NILOTINIB" + ], + "spl_id": [ + "a817c310-50b3-4f2a-8f13-8609b39b349b" + ], + "spl_set_id": [ + "6093952a-5248-45cb-ad17-33716a411146" + ], + "package_ndc": [ + "0078-0526-87", + "0078-0526-51", + "0078-0592-87", + "0078-0592-51", + "0078-0951-66" + ], + "nui": [ + "N0000175605", + "N0000175076" + ], + "pharm_class_epc": [ + "Kinase Inhibitor [EPC]" + ], + "pharm_class_moa": [ + "Protein Kinase Inhibitors [MoA]" + ], + "unii": [ + "F41401512X" + ] + } + } + ] + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "NOVARTIS", + "duplicatenumb": "PHEH2014US004237" + }, + "receiptdate": "20140404", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "PHEH2014US004237", + "occurcountry": "US", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "seriousnesshospitalization": "1", + "transmissiondate": "20141212", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0059160", + "occurcountry": "US", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "3" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003343", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "64", + "patientonsetageunit": "801", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Liver function test abnormal", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Liver disorder", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PORTOPULMONARY HYPERTENSION", + "drugstartdateformat": "102", + "drugstartdate": "20120703", + "drugenddateformat": "102", + "drugenddate": "20120801", + "actiondrug": "1", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugdosageform": "TABLET", + "drugindication": "HEPATITIS C", + "actiondrug": "1", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ], + "summary": { + "narrativeincludeclinical": "CASE EVENT DATE: 20120723" + } + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0059160" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0059206", + "occurcountry": "US", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "1" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003344", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "69", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Headache", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugdosagetext": "10 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PULMONARY HYPERTENSION", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugdosageform": "TABLET", + "drugindication": "DECREASED APPETITE", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0059206" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "safetyreportversion": "1", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "DK", + "qualification": "3" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "1", + "safetyreportid": "10003345", + "patient": { + "patientonsetage": "88", + "patientonsetageunit": "801", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Haematoma", + "reactionoutcome": "2" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Thrombocytopenia", + "reactionoutcome": "2" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "International normalised ratio increased", + "reactionoutcome": "2" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "CITALOPRAM", + "drugauthorizationnumb": "020822", + "drugadministrationroute": "048", + "drugenddateformat": "102", + "drugenddate": "20140213", + "actiondrug": "1", + "openfda": { + "application_number": [ + "ANDA077048", + "ANDA077043", + "ANDA077534", + "ANDA077042", + "ANDA077031", + "ANDA077289", + "ANDA077045", + "NDA020822", + "ANDA077038" + ], + "brand_name": [ + "CITALOPRAM", + "CITALOPRAM HYDROBROMIDE", + "CELEXA" + ], + "generic_name": [ + "CITALOPRAM TABLETS", + "CITALOPRAM TABLET", + "CITALOPRAM", + "CITALOPRAM HYDROBROMIDE" + ], + "manufacturer_name": [ + "Cosette Pharmaceuticals, Inc.", + "Hikma Pharmaceuticals USA Inc.", + "Cipla USA Inc.", + "Mylan Pharmaceuticals Inc.", + "Exelan Pharmaceuticals Inc.", + "Aurobindo Pharma Limited", + "Amneal Pharmaceuticals LLC", + "Epic Pharma, LLC", + "Allergan, Inc.", + "International Laboratories, LLC" + ], + "product_ndc": [ + "0713-4740", + "0713-4741", + "0713-4742", + "0054-0062", + "69097-822", + "69097-823", + "69097-824", + "0378-6231", + "0378-6232", + "0378-6233", + "76282-206", + "76282-628", + "76282-207", + "76282-629", + "76282-208", + "65862-005", + "65862-006", + "65862-007", + "65162-052", + "65162-053", + "65162-054", + "42806-019", + "42806-020", + "42806-021", + "0456-4010", + "0456-4020", + "0456-4040", + "54458-889", + "54458-980", + "54458-981" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "CITALOPRAM HYDROBROMIDE" + ], + "rxcui": [ + "200371", + "283672", + "309314", + "309313", + "213344", + "213345", + "284591" + ], + "spl_id": [ + "8eadc3e4-81a3-4b3b-aa1c-1dc65151f94c", + "3b571c67-5234-44ad-8276-e29b1ceabec3", + "24f9829b-245c-4069-ad3f-09891bfeed18", + "9416bde1-ed18-4772-8f42-3ca90ada14d3", + "63bbeed0-9c5b-4d93-8875-5ea4ef7563b5", + "9d46e65b-fa02-4896-a6a3-0a8f08349903", + "180c6cc1-b4cd-4be1-806c-8b9ef59460c5", + "7e912f6a-739c-eeb6-e053-2991aa0ad803", + "cda4f42b-8154-4325-b1b0-451587c27d65", + "e4ec3325-3ee2-4c6a-af8a-1da984969c06" + ], + "spl_set_id": [ + "cf7b6823-108b-ebff-8f41-91f8b8325e3a", + "29408d84-7b00-4cee-969c-8095f8083ff5", + "0580559a-783a-4a0a-8d81-ee30a29077c5", + "825c0c49-5fbf-6d8b-cb8c-94ebf0eda043", + "a8e8fde2-8392-4d5b-902b-e2b9dd55a02d", + "2632b547-2e13-447f-ac85-c774e437d6a8", + "6a402640-1c9d-4fca-8b5b-e1ac1dd4ca5a", + "08b6d5da-5919-4760-9e16-3b478a14d6d7", + "4259d9b1-de34-43a4-85a8-41dd214e9177", + "22edd948-d2fe-4df1-b797-1b7d92fc29cf" + ], + "package_ndc": [ + "0713-4740-01", + "0713-4740-05", + "0713-4741-01", + "0713-4741-05", + "0713-4742-01", + "0713-4742-05", + "0054-0062-58", + "69097-822-02", + "69097-822-07", + "69097-822-12", + "69097-822-15", + "69097-823-02", + "69097-823-07", + "69097-823-12", + "69097-823-15", + "69097-824-02", + "69097-824-07", + "69097-824-12", + "69097-824-15", + "0378-6231-01", + "0378-6231-05", + "0378-6232-01", + "0378-6232-05", + "0378-6233-01", + "0378-6233-05", + "76282-206-30", + "76282-206-90", + "76282-206-05", + "76282-206-10", + "76282-628-30", + "76282-628-90", + "76282-628-05", + "76282-628-10", + "76282-207-30", + "76282-207-90", + "76282-207-05", + "76282-207-10", + "76282-629-30", + "76282-629-90", + "76282-629-05", + "76282-629-10", + "76282-208-30", + "76282-208-90", + "76282-208-05", + "76282-208-10", + "65862-005-30", + "65862-005-60", + "65862-005-90", + "65862-005-01", + "65862-005-05", + "65862-005-10", + "65862-005-32", + "65862-006-30", + "65862-006-60", + "65862-006-90", + "65862-006-01", + "65862-006-05", + "65862-006-10", + "65862-006-32", + "65862-007-30", + "65862-007-60", + "65862-007-90", + "65862-007-01", + "65862-007-05", + "65862-007-10", + "65862-007-32", + "65162-052-03", + "65162-052-10", + "65162-052-50", + "65162-052-11", + "65162-053-03", + "65162-053-10", + "65162-053-50", + "65162-053-11", + "65162-054-03", + "65162-054-10", + "65162-054-50", + "65162-054-11", + "42806-019-30", + "42806-019-01", + "42806-019-05", + "42806-019-10", + "42806-020-30", + "42806-020-01", + "42806-020-05", + "42806-020-10", + "42806-021-30", + "42806-021-01", + "42806-021-05", + "42806-021-10", + "0456-4010-01", + "0456-4020-01", + "0456-4020-11", + "0456-4020-63", + "0456-4040-01", + "0456-4040-11", + "0456-4040-63", + "54458-889-10", + "54458-889-16", + "54458-980-10", + "54458-980-16", + "54458-981-10", + "54458-981-12", + "54458-981-16" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "PREVISCAN", + "drugadministrationroute": "048", + "drugenddateformat": "102", + "drugenddate": "20140213", + "actiondrug": "1" + }, + { + "drugcharacterization": "1", + "medicinalproduct": "DAFALGAN", + "actiondrug": "4" + } + ] + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "FOREST", + "duplicatenumb": "FR-FRI-1000060437" + }, + "receiptdate": "20140312", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "FR-FRI-1000060437", + "occurcountry": "FR", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "seriousnesshospitalization": "1", + "transmissiondate": "20141002", + "primarysourcecountry": "DK" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0059216", + "occurcountry": "US", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003346", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "73", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Dyspnoea", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Hypoxia", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20120208", + "drugenddateformat": "102", + "drugenddate": "20120703", + "actiondrug": "1", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ], + "summary": { + "narrativeincludeclinical": "CASE EVENT DATE: 20120717" + } + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0059216" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "safetyreportversion": "1", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003347", + "patient": { + "patientonsetage": "29", + "patientonsetageunit": "801", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Device dislocation" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "MIRENA", + "drugbatchnumb": "TU00R3H", + "drugauthorizationnumb": "021225", + "drugstructuredosagenumb": "20", + "drugstructuredosageunit": "004", + "drugdosagetext": "20 MCG/24HR, CONT", + "drugdosageform": "Intrauterine delivery system", + "drugadministrationroute": "015", + "drugindication": "CONTRACEPTION", + "drugstartdateformat": "102", + "drugstartdate": "20140206", + "openfda": { + "application_number": [ + "NDA021225" + ], + "brand_name": [ + "MIRENA" + ], + "generic_name": [ + "LEVONORGESTREL" + ], + "manufacturer_name": [ + "Bayer HealthCare Pharmaceuticals Inc." + ], + "product_ndc": [ + "50419-423" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "INTRAUTERINE" + ], + "substance_name": [ + "LEVONORGESTREL" + ], + "rxcui": [ + "804156", + "807283" + ], + "spl_id": [ + "6f5322bd-8883-45d9-b73c-795b85f59dbd" + ], + "spl_set_id": [ + "dcbd6aa2-b3fa-479a-a676-56ea742962fc" + ], + "package_ndc": [ + "50419-423-01", + "50419-423-08" + ], + "nui": [ + "N0000175830", + "M0447349", + "N0000175602", + "N0000175832" + ], + "pharm_class_pe": [ + "Inhibit Ovum Fertilization [PE]" + ], + "pharm_class_cs": [ + "Progesterone Congeners [CS]" + ], + "pharm_class_epc": [ + "Progestin [EPC]", + "Progestin-containing Intrauterine Device [EPC]" + ], + "unii": [ + "5W7SIA7YZW" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "MIRENA", + "drugauthorizationnumb": "021225", + "drugdosageform": "Intrauterine delivery system", + "drugindication": "MENORRHAGIA", + "openfda": { + "application_number": [ + "NDA021225" + ], + "brand_name": [ + "MIRENA" + ], + "generic_name": [ + "LEVONORGESTREL" + ], + "manufacturer_name": [ + "Bayer HealthCare Pharmaceuticals Inc." + ], + "product_ndc": [ + "50419-423" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "INTRAUTERINE" + ], + "substance_name": [ + "LEVONORGESTREL" + ], + "rxcui": [ + "804156", + "807283" + ], + "spl_id": [ + "6f5322bd-8883-45d9-b73c-795b85f59dbd" + ], + "spl_set_id": [ + "dcbd6aa2-b3fa-479a-a676-56ea742962fc" + ], + "package_ndc": [ + "50419-423-01", + "50419-423-08" + ], + "nui": [ + "N0000175830", + "M0447349", + "N0000175602", + "N0000175832" + ], + "pharm_class_pe": [ + "Inhibit Ovum Fertilization [PE]" + ], + "pharm_class_cs": [ + "Progesterone Congeners [CS]" + ], + "pharm_class_epc": [ + "Progestin [EPC]", + "Progestin-containing Intrauterine Device [EPC]" + ], + "unii": [ + "5W7SIA7YZW" + ] + } + } + ] + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "BAYER", + "duplicatenumb": "US-BAYER-2014-036088" + }, + "receiptdate": "20140312", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-BAYER-2014-036088", + "occurcountry": "US", + "seriousnessother": "1", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "transmissiondate": "20141002", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0059232", + "occurcountry": "US", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003348", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "93", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Epistaxis", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Cough", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Nasal dryness", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Nasal congestion", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Haemoptysis", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Asthenia", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "OXYGEN.", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "OXYGEN" + }, + "openfda": { + "brand_name": [ + "OXYGEN COMPRESSED U.S.P", + "OXYGEN REFRIGERATED LIQUID U.S.P", + "OXYGEN", + "MEDICAL OXYGEN COMPRESSED", + "OXYGEN SIZE B", + "OXYGEN SIZE C", + "OXYGEN SIZE D", + "OXYGEN SIZE E", + "OXYGEN SIZE M", + "OXYGEN SIZE F", + "OXYGEN SIZE H", + "OXYGEN SIZE T", + "OXYGEN SIZE 400", + "OXYGEN COMPRESSED UN 1072 REFRIGERATED UN 1073", + "MEDICAL AIR", + "FOCUS MEDICAL OXYGEN", + "OXYGEN 64889-0001" + ], + "generic_name": [ + "OXYGEN", + "0XYGEN" + ], + "manufacturer_name": [ + "Apria Healthcare LLC", + "In Home Medical, Inc.", + "NLR Welding Supply, Inc.", + "AGL Inhalation Therapy Co.", + "Dickinson Home Medical Equipment", + "New Bedford Welding Supply, Inc.", + "Calox Inc", + "O2 for U, Inc.", + "Praxair, Puerto Rico Inc", + "Superior Oxygen & Medical Equipment", + "Middlesex Gases and Technologies, Inc.", + "Indiana Oxygen Company, Inc.", + "General Cryogenic Technologies LLC", + "Gilmore Liquid Air Company", + "Dick's Home Care, Inc dba Dick's Homecare, Inc.", + "Plains Welding Supply, Inc.", + "White's Inc.", + "Anesthesia Service, Inc.", + "Home Medical Equipment Specialists, LLC", + "Mon HealthCare", + "UCG Georgia, LLC", + "Baird Respiratory Therapy, Inc.", + "Cole Care, Inc.", + "Diversified Medical Supply Corporation dba Medigas Distribution and Supply", + "GenVentures, Inc dba Genesis Home Medical Equipment", + "Westair Gases & Equipment, Inc.", + "Texas Medical, Inc.", + "P and J Oxyfill, LLC", + "Air Source Industries Inc", + "Browning's Pharmacy and Health Care Inc.", + "Hometown Medical LLC", + "CMS Imaging Inc dba Medco", + "Bronx Welding Supply Inc", + "Advance Medical Services, Inc. dba Petersen Medical", + "At Home Medical", + "Richmond Oxygen Company Inc.", + "Respiratory Home Care and Convalescent Supply Inc", + "Raimy Corporation", + "WAYNE OXYGEN AND WELDING SUPPLY COMPANY", + "All Saints Home Medical", + "Roberts Oxygen Company, Inc.", + "HARTMAN BROTHERS, INC.", + "ADF Welding & Medical, Inc.", + "Industrial Source", + "S & S Drug Inc.", + "Air Products and Chemicals, Inc.", + "Seventh Street Medical Supply, Inc", + "Diamond Drugs Inc. dba Diamond Medical Supply", + "I.D.M. Medical Supply Company Inc.", + "Laramie Respiratory Service", + "Aloha Medical Supplies & Service, Inc.", + "Great Plains Homecare Equipment", + "Pure-Ox, LLC", + "Nicholas Pharmacy", + "Complete Care Inc", + "Indian River Oxygen, Inc.", + "Deaconess Home Services dba Deaconess Home Medical Equipment & Infusion", + "Ecumed Inc dba Aronson Medical", + "Mobile Oxygen Services Inc", + "Dixie Welding Supply Co, Inc.", + "Bishop Welding Supply", + "Industrial Welding & Tool Supply, Ltd.", + "Regional Home Care, Inc.", + "Armscare, Inc.", + "Trans Ox Inc", + "Central Health Services", + "Med-Ox Supply", + "Island Supply Welding Co Inc", + "South Jersey Welding Supply", + "Strate Welding Supply Co., Inc.", + "Global Medical LLC", + "Brevard Medical Equipment", + "Dale Oxygen And Acetylene Service, Inc", + "Southern Chester County Durable Medical Equipment, Inc.", + "Northwest Ohio Medical Equipment", + "Down East Medical Supply", + "CBJ Development Co.", + "S. J. Smith Co., Inc.", + "Jackson Welding Supply Company, Inc", + "Alternacare Home Health Services", + "Ozark Physical Medicine Center for Operations Ozark Plaza and Medical Services DBA Ozark Home Medical Equipment", + "AGP LLC", + "Johns Hopkins Pharmaquip", + "Reliance Bottle Gas Company Inc. dba Reliance Oxygen & Equipment Co.", + "Mountain West Medical Supply LLC", + "Laurel Medical Supplies, Inc. dba Laurel Medical Solutions", + "Oxygen Service Company, Inc", + "The Medical Store, Inc.", + "AMO Medical Oxygen, Inc.", + "West Park Hospital District dba West Park Hospital", + "Southern Tier Home Medical Supplies Inc", + "United Respiratory Services, Inc.", + "RRT Group", + "Strate Welding Supply Co, Inc.", + "Medi-Rents & Sales, Inc", + "Rogers Pharmacy", + "GSH Home Med Care, Inc. dba WellSpan Medical Equipment", + "AMERICAN MEDICAL GAS RESOURCES LLC", + "Ohio Valley Acquisition Corp dba Ohio Valley Medical Gas & Supply, Inc.", + "Wesco Gas & Welding Supply, Inc.", + "Leading Respiratory Service Inc.", + "Depke Welding Supplies, Inc.", + "Respiratory Medical Services", + "Mercy Home Medical Equipment Inc dba MercyOne Clinton Home Medical Equipment", + "InHome Oxygen & Medical Supplies, Inc.", + "McAbee Medical Inc.", + "East Coast Oxygen", + "Lessors, Incorporated", + "Aeroflow, Inc dba Aeroflow Healthcare", + "Buckeye Home Health Center, Inc.", + "American Home Medical Equipment and Services, Inc.", + "Latex Welding Supply Inc. dba ARC-La-Tec Welding Supply", + "Arcet Equipment Company dba Arc3 Gases North", + "Oxygen Plus", + "Advocate Home Care Products", + "Intermountain Home Care", + "Precision Oxygen & Supply", + "Garrett County Memorial Hospital", + "W H GOODALE CO", + "Medicor Homecare, Inc.", + "Surgimed Corporation", + "Olympic Ambulance Inc. DBA Olympic Oxygen Service", + "Med-Caire Inc.", + "Kee Medical Services, Inc.", + "Atlas Welding Supply Company, Inc.", + "Kalos Health Services, LLC dba JMeds", + "JW Welding Supplies & Tools", + "WEST PENN LACO, INC.", + "IWS Gas and Supply of Texas, LTD", + "Alpha Oxy-Med", + "Air Liquide Canada Inc", + "B & J Welding Supply, LTD. dba B & J Welding Supply", + "Express Medical Inc", + "Mountain Aire Medical Supply, Inc", + "Integrated Home Care Services", + "Taylor Drug Operating Services dba Taylor Drug", + "Texoma Medical Services, Inc. dba Western Medical Equipment", + "Florida Oxygen & Transfilling Inc.", + "Bradshaw's Industrial Supply, Inc. dba Interstate Welding Supply", + "Crumpton Welding Supply & Equipment, Inc", + "Elixair Medical Inc", + "Shasta Welding Supply, Inc.", + "Metro Home Healthcare Equipment & Supply Inc", + "NexAir, LLC", + "Stone's Drugs Inc.", + "Ineos Pigments Asu LLC", + "Fitzsimmons Surgical Supply, Inc", + "Adirondack Compressed Gases, Inc", + "Oxygen Support Systems Inc", + "Noble Gas Solutions, Inc.", + "Red Ball Medical Supply", + "Johnson Drug Company, Inc", + "RoadRunner Oxygen Service, Inc.", + "O2 4 U, L.L.C dba O24U", + "Osborn Drugs Inc", + "Memorial Medical Center East Texas", + "Continuum, LLC", + "West Healthcare Solutions, Inc dba Mercy Plaza Respiratory & Medical Supply", + "Therap-ease Inc.", + "UnityPoint at Home", + "Helget Gas Products", + "Professional Medical Supply", + "Medi-Fair, Inc", + "Buffalo Wheelchair dba Fort Myers Oxygen", + "Victor Welding Supply Company", + "S&G Homecare", + "Red Ball Oxygen Co., Inc.", + "Medical Equipment and Supplies of America, LLC", + "General Distributing Co.", + "Inmon Respiratory Services Inc.", + "Heart of the Ozarks Medical Equipment", + "Dona Ana Medical Supply", + "Smith's Drugs fo Forest City, Inc. dba Smith Drugs", + "Medex LLC dba Medical Express", + "Medical Equipment Solutions Inc dba Pur Air Products", + "Franklin Respiratory and Medical, Inc.", + "Southern Gas and Supply LLC", + "Frances Mahon Deaconess Hospital Home Oxygen", + "Thompson Brothers Supplies Inc", + "Healthmark Home Medical Equipment Inc", + "Super Gas, Inc.", + "Greene Respiratory Services, Inc", + "Machine & Welding Supply Company dba Arc3 Gases South", + "Welders Supply Company", + "ALA Med dba Pulmonary Care Services", + "Sanford HealthCare Accessories, LLC", + "Biomedics Systems, Inc.", + "Millennium Medical Supply", + "California Tool and Welding Supply, LLC", + "ProCare Healing Centers", + "Bozeman Deaconess Health Services", + "Bay View Homecare, Inc.", + "Home Care Specialists, INC.", + "AxisCare Health Logistics, Inc.", + "Isla Home Infusion", + "Dusara Corporation dba UniversalMed Supply", + "One Home Medical Equipment, LLC", + "Greco Gas Inc", + "American Oxygen Company, Inc", + "Gallup Welders Supply, Inc.", + "Lampton Welding Supply Company, Inc", + "MedQuest, Inc.", + "A & E Mill & Welding Supply Company", + "Fresno Oxygen & Welding Suppliers Inc", + "Technical Gas Products, Inc.", + "Parkmor Drug Inc.", + "Sparrow Medical Supply L.L.C.", + "Larry's Home Oxygen, Inc.", + "Carolina Apothecary", + "Mountaineer Home Medical LLC", + "Family Enterprises LLC dba Preferred Cylinder Services", + "Geer Gas Corporation", + "Premier Oxygen LLC", + "Pulmonaire Service, Inc.", + "Healthwise Pharmacy of Greenville, Inc. dba Healthwise Pharmacy", + "Jackson Welding Supply Co Inc.", + "Metro Welding Supply Corporation", + "Institutional Care Pharmacy", + "E-Z Oxygen LLC, dba AO2", + "Metz Medical, Inc", + "ProCaire, LLC", + "Eastern Welding Supply, Inc", + "Spectrum Gas Products, Inc", + "SMP Home Medical", + "Loving Care and More Home Medical", + "ALLIED MEDCOR SERVICES, INC.", + "Atlas Welding Supply Co., Inc.", + "Scheffe RX Inc", + "Tennessee Medical Equipment Inc", + "B&K Prescription Shop", + "Beachwood Medical Supply, Inc.", + "Young Welding Supply, Inc", + "OxyPros, Inc.", + "Lubbock Oxygen & Medical Gases, Inc.", + "RCC Medical Supply", + "Clinical Medical Services, Inc.", + "Iola Respiratory & Home Medical", + "O2 Depot, LLC", + "Diamond Respiratory Care, Inc.", + "Inland Welding Supply dba A-L Compressed Gases", + "Dennis Welding Supply, Inc.", + "C&C Oxygen Company", + "Advantage Respiratory Services", + "Enos Home Oxygen Therapy, Inc.", + "RXO2 Oxygen & Medical Equipment Supply Co. Inc.", + "Praxair Mexico, S. de R.L. de C.V", + "Pneu-Med, Inc.", + "Norco, Inc.", + "Flint Welding Supply Company", + "Dillon Medical Supply", + "DJB Gas Services, Inc", + "Linde Gas North America LLC", + "Max's Breathe Easy Gases & Supplies, Inc.", + "O.E. Meyer Company", + "Eureka Oxygen Company", + "Messer LLC", + "Med-Tech Repairs Inc", + "MEDOX Corporation", + "Uintah Basin Medical Center dba Home Health Equipment and Supply", + "Aspen Air U.S., LLC", + "All About Pediatrics, LLC", + "Klingensmith, Inc. dba Allegheny Health Network Home Medical Equipment", + "KTL&C LLC dba RX Positive Medical Supply", + "Family Medical Supply, LLC", + "All Gas & Welding Supplies Co., Inc.", + "J & M CYLINDER GASES, INC.", + "Foundation Health, LLC", + "Hagan, Logan Welding Supply Inc", + "Analgesic Services Inc. dba ASI Medical", + "Volunteer Welding Supply Inc", + "Home Equipment Associates, Inc.", + "Maag Prescription Center, LLC", + "Friendship Home Health Inc.", + "Liquid O2 Transfills, Inc.", + "Home Healthworks Inc.", + "Craig's Drug Store, Inc.", + "Hawaii Home Infusion Associates, Ltd.", + "Central McGowan Inc", + "Praxair Distribution, Inc.", + "Gemstone Gas LLC", + "Heckman Healthcare Service & Supplies Inc.", + "Del Rio Welders Equipment, Inc.", + "Banner Home Medical Equipment", + "Service Drug", + "Bickett Machine and Supply, Inc", + "Southern Gas and Supply of Mississippi, Inc.", + "Focus Medical Gases LLC", + "Cook Children's Home Health", + "Broadway Medical Service & Supply, Inc.", + "United States Welding, Inc.", + "General Air Service & Supply Co", + "Baker's Gas & Welding Supplies Inc.", + "O2 Plus, Inc", + "New Schryver LLC", + "Lubbock Welding Supply", + "Pur O2 LLC", + "Jp's Specialty Welding", + "Aretsia Medical Supply", + "AIRSERVE, LLC", + "Arkansas Welding Supply, Inc.", + "Youngstown Oxygen & Welding Supply, Inc.", + "T & C Flynn's Pharmacy Inc", + "AMERICAN WELDING & GAS, INC.", + "Mississippi Welders Supply Company, Inc.", + "MITCHELL WELDING SUPPLY", + "Oz Arc/gas Equipment & Supply, Inc.", + "Oxy Respiratory & Home Medical Equipment Specialists, Inc. dba Oxy Respiratory & HME Specialist, Inc.", + "Tri State Medical Supply", + "KENRIC INC dba Trinity Medical Supplies", + "Seaboard Welding Supply Co., Inc.", + "Haun Specialty Gases, Inc.", + "At Home Health Equipment", + "SYOXSA, Inc.", + "Sandcreek Medical Sales and Rentals Inc", + "Carepro Health Risk Management", + "Advacare Home Services", + "Medical Comfort Systems Inc", + "Mid South Welding Supply, Inc", + "Butler Gas Products Company", + "Aero All Gas Company", + "TIMS SOUTH TEXAS LLC", + "Magnegas Welding Supply-South, LLC", + "StateServ Medical, LLC", + "Cammack's Pharmacies, Inc. dba Jim's Pharmacy", + "GIBBS WELDING SUPPLY, INC.", + "Greenville Truck and Welding Supplies LLC", + "Air Liquide Large Industries U.S. LP", + "Price Rite Medical Equipment, Inc.", + "Middlesex Welding Sales Co, Inc.", + "Stillwater Medical Authority DBA Cimarron Medical Services", + "North Central Respiratory, Inc", + "ROBINSON`S INDUSTRIAL GAS & EQUIPMENT CORP.", + "Jones County Medical Supplies, Inc. dba Jones County Medical Supply, Inc.", + "Walnut Medical Services", + "Fairmeadows Home Health Center", + "Professional Medical Services & Products, Inc.", + "Palmetto Oxygen, LLC", + "Linde Canada Inc.", + "Island Equipment Company", + "Bill Munn Supply, Inc.", + "Advanced Oxy-Med Services Inc", + "General Welding Supply Corp.", + "Genesis Respiratory Services", + "Oxarc, Inc.", + "AIR SUPPLY OF NORTH TEXAS", + "Ann Arbor Welding Supply Co., Inc. DBA Arbor Specialty Gases", + "Westmoreland Medical Equipment Company", + "Anaconda Oxygen & Respiratory Specialists Inc dba Anaconda Oxygen Service", + "United Oxygen Service, Inc.", + "HOWARDS MEDICAL LLC", + "PURE AIR DAIGLE LLC dba Daigle Welding", + "R. N. Goss Gas Products Company", + "Landmark Healthcare, Inc.", + "Whaba Medical, Inc.", + "Terry Supply Company Inc", + "Dubois Medical Supply Company, Inc", + "Linde Inc.", + "Orange Coast Respiratory Care Services, Inc.", + "Billings Clinic Home Oxygen & Medical Equipment Inc", + "Lakeshore Respiratory Therapy Care Services, SC dba Lakeshore Respiratory Therapy Services, Inc.", + "Currier Drug Inc.", + "Graham Hospital Association", + "Robin Drug Corporation dba Corner Home Medical", + "Haun Welding Supply, Inc.", + "SOUTHERN GAS AND SUPPLY, INC. dba Gas and Supply", + "HELGET, INC.", + "Providence Home Medical Equipment", + "Memorial Home Services of Central Illinois, Inc.", + "Commonwealth Home Health Care, Inc.", + "Adventist Health Sonora dba Adventist Health Oxygen & Medical Supply", + "Humphries, Inc.", + "CEE-KAY SUPPLY, INC.", + "Affordable Transport Inc.", + "A PLUS HOME MEDICAL, INC.", + "MAVERICK OXYGEN & RESPIRATORY EQUIPMENT, LLC", + "Kaup Pharmacy DBA Dependable Home Medical", + "Temple Industrial Welding Supply Co", + "Airtec Gases, LLC", + "A & B Welding Supply Co.", + "Messer Gas Puerto Rico, Inc", + "Thumb Welding Supplies Inc", + "American Welding & Gas, Inc.", + "DuPuy Oxygen & Supply Company, Inc.", + "Bandy's Pharmacy", + "B & J WELDING SUPPLY, LTD. dba B & J Welding Supply", + "Ali-Rob, Inc. dba Southern Oxygen & Welding Supply", + "Hub's Home Oxygen & Medical Supplies, Inc.", + "Medical Service Company", + "American Medical Inc", + "Carolina Home Medical, Inc.", + "Wilson Products Compressed Gas Co.", + "Earlbeck Welding Supplies", + "Coastal Welding Supply, Inc.", + "A OX Welding Supply Company Inc.", + "Huber Supply Co. Inc.", + "Boone Drugs, Inc", + "Sexton Weldilng Supply Co., Inc.", + "Home Health Medical Equipment, Inc.", + "Tooley Drug Company dba Tooley Drug and Home Care", + "Trico Oxygen", + "Jayco Industrial Supply Inc", + "TULSA GAS & GEAR, LLC", + "J & A Medical Home Care Inc.", + "Respiratory Care Partners, Inc", + "Corrigan Propane LLC dba Blue Water Industrial Products", + "United States Cylinder Gas Corporation", + "Sky Oxygen", + "Mount Vernon Community Pharmacy, Inc. DBA The Medicine Shoppe", + "DME Solutions, Inc dba Colorado Compressed Gases", + "AlpinAire Healthcare", + "Super Care Inc", + "Minneapolis Oxygen Company", + "Verio Healthcare Inc.", + "Smith's Home Medical Equipment, Inc.", + "Liberty Oxygen and Homecare, Inc. dba Liberty Oxygen and Home Care, Inc.", + "Alick's Home Medical Equipment, Inc.", + "High Desert Respiratory", + "Air-Way Medical, Inc.", + "Superior Welding Supply Co", + "Clinical 1 Home Medical, Inc.", + "Helping Hands Medical Supply", + "Keen Compressed Gas Co. Inc.", + "Ray's Pharmacy Inc. dba Hi Plains Oxygen", + "Medical Products Group LLC", + "Calmar dba A&R Medical Supply", + "Medassure Inc", + "Gage Lucky 13 LLC dba Tecumseh Oxygen & Medical Supply", + "Advanced Medical Equipment, LLC", + "Central Welding Supply Company", + "James Oxygen and Supply Company", + "Joerns LLC", + "ILMO Products Company", + "- INDUSTRIAL WELDING SUPPLY CO. OF HARVEY, INC.", + "Modern Supply Company, Inc.", + "Boggs Gases div. Boggs Fire Equipment", + "Airweld, Inc.", + "All Oxygen Refills, Inc.", + "Airgas Usa, LLC", + "CareLinc Medical Equipment", + "Quick-Fill Mobile Oxygen LLC", + "Matheson Tri-Gas, Inc.", + "James C. Dawes Company, Inc", + "In Home Medical & Respiratory Services, Inc", + "Bay State Medical, Inc.", + "Denman Services, Inc.", + "First Community Care", + "Airweld, Inc dba Atlantic Welding Supply", + "Ross Medical Supply Co. Inc.", + "Empresas De Soldaduras", + "MMS Norfolk, Inc", + "Apache Oxy-Med, Inc.", + "Fletcher's Medical Supplies, Inc.", + "Midwest Medical Service, Inc.", + "Economy Medical Rental", + "Holston Gases, Inc.", + "Medwiser, Inc.", + "Mabscott Supply Company", + "Cardiopulmonary Services Inc dba CPS Medical, Inc.", + "ADVANCED GASES AND EQUIPMENT INC", + "Respacare of Louisiana", + "Gas Innovations LLC", + "EWS Welding Supply, Inc.", + "Lester E Cox Medical Centers dba CoxHealth Home Support", + "Manuel Enterprises, Inc. dba Nepenthe Home Medical Equipment", + "Pulmonary Homecare", + "SMI Services, Inc.", + "AdaptHealth Minnesota LLC", + "Delille Oxygen Company", + "MedCare Equipment Company, LLC", + "Terre Haute Home Health Care Products dba Anderson's Medical Products", + "Home Care Equipment, Inc.", + "Shaw Oxygen Company Inc", + "Clovis Equipment & Supply Company", + "Seattle Children's Hospital", + "All-Weld Products Corp dba All-Weld Products Group", + "Carroll Apothecary, Inc. dba Home Care Medical Equipment", + "Albright Welding Supply Co., Inc.", + "RFJ & G Incorporated dba M4 Oxygen Service", + "Life Supply Corp", + "Pembroke Drug Center, Inc. dba Healthkeeperz", + "SCM Trueair Technologies Inc.", + "Maine Oxy-Acetylene Supply Company", + "PURITY CYLINDER GASES INC", + "Aspirus Keweenaw Home Medical Equipment", + "Apex of St. Peters", + "Ascension Via Christi Home Medical Wichita, LLC", + "Andy-Oxy Co., Inc.", + "iMedEquip LLC dba Independent Medical Equipment", + "Triweld Industries, Inc.", + "Gas and Supply", + "Covenant Home Medical DBA MercyOne Home Medical", + "Florida Palliative Equipment L.L.C. dba Accent Medical", + "Sobaks Home Medical, Inc.", + "Southold Pharmacy, Inc", + "CLAY COUNTY HOSPITAL DME", + "John S. Posen", + "Badger Welding Supplies, Inc", + "Respitek Inc", + "Kent Welding Supply", + "Pacific Island Medical, Inc.", + "Pieri Inc dba McKnight Medical Equipment", + "James Supply and Rental Company", + "Alpine Medical, LLC", + "Vantage DME Partnership dba Vantage Home Medical Equipment and Services", + "T.W. Smith Corp.", + "Ogles Oxygen, LLC", + "Med Resources, Inc.", + "A-Welders and Medical Supply, Inc", + "Brainerd Medical Supply, Inc.", + "Professionals PRN LLC dba Northside Oxygen & Medical Equipment", + "Huffman Medical, Inc", + "Medassure, Inc. dba Medassure of Tucson, Inc.", + "The Pharmacy Counter, LLC dba ProMedica Home Medical Equipment", + "Special Care Medical", + "T J Nowak Supply Co Inc", + "RTA Pediatric Care Inc.", + "VirtAir Inc.", + "Acute Care Gases II, LLC", + "Jernigan Healthcare, Inc.", + "Northern Illinois Home Medical Supply", + "County Welding Supply Co.", + "Bernens Convalescent Pharmacy, Inc", + "Support Medical Systems, Inc.", + "Northeast Home Medical Supplies Inc.", + "Abilene Oxygen Inc.", + "St. Luke Community Hospital and Nursing Home dba Saint Luke Community Oxygen & Medical Equipment", + "Dade Medical, Inc. dba Integrated Home Care", + "Professional Oxygen Supply Co", + "Hometown Medical & Equipment, LLC", + "Eagle Home Medical Corp.", + "T & S Home Oxygen Supply Co.", + "Virginia Medical and Respiratory Equipment Inc", + "Southeastern Regional Medical Center dba Southeastern Home Medical Equipment", + "McDonald Welding Supply, Inc", + "Kalispell Medical Equipment", + "Messer Canada Inc." + ], + "product_ndc": [ + "51319-072", + "51319-073", + "60941-001", + "62045-4333", + "17575-001", + "19979-000", + "23650-001", + "51194-123", + "20175-072", + "11324-001", + "24887-001", + "63961-100", + "48546-0001", + "48546-0002", + "21221-002", + "51012-001", + "62371-1234", + "59924-001", + "76056-001", + "19218-0001", + "19218-0009", + "19218-0003", + "19218-0002", + "19218-0004", + "19218-0005", + "19218-0006", + "19218-0007", + "19218-0008", + "62638-001", + "54144-001", + "72457-003", + "51475-001", + "53952-001", + "64319-001", + "72995-001", + "53440-001", + "58700-001", + "11748-010", + "10167-100", + "58755-0001", + "20479-0682", + "61776-0001", + "65119-345", + "60615-0001", + "60546-001", + "59534-001", + "58049-123", + "10942-2005", + "34940-004", + "54202-001", + "46123-001", + "49204-001", + "64922-233", + "64169-001", + "64477-001", + "10018-8999", + "64944-0001", + "55322-0001", + "49944-001", + "49944-010", + "50101-0001", + "34037-001", + "62715-0001", + "75828-001", + "67899-001", + "61398-0828", + "60980-002", + "61903-001", + "5575-0001", + "70624-001", + "50693-276", + "54247-001", + "58404-001", + "53622-001", + "59522-001", + "63144-001", + "67480-001", + "73012-001", + "21624-001", + "11056-001", + "49221-0030", + "49121-001", + "61330-123", + "53452-001", + "72725-123", + "42202-123", + "54846-001", + "72908-001", + "11043-001", + "10590-0001", + "64097-0001", + "81700-001", + "22557-001", + "60560-1072", + "61362-2150", + "60568-123", + "70951-123", + "49696-622", + "49696-632", + "73037-001", + "62137-001", + "72992-001", + "49542-001", + "70313-001", + "67506-001", + "48848-001", + "55460-001", + "63418-0001", + "59247-001", + "81313-001", + "75892-001", + "52279-001", + "14214-0123", + "10690-001", + "48663-0001", + "65868-001", + "45545-001", + "62686-001", + "72808-001", + "55404-001", + "59760-001", + "67493-0009", + "69022-001", + "60779-001", + "59788-001", + "67773-001", + "62486-130", + "62179-1234", + "70097-001", + "54706-0001", + "50597-001", + "36006-001", + "72718-123", + "58498-123", + "63173-001", + "72760-001", + "51051-003", + "73544-001", + "59336-001", + "81681-001", + "53425-001", + "49770-0001", + "74709-001", + "67573-0104", + "42809-0002", + "62118-001", + "72755-123", + "65336-001", + "63970-001", + "73060-001", + "62447-0011", + "52568-001", + "27561-001", + "58878-001", + "63186-001", + "12213-720", + "61752-001", + "71408-001", + "59842-012", + "52142-001", + "59301-001", + "17819-1072", + "54619-0001", + "64763-099", + "67795-033", + "29333-0001", + "67905-0001", + "42007-0001", + "72713-123", + "73055-001", + "63817-123", + "66698-001", + "52086-001", + "73078-001", + "66345-001", + "10942-2001", + "59752-0124", + "66961-100", + "75930-001", + "46362-001", + "49799-001", + "10451-001", + "70323-123", + "54832-0001", + "44356-0001", + "62137-002", + "50996-001", + "65866-001", + "72660-001", + "57971-001", + "76349-001", + "65217-0001", + "53777-001", + "80792-001", + "61128-001", + "64140-101", + "49575-001", + "11999-001", + "59704-0001", + "57993-001", + "72574-001", + "62598-001", + "11324-721", + "11324-499", + "14208-532", + "64091-0001", + "42558-123", + "57999-001", + "70234-001", + "73039-001", + "73075-001", + "73093-001", + "73266-001", + "10492-001", + "54384-1072", + "54384-1073", + "46123-045", + "13826-001", + "58356-001", + "57366-0001", + "70273-001", + "11564-001", + "65010-001", + "63138-120", + "54595-001", + "65453-123", + "60849-123", + "13633-001", + "72986-001", + "70977-001", + "67932-1313", + "55913-001", + "14269-001", + "42068-001", + "62273-001", + "44363-1815", + "55151-123", + "66767-999", + "66694-001", + "51791-001", + "67525-100", + "69125-001", + "65208-123", + "15055-001", + "50699-1072", + "72746-0001", + "73008-001", + "62741-0123", + "80763-001", + "58311-1000", + "69024-001", + "66130-001", + "61393-0003", + "67191-123", + "50159-001", + "72773-001", + "40097-001", + "18482-018", + "53720-001", + "50322-005", + "69286-001", + "58987-001", + "68639-0001", + "72223-002", + "77673-001", + "42602-004", + "10412-0001", + "61420-0001", + "43621-001", + "25373-001", + "49766-2858", + "47632-0029", + "47632-0030", + "66754-001", + "52438-011", + "42589-001", + "53683-0001", + "63674-001", + "42914-001", + "72817-001", + "57799-001", + "14080-001", + "58128-0001", + "56130-002", + "63862-011", + "24882-001", + "49507-001", + "52085-001", + "53511-001", + "65573-001", + "57869-123", + "53854-123", + "72712-001", + "73034-001", + "13859-001", + "11401-6994", + "10221-001", + "59579-001", + "61830-001", + "53835-0001", + "54131-001", + "60596-1072", + "50493-0001", + "65076-101", + "53991-001", + "70291-1000", + "62046-001", + "24027-0699", + "54218-500", + "21220-119", + "54451-001", + "64464-001", + "64203-020", + "11988-001", + "80650-001", + "81174-560", + "65722-0123", + "67711-001", + "65603-100", + "54316-123", + "42821-001", + "52346-013", + "51996-001", + "72276-001", + "10073-111", + "68352-001", + "15547-001", + "73087-001", + "42139-001", + "14961-006", + "82043-001", + "23647-001", + "62363-001", + "42389-001", + "65386-0001", + "66365-001", + "51400-001", + "10189-001", + "10014-001", + "71227-001", + "73468-005", + "69216-001", + "60875-100", + "58632-001", + "24694-001", + "11853-013", + "68540-001", + "39313-001", + "66890-990", + "42887-001", + "66487-001", + "62066-001", + "72739-001", + "67133-001", + "68794-001", + "74795-001", + "49479-722", + "50153-110", + "52698-001", + "64889-0001", + "20703-002", + "52481-2481", + "34057-001", + "63978-001", + "59713-001", + "49344-0001", + "18087-0001", + "63290-123", + "72973-001", + "49154-001", + "10482-002", + "29149-001", + "64920-0001", + "49644-001", + "49221-3000", + "62581-1234", + "59578-721", + "59087-123", + "64866-123", + "60833-001", + "43208-001", + "62397-001", + "66586-1073", + "10526-005", + "71654-005", + "26124-001", + "60379-100", + "63560-001", + "54528-001", + "53663-0001", + "52695-001", + "10218-001", + "72862-001", + "65464-001", + "67477-001", + "65077-001", + "11103-001", + "24312-001", + "55728-001", + "52374-101", + "55127-001", + "42602-001", + "44076-010", + "50554-100", + "26866-001", + "67573-0103", + "61567-001", + "72781-001", + "72807-001", + "73422-001", + "64973-001", + "51105-001", + "70975-001", + "10252-001", + "10297-001", + "60184-001", + "66083-741", + "43861-1930", + "10942-1095", + "66824-001", + "58656-001", + "43713-001", + "59378-001", + "71707-011", + "52374-011", + "61834-0001", + "69847-001", + "44517-001", + "68877-001", + "57716-001", + "67465-0001", + "68769-002", + "65257-001", + "25373-101", + "68470-1001", + "55147-001", + "72662-123", + "35420-123", + "72723-123", + "64075-123", + "72753-001", + "54483-0001", + "49653-003", + "65919-004", + "59679-001", + "48273-001", + "68317-001", + "11365-001", + "16175-0001", + "62914-1000", + "60768-001", + "16913-0001", + "70151-001", + "49798-001", + "81676-001", + "51486-720", + "42241-001", + "33758-001", + "62097-9937", + "48599-345", + "72710-123", + "11054-009", + "72661-123", + "14784-001", + "55037-101", + "47285-291", + "76831-001", + "62481-4565", + "23390-1020", + "63121-123", + "64650-345", + "57924-001", + "80421-100", + "68623-123", + "55785-123", + "72637-001", + "61865-001", + "54513-001", + "55050-0011", + "74301-001", + "10698-0001", + "58960-001", + "81426-001", + "60539-001", + "45405-001", + "62377-001", + "24057-001", + "58089-001", + "65898-001", + "11087-001", + "81610-001", + "10304-463", + "70513-001", + "55128-001", + "57959-123", + "54767-001", + "53730-001", + "72740-123", + "50517-123", + "72706-123", + "52272-001", + "72814-001", + "63553-001", + "62234-001", + "72921-001", + "51887-720", + "10927-003", + "65802-001", + "65465-0001", + "59190-416", + "50063-001", + "69128-001", + "58722-9093", + "58722-9094", + "70101-001", + "68796-5626", + "61580-123", + "61426-123", + "14217-001", + "66228-001", + "61140-001", + "12121-001", + "58247-001", + "51960-001", + "64395-0001", + "58276-015", + "50505-001", + "46123-002", + "72692-123", + "62671-001", + "52563-002", + "74911-001", + "66314-001", + "59387-001", + "52374-001", + "80268-001", + "70300-001", + "61869-0001", + "68174-123", + "67061-001", + "68371-001", + "24598-0121", + "64952-002", + "69241-001", + "69075-001", + "69240-001", + "57287-100", + "69534-001", + "60367-002", + "57957-0007", + "76091-002", + "40054-1003", + "50809-001", + "65915-123", + "70672-001", + "72757-001", + "31462-001", + "65297-001", + "73052-001", + "60563-001", + "61279-001", + "59910-0001", + "60696-1234", + "52003-011" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "RESPIRATORY (INHALATION)", + "NASAL", + "CUTANEOUS" + ], + "substance_name": [ + "OXYGEN" + ], + "rxcui": [ + "312173", + "312172", + "542304", + "348831", + "312174", + "348381", + "348017", + "312175", + "311998", + "899761", + "347131", + "347093" + ], + "spl_id": [ + "e04ec8f7-69a0-4ee3-84d1-1ebeee0fd843", + "b12e14c8-af49-4578-e053-2a95a90a6532", + "d595e134-7f99-45ff-883f-7ff9f18337f0", + "b0b47bd0-bbfd-fd2f-e053-2995a90a5b54", + "98553d88-e6a6-ee42-e053-2995a90a1c6d", + "b17dd489-3553-3879-e053-2a95a90acee2", + "b5fddd8f-a381-6e88-e053-2a95a90a6b89", + "b20adb1e-91d0-2bf9-e053-2995a90a772f", + "c5735620-d982-21fa-e053-2995a90acd9b", + "c514ab82-d046-41ff-b2b7-02d8790f24eb", + "b17d3ee5-85d0-487b-e053-2a95a90afe20", + "604f7c1f-08fd-477c-962c-66acb896b998", + "b12b3a5b-2bb0-0a71-e053-2a95a90aaa06", + "c62814b8-ad0e-4735-a813-8c6cf07303be", + "b2d563cd-8024-0a3a-e053-2995a90a1696", + "b17ec2be-1291-4183-e053-2a95a90a45ad", + "b2343393-f842-a024-e053-2995a90a4ce6", + "b6985b0a-3fab-c37b-e053-2a95a90a30c9", + "b23177a1-6b33-e8eb-e053-2a95a90a4cd2", + "b17dad40-5ef3-585d-e053-2995a90a672b", + "b191db51-a0e6-130e-e053-2a95a90adbca", + "b1d0ce00-9e56-2419-e053-2995a90a4667", + "b35d7a7e-3dae-a7e9-e053-2995a90a550c", + "b25b7bd7-4147-9d6d-e053-2995a90ab879", + "b402a253-019a-d2d4-e053-2a95a90a9dd0", + "b192569a-798b-5d7f-e053-2995a90af2b4", + "b714e540-7088-b53a-e053-2995a90a6530", + "b24053b0-87f0-42dd-a5ae-666274099105", + "084ef612-8988-43d3-b34d-d73db528c398", + "b7014d0a-b51a-048d-e053-2995a90ac989", + "b6d6d175-8a39-67ff-e053-2995a90af1fe", + "7b706ec4-7358-a3f0-e053-2991aa0a0c37", + "6bb8c9a5-6788-418a-9f46-ee5bdb453632", + "b637ead5-1a85-6602-e053-2995a90a3ed9", + "b376cbba-1589-17ad-e053-2995a90a6ba9", + "4af92b6d-8b94-439d-a748-7ac6c54a1fa4", + "b377473b-2be2-778d-e053-2a95a90af0c6", + "b17f51a1-795e-1eab-e053-2995a90a3e34", + "b1923a3c-aa58-31f8-e053-2995a90af810", + "3142e2ac-44cf-4ee8-9d26-73f71220d597", + "b47bd0a6-2156-f8aa-e053-2995a90a5a20", + "b12d391e-3592-a22c-e053-2995a90ae064", + "dccd220d-9f74-42f7-b487-0830e730f99e", + "b854fe8c-6a46-50cb-e053-2995a90a6f3b", + "c6b2f56f-c007-16f9-e053-2a95a90adb5c", + "48d0d09a-35bd-4501-b481-5bb4aaaaacb2", + "b0ee3472-f0b1-0537-e053-2a95a90a533e", + "c6b1cefb-c6c8-fbc9-e053-2995a90a8b3b", + "ed19a6c2-56ff-4498-9a8a-6eba4a174e58", + "b696d280-4857-2259-e053-2a95a90a6061", + "b789bb6c-31e3-1908-e053-2a95a90aa7dd", + "b96c51cf-6840-f1ae-e053-2995a90afc14", + "b5aef5fd-85cb-d4a6-e053-2995a90a9ee0", + "b86b9da5-5413-e4f3-e053-2995a90a1cb3", + "b2adf838-350f-041d-e053-2995a90ac2bf", + "b6996c88-7db5-c288-e053-2995a90a5ff6", + "b220f2a1-87a0-9cb0-e053-2a95a90a91b9", + "9fe49df4-6996-1cb5-e053-2995a90a99c2", + "b4036a9f-aefc-4fb5-e053-2a95a90a50ac", + "eafc961e-5468-4c4d-a4c7-368d8cdf48de", + "b672f1ab-eae6-7351-e053-2995a90ae9fa", + "b12a4c04-c20c-754a-e053-2a95a90a66b3", + "d3d947c5-e3fc-4970-8c02-3aee2c0b210a", + "b1cf85b3-b7b2-f657-e053-2995a90ae266", + "b1437364-6293-99fe-e053-2a95a90aab3f", + "b18fea1b-7b8c-c874-e053-2a95a90a4ccf", + "b20c5cac-38dc-0805-e053-2995a90a2594", + "b3236ebc-35d7-6e12-e053-2995a90a4c79", + "de26deac-7923-441d-ac7f-1696ffa607dc", + "350123d5-9808-4570-801d-57e285d0afcf", + "209cd60b-058c-490e-80a7-408c51bb2744", + "b404e44d-6db8-d0d7-e053-2995a90ac450", + "b107bd9a-01f6-de58-e053-2995a90adea6", + "b6d6e391-9732-6709-e053-2995a90a9389", + "b469c334-56e8-43c7-e053-2a95a90a268b", + "b2d24fb1-fc89-7993-e053-2a95a90a4be6", + "b1cfb8b4-136c-7dd5-e053-2995a90a025e", + "b21daea7-42e3-05b0-e053-2a95a90a012b", + "6836057a-3e87-4485-b831-9e54cedab602", + "27e7090c-d04b-4d6a-b937-5f48a61d8623", + "bdd0a75e-d5ef-ef76-e053-2a95a90a9fb1", + "b0b54003-2832-c30b-e053-2a95a90af88f", + "b6372b86-1e35-2d66-e053-2a95a90afdbd", + "d63d47c3-fee4-4d65-a267-d97fa2fc84c3", + "b25b63a5-8740-03ef-e053-2a95a90afb33", + "b2202c6a-7d03-0b59-e053-2995a90ae8e3", + "b17ec013-de40-1854-e053-2a95a90acd1e", + "b60aff27-83f8-266b-e053-2a95a90a7609", + "b20a9a96-6ae2-3495-e053-2995a90a4aa2", + "b220bbb6-104a-d412-e053-2995a90a31e2", + "b79c66bb-7da7-aeca-e053-2995a90a0503", + "b5ce745f-2f97-f92f-e053-2a95a90a91cc", + "b1e39729-037b-e2ce-e053-2a95a90a84c7", + "b193936e-3719-8f71-e053-2a95a90af0a4", + "b20c7f82-af1a-e821-e053-2995a90ae832", + "b0b6c8ff-bbf1-ef19-e053-2995a90a4219", + "b20c90f4-8e1a-4e8f-e053-2995a90a1f61", + "b6b09a9d-d22d-6813-e053-2a95a90aac8f", + "b52f577a-f8d0-4914-bfa8-3356b1af7663", + "b192460e-edde-2e86-e053-2995a90addd7", + "b8e02c26-72ba-cebd-e053-2a95a90a2186", + "b1191d33-d84f-0dc6-e053-2995a90aa2dc", + "b1a39a87-bfc5-3021-e053-2995a90a44be", + "b1a75a7a-8862-a322-e053-2a95a90a6e7a", + "b688d24a-5c41-0fc6-e053-2995a90abcc3", + "b2208429-21c5-2c4f-e053-2995a90a7740", + "b6d7c8a9-26e6-2228-e053-2a95a90a8fea", + "b17b1b04-5936-1727-e053-2995a90ad13e", + "c7eb68bc-10a4-4424-93f1-d37257f951c5", + "b1062bfb-0ab6-0fde-e053-2a95a90aa423", + "b1d0f807-2eac-49db-e053-2a95a90a4aff", + "7499e241-8c35-4829-9725-c6550c5be26b", + "b29568ba-1e6a-0be6-e053-2a95a90a5739", + "b7017339-be57-19b7-e053-2a95a90af6f7", + "b20bb4b9-c960-1e5c-e053-2a95a90a9237", + "9cbf45d9-c204-efbc-e053-2995a90a2327", + "b17ed551-346e-3b5d-e053-2995a90aa336", + "b5fec941-325d-e1e7-e053-2a95a90a0383", + "b12ba5ca-3573-b6dd-e053-2995a90a51ab", + "b18fb238-1da2-3895-e053-2a95a90a9992", + "b592a627-ebcd-ce60-e053-2a95a90a0127", + "c6b414c9-21ff-96ad-e053-2a95a90a13b8", + "b852480a-c333-fb9f-e053-2995a90a3614", + "b6feca8b-272d-fc9a-e053-2a95a90a3e29", + "b0f258b3-868c-37b7-e053-2995a90a7c06", + "b1d01f4e-66f0-ad78-e053-2a95a90a8faa", + "6caa0b4e-ff42-4e5b-a03b-347b08820764", + "c172abcd-d602-5136-e053-2995a90ab319", + "c69f7fe0-5935-b50c-e053-2995a90a3ca6", + "b47bad4e-7511-b49b-e053-2995a90ad33b", + "139983a3-05e8-4954-bdde-37b2e221bfd7", + "b1023475-087a-2572-e053-2a95a90a8432", + "22762f00-ca11-4ce4-92c5-e2ccc7eed208", + "96b21b88-6dd5-33c1-e053-2a95a90affc3", + "b20a631e-fda1-063b-e053-2a95a90afe93", + "b5fe6031-21d1-b6f2-e053-2a95a90a3dcb", + "b0b6a60e-54bf-6b75-e053-2995a90a0b71", + "c4e3fd66-4607-3fda-e053-2a95a90a87dd", + "b141d0d1-1ed4-fce5-e053-2995a90ae78b", + "1ddcf1ca-d9b5-42b7-811d-206bb6cb229b", + "b1a448b8-f1d0-a783-e053-2a95a90a0749", + "b4699390-8c03-67e7-e053-2995a90a7390", + "9cead3ec-4397-f4c0-e053-2995a90a79a8", + "c6ef2636-e10f-2b23-e053-2a95a90a92e4", + "b2351332-4c2e-56bd-e053-2995a90a0aca", + "306156aa-fa94-4dd4-adfe-87a2d592a03e", + "b20cd9f2-e3c5-0778-e053-2a95a90ae18c", + "6c0ff9d9-28ff-4e1a-89d8-9372e236aaed", + "b7b14afa-c49e-7ecd-e053-2a95a90aa51d", + "dd666c7d-e6f7-4ee3-9ac3-d3aa21a31c0b", + "b20960a6-d258-73cb-e053-2a95a90af56c", + "9b4c997a-a195-44d8-a0af-b1a4ab9d1832", + "b20a4c50-09c6-2782-e053-2a95a90ae692", + "b637ead5-1a7e-6602-e053-2995a90a3ed9", + "b6d6d175-8a38-67ff-e053-2995a90af1fe", + "b478a695-dece-2e5f-e053-2995a90ac45e", + "b96b476a-91f3-61c3-e053-2995a90aeb14", + "b376bda4-aaaf-3325-e053-2995a90ab980", + "9fa6be8a-9707-97b3-e053-2995a90a15cf", + "b3c3e9fc-faf5-9195-e053-2995a90a2283", + "8b480c98-bae5-4300-beec-8f7f59d763c0", + "b1d0f807-2eb1-49db-e053-2a95a90a4aff", + "b20ce3b3-083a-8373-e053-2995a90a2a94", + "b17f2e5f-5469-aebd-e053-2a95a90a8119", + "bf7624e8-b572-d262-e053-2a95a90aec33", + "b19173dc-6105-45fa-e053-2995a90ab7b1", + "bb17392b-1118-41cd-e053-2995a90a5f2d", + "b17f6bce-3640-0ff5-e053-2995a90a117a", + "b142734e-8057-a07c-e053-2a95a90ac1c8", + "b12b7014-4972-aa90-e053-2995a90a1344", + "b2208021-5230-2766-e053-2a95a90a41dd", + "b35ee957-7345-8efe-e053-2a95a90a898d", + "9d4a6ac2-b144-95ab-e053-2995a90aab79", + "b20aa9ae-95ba-3266-e053-2995a90a22d0", + "6dee4bce-742b-43ca-8ea8-1f6eda10f1b5", + "b376990b-80f9-fb8e-e053-2995a90a3a16", + "b0ee7904-0578-5262-e053-2995a90a9da3", + "b4cd3ae0-7326-7e19-e053-2a95a90a84f2", + "b12abca1-6e26-b0fc-e053-2a95a90a2d53", + "b10694b4-abc5-bec7-e053-2a95a90a1e84", + "b190bf0d-7eb5-5ae6-e053-2a95a90aac56", + "b117910f-24e0-0530-e053-2995a90afabd", + "b1923eeb-fbd0-2cec-e053-2995a90ac379", + "e53b220b-b0ac-4eba-9313-c4142ba21c22", + "b29571d5-afd9-06cc-e053-2995a90a50c5", + "e0630270-9c48-48c1-a812-43d28380d404", + "8191f5de-28e3-4d7a-a115-341347abd6d8", + "b6d74fe3-4277-8db2-e053-2995a90a912a", + "b42e1741-e716-4d43-90eb-007ac188c924", + "b6894518-3c52-d379-e053-2a95a90af811", + "c572f7fe-6396-1b26-e053-2995a90a3622", + "cff12532-3315-4ff1-9030-ff9adcb10eea", + "b0eefecc-19a2-b6f7-e053-2995a90a6966", + "b1d071b8-fd14-0768-e053-2995a90ad2de", + "b5ce18e2-3e5f-d119-e053-2995a90a60d5", + "bf7c8d74-59cf-ed0b-e053-2a95a90a89d5", + "b6892444-983d-4c01-e053-2995a90a6627", + "b1a448b8-f1d5-a783-e053-2a95a90a0749", + "b5fe81b5-2698-3877-e053-2a95a90a5f32", + "b1941ef2-f307-6bc1-e053-2a95a90a3630", + "b12d1e25-aed2-1589-e053-2a95a90ac009", + "20c9159c-9b2b-405a-9c1d-06bbc36dccbe", + "b47bcf60-cc19-fa33-e053-2995a90afce5", + "b11b8410-bc8e-3e17-e053-2a95a90a0218", + "b179df61-b05c-6e23-e053-2995a90afda2", + "b1d0c9ce-3d40-b224-e053-2a95a90adcf4", + "b0b40114-66bc-d23b-e053-2a95a90ac816", + "b103b08e-78bd-ccd6-e053-2a95a90aae6c", + "b21fb653-2db3-09be-e053-2995a90a8718", + "b6893504-9367-6e20-e053-2995a90a83fc", + "b2334e32-219a-3ee6-e053-2995a90a2e52", + "b0ef3042-038a-5f39-e053-2995a90a2646", + "c6b3f4d8-5fd0-2278-e053-2a95a90ab139", + "b20bf844-48db-29be-e053-2995a90aeb79", + "b43f3bc7-b040-1664-e053-2a95a90a3efc", + "b12af9d2-752a-3da2-e053-2995a90a20e2", + "46d5b8c2-6b45-43cb-9ee9-730262d2763c", + "b21faf2d-bcc5-e448-e053-2a95a90af471", + "b0ef7fd2-4018-b45f-e053-2995a90a708b", + "b1425073-9072-6cff-e053-2a95a90a9f7d", + "b17c9c82-c95a-04b5-e053-2a95a90a4c75", + "6f08dc58-a183-4b20-a568-988306318839", + "2ac03b5d-7dc3-4c85-9431-a3bced54d2a0", + "1f027c5b-0009-4baf-986c-3e25fbac3dce", + "b25b8e2d-e06e-1d19-e053-2a95a90ace68", + "a38361a7-c678-4943-9ae8-8009d13d2ada", + "f6d968ed-867a-421b-9ae7-5ebba4140f3c", + "b22f0409-3821-a337-e053-2995a90af4a3", + "b20ae842-b7d1-028d-e053-2a95a90a8d9c", + "b259d045-963b-1400-e053-2a95a90a00ad", + "1eb72d9a-4e24-45cb-ac94-1c3b4f2bd370", + "b25beeda-acb0-b598-e053-2a95a90a5716", + "b609e2d9-8a05-391b-e053-2995a90ac987", + "b18fea1b-7b8b-c874-e053-2a95a90a4ccf", + "b12bb595-01b2-c73e-e053-2a95a90a6a49", + "b192c86b-d20e-5fcc-e053-2995a90ad9fc", + "b14073c5-4284-79b2-e053-2995a90ad78b", + "b1437ace-f000-9a03-e053-2a95a90a27d7", + "635fe378-13ab-1cec-e053-2991aa0a15a1", + "b1ceae21-29d3-abeb-e053-2995a90a2174", + "b10547af-6912-48d1-e053-2995a90a689e", + "b7ca5d05-a50a-3377-e053-2995a90a767d", + "b7ca913f-daab-d74a-e053-2a95a90a16f0", + "b2ad363f-b260-ef4d-e053-2995a90a31b2", + "92ffe102-0650-4377-8a84-4e5821ec3c5f", + "b1050a6c-d7bf-056f-e053-2a95a90abacf", + "b0b4446e-1aba-d372-e053-2a95a90ab348", + "a792c805-3c9e-4971-babe-8f1d13955d65", + "b0a16651-6ed5-34b7-e053-2a95a90ab978", + "ea447f18-f2a7-4715-bace-defc583755ad", + "b70162a8-8c6b-981a-e053-2995a90aba59", + "72e369b4-b048-4c0b-8249-935232e0eaf5", + "cef73152-f587-47bd-bb85-e2cd6e24f9cf", + "b0b6e038-8536-096b-e053-2a95a90a48ff", + "b11a3540-8936-68f6-e053-2a95a90a950e", + "0d137119-1bc8-463f-a414-9b817b69882d", + "b6d6ee7a-b9a6-30e7-e053-2995a90a8cc5", + "fc4cf7c1-21f3-4963-ba09-e2ee844fd084", + "b11b10eb-ac50-098e-e053-2995a90a65a9", + "0e900dac-ed66-4fa8-8e63-cb1a806b5cde", + "b6d703bd-a9d0-6878-e053-2995a90a5f06", + "b1d0d17c-1c67-5b4b-e053-2a95a90ab626", + "b1a3d9fe-0481-31d5-e053-2a95a90ab3c9", + "7a55eec5-0062-469d-bf12-e0f138dd7847", + "b1a406cd-598f-c14b-e053-2995a90a0e50", + "c6b7a20e-23e6-86d2-e053-2995a90ae846", + "b0a2eba8-a9b1-7a65-e053-2a95a90ade73", + "b78bd246-7cb5-3db1-e053-2a95a90a59c4", + "b0b62b4e-a85b-1ae2-e053-2995a90a1c46", + "b1420be4-fe72-e0f0-e053-2a95a90a1cf3", + "bc3ed2ff-4574-e3f2-e053-2a95a90a0504", + "b17b1b04-5938-1727-e053-2995a90ad13e", + "2ea833cc-e578-4474-81ea-07591b778ab2", + "b727e3ca-6fb4-8e27-e053-2995a90a432d", + "b12db3f4-cb6a-0f05-e053-2a95a90a8f8b", + "b6d703bd-a9d1-6878-e053-2995a90a5f06", + "b5ce5686-5c5b-9a8f-e053-2995a90a6257", + "b7b16b1d-80dc-3724-e053-2995a90a91ad", + "b6d7c8a9-26e8-2228-e053-2a95a90a8fea", + "b671e979-a358-fc75-e053-2a95a90aa075", + "b1a448b8-f1d3-a783-e053-2a95a90a0749", + "ccdf0521-dab5-4b61-83c3-c5ad9df658e1", + "79723834-4c56-4821-9709-edf7b106a5df", + "2bac4fa5-bb81-41d2-b219-40be35ea557c", + "b107b734-f629-a7a4-e053-2995a90a0cb8", + "e8595fab-3fb3-496c-b25f-b20d9d7a38e3", + "b43f3614-e70a-1648-e053-2a95a90a3677", + "b0ef44df-66a7-3037-e053-2995a90aa044", + "350471b8-04ce-4479-83f4-3f3369b4649a", + "b12abca1-6e28-b0fc-e053-2a95a90a2d53", + "2c87c66c-2512-1fa6-e054-00144ff88e88", + "b1a61404-e798-0e81-e053-2995a90ac84d", + "b0b621c3-c9be-476e-e053-2a95a90ad4d2", + "1b62c11c-e887-4d83-be4e-853dda6864e7", + "b12b3a11-83ef-0942-e053-2a95a90a04a4", + "b10277cb-1544-7db9-e053-2995a90a7979", + "51a9af42-91ac-4ce2-ad9b-9f44759aac3e", + "a66473d5-a345-4f29-b39f-e28b21820b90", + "b0b66608-0cb8-2241-e053-2995a90a5cbe", + "b82b173b-f171-327f-e053-2a95a90afb1c", + "b4cce863-c78a-327f-e053-2995a90a42be", + "9b8dd2fa-9e73-3df6-e053-2a95a90a6235", + "7681f05c-75cf-4ede-96d3-c8da778ebe63", + "b0f1c4ea-6bb4-2131-e053-2a95a90a0cc2", + "950245e9-83ef-40d2-890a-52040bdeb6de", + "b18f0297-b0f2-610a-e053-2995a90afdce", + "b21e1fa3-53f5-4680-e053-2995a90ab169", + "b17dad40-5ef0-585d-e053-2995a90a672b", + "b2add22f-457a-90ee-e053-2a95a90ac167", + "b17ec2e3-a115-4397-e053-2a95a90a7f91", + "b591b18a-f428-350c-e053-2a95a90a2fbf", + "b2211a64-9907-453a-e053-2995a90a1b26", + "b179df61-b059-6e23-e053-2995a90afda2", + "0530f734-6497-4045-8273-8199b8a24d07", + "b12d4e21-64a4-1c87-e053-2a95a90a2bb5", + "c50d23b5-ceff-65ca-e053-2a95a90ab957", + "b18f04d4-7261-5cdc-e053-2995a90ad427", + "b671d630-2b6a-66d2-e053-2a95a90a8461", + "b107a77c-4231-6217-e053-2a95a90a22aa", + "b3c42aab-0c01-d6c0-e053-2995a90aa8e5", + "b17c9c82-c95b-04b5-e053-2a95a90a4c75", + "b17d2149-2712-07f7-e053-2995a90a8fba", + "b103152f-4d3d-5f25-e053-2a95a90a6f82", + "b09dbc63-77e0-0493-e053-2a95a90af411", + "b1914894-425d-fa69-e053-2995a90a4ff9", + "f5cbca49-826f-454f-98a4-4a761a893df1", + "b1404196-0a32-72ec-e053-2995a90a8d8a", + "b7034238-dbb2-10e0-e053-2995a90afaae", + "b12bb100-a35e-7539-e053-2995a90a4810", + "b73f01cf-a4f3-48dd-af0c-7a2a37446c3e", + "47a4d419-5ae6-4c3d-a3f4-b7d192f0e1c6", + "b17ed551-346f-3b5d-e053-2995a90aa336", + "7f7943e5-ed14-4324-93e5-cf4888e92e38", + "b592e948-fec1-a741-e053-2995a90aa015", + "fd39a453-f6ef-4585-aff2-cbaea8024443", + "b21daea7-42e5-05b0-e053-2a95a90a012b", + "b1b6acd9-4b09-330d-e053-2995a90ae169", + "b3c5f984-8ee2-4544-e053-2995a90a65f9", + "b194ce78-55ba-4d09-e053-2995a90a887a", + "b9486ea4-c149-2b2d-e053-2a95a90a92be", + "a2e32159-d3ad-df9c-e053-2a95a90a8233", + "c5fbad94-8303-1178-e053-2995a90a3dfa", + "ba72bba7-176c-4f83-e053-2995a90a86ec", + "b17dbcea-cc1b-eb57-e053-2995a90a7149", + "b1948082-22ea-387a-e053-2995a90aac24", + "b12b7b5e-aa2c-b547-e053-2995a90a243f", + "908f1758-48c5-48f3-9707-3326760a4142", + "b17e35da-7b51-efb5-e053-2995a90ac645", + "b0b5b456-65eb-7db0-e053-2995a90a3576", + "b0ef44df-66a6-3037-e053-2995a90aa044", + "b79c5dc3-36a6-5397-e053-2995a90a0dc8", + "b373f0c8-4063-065b-e053-2995a90aa758", + "9b3e30e9-7585-8d8a-e053-2a95a90a2d32", + "b12da9c7-82ee-0707-e053-2995a90a8de2", + "b17f2eb1-b860-8258-e053-2a95a90a8aa8", + "b12d0471-75b9-625f-e053-2995a90a21ae", + "b21df054-0ebd-ac99-e053-2a95a90a10d4", + "b3773f02-02b3-33c8-e053-2995a90a2235", + "b190ab7d-c679-7532-e053-2a95a90a5bce", + "29742ea9-1f7f-4196-b122-ccf3c06f9cd8", + "0bc942aa-8cfd-4294-b9d2-335fe0ceb0c2", + "c5732c90-a379-4de4-e053-2995a90a6400", + "b6d6d175-8a3a-67ff-e053-2995a90af1fe", + "b1a442e1-86cd-cba6-e053-2995a90a593a", + "b79c8080-fae1-1375-e053-2995a90a2db0", + "b7ca7e9a-a4ff-08fa-e053-2a95a90ab4d3", + "b2a8de96-6b9c-978f-e053-2a95a90aff86", + "b377074f-f6f3-f7ce-e053-2995a90afe59", + "b13ffedf-2085-226c-e053-2995a90a2d98", + "b12ab038-84e8-25b3-e053-2995a90a5746", + "77e13180-889a-4be7-b3b5-66fbbf67af0e", + "b8bd159c-01a2-2882-e053-2a95a90ad427", + "b29855cb-d583-ce14-e053-2995a90ae4e4", + "c45bdaa6-e747-7693-e053-2a95a90ad197", + "b2d27c71-f473-b21b-e053-2a95a90a2f5c", + "b12da875-d074-8aa4-e053-2a95a90a0208", + "b106289d-3464-74df-e053-2995a90aa426", + "b2a92710-26a1-2524-e053-2995a90a6cdd", + "b3c7a0fa-f90c-23cc-e053-2995a90adf25", + "b21d5e3f-a21c-24f7-e053-2a95a90aa3db", + "b22f92fc-225d-1d58-e053-2a95a90aebc0", + "b11a99d8-6edc-6242-e053-2995a90a2834", + "983e92ab-5f6b-4196-9b9a-b7d486334b40", + "b0b3b2fd-47c0-2201-e053-2a95a90a297d", + "85d871d6-46ca-4a4e-a3c3-0e9078c60830", + "9aabd0f9-b954-41c1-968a-37efe27b85a3", + "01ae08ba-ca2e-494c-b29b-251c44d6a53e", + "b21e0aa6-62f4-f046-e053-2995a90a5fd5", + "c01d5b35-2e7b-64e5-e053-2995a90ab783", + "b2305712-18f8-3594-e053-2995a90a3f99", + "b1023475-087b-2572-e053-2a95a90a8432", + "b18edf71-d686-0c1a-e053-2995a90aab8a", + "b20810e6-6596-aa9b-e053-2a95a90ae78a", + "b6b09780-ed86-a314-e053-2995a90a1682", + "b969e266-86cd-b853-e053-2995a90a30a1", + "b1d06365-31be-56a1-e053-2a95a90a31c3", + "b80b0582-4fa3-4730-a80d-44769a580805", + "b11abfc2-ac83-fd1f-e053-2a95a90ad34a", + "b106e78f-1fa0-f181-e053-2a95a90a93f1", + "b0ef5da9-9ac0-2270-e053-2a95a90a3fd3", + "a23d6048-b0fa-4381-98df-acf08cbab61d", + "b20bd6f3-a187-bf1e-e053-2a95a90a7925", + "08487d1c-ea5f-4532-9df8-cb463bd2aa32", + "777f45da-f4bb-3da7-e053-2a91aa0ab31c", + "b1d03d4d-7d4c-7421-e053-2995a90ab9eb", + "b5ce5686-5c5a-9a8f-e053-2995a90a6257", + "b1a4326e-6e04-23a5-e053-2a95a90a4d3e", + "b12ab2c7-5c00-383b-e053-2995a90a8362", + "b03991a1-b1ce-4586-ae3b-e84af27a5894", + "3809a7cd-8f28-4725-a65f-67e9ee4a8fb5", + "a7a7eec0-0ecd-db8d-e053-2995a90a9bf9", + "2de3f858-c30a-49ae-ab03-8eb6db54a1b9", + "0af419c8-0eea-49d4-886e-a4e16c0d5902", + "b1916fbe-58f6-41ab-e053-2995a90a86f4", + "b18011f1-c5a3-6d6e-e053-2a95a90ac80b", + "b73d767b-dd17-481d-e053-2a95a90a3267", + "b190682e-4e65-1843-e053-2995a90a13fd", + "b21b71e3-758e-16f7-e053-2a95a90a9d1a", + "ab1a8bdb-1494-4047-bbd4-ca10b1205cae", + "b2987b4f-f151-5d9e-e053-2a95a90a6404", + "b17d7c7c-c353-4554-e053-2a95a90a9e84", + "b11bfa4e-cb2e-a451-e053-2995a90a3328", + "c4bfbbaa-b1d1-adaf-e053-2a95a90a0656", + "b141a843-aabc-faea-e053-2995a90a6943", + "b20cb7ad-a12c-c563-e053-2a95a90ab0df", + "b6d727f2-29f8-3d0a-e053-2995a90a9217", + "7ee95e03-7bfd-5821-e053-2991aa0a1196", + "b18ee945-92ca-5a03-e053-2995a90ae531", + "b10694b4-abc4-bec7-e053-2a95a90a1e84", + "b79c005f-e63f-bd1e-e053-2995a90aaf80", + "b2ad3a8f-4c4e-f932-e053-2995a90a7d8d", + "b6d7308c-4195-0fd5-e053-2995a90a37eb", + "c1c4a245-f747-1316-e053-2995a90aea10", + "44546637-4fc8-4264-899a-d084367a02e2", + "b5fe858b-c097-1e14-e053-2995a90a44fa", + "b14081f2-4701-7444-e053-2a95a90a531f", + "b193ceb7-ef3a-2269-e053-2a95a90a22c9", + "b1065ce9-77b6-5b1c-e053-2a95a90af87f", + "b1426bb1-bed2-0f00-e053-2a95a90a08b5", + "b5682ef7-98c7-4be4-aa92-7705b507dd34", + "b12dd383-7e07-b100-e053-2995a90aecf4", + "b12a7076-f2e8-3713-e053-2995a90a5486", + "b17dad40-5ef2-585d-e053-2995a90a672b", + "b1404e61-14b0-6494-e053-2995a90a2580", + "7b09e25c-2ce7-4bbf-a9c7-450130792847", + "b59301dc-a008-28cb-e053-2995a90a2e87", + "d3009052-885c-43d3-8aba-1fde3e93afc4", + "b5cde974-3c8c-8423-e053-2a95a90afc02", + "b60b2bbe-a4c7-c743-e053-2995a90ae794", + "b56cfb1c-82a8-56e4-e053-2995a90abdde", + "7b89bb84-6697-466a-9fb6-49a38e185c52", + "b5fe7b15-4755-1e11-e053-2995a90a6695", + "b453ede5-f1e5-0f18-e053-2a95a90ad075", + "b79c17f7-bb19-9eb4-e053-2995a90a34c1", + "b0b71444-c1fc-7719-e053-2a95a90a0024", + "e64fb930-49b6-4bcb-9020-f95e6f53c1e4", + "9b3ec524-fc60-2138-e053-2995a90abdbd", + "d7707a76-999e-4f7e-9da3-221fcddcca84", + "b106f1ac-652c-1c25-e053-2a95a90ab7d2", + "b20c5265-65bc-c785-e053-2995a90a3a0a", + "b0ee7904-0576-5262-e053-2995a90a9da3", + "b3b460de-79a4-9920-e053-2a95a90afa8b", + "a9e03505-dcd8-171a-e053-2995a90a2e84", + "b140d3f8-02ab-56bb-e053-2995a90a1083", + "b1900144-a54e-42ad-e053-2a95a90a443c", + "1a0671c3-1de7-44a3-9018-5b1524094050", + "b73d767b-dd1c-481d-e053-2a95a90a3267", + "b8f6fe40-c926-45f5-e053-2a95a90a86bc", + "b1a331d8-ba2f-6c30-e053-2995a90ab5fa", + "7b27dbf9-bef8-4f4c-94a1-f97983ac3eb6", + "b11b77a1-dcab-663b-e053-2995a90a61bd", + "b220e19e-a6cd-80d0-e053-2a95a90a61fc", + "b1a78968-0620-31a5-e053-2a95a90a8d1c", + "b7ca5c30-652a-e69c-e053-2995a90a42bd", + "bb1750fd-33e1-cddb-e053-2995a90ace1c", + "bbf2f071-22eb-5bee-e053-2995a90a83f8", + "b118bac8-0e39-35c6-e053-2a95a90a18c6", + "b17c8241-a9e8-d6d2-e053-2a95a90a630d", + "ff382f63-f138-45df-80a7-b64b4b437e7d", + "b2d5a0ba-4e43-8e33-e053-2995a90a6023", + "b1801020-4071-6e28-e053-2995a90a0b32", + "04763718-29a0-4504-a810-384ac97ae1a9", + "b0a257a6-f717-1c46-e053-2a95a90ad7de", + "b6d6ee7a-b9a5-30e7-e053-2995a90a8cc5", + "b21d4d12-5b66-3531-e053-2995a90a71b3", + "b0b5ebda-0822-1eb5-e053-2995a90ada99", + "b6d7731b-6e5d-37d2-e053-2995a90aa3b0", + "b3680e7d-1f57-b0e9-e053-2995a90a6516", + "b20c3923-11c3-0bc0-e053-2a95a90a0931", + "b478d6be-71a3-edc1-e053-2995a90abbaf", + "b17b3edc-b68f-ef21-e053-2a95a90a4b76", + "ab3396ad-8de6-2207-e053-2995a90a9e96", + "bad55d1d-5670-102c-e053-2a95a90aa1b1", + "b18fc665-04b7-4158-e053-2995a90a7686", + "b683bb3b-abe4-7d39-e053-2a95a90a2bcd", + "b0eefecc-19a3-b6f7-e053-2995a90a6966", + "b2309966-baec-7b03-e053-2a95a90adcb1", + "ff50b474-2389-4c76-a323-83dadb6340ae", + "b12a2922-02c6-df0b-e053-2a95a90a6232", + "b25bae16-f842-088f-e053-2995a90abc9a", + "b2d4dad3-8d0e-527d-e053-2a95a90a07e7", + "badd85c0-38e5-2093-e053-2a95a90a726b", + "b78e270e-df7e-57cd-e053-2a95a90a6915", + "b10654d1-563a-775d-e053-2995a90aa7e1", + "b6890f11-730c-f056-e053-2a95a90a644a", + "e081a10d-dd43-4b0d-b43d-91ec4e851f38", + "a2d7a59b-b432-4004-9137-44cb4d9c2614", + "3507f9dd-a516-4fe5-8a98-492bf59c9476", + "b8b61dca-7e28-18d5-e053-2a95a90ae3f9", + "bd890375-5012-47d1-911a-3a1ce86baf75", + "d6a195ea-6c4c-4cba-9442-09e9e8f12e16", + "b47bdc4b-948e-f85c-e053-2995a90a5f7f", + "b0eed289-c9ec-291e-e053-2995a90af1c0", + "bc3e828f-904b-d810-e053-2a95a90aaadc", + "b21b0768-b910-cd87-e053-2a95a90a84a1", + "a2dfb38f-5d75-0120-e053-2a95a90a426e", + "b7b14afa-c49b-7ecd-e053-2a95a90aa51d", + "b7280013-521b-16cc-e053-2a95a90ad073", + "ee8cc6ad-7ce4-4c09-aced-de767c89a51f", + "f53d00a7-d8c0-486b-8f09-1e0ca5f597a4", + "b21fa03b-e957-2994-e053-2995a90ad831", + "b46a025a-c65f-3f56-e053-2995a90aff26", + "b7cab89d-e60f-d74c-e053-2a95a90a1539", + "b696d496-1a89-2e8e-e053-2995a90aa3a2", + "b5fe6031-21ce-b6f2-e053-2a95a90a3dcb", + "c6b1a0a8-0547-17f0-e053-2a95a90aaa75", + "b17a565c-5c21-f272-e053-2a95a90a35e7", + "de848134-3033-4807-ac38-a6ad51a20174", + "b1917cd4-a99b-f947-e053-2995a90ad173", + "942a5891-d9fd-41bb-8945-fae37e4d19cd", + "66d641d3-80cf-4214-8594-28c81534c9dd", + "b106c48c-3d3a-7649-e053-2995a90a1a97", + "b107ac06-6509-80cf-e053-2995a90a4a3e", + "55335736-eb7e-47f2-8069-a97af0f58a90", + "f743c777-8a06-451e-b4bf-d857810e20c5", + "f7528001-a297-4dd9-a79b-7281f8d10957", + "b583707f-f87f-733f-e053-2995a90a2c11", + "b2d4105c-c49f-7651-e053-2a95a90a4536", + "b3616268-f105-bd86-e053-2995a90a888c", + "b20c73c4-cf9b-0563-e053-2995a90a783f", + "c2263983-8f63-61bd-e053-2a95a90a5483", + "b20b7b55-3c61-0563-e053-2995a90a5eab", + "b6d7731b-6e5c-37d2-e053-2995a90aa3b0", + "b69845a3-2f32-0d55-e053-2995a90a17ae", + "b35f0c7b-e24f-0cf4-e053-2995a90a4b6d", + "2a6d5432-39cb-4813-8409-c1b2af2ddc85", + "035812f3-6ad4-4a56-9aa6-3232bb2a4cb5", + "ccb52acc-c4c6-4f54-a073-c351e919dd4a" + ], + "spl_set_id": [ + "105a5557-c1af-42b1-859e-76cc1e83d9aa", + "2260d92d-9a68-4e4f-a4bf-c6961851fdda", + "49d5a0eb-14ac-412e-a9d8-ed92488c643f", + "52bfd8c0-d181-4eef-90f5-d8bc9d1103fb", + "5e6b256f-f2c1-4384-a1fa-5235d56bc690", + "608e9b5a-d296-4c66-8b1d-2f30ead87758", + "7d6715b5-6a13-0df0-e053-2991aa0ac0d1", + "7e071898-47e7-6b92-e053-2a91aa0aff92", + "88b7fc72-2520-4fb7-bc01-4a1540c51fc5", + "948a25d5-086e-4393-9c0a-78cb5037263d", + "a0c7053b-5692-402e-b5d0-6de2b189deff", + "a116dc52-9522-4cc3-b745-0b0cc3e0d7dd", + "c071ca0b-a330-4579-a1b8-d4b4c5824a09", + "03fbd6e5-09a6-4f13-b251-63cf9ff129e9", + "09a32f84-8013-4b0e-a001-ebf335fc7060", + "0bfa29ff-cac6-40b5-880d-6cbf13a50c51", + "0c8c4b17-6eec-4af8-a3ec-2f5ac1a8e1da", + "22cb91e0-ba76-3032-e054-00144ff8d46c", + "5bf3f520-3ee9-4ac1-a184-f3e969b85e2f", + "7705a79f-c20c-43b8-9de0-a233aaa6c442", + "7bc13cd0-d084-1afd-e053-2991aa0a9717", + "7d7a2704-fe95-d46d-e053-2a91aa0a29cf", + "822c0dfa-b657-488f-e053-2991aa0a5b75", + "83d5e1ed-718c-c209-e053-2a91aa0a07d4", + "84b47c06-6803-223a-e053-2a91aa0a4c50", + "899be502-55ba-4795-9e75-78951d6e7aeb", + "b714d704-da55-bf27-e053-2a95a90aa876", + "c138d360-0ea2-4388-b266-a05ee4c8fa9b", + "dbec9c5c-4656-4238-861a-986e8bd10e53", + "01a2d234-eac6-4cdd-a736-adce7268865b", + "025b278a-2263-41ca-8383-f5463516466f", + "2c4b5cef-a387-4bd2-95d8-adc858b6c824", + "2d6e0678-e358-433b-a5fe-4e408210ee70", + "448541b9-f1f2-431c-bfaf-e43408724bac", + "506f1645-174f-1e53-e054-00144ff88e88", + "667d1826-2cd8-412e-a626-ceb8c1314313", + "7df36cb1-a4d7-07d6-e053-2991aa0aab79", + "9af1add2-0848-28cf-e053-2a95a90a8409", + "9c56fd7d-d39b-6fbd-e053-2995a90afdd6", + "ac1eb1c1-ce2f-4c1e-9988-f6d8e6a901d3", + "af2c897d-7337-4467-b968-4a7e4794c5cc", + "b8a4f8fa-2c11-4ee4-850d-d1ee80fb0000", + "01efe36d-5281-4ede-bc30-9a1727a86a83", + "0f044c9f-70b1-4d19-b61f-87ce2a00b8af", + "35b4684a-208c-4e5f-8d89-ab6898e54cf6", + "3d0d7bdd-28d9-43d4-827c-4f6f4df6a8bc", + "51982a66-f918-4733-ab74-a24fd114cf0a", + "5d7de166-151b-45fa-b92c-8cc3871c5099", + "6c27ea89-d97b-45ee-abe0-0871a4d24687", + "7907c8e9-cfc7-4297-bf9d-1c7eb298d46a", + "7d8aa465-439f-0ee0-e053-2a91aa0a08a0", + "80c61144-b0f3-486c-9369-4897c3e2b65b", + "81691365-6b04-549a-e053-2a91aa0a0555", + "81b3a266-c081-64a3-e053-2a91aa0a0f66", + "950da03f-dfc3-bdb5-e053-2995a90ab33d", + "9aef32b3-6174-8d3e-e053-2995a90a8bf8", + "b69618b6-1aed-499d-8bfd-27484f6f8a4a", + "0710531e-4afe-4ee8-87bd-5989b7e5717a", + "2ffae2d7-51ac-4d7e-e054-00144ff8d46c", + "3b9c5fab-ac4d-48bf-a52e-c86b723bd6f2", + "4191f5c7-2356-48b4-a993-2fd995ff4ac8", + "62659b29-3a7b-4e5d-b8e1-ea7b84897c36", + "7e5fe6ed-ddfa-4735-a65a-2d26cdc532ba", + "81f211c6-6ba6-00af-e053-2a91aa0a6a5d", + "83d74b52-a1f1-5664-e053-2a91aa0a9bfd", + "84626ce5-9a3c-3e6c-e053-2991aa0aa449", + "861eaed4-4f9a-6201-e053-2991aa0a33b3", + "9a84e50c-504a-4e7d-8595-ebce7d78d127", + "c5353ec5-f51a-4342-a212-ecf1aed564fe", + "e2fbadf7-9e8c-4c56-a72e-f11563bfe4c6", + "ea421484-87be-4784-afb7-cb916827079c", + "231a627f-2884-1e71-e054-00144ff8d46c", + "43d1f68d-874b-4cbc-94ff-fd498cc9f2c1", + "7c0c3c92-7ab9-b7d4-e053-2a91aa0aba0f", + "7d8ba4d5-484c-185a-e053-2a91aa0a589d", + "8500a9dc-0560-3fca-e053-2991aa0a3891", + "858e88ca-1833-a4cb-e053-2a91aa0ad462", + "89544705-5d9d-4595-8870-fa46c9c14af2", + "92c95e04-39af-4339-81ba-b704612afc10", + "b5411c07-aa69-4760-b353-3c4b5beba506", + "bdadff8e-8a7c-1fd7-e053-2a95a90a4024", + "c6ae884b-d08d-4c43-84db-b3c52773dd65", + "de8f4c67-4ba8-4333-8f06-8d8fb91c2e49", + "1b0dd4b5-73d3-4bc0-a97f-ca895f74db50", + "36309dc6-be60-463d-b532-e994b87ef4bd", + "3bdb46a7-8a5b-1cac-e054-00144ff8d46c", + "46d58bb3-7072-4994-9312-e1345e14b354", + "490d1088-6dda-4e71-9b89-09975633baee", + "642ebb98-d27f-188b-e053-2a91aa0a0a69", + "7bd4df21-7f06-e1c3-e053-2991aa0a890f", + "7e56a66b-e57c-56af-e053-2a91aa0a5a02", + "82467748-1d43-7653-e053-2a91aa0a2003", + "83736824-06b1-b57f-e053-2991aa0aa17e", + "869381b7-b3d6-353f-e053-2991aa0a6dcc", + "884ebe72-2a57-b67d-e053-2a95a90a6f14", + "8b54d468-d319-46ab-b3ec-089a46ebbd6b", + "9d4ccd45-f070-36fc-e053-2995a90aff8e", + "b6b09a9d-d22c-6813-e053-2a95a90aac8f", + "b7f09350-2b95-4cab-8ac1-effbf4339c45", + "b8114d53-aa6c-4abf-998e-9db86e4b4338", + "c463f0de-afa4-4d96-a326-c45bd5ea8518", + "e81305b1-798d-4e16-8144-f96be15bdaf0", + "fa1fe47c-f2d5-4a73-9bd1-3ccf63909d6d", + "44e0b3ce-5e8d-4191-b596-3d78375fd495", + "83d22128-4dbc-4940-e053-2a91aa0a04a4", + "83d328f3-9e44-0859-e053-2991aa0a4705", + "84785db1-7298-0a70-e053-2991aa0a260d", + "95c10d03-901a-46fa-b5a3-5574ac3accbe", + "96b0a506-ae49-4338-80cd-f1493222e335", + "ad60b9ca-7ea2-4e10-95b7-cc88a2f37dab", + "c6151361-6d31-40a0-a240-89d07f7cca46", + "da624604-e2bc-4e18-9f30-d764fab4c4f0", + "f0c5afcb-4e3c-44b6-9b20-409169a161aa", + "f6592a30-b2f6-4086-8d12-532c4de68fe6", + "07438f16-c3b4-4545-a631-2e5bccd0f68c", + "5220bc94-28a8-43c4-9359-3e1d76eaa309", + "57858a08-2b65-4297-8b5b-4174f0ade76b", + "6a0762ec-92f2-4b7b-ac03-39432e78353d", + "7031ce80-b648-eeda-e053-2991aa0aee24", + "7a5d9472-b310-4c53-b92f-e8bb9c3d77df", + "7bc16ed0-4471-9fa2-e053-2991aa0afc43", + "7d623352-7811-8765-e053-2991aa0aae94", + "81698d4c-4da6-8613-e053-2991aa0ab8a3", + "81b86d16-1259-5a7c-e053-2991aa0a7730", + "85c52db3-ce42-4306-9bf3-451b56bbba82", + "9aecc996-dd27-64f3-e053-2995a90ab739", + "b21788c6-4f81-4f66-ac0b-54b3170c16f5", + "bd2023e7-da7d-7777-e053-2995a90aa64f", + "c21fefc5-2696-4268-b88c-452a9abb7012", + "e0a9bc61-f5df-4f9b-932f-30463769ad65", + "5f26d6da-6cc9-40aa-a408-9a671c2dd283", + "60de398b-c254-5a8f-e053-2a91aa0aaa99", + "6626250c-c792-4530-b242-608c99bf6bca", + "70ce96f2-7825-4c3f-8606-9bca08a295ec", + "7cd44342-88e7-fe89-e053-2a91aa0a13a3", + "822c0dfa-b653-488f-e053-2991aa0a5b75", + "862efc24-1f85-5abb-e053-2a91aa0af6ad", + "86d3206e-a8c5-3f0c-e053-2991aa0a149f", + "895518e1-0912-0fb0-e053-2995a90a40c6", + "8c6b984d-2ace-4534-b441-c2db959a1da1", + "96c94d8b-64d0-fb2b-e053-2995a90adc50", + "9ab5101f-eb1a-63c7-e053-2a95a90aa6a2", + "9cead3c7-ce42-f524-e053-2995a90ace0a", + "aba44023-4919-4711-992c-aa59dfe366a9", + "b2351356-3a46-5fae-e053-2a95a90a204c", + "d130e778-a02c-4762-b09a-85358e0994ce", + "dc94cdc8-5696-4e17-ae0c-81a3ff2b8751", + "ff680ac1-bf4a-4d97-ae1b-0bcb803dc631", + "0531d181-611c-45c7-91de-e8d84015e17a", + "13ce9fe8-ca43-4564-87b2-f8e97570dcfd", + "1669da72-d109-42bf-80cd-036af38b3a67", + "1b7bb66c-b4a2-48d9-a7df-373149da678c", + "20d6573a-5f79-46c4-930d-c5fc489a3016", + "39cab58a-5c67-436a-9e30-5dcc8bd1fc6d", + "63bb5b31-f6bd-47f3-b324-39f0461962ee", + "6d7df09e-252f-4663-932e-873f6cea1142", + "7bc054a5-8ca4-1928-e053-2991aa0a2160", + "7bc0b0ba-a979-0218-e053-2991aa0a446d", + "7e2b7317-4916-8d6a-e053-2991aa0a081f", + "858c769d-684e-15f0-e053-2991aa0a87f2", + "8683d77d-10ee-4236-a714-0c29edfdf2a1", + "874babe5-07d8-0e1a-e053-2995a90a5f7f", + "87b27df7-afa1-2cb0-e053-2995a90a2dc8", + "9af1add2-0844-28cf-e053-2a95a90a8409", + "ba784f75-e8e7-43ea-93d0-271c5f1d4d99", + "cd28c7dd-3d63-4e8e-8f00-ebfc4c04d191", + "e45c81c6-df7b-4e34-a013-ba2902eb808c", + "eb28e88d-53e3-4d22-ac00-7693431339b5", + "ed9969f2-101f-4ff6-ab86-992253993ff1", + "ffa52347-b223-4ff8-acaa-1462f2dfb528", + "267c36c9-6fec-1cbe-e054-00144ff8d46c", + "4fd4b894-934a-4595-ba2f-94b8d2f36acf", + "5b2be83e-4fa4-44df-b444-fbc01130e9e0", + "642ec89f-4ba3-68cd-e053-2991aa0a6a5c", + "7acef963-76a4-4e79-b330-149c22360616", + "86442a6c-a989-964c-e053-2991aa0ae5bf", + "866b7b25-709c-0e16-e053-2a91aa0adda7", + "87490c2f-6d10-7192-e053-2a95a90a0eb1", + "8a9b0cb5-3236-4de4-a97d-eb247c6c7c68", + "93ca8d91-861c-4a6f-b324-02f6b9019e37", + "9af396b8-ff66-4b2a-ac2b-588549072f4c", + "b1179130-5fad-93df-e053-2a95a90ad911", + "c48907a0-3242-403e-abd8-283930252da9", + "ecfdb289-b885-469b-8c60-c676be1df6ce", + "08936fbe-b98b-4a97-a99b-3e06caa15aaf", + "0b2529cf-3ec8-41b6-b5e6-68089c03fdb3", + "295bd130-cbd6-46b1-bb78-cc32b4fcf123", + "2c55bc09-9af3-431d-9565-2b8a40b07cda", + "31fa43d7-af18-44cf-b95e-6e27834bd24e", + "418ccd37-e7a5-417a-8c1c-bc65d22802ae", + "4e5df6ce-06ef-498f-b064-b2b6e1521951", + "6584d696-7d32-4744-b225-03c52803e16a", + "6a772eeb-1707-49ad-be00-1da24fb5494b", + "7bc086db-f5e2-9b82-e053-2a91aa0aecc8", + "81f650d2-f6b9-6289-e053-2a91aa0a86e3", + "857c9783-090f-808d-e053-2a91aa0aca58", + "861ae219-9a2b-78a0-e053-2991aa0ad056", + "874b55d4-f585-58f7-e053-2a95a90aefd6", + "8cf045fe-6916-035a-e053-2a95a90aa8b3", + "8f8d1a1f-a5ca-a935-e053-2995a90a2d76", + "b31dbe41-9bf4-4704-b469-4e54244d76c0", + "bb6f291a-2180-4cb2-ba19-98a91920d4bb", + "c2b0f2bd-2ce2-4096-8aae-07d2200a015b", + "d3b0a4c1-dd5e-4176-8560-09f392cb4b06", + "d9acf863-acf3-4528-bb98-f616a1cef9b4", + "f14ecb04-7b17-4acb-9d4d-f3068207833d", + "feb9f3f3-f910-4936-8cde-60e1b8cf76bc", + "201cee91-cd54-49b8-aa97-932d74aa004b", + "36f0e735-2204-4109-afe1-5bcf6bd81bf9", + "4c8ef577-9899-4551-a171-591017217b6f", + "5984b30c-d504-4922-b1e7-6dac1ab8b7d6", + "7d7537a0-0629-641f-e053-2991aa0a013c", + "7e082f0d-81ce-2645-e053-2991aa0a0bd3", + "83fb4bfa-0ffe-6d8a-e053-2a91aa0a3c85", + "8479067b-373e-9a6a-e053-2a91aa0a9f5e", + "8b841985-3db5-45a0-9bc3-a3dbd6e8762b", + "9378edcc-bcbb-4551-ba65-1908ac688c8e", + "9753c441-7c27-7c5b-e053-2a95a90a482e", + "98fb021f-e42f-ccc7-e053-2a95a90a8f51", + "9bdff9a7-1ee7-4ee5-86f2-d30addd7530b", + "a019fa1c-7d2f-47cb-a5bc-986bef2fe025", + "d8a10c7b-ced0-457a-b793-80116cd965de", + "e7eabe17-263b-4484-84dd-753fe912de30", + "0692a78a-76d8-4fab-bd97-1d286a91715f", + "0a2e6498-1d9d-4334-b039-ae3383df4106", + "6ee3107c-6cd3-4171-aef7-a7ac033ab3b1", + "7084eeff-f327-490c-be27-18c8d52c609a", + "7c13af2a-5c6e-42ea-a0f8-ab23e62844cc", + "7d8d2c75-1769-1215-e053-2a91aa0a3f7d", + "81f29789-f797-1e64-e053-2a91aa0ac85e", + "82baf417-8417-4df8-89d3-9d9f0e6382f2", + "84766b3b-915e-b604-e053-2a91aa0a672c", + "84f1c5b0-2d76-394f-e053-2a91aa0aaf1f", + "8fbbcf80-ffc8-4bec-91b1-8ca65a0b55d4", + "b12bc161-d250-7215-e053-2995a90a4c09", + "b192ed5e-f641-7b31-e053-2a95a90a0dde", + "cdc128a2-eaf6-4309-99e1-69744b770c51", + "58176f72-1838-4bab-9b96-2a05368d4d7a", + "5a7680f1-4e4f-4482-9b39-72cb028ffb7c", + "6bcbb839-1489-3b3f-e053-2991aa0aecfd", + "81f69f1e-d11e-3cb1-e053-2a91aa0a3079", + "82323e89-e9fc-ed75-e053-2a91aa0a2610", + "847822b9-a979-1dc7-e053-2991aa0a256a", + "873142b9-7a40-49df-8ae7-2eb309ebbd88", + "87e97409-cdd9-4b35-ab7a-d1c5f6f1d2e1", + "8fe7827e-f28b-454c-ac0b-3ece3966f301", + "972755ee-f07f-485c-ba34-8e601f468512", + "97d49ca6-3d70-4a84-8a8b-38a8bc3463c5", + "9db62731-bcb1-4793-ae12-9d2359514e4e", + "a207ab81-e0ab-4d05-92f8-c796c722dad6", + "a577c881-9583-371e-e053-2a95a90a77db", + "b54cea1e-2c36-455b-b1a2-a5472d873726", + "b7f420fa-41e1-4f06-a1df-9ebf40cb7ba2", + "c58f9948-3cda-483f-b00e-88f737f6d5fa", + "c75bd7d5-fb17-4072-885d-0915e1282de5", + "d41dee2b-8191-a5ec-6ca8-5b8edd7e3009", + "e07724d2-7e5c-4f40-b7ab-431dbbf7c68c", + "fd0c6975-617c-4eb6-a19b-930d8ab830b3", + "0b776546-e469-41cd-b9d6-d9f6b9e69890", + "0de4fe56-80c8-06be-da02-b145e0a5dbf2", + "4a8fd7eb-2eef-4aaf-924c-e638c5d2b996", + "5baca5cc-47a4-4a01-bf1f-7ebc5e225326", + "61e41c3f-b764-4b3d-e053-2991aa0a3248", + "66767af9-a49d-4441-b7ad-a2632aa5604c", + "8349a34e-ac6d-79c3-e053-2a91aa0a857a", + "83fa1790-58f5-1d30-e053-2991aa0a33da", + "857dae8d-ffeb-19fd-e053-2a91aa0a8dcf", + "8b6ffb70-7360-41de-81fc-6b560b2c669c", + "97f7d405-0168-28c4-e053-2995a90ab648", + "9af2a134-4883-5acd-e053-2995a90a0290", + "cb44ef89-2f1c-4b30-b590-97fca973b0b4", + "d0192071-b8f0-4808-812f-9a9333669dda", + "e704a9d2-9813-403c-9fde-a1a7510068b8", + "2e9baf05-c0d3-4361-82c3-e18a5bca8cd1", + "43ce90dd-665b-486a-8241-dfbdbfd33885", + "7bbfb226-20f6-6d24-e053-2991aa0a71ca", + "7df3b26c-372d-e74d-e053-2991aa0a8046", + "809e313f-660e-4c19-e053-2a91aa0a38e6", + "86437098-8de3-27be-e053-2a91aa0a37ce", + "8876ba53-566c-77d0-e053-2995a90a1cd5", + "88b00c55-4200-4041-aabc-11fd431376ef", + "924d0ba9-8105-4434-aff9-e798b9541ee2", + "a5bcde43-c0e8-4db8-bd4f-6f3af00b9b17", + "b6a9ffeb-9818-46ed-bd8e-53316c5ab149", + "c7d32bbc-4493-48ef-b935-96cc60689a41", + "d27cd9c4-7ca2-4d05-96f5-1cc2628b073c", + "e8421417-f5b3-4e90-9ca9-0e78a86f7578", + "09714688-cb16-416b-b230-6e6499112937", + "0a436386-0a73-4b49-b234-60dd752a6a0a", + "1951ddf8-0a94-4678-8ade-198fe356703a", + "2c87c66c-2511-1fa6-e054-00144ff88e88", + "3101d4c6-109c-4720-96bd-988357d7de66", + "3fe24abb-9bcc-45fa-aab1-38aca6f0bcd9", + "59765eb8-b22d-4514-b208-058b18727fc5", + "60399781-bcf4-4675-afb9-6d8b2670efa0", + "7f44d54e-4396-41a6-ae1f-c06efdaab1e5", + "7feea917-aa02-4c44-8099-8c49300c9b77", + "812f51dc-540a-4a19-b75e-0d54d378ca6f", + "81688c18-dd87-4d96-e053-2991aa0a3edc", + "afff7cb0-87fb-d620-e053-2995a90a476a", + "b4cce863-c789-327f-e053-2995a90a42be", + "c4a9e7a8-3a7d-4aa0-acaf-bb528ca7116a", + "f7483c87-439b-4fe2-872e-ebb2b0d5cdbc", + "007530ff-787e-4f37-bc9c-23193d006708", + "26d2dd87-30e2-4859-8b4b-b8848184f835", + "2dde8f8b-8b4f-490e-ac52-5b47f91299ce", + "3a4116ed-870c-451a-98d5-74c83aeea2ab", + "6129499c-bdb1-48bd-91d9-77fb20736212", + "704755e8-239d-18d6-e053-2991aa0ab7d2", + "78b4bb26-f66a-4f5a-801b-d42637ff294b", + "86bf0079-b033-7781-e053-2991aa0a6bf2", + "86d4e430-05e2-ab50-e053-2a91aa0a5d5e", + "8b24c114-1f66-cd5f-e053-2a95a90a04d7", + "8fb1642b-da79-43a5-a458-e118b560512c", + "97cc950c-ea97-c25b-e053-2995a90a16c6", + "c50d1cd7-ae41-fe32-e053-2995a90a87ce", + "347f107c-b1a9-4dda-9087-6d242f2e18f0", + "795ee0e6-bf61-0b79-e053-2a91aa0a4f67", + "79b3a2f5-db50-4c48-a5c9-3e4ccc92ae9e", + "985fb6bc-3f1e-41ac-a3ae-5fe1d6251a71", + "9f9cb81e-1f28-4091-8a69-17eb6a3bc1c3", + "aae8e8ff-f579-462e-bbb7-7d710313890c", + "ad0ecc0f-f504-4409-942d-ac8b5988e4c6", + "aded3096-0b98-40e7-bca6-837b0091e98d", + "bd23d80b-7ca3-4cf6-bd90-6b6ec7a1bbf9", + "c2599f9d-8b6e-4fc6-b257-550782960239", + "e2363d79-3c6d-479d-9e3a-ff61b8bec029", + "e4230114-fd39-4581-8187-62596b603f28", + "e45865b3-d888-401d-8fc9-e9272b4f79c2", + "e88af3f0-5bf6-4d5f-abfb-4ab75fed03d8", + "f20f0ce5-e09e-48c5-8c6e-8e9563f3ce6d", + "f8634c09-dad0-4399-a965-3c41c1c24e44", + "214cfc23-c637-43bd-8ce9-b859399c9028", + "44bb288e-d2d5-4d2e-80ec-b0f5f80ba4c6", + "6adfa678-450f-4f24-b874-78f4e75ca1db", + "78220cf7-50ca-4c79-9067-9d399f191853", + "81f3cb44-b7ab-39f2-e053-2a91aa0a21d9", + "81f3dd08-5287-18ea-e053-2a91aa0a85f1", + "822ff158-6028-01f2-e053-2a91aa0a8eab", + "83d89fcc-0fb0-26e9-e053-2991aa0aece8", + "a2dddc71-9206-b5f2-e053-2a95a90a26c2", + "ae2013c3-a153-4eb3-9168-01d0b5df7ad0", + "b2210399-35ec-4c29-a551-4b0e62a60408", + "d7acff02-d828-4fe5-9208-86e865dfee17", + "dfb32554-2969-4ec4-9fe0-64307ad5c415", + "f37b377a-9d6d-46f6-9129-6ec61a71f9d9", + "2264fffc-ddcb-4f5b-97ca-52b805a2dbd1", + "23eabc18-eded-466a-9524-6d0f0e483157", + "2417965c-31f1-4448-828a-679c0e59b758", + "5044c704-3859-4051-9a63-eebef750ea34", + "534827f9-e8dd-4909-956e-6313b6c916a8", + "5c319c6e-c089-49ec-9470-2126d2a99962", + "7df408d5-10cf-d75f-e053-2991aa0a1a6f", + "84649a92-90f6-3862-e053-2991aa0a4287", + "8bb24bac-2a86-ca63-e053-2a95a90a4158", + "97cc75e1-0555-c233-e053-2995a90a6b1a", + "cca09fe2-3b75-41f2-9f50-86d48ffa1c56", + "dc387df5-6615-43e4-9e13-0c22953a0084", + "f98c83fe-37cd-4916-bdbc-74c76b9a12d3", + "2b49d5f8-c46a-48b6-a6a2-3fd05c5fe319", + "53dcc8f2-fd82-45f6-9f27-70379a4599a0", + "58ca942f-16ba-49fe-a1aa-d62dddeaca6b", + "7ba88732-8bb7-f4f5-e053-2991aa0a1fb6", + "7cd8a34e-177d-4f91-e053-2991aa0a5b88", + "7f6d9c9d-9063-695b-e053-2a91aa0af650", + "83487ec6-9cd9-cd22-e053-2a91aa0a1c14", + "8397269b-ff6c-d97d-e053-2991aa0aa7f4", + "93f542ea-2139-44ec-a8cc-70d1413f3044", + "97ccccd8-4da5-f521-e053-2a95a90a0faf", + "9af03e06-8add-2b72-e053-2995a90ab829", + "b145ba7a-7818-4f80-b203-bb0973a64174", + "c7afb137-c4c2-43b7-abc8-750f1e1e6bb6", + "d1611049-b17e-4031-acc5-05429d28a4e5", + "06bd1b09-21f1-6e1e-e054-00144ff8d46c", + "1df23fda-373d-4a95-ada6-2f634229cdcd", + "34464007-7880-454a-9f8f-b9fb5621c47b", + "7a4aa7ab-08a4-4e93-90d7-5329b0e1a61b", + "81a85332-d8a1-6371-e053-2991aa0aaa8b", + "81df78a3-d8da-bccc-e053-2a91aa0a8736", + "82316046-e3e0-7b8d-e053-2a91aa0aa69b", + "8642e0bc-184c-0c8d-e053-2a91aa0a4733", + "958c5a56-51aa-4d04-a29c-e69b12f26a28", + "b987aa29-71ce-4062-be6c-9400a42751fa", + "bfa5cfec-8c74-4979-83c1-dc3cc1e05007", + "cbb96c08-7ebc-2f30-cb54-73916fdb87d7", + "e22127b4-c9d9-458e-b196-4b000b89d781", + "f47d15a8-f534-4ef2-bc3d-26a05d541220", + "0eb84d52-3de3-4b75-945f-c55ed15eacce", + "23ea9464-b667-4114-90c8-418d75edd2e6", + "4d74a687-a45d-476c-a61f-768bec753fb9", + "60de032e-6757-74c6-e053-2a91aa0a84cb", + "7b552d38-2338-415b-9d7f-ca6cc1b25aeb", + "83e5c005-5811-69d9-e053-2991aa0af80a", + "84875462-5e88-731f-e053-2991aa0a5366", + "96c97c3c-83e1-023b-e053-2995a90abe8a", + "9aa0b01e-8fe3-904c-e053-2a95a90a20c1", + "a7e6f9c2-7fb3-41bb-ac43-51b2268fbae3", + "c627c7c7-7a20-4413-bcb8-179fcfa2f2f0", + "f0aa6273-41b3-4b9d-856a-8ad4fd1629b2", + "24a6fdbe-2877-4297-a847-9534daf1c47f", + "2d9a54b2-842e-4e8c-8b90-d585418bb5c3", + "499fb116-1d42-4437-81bc-7ab355c94728", + "4d15710c-3474-4580-893d-3d7f89c4a4ec", + "60de398b-c259-5a8f-e053-2a91aa0aaa99", + "8231f5b4-291e-9113-e053-2a91aa0ade4e", + "866ca161-703f-4aa3-e053-2a91aa0a0902", + "8775b618-b151-807a-e053-2a95a90ae82d", + "8d86f28c-3bab-4728-ad92-e8e9f779f386", + "9af1d03b-a4b2-2b9c-e053-2a95a90a3f31", + "9cf7d65e-a69f-325e-f93a-d8c87d28173a", + "ace2bf0c-c000-4e93-955a-c0dabbf0b3f6", + "dc8d38dc-06de-4434-9f9c-8d7e76f815db", + "eed9ed38-3eba-4aac-b2e8-fbfaa4549dba", + "10a15b12-0e78-4fa7-a9d7-c9edcd4fa98b", + "27108fae-f84e-4d0f-836a-cdc23a58e470", + "286ce749-7d04-421f-9a4f-7de385da2902", + "34a09530-156d-460f-9741-187a55741661", + "3651fa7f-a8ca-452c-8758-4480dee01cee", + "3fe9967e-14c9-dcdc-7ca0-15b93341c843", + "5f37c1f2-101f-4acb-bb64-5f64b9fd4748", + "71e087d2-b148-444d-b2d7-09a4cd3d228f", + "7acaaa54-3e1d-6ef3-e053-2a91aa0a384f", + "7b0b3b9f-4c2d-5bb2-e053-2991aa0aca0b", + "7c0d983f-f2e2-31f3-e053-2991aa0afb58", + "7c74a7c7-b7e5-1abe-e053-2991aa0af251", + "822e90b9-8612-b370-e053-2a91aa0a7a74", + "8798435b-295a-4018-97b9-3cd5b2c1eaaa", + "8eae8423-fe05-46e1-9db9-d18d721bffde", + "9aefc914-6bed-6f56-e053-2995a90a846a", + "9d43ae89-9935-4297-865c-92d5c28e4cdd", + "aefa04b2-fce7-4ec1-bcb6-6cb76c32619b", + "b6d73205-9570-78b7-e053-2a95a90a6751", + "c1c4a200-990f-ac7c-e053-2a95a90abcbf", + "d9fa4170-13e3-4807-a537-c9967fcfe715", + "0379d051-200f-4254-ac1e-090b1e31be81", + "125a46cb-50d6-458e-993c-e051cb07639e", + "13a71d73-62ab-41fc-9d90-4870b6ebf306", + "2d8b3ad7-19fd-4dce-a1de-991840e4277a", + "39d41dbb-c44c-4ef8-9de6-a4f36648f0cb", + "419da675-863a-4842-a7d9-964d187506cd", + "424d18bd-bf3b-4556-b50a-71afe597d7e8", + "469e1310-0fa3-4481-a1be-cd8889c4abc1", + "4a1cddbc-27f1-4a7c-b2de-5158bddf3efd", + "571a0c51-076f-48a2-835c-b3ee9c7c98ed", + "612ee482-2236-4641-b782-649f4969a90d", + "7bc1ab69-bd0e-6db0-e053-2a91aa0a4c0e", + "7cb637af-228a-452e-ae7e-f627902be10a", + "7eb769f7-f814-2961-e053-2a91aa0adc2c", + "8175ae28-7159-b267-e053-2a91aa0a7021", + "93ddb66b-6d01-46ad-b14b-045b0f6193bb", + "98da9855-7ae9-425b-b188-4e98a7506285", + "a44d64f8-65a2-d9b5-e053-2995a90a146d", + "c4252954-1f45-4b02-a8ee-b8d0f195725a", + "c7da4434-c828-4ad9-8151-7e34b05c871f", + "e7dc2a5d-8d11-43c9-9009-5c54441707de", + "ebbc0f8e-a993-4732-a750-8d35e27253b3", + "3fb0be71-7e7f-4b53-8dc2-2168486cc3a1", + "6f57cec9-9132-4ba4-a033-538c3a39ff9c", + "7c0c0c14-5d84-4888-e053-2991aa0acafc", + "7c0efdbf-f1f2-feac-e053-2a91aa0adc27", + "81f57715-8f3c-c461-e053-2991aa0a0dad", + "81f5b6fc-b2e3-4644-e053-2a91aa0a06f8", + "84789057-fd5e-5a6f-e053-2a91aa0a80de", + "941bef8d-ace4-438a-9cd5-b56fd5f5e214", + "a2284ef4-8991-5875-e053-2995a90a4465", + "ab6349b2-682d-4a4f-90cb-31dff90fea85", + "b73d6a3c-6938-1673-e053-2995a90ab29b", + "b8f6fe40-c925-45f5-e053-2a95a90a86bc", + "ff01bbfe-5da2-427b-9ea9-61301b328d52", + "0a645c0e-2660-4165-9761-48453dec51df", + "64602818-205a-4586-a39c-aaaa8961f7fd", + "7cac76fc-9054-14a6-e053-2a91aa0aad14", + "97542e76-4122-4754-e053-2995a90a2f4f", + "a7942534-4370-702c-e053-2995a90a5c3d", + "bb1750f3-f023-af1e-e053-2a95a90a130f", + "bbf2f00b-fb92-7f3b-e053-2995a90a4e8b", + "e4470b77-8fa1-4317-8bd5-48bc7f42f3e1", + "197cc09a-7f00-4632-9cbb-52a61cd3e47d", + "1bef0b93-2ed9-4c8c-b089-f9c02af0c1e5", + "25ef3128-6b28-3c20-e054-00144ff8d46c", + "287f2a22-daea-4d64-80a7-2f825852c6a7", + "55373dd8-3a52-439d-b4f0-649b237f57e8", + "7cae1c45-4c32-1251-e053-2a91aa0af3c7", + "7cd44342-88e5-fe89-e053-2a91aa0a13a3", + "7eb7e02a-a982-13c7-e053-2991aa0a1e26", + "80c05bc5-4918-4998-b5eb-4ca8b59bf716", + "81a48641-280f-7ee0-e053-2991aa0afbf9", + "81b47e3d-1bfe-1174-e053-2a91aa0a6110", + "83eb87fc-e92f-6d53-e053-2a91aa0a0b32", + "857adf7f-fc6f-4da8-e053-2a91aa0a8dc4", + "9a3fbd92-ccad-4d2a-af12-10aaa4855440", + "9af33c02-3ae7-29ae-e053-2a95a90ae547", + "d61d41db-3f0b-46cd-bb59-e54e6991fe0c", + "d82a4713-1f51-45fc-bce1-d92939a940b2", + "228e67fc-8cfe-1571-e054-00144ff8d46c", + "265e287a-1dca-4f5b-98db-c98be97bc811", + "34bb46f7-4bf8-48fe-bc33-a7ac4ed69380", + "38270a1a-43ae-4353-a523-d56dc8ee7e8e", + "4d3ac73f-4970-4b7d-abfc-96844198525b", + "5caefa62-a97c-4820-a23d-b853485ea7df", + "7b316f95-e3a1-43aa-e053-2991aa0a8484", + "7e56880c-50bc-e2c1-e053-2a91aa0ab6ef", + "8381a6a9-c609-685c-e053-2a91aa0adbc8", + "83a36080-4668-45df-b488-37affaeb7986", + "8486fc2f-5451-4380-e053-2a91aa0ad3ea", + "865454e8-ea25-4b6d-85c6-9db055eb3116", + "9730c0bd-f01b-4417-b617-4ba2b59f450f", + "bb0d9cf1-4229-4d10-91cd-16a71c8af704", + "dfcc57ba-4b9f-458c-9b8a-7ab4f3e68eb2", + "f315fc0e-aa1e-4ef4-8feb-bbc3506cec2d", + "f7a942ff-253a-4024-969d-c8a80bca581e", + "fd99ef4b-8a77-455d-b2a6-9a0d19a7b1fe", + "7bba9f12-673b-39d2-e053-2991aa0acf00", + "84752e57-4311-119f-e053-2991aa0ab813", + "9a120f9e-cf10-6f26-e053-2995a90a5807", + "a2df9855-12ac-018c-e053-2a95a90a4b7c", + "b9434c7c-d4e6-41da-96f6-22c04d7d7adc", + "ddad7b27-f785-42a6-b060-695a903aecd0", + "eb2c5ffe-b56f-7673-7636-380c84f943d6", + "ee0e30ff-bbda-42a3-ac20-d14dc52788c8", + "25fff096-b39c-24db-e054-00144ff8d46c", + "27d5795d-8324-476c-a0c3-845e7f73d6ab", + "7d765d86-7243-223c-e053-2a91aa0a23cc", + "87388b8c-daa3-3fbb-e053-2a91aa0a3e9b", + "8739840b-a3e6-8524-e053-2a91aa0a8e79", + "8bdcdc93-f877-421a-8f64-231cca74a1e2", + "94540cd6-3795-ac60-e053-2995a90afcbd", + "b8da5aba-818c-4312-8579-f24ba5f65d7f", + "beaf65dd-337d-4696-87c7-3237c7eec8fe", + "d8b207bc-1d26-4367-bcd6-f889cc692e37", + "e1e95608-832c-4b13-81d3-bd4b7e6b2073", + "ec05b692-f4f8-40e6-bccb-85f37f2aed98", + "18a03db0-1ffd-4536-99a1-12e1cdd00b7c", + "239f2e15-2803-490c-bbf0-ce3c15a63705", + "4f602c2e-31f0-4cbb-a61b-f414328a115c", + "535a7c7c-fd61-4dd4-b82f-afe7d33fb5d7", + "55c8ac5c-c57a-438b-886f-42d4817a7208", + "78832d48-c6ed-28ec-e053-2a91aa0a83ee", + "79f132f8-e8cd-7f77-e053-2991aa0aeeb4", + "822e12eb-63c5-f49f-e053-2a91aa0a51aa", + "8631e5a1-7f72-ac6f-e053-2991aa0a0764", + "869262e3-0983-5485-e053-2a91aa0afe21", + "86a86f8b-6555-7b0f-e053-2991aa0a298a", + "8b35eae9-5a55-1566-e053-2995a90aaba5", + "9a782395-c412-3f96-e053-2995a90ac664", + "a48b258f-cc6b-4151-9cd7-4fde2ec4ebae", + "d87e6283-9639-42ae-acba-9d000086b466", + "eec2b17b-4ee5-614d-d055-2ed4aaff3357" + ], + "package_ndc": [ + "51319-072-01", + "51319-072-02", + "51319-072-03", + "51319-072-04", + "51319-072-05", + "51319-072-06", + "51319-073-01", + "51319-073-02", + "51319-073-03", + "51319-073-04", + "51319-073-05", + "51319-073-06", + "51319-073-07", + "51319-073-08", + "51319-073-09", + "51319-073-10", + "51319-073-11", + "51319-073-12", + "51319-073-13", + "60941-001-01", + "60941-001-02", + "60941-001-03", + "62045-4333-2", + "62045-4333-1", + "62045-4333-0", + "62045-4333-3", + "17575-001-01", + "17575-001-02", + "17575-001-03", + "17575-001-04", + "17575-001-05", + "17575-001-06", + "17575-001-07", + "17575-001-08", + "17575-001-09", + "17575-001-10", + "17575-001-11", + "17575-001-12", + "17575-001-13", + "17575-001-14", + "19979-000-65", + "19979-000-16", + "19979-000-85", + "19979-000-99", + "23650-001-01", + "23650-001-02", + "23650-001-03", + "23650-001-04", + "23650-001-05", + "23650-001-06", + "23650-001-07", + "23650-001-08", + "23650-001-09", + "23650-001-10", + "23650-001-11", + "23650-001-12", + "23650-001-13", + "23650-001-14", + "23650-001-15", + "23650-001-16", + "23650-001-17", + "23650-001-18", + "51194-123-01", + "51194-123-02", + "51194-123-03", + "51194-123-04", + "51194-123-05", + "51194-123-06", + "51194-123-07", + "51194-123-08", + "51194-123-09", + "51194-123-10", + "51194-123-11", + "51194-123-12", + "51194-123-13", + "20175-072-01", + "20175-072-02", + "20175-072-03", + "20175-072-04", + "20175-072-05", + "20175-072-06", + "20175-072-07", + "20175-072-08", + "20175-072-09", + "20175-072-10", + "20175-072-11", + "20175-072-12", + "20175-072-13", + "20175-072-14", + "20175-072-15", + "20175-072-16", + "20175-072-17", + "11324-001-01", + "11324-001-02", + "11324-001-03", + "11324-001-04", + "11324-001-05", + "11324-001-06", + "11324-001-07", + "11324-001-08", + "11324-001-09", + "11324-001-10", + "11324-001-11", + "11324-001-12", + "11324-001-13", + "24887-001-01", + "24887-001-02", + "24887-001-03", + "24887-001-04", + "24887-001-05", + "63961-100-16", + "63961-100-18", + "63961-100-17", + "63961-100-11", + "63961-100-12", + "63961-100-13", + "63961-100-14", + "63961-100-19", + "63961-100-15", + "48546-0001-1", + "48546-0001-2", + "48546-0001-3", + "48546-0001-4", + "48546-0001-5", + "48546-0001-6", + "48546-0001-7", + "48546-0001-8", + "48546-0001-9", + "48546-0002-1", + "48546-0002-2", + "48546-0002-3", + "21221-002-01", + "21221-002-02", + "21221-002-03", + "21221-002-04", + "51012-001-01", + "51012-001-02", + "51012-001-03", + "51012-001-04", + "51012-001-05", + "51012-001-06", + "51012-001-07", + "51012-001-08", + "51012-001-09", + "51012-001-10", + "51012-001-11", + "62371-1234-1", + "62371-1234-2", + "62371-1234-3", + "62371-1234-4", + "62371-1234-5", + "59924-001-01", + "59924-001-02", + "59924-001-03", + "59924-001-04", + "59924-001-05", + "59924-001-06", + "59924-001-07", + "59924-001-08", + "59924-001-09", + "76056-001-03", + "76056-001-05", + "19218-0001-1", + "19218-0009-9", + "19218-0003-3", + "19218-0002-2", + "19218-0004-4", + "19218-0005-5", + "19218-0006-6", + "19218-0007-7", + "19218-0008-8", + "62638-001-04", + "62638-001-05", + "62638-001-06", + "62638-001-03", + "62638-001-07", + "62638-001-01", + "62638-001-02", + "54144-001-01", + "54144-001-02", + "54144-001-03", + "54144-001-04", + "72457-003-01", + "72457-003-02", + "51475-001-02", + "51475-001-01", + "51475-001-03", + "51475-001-04", + "51475-001-05", + "51475-001-06", + "51475-001-07", + "53952-001-01", + "53952-001-02", + "53952-001-03", + "64319-001-01", + "64319-001-02", + "64319-001-03", + "64319-001-04", + "64319-001-05", + "64319-001-06", + "64319-001-07", + "64319-001-08", + "64319-001-09", + "64319-001-10", + "64319-001-11", + "64319-001-12", + "64319-001-13", + "64319-001-14", + "64319-001-15", + "64319-001-16", + "64319-001-17", + "64319-001-18", + "72995-001-01", + "72995-001-02", + "72995-001-03", + "53440-001-01", + "53440-001-02", + "53440-001-03", + "53440-001-04", + "53440-001-05", + "53440-001-06", + "53440-001-07", + "53440-001-08", + "53440-001-09", + "53440-001-10", + "53440-001-11", + "53440-001-12", + "53440-001-13", + "53440-001-14", + "53440-001-15", + "58700-001-01", + "58700-001-02", + "58700-001-03", + "58700-001-05", + "58700-001-06", + "58700-001-07", + "58700-001-08", + "58700-001-04", + "58700-001-09", + "58700-001-10", + "58700-001-11", + "11748-010-01", + "11748-010-02", + "11748-010-03", + "11748-010-04", + "11748-010-05", + "11748-010-06", + "11748-010-07", + "11748-010-08", + "11748-010-09", + "11748-010-10", + "11748-010-11", + "11748-010-12", + "11748-010-13", + "10167-100-01", + "10167-100-02", + "10167-100-03", + "10167-100-04", + "10167-100-05", + "10167-100-06", + "10167-100-07", + "10167-100-08", + "10167-100-09", + "10167-100-10", + "10167-100-11", + "10167-100-12", + "10167-100-13", + "10167-100-14", + "10167-100-15", + "58755-0001-1", + "58755-0001-2", + "58755-0001-3", + "58755-0001-5", + "58755-0001-6", + "58755-0001-7", + "58755-0001-8", + "58755-0001-0", + "20479-0682-1", + "20479-0682-2", + "20479-0682-3", + "61776-0001-1", + "61776-0001-2", + "61776-0001-3", + "65119-345-10", + "65119-345-11", + "65119-345-12", + "65119-345-13", + "65119-345-14", + "65119-345-15", + "65119-345-16", + "65119-345-17", + "65119-345-18", + "65119-345-19", + "65119-345-20", + "65119-345-21", + "60615-0001-1", + "60615-0001-2", + "60615-0001-3", + "60615-0001-4", + "60546-001-02", + "60546-001-03", + "60546-001-04", + "60546-001-01", + "60546-001-05", + "60546-001-06", + "60546-001-07", + "60546-001-08", + "59534-001-01", + "59534-001-02", + "59534-001-03", + "59534-001-04", + "59534-001-05", + "59534-001-06", + "59534-001-07", + "59534-001-08", + "59534-001-09", + "59534-001-10", + "59534-001-11", + "59534-001-12", + "59534-001-13", + "58049-123-01", + "58049-123-02", + "58049-123-03", + "10942-2005-1", + "10942-2005-2", + "10942-2005-3", + "10942-2005-4", + "10942-2005-5", + "10942-2005-6", + "10942-2005-7", + "10942-2005-8", + "10942-2005-9", + "34940-004-01", + "34940-004-02", + "34940-004-03", + "34940-004-04", + "34940-004-05", + "34940-004-06", + "34940-004-07", + "34940-004-08", + "54202-001-01", + "54202-001-02", + "54202-001-03", + "54202-001-04", + "54202-001-05", + "46123-001-01", + "46123-001-02", + "46123-001-03", + "46123-001-04", + "46123-001-05", + "46123-001-06", + "46123-001-07", + "46123-001-08", + "46123-001-09", + "46123-001-10", + "46123-001-11", + "46123-001-12", + "46123-001-13", + "46123-001-14", + "46123-001-15", + "49204-001-01", + "49204-001-02", + "49204-001-03", + "49204-001-04", + "49204-001-05", + "49204-001-06", + "49204-001-07", + "49204-001-08", + "49204-001-09", + "49204-001-10", + "49204-001-11", + "49204-001-12", + "49204-001-13", + "49204-001-14", + "49204-001-15", + "49204-001-16", + "49204-001-17", + "49204-001-18", + "64922-233-01", + "64922-233-02", + "64922-233-03", + "64922-233-04", + "64922-233-05", + "64922-233-06", + "64922-233-08", + "64922-233-09", + "64922-233-10", + "64922-233-11", + "64169-001-01", + "64169-001-02", + "64169-001-03", + "64169-001-04", + "64169-001-05", + "64169-001-06", + "64169-001-07", + "64169-001-08", + "64169-001-09", + "64169-001-10", + "64169-001-11", + "64169-001-12", + "64169-001-13", + "64169-001-14", + "64169-001-15", + "64169-001-16", + "64169-001-17", + "64169-001-18", + "64169-001-20", + "64169-001-19", + "64169-001-21", + "64169-001-22", + "64169-001-23", + "64169-001-24", + "64169-001-25", + "64169-001-26", + "64169-001-27", + "64169-001-28", + "64169-001-29", + "64477-001-01", + "64477-001-02", + "64477-001-03", + "64477-001-04", + "10018-8999-1", + "64944-0001-2", + "64944-0001-1", + "64944-0001-3", + "64944-0001-4", + "64944-0001-5", + "64944-0001-6", + "64944-0001-7", + "55322-0001-1", + "55322-0001-2", + "55322-0001-3", + "55322-0001-4", + "55322-0001-5", + "55322-0001-6", + "49944-001-01", + "49944-001-02", + "49944-001-03", + "49944-001-04", + "49944-001-05", + "49944-001-06", + "49944-001-07", + "49944-001-08", + "49944-010-01", + "49944-010-02", + "49944-010-03", + "49944-010-04", + "49944-010-05", + "50101-0001-5", + "50101-0001-2", + "50101-0001-3", + "50101-0001-4", + "34037-001-01", + "34037-001-02", + "34037-001-03", + "34037-001-04", + "62715-0001-3", + "62715-0001-4", + "62715-0001-2", + "75828-001-01", + "75828-001-02", + "75828-001-03", + "75828-001-04", + "75828-001-05", + "75828-001-06", + "75828-001-07", + "75828-001-08", + "75828-001-09", + "75828-001-10", + "75828-001-11", + "75828-001-12", + "67899-001-01", + "67899-001-02", + "67899-001-03", + "67899-001-04", + "67899-001-05", + "61398-0828-5", + "61398-0828-6", + "61398-0828-7", + "61398-0828-8", + "61398-0828-9", + "61398-0828-0", + "60980-002-01", + "60980-002-02", + "60980-002-03", + "60980-002-04", + "60980-002-05", + "60980-002-06", + "60980-002-07", + "60980-002-08", + "60980-002-09", + "60980-002-10", + "61903-001-01", + "61903-001-02", + "61903-001-03", + "61903-001-04", + "61903-001-05", + "61903-001-06", + "61903-001-07", + "61903-001-08", + "61903-001-09", + "5575-0001-01", + "5575-0001-02", + "5575-0001-03", + "5575-0001-04", + "70624-001-04", + "70624-001-03", + "70624-001-01", + "70624-001-02", + "50693-276-01", + "50693-276-02", + "50693-276-03", + "50693-276-04", + "50693-276-05", + "50693-276-06", + "50693-276-07", + "54247-001-01", + "54247-001-02", + "58404-001-01", + "58404-001-02", + "58404-001-03", + "58404-001-04", + "58404-001-05", + "58404-001-06", + "58404-001-07", + "58404-001-08", + "58404-001-09", + "58404-001-10", + "58404-001-11", + "58404-001-12", + "58404-001-13", + "53622-001-01", + "53622-001-02", + "53622-001-03", + "53622-001-04", + "53622-001-05", + "59522-001-03", + "59522-001-02", + "59522-001-01", + "63144-001-01", + "63144-001-02", + "63144-001-03", + "63144-001-04", + "63144-001-05", + "63144-001-06", + "63144-001-07", + "63144-001-08", + "67480-001-03", + "67480-001-02", + "67480-001-01", + "73012-001-01", + "73012-001-02", + "21624-001-11", + "21624-001-12", + "21624-001-13", + "21624-001-14", + "21624-001-15", + "21624-001-16", + "21624-001-17", + "21624-001-18", + "21624-001-19", + "21624-001-20", + "21624-001-21", + "21624-001-22", + "21624-001-23", + "21624-001-24", + "21624-001-25", + "21624-001-26", + "21624-001-27", + "21624-001-28", + "21624-001-29", + "11056-001-01", + "11056-001-02", + "11056-001-03", + "11056-001-04", + "11056-001-05", + "11056-001-06", + "11056-001-07", + "11056-001-08", + "11056-001-09", + "11056-001-10", + "11056-001-11", + "11056-001-12", + "11056-001-13", + "49221-0030-1", + "49221-0030-2", + "49221-0030-3", + "49221-0030-4", + "49121-001-01", + "49121-001-02", + "49121-001-03", + "49121-001-04", + "61330-123-01", + "61330-123-05", + "61330-123-06", + "61330-123-08", + "61330-123-09", + "53452-001-01", + "53452-001-02", + "53452-001-03", + "53452-001-04", + "53452-001-05", + "53452-001-06", + "53452-001-07", + "53452-001-08", + "53452-001-09", + "53452-001-10", + "53452-001-11", + "72725-123-01", + "72725-123-02", + "72725-123-03", + "72725-123-04", + "72725-123-05", + "72725-123-06", + "42202-123-01", + "42202-123-02", + "42202-123-03", + "54846-001-01", + "54846-001-02", + "54846-001-03", + "72908-001-03", + "72908-001-04", + "11043-001-01", + "11043-001-02", + "11043-001-03", + "11043-001-04", + "11043-001-05", + "11043-001-06", + "11043-001-07", + "11043-001-08", + "10590-0001-1", + "10590-0001-2", + "10590-0001-3", + "10590-0001-4", + "10590-0001-5", + "10590-0001-6", + "10590-0001-7", + "64097-0001-1", + "64097-0001-2", + "64097-0001-3", + "64097-0001-4", + "81700-001-01", + "81700-001-02", + "81700-001-03", + "22557-001-01", + "22557-001-02", + "22557-001-03", + "22557-001-04", + "22557-001-05", + "22557-001-06", + "22557-001-07", + "22557-001-08", + "22557-001-09", + "22557-001-10", + "22557-001-11", + "22557-001-12", + "60560-1072-1", + "60560-1072-2", + "60560-1072-3", + "60560-1072-4", + "60560-1072-5", + "60560-1072-6", + "60560-1072-7", + "60560-1072-8", + "60560-1072-9", + "61362-2150-1", + "61362-2150-2", + "61362-2150-3", + "61362-2150-4", + "60568-123-02", + "60568-123-03", + "60568-123-01", + "60568-123-04", + "70951-123-01", + "70951-123-02", + "70951-123-03", + "70951-123-04", + "49696-622-01", + "49696-622-02", + "49696-622-03", + "49696-622-04", + "49696-632-01", + "73037-001-01", + "73037-001-02", + "62137-001-00", + "62137-001-01", + "62137-001-02", + "72992-001-01", + "72992-001-02", + "72992-001-03", + "72992-001-04", + "49542-001-01", + "49542-001-02", + "49542-001-03", + "70313-001-01", + "70313-001-02", + "70313-001-03", + "70313-001-04", + "67506-001-01", + "67506-001-02", + "67506-001-03", + "67506-001-04", + "67506-001-05", + "67506-001-06", + "67506-001-07", + "48848-001-01", + "48848-001-02", + "48848-001-03", + "48848-001-04", + "48848-001-05", + "48848-001-06", + "48848-001-07", + "48848-001-08", + "48848-001-09", + "55460-001-03", + "55460-001-04", + "55460-001-05", + "55460-001-01", + "55460-001-02", + "63418-0001-1", + "63418-0001-2", + "63418-0001-3", + "59247-001-01", + "81313-001-01", + "81313-001-02", + "81313-001-03", + "81313-001-04", + "81313-001-05", + "81313-001-06", + "81313-001-07", + "81313-001-08", + "81313-001-09", + "81313-001-10", + "81313-001-11", + "81313-001-12", + "81313-001-13", + "81313-001-14", + "81313-001-15", + "81313-001-16", + "81313-001-17", + "81313-001-18", + "81313-001-19", + "75892-001-01", + "75892-001-02", + "75892-001-03", + "75892-001-04", + "75892-001-05", + "52279-001-01", + "52279-001-02", + "52279-001-03", + "52279-001-04", + "52279-001-05", + "52279-001-06", + "52279-001-07", + "52279-001-08", + "52279-001-09", + "52279-001-10", + "52279-001-11", + "52279-001-12", + "52279-001-13", + "52279-001-14", + "52279-001-15", + "52279-001-16", + "52279-001-17", + "52279-001-18", + "52279-001-19", + "52279-001-20", + "52279-001-21", + "52279-001-22", + "52279-001-23", + "52279-001-24", + "52279-001-25", + "52279-001-26", + "14214-0123-6", + "14214-0123-7", + "14214-0123-8", + "14214-0123-1", + "14214-0123-2", + "14214-0123-3", + "14214-0123-4", + "14214-0123-5", + "14214-0123-9", + "10690-001-01", + "10690-001-02", + "10690-001-03", + "10690-001-04", + "10690-001-05", + "10690-001-06", + "10690-001-07", + "10690-001-08", + "10690-001-09", + "10690-001-10", + "10690-001-11", + "10690-001-12", + "10690-001-13", + "10690-001-14", + "10690-001-15", + "10690-001-16", + "48663-0001-1", + "48663-0001-2", + "48663-0001-3", + "48663-0001-4", + "48663-0001-5", + "48663-0001-6", + "65868-001-01", + "65868-001-04", + "65868-001-07", + "65868-001-08", + "65868-001-10", + "45545-001-01", + "45545-001-02", + "45545-001-03", + "45545-001-04", + "45545-001-05", + "62686-001-01", + "62686-001-02", + "62686-001-03", + "62686-001-04", + "62686-001-05", + "62686-001-06", + "62686-001-07", + "62686-001-08", + "72808-001-01", + "72808-001-02", + "72808-001-03", + "72808-001-04", + "72808-001-05", + "72808-001-06", + "72808-001-07", + "72808-001-08", + "72808-001-09", + "72808-001-10", + "72808-001-11", + "72808-001-12", + "55404-001-01", + "55404-001-02", + "55404-001-03", + "55404-001-04", + "55404-001-05", + "55404-001-06", + "55404-001-07", + "55404-001-08", + "55404-001-09", + "55404-001-10", + "55404-001-11", + "55404-001-12", + "55404-001-13", + "55404-001-14", + "55404-001-15", + "55404-001-16", + "55404-001-17", + "55404-001-18", + "55404-001-19", + "55404-001-20", + "59760-001-01", + "59760-001-02", + "59760-001-03", + "59760-001-04", + "59760-001-05", + "67493-0009-1", + "67493-0009-2", + "67493-0009-3", + "67493-0009-4", + "67493-0009-5", + "67493-0009-6", + "67493-0009-7", + "69022-001-01", + "69022-001-02", + "69022-001-03", + "60779-001-01", + "60779-001-02", + "60779-001-03", + "60779-001-04", + "60779-001-05", + "60779-001-06", + "60779-001-07", + "60779-001-08", + "60779-001-09", + "60779-001-10", + "60779-001-11", + "60779-001-12", + "60779-001-13", + "60779-001-14", + "59788-001-10", + "59788-001-11", + "59788-001-12", + "59788-001-13", + "59788-001-14", + "59788-001-15", + "59788-001-16", + "59788-001-17", + "59788-001-18", + "59788-001-19", + "59788-001-20", + "59788-001-21", + "59788-001-22", + "59788-001-23", + "59788-001-24", + "59788-001-25", + "59788-001-26", + "59788-001-27", + "59788-001-28", + "59788-001-29", + "59788-001-30", + "59788-001-31", + "59788-001-32", + "59788-001-33", + "59788-001-34", + "59788-001-35", + "59788-001-36", + "67773-001-02", + "67773-001-05", + "67773-001-07", + "62486-130-01", + "62486-130-02", + "62486-130-03", + "62486-130-04", + "62486-130-05", + "62486-130-06", + "62486-130-07", + "62486-130-08", + "62179-1234-1", + "62179-1234-2", + "62179-1234-3", + "62179-1234-4", + "70097-001-01", + "70097-001-02", + "70097-001-03", + "70097-001-04", + "70097-001-05", + "70097-001-06", + "54706-0001-5", + "54706-0001-1", + "54706-0001-2", + "54706-0001-3", + "54706-0001-4", + "50597-001-01", + "50597-001-02", + "36006-001-02", + "36006-001-03", + "36006-001-01", + "36006-001-04", + "36006-001-05", + "36006-001-06", + "36006-001-07", + "36006-001-08", + "72718-123-02", + "72718-123-03", + "72718-123-01", + "72718-123-04", + "72718-123-05", + "72718-123-06", + "58498-123-01", + "58498-123-02", + "58498-123-03", + "58498-123-04", + "63173-001-01", + "63173-001-05", + "63173-001-02", + "63173-001-03", + "63173-001-04", + "72760-001-01", + "72760-001-02", + "72760-001-03", + "51051-003-01", + "51051-003-02", + "51051-003-03", + "51051-003-04", + "73544-001-01", + "59336-001-01", + "59336-001-02", + "59336-001-03", + "59336-001-04", + "59336-001-05", + "59336-001-06", + "59336-001-07", + "59336-001-08", + "81681-001-01", + "81681-001-02", + "81681-001-03", + "81681-001-04", + "53425-001-01", + "53425-001-02", + "53425-001-03", + "53425-001-04", + "53425-001-05", + "53425-001-06", + "53425-001-07", + "53425-001-08", + "53425-001-09", + "53425-001-10", + "53425-001-11", + "53425-001-12", + "53425-001-13", + "53425-001-14", + "49770-0001-1", + "49770-0001-2", + "49770-0001-3", + "49770-0001-4", + "49770-0001-5", + "49770-0001-6", + "49770-0001-7", + "49770-0001-8", + "74709-001-01", + "67573-0104-7", + "67573-0104-8", + "67573-0104-9", + "42809-0002-1", + "42809-0002-2", + "42809-0002-3", + "42809-0002-4", + "62118-001-00", + "72755-123-01", + "72755-123-02", + "72755-123-04", + "72755-123-05", + "65336-001-01", + "65336-001-02", + "65336-001-04", + "65336-001-03", + "63970-001-05", + "63970-001-01", + "63970-001-02", + "63970-001-03", + "63970-001-04", + "63970-001-06", + "63970-001-07", + "63970-001-08", + "63970-001-09", + "73060-001-01", + "73060-001-02", + "73060-001-03", + "73060-001-04", + "73060-001-06", + "73060-001-07", + "73060-001-08", + "73060-001-09", + "73060-001-10", + "73060-001-11", + "73060-001-12", + "73060-001-13", + "62447-0011-1", + "62447-0011-2", + "62447-0011-3", + "62447-0011-4", + "62447-0011-5", + "62447-0011-6", + "62447-0011-7", + "62447-0011-8", + "62447-0011-9", + "52568-001-01", + "52568-001-02", + "52568-001-03", + "52568-001-04", + "52568-001-05", + "52568-001-06", + "52568-001-07", + "52568-001-08", + "27561-001-01", + "27561-001-02", + "27561-001-03", + "27561-001-04", + "58878-001-03", + "58878-001-04", + "58878-001-05", + "58878-001-06", + "58878-001-07", + "58878-001-08", + "58878-001-09", + "58878-001-01", + "58878-001-02", + "63186-001-01", + "63186-001-02", + "12213-720-59", + "12213-720-62", + "12213-720-13", + "12213-720-53", + "12213-720-58", + "12213-720-43", + "12213-720-44", + "12213-720-15", + "12213-720-45", + "12213-720-46", + "12213-720-63", + "12213-720-50", + "12213-720-37", + "12213-720-17", + "12213-720-12", + "12213-720-16", + "12213-720-10", + "12213-720-67", + "12213-720-47", + "12213-720-48", + "61752-001-03", + "61752-001-01", + "61752-001-02", + "71408-001-01", + "59842-012-14", + "59842-012-05", + "59842-012-06", + "59842-012-07", + "59842-012-08", + "59842-012-09", + "59842-012-10", + "59842-012-13", + "59842-012-02", + "59842-012-04", + "59842-012-12", + "59842-012-15", + "52142-001-01", + "52142-001-02", + "52142-001-03", + "52142-001-04", + "52142-001-05", + "59301-001-01", + "59301-001-02", + "59301-001-03", + "59301-001-04", + "59301-001-06", + "59301-001-07", + "59301-001-08", + "59301-001-09", + "59301-001-10", + "59301-001-11", + "59301-001-12", + "17819-1072-0", + "17819-1072-1", + "17819-1072-2", + "17819-1072-3", + "17819-1072-4", + "17819-1072-5", + "17819-1072-6", + "17819-1072-7", + "17819-1072-8", + "54619-0001-1", + "54619-0001-2", + "54619-0001-7", + "54619-0001-4", + "54619-0001-6", + "64763-099-01", + "64763-099-02", + "64763-099-03", + "67795-033-05", + "67795-033-06", + "67795-033-10", + "67795-033-02", + "67795-033-03", + "67795-033-04", + "67795-033-07", + "67795-033-08", + "67795-033-09", + "67795-033-12", + "67795-033-13", + "67795-033-14", + "67795-033-15", + "67795-033-16", + "67795-033-17", + "67795-033-18", + "67795-033-19", + "67795-033-20", + "67795-033-21", + "67795-033-22", + "29333-0001-2", + "29333-0001-1", + "29333-0001-3", + "67905-0001-1", + "67905-0001-2", + "67905-0001-3", + "67905-0001-4", + "42007-0001-5", + "42007-0001-6", + "42007-0001-7", + "72713-123-02", + "72713-123-03", + "72713-123-01", + "73055-001-03", + "73055-001-01", + "73055-001-02", + "63817-123-01", + "63817-123-02", + "63817-123-03", + "63817-123-04", + "66698-001-02", + "66698-001-01", + "66698-001-03", + "66698-001-04", + "66698-001-05", + "66698-001-06", + "66698-001-07", + "66698-001-08", + "66698-001-09", + "66698-001-10", + "66698-001-11", + "66698-001-12", + "66698-001-13", + "52086-001-01", + "52086-001-02", + "52086-001-03", + "52086-001-04", + "52086-001-05", + "52086-001-07", + "52086-001-06", + "52086-001-08", + "52086-001-09", + "52086-001-10", + "52086-001-11", + "52086-001-12", + "52086-001-13", + "52086-001-14", + "52086-001-15", + "73078-001-02", + "73078-001-03", + "73078-001-01", + "73078-001-04", + "73078-001-05", + "73078-001-06", + "73078-001-07", + "66345-001-01", + "66345-001-02", + "66345-001-03", + "66345-001-04", + "66345-001-05", + "10942-2001-1", + "10942-2001-2", + "59752-0124-1", + "59752-0124-2", + "59752-0124-3", + "59752-0124-4", + "59752-0124-5", + "66961-100-01", + "66961-100-02", + "66961-100-03", + "66961-100-04", + "75930-001-01", + "75930-001-02", + "75930-001-03", + "46362-001-01", + "46362-001-02", + "46362-001-03", + "46362-001-04", + "46362-001-05", + "46362-001-06", + "46362-001-07", + "49799-001-01", + "49799-001-02", + "49799-001-03", + "49799-001-04", + "49799-001-05", + "10451-001-01", + "10451-001-02", + "10451-001-03", + "10451-001-04", + "10451-001-05", + "10451-001-06", + "10451-001-07", + "10451-001-08", + "70323-123-02", + "70323-123-03", + "70323-123-01", + "70323-123-04", + "70323-123-05", + "70323-123-06", + "70323-123-07", + "70323-123-08", + "54832-0001-2", + "54832-0001-3", + "54832-0001-1", + "54832-0001-4", + "54832-0001-5", + "54832-0001-7", + "54832-0001-8", + "54832-0001-0", + "44356-0001-1", + "44356-0001-2", + "44356-0001-3", + "44356-0001-6", + "44356-0001-5", + "62137-002-00", + "62137-002-01", + "62137-002-02", + "62137-002-03", + "62137-002-04", + "62137-002-05", + "62137-002-06", + "50996-001-01", + "50996-001-02", + "50996-001-03", + "50996-001-04", + "50996-001-05", + "65866-001-01", + "65866-001-02", + "65866-001-03", + "65866-001-04", + "65866-001-05", + "65866-001-06", + "72660-001-01", + "72660-001-02", + "72660-001-03", + "72660-001-04", + "72660-001-05", + "72660-001-06", + "72660-001-07", + "72660-001-08", + "72660-001-09", + "72660-001-10", + "72660-001-11", + "72660-001-12", + "72660-001-13", + "72660-001-14", + "72660-001-15", + "72660-001-16", + "72660-001-17", + "72660-001-18", + "72660-001-19", + "57971-001-01", + "57971-001-02", + "57971-001-03", + "57971-001-04", + "57971-001-05", + "76349-001-01", + "76349-001-02", + "76349-001-03", + "76349-001-04", + "76349-001-05", + "76349-001-06", + "76349-001-07", + "76349-001-08", + "76349-001-09", + "76349-001-10", + "76349-001-11", + "76349-001-12", + "76349-001-13", + "65217-0001-2", + "65217-0001-3", + "65217-0001-1", + "53777-001-10", + "53777-001-11", + "53777-001-12", + "53777-001-13", + "53777-001-14", + "53777-001-15", + "53777-001-16", + "53777-001-17", + "53777-001-18", + "53777-001-19", + "80792-001-01", + "80792-001-02", + "80792-001-03", + "80792-001-04", + "80792-001-05", + "61128-001-01", + "61128-001-02", + "61128-001-03", + "61128-001-04", + "61128-001-05", + "61128-001-06", + "61128-001-07", + "61128-001-08", + "61128-001-09", + "64140-101-01", + "64140-101-02", + "64140-101-03", + "64140-101-04", + "64140-101-05", + "64140-101-06", + "64140-101-07", + "64140-101-08", + "49575-001-01", + "49575-001-02", + "49575-001-03", + "49575-001-04", + "49575-001-05", + "49575-001-06", + "49575-001-07", + "49575-001-08", + "49575-001-09", + "49575-001-10", + "49575-001-11", + "49575-001-12", + "49575-001-13", + "49575-001-14", + "49575-001-15", + "49575-001-16", + "49575-001-17", + "49575-001-18", + "49575-001-19", + "49575-001-20", + "49575-001-21", + "49575-001-22", + "49575-001-23", + "49575-001-24", + "49575-001-25", + "49575-001-26", + "49575-001-27", + "11999-001-01", + "11999-001-02", + "11999-001-03", + "11999-001-04", + "11999-001-05", + "11999-001-06", + "11999-001-07", + "11999-001-08", + "11999-001-09", + "11999-001-10", + "11999-001-11", + "11999-001-12", + "11999-001-13", + "11999-001-14", + "11999-001-15", + "11999-001-16", + "11999-001-17", + "59704-0001-1", + "59704-0001-2", + "59704-0001-3", + "59704-0001-4", + "59704-0001-5", + "59704-0001-6", + "57993-001-01", + "57993-001-02", + "57993-001-03", + "57993-001-04", + "57993-001-05", + "57993-001-06", + "57993-001-10", + "57993-001-11", + "57993-001-12", + "57993-001-13", + "72574-001-01", + "72574-001-02", + "72574-001-03", + "72574-001-04", + "72574-001-05", + "72574-001-06", + "72574-001-07", + "72574-001-08", + "72574-001-09", + "72574-001-10", + "72574-001-11", + "72574-001-12", + "62598-001-01", + "62598-001-02", + "62598-001-03", + "62598-001-04", + "11324-499-01", + "11324-721-02", + "11324-721-03", + "14208-532-01", + "14208-532-02", + "14208-532-05", + "14208-532-07", + "14208-532-09", + "14208-532-11", + "14208-532-12", + "14208-532-13", + "14208-532-14", + "14208-532-03", + "14208-532-04", + "14208-532-06", + "14208-532-08", + "14208-532-10", + "14208-532-15", + "14208-532-16", + "14208-532-17", + "14208-532-18", + "14208-532-19", + "14208-532-20", + "14208-532-21", + "14208-532-22", + "14208-532-23", + "14208-532-24", + "14208-532-25", + "64091-0001-1", + "64091-0001-5", + "42558-123-01", + "42558-123-02", + "42558-123-03", + "42558-123-04", + "42558-123-05", + "57999-001-01", + "57999-001-02", + "57999-001-04", + "57999-001-03", + "57999-001-05", + "57999-001-06", + "57999-001-07", + "70234-001-01", + "70234-001-02", + "70234-001-03", + "70234-001-04", + "70234-001-05", + "70234-001-06", + "70234-001-07", + "70234-001-08", + "70234-001-09", + "70234-001-10", + "70234-001-11", + "70234-001-12", + "70234-001-13", + "73039-001-05", + "73039-001-04", + "73039-001-06", + "73039-001-07", + "73039-001-08", + "73075-001-01", + "73093-001-01", + "73093-001-02", + "73266-001-01", + "73266-001-02", + "73266-001-03", + "73266-001-04", + "10492-001-01", + "10492-001-02", + "10492-001-03", + "10492-001-04", + "10492-001-05", + "54384-1072-1", + "54384-1072-2", + "54384-1072-3", + "54384-1072-4", + "54384-1072-5", + "54384-1072-6", + "54384-1073-7", + "54384-1073-8", + "54384-1073-9", + "46123-045-01", + "13826-001-01", + "13826-001-02", + "13826-001-03", + "13826-001-04", + "13826-001-05", + "13826-001-06", + "13826-001-07", + "13826-001-08", + "13826-001-09", + "13826-001-10", + "13826-001-11", + "13826-001-12", + "13826-001-13", + "13826-001-14", + "13826-001-15", + "13826-001-16", + "13826-001-17", + "58356-001-01", + "58356-001-02", + "58356-001-03", + "58356-001-04", + "58356-001-05", + "58356-001-06", + "58356-001-07", + "58356-001-08", + "58356-001-09", + "58356-001-10", + "58356-001-11", + "58356-001-12", + "58356-001-13", + "58356-001-14", + "57366-0001-1", + "57366-0001-2", + "57366-0001-3", + "57366-0001-4", + "70273-001-09", + "70273-001-10", + "70273-001-11", + "70273-001-12", + "70273-001-13", + "70273-001-14", + "70273-001-15", + "70273-001-16", + "11564-001-06", + "11564-001-07", + "11564-001-08", + "11564-001-09", + "11564-001-10", + "11564-001-11", + "65010-001-01", + "65010-001-02", + "65010-001-03", + "65010-001-04", + "65010-001-05", + "65010-001-06", + "63138-120-01", + "63138-120-02", + "63138-120-03", + "63138-120-04", + "63138-120-05", + "54595-001-50", + "54595-001-40", + "54595-001-60", + "54595-001-70", + "54595-001-90", + "54595-001-30", + "54595-001-80", + "54595-001-91", + "54595-001-10", + "54595-001-20", + "54595-001-21", + "54595-001-22", + "54595-001-23", + "54595-001-24", + "54595-001-25", + "54595-001-26", + "54595-001-27", + "65453-123-02", + "65453-123-03", + "65453-123-04", + "65453-123-05", + "65453-123-06", + "65453-123-07", + "60849-123-04", + "60849-123-05", + "60849-123-03", + "60849-123-01", + "60849-123-02", + "13633-001-01", + "13633-001-02", + "13633-001-03", + "72986-001-01", + "70977-001-01", + "70977-001-02", + "70977-001-03", + "70977-001-04", + "70977-001-05", + "70977-001-06", + "70977-001-07", + "67932-1313-1", + "67932-1313-2", + "67932-1313-3", + "67932-1313-4", + "67932-1313-5", + "67932-1313-8", + "55913-001-02", + "55913-001-03", + "55913-001-01", + "55913-001-04", + "55913-001-05", + "14269-001-01", + "14269-001-02", + "14269-001-03", + "42068-001-01", + "42068-001-02", + "42068-001-03", + "42068-001-04", + "42068-001-05", + "62273-001-01", + "62273-001-02", + "62273-001-03", + "62273-001-04", + "62273-001-05", + "62273-001-06", + "62273-001-07", + "62273-001-08", + "62273-001-09", + "62273-001-10", + "62273-001-11", + "62273-001-12", + "62273-001-13", + "62273-001-14", + "62273-001-15", + "62273-001-16", + "62273-001-17", + "62273-001-18", + "62273-001-19", + "44363-1815-1", + "44363-1815-2", + "44363-1815-3", + "44363-1815-4", + "44363-1815-5", + "55151-123-01", + "55151-123-02", + "55151-123-03", + "55151-123-04", + "55151-123-05", + "55151-123-06", + "55151-123-07", + "55151-123-08", + "55151-123-09", + "55151-123-10", + "55151-123-11", + "66767-999-01", + "66767-999-02", + "66767-999-03", + "66767-999-04", + "66767-999-05", + "66767-999-06", + "66767-999-07", + "66767-999-08", + "66694-001-02", + "66694-001-01", + "66694-001-03", + "66694-001-04", + "66694-001-05", + "66694-001-06", + "66694-001-14", + "51791-001-01", + "51791-001-02", + "51791-001-03", + "51791-001-04", + "51791-001-05", + "67525-100-01", + "67525-100-02", + "67525-100-03", + "67525-100-04", + "69125-001-02", + "69125-001-03", + "69125-001-01", + "69125-001-04", + "69125-001-05", + "69125-001-06", + "69125-001-08", + "69125-001-09", + "69125-001-12", + "69125-001-11", + "69125-001-13", + "65208-123-01", + "65208-123-02", + "65208-123-03", + "65208-123-04", + "15055-001-01", + "15055-001-02", + "15055-001-03", + "50699-1072-1", + "50699-1072-2", + "50699-1072-3", + "50699-1072-4", + "50699-1072-5", + "50699-1072-6", + "72746-0001-1", + "72746-0001-2", + "72746-0001-3", + "72746-0001-4", + "73008-001-03", + "73008-001-02", + "73008-001-01", + "73008-001-04", + "73008-001-05", + "73008-001-06", + "73008-001-07", + "73008-001-08", + "73008-001-09", + "73008-001-10", + "73008-001-11", + "73008-001-12", + "73008-001-13", + "73008-001-14", + "73008-001-15", + "73008-001-16", + "73008-001-17", + "73008-001-18", + "62741-0123-1", + "62741-0123-2", + "62741-0123-5", + "80763-001-02", + "80763-001-01", + "58311-1000-1", + "58311-1000-2", + "58311-1000-3", + "58311-1000-4", + "69024-001-02", + "69024-001-03", + "69024-001-04", + "69024-001-05", + "69024-001-06", + "69024-001-07", + "66130-001-01", + "66130-001-02", + "66130-001-03", + "66130-001-04", + "66130-001-05", + "66130-001-06", + "66130-001-07", + "66130-001-08", + "66130-001-11", + "66130-001-12", + "66130-001-13", + "66130-001-14", + "61393-0003-0", + "61393-0003-1", + "61393-0003-2", + "61393-0003-3", + "61393-0003-4", + "67191-123-09", + "67191-123-10", + "67191-123-04", + "67191-123-08", + "67191-123-05", + "67191-123-06", + "67191-123-07", + "50159-001-01", + "50159-001-02", + "72773-001-01", + "40097-001-01", + "40097-001-02", + "18482-018-01", + "18482-018-02", + "18482-018-03", + "18482-018-04", + "18482-018-05", + "18482-018-06", + "18482-018-07", + "18482-018-08", + "18482-018-09", + "18482-018-10", + "18482-018-11", + "18482-018-12", + "18482-018-13", + "18482-018-14", + "18482-018-15", + "18482-018-16", + "18482-018-17", + "18482-018-18", + "53720-001-01", + "53720-001-02", + "53720-001-03", + "53720-001-04", + "53720-001-05", + "53720-001-06", + "53720-001-07", + "53720-001-08", + "53720-001-09", + "53720-001-10", + "53720-001-11", + "50322-005-01", + "50322-005-02", + "50322-005-03", + "50322-005-04", + "50322-005-05", + "50322-005-06", + "50322-005-07", + "50322-005-08", + "50322-005-09", + "69286-001-01", + "69286-001-02", + "69286-001-03", + "58987-001-01", + "58987-001-02", + "58987-001-03", + "58987-001-04", + "58987-001-05", + "58987-001-06", + "68639-0001-4", + "68639-0001-3", + "68639-0001-1", + "68639-0001-2", + "68639-0001-5", + "72223-002-01", + "77673-001-01", + "77673-001-02", + "77673-001-03", + "77673-001-04", + "77673-001-05", + "77673-001-06", + "77673-001-07", + "77673-001-08", + "77673-001-09", + "42602-004-01", + "42602-004-02", + "42602-004-03", + "10412-0001-1", + "10412-0001-2", + "10412-0001-3", + "10412-0001-4", + "10412-0001-5", + "10412-0001-6", + "10412-0001-7", + "10412-0001-8", + "10412-0001-9", + "61420-0001-1", + "61420-0001-2", + "61420-0001-3", + "61420-0001-4", + "43621-001-11", + "43621-001-12", + "43621-001-13", + "43621-001-14", + "43621-001-15", + "43621-001-16", + "43621-001-17", + "43621-001-18", + "43621-001-19", + "43621-001-20", + "43621-001-21", + "25373-001-01", + "25373-001-02", + "25373-001-03", + "25373-001-04", + "25373-001-05", + "25373-001-06", + "25373-001-07", + "25373-001-08", + "25373-001-09", + "25373-001-10", + "25373-001-17", + "25373-001-18", + "25373-001-19", + "25373-001-20", + "25373-001-15", + "25373-001-16", + "49766-2858-1", + "49766-2858-2", + "49766-2858-3", + "49766-2858-4", + "49766-2858-5", + "49766-2858-7", + "47632-0029-1", + "47632-0029-2", + "47632-0029-3", + "47632-0029-4", + "47632-0029-5", + "47632-0029-6", + "47632-0029-7", + "47632-0029-8", + "47632-0030-1", + "47632-0030-2", + "47632-0030-3", + "66754-001-01", + "66754-001-02", + "66754-001-03", + "66754-001-04", + "66754-001-05", + "66754-001-06", + "66754-001-07", + "52438-011-20", + "42589-001-01", + "42589-001-02", + "42589-001-05", + "42589-001-03", + "42589-001-04", + "42589-001-07", + "53683-0001-1", + "53683-0001-2", + "53683-0001-3", + "53683-0001-4", + "53683-0001-5", + "53683-0001-6", + "53683-0001-7", + "53683-0001-8", + "63674-001-01", + "63674-001-02", + "63674-001-03", + "63674-001-04", + "42914-001-01", + "72817-001-01", + "72817-001-02", + "57799-001-01", + "57799-001-02", + "57799-001-03", + "57799-001-04", + "57799-001-05", + "57799-001-06", + "57799-001-07", + "57799-001-08", + "57799-001-09", + "57799-001-10", + "57799-001-11", + "57799-001-12", + "57799-001-13", + "14080-001-01", + "14080-001-02", + "14080-001-03", + "14080-001-04", + "14080-001-05", + "14080-001-06", + "14080-001-07", + "14080-001-08", + "58128-0001-1", + "58128-0001-2", + "58128-0001-3", + "58128-0001-4", + "58128-0001-5", + "58128-0001-6", + "58128-0001-0", + "56130-002-01", + "56130-002-02", + "56130-002-03", + "56130-002-04", + "56130-002-05", + "56130-002-06", + "56130-002-07", + "63862-011-01", + "63862-011-02", + "63862-011-03", + "63862-011-04", + "63862-011-05", + "63862-011-06", + "24882-001-01", + "24882-001-02", + "24882-001-03", + "24882-001-04", + "49507-001-01", + "49507-001-02", + "49507-001-03", + "49507-001-04", + "49507-001-05", + "49507-001-06", + "49507-001-07", + "52085-001-01", + "52085-001-02", + "52085-001-03", + "52085-001-04", + "52085-001-05", + "52085-001-06", + "52085-001-07", + "52085-001-08", + "53511-001-01", + "53511-001-02", + "53511-001-03", + "53511-001-04", + "53511-001-05", + "53511-001-06", + "53511-001-07", + "53511-001-08", + "53511-001-09", + "53511-001-10", + "53511-001-11", + "53511-001-12", + "53511-001-13", + "65573-001-01", + "65573-001-02", + "65573-001-03", + "65573-001-04", + "65573-001-05", + "65573-001-06", + "65573-001-07", + "57869-123-01", + "57869-123-02", + "57869-123-03", + "57869-123-04", + "57869-123-05", + "57869-123-06", + "53854-123-04", + "53854-123-05", + "53854-123-03", + "53854-123-06", + "53854-123-01", + "53854-123-02", + "72712-001-01", + "72712-001-02", + "72712-001-03", + "72712-001-04", + "72712-001-05", + "72712-001-06", + "72712-001-07", + "72712-001-08", + "72712-001-09", + "72712-001-10", + "72712-001-11", + "72712-001-12", + "72712-001-13", + "72712-001-14", + "72712-001-15", + "73034-001-01", + "73034-001-02", + "73034-001-03", + "73034-001-04", + "13859-001-01", + "13859-001-02", + "13859-001-03", + "13859-001-04", + "13859-001-05", + "13859-001-06", + "11401-6994-2", + "11401-6994-3", + "11401-6994-1", + "11401-6994-4", + "10221-001-01", + "10221-001-02", + "10221-001-03", + "10221-001-04", + "10221-001-05", + "10221-001-06", + "10221-001-07", + "10221-001-08", + "10221-001-09", + "10221-001-10", + "59579-001-01", + "59579-001-02", + "59579-001-03", + "59579-001-04", + "59579-001-05", + "59579-001-06", + "59579-001-07", + "59579-001-08", + "59579-001-09", + "59579-001-10", + "59579-001-11", + "59579-001-12", + "59579-001-13", + "59579-001-14", + "59579-001-15", + "59579-001-16", + "59579-001-17", + "59579-001-18", + "59579-001-19", + "59579-001-20", + "59579-001-23", + "59579-001-24", + "59579-001-25", + "59579-001-26", + "59579-001-27", + "59579-001-28", + "59579-001-29", + "59579-001-30", + "59579-001-31", + "59579-001-32", + "59579-001-33", + "59579-001-34", + "61830-001-01", + "61830-001-02", + "61830-001-03", + "53835-0001-1", + "53835-0001-2", + "53835-0001-3", + "53835-0001-4", + "53835-0001-5", + "53835-0001-6", + "53835-0001-7", + "53835-0001-8", + "53835-0001-9", + "54131-001-03", + "54131-001-04", + "54131-001-06", + "54131-001-10", + "54131-001-12", + "54131-001-08", + "60596-1072-1", + "60596-1072-2", + "60596-1072-3", + "60596-1072-4", + "60596-1072-6", + "50493-0001-1", + "50493-0001-2", + "50493-0001-3", + "50493-0001-5", + "65076-101-01", + "65076-101-02", + "65076-101-03", + "65076-101-04", + "65076-101-05", + "65076-101-06", + "65076-101-07", + "65076-101-08", + "65076-101-09", + "65076-101-10", + "65076-101-11", + "65076-101-12", + "65076-101-13", + "65076-101-14", + "65076-101-15", + "65076-101-16", + "53991-001-01", + "53991-001-02", + "53991-001-03", + "53991-001-04", + "53991-001-05", + "53991-001-06", + "53991-001-07", + "53991-001-08", + "53991-001-09", + "53991-001-10", + "53991-001-11", + "53991-001-12", + "53991-001-13", + "70291-1000-1", + "70291-1000-2", + "70291-1000-3", + "70291-1000-4", + "70291-1000-5", + "62046-001-01", + "62046-001-02", + "62046-001-03", + "24027-0699-1", + "24027-0699-2", + "24027-0699-3", + "24027-0699-4", + "54218-500-01", + "54218-500-02", + "54218-500-03", + "54218-500-04", + "54218-500-05", + "54218-500-06", + "54218-500-07", + "54218-500-08", + "54218-500-09", + "54218-500-10", + "54218-500-11", + "54218-500-12", + "54218-500-13", + "54218-500-14", + "54218-500-15", + "54218-500-16", + "54218-500-17", + "54218-500-18", + "54218-500-19", + "21220-119-01", + "21220-119-02", + "21220-119-03", + "21220-119-04", + "21220-119-05", + "21220-119-06", + "21220-119-07", + "21220-119-08", + "21220-119-09", + "21220-119-10", + "21220-119-11", + "21220-119-12", + "54451-001-01", + "54451-001-02", + "54451-001-03", + "54451-001-04", + "54451-001-05", + "54451-001-06", + "54451-001-07", + "54451-001-08", + "54451-001-09", + "54451-001-10", + "54451-001-11", + "54451-001-12", + "54451-001-13", + "54451-001-14", + "54451-001-15", + "54451-001-16", + "54451-001-17", + "54451-001-18", + "54451-001-19", + "64464-001-01", + "64464-001-02", + "64464-001-03", + "64464-001-04", + "64464-001-05", + "64464-001-06", + "64464-001-07", + "64464-001-08", + "64464-001-09", + "64464-001-10", + "64203-020-01", + "64203-020-02", + "64203-020-03", + "64203-020-04", + "64203-020-05", + "64203-020-06", + "11988-001-01", + "11988-001-02", + "11988-001-03", + "11988-001-04", + "11988-001-05", + "11988-001-06", + "11988-001-07", + "11988-001-08", + "11988-001-09", + "80650-001-01", + "80650-001-02", + "80650-001-03", + "80650-001-04", + "80650-001-05", + "80650-001-06", + "80650-001-07", + "81174-560-01", + "65722-0123-1", + "65722-0123-2", + "67711-001-03", + "67711-001-01", + "67711-001-02", + "67711-001-04", + "67711-001-05", + "67711-001-06", + "67711-001-07", + "67711-001-08", + "67711-001-09", + "67711-001-10", + "67711-001-11", + "67711-001-12", + "67711-001-13", + "67711-001-14", + "67711-001-15", + "67711-001-16", + "67711-001-17", + "67711-001-18", + "67711-001-19", + "65603-100-01", + "65603-100-02", + "65603-100-03", + "65603-100-04", + "65603-100-05", + "65603-100-06", + "65603-100-07", + "65603-100-08", + "65603-100-09", + "65603-100-10", + "65603-100-11", + "65603-100-12", + "65603-100-13", + "54316-123-01", + "54316-123-02", + "54316-123-03", + "54316-123-04", + "54316-123-05", + "54316-123-06", + "54316-123-07", + "42821-001-01", + "42821-001-02", + "42821-001-03", + "42821-001-04", + "42821-001-05", + "42821-001-06", + "42821-001-07", + "42821-001-08", + "42821-001-09", + "42821-001-10", + "42821-001-11", + "42821-001-12", + "42821-001-13", + "52346-013-01", + "52346-013-02", + "52346-013-03", + "52346-013-04", + "52346-013-05", + "52346-013-06", + "52346-013-07", + "52346-013-08", + "52346-013-09", + "52346-013-10", + "52346-013-11", + "52346-013-12", + "52346-013-13", + "52346-013-17", + "52346-013-15", + "52346-013-16", + "51996-001-01", + "51996-001-02", + "51996-001-03", + "51996-001-04", + "51996-001-05", + "51996-001-06", + "51996-001-07", + "51996-001-08", + "51996-001-09", + "51996-001-10", + "51996-001-11", + "51996-001-12", + "51996-001-13", + "51996-001-14", + "51996-001-15", + "51996-001-16", + "72276-001-01", + "72276-001-02", + "72276-001-03", + "10073-111-01", + "10073-111-02", + "10073-111-03", + "10073-111-04", + "10073-111-05", + "10073-111-06", + "10073-111-07", + "10073-111-08", + "10073-111-09", + "10073-111-10", + "10073-111-11", + "10073-111-12", + "10073-111-13", + "68352-001-03", + "68352-001-01", + "68352-001-02", + "15547-001-01", + "15547-001-02", + "15547-001-03", + "15547-001-04", + "15547-001-05", + "15547-001-06", + "15547-001-07", + "15547-001-08", + "73087-001-01", + "73087-001-03", + "42139-001-01", + "42139-001-02", + "42139-001-03", + "42139-001-04", + "42139-001-05", + "42139-001-06", + "42139-001-07", + "42139-001-08", + "42139-001-09", + "42139-001-10", + "42139-001-11", + "42139-001-12", + "14961-006-01", + "14961-006-02", + "14961-006-03", + "14961-006-04", + "14961-006-05", + "14961-006-06", + "14961-006-07", + "14961-006-08", + "14961-006-09", + "14961-006-10", + "14961-006-11", + "14961-006-12", + "14961-006-13", + "14961-006-14", + "14961-006-15", + "14961-006-16", + "14961-006-17", + "14961-006-18", + "14961-006-19", + "82043-001-01", + "82043-001-02", + "82043-001-03", + "82043-001-04", + "23647-001-01", + "23647-001-02", + "23647-001-03", + "23647-001-04", + "23647-001-05", + "23647-001-06", + "23647-001-07", + "23647-001-08", + "23647-001-09", + "23647-001-10", + "62363-001-01", + "62363-001-02", + "62363-001-03", + "62363-001-04", + "62363-001-06", + "62363-001-07", + "62363-001-08", + "42389-001-01", + "42389-001-02", + "42389-001-03", + "42389-001-04", + "42389-001-05", + "42389-001-06", + "42389-001-07", + "42389-001-08", + "65386-0001-1", + "65386-0001-2", + "65386-0001-3", + "65386-0001-4", + "65386-0001-5", + "65386-0001-6", + "65386-0001-7", + "66365-001-01", + "66365-001-02", + "66365-001-03", + "66365-001-04", + "66365-001-05", + "66365-001-06", + "66365-001-07", + "66365-001-08", + "66365-001-09", + "66365-001-10", + "66365-001-11", + "66365-001-12", + "51400-001-01", + "51400-001-02", + "51400-001-03", + "51400-001-04", + "51400-001-05", + "10189-001-01", + "10189-001-02", + "10189-001-03", + "10189-001-04", + "10189-001-05", + "10189-001-06", + "10189-001-07", + "10189-001-08", + "10189-001-09", + "10189-001-10", + "10189-001-11", + "10189-001-12", + "10189-001-13", + "10189-001-14", + "10189-001-15", + "10189-001-16", + "10189-001-17", + "10189-001-18", + "10189-001-19", + "10014-001-07", + "10014-001-08", + "10014-001-09", + "10014-001-10", + "10014-001-11", + "10014-001-12", + "10014-001-13", + "10014-001-14", + "10014-001-15", + "71227-001-01", + "71227-001-02", + "73468-005-01", + "73468-005-02", + "73468-005-03", + "73468-005-04", + "73468-005-05", + "73468-005-06", + "73468-005-07", + "73468-005-08", + "73468-005-09", + "73468-005-10", + "73468-005-11", + "73468-005-12", + "73468-005-13", + "73468-005-14", + "73468-005-15", + "73468-005-16", + "73468-005-17", + "73468-005-18", + "73468-005-19", + "73468-005-20", + "73468-005-21", + "73468-005-22", + "73468-005-23", + "73468-005-24", + "73468-005-25", + "73468-005-26", + "73468-005-27", + "73468-005-28", + "73468-005-29", + "73468-005-30", + "73468-005-31", + "73468-005-32", + "73468-005-33", + "73468-005-34", + "73468-005-35", + "73468-005-36", + "73468-005-37", + "73468-005-38", + "73468-005-39", + "73468-005-40", + "73468-005-41", + "73468-005-42", + "73468-005-43", + "73468-005-44", + "73468-005-45", + "73468-005-46", + "73468-005-47", + "73468-005-48", + "73468-005-49", + "69216-001-05", + "69216-001-06", + "60875-100-08", + "60875-100-06", + "60875-100-07", + "60875-100-04", + "58632-001-01", + "58632-001-02", + "58632-001-03", + "58632-001-04", + "58632-001-05", + "58632-001-06", + "58632-001-07", + "24694-001-01", + "24694-001-02", + "24694-001-03", + "24694-001-04", + "24694-001-05", + "11853-013-60", + "11853-013-61", + "68540-001-01", + "68540-001-02", + "39313-001-01", + "39313-001-02", + "39313-001-03", + "39313-001-04", + "39313-001-05", + "39313-001-06", + "39313-001-07", + "39313-001-08", + "39313-001-09", + "39313-001-10", + "39313-001-11", + "39313-001-12", + "39313-001-13", + "39313-001-14", + "66890-990-01", + "66890-990-02", + "66890-990-03", + "66890-990-04", + "66890-990-05", + "66890-990-06", + "66890-990-07", + "66890-990-08", + "66890-990-09", + "42887-001-01", + "42887-001-02", + "42887-001-03", + "42887-001-04", + "66487-001-01", + "66487-001-02", + "66487-001-03", + "66487-001-04", + "66487-001-05", + "66487-001-06", + "66487-001-07", + "66487-001-08", + "62066-001-02", + "62066-001-03", + "62066-001-04", + "62066-001-05", + "62066-001-01", + "62066-001-07", + "62066-001-06", + "72739-001-01", + "72739-001-02", + "72739-001-03", + "72739-001-04", + "72739-001-05", + "72739-001-06", + "67133-001-01", + "67133-001-02", + "67133-001-04", + "67133-001-03", + "67133-001-05", + "67133-001-06", + "67133-001-07", + "67133-001-08", + "67133-001-09", + "67133-001-10", + "67133-001-11", + "67133-001-12", + "67133-001-13", + "67133-001-14", + "67133-001-15", + "67133-001-16", + "68794-001-01", + "68794-001-02", + "68794-001-03", + "68794-001-04", + "74795-001-01", + "74795-001-02", + "74795-001-03", + "74795-001-04", + "49479-722-02", + "50153-110-13", + "50153-110-11", + "50153-110-12", + "50153-110-10", + "50153-110-07", + "50153-110-14", + "50153-110-15", + "50153-110-16", + "50153-110-17", + "52698-001-06", + "52698-001-01", + "52698-001-02", + "52698-001-11", + "52698-001-12", + "52698-001-05", + "52698-001-07", + "52698-001-08", + "52698-001-09", + "52698-001-10", + "64889-0001-4", + "64889-0001-5", + "64889-0001-6", + "64889-0001-7", + "64889-0001-8", + "64889-0001-9", + "20703-002-01", + "20703-002-02", + "20703-002-03", + "20703-002-04", + "20703-002-05", + "20703-002-06", + "20703-002-07", + "20703-002-08", + "20703-002-09", + "20703-002-10", + "20703-002-11", + "20703-002-12", + "52481-2481-1", + "52481-2481-2", + "52481-2481-3", + "52481-2481-4", + "34057-001-01", + "34057-001-02", + "34057-001-03", + "34057-001-04", + "34057-001-05", + "34057-001-06", + "34057-001-07", + "34057-001-08", + "34057-001-09", + "34057-001-10", + "34057-001-11", + "34057-001-12", + "34057-001-13", + "34057-001-14", + "34057-001-15", + "34057-001-16", + "34057-001-17", + "34057-001-18", + "34057-001-19", + "34057-001-20", + "34057-001-21", + "34057-001-22", + "34057-001-23", + "34057-001-24", + "34057-001-25", + "34057-001-26", + "34057-001-27", + "34057-001-28", + "34057-001-29", + "34057-001-30", + "34057-001-31", + "34057-001-32", + "34057-001-33", + "63978-001-01", + "63978-001-02", + "63978-001-03", + "63978-001-04", + "63978-001-05", + "63978-001-06", + "59713-001-01", + "59713-001-02", + "59713-001-03", + "59713-001-04", + "59713-001-05", + "59713-001-06", + "59713-001-07", + "59713-001-08", + "59713-001-09", + "59713-001-10", + "59713-001-11", + "59713-001-12", + "59713-001-13", + "49344-0001-5", + "49344-0001-2", + "49344-0001-3", + "49344-0001-4", + "18087-0001-2", + "18087-0001-3", + "18087-0001-1", + "18087-0001-4", + "18087-0001-5", + "18087-0001-6", + "63290-123-04", + "63290-123-06", + "63290-123-03", + "63290-123-01", + "63290-123-02", + "63290-123-05", + "63290-123-07", + "63290-123-08", + "63290-123-09", + "63290-123-10", + "72973-001-01", + "72973-001-02", + "72973-001-03", + "49154-001-01", + "49154-001-02", + "49154-001-03", + "49154-001-04", + "49154-001-05", + "49154-001-06", + "49154-001-07", + "10482-002-01", + "10482-002-02", + "10482-002-03", + "10482-002-04", + "10482-002-05", + "10482-002-06", + "10482-002-07", + "10482-002-08", + "10482-002-09", + "29149-001-01", + "29149-001-02", + "29149-001-03", + "29149-001-04", + "29149-001-05", + "64920-0001-2", + "64920-0001-3", + "64920-0001-4", + "64920-0001-5", + "64920-0001-6", + "64920-0001-7", + "49644-001-01", + "49644-001-02", + "49644-001-03", + "49644-001-04", + "49644-001-05", + "49644-001-06", + "49644-001-07", + "49644-001-08", + "49644-001-09", + "49644-001-10", + "49644-001-11", + "49644-001-12", + "49644-001-13", + "49221-3000-1", + "49221-3000-2", + "62581-1234-2", + "62581-1234-3", + "62581-1234-7", + "62581-1234-8", + "59578-721-02", + "59087-123-01", + "59087-123-04", + "59087-123-02", + "59087-123-03", + "59087-123-05", + "59087-123-06", + "59087-123-07", + "59087-123-08", + "59087-123-09", + "64866-123-02", + "64866-123-01", + "64866-123-03", + "64866-123-04", + "64866-123-05", + "64866-123-06", + "64866-123-07", + "64866-123-08", + "60833-001-01", + "43208-001-01", + "43208-001-02", + "62397-001-01", + "62397-001-02", + "62397-001-03", + "62397-001-04", + "66586-1073-1", + "66586-1073-3", + "66586-1073-4", + "66586-1073-5", + "66586-1073-6", + "66586-1073-7", + "10526-005-01", + "10526-005-02", + "10526-005-03", + "10526-005-04", + "10526-005-05", + "10526-005-06", + "10526-005-07", + "10526-005-08", + "10526-005-09", + "10526-005-10", + "10526-005-11", + "10526-005-12", + "10526-005-13", + "10526-005-14", + "10526-005-15", + "10526-005-16", + "10526-005-17", + "10526-005-18", + "10526-005-19", + "71654-005-01", + "71654-005-02", + "71654-005-03", + "71654-005-04", + "71654-005-05", + "71654-005-06", + "71654-005-07", + "71654-005-08", + "71654-005-09", + "71654-005-10", + "71654-005-11", + "71654-005-12", + "71654-005-13", + "26124-001-01", + "26124-001-02", + "26124-001-03", + "26124-001-04", + "26124-001-05", + "26124-001-06", + "26124-001-07", + "26124-001-08", + "26124-001-09", + "26124-001-10", + "26124-001-11", + "26124-001-12", + "26124-001-13", + "26124-001-14", + "26124-001-15", + "60379-100-10", + "60379-100-11", + "60379-100-12", + "60379-100-13", + "60379-100-14", + "60379-100-15", + "60379-100-16", + "60379-100-17", + "60379-100-18", + "63560-001-01", + "63560-001-02", + "63560-001-03", + "63560-001-04", + "63560-001-05", + "63560-001-06", + "63560-001-07", + "54528-001-01", + "54528-001-02", + "54528-001-03", + "54528-001-04", + "54528-001-05", + "54528-001-06", + "54528-001-07", + "53663-0001-1", + "53663-0001-2", + "53663-0001-3", + "53663-0001-8", + "52695-001-01", + "52695-001-02", + "10218-001-01", + "10218-001-02", + "10218-001-03", + "10218-001-04", + "10218-001-05", + "10218-001-06", + "10218-001-07", + "10218-001-08", + "10218-001-09", + "72862-001-01", + "65464-001-06", + "65464-001-09", + "65464-001-15", + "65464-001-25", + "65464-001-60", + "67477-001-01", + "67477-001-02", + "67477-001-03", + "67477-001-04", + "67477-001-05", + "67477-001-06", + "67477-001-07", + "67477-001-08", + "67477-001-09", + "67477-001-10", + "67477-001-11", + "67477-001-12", + "67477-001-13", + "67477-001-14", + "67477-001-15", + "67477-001-16", + "67477-001-17", + "65077-001-01", + "65077-001-02", + "65077-001-03", + "65077-001-04", + "11103-001-12", + "11103-001-13", + "11103-001-14", + "24312-001-01", + "24312-001-02", + "24312-001-03", + "24312-001-04", + "24312-001-05", + "24312-001-06", + "24312-001-07", + "24312-001-08", + "24312-001-09", + "24312-001-10", + "24312-001-11", + "24312-001-12", + "24312-001-13", + "24312-001-14", + "24312-001-15", + "24312-001-16", + "24312-001-17", + "24312-001-18", + "24312-001-19", + "24312-001-20", + "24312-001-21", + "24312-001-22", + "24312-001-23", + "24312-001-24", + "24312-001-25", + "55728-001-01", + "55728-001-02", + "55728-001-03", + "55728-001-04", + "55728-001-05", + "55728-001-06", + "55728-001-07", + "55728-001-08", + "55728-001-09", + "55728-001-10", + "55728-001-11", + "55728-001-12", + "55728-001-13", + "52374-101-01", + "52374-101-02", + "52374-101-03", + "52374-101-04", + "52374-101-05", + "52374-101-06", + "55127-001-01", + "55127-001-02", + "55127-001-03", + "55127-001-04", + "55127-001-05", + "55127-001-06", + "55127-001-07", + "55127-001-08", + "42602-001-01", + "42602-001-02", + "42602-001-03", + "42602-001-04", + "42602-001-05", + "42602-001-06", + "42602-001-07", + "42602-001-08", + "42602-001-09", + "42602-001-10", + "42602-001-11", + "42602-001-12", + "42602-001-13", + "42602-001-14", + "42602-001-15", + "42602-001-16", + "42602-001-17", + "42602-001-18", + "42602-001-19", + "44076-010-01", + "44076-010-02", + "44076-010-03", + "44076-010-04", + "44076-010-05", + "44076-010-06", + "44076-010-07", + "44076-010-08", + "44076-010-09", + "44076-010-10", + "44076-010-11", + "44076-010-12", + "44076-010-13", + "44076-010-14", + "44076-010-15", + "44076-010-16", + "44076-010-17", + "44076-010-18", + "44076-010-19", + "44076-010-20", + "44076-010-21", + "44076-010-22", + "50554-100-12", + "50554-100-13", + "50554-100-14", + "50554-100-15", + "50554-100-16", + "50554-100-17", + "50554-100-18", + "50554-100-19", + "50554-100-20", + "50554-100-21", + "26866-001-01", + "26866-001-02", + "26866-001-03", + "26866-001-04", + "67573-0103-1", + "67573-0103-2", + "67573-0103-3", + "67573-0103-4", + "67573-0103-5", + "67573-0103-6", + "67573-0103-7", + "61567-001-01", + "61567-001-02", + "61567-001-03", + "61567-001-04", + "61567-001-05", + "61567-001-06", + "72781-001-01", + "72781-001-02", + "72781-001-03", + "72807-001-01", + "73422-001-01", + "73422-001-02", + "73422-001-03", + "73422-001-04", + "64973-001-02", + "64973-001-01", + "64973-001-03", + "64973-001-04", + "51105-001-01", + "51105-001-02", + "51105-001-03", + "51105-001-04", + "51105-001-05", + "51105-001-06", + "51105-001-07", + "51105-001-08", + "51105-001-09", + "51105-001-10", + "70975-001-01", + "70975-001-02", + "70975-001-03", + "70975-001-04", + "70975-001-05", + "70975-001-06", + "70975-001-07", + "10252-001-01", + "10252-001-02", + "10252-001-03", + "10252-001-04", + "10252-001-05", + "10252-001-06", + "10252-001-07", + "10252-001-08", + "10252-001-09", + "10297-001-01", + "10297-001-02", + "10297-001-03", + "10297-001-04", + "10297-001-05", + "10297-001-06", + "10297-001-07", + "10297-001-08", + "10297-001-09", + "10297-001-10", + "10297-001-11", + "10297-001-12", + "10297-001-13", + "60184-001-01", + "60184-001-02", + "60184-001-03", + "60184-001-04", + "60184-001-05", + "60184-001-06", + "60184-001-07", + "60184-001-08", + "60184-001-09", + "66083-741-10", + "66083-741-01", + "66083-741-04", + "66083-741-11", + "66083-741-09", + "66083-741-08", + "66083-741-07", + "66083-741-06", + "66083-741-12", + "43861-1930-1", + "43861-1930-2", + "43861-1930-3", + "43861-1930-4", + "43861-1930-5", + "43861-1930-6", + "43861-1930-7", + "43861-1930-8", + "43861-1930-9", + "10942-1095-1", + "10942-1095-2", + "66824-001-01", + "66824-001-02", + "66824-001-04", + "66824-001-03", + "66824-001-05", + "66824-001-06", + "66824-001-07", + "66824-001-08", + "58656-001-01", + "58656-001-02", + "43713-001-01", + "43713-001-02", + "43713-001-03", + "43713-001-05", + "43713-001-04", + "43713-001-06", + "43713-001-07", + "43713-001-08", + "43713-001-09", + "43713-001-10", + "43713-001-11", + "43713-001-12", + "43713-001-13", + "43713-001-14", + "59378-001-01", + "59378-001-02", + "59378-001-03", + "59378-001-04", + "59378-001-05", + "59378-001-06", + "59378-001-07", + "59378-001-08", + "59378-001-09", + "59378-001-10", + "59378-001-11", + "59378-001-12", + "59378-001-13", + "71707-011-01", + "71707-011-02", + "71707-011-03", + "71707-011-04", + "71707-011-05", + "71707-011-06", + "71707-011-07", + "71707-011-08", + "71707-011-09", + "71707-011-10", + "71707-011-11", + "71707-011-12", + "71707-011-13", + "52374-011-20", + "61834-0001-3", + "61834-0001-4", + "61834-0001-5", + "69847-001-01", + "69847-001-02", + "69847-001-03", + "69847-001-04", + "69847-001-05", + "69847-001-06", + "69847-001-07", + "69847-001-08", + "69847-001-09", + "69847-001-10", + "69847-001-11", + "69847-001-12", + "44517-001-01", + "44517-001-02", + "44517-001-03", + "44517-001-04", + "44517-001-05", + "44517-001-06", + "44517-001-07", + "44517-001-08", + "44517-001-09", + "44517-001-10", + "44517-001-11", + "68877-001-01", + "68877-001-02", + "68877-001-03", + "68877-001-04", + "68877-001-05", + "68877-001-06", + "68877-001-07", + "68877-001-08", + "68877-001-09", + "68877-001-10", + "68877-001-11", + "68877-001-12", + "68877-001-13", + "57716-001-01", + "57716-001-02", + "57716-001-03", + "57716-001-04", + "57716-001-05", + "57716-001-06", + "57716-001-07", + "57716-001-08", + "57716-001-09", + "57716-001-10", + "57716-001-11", + "57716-001-12", + "57716-001-13", + "57716-001-14", + "57716-001-15", + "57716-001-16", + "57716-001-17", + "57716-001-18", + "57716-001-19", + "57716-001-20", + "67465-0001-1", + "67465-0001-2", + "67465-0001-4", + "68769-002-01", + "68769-002-02", + "68769-002-03", + "68769-002-04", + "68769-002-12", + "68769-002-13", + "68769-002-14", + "68769-002-15", + "68769-002-16", + "68769-002-17", + "68769-002-18", + "68769-002-19", + "65257-001-01", + "65257-001-02", + "65257-001-03", + "65257-001-06", + "65257-001-07", + "65257-001-08", + "65257-001-09", + "65257-001-10", + "25373-101-07", + "25373-101-08", + "25373-101-09", + "25373-101-10", + "68470-1001-2", + "68470-1001-3", + "68470-1001-4", + "68470-1001-6", + "68470-1001-7", + "68470-1001-8", + "68470-1001-9", + "55147-001-01", + "55147-001-02", + "55147-001-03", + "55147-001-04", + "55147-001-05", + "55147-001-06", + "55147-001-07", + "55147-001-08", + "55147-001-09", + "55147-001-10", + "55147-001-11", + "72662-123-02", + "72662-123-03", + "72662-123-01", + "35420-123-01", + "35420-123-02", + "35420-123-03", + "72723-123-01", + "72723-123-02", + "72723-123-03", + "64075-123-01", + "64075-123-02", + "64075-123-03", + "64075-123-04", + "64075-123-07", + "64075-123-05", + "64075-123-06", + "72753-001-01", + "72753-001-02", + "72753-001-03", + "72753-001-04", + "72753-001-05", + "72753-001-06", + "54483-0001-1", + "54483-0001-2", + "54483-0001-3", + "54483-0001-4", + "49653-003-01", + "49653-003-02", + "49653-003-03", + "49653-003-04", + "49653-003-05", + "49653-003-06", + "49653-003-07", + "49653-003-08", + "65919-004-01", + "65919-004-02", + "65919-004-03", + "65919-004-04", + "65919-004-05", + "65919-004-06", + "65919-004-07", + "65919-004-08", + "59679-001-01", + "59679-001-10", + "59679-001-03", + "59679-001-04", + "48273-001-11", + "48273-001-01", + "48273-001-13", + "48273-001-15", + "48273-001-02", + "48273-001-03", + "48273-001-04", + "48273-001-06", + "48273-001-07", + "48273-001-08", + "48273-001-09", + "48273-001-10", + "48273-001-12", + "48273-001-14", + "68317-001-01", + "68317-001-02", + "68317-001-03", + "68317-001-04", + "11365-001-01", + "11365-001-02", + "11365-001-03", + "11365-001-04", + "11365-001-05", + "11365-001-06", + "11365-001-07", + "11365-001-08", + "16175-0001-1", + "16175-0001-2", + "16175-0001-3", + "16175-0001-4", + "16175-0001-5", + "62914-1000-4", + "62914-1000-7", + "60768-001-01", + "60768-001-02", + "60768-001-03", + "60768-001-05", + "60768-001-06", + "60768-001-08", + "60768-001-09", + "60768-001-16", + "60768-001-20", + "16913-0001-2", + "16913-0001-1", + "70151-001-01", + "70151-001-02", + "70151-001-03", + "70151-001-04", + "70151-001-05", + "70151-001-06", + "70151-001-07", + "70151-001-08", + "70151-001-09", + "70151-001-10", + "70151-001-11", + "70151-001-12", + "70151-001-13", + "70151-001-14", + "70151-001-15", + "70151-001-16", + "70151-001-17", + "70151-001-18", + "70151-001-19", + "49798-001-01", + "49798-001-02", + "49798-001-03", + "49798-001-04", + "81676-001-01", + "81676-001-02", + "81676-001-03", + "81676-001-04", + "81676-001-05", + "51486-720-01", + "51486-720-02", + "51486-720-03", + "51486-720-04", + "51486-720-05", + "51486-720-06", + "51486-720-07", + "51486-720-08", + "51486-720-09", + "51486-720-10", + "51486-720-11", + "51486-720-12", + "51486-720-13", + "51486-720-14", + "51486-720-15", + "51486-720-16", + "51486-720-17", + "51486-720-18", + "51486-720-19", + "51486-720-20", + "42241-001-01", + "42241-001-02", + "42241-001-03", + "42241-001-04", + "42241-001-05", + "42241-001-06", + "42241-001-07", + "42241-001-08", + "42241-001-09", + "42241-001-10", + "42241-001-11", + "42241-001-12", + "42241-001-13", + "33758-001-01", + "33758-001-02", + "33758-001-03", + "33758-001-04", + "62097-9937-1", + "62097-9937-2", + "62097-9937-3", + "62097-9937-4", + "62097-9937-5", + "62097-9937-6", + "62097-9937-7", + "62097-9937-8", + "62097-9937-0", + "48599-345-10", + "48599-345-11", + "48599-345-12", + "48599-345-13", + "48599-345-14", + "48599-345-15", + "48599-345-16", + "48599-345-17", + "48599-345-18", + "48599-345-19", + "48599-345-20", + "48599-345-21", + "72710-123-01", + "72710-123-02", + "72710-123-03", + "72710-123-04", + "11054-009-01", + "11054-009-02", + "11054-009-03", + "11054-009-04", + "11054-009-05", + "11054-009-06", + "11054-009-07", + "11054-009-08", + "11054-009-09", + "11054-009-10", + "11054-009-11", + "11054-009-12", + "11054-009-13", + "11054-009-14", + "11054-009-15", + "11054-009-16", + "11054-009-17", + "11054-009-18", + "11054-009-19", + "11054-009-20", + "11054-009-21", + "11054-009-22", + "11054-009-23", + "11054-009-24", + "11054-009-25", + "11054-009-26", + "11054-009-27", + "11054-009-28", + "11054-009-29", + "11054-009-30", + "11054-009-31", + "11054-009-32", + "11054-009-33", + "11054-009-34", + "11054-009-35", + "11054-009-36", + "11054-009-37", + "11054-009-38", + "11054-009-39", + "11054-009-40", + "11054-009-41", + "11054-009-42", + "11054-009-43", + "11054-009-44", + "11054-009-45", + "11054-009-46", + "11054-009-47", + "11054-009-48", + "11054-009-49", + "11054-009-50", + "11054-009-51", + "11054-009-52", + "11054-009-53", + "72661-123-01", + "72661-123-02", + "72661-123-03", + "72661-123-04", + "72661-123-05", + "72661-123-06", + "72661-123-07", + "72661-123-08", + "72661-123-09", + "14784-001-01", + "14784-001-02", + "14784-001-03", + "14784-001-04", + "14784-001-05", + "14784-001-06", + "14784-001-07", + "14784-001-08", + "14784-001-09", + "14784-001-10", + "14784-001-11", + "14784-001-12", + "14784-001-13", + "14784-001-14", + "14784-001-15", + "55037-101-21", + "55037-101-22", + "55037-101-23", + "55037-101-24", + "55037-101-25", + "55037-101-26", + "55037-101-27", + "55037-101-28", + "55037-101-29", + "55037-101-30", + "55037-101-31", + "55037-101-32", + "55037-101-33", + "55037-101-34", + "55037-101-35", + "55037-101-36", + "55037-101-37", + "55037-101-38", + "55037-101-39", + "55037-101-40", + "55037-101-41", + "55037-101-42", + "47285-291-01", + "47285-291-02", + "47285-291-03", + "47285-291-04", + "47285-291-05", + "47285-291-06", + "47285-291-07", + "47285-291-08", + "47285-291-09", + "47285-291-10", + "47285-291-11", + "47285-291-12", + "47285-291-13", + "47285-291-14", + "76831-001-01", + "76831-001-02", + "76831-001-03", + "62481-4565-2", + "62481-4565-1", + "62481-4565-3", + "62481-4565-4", + "62481-4565-5", + "23390-1020-1", + "23390-1020-2", + "23390-1020-3", + "23390-1020-4", + "23390-1020-6", + "63121-123-03", + "63121-123-12", + "63121-123-11", + "63121-123-08", + "64650-345-10", + "64650-345-11", + "64650-345-12", + "64650-345-13", + "64650-345-14", + "64650-345-15", + "64650-345-16", + "64650-345-17", + "64650-345-18", + "64650-345-19", + "64650-345-20", + "64650-345-21", + "57924-001-01", + "57924-001-02", + "57924-001-03", + "57924-001-04", + "57924-001-05", + "57924-001-06", + "57924-001-07", + "57924-001-08", + "80421-100-01", + "80421-100-02", + "80421-100-03", + "80421-100-04", + "80421-100-05", + "68623-123-01", + "68623-123-02", + "68623-123-03", + "55785-123-01", + "55785-123-02", + "55785-123-03", + "55785-123-04", + "55785-123-05", + "55785-123-06", + "55785-123-07", + "55785-123-08", + "55785-123-09", + "55785-123-10", + "55785-123-11", + "72637-001-01", + "72637-001-02", + "61865-001-01", + "61865-001-02", + "61865-001-03", + "54513-001-01", + "54513-001-02", + "55050-0011-7", + "55050-0011-8", + "55050-0011-9", + "55050-0011-1", + "55050-0011-2", + "55050-0011-3", + "74301-001-01", + "74301-001-02", + "74301-001-03", + "10698-0001-0", + "10698-0001-1", + "10698-0001-2", + "10698-0001-3", + "10698-0001-4", + "10698-0001-5", + "10698-0001-6", + "10698-0001-7", + "10698-0001-8", + "10698-0001-9", + "58960-001-01", + "58960-001-02", + "58960-001-03", + "58960-001-04", + "81426-001-01", + "81426-001-02", + "81426-001-03", + "81426-001-04", + "60539-001-01", + "60539-001-02", + "60539-001-03", + "60539-001-04", + "60539-001-05", + "60539-001-06", + "45405-001-01", + "45405-001-02", + "45405-001-03", + "45405-001-04", + "45405-001-05", + "45405-001-06", + "45405-001-07", + "45405-001-08", + "45405-001-09", + "45405-001-10", + "45405-001-11", + "45405-001-12", + "45405-001-13", + "45405-001-14", + "45405-001-15", + "62377-001-01", + "62377-001-02", + "62377-001-03", + "62377-001-04", + "62377-001-05", + "62377-001-06", + "62377-001-07", + "62377-001-08", + "62377-001-09", + "24057-001-01", + "24057-001-02", + "24057-001-03", + "24057-001-04", + "24057-001-05", + "24057-001-06", + "24057-001-07", + "24057-001-08", + "24057-001-09", + "24057-001-10", + "24057-001-11", + "58089-001-02", + "58089-001-03", + "58089-001-01", + "65898-001-01", + "65898-001-02", + "65898-001-03", + "65898-001-04", + "11087-001-01", + "11087-001-02", + "11087-001-03", + "11087-001-04", + "11087-001-05", + "11087-001-06", + "81610-001-01", + "81610-001-02", + "81610-001-03", + "81610-001-04", + "10304-463-01", + "10304-463-02", + "10304-463-03", + "10304-463-04", + "10304-463-05", + "10304-463-06", + "10304-463-07", + "10304-463-08", + "10304-463-09", + "10304-463-10", + "10304-463-11", + "10304-463-12", + "10304-463-13", + "10304-463-14", + "10304-463-15", + "10304-463-16", + "10304-463-17", + "70513-001-01", + "70513-001-02", + "70513-001-03", + "70513-001-04", + "70513-001-05", + "70513-001-06", + "70513-001-07", + "70513-001-08", + "70513-001-09", + "70513-001-10", + "70513-001-11", + "55128-001-01", + "55128-001-02", + "55128-001-03", + "55128-001-04", + "55128-001-05", + "57959-123-01", + "57959-123-04", + "57959-123-05", + "57959-123-06", + "57959-123-08", + "57959-123-09", + "57959-123-10", + "57959-123-11", + "57959-123-12", + "54767-001-14", + "54767-001-09", + "54767-001-31", + "54767-001-37", + "54767-001-40", + "54767-001-74", + "54767-001-80", + "53730-001-01", + "53730-001-02", + "53730-001-03", + "53730-001-04", + "53730-001-05", + "53730-001-06", + "53730-001-07", + "53730-001-08", + "72740-123-01", + "72740-123-02", + "72740-123-03", + "50517-123-03", + "50517-123-02", + "50517-123-01", + "50517-123-04", + "50517-123-05", + "50517-123-06", + "50517-123-07", + "50517-123-08", + "72706-123-01", + "72706-123-02", + "72706-123-03", + "72706-123-04", + "52272-001-01", + "52272-001-02", + "52272-001-03", + "52272-001-04", + "52272-001-05", + "52272-001-06", + "52272-001-07", + "52272-001-08", + "52272-001-09", + "52272-001-10", + "52272-001-11", + "52272-001-12", + "72814-001-01", + "72814-001-03", + "72814-001-02", + "72814-001-04", + "72814-001-05", + "72814-001-06", + "72814-001-07", + "72814-001-08", + "72814-001-09", + "72814-001-11", + "72814-001-10", + "63553-001-01", + "63553-001-02", + "63553-001-03", + "63553-001-04", + "63553-001-05", + "63553-001-06", + "63553-001-07", + "63553-001-08", + "62234-001-01", + "62234-001-02", + "62234-001-03", + "72921-001-01", + "72921-001-02", + "72921-001-03", + "72921-001-04", + "51887-720-01", + "51887-720-02", + "51887-720-03", + "51887-720-04", + "51887-720-05", + "51887-720-06", + "51887-720-07", + "51887-720-08", + "51887-720-09", + "51887-720-10", + "51887-720-11", + "51887-720-12", + "51887-720-13", + "51887-720-14", + "51887-720-15", + "51887-720-16", + "51887-720-17", + "51887-720-18", + "51887-720-19", + "51887-720-20", + "51887-720-21", + "51887-720-22", + "51887-720-23", + "51887-720-24", + "51887-720-25", + "51887-720-26", + "51887-720-27", + "10927-003-09", + "10927-003-10", + "10927-003-11", + "10927-003-12", + "10927-003-13", + "10927-003-14", + "10927-003-15", + "10927-003-16", + "10927-003-17", + "10927-003-18", + "10927-003-19", + "65802-001-01", + "65802-001-02", + "65802-001-03", + "65802-001-04", + "65465-0001-1", + "65465-0001-2", + "65465-0001-3", + "65465-0001-4", + "65465-0001-5", + "65465-0001-6", + "65465-0001-7", + "59190-416-00", + "59190-416-02", + "59190-416-07", + "59190-416-08", + "59190-416-05", + "59190-416-06", + "59190-416-12", + "59190-416-11", + "59190-416-13", + "59190-416-09", + "59190-416-01", + "59190-416-03", + "59190-416-04", + "59190-416-10", + "50063-001-01", + "50063-001-02", + "50063-001-03", + "50063-001-04", + "50063-001-05", + "50063-001-06", + "50063-001-07", + "50063-001-08", + "50063-001-09", + "50063-001-10", + "50063-001-11", + "50063-001-12", + "69128-001-01", + "69128-001-02", + "58722-9093-0", + "58722-9093-1", + "58722-9093-2", + "58722-9093-3", + "58722-9093-4", + "58722-9093-5", + "58722-9093-6", + "58722-9093-7", + "58722-9093-8", + "58722-9093-9", + "58722-9094-0", + "58722-9094-1", + "70101-001-01", + "70101-001-02", + "70101-001-03", + "70101-001-04", + "70101-001-05", + "70101-001-06", + "70101-001-07", + "70101-001-08", + "70101-001-09", + "70101-001-10", + "70101-001-11", + "70101-001-12", + "70101-001-13", + "68796-5626-1", + "68796-5626-2", + "68796-5626-3", + "68796-5626-4", + "61580-123-02", + "61580-123-03", + "61580-123-01", + "61580-123-04", + "61426-123-01", + "61426-123-02", + "61426-123-03", + "61426-123-04", + "14217-001-01", + "14217-001-02", + "14217-001-03", + "14217-001-04", + "14217-001-05", + "66228-001-01", + "66228-001-02", + "66228-001-03", + "66228-001-04", + "61140-001-01", + "61140-001-02", + "61140-001-03", + "61140-001-04", + "12121-001-01", + "12121-001-02", + "12121-001-03", + "12121-001-04", + "12121-001-05", + "12121-001-06", + "12121-001-07", + "12121-001-09", + "58247-001-01", + "58247-001-02", + "58247-001-03", + "58247-001-04", + "51960-001-01", + "51960-001-02", + "51960-001-03", + "51960-001-04", + "51960-001-05", + "51960-001-06", + "51960-001-07", + "64395-0001-1", + "64395-0001-2", + "64395-0001-3", + "64395-0001-4", + "58276-015-01", + "58276-015-02", + "58276-015-03", + "58276-015-04", + "50505-001-01", + "50505-001-02", + "50505-001-03", + "50505-001-04", + "50505-001-05", + "50505-001-06", + "46123-002-01", + "46123-002-02", + "46123-002-03", + "46123-002-04", + "46123-002-05", + "46123-002-06", + "46123-002-07", + "46123-002-08", + "72692-123-01", + "72692-123-02", + "72692-123-03", + "62671-001-01", + "62671-001-02", + "62671-001-03", + "62671-001-04", + "62671-001-05", + "62671-001-06", + "62671-001-07", + "52563-002-01", + "74911-001-01", + "74911-001-02", + "74911-001-03", + "74911-001-04", + "66314-001-01", + "66314-001-02", + "66314-001-03", + "66314-001-04", + "66314-001-05", + "66314-001-06", + "66314-001-07", + "66314-001-08", + "59387-001-01", + "59387-001-02", + "59387-001-03", + "59387-001-04", + "59387-001-05", + "59387-001-06", + "59387-001-07", + "59387-001-08", + "59387-001-09", + "59387-001-10", + "59387-001-11", + "52374-001-01", + "52374-001-02", + "52374-001-03", + "52374-001-04", + "52374-001-05", + "52374-001-06", + "52374-001-07", + "52374-001-08", + "52374-001-09", + "52374-001-10", + "52374-001-11", + "52374-001-12", + "52374-001-13", + "52374-001-14", + "80268-001-01", + "70300-001-00", + "61869-0001-1", + "61869-0001-2", + "61869-0001-3", + "61869-0001-4", + "61869-0001-5", + "61869-0001-6", + "61869-0001-7", + "61869-0001-8", + "68174-123-01", + "68174-123-04", + "67061-001-01", + "67061-001-02", + "68371-001-01", + "68371-001-02", + "24598-0121-1", + "24598-0121-2", + "24598-0121-3", + "24598-0121-4", + "24598-0121-5", + "64952-002-01", + "64952-002-02", + "64952-002-03", + "64952-002-04", + "69241-001-01", + "69241-001-02", + "69075-001-01", + "69075-001-02", + "69075-001-03", + "69075-001-04", + "69075-001-05", + "69240-001-01", + "69240-001-02", + "69240-001-03", + "69240-001-04", + "69240-001-05", + "69240-001-06", + "57287-100-01", + "57287-100-02", + "57287-100-03", + "57287-100-04", + "57287-100-05", + "57287-100-06", + "69534-001-02", + "69534-001-03", + "69534-001-01", + "60367-002-02", + "60367-002-03", + "57957-0007-1", + "57957-0007-2", + "57957-0007-3", + "57957-0007-4", + "57957-0007-5", + "57957-0007-6", + "57957-0007-7", + "76091-002-01", + "76091-002-02", + "76091-002-03", + "76091-002-04", + "76091-002-05", + "76091-002-06", + "40054-1003-0", + "40054-1003-1", + "40054-1003-2", + "40054-1003-3", + "40054-1003-4", + "40054-1003-5", + "40054-1003-6", + "40054-1003-7", + "40054-1003-8", + "40054-1003-9", + "50809-001-02", + "50809-001-09", + "50809-001-10", + "50809-001-11", + "50809-001-12", + "50809-001-13", + "50809-001-14", + "50809-001-15", + "50809-001-16", + "50809-001-17", + "50809-001-18", + "50809-001-19", + "65915-123-02", + "65915-123-03", + "65915-123-01", + "65915-123-04", + "70672-001-03", + "70672-001-04", + "70672-001-01", + "70672-001-02", + "72757-001-01", + "72757-001-02", + "72757-001-03", + "72757-001-04", + "31462-001-01", + "31462-001-02", + "31462-001-03", + "31462-001-04", + "65297-001-01", + "65297-001-02", + "65297-001-03", + "65297-001-04", + "65297-001-05", + "65297-001-06", + "65297-001-07", + "73052-001-01", + "73052-001-02", + "73052-001-03", + "73052-001-04", + "60563-001-01", + "60563-001-02", + "60563-001-03", + "60563-001-04", + "61279-001-01", + "59910-0001-1", + "59910-0001-2", + "59910-0001-3", + "59910-0001-4", + "59910-0001-5", + "59910-0001-6", + "59910-0001-7", + "59910-0001-8", + "60696-1234-1", + "60696-1234-2", + "60696-1234-3", + "60696-1234-4", + "60696-1234-5", + "60696-1234-6", + "52003-011-20" + ], + "unii": [ + "S88TT14065", + "N762921K75" + ], + "application_number": [ + "NDA205849", + "NDA205865", + "NDA205767", + "NDA206023", + "NDA205889", + "NDA212314", + "NDA205712", + "NDA205840", + "NDA211739", + "NDA210844", + "NDA205820", + "NDA205862", + "NDA205737", + "NDA205986", + "NDA205827", + "NDA205818", + "NDA205817" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugbatchnumb": "FWKM", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "602", + "drugstartdate": "2012", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0059232" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "safetyreportversion": "1", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "1", + "safetyreportid": "10003349", + "patient": { + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Cerebrovascular accident", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Blood pressure increased", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Pain", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "MORPHINE SULFATE EXTENDED-RELEASE TABLETS (RHODES 74-862)", + "drugbatchnumb": "UNKNOWN", + "drugauthorizationnumb": "074862", + "drugstructuredosagenumb": "180", + "drugstructuredosageunit": "003", + "drugdosagetext": "(60 MG X 3),180 MG, DAILY", + "drugdosageform": "PROLONGED-RELEASE TABLET", + "drugadministrationroute": "048", + "actiondrug": "4" + }, + { + "drugcharacterization": "1", + "medicinalproduct": "MORPHINE SULFATE (SIMILAR TO NDA 19-516)", + "drugbatchnumb": "UNKNOWN", + "drugstructuredosagenumb": "180", + "drugstructuredosageunit": "003", + "drugdosagetext": "6 X 30 MG, 180 MG DAILY", + "drugdosageform": "Other", + "drugadministrationroute": "048", + "drugindication": "BACK PAIN", + "actiondrug": "4" + }, + { + "drugcharacterization": "1", + "medicinalproduct": "AMLODIPINE", + "drugbatchnumb": "UNKNOWN", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugindication": "HYPERTENSION", + "actiondrug": "4", + "openfda": { + "application_number": [ + "NDA211340" + ], + "brand_name": [ + "KATERZIA" + ], + "generic_name": [ + "AMLODIPINE" + ], + "manufacturer_name": [ + "Azurity Pharmaceuticals, Inc." + ], + "product_ndc": [ + "52652-5001" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMLODIPINE BENZOATE" + ], + "rxcui": [ + "2184120", + "2184126" + ], + "spl_id": [ + "33926064-be3f-4380-b051-ac4136524317" + ], + "spl_set_id": [ + "df673a4d-acb8-444c-a472-c87ab8cbd366" + ], + "package_ndc": [ + "52652-5001-1" + ], + "unii": [ + "XD75TQ8A2P" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "TRIAMTERENE AND HYDROCHLOROTHIAZID", + "drugbatchnumb": "UNKNOWN", + "drugdosagetext": "UNK", + "drugindication": "HYPERTENSION", + "actiondrug": "4" + }, + { + "drugcharacterization": "2", + "medicinalproduct": "ASPIRIN", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugrecurreadministration": "3", + "openfda": { + "application_number": [ + "part343" + ], + "brand_name": [ + "ASPIRIN ADULT LOW DOSE", + "BAYER GENUINE ASPIRIN", + "ZEE ASPIRIN", + "ENTERIC COATED ASPIRIN REGULAR STRENGTH", + "ASPIRIN", + "ADULT ASPIRIN REGIMEN LOW DOSE", + "LEADER ASPIRIN", + "ENTERIC ASPIRIN", + "BERKLEY AND JENSEN ASPIRIN", + "UP AND UP ASPIRIN", + "HEALTH MART REGULAR STRENGTH ENTERIC COATED ASPIRIN", + "HENRY SCHEIN ASPIRIN", + "ASPIRIN LOW DOSE", + "ASPIRIN ENTERIC SAFETY COATED", + "CHEWABLE LOW DOSE", + "BAYER WOMENS", + "SIGNATURE CARE ASPIRIN", + "GERITREX ASPIRIN", + "RAPIDOL ASPIRIN DISPLAY 2X25", + "365 EVERYDAY VALUE ASPIRIN", + "BUFFERED ASPIRIN", + "BUFFERIN REGULAR STRENGTH PAIN RELIEF", + "ASPIRIN REGULAR STRENGTH", + "MICRO-COATED ASPIRIN", + "EQUATE ASPIRIN", + "PAIN RELIEF ASPIRIN LOW DOSE", + "ENTERIC COATED ASPIRIN", + "ASPIRIN EXTRA STRENGTH", + "BAYER CHEWABLE - ASPIRIN REGIMEN LOW DOSE ASPIRIN CHERRY FLAVORED", + "ASPIRIN ENTERIC COATED", + "ASPIRIN 81 MG LOW DOSE", + "ASPIRIN LOW STRENGTH, ENTERIC", + "CHEWABLE ASPIRIN", + "ASPIRIN 325 MG", + "FAMILY WELLNESS ASPIRIN", + "LOW DOSE ASPIRIN", + "PHARBEST ASPIRIN 325MG", + "TOPCARE ASPIRIN", + "BASIC CARE ASPIRIN", + "CAREALL ASPIRIN", + "REGULAR STRENGTH ASPIRIN", + "ASPIRIN LOW DOSE ENTERIC COATED", + "ASPIRIN 81 MG ENTERIC COATED", + "LOW DOSE MINIPRIN ENTERIC SAFETY COATED", + "DIRECT SAFETY ASPIRIN", + "ASPIRIN DELAYED RELEASE", + "GOOD NEIGHBOR PHARMACY ASPIRIN", + "VALUMEDS ASPIRIN", + "HEALTH MART ASPIRIN", + "BAYER PLUS EXTRA STRENGTH", + "CIRCLE K ASPIRIN 325", + "LOW DOSE ASPIRIN ENTERIC SAFETY COATED", + "GOOD SENSE ASPIRIN", + "MOORE MEDICAL ASPIRIN", + "TRI-BUFFERED ASPIRIN", + "ASPIRIN ENTERIC COATED, REGULAR STRENGTH", + "ASPIRIN LOW DOSE CHEWABLE", + "REGULAR STRENGTH ENTERIC COATED ASPIRIN", + "ASPIR LOW", + "REXALL ASPIRIN", + "GOOD NEIGHBOR PHARMACY ASPIRIN ORANGE FLAVOR CHEWABLE", + "ADVANCED ASPIRIN", + "BAYER", + "LOW DOSE ASPIRIN ENTERIC SAFETY-COATED", + "ASPIRIN SAFETY COATED", + "ASPIRIN LOW DOSE SAFETY COATED", + "ASPIRIN LOW DOSE SUGAR FREE", + "ASPICA (ASPIRIN)", + "ASPI-COR", + "SUNMARK ASPIRIN ADULT LOW STRENGTH", + "ASSURED ASPIRIN", + "LOW DOSE ASPIRIN LOW DOSE", + "ASPIRIN 5 GRAIN", + "FIRST AID DIRECT ASPIRIN", + "ASPIRIN ENTERIC SAFETY-COATED", + "ASPIRIN 325MG", + "EQUATE ASPIRIN CHEWABLE", + "BAYER ASPIRIN REGIMEN ENTERIC COATED", + "RUGBY ASPIRIN", + "ASPIRIN 81 MG", + "CHEWABLE ASPIRIN LOW DOSE", + "ASPIRIN NSAID", + "SUNMARK ASPIRIN", + "ASPIRIN PAIN RELIEF", + "ASPIRIN 81", + "ARAMARK ASPIRIN", + "ADULT ASPIRIN REGIMEN", + "LIL DRUG STORE ASPIRIN 325", + "MICRO-COATED ASPIRIN 325 MG", + "ASPIRIN CHEWABLE, LOW DOSE", + "ASPIRIN LOW DOSE CHEWABLE ORANGE", + "HEALTH MART ADULT ASPIRIN", + "EQUALINE ASPIRIN", + "RIGHT REMEDIES ASPIRIN LOW DOSE 81 MG", + "ASPIRIN PAIN RELIVER", + "LOW DOSE ASPIRIN CHEWABLE", + "DG HEALTH ASPIRIN", + "ASPIRIN 81MG", + "ASPIRIN SAFETY COATED ADULT LOW DOSE", + "ASPIRIN CHEWABLE LOW DOSE", + "DR PAUSINS LOW DOSE CHEWABLE ASPIRIN CHERRY FLAVOR", + "DR PAUSINS LOW DOSE CHEWABLE ASPIRIN ORANGE FLAVOR", + "DR PAUSINS LOW DOSE ASPIRIN", + "DR PAUSINS ASPIRIN", + "ENTERIC COATED LOW DOSE ASPIRIN", + "SUNMARK ASPIRIN REGULAR STRENGTH", + "PHARBEST REGULAR STRENGTH ASPIRIN", + "SIGNATURE CARE ASPRIRIN", + "ECOTRIN REGULAR STRENGTH", + "COATED ASPIRIN", + "COATED ASPIRIN LOW-DOSE", + "CARE ONE ASPIRIN", + "PHYSICIANS CARE ASPIRIN", + "CAREONE ASPIRIN", + "ASPIRIN 325", + "BAYER LOW DOSE", + "BAYER ASPIRIN REGIMEN CHEWABLE LOW DOSE ASPIRIN ORANGE", + "ASPIRIN LOW STRENGTH", + "LOW STRENGTH CHEWABLE ASPIRIN", + "ASPIRIN LOW STRENGTH ADULT", + "ADULT LOW DOSE ASPIRIN", + "PAIN RELIEF ASPIRIN CHEWABLE, LOW DOSE", + "ASPIRIN ADULT LOW STRENGTH", + "ASPIRIN 81MG ADULT LOW DOSE", + "ECOTRIN", + "SAFETY COATED LOW DOSE ASPIRIN", + "REGULAR STRENGTH TRI-BUFFERED ASPIRIN", + "CHEWABLE ASPIRIN ADULT LOW DOSE", + "REGULAR STRENGTH ASPIRIN EC", + "ASPIRIN 325 MG EC", + "LOW DOSE ASPIRIN 81 MG SAFETY COATED", + "RUGBY ADULT ASPIRIN", + "ASPIRIN CHEWABLE", + "PAIN RELIEF ASPIRIN", + "UP AND UP CHEWABLE ASPIRIN", + "SUNMARK ADULT ASPIRIN", + "CHEWABLE LOW DOSE ASPIRIN", + "ST. JOSEPH LOW DOSE ASPIRIN", + "ST. JOSEPH CHEWABLE LOW DOSE ASPIRIN", + "ASPIRIN ENTERIC COATED LOW DOSE", + "ASPIRIN SAFETY COATED ENTERIC, REGULAR STRENGTH", + "CHEWABLE ADULT LOW DOSE ASPIRIN" + ], + "generic_name": [ + "ASPIRIN", + "ASPIRIN 81 MG", + "ASPIRIN 81MG", + "ASPIRIN 325 MG" + ], + "manufacturer_name": [ + "Wal-Mart Stores Inc", + "Unifirst First Aid Corporation", + "Cintas Corporation", + "Strategic Sourcing Services LLC", + "Topco Associates, LLC", + "Walgreen Company", + "Cardinal Health 110, LLC. DBA Leader", + "Cardinal Health 110, LLC. dba Leader", + "CHAIN DRUG MARKETING ASSOCIATION INC", + "H E B", + "BJWC", + "Kroger Company", + "Target Corporation", + "Henry Schein, Inc.", + "L.N.K. International, Inc.", + "Care One (American Sales Company)", + "Moore Medical LLC", + "SPIRIT PHARMACEUTICALS LLC", + "Bayer HealthCare LLC.", + "Safeway", + "Marc Glassman, Inc.", + "Geritrex LLC", + "Pharmadel LLC", + "Whole Foods Market, INC.", + "DOLGENCORP, LLC", + "The Kroger Co.", + "WR Group, Inc.", + "Genomma Lab USA", + "EQUATE (Wal-Mart Stores, Inc.)", + "Publix Supermarkets, Inc.", + "Rugby Laboratories, Inc", + "Advance Pharmaceutical Inc.", + "Rite Aid Corporation", + "Richmond Pharmaceuticals, Inc.", + "Valu Merchandisers Company", + "Magno-Humphries, Inc.", + "FRED'S, INC.", + "Major Pharmaceuticals", + "Time-Cap Labs, Inc", + "CVS Pharmacy", + "Allegiant Health", + "VITANE PHARMACEUTICALS, INC", + "Amerisource Bergen", + "Genuine First Aid LLC", + "Meijer", + "Paddock Laboratories, LLC", + "Family Dollar Services Inc", + "SUPERVALU INC.", + "Pharbest Pharmaceuticals, Inc.", + "Topco Associates LLC", + "COSTCO WHOLESALE CORPORATION", + "Amazon.com Services LLC", + "Better Living Brands, LLC", + "New World Imports, Inc", + "MAJOR PHARMACEUTICALS", + "Publix Super Markets Inc", + "CARDINAL HEALTH, INC.", + "RETAIL BUSINESS SERVICES , LLC.", + "SMART SENSE (Kmart)", + "FOODHOLD U.S.A., LLC", + "Marlex Pharmaceuticals Inc", + "Chain Drug Consortium", + "GREAT LAKES WHOLESALE, MARKETING, & SALES, INC.", + "Conney Safety Products, LLC", + "L&R Distributors, Inc.", + "VALU MERCHANDISERS COMPANY", + "Rugby Laboratories", + "RUGBY", + "ARMY AND AIR FORCE EXCHANGE SERVICE", + "America Medic & Science, LLC", + "Harris Teeter", + "Lil Drug Store Products, Inc", + "Harmon Stores Inc.", + "Harmon Store Inc.", + "America's Pharmacy Source LLC", + "L. Perrigo Company", + "Moore Medical", + "Greenbrier International", + "AAA Pharmaceutical, Inc.", + "Geri-Care Pharmaceutical Corp", + "Dolgencorp, LLC", + "ADVANCED FIRST AID, INC.", + "Lil' Drug Store Products, Inc.", + "HARRIS TEETER", + "P & L Development, LLC", + "Hy-Vee", + "Akron Phama", + "Chain Drug Marketing Association", + "Supervalu Inc.", + "SMART SENSE (KMART)", + "Provision Medical Products", + "United Exchange Corp.", + "United Exchange Corporation", + "AmerisourceBergen (Good Neighbor Pharmacy) 46122", + "Chain Drug Consortium, LLC", + "Afassco Inc.", + "PLD Acquisitions LLC DBA Avma Pharma Solutions", + "Reliable 1 Laboratories LLC", + "TOP CARE (Topco Associates LLC)", + "TIME CAP LABORATORIES, INC", + "Freds Inc", + "CARDINAL HEALTH", + "Salado Sales, Inc.", + "QUALITY CHOICE (Chain Drug Marketing Association)", + "Rugby Laboratories, Inc.", + "Western First Aid Safety DBA Aramark", + "Care One (Retail Business Services, LLC.)", + "Geri-Care Pharmaceuticals, Corp", + "SAVE-A-LOT FOOD STORES, LTD.", + "GOODSENSE", + "BJWC (Berkley & Jensen / BJ's)", + "Supervalu Inc", + "Strive Pharmaceuticals Inc", + "Pioneer Life Sciences, LLC", + "Meijer Distribution Inc", + "Healthlife of USA", + "Cardinal Health (Leader) 70000", + "WinCo Foods, LLC", + "Honeywell Safety Products USA, Inc", + "Sam's West Inc", + "Achlis Laboratories", + "Bene Health OTC", + "Cardinal Health", + "Pharbest Pharmaceuticals, Inc", + "Best Choice (Valu Merchandisers Company)", + "Medtech Products Inc.", + "American Sales Company", + "GREENBRIER INTERNATIONAL, INC.", + "Retail Business Services , LLC.", + "Beacon Pharma, Inc.", + "Acme United Corporation", + "Richmond Pharmaceuticals, Inc", + "PUBLIX SUPER MARKETS INC", + "Discount Drug Mart", + "TopCo Associates LLC", + "TopCare", + "Health Pharma USA LLC", + "Athlete's Needs Inc", + "Bi-Mart", + "Medline Industries", + "Safetec of America, Inc.", + "Family Dollar (FAMILY WELLNESS)", + "Shopko Stores Operating Co., LLC.", + "TARGET CORPORATION", + "Lidl US LLC", + "HEB", + "DISCOUNT DRUG MART", + "Foundation Consumer Healthcare", + "Foundation Consumer Healthcare LLC", + "AmerisourceBergen Drug Corporation (Good Neighbor Pharmacy) 24385", + "NORTHEAST PHARMA", + "TARGET Corporation", + "America Medic & Science", + "Lidl USA LLC", + "Raritan Pharmaceuticals Inc" + ], + "product_ndc": [ + "49035-914", + "47682-456", + "42961-044", + "49348-937", + "36800-545", + "0363-0587", + "70000-0218", + "70000-0170", + "63868-898", + "37808-157", + "68391-416", + "30142-627", + "11673-378", + "62011-0040", + "0404-0712", + "50844-600", + "41520-228", + "55670-131", + "68210-2200", + "0280-2200", + "21130-167", + "68998-146", + "30142-274", + "54162-940", + "55758-312", + "42681-7075", + "55910-438", + "70000-0147", + "30142-370", + "69607-0867", + "50066-610", + "49035-370", + "56062-027", + "0536-3305", + "49035-467", + "17714-009", + "70000-0253", + "11822-0600", + "54738-128", + "63941-249", + "54257-274", + "55315-645", + "0904-6712", + "49483-382", + "0280-2090", + "50844-219", + "59779-772", + "69168-318", + "60577-005", + "59779-439", + "46122-691", + "52124-0012", + "41250-681", + "70677-0071", + "0574-7034", + "0574-7036", + "17714-010", + "55319-467", + "41163-563", + "0363-0218", + "16103-357", + "36800-274", + "63981-563", + "72288-416", + "30142-699", + "21130-918", + "51824-077", + "37808-867", + "0904-6783", + "56062-274", + "17714-121", + "70000-0014", + "72476-105", + "49738-077", + "41520-157", + "10135-689", + "49035-563", + "68016-747", + "56062-416", + "64092-119", + "50844-957", + "0280-2000", + "49483-330", + "61245-116", + "15127-228", + "49483-349", + "63941-081", + "24385-278", + "0536-1053", + "69168-372", + "68210-0025", + "62011-0028", + "70000-0419", + "0536-1004", + "55301-600", + "49638-115", + "72036-152", + "0280-2040", + "62011-0021", + "66715-6704", + "49483-328", + "63940-321", + "55910-945", + "11822-2180", + "63940-218", + "72615-0064", + "0113-0259", + "55670-620", + "63868-363", + "33992-2883", + "41163-945", + "0363-0157", + "72288-467", + "68210-4098", + "57344-018", + "0904-2015", + "0363-0227", + "21130-397", + "49035-157", + "11673-416", + "57896-921", + "0904-7704", + "55910-274", + "49035-355", + "24385-364", + "67060-232", + "66715-9726", + "72036-018", + "70000-0420", + "57344-146", + "51824-055", + "62011-0020", + "59726-867", + "42507-370", + "70000-0035", + "54738-541", + "30142-027", + "59779-605", + "68016-690", + "49638-101", + "49035-416", + "50844-675", + "68210-4128", + "56062-467", + "63941-600", + "71399-8627", + "49348-498", + "63868-469", + "50844-218", + "72036-146", + "68210-0015", + "41163-522", + "49738-786", + "15127-738", + "69103-2501", + "65923-507", + "42961-113", + "30142-467", + "65923-249", + "46122-615", + "68016-722", + "51532-0232", + "49035-274", + "59779-274", + "63548-0227", + "0113-0274", + "0536-1054", + "0280-2110", + "0536-1008", + "69618-066", + "59779-137", + "36800-968", + "68998-105", + "50844-563", + "63941-157", + "59779-157", + "49483-481", + "50844-157", + "49738-781", + "55315-867", + "49781-097", + "0904-6713", + "49348-757", + "11822-2270", + "52124-0011", + "41250-780", + "63868-332", + "57243-157", + "63868-354", + "0536-1148", + "63941-397", + "46122-598", + "21130-957", + "36800-157", + "49483-331", + "69618-046", + "81238-0232", + "55301-157", + "70000-0178", + "66715-6840", + "54738-559", + "72476-867", + "42681-0013", + "57896-901", + "46994-157", + "0904-6811", + "55319-601", + "63868-352", + "0904-6751", + "30142-391", + "50804-880", + "41163-797", + "62011-0405", + "37808-031", + "41226-481", + "30142-416", + "68391-867", + "21130-645", + "0904-6794", + "62011-0432", + "55319-492", + "63940-333", + "49483-334", + "62011-0019", + "41163-416", + "0113-1919", + "41163-918", + "70692-161", + "46994-600", + "72036-181", + "72090-001", + "41250-274", + "69517-136", + "70000-0428", + "15127-241", + "55910-467", + "72036-080", + "37808-600", + "67091-124", + "55315-157", + "49483-381", + "64092-150", + "59726-370", + "67091-122", + "68016-642", + "0498-0114", + "0498-0113", + "68196-901", + "21130-600", + "71476-101", + "71476-102", + "71476-103", + "71476-104", + "59779-467", + "57344-080", + "36800-467", + "62011-0404", + "67091-110", + "65155-981", + "70000-0507", + "68998-018", + "49348-001", + "16103-365", + "10135-173", + "0904-6809", + "0113-0416", + "21130-081", + "55910-563", + "0404-0164", + "62011-0212", + "36800-027", + "41250-600", + "56062-719", + "21130-509", + "63941-103", + "36800-127", + "63029-302", + "55910-157", + "68210-2500", + "68391-227", + "68998-081", + "11673-563", + "57896-904", + "46122-262", + "41520-259", + "33992-0218", + "56062-867", + "49348-980", + "49483-387", + "72476-152", + "55910-249", + "72629-020", + "0924-0105", + "0924-0106", + "41520-651", + "64092-110", + "24385-028", + "68210-0150", + "0363-0691", + "0280-2100", + "0280-2080", + "63940-320", + "54738-111", + "59779-727", + "0536-1234", + "59779-945", + "56062-118", + "55910-600", + "57896-911", + "11822-6451", + "62011-0003", + "68196-900", + "16103-356", + "53943-157", + "0113-0773", + "11822-0397", + "68210-5100", + "36800-146", + "70677-0070", + "63940-609", + "49738-784", + "41520-030", + "15127-227", + "0363-0397", + "36800-880", + "63029-311", + "69618-014", + "41250-467", + "63868-240", + "68998-080", + "55319-600", + "55301-821", + "71679-010", + "68016-689", + "59779-600", + "53185-249", + "0363-0183", + "37835-738", + "0113-7467", + "53329-020", + "0904-6784", + "50844-254", + "69618-015", + "61010-4407", + "69168-312", + "0536-1232", + "36800-259", + "63941-227", + "55319-227", + "0536-1284", + "55315-218", + "0904-6744", + "69842-826", + "37012-826", + "0904-4040", + "11673-181", + "69168-288", + "17714-011", + "68210-4093", + "11822-0157", + "11673-702", + "46122-635", + "70677-0092", + "55319-218", + "41250-118", + "67091-123", + "71141-005", + "49483-390", + "37808-246", + "46122-292", + "53943-080", + "69536-181", + "0113-0467", + "36800-030", + "59726-227", + "69536-281", + "55301-227", + "49348-981", + "15127-874", + "24385-429", + "69842-927", + "80136-901", + "0536-1149", + "70000-0359", + "0363-0563", + "16103-366", + "69168-400", + "63868-373", + "41250-146", + "41520-467", + "49638-102", + "63981-227", + "70000-0564", + "11673-027", + "72036-105", + "46122-596", + "55315-397", + "51824-057", + "49638-481", + "41520-274", + "71141-158", + "49348-191", + "68163-081", + "63868-029", + "0363-6450", + "68210-0220" + ], + "product_type": [ + "HUMAN OTC DRUG" + ], + "route": [ + "ORAL", + "RECTAL" + ], + "substance_name": [ + "ASPIRIN", + "CALCIUM CARBONATE" + ], + "rxcui": [ + "308416", + "211874", + "212033", + "198467", + "318272", + "1722689", + "1722695", + "260847", + "198471", + "825180", + "198464", + "198473", + "1052678", + "211887", + "1293665", + "1600991", + "243670", + "212086", + "794229", + "1189781", + "749795", + "211832" + ], + "spl_id": [ + "a1833a99-76cc-47fb-80fb-3a6507a2db3e", + "c4e44c3e-789b-ba03-e053-2a95a90a6a1e", + "1b00947c-88f5-41da-96c3-269260281a06", + "ad861fef-cccc-4123-a38f-0a5cad5e4f70", + "a8218ef2-73d9-4f87-a336-273bf15110d5", + "fb9a64d2-d1cd-4ce4-8294-1fc04a256dec", + "1fa133ca-5a46-45e7-89ab-ac9ca6b6bc1d", + "46a76f93-1dca-4ed1-a3a0-bbe3e9aa1b92", + "0de51c89-21a9-4d51-9a6a-c2ded04f5799", + "f77556ea-254d-4087-ac73-55c2600a0f30", + "792779e3-a56d-40f4-84e9-f17a27376db2", + "a5435f2a-bcba-466c-a9da-6423a4a3909d", + "56904b97-3b7e-4f61-a3f5-fd9675e0bbca", + "92ce8727-7976-4648-b9d4-7f551bb1332b", + "c6b00895-3dcc-4ce5-e053-2a95a90a6b88", + "4684d9ba-c30a-4771-b682-5d39ea62cbe8", + "4b263b4e-b859-42b0-92ea-58279baee6fa", + "c69e366a-cf46-9064-e053-2995a90af65e", + "b5e7e4a0-abd4-2c6e-e053-2a95a90a5700", + "60a18f6b-5d74-29af-e053-2a91aa0ab282", + "570737ad-faff-43e6-bf6a-8d474c2b89da", + "7cebac84-e0fe-7ae3-e053-2a91aa0a3ff5", + "50d080cf-8e1e-4b23-adf3-3b8f21f643c7", + "cc723205-04c3-410f-8fa1-93900afb9142", + "a0330493-9b0c-ba8c-e053-2995a90a2a6d", + "8e603505-2866-42a9-93af-ad30c3620c09", + "28ce8ff7-ca6d-4a63-b55f-60a1873bfaac", + "e7e49af2-2efa-456b-9eb9-54af1feb1093", + "04752111-e91f-4caa-9201-6c0c22b613ac", + "1f155a6d-ac10-45b8-89a3-2a3528fc1e2a", + "93a60710-8cc3-479e-a7c0-f23a870b527c", + "0822af4a-43b5-41da-b9c9-37d9b842b4fc", + "09834b3e-8add-48f5-97d6-1f93e8db1b70", + "aaa24daa-a412-157c-e053-2a95a90ad909", + "c9a0d6b1-8069-4c6a-9fd2-6e88cd4b32d8", + "999a5403-4945-d811-e053-2995a90a42dc", + "2a8b614d-b314-4f0b-9abb-00fbc98727ca", + "6c2cf48c-34bd-4d02-b819-326acbc28054", + "5cc44dca-00c9-b589-e053-2a91aa0a0521", + "90130f8f-d7de-45be-923c-93e4206f7bf5", + "b4f3b744-89c6-1675-e053-2a95a90aed27", + "76969cba-df00-4c15-b94d-7e5cde6bf296", + "8c14ce36-5530-45e1-9743-f5b377a2b14e", + "7d3ee158-5996-c9c6-e053-2991aa0a844a", + "598bc765-724f-0f31-e053-2a91aa0abb65", + "3239268f-9cb4-4490-bda6-0ca45184ab0d", + "407f7d22-b7ca-4369-a89b-ce523e326f7f", + "4503462a-8f5a-436c-a973-0ccf83e5a29b", + "00045deb-5f8c-4fe0-86e6-74081abd8fdb", + "46254ce8-167c-4035-94a1-a930f327dcc0", + "dc124737-f67d-46e6-9b7d-26f82d3d0770", + "98f7a4cf-e62c-141c-e053-2a95a90aa060", + "9522c328-6502-7d01-e053-2995a90a2b33", + "9149275e-3bd8-592b-e053-2995a90a22ff", + "21f557db-ab68-4ffd-85ae-1b794da20e09", + "5cc8b5f1-4ae4-471b-e053-2991aa0a84c1", + "03a80700-b12d-4499-a543-4850840d5fb0", + "fb960f82-148a-4f43-84eb-f7682bc365b9", + "8b05d9fb-23c2-492a-96fa-56e77504e24f", + "6e358e1f-41e4-4b47-9546-935cd46a98a5", + "3212ca62-f60e-4aae-9b0d-a1f992a74ba5", + "39961066-010f-4f73-9d55-d15ca8ac2dd1", + "f9a21cf7-8fb7-4d3b-b18f-9f8a6a581a25", + "73270b25-0856-42ac-a793-f4c48bd5ed40", + "74df488c-d72f-436d-873d-18af74dc23d3", + "4d572244-c17a-4b93-90c4-5caaccf792c4", + "22e19818-9cdd-4e6c-9ee5-c11bc55d337e", + "7c24a4ca-3eda-5769-e053-2991aa0ad3bf", + "ebfabdb7-73a9-42e0-8977-776c58ab91f8", + "5cc8bd8c-1d8c-180b-e053-2a91aa0ac490", + "c677c103-ca2f-8daa-e053-2995a90a5184", + "af107b91-5110-9634-e053-2995a90a3b58", + "b3e995e2-7375-4fa2-b485-75087c3353ac", + "720afcdb-15bb-4b2a-af87-3ff45ebe3a2b", + "e0174672-bacb-444e-a7e5-af6cb980ed4f", + "ca3fc11d-cec1-4b75-93ee-5812e4c6cd8d", + "82a2a070-0220-46f5-b9cf-4e8eb1f3d1a1", + "458a5aee-4aea-4dc3-aa88-3f1cf2e5b47f", + "5afff34e-ecfa-4bfa-9bb8-c47322b47d57", + "cebcd805-2f05-492b-9fe6-f1daa16ac697", + "a6b5370e-ceb2-9db5-e053-2995a90afd82", + "7d5fb951-93ac-12fa-e053-2991aa0abbf3", + "c6b070f1-91e1-4fad-e053-2a95a90ab3a0", + "a9f20dc9-41b9-443f-8c74-193fbca01241", + "7cff0ad4-677a-03f7-e053-2a91aa0af7ae", + "af0a1633-d4aa-c72b-e053-2995a90a0dc1", + "d73270d1-00db-4d53-b674-2de984af8f1f", + "92cc0d54-ce3b-4118-8446-5173d7e51d97", + "e4748bfc-3854-48c1-a535-5ac913332ab8", + "b60b6829-f98c-013a-e053-2a95a90ad36a", + "3cab6507-0ab2-49db-994f-4e4c89fc79b6", + "5b8802e1-4346-481a-9807-b4f228f9e2b6", + "a7e1cef3-0219-3d6e-e053-2a95a90a3c8a", + "7505b9cd-98a1-45fb-9efa-e60d0923ac8f", + "2933c63c-26ab-489c-81cc-723ccd7d6f8a", + "94aa4463-1d95-1b24-e053-2995a90a6784", + "5c77dd2e-34fe-c738-e053-2991aa0a89f0", + "5100be5a-bbb3-4acd-8e9d-55f90d18394f", + "bf8ea982-34de-cbb2-e053-2a95a90a9cc7", + "7d3b6a67-60c8-162a-e053-2991aa0a7164", + "9484ad13-87fa-41bc-e053-2a95a90ae5bd", + "6a90b6b0-dfb7-431b-b9da-e93097008a67", + "25315291-8e0e-409a-9d72-0c892a23bda6", + "030e9498-7a50-484d-80fa-f6f73846dc28", + "9764367f-c26e-33ba-e053-2a95a90ab768", + "5d9875cc-9a8e-4608-a1dc-d532a46792c6", + "c69e37bb-249d-56d8-e053-2995a90a9523", + "effc64da-ce79-4cfe-9175-120bb19add3d", + "b44247f5-b05d-4533-be21-ef36ebf31773", + "300ac2b2-a01c-47e6-a15a-cb8fe89dd542", + "70833b40-3b66-4966-a84d-1eb8efce71d8", + "265c7d85-a666-4234-9c30-ca8e31f4bcb8", + "a97bdda2-49cb-e9e7-e053-2995a90ae88d", + "925021bb-d1b4-03b8-e053-2995a90a4243", + "c7fe628b-cc7e-49c2-96f5-ed40d2ac4055", + "e658a811-1b56-4b1b-8b2b-3a711755c8fc", + "166a44fc-9fcf-405e-bf3a-607486b4045e", + "5708b48a-f0a3-4fd7-a87b-7ffd9e80439c", + "b9cb4738-56d5-499e-a622-d11a1b4ed53d", + "8e5c585a-e4fc-fdb1-e053-2a95a90a3317", + "abbb1091-63df-16e1-e053-2995a90ad08a", + "02aede0a-c864-4caf-8368-dd8430d5beb2", + "6d8372b9-c347-4d97-b8b8-7fecd5180bdc", + "9b81f536-1783-4ce6-8966-765dc49131c4", + "627cbe02-0c2e-41ef-a26f-6fb7dce0c13f", + "c6f34b63-d6e2-f78f-e053-2a95a90a423e", + "93df8585-cde2-5f1f-e053-2995a90ac049", + "f05274f9-0943-4f32-a95e-df0bde3340dc", + "925b26fe-914a-49fc-e053-2a95a90ac07e", + "9c413ba7-a625-4c86-91bc-f6c3eff5bdc1", + "93d8ddd4-4447-4241-af54-d454ca7f6d7e", + "d0a2dfa0-c010-4b34-afa9-dfdf2c9d04a7", + "4cfa116e-08d5-47f5-8ab3-2b8e4f096543", + "8b1a2872-41eb-4acd-a546-6c730b3ac70b", + "5cc3ebfe-ce68-423d-e053-2a91aa0a4616", + "ae302728-0236-4b0e-b88e-456ad40325a1", + "770814f4-ef97-439b-97ad-b99e50473641", + "3c045c19-4725-4a75-813e-b766d3ba9eb7", + "5e87c71c-c05a-4333-a63d-ff20f85cc3d6", + "05ed8540-abdd-4ea4-9d61-b47c3ad0b906", + "c5058f5d-4a3a-4b87-aa44-aec36a0e91dd", + "c0fb39a4-3802-7b31-e053-2a95a90a3002", + "ce572094-c0a0-4772-a626-15ee59b9d18e", + "e8789cab-b419-49e1-9eba-94f35e12f4ce", + "c571422d-0fe8-4b6b-e053-2a95a90a8290", + "06bca498-7db0-486e-9bdf-ac006b512fa1", + "945908ea-d18e-3eb1-e053-2995a90ab2c9", + "fff02e75-3a76-4508-958d-e39e855c82ef", + "9498c762-ffe4-cc0d-e053-2995a90abf90", + "a2a5bc78-67ce-2bbc-e053-2995a90acea4", + "93dd96a4-3a78-ea7e-e053-2a95a90ab0a4", + "94691e1c-1c85-5810-e053-2a95a90a559f", + "6c1df5eb-2e3d-473b-9c4c-3dc573f6ddb6", + "d267d8f5-1f6a-4bf2-92d7-256215e048f3", + "990dea43-2d36-6243-e053-2995a90a7d93", + "2625c14b-3c07-4d98-b0ad-ed7e64924927", + "b9673919-8a28-4fc9-bddd-632173c09a93", + "e7571e01-55d1-4df9-b4dd-da6aafe98610", + "57c646b9-6893-4e39-a6dc-c74f59ac222b", + "9aa14dd9-63f4-7e5a-e053-2995a90acbf8", + "dd718190-9753-4ac4-b7e0-63fdc1965e07", + "eb4fa990-b60f-42af-8c82-5ed7ff39c889", + "0dc7dad4-595b-4a5f-8bac-d8f0b5771144", + "8bfa5e30-6b70-488b-af9f-d135d12f80c6", + "59ba9334-bf80-4bdb-b1ae-57524f681eeb", + "421614fc-e6c7-43eb-96e9-563e69ca2c5b", + "4ea1b983-b27d-4f8a-e054-00144ff8d46c", + "d1726ff5-482f-4868-8b0f-5c16566b2bce", + "b247fe39-7f66-e502-e053-2a95a90a08f1", + "d02e4c34-8c1d-4dc0-a7d7-094eebfcadc9", + "9906b071-dc0b-4822-a88e-27c141d64b3b", + "7cc50d44-c1de-fff9-e053-2a91aa0a0be7", + "07f014b8-8014-4afe-a21f-f7539ba0829e", + "6e80f79b-1c68-4831-914f-521f17f1fd57", + "39a0cacd-6475-497d-8f8f-f223b365e86f", + "c55dc6a0-2c06-7f18-e053-2a95a90aa977", + "0ba75a95-161f-4ae3-8c4d-dea76987277e", + "9468ce0a-a602-ad06-e053-2a95a90a6488", + "704ed595-485d-4f23-9eac-a537c05750ff", + "c6c75bb4-3a9d-4562-bb5c-773e0b71fece", + "b93d22ef-7039-4148-9ab0-8a5656d93dc9", + "0cfe9a86-12a4-40a6-9d92-9552a75c1ca2", + "570a8f3b-5325-489d-9a1c-6888346b5f6d", + "61952fe1-815b-ff6e-e053-2a91aa0a2d58", + "91d2e1d6-4cb4-9b52-e053-2995a90a2dd4", + "15954695-9efb-4125-b9db-13419dc78fae", + "2a944264-1847-429f-a0c9-f35de3296b00", + "cd3f18f2-613e-4731-b243-56048a0d16d4", + "1d7be493-6b5e-4efa-b87b-bb9da3c3631f", + "1b38db19-65d4-4dd2-8496-94d4e8f7ad76", + "96223c54-a7fb-4ac4-84b7-3005491cd6bf", + "96fb3e36-f13b-4311-904b-b4e6172d2bfd", + "866ccc8f-c1a7-49a1-8ac4-e641b0c0563b", + "97f180f5-d8a9-8c33-e053-2995a90ad465", + "9b804b47-d4ce-fb99-e053-2995a90a3e52", + "c89a9aca-1876-448a-938e-c2b82f271206", + "04e4bc74-c1c4-48c3-970e-8be5de0f5bd9", + "089759d6-9f1a-460d-9cac-ad033b075ff3", + "bf8e29c2-7dcd-ee68-e053-2a95a90a873c", + "5cec1103-cec1-0e47-e053-2991aa0a32c5", + "154ac9e1-c3c2-42b9-827d-8360a7082ae8", + "3f3fcba9-fdb9-46ce-a1dd-8271d2b3555c", + "54274529-edd5-45f7-b894-a8173ce6221d", + "74b679f7-b831-4c96-ae70-005d2c8cc45c", + "b198b1f6-cfd3-40ba-878f-ac343fad3b1f", + "987a8d58-3250-479b-a226-4f157210c21b", + "d14d5ce0-b6f2-4638-8409-8d48e4050cf8", + "a2ea53be-9473-46cb-a9da-f093870d2612", + "a7550782-0b79-45d4-a493-7eec8bf90628", + "92c2d6a1-2a9f-c983-e053-2a95a90ae1f1", + "77465236-98b0-416c-82a2-5e397c6d2a00", + "b57ed13e-2a72-793f-e053-2995a90a588b", + "ce173be2-1f7f-4890-95d9-dcedfd210c80", + "c3c22911-74c1-4aeb-e053-2a95a90a95ef", + "4c1dfb85-e6db-49c0-af9b-e4d65337f9be", + "77189143-f8e2-442a-ada5-0d5911534274", + "5b25bf3e-037d-48d0-9162-cc6d0009b02d", + "2112a82f-9332-4d11-ac4f-b82f57fadf4e", + "09b60059-1a69-48e5-a997-5704795395b3", + "216b94e5-f1e8-4903-a990-4b6657cbdc05", + "948460da-60ec-5aeb-e053-2995a90a6790", + "7d3d1e93-a7f9-92d4-e053-2a91aa0a7dbd", + "940565c4-ec0f-b1f2-e053-2995a90a0928", + "fe40989e-b47e-4106-bd39-1fe7c8c72779", + "67fe1e8c-26cc-406e-ba0e-1a7bbf5dabbd", + "8ea537d3-1a33-40ba-b100-5f60aa69cde6", + "606e422e-51b7-4656-8d49-43ec2ed42bc4", + "a192c063-7f8b-407b-a7b1-01b1e28b9aad", + "95111d97-4e16-6beb-e053-2995a90a5ae7", + "c2759813-81e6-78ee-e053-2995a90a6c11", + "1df9f9cb-102a-44d3-893c-d16b3478036a", + "62030708-06a6-425b-a736-a458821cb145", + "9a9f6a54-d492-42a5-8c5a-87537ad63df2", + "787ac332-961a-4238-beb1-9671aecdc23a", + "c846e402-6acc-49b9-abc4-b54a3f6011de", + "94a960d7-fcb5-0fa4-e053-2a95a90a7537", + "30755b32-e67a-4400-9f49-4e75b45d0672", + "b20092cd-c4d1-43e5-bee4-d88f1053b5b5", + "945565da-744f-e215-e053-2a95a90a78a9", + "b81eccb0-ef95-4cd5-b48f-01c8523d53fb", + "7d3eb3e0-2eaa-1536-e053-2a91aa0a228b", + "6ff10702-6899-46d9-a138-4299ec1b3d2e", + "fa2df0dc-c611-4835-ae2c-39e8acfc996d", + "94554510-d263-75ee-e053-2995a90a1f05", + "5ce7094b-3244-4537-a9b2-36d2dd889d1c", + "9c740da0-d0c9-2540-e053-2a95a90ac7cc", + "9aa6a12e-9f90-409b-a737-9719a486f90a", + "04566e18-bef1-4cfa-9ac6-665091f99400", + "1a8e13f6-2df4-481e-b8f5-400ae3937241", + "28dff309-9f00-4c14-97bd-b8ab70a88137", + "92507885-2626-205c-e053-2995a90a1592", + "3a171db4-86a6-4b22-b13a-f9366adbb4cd", + "b57ed090-f1ca-714f-e053-2995a90ab0dc", + "3b8d6528-720a-468a-a571-fbb20f8425d9", + "a7aba628-3f6e-bc6c-e053-2a95a90ac3c4", + "da146f8f-a1a2-4faf-8432-14abc71f09fd", + "7cc4d165-c2d6-1dab-e053-2a91aa0a3207", + "3faeeedb-6301-424b-a4fb-bec334c2f4ac", + "1b710869-90ca-4656-a0f3-ee524dea884f", + "555052ca-376e-4277-9c5c-4c76974f9447", + "67303a86-9501-42e3-88e2-b64a33977275", + "5631f047-211a-4f65-8d2c-5276adffc0d9", + "9459bcca-e3d3-a19c-e053-2995a90a931d", + "8ff77d76-3958-496a-b284-7db7ad69d01f", + "c6b003a4-0e81-f32b-e053-2995a90a60b8", + "2e63690c-890e-4555-98d5-8fcb9607ce23", + "8a9ec9e2-a846-4f07-9a49-686b169534b0", + "60d72823-6cbd-46e4-8025-60bc14068da0", + "d0a970fd-e2bb-44dc-80df-576a1307f082", + "d7ed5c2d-cfff-4562-a5e9-76241e7d88cb", + "9724482b-cf4c-4cdd-84c2-53ea3d31c1fd", + "f1d03c6f-9942-4f58-a6ad-b712955c7cfd", + "7fb8514a-a2b0-4952-b4d3-44ec943c9ad6", + "aee8bf40-1fea-49a6-baa5-a3041c790227", + "a08419fe-79c2-c2bd-e053-2a95a90a5fa1", + "2fdaa6cb-8ec3-4b04-b370-13472b61820c", + "7cc4dcfc-cae1-94f8-e053-2991aa0a8852", + "6a74d2c1-10d8-4c33-b423-e6c95411d861", + "7b02c4e8-3a6c-4581-8458-9e76f27f2a8c", + "5481be27-59bd-4b54-9267-9b8d63712408", + "1a382b2b-9e8b-4816-9d02-91c61064dc3a", + "5ad3c199-64cd-4d77-808c-9d745a25b308", + "a5b171dc-0b70-45b3-9f6f-df8ad4387082", + "9147baed-3bce-fc1c-e053-2a95a90a28c6", + "7d3f2035-b032-633c-e053-2991aa0a59f2", + "93dd1494-f8fe-386e-e053-2995a90a1c30", + "5133bf82-2462-40c0-861d-44dac1467c47", + "9c4997ea-590f-47e0-e053-2a95a90ab4a9", + "c6b05488-ada8-6a70-e053-2995a90a0ead", + "56e2d778-6068-45fb-b7cd-a2877b6f6eae", + "a563ef9b-d0c0-4849-b603-6d469f7cbdcf", + "2488119b-9960-4298-91b5-98dcc377f63e", + "b60c0f42-635f-7439-e053-2995a90a564e", + "2a2f7473-3197-4d86-a01b-cd1a59c282ee", + "58757b5b-37e9-7192-e053-2a91aa0aaf68", + "598c6acd-766c-a740-e053-2991aa0a7dfa", + "9484e4c0-df7d-37a0-e053-2995a90a0ccd", + "5cc3bf1b-4678-6a53-e053-2a91aa0abfa6", + "3783ec38-64c3-4995-8d97-4cfb26a9540e", + "761b2da8-3d25-4954-9635-8fb922120ce7", + "3e403819-4c7d-4f20-b2c0-74bcc658c401", + "af0bdfb9-43b0-7020-e053-2a95a90a7fdd", + "15f05865-fc07-442a-a1dc-20c55acfc177", + "616d8c4a-241b-d56c-e053-2991aa0aadec", + "8901e0f6-8b7b-4294-a4a4-8694c83c680f", + "914801c7-91dd-0102-e053-2a95a90a347f", + "ae211b42-59e6-4d01-9837-deb03d640768", + "52db7cde-ec40-4c90-acde-76973d7e5368", + "b3a4b127-a60e-44bb-92be-057b0444efc4", + "be8c6949-8378-4af2-b18e-9134c8826652", + "2dc7ed68-1be5-4c3a-99d6-6f04fa1a84e9", + "a0843f12-dc6d-5a72-e053-2a95a90abe29", + "82826623-103f-7b89-e053-2991aa0a086f", + "91490ac8-f7e3-555a-e053-2995a90a5e31", + "a8efbb35-725b-4124-9264-b6451ac4c9da", + "94690896-ffc0-59b5-e053-2a95a90a9a0d", + "1aa235e8-4187-4141-8ee9-5826e3e4aacf", + "942d12db-99b7-439f-a576-4ae3ff462bac", + "7679f119-2216-4ab6-bdeb-7939a3d54c17", + "9456a775-13fd-2e3b-e053-2a95a90ade00", + "cc0a7913-1a98-46d0-9713-44993ef50dba", + "9b04da7f-d28f-f6f9-e053-2995a90a1307", + "e5089c4c-7d09-48e6-91d3-39ec5b649001", + "941f4b73-a4ea-3922-e053-2995a90a5923", + "91ceb6fb-68f0-1c2f-e053-2a95a90a8e5e", + "0a79a7bf-3afc-49c2-b493-6cf1e9f0306d", + "f3c1504d-2f60-4c37-a862-099a80c6a569", + "bd201f32-4447-304d-e053-2a95a90ad940", + "618ee962-d0b4-483e-b339-5217d295c8c0", + "9373183c-9226-4e59-8bb8-f91d80616c6a", + "12bfe163-98ca-42b8-85cb-58bb9dbf0d60", + "be917036-0cd7-4920-92eb-5545a7dc8b4c", + "dae2a7ab-5d92-4923-8625-8f2f044c6d63", + "3caf3213-7574-42aa-9203-8dee8ecd34a3", + "bec5067d-5081-d15a-e053-2995a90ae350", + "88786626-1998-7791-e053-2a95a90a91f6", + "a5dc33d4-43fe-45f5-ae27-4f7625a573e9", + "9b04afec-1610-1e14-e053-2995a90a8b2b", + "adc3c9bf-3c0e-4502-abd9-2e93433a2f67", + "aea55c6b-1eb9-4bfe-9a7c-e25facd366cc", + "f0a9e959-8fc2-4a31-802d-b3b1a1adaeae", + "b34777e7-11cd-44a1-a6b1-5c645f43caab", + "46d1d1f4-ffe3-443a-ae57-a1322b43dc7a", + "d4b4ed1d-489c-41a3-9e5b-23f428c3f83e", + "ee4ce25f-ac6a-4bb8-8eb7-62c4ae98b64c", + "18fc4141-c01f-48f7-8fb1-56d39f1d7efb", + "36b8ff76-16ac-40e0-b6f6-fdecd6d69b94", + "c9e7a379-64fc-4158-b0b5-e6bdbe6e0749", + "1e755b90-b1f9-46db-828c-d637696788cf", + "a3de72d8-8a69-446c-a785-491f23a22cb5", + "926df43a-a3eb-2dec-e053-2a95a90af485", + "8a087e9c-f951-45c3-9301-6432444451ea", + "5cc9070d-57cd-a48a-e053-2a91aa0a449e", + "a978f21c-0355-7c61-e053-2a95a90af3d6", + "0a9e28b7-cd37-40d1-97b8-b6457898e086", + "fa9ab0fb-9c69-4f0f-9b92-d73647e2500e", + "e27e28ef-e00c-4354-b579-6b2898bd1500", + "014597dd-06e5-4a62-a43b-1c5cbe2882b5", + "9bcd4c5f-1337-4d04-bdf0-b90c53650c78", + "91d2e1d6-4cca-9b52-e053-2995a90a2dd4", + "940bb63a-faf2-25d6-e053-2a95a90a9f39", + "5c9fe6ad-2379-4f61-b66b-36b2f64a9698", + "7d3f7c1d-79ea-acce-e053-2a91aa0acd38", + "941ca260-7430-83ad-e053-2a95a90a93b2", + "5b728d84-dea8-4ca6-a13b-dbf6c231b1a7", + "af0e5d46-a79e-55e8-e053-2995a90a8d10", + "6d3078d2-0d74-4e76-bef3-5968d9d1b286", + "6de7a55a-a619-4e61-951a-c6450511379d", + "3d02902d-ec03-4fc4-93a2-db2881425e40", + "897aab0a-0ff9-49d3-96e8-c0c87e081903", + "7e85aa4e-dadf-40aa-805c-8f2e9ef96f80", + "8b0817a9-f9ff-4ee9-8a2e-1145c4ea6933", + "914801c7-9199-0102-e053-2a95a90a347f", + "fb65b544-d3a9-4476-a224-076e11121e9f", + "ee01cdcf-5b24-4e0c-b106-c0b8217a950a", + "31e96cfd-0432-4fd9-b99e-9df22037c731", + "b6abf067-8bb3-34e5-e053-2a95a90a3007", + "085cebe1-1ff2-41cd-a3f4-0d28453c02b6", + "ab23ec1a-8fdd-4e43-8e89-a9a69ceccdef", + "59bf4c70-db56-4971-bfbb-129ee38f37a8", + "2afaf799-5c43-46f6-9d90-0e66560f6189", + "c607eea4-c645-4ed1-a1b6-e099ee61ab6f", + "941f9db2-1b56-a2bc-e053-2995a90a18b0", + "91d2c7b3-ff63-c281-e053-2995a90a76cc", + "fd664658-e22f-496c-b75b-dfb46b49f856", + "c625a9ee-28a4-071e-e053-2995a90a6d24", + "5e716504-5364-468a-bdab-c2fea59f8117", + "ebc3fad2-55e2-4ca0-b786-031650479512", + "d8fbf2a5-b155-44db-8683-c99adb4efc5c", + "949794c3-bee8-c1db-e053-2995a90af13f", + "c06b29d9-47f2-450a-b32a-0d89d6c7c43d", + "27647c29-4624-4875-bbeb-77d1bb48ae17", + "b1d9a575-26ac-4fac-b19a-ad6b7c768bb4", + "af54c8ac-4bff-4152-8577-d69dcdbc02c4", + "4da8cc0a-d0a4-4ab3-9d79-9f2ef106dbf8", + "9248d2ea-6e74-1acf-e053-2a95a90adda1", + "ca2e25f0-7d88-467c-951c-39358c3b7db5", + "496b3bd2-85c7-42cd-9b35-893fa9641079", + "c49b41a8-a0b1-4fd0-aa63-ce8e8ac90e98", + "44f52e89-5d49-4edf-b5d4-9b654e3770e3", + "9aa3946f-4059-482a-e053-2995a90a6072" + ], + "spl_set_id": [ + "2826d84d-b135-4e20-aeea-271e9f74f431", + "356e4ff4-a7f1-4a50-9b86-2555e232b300", + "4c30be81-fa96-4038-80df-a9a02ccf2d5b", + "54707080-9682-45fd-93c1-5e2ac1009a3b", + "56c125de-fabf-41fa-88a4-760d2793f202", + "82cc404b-fcf5-4e48-ab1a-09d8c47f9e04", + "9829f56f-723c-473f-89ee-4cb2efb3b8bc", + "a4a750da-47dc-430a-90e2-284dce6cdeaa", + "a791d664-99fe-4cba-95cf-f49baedde326", + "c0b61606-1234-4db5-a87c-9d10bf2d5396", + "dd0bbf43-eb02-45ab-9a9a-5ef021f87f47", + "eba01841-6f84-4c73-baa0-43e671a03f7a", + "06af68e7-2bed-4a0b-b003-c04b9ac5dcd6", + "092db5ad-9b47-4b89-968c-708fa83146cc", + "2f0ec798-6852-4996-96b3-5687920a1bbd", + "2f6ec676-3832-420e-be91-fce83f6586c8", + "3186cc35-d4d6-4e7b-8987-7615d7061e37", + "5886bf62-54d8-47a8-8850-0a7f637fca2e", + "a25d8e5c-8250-4fe6-8261-2be47afdfe75", + "0c3da844-39ad-1abe-e054-00144ff88e88", + "2c3f02ed-8612-453d-9819-ae1088f3a1c7", + "3d519af3-9398-4439-8253-1e5d4612b8e3", + "58179c73-e4ef-4301-9366-64e3e0d65053", + "93fb4359-c93d-46c4-b36e-611b829f514c", + "9636177c-a618-dc5f-e053-2995a90a9f2c", + "baf5a1ba-14a7-4e0d-ba0c-a34c4befd8ae", + "cc2fc28b-f4cf-4400-bc3f-410b27615e15", + "e5f68c1a-21f3-45a1-861f-229a95b3721c", + "e7dc2461-e48a-45b3-a64d-80028a384569", + "efdc15e5-c5ee-477a-9259-4f4a84f73837", + "3543b2bf-1062-468a-a5dc-eabb2408af8c", + "760006c2-c21f-42a9-9237-fc4c3cbe47d1", + "78c34b05-367c-4c8e-9c47-86a504c3e56b", + "89a96333-97c2-4fb4-a5d3-a2c829a63685", + "ea3f8eed-7b70-4156-9586-125d27bf29a8", + "f6a9ea44-08b8-4a33-bfbd-68cb2d852c39", + "318cc982-23a9-4804-b6fb-248f772d7a38", + "503408ed-e799-48a0-8d38-3034f4a0ead5", + "6a4c897d-c2a8-41b8-98b7-e7da8e2819ec", + "6e30ae50-1a6c-474e-8f24-9e220522a04c", + "a7c02378-4213-4e57-aca2-2437ad02f786", + "adc960a6-6576-4579-b29a-99c06d3ad869", + "d99f8214-0b36-43ca-80e9-6a64bc4674e8", + "efc7d42a-241a-422d-bc08-be2f5f774b62", + "070d5713-e018-2913-e054-00144ff8d46c", + "096dea5e-b922-4091-964e-68f46d6d2923", + "1318341c-a1d5-4195-857f-7f1658ac1f71", + "3ca60fa3-0a0c-4b3e-a0a2-da527ccf4fe5", + "413789cc-60ce-45f0-80c5-cb3de3e96a62", + "52c16028-d77a-42df-8619-940f2ae5a823", + "7845a9d5-bf0d-4b64-9e86-17203b7d0f7f", + "785e913e-1780-4fd4-8428-d83c26fe810c", + "81cba711-cd77-6276-e053-2991aa0a786d", + "89157243-c14d-03cd-e053-2a95a90a0c8c", + "cce244aa-cd79-49c8-b68e-267f2bd0ef67", + "f2e7332a-bcd6-4aef-9e4c-a2cef5ea9464", + "03a80700-b12d-4499-a543-4850840d5fb0", + "18b79449-5c4c-41ce-9609-80f5efa0375c", + "413b3b95-2867-4534-8290-54f477cccf1e", + "7b505734-2ed3-4916-9fff-f7128391cf23", + "8133c3fc-97ce-46b4-8580-7da9f09f622b", + "c8a8986b-1ab4-9da0-71da-42595db08b44", + "f9a21cf7-8fb7-4d3b-b18f-9f8a6a581a25", + "13219b9d-2ce5-474a-934f-891d4af6887d", + "278081da-9a53-4833-b7d4-11cd35a1d3d8", + "58a371d4-1f00-4fda-8e08-80610c58505a", + "6b14a874-5abe-4911-b68f-29267766801a", + "7c24aff7-2b96-27ac-e053-2991aa0a5714", + "88b0d897-b93f-42c3-88d0-784dd6c555e4", + "8977b821-2843-4436-bd3b-bb902a4b787e", + "8aaa82c6-b46b-25c5-e053-2a95a90a3793", + "95bef9ec-c270-707d-e053-2995a90a3574", + "988df967-b3f9-4368-bba3-8f8a47805aca", + "9e09b4fb-e015-45ea-8b1c-27faf65572aa", + "e35ebda4-aff9-4870-81e2-85b85e5c4db1", + "093e0458-9975-456f-8950-8273c8890b3c", + "172c2e5b-8123-4133-8211-202c5f93b2f3", + "2f2a55fb-d5ea-4a0e-99ab-6bcd6e15b7fe", + "33cd6cf8-d212-4ff0-82aa-b96ffd0b1f26", + "3968bb7a-81c8-4835-b4b5-37df5190de79", + "44a08904-68b9-4d06-a28d-21aae3d6140c", + "5a38a643-55b0-4a6c-84e1-ee2374435114", + "5ac74220-daa2-401c-b70a-0893f59a2280", + "60a29da8-a7ee-438e-87aa-0924e98503ce", + "70d8ba6c-8dfe-402a-817d-22544141d160", + "746059b3-ed18-4a81-a70e-4d758e048d8e", + "820ceaee-2b49-4204-8ebb-d683d9b62e14", + "8b2b4a5f-1d58-40af-8b7a-0566e0f6b55d", + "8cacf02c-9925-40d4-92bc-78788aa0681a", + "9efd2b0e-64f0-4ca2-bce3-075f08312096", + "afcf22cc-0294-4e09-857f-ea51a224a196", + "ca603b12-e0f7-4d79-8e0d-4651a788ba9b", + "dfc4332b-aca4-4a27-973d-6956d625f9ce", + "e273ead7-7cbc-4fd5-a136-9d3558a35360", + "e88fe09e-9f3d-4ab2-bf8a-8eafe45a8989", + "eb943985-09d8-4e03-be2e-838a2c3a5cae", + "0c771119-4cb4-7137-e054-00144ff88e88", + "366e5840-00c6-42bf-952c-8f46e69d46ef", + "4cd306e3-2119-4272-9da4-a848fe2746fa", + "55d645bb-8645-4984-a7b9-3e6eed8c6412", + "6495a989-b353-4306-8cc1-d8917ffdaceb", + "7396c97e-8a51-4a21-8208-f13258b5285c", + "77cfa372-e3ad-4112-bbd1-5227342aaafd", + "928a7c78-4b18-4e62-82ed-0d785227cb7e", + "9764367f-c26d-33ba-e053-2a95a90ab768", + "9f114567-f7cd-438c-bf0b-8831f385b368", + "c4461638-06e4-45de-e053-2995a90aa3af", + "f1ce15a3-9824-4eb5-910a-39078165f385", + "f919bed2-30ac-4938-b14f-c5c652edcdae", + "07edcb31-d31d-4607-98c3-dcb1e062cc70", + "0b27c0fd-7ea8-4588-9169-5ad4e8df77ef", + "265c7d85-a666-4234-9c30-ca8e31f4bcb8", + "2a335115-cacb-4287-9087-0b7db61b9377", + "3f73a359-59d7-47bb-872e-914b0db719af", + "5cefc706-4930-40e5-bca1-19f03420a362", + "5e1484d3-5be1-40da-a3bf-fb19f7d27d45", + "7afce7b4-c86a-43f7-83cf-15ebffba2f35", + "8ae16aa2-54bc-4c1a-aa36-93524199a67b", + "bbd2d09d-8bf3-4319-b0b6-e0bf8de51497", + "c321208c-f192-42c5-9454-e0df5d02d685", + "3ebedad4-df5f-4f7d-a74a-9c40d46d667f", + "4c2e2c79-8c9d-4a9c-b7ef-412aa19834fb", + "50f6df72-ee8a-4187-a128-ac89a9c394cf", + "56dcdf1e-ec4d-4429-895f-f104f6c4f8d5", + "7369cf7e-b1b8-4faf-982c-454e2ae6cbfa", + "7f5d9ebe-8119-49a2-9380-eca18a5e5e85", + "93cbd3cb-1072-89e6-e053-2995a90a2f15", + "b8cc9f78-a292-40eb-819d-bd80a552628f", + "c0c31523-c4c5-43c2-8d72-4d1456c720e9", + "e5b51379-40d9-4fbd-b1aa-0994c854572c", + "fb13ff24-0602-421b-9c94-ce1e04bb97c1", + "003986de-ee58-4ecf-a850-73505967a976", + "06d11937-cb94-499c-99c6-b90ddaa7a265", + "2777beea-06d7-4ff5-ae4a-ad7a117dfb62", + "31e76aff-63f6-4ee6-8a48-80a73890e607", + "46103df6-8ab8-4d95-9d6d-9302a41f8cb2", + "7891fb3b-aadc-4b03-aa79-222fd6e77471", + "8ffe1a81-56df-45f6-9d65-ec409539cad7", + "9ca411d6-bfaf-4ed3-ae01-c30520aa5bbd", + "9efcacef-71fe-4873-9036-d3f3c0ad2c0a", + "9f919a48-ffd8-49fa-b6fd-ec71cc12e64b", + "c0fb38f5-79bb-7460-e053-2995a90a1667", + "c51dae48-aa49-4926-b04a-0da264e08dfa", + "c9e384e5-fa9b-4c75-b5e3-16eb8db662ef", + "cfe9dc65-dfbb-4c36-a8c9-57bb460a8d97", + "fdc3cb8c-2d8d-404e-9ba1-d030c8f5675d", + "0e3be5f4-bc1b-4b44-a86a-ace89f6ee592", + "39e142a7-8590-4e1e-8319-6904fb57cc8a", + "8df9ad9a-72ec-486e-a381-54c2bce27da7", + "8eec0f7d-2b57-4f47-ba74-45a4d838e0fc", + "979973c1-661a-4384-8b92-fd901ebde558", + "9c97febf-3b61-4ad3-879b-22815357287a", + "bbb6e403-888d-42db-9daa-e50d847248c3", + "052c35dc-e8b4-49e5-b626-2abba46e8dc8", + "1a96c738-9f73-42f1-9ade-5440b730cd28", + "3dcf9e68-10d7-4a67-a250-9c786d25bc06", + "453f62d5-f580-4d19-bfae-4f78c2a6b6d6", + "52758875-e386-4c33-9c20-48a33425ff16", + "5d58312d-90aa-4efd-b10a-7a0cd02f1461", + "61d18e02-8b29-7c40-e053-2991aa0afbd2", + "73e74c1c-a556-4d2b-a15e-fd2786ea057d", + "9147c0ce-fcdb-457c-b9f5-e4edd66e91d0", + "bd11081f-c5d1-4c98-8f5a-4c45269df79b", + "c2042e70-359f-4756-89a9-4226620402ae", + "e150dd59-8db8-449f-9c9a-1aa6deb3be2e", + "f7ca9f4a-f8ef-46d2-9536-b69541e6653d", + "0c6ae05f-7634-34d1-e054-00144ff88e88", + "15922349-2825-45d3-95ff-c5a2879ec225", + "b247fe39-7f65-e502-e053-2a95a90a08f1", + "c19ad239-37bf-4eec-bef8-f66074b8a77d", + "d3df90be-9037-44b2-bf48-540d68a033b2", + "d8f73d3f-a911-49f8-88b0-0c11757fa51c", + "dc084d2a-2897-4a7c-989e-4a2a59ec7dbe", + "0cc46a81-54c9-44b7-b384-79d25255eff2", + "188de17c-36aa-41ae-9d84-d1b8c4ea6957", + "1acc8c1a-c746-4635-800c-de1ad758fce0", + "35005045-57b2-4ffe-ab70-22d570c1b161", + "5245fdc9-5fb4-443d-9d65-1189aabc0dfe", + "56d1cd4f-aae1-4f9d-a478-97da8e1f2215", + "7227aef1-e351-4dde-baae-2123e48c35e3", + "9813f9b8-597e-46c9-b505-021a2cc4a48d", + "a7139686-b351-47dc-a395-832429aaa569", + "ae9d9977-7576-4894-8a32-454828abec9a", + "b13ad410-729e-4e8e-b172-d751ee21a91a", + "b3e5711c-9529-4eec-871d-de8efa858b86", + "c46688ec-e976-4f76-9265-645f59970ff5", + "cf3139a5-e36e-48e3-bb6c-e102b0cec555", + "d09d6a65-c9ab-4007-bf66-1aece2b8bd14", + "0ce17980-15eb-4a8c-84ca-5d0019d2a4f6", + "1754a9f2-e7e5-4efb-a728-6ba2a7155d11", + "4491faca-f30b-4eb0-bea9-f518f6b2f095", + "5ebd04d8-52c7-4c72-a4c1-fc7fd488ea24", + "5f32cf74-dbea-496c-ba23-2040ea354f40", + "5fbd8bb3-46f9-4089-9a21-b6af97a06106", + "6c6cf852-6821-59e1-e053-2a91aa0a4021", + "792909b7-1093-465e-91a1-10df1788aa32", + "87c580d3-6009-4be9-aea7-13539fbe6e31", + "d4a4321f-17e6-49cd-b2a5-44b9cdf4869c", + "de59aae2-f794-4243-acc8-37a10e27abde", + "11458142-4953-4f9f-bbb6-4422d085a960", + "21c7e575-5732-4a94-a2af-1c7c0cc95a9a", + "3f3fcba9-fdb9-46ce-a1dd-8271d2b3555c", + "58941782-362d-4436-b365-e909bdbd29a2", + "65eb2417-96f1-4d23-8d70-9b52951dbfd2", + "ccef06e2-a6eb-4281-904e-aeb2aa106498", + "d35d798e-76f1-454d-86f6-ad11c3bf17d8", + "ea4cf2d5-477c-4c3f-b50c-f695a9b38be8", + "44730dfb-5062-4015-924b-c30b6c2b19c2", + "477e502a-47c0-472a-9d83-5b98dcb9e0a3", + "662a2bc6-9507-465c-b467-7ae1b2e1dedc", + "6a6ac7fe-91a4-4b55-979a-b53b51505d8b", + "89159e28-8eb3-1bd8-e053-2a95a90ae4a7", + "9df37ea0-e1d1-4980-8a49-6d33fc790893", + "bbee8ee4-e09d-3ba6-e053-2a95a90af647", + "bcbfbe0a-6f45-4758-8eed-37e4d110e33f", + "d777f29b-e266-4878-b14f-ce96144f2cc1", + "e92ca292-7579-4549-95da-2a44a8931353", + "fb3a8e38-e991-49c9-93dc-1d29c0a97ba3", + "09b60059-1a69-48e5-a997-5704795395b3", + "325723b0-b29e-40c2-9a53-63a770680a8c", + "39700297-4000-4c85-84de-29ffd559cd6f", + "5d56618c-8ea2-42ea-a9f2-339bd0055ddd", + "649f2242-2b61-47c0-a654-28cab9ad63d4", + "671b28f4-37aa-45a9-8d1d-0d310f305931", + "67fe1e8c-26cc-406e-ba0e-1a7bbf5dabbd", + "87def9e0-0246-42cf-b8ea-2513d52e9f68", + "9399d69e-04ab-4109-8f30-c38f1c15c78c", + "99402699-e368-4703-bbac-1e4f7f77a0c4", + "a6f15f71-1327-4b71-b9d6-e3e9f0243801", + "c2759844-a49c-450f-e053-2a95a90a2972", + "c550b92e-de54-4599-9534-bd3022b0a86d", + "cd727543-10ec-4991-8036-d4668187230b", + "e6e9d4dd-4eff-4be7-a598-8b9a549d6242", + "ec0766a3-683b-4e83-ba7c-8aeb638c2a2c", + "0ab34dc7-0110-4fc3-ae53-234e7d7bca3c", + "54e69d5a-55d7-4ebe-8494-0be93613f1e2", + "5910a882-eb40-440f-8a30-c21fbce9050e", + "72b16a5c-825f-4f3f-a8b3-b723e4242da7", + "78105aca-fea7-449f-b7b2-a996664c2230", + "9975b0da-1a3c-4ff6-a779-ab478c3a5807", + "9cb0c2df-5e72-42c5-ae93-144201fd263c", + "a0b11f2c-6891-45a1-992b-96cacc420da3", + "f8c8b776-1ec2-4ba6-8a5f-f12a0b47d09e", + "fcfa0feb-f499-44c2-adc3-86e0dceb3016", + "ff57b70f-6f38-441c-943b-937730ba188c", + "1d3e8e99-62d3-4926-9eee-565e43bbfef8", + "3b84746f-05ab-4f88-b9ae-efb8c5dfc233", + "467d05fe-6115-41da-84dd-a4fa50d5b117", + "5510ee23-0788-3beb-e054-00144ff8d46c", + "5cf74d72-c818-400a-9279-87e209efeb15", + "609948d6-0f20-4d0c-adc0-6ae72a4f2b7a", + "6615bf85-1f79-4d21-91f9-4248c3cf9b38", + "89159e28-8eb6-1bd8-e053-2a95a90ae4a7", + "a0a19cd1-eb8a-4773-be00-78de90d2a3c3", + "a7abf2be-bb8f-6c05-e053-2995a90a0477", + "ea4fce02-c324-485f-b8af-6b1c99e10511", + "14cb1d2d-95b8-447e-8d79-e6ec82c0e431", + "3cee4e1e-996c-46fc-a841-f42b7cbdf34d", + "6403dd67-4e37-4928-8505-2be590247408", + "660b80f4-58a6-4d7a-b8a8-f382f940f6da", + "67303a86-9501-42e3-88e2-b64a33977275", + "80193a24-46a2-4ac5-bd6a-54e204247fce", + "96359eb6-62bc-4b13-960c-050af99a8c02", + "a7e27000-a26b-46c2-823e-663f4e76db74", + "a7e74128-fef8-4a11-e053-2a95a90a0697", + "c75c3cac-a160-4402-885d-31c61fe42ea2", + "d048ec82-919c-4e45-a7b2-299ef39cb19f", + "eb29d6be-f095-44b2-b6ed-7e4167b596f8", + "f5e03727-7d94-4a79-a1a7-b1be739323b9", + "1277e38d-63e3-4cc2-bacd-688f5d3552f1", + "13d0419b-aa92-4ad0-8e58-08145401e73a", + "2e277c52-64ae-4070-b761-3383dd059484", + "36cb530b-25b2-4f62-a25d-aa04360815a8", + "4389d4fa-c449-4c64-a7e9-0357f4afd540", + "4ca79a79-b977-40e5-87d6-fd7d7a1240a9", + "59da9d81-61fb-4ed2-9863-73455726cafa", + "80c7a688-799f-4be2-92cf-7035637abf0f", + "886a05b5-b4b5-40fb-b131-97c41c0ec9ec", + "a1da7d0d-f264-4e3b-9450-523ecad3577b", + "aa27b247-626a-4fa5-95e4-184d1970e11b", + "bf1d5111-4e06-46dd-af00-082093a4b3d2", + "c301bb74-2e38-40f7-ab64-8239e9cf5641", + "f65319eb-be78-4822-994d-399439a44440", + "fb75f688-5a6e-4299-90c6-23d2f8c91532", + "5aaf8b66-b00e-4bc8-972c-bbe6825284fb", + "8c15ca67-6efe-77da-e053-2995a90a3656", + "955484a6-2a7a-4b15-a9b4-e888ed5de04c", + "9c4a13ee-354e-2e56-e053-2995a90a65d2", + "aa67ea3a-2741-7ee0-e053-2a95a90a6485", + "b30a5662-c271-493e-84b3-1b0097823606", + "c741a0a9-d39c-4598-9a12-c7e0c4617835", + "d9db6659-6afc-431b-ae05-c941775e6366", + "f77078a8-3268-41f8-ba89-29386a1ad281", + "f7a5d612-443c-4701-ad3b-8eb53c87bece", + "075b103e-0bb4-4b7a-ac0e-5645bcbd0a07", + "0c6ae05f-760f-34d1-e054-00144ff88e88", + "219ca3f4-24ad-470c-8482-6606d6c4bc85", + "236a5672-556a-4d8f-9bb6-5877e363e747", + "4da96e47-e996-44d8-a9ff-a5a24099b3aa", + "63fcd93a-b1db-44ba-8f2b-055a7deb205d", + "6e1c1129-562b-4a8a-ac37-db3cb2a82735", + "9e77ab7a-07e8-42aa-e053-2995a90a0d0e", + "b4064039-2345-4227-b83d-54dc13a838d3", + "cc77b9d1-7874-4ce8-a763-3a0e1c2891de", + "df7835c9-f10f-40c6-8955-61423d94b677", + "e991f6bc-7aad-414c-862e-b2f98f42af80", + "1b18ffb7-7e96-4973-a47d-f6477a8f6767", + "4522f745-b88d-4021-a5dc-0161f1967dc9", + "4a1e9c79-5036-4c69-82f9-e48abc972b47", + "4f90dbee-c333-4a3b-bbf8-373567eecf9d", + "65cdce0f-be04-43ba-8c68-bdce7983cfa1", + "674e6c61-201d-41de-90f8-4d56099c4e38", + "809c5758-34de-85e2-e053-2991aa0a73f0", + "89157243-c14b-03cd-e053-2a95a90a0c8c", + "9333b8b0-0799-4817-9409-befb52593590", + "b3ca1e65-e20f-4cdf-924a-3fa28a1b1638", + "d2fc5f61-8a38-4f7d-976b-c145f6c481f9", + "e8e67feb-d511-47c2-86e3-f56de610b873", + "fbe8ddc3-1016-4826-98e8-cea34c752cc2", + "14d010fb-c4a1-4c3d-942f-58719727bfc0", + "222d187b-aae6-410b-baeb-b2bd42f5c676", + "2cec3d3d-21d9-476c-e054-00144ff88e88", + "338aea3b-a38f-424f-9006-3ede3825bf90", + "4a8d8d35-d842-4b0c-90f0-99fe3cf45675", + "7990ca49-fb30-40fe-9ac4-48e89eac9bb2", + "7b8ef659-fd65-41e0-a323-9f229e654021", + "7dd0ae95-32e3-4e44-b9cf-a91e422ec4db", + "9265d5d7-6fa4-5823-e053-2995a90a57f3", + "aa50f1a0-8c7b-4906-92e7-f339da7ad3fc", + "c55304be-bfc0-46a8-a37e-2e6ba9098394", + "d8b5d5b4-44d2-4f8f-8c11-e4fc96504f59", + "f34adff8-a823-4a00-a211-3d65e742639c", + "27ff817f-e2c8-45b6-9f4f-4a1f6a5ea9bd", + "3caf3213-7574-42aa-9203-8dee8ecd34a3", + "6a0d253d-7743-6a21-e053-2a91aa0a3277", + "88786626-1997-7791-e053-2a95a90a91f6", + "e077fe14-62bb-462b-bfa3-8a83c06c22f1", + "2ab8564f-f958-7512-e054-00144ff88e88", + "563820a8-c90c-45f2-8af4-a457bb094546", + "88b54062-8b3d-4024-a957-62b3255184b9", + "939fce7e-55df-4dc5-916b-a533448e962f", + "c49082cf-b0c5-4434-84d7-f5a58c0a5dbb", + "e26b4a20-70f3-457d-8832-2a984308f399", + "e2ae3442-ae47-44cd-8ce8-3bf565422b1a", + "ee4ce25f-ac6a-4bb8-8eb7-62c4ae98b64c", + "0e7aabbe-b0ee-4d07-808e-c874effe67f4", + "36b8ff76-16ac-40e0-b6f6-fdecd6d69b94", + "3bac7218-323a-4b76-a826-15ed0ab6da94", + "40e770c7-6290-47bb-b386-8c07498f397b", + "58684138-04d1-44a4-bc52-c5b85d93d7a6", + "8ed252be-8fdb-3809-e053-2995a90a4b4f", + "92b8637b-03a9-461f-b2f6-6eddaa214953", + "968afa79-eaae-4cd9-ba0d-3b5eaa466b58", + "a9cf438d-b424-4b40-9cc2-16202a70accc", + "bd69d3d2-5d38-47c6-98a6-124f7a43b8b0", + "d8f4a908-55c1-4629-8273-428c4b64f29e", + "e27e28ef-e00c-4354-b579-6b2898bd1500", + "014597dd-06e5-4a62-a43b-1c5cbe2882b5", + "0a950d2a-cbb8-471a-b06e-ae510aef9ec7", + "13bb14b8-caaf-4f60-9395-6e6a0adeaa90", + "4359da13-e851-440b-91b9-6b544bff20d2", + "5c9fe6ad-2379-4f61-b66b-36b2f64a9698", + "7146c505-2469-4bc2-9e1e-ceb60951c8ae", + "926fe7b6-9607-469f-912f-4019891067a9", + "95a0fb58-02b2-4c54-9062-1ffb51b369c0", + "af0f50d2-3e2d-f723-e053-2995a90a0d4b", + "dbf40c7b-ce30-46f0-9dea-2ca8ff1c9f6f", + "e9fddbc1-11fe-4cf6-8794-1650fa1b32ae", + "ee6087b3-347f-4999-b1ba-9ce7caaa5478", + "01666439-849c-4459-9490-b4e040137357", + "248cd302-e380-4837-bdae-9df620b67e8a", + "2c9abe94-9dc7-42ca-bac0-0abb34c3f725", + "36859354-1e42-4ac7-82bf-84594194043a", + "697e9dd2-66f7-4569-90ff-9843c8d9057d", + "7ecd58a3-67d8-4be3-a1a2-79706653273e", + "904a2b21-d911-40c3-9e4b-59543ea5be4f", + "b6abf106-159f-6e9f-e053-2995a90a55f0", + "bc730247-993d-47ce-8351-c30557624ba1", + "cb30f0a9-8714-4e41-adff-2de9a4b0711a", + "186a6270-e3de-4499-88a4-5f723fee3e34", + "2763a733-d617-4d95-8429-fbf81d9d77fb", + "3d426f2d-e8bc-47c5-8a10-e15a886c2651", + "41a88e22-6272-4653-9df6-a71254caea0d", + "670069d7-f68f-436e-ac0d-8a998ecca694", + "6da352fc-8049-4fb3-8768-26bbd298d331", + "88cb580d-64ec-4762-be76-71cccdc07f18", + "8e1fbc2c-fb14-47be-bd22-89b6f4c93785", + "a20eb2c9-1743-41b4-b189-c2e144d9486a", + "b0d0dee1-984d-4d5f-a77b-8080aea33ad1", + "bc99c928-5381-416f-ac05-4b00c5ac9b04", + "c3099892-a8cd-4574-a6f9-041e59e2feae", + "e79c7ab4-ba8f-4ce3-90d8-82f6733b93d5", + "f4aa0de9-ffcc-4140-91a3-fd9e7a55f2ac", + "fb3cfd33-3942-4371-b86a-b3c3ea1dceb9", + "34b5de46-75e7-41ce-8166-529329a3f250", + "3d3e1154-6fc3-46b5-b216-11a86cc2c7fa", + "5399bb8a-85c6-44b1-ba00-00d90c2bb481", + "6bcbff93-c2b7-4ffa-bd41-5e6bc08f7ff9", + "6c7db6a8-f017-4a15-a4a8-4fba82ff658d", + "b11a4c4e-374c-403e-a757-5e9700f9f03b", + "eb330933-be20-4c8e-a1aa-64c4f085c279" + ], + "package_ndc": [ + "49035-914-32", + "47682-456-50", + "47682-456-47", + "42961-044-01", + "42961-044-02", + "42961-044-03", + "42961-044-04", + "49348-937-82", + "49348-937-14", + "36800-545-60", + "0363-0587-32", + "0363-0587-14", + "70000-0218-1", + "70000-0218-2", + "70000-0170-1", + "63868-898-10", + "37808-157-14", + "68391-416-90", + "30142-627-57", + "11673-378-90", + "62011-0040-1", + "0404-0712-99", + "0404-0712-13", + "50844-600-32", + "50844-600-17", + "50844-600-01", + "41520-228-14", + "41520-228-12", + "41520-228-03", + "55670-131-99", + "55670-131-13", + "68210-2200-3", + "0280-2200-60", + "21130-167-78", + "68998-146-01", + "30142-274-68", + "54162-940-90", + "55758-312-50", + "42681-7075-1", + "55910-438-12", + "70000-0147-1", + "30142-370-12", + "69607-0867-6", + "50066-610-13", + "50066-610-30", + "49035-370-03", + "49035-370-12", + "56062-027-12", + "0536-3305-01", + "0536-3305-10", + "49035-467-68", + "49035-467-08", + "17714-009-36", + "70000-0253-1", + "70000-0253-2", + "70000-0253-3", + "70000-0253-4", + "11822-0600-3", + "11822-0600-4", + "54738-128-36", + "63941-249-12", + "54257-274-25", + "54257-274-06", + "55315-645-32", + "0904-6712-60", + "49483-382-01", + "49483-382-00", + "0280-2090-36", + "50844-219-07", + "59779-772-87", + "69168-318-50", + "69168-318-06", + "69168-318-17", + "60577-005-01", + "59779-439-29", + "59779-439-51", + "46122-691-78", + "52124-0012-1", + "41250-681-02", + "70677-0071-1", + "0574-7034-12", + "0574-7036-12", + "17714-010-01", + "17714-010-03", + "17714-010-10", + "55319-467-68", + "41163-563-06", + "41163-563-17", + "41163-563-32", + "0363-0218-79", + "0363-0218-07", + "16103-357-08", + "16103-357-11", + "36800-274-68", + "63981-563-62", + "63981-563-96", + "63981-563-51", + "72288-416-78", + "72288-416-90", + "30142-699-06", + "30142-699-32", + "30142-699-14", + "30142-699-17", + "21130-918-07", + "51824-077-01", + "37808-867-30", + "0904-6783-70", + "56062-274-68", + "17714-121-12", + "17714-121-06", + "17714-121-10", + "70000-0014-1", + "72476-105-01", + "72476-105-03", + "49738-077-18", + "49738-077-03", + "49738-077-05", + "41520-157-78", + "41520-157-87", + "41520-157-90", + "10135-689-62", + "49035-563-13", + "49035-563-32", + "49035-563-27", + "49035-563-96", + "49035-563-11", + "49035-563-14", + "49035-563-17", + "68016-747-10", + "68016-747-30", + "68016-747-50", + "56062-416-78", + "56062-416-87", + "56062-416-90", + "64092-119-60", + "50844-957-29", + "0280-2000-24", + "0280-2000-50", + "0280-2000-10", + "0280-2000-20", + "0280-2000-01", + "49483-330-12", + "49483-330-10", + "61245-116-13", + "15127-228-94", + "15127-228-65", + "49483-349-00", + "63941-081-01", + "24385-278-68", + "0536-1053-01", + "0536-1053-05", + "69168-372-50", + "69168-372-06", + "69168-372-17", + "68210-0025-0", + "62011-0028-1", + "70000-0419-1", + "0536-1004-10", + "0536-1004-41", + "55301-600-32", + "55301-600-51", + "49638-115-60", + "72036-152-01", + "0280-2040-50", + "62011-0021-1", + "66715-6704-4", + "49483-328-01", + "49483-328-10", + "63940-321-02", + "55910-945-12", + "11822-2180-9", + "11822-2180-7", + "63940-218-07", + "72615-0064-1", + "0113-0259-68", + "55670-620-13", + "63868-363-20", + "63868-363-36", + "33992-2883-6", + "41163-945-06", + "41163-945-32", + "0363-0157-12", + "0363-0157-14", + "0363-0157-17", + "0363-0157-98", + "72288-467-68", + "68210-4098-1", + "57344-018-11", + "57344-018-21", + "0904-2015-59", + "0363-0227-57", + "0363-0227-14", + "21130-397-07", + "49035-157-06", + "49035-157-12", + "11673-416-87", + "11673-416-90", + "57896-921-01", + "57896-921-10", + "57896-921-25", + "57896-921-50", + "57896-921-20", + "0904-7704-18", + "0904-7704-70", + "0904-7704-80", + "55910-274-23", + "49035-355-90", + "24385-364-68", + "67060-232-02", + "67060-232-68", + "66715-9726-2", + "72036-018-11", + "72036-018-17", + "70000-0420-1", + "70000-0420-2", + "57344-146-08", + "51824-055-01", + "62011-0020-1", + "62011-0020-3", + "62011-0020-2", + "59726-867-60", + "59726-867-10", + "59726-867-30", + "42507-370-12", + "70000-0035-1", + "54738-541-01", + "54738-541-02", + "30142-027-12", + "30142-027-02", + "30142-027-03", + "30142-027-05", + "59779-605-32", + "68016-690-36", + "68016-690-18", + "49638-101-12", + "49035-416-78", + "49035-416-90", + "50844-675-03", + "50844-675-32", + "68210-4128-4", + "56062-467-68", + "63941-600-27", + "71399-8627-1", + "71399-8627-2", + "49348-498-07", + "63868-469-36", + "50844-218-07", + "72036-146-01", + "68210-0015-6", + "68210-0015-4", + "41163-522-02", + "41163-522-05", + "49738-786-18", + "49738-786-36", + "15127-738-21", + "15127-738-01", + "15127-738-05", + "15127-738-10", + "69103-2501-5", + "69103-2501-6", + "65923-507-00", + "42961-113-01", + "42961-113-02", + "42961-113-03", + "30142-467-68", + "30142-467-08", + "65923-249-12", + "46122-615-87", + "46122-615-76", + "68016-722-12", + "68016-722-30", + "51532-0232-2", + "49035-274-23", + "49035-274-08", + "49035-274-68", + "59779-274-68", + "59779-274-08", + "63548-0227-1", + "0113-0274-68", + "0536-1054-29", + "0536-1054-05", + "0280-2110-10", + "0536-1008-36", + "69618-066-10", + "69618-066-02", + "59779-137-01", + "59779-137-12", + "59779-137-05", + "36800-968-12", + "36800-968-50", + "36800-968-05", + "68998-105-01", + "50844-563-32", + "50844-563-14", + "63941-157-12", + "63941-157-14", + "63941-157-17", + "59779-157-12", + "59779-157-08", + "59779-157-14", + "59779-157-85", + "59779-157-90", + "49483-481-10", + "49483-481-12", + "49483-481-00", + "49483-481-31", + "49483-481-50", + "50844-157-12", + "49738-781-01", + "49738-781-03", + "49738-781-05", + "55315-867-30", + "49781-097-52", + "49781-097-58", + "0904-6713-18", + "49348-757-07", + "11822-2270-4", + "52124-0011-1", + "41250-780-01", + "41250-780-14", + "41250-780-06", + "41250-780-12", + "63868-332-36", + "57243-157-12", + "63868-354-45", + "0536-1148-01", + "63941-397-07", + "46122-598-48", + "46122-598-87", + "21130-957-12", + "21130-957-14", + "21130-957-17", + "36800-157-87", + "36800-157-12", + "36800-157-14", + "36800-157-17", + "49483-331-01", + "49483-331-00", + "49483-331-10", + "69618-046-02", + "69618-046-10", + "81238-0232-2", + "55301-157-12", + "55301-157-14", + "55301-157-17", + "70000-0178-1", + "70000-0178-3", + "70000-0178-2", + "66715-6840-6", + "54738-559-12", + "54738-559-25", + "54738-559-03", + "72476-867-12", + "42681-0013-1", + "57896-901-01", + "57896-901-10", + "57896-901-27", + "46994-157-33", + "0904-6811-80", + "55319-601-32", + "55319-601-17", + "63868-352-03", + "63868-352-10", + "0904-6751-80", + "30142-391-17", + "50804-880-01", + "50804-880-13", + "41163-797-07", + "62011-0405-1", + "37808-031-78", + "37808-031-87", + "37808-031-90", + "41226-481-12", + "41226-481-20", + "41226-481-31", + "41226-481-50", + "30142-416-78", + "30142-416-87", + "68391-867-05", + "21130-645-12", + "21130-645-32", + "21130-645-06", + "0904-6794-89", + "0904-6794-80", + "62011-0432-2", + "62011-0432-1", + "55319-492-13", + "55319-492-29", + "63940-333-10", + "49483-334-63", + "49483-334-00", + "62011-0019-1", + "62011-0019-2", + "41163-416-78", + "41163-416-87", + "41163-416-90", + "0113-1919-78", + "0113-1919-90", + "41163-918-07", + "41163-918-99", + "70692-161-31", + "70692-161-50", + "70692-161-11", + "46994-600-32", + "72036-181-02", + "72090-001-01", + "41250-274-68", + "41250-274-08", + "69517-136-30", + "70000-0428-1", + "15127-241-36", + "55910-467-68", + "72036-080-01", + "72036-080-14", + "72036-080-04", + "69168-318-01", + "69168-318-03", + "37808-600-32", + "67091-124-36", + "55315-157-12", + "55315-157-17", + "49483-381-12", + "49483-381-10", + "64092-150-36", + "59726-370-05", + "67091-122-36", + "68016-642-12", + "68016-642-40", + "0498-0113-01", + "0498-0113-05", + "0498-0113-10", + "0498-0113-25", + "0498-0113-50", + "0498-0114-01", + "0498-0114-05", + "0498-0114-10", + "0498-0114-25", + "0498-0114-50", + "68196-901-96", + "21130-600-32", + "21130-600-06", + "21130-600-27", + "21130-600-14", + "71476-102-36", + "71476-102-31", + "71476-103-50", + "71476-101-36", + "71476-101-31", + "71476-104-50", + "59779-467-68", + "59779-467-08", + "57344-080-01", + "36800-467-68", + "36800-467-08", + "62011-0404-1", + "67091-110-10", + "67091-110-30", + "65155-981-12", + "70000-0507-2", + "70000-0507-1", + "68998-018-11", + "68998-018-14", + "49348-001-10", + "49348-001-23", + "49348-001-14", + "16103-365-08", + "16103-365-11", + "10135-173-62", + "0904-6809-40", + "0113-0416-78", + "0113-0416-87", + "0113-0416-90", + "21130-081-05", + "55910-563-17", + "0404-0164-13", + "62011-0212-1", + "36800-027-12", + "36800-027-05", + "41250-600-32", + "41250-600-98", + "41250-600-14", + "56062-719-68", + "21130-509-78", + "63941-103-10", + "36800-127-57", + "63029-302-01", + "63029-302-02", + "55910-157-14", + "68210-2500-1", + "68391-227-05", + "68998-081-02", + "11673-563-32", + "11673-563-14", + "57896-904-01", + "57896-904-25", + "46122-262-48", + "46122-262-87", + "41520-259-68", + "33992-0218-7", + "56062-867-12", + "49348-980-53", + "49348-980-23", + "49348-980-15", + "49483-387-12", + "49483-387-10", + "49483-387-00", + "72476-152-01", + "55910-249-29", + "72629-020-50", + "72629-020-10", + "72629-020-30", + "0924-0106-01", + "0924-0106-00", + "0924-0106-02", + "0924-0106-03", + "0924-0106-07", + "0924-0105-01", + "0924-0105-00", + "0924-0105-02", + "0924-0105-03", + "0924-0105-07", + "41520-651-87", + "64092-110-99", + "24385-028-68", + "68210-0150-1", + "68210-0150-5", + "0363-0691-12", + "0280-2100-32", + "0280-2100-12", + "0280-2100-20", + "0280-2100-30", + "0280-2100-40", + "0280-2080-18", + "0280-2080-36", + "63940-320-11", + "54738-111-01", + "54738-111-03", + "59779-727-12", + "59779-727-14", + "59779-727-20", + "59779-727-30", + "59779-727-50", + "0536-1234-41", + "59779-945-32", + "59779-945-07", + "59779-945-17", + "59779-945-51", + "56062-118-11", + "56062-118-15", + "56062-118-17", + "55910-600-69", + "55910-600-32", + "57896-911-36", + "11822-6451-6", + "11822-6451-4", + "62011-0003-1", + "68196-900-51", + "16103-356-09", + "16103-356-11", + "53943-157-12", + "53943-157-14", + "53943-157-17", + "0113-0773-90", + "11822-0397-7", + "11822-0397-9", + "68210-5100-1", + "36800-146-01", + "70677-0070-1", + "63940-609-62", + "63940-609-32", + "63940-609-27", + "63940-609-51", + "49738-784-08", + "41520-030-18", + "15127-227-57", + "0363-0397-07", + "36800-880-08", + "36800-880-18", + "63029-311-01", + "63029-311-14", + "63029-311-65", + "63029-311-75", + "63029-311-32", + "63029-311-45", + "69618-014-36", + "41250-467-08", + "63868-240-36", + "63868-240-10", + "68998-080-01", + "68998-080-12", + "55319-600-32", + "55319-600-17", + "55301-821-07", + "71679-010-00", + "68016-689-36", + "59779-600-06", + "59779-600-32", + "59779-600-07", + "59779-600-27", + "59779-600-29", + "59779-600-99", + "59779-600-90", + "59779-600-14", + "59779-600-16", + "59779-600-17", + "59779-600-91", + "53185-249-12", + "0363-0183-30", + "37835-738-02", + "37835-738-04", + "37835-738-06", + "0113-7467-68", + "53329-020-28", + "0904-6784-80", + "50844-254-12", + "69618-015-10", + "69618-015-01", + "61010-4407-0", + "61010-4407-1", + "61010-4407-2", + "69168-312-01", + "69168-312-17", + "0536-1232-01", + "36800-259-68", + "63941-227-12", + "55319-227-12", + "55319-227-03", + "0536-1284-05", + "0536-1284-01", + "55315-218-07", + "0904-6744-60", + "69842-826-30", + "69842-826-50", + "37012-826-02", + "0904-4040-73", + "11673-181-12", + "11673-181-50", + "69168-288-36", + "69168-288-01", + "17714-011-01", + "17714-011-10", + "68210-4093-1", + "11822-0157-2", + "11822-0157-3", + "11822-0157-4", + "11673-702-68", + "11673-702-08", + "46122-635-78", + "70677-0092-1", + "70677-0092-2", + "55319-218-07", + "41250-118-11", + "41250-118-15", + "41250-118-22", + "67091-123-12", + "71141-005-68", + "49483-390-00", + "37808-246-01", + "37808-246-02", + "46122-292-78", + "46122-292-87", + "53943-080-01", + "53943-080-08", + "53943-080-12", + "69536-181-15", + "69536-181-36", + "69536-181-12", + "69536-181-20", + "69536-181-54", + "69536-181-65", + "0113-0467-68", + "0113-0467-08", + "36800-030-18", + "59726-227-60", + "59726-227-03", + "59726-227-10", + "69536-281-36", + "69536-281-10", + "55301-227-12", + "49348-981-15", + "15127-874-36", + "24385-429-02", + "24385-429-90", + "69842-927-57", + "69842-927-14", + "80136-901-01", + "0536-1149-41", + "70000-0359-1", + "0363-0563-27", + "0363-0563-90", + "0363-0563-63", + "0363-0563-22", + "0363-0563-06", + "0363-0563-32", + "0363-0563-17", + "0363-0563-14", + "16103-366-05", + "16103-366-11", + "69168-400-30", + "63868-373-05", + "41250-146-08", + "41250-146-11", + "41520-467-68", + "49638-102-60", + "63981-227-14", + "70000-0564-1", + "11673-027-12", + "11673-027-03", + "11673-027-05", + "72036-105-01", + "46122-596-02", + "55315-397-07", + "51824-057-36", + "49638-481-36", + "41520-274-68", + "71141-158-24", + "49348-191-07", + "68163-081-91", + "63868-029-36", + "0363-6450-07", + "0363-6450-12", + "0363-6450-60", + "0363-6450-32", + "0363-6450-14", + "68210-0220-3" + ], + "nui": [ + "N0000000160", + "N0000008836", + "M0001335", + "N0000175722", + "N0000175578", + "N0000008832" + ], + "pharm_class_moa": [ + "Cyclooxygenase Inhibitors [MoA]" + ], + "pharm_class_pe": [ + "Decreased Prostaglandin Production [PE]", + "Decreased Platelet Aggregation [PE]" + ], + "pharm_class_cs": [ + "Anti-Inflammatory Agents, Non-Steroidal [CS]" + ], + "pharm_class_epc": [ + "Nonsteroidal Anti-inflammatory Drug [EPC]", + "Platelet Aggregation Inhibitor [EPC]" + ], + "unii": [ + "R16CO5Y76E", + "H0G9379FGK" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "CELEXA /00582602/", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugrecurreadministration": "3" + }, + { + "drugcharacterization": "2", + "medicinalproduct": "CLOBETASOL PROPRIONATE", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugrecurreadministration": "3" + }, + { + "drugcharacterization": "2", + "medicinalproduct": "FIORICET", + "drugindication": "MIGRAINE", + "drugrecurreadministration": "3", + "openfda": { + "application_number": [ + "ANDA040885" + ], + "brand_name": [ + "FIORICET" + ], + "generic_name": [ + "BUTALBITAL, ACETAMINOPHEN, AND CAFFEINE" + ], + "manufacturer_name": [ + "Actavis Pharma, Inc." + ], + "product_ndc": [ + "52544-080" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "BUTALBITAL", + "ACETAMINOPHEN", + "CAFFEINE" + ], + "rxcui": [ + "889520", + "1432261" + ], + "spl_id": [ + "14ca4151-a727-4708-8e35-8eb08e175db8" + ], + "spl_set_id": [ + "c018be7d-f7b8-45e2-97b8-8e7a71740657" + ], + "package_ndc": [ + "52544-080-01" + ], + "nui": [ + "N0000175693", + "M0002177", + "N0000175739", + "N0000175729", + "N0000175790", + "M0023046" + ], + "pharm_class_epc": [ + "Barbiturate [EPC]", + "Central Nervous System Stimulant [EPC]", + "Methylxanthine [EPC]" + ], + "pharm_class_cs": [ + "Barbiturates [CS]", + "Xanthines [CS]" + ], + "pharm_class_pe": [ + "Central Nervous System Stimulation [PE]" + ], + "unii": [ + "KHS0AZ4JVK", + "362O9ITL9D", + "3G6A5W338E" + ] + } + } + ] + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "PURDUE", + "duplicatenumb": "US-PURDUE-USA-2014-0111828" + }, + "receiptdate": "20140312", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-PURDUE-USA-2014-0111828", + "occurcountry": "US", + "seriousnessother": "1", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "seriousnesshospitalization": "1", + "transmissiondate": "20141002", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0058900", + "occurcountry": "US", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003350", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "71", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Malaise", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Gingivitis", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20110831", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0058900" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "safetyreportversion": "1", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "GB", + "qualification": "5" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "1", + "safetyreportid": "10003351", + "patient": { + "patientonsetage": "46", + "patientonsetageunit": "801", + "patientweight": "120", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Aggression", + "reactionoutcome": "3" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Violence-related symptom", + "reactionoutcome": "3" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Anger", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Blepharospasm", + "reactionoutcome": "3" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Suicidal ideation", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "MIRTAZAPINE (UNKNOWN)", + "drugbatchnumb": "UNCONFIRMED", + "drugauthorizationnumb": "076336", + "drugstructuredosagenumb": "30", + "drugstructuredosageunit": "003", + "drugdosagetext": "30 MG, UNKNOWN", + "drugdosageform": "Unk", + "drugadministrationroute": "048", + "drugindication": "DEPRESSION", + "drugstartdateformat": "102", + "drugstartdate": "20140101", + "actiondrug": "4" + }, + { + "drugcharacterization": "2", + "medicinalproduct": "LANSOPRAZOLE", + "drugdosagetext": "UNK", + "drugadministrationroute": "065", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "actiondrug": "5", + "drugrecurreadministration": "3", + "openfda": { + "application_number": [ + "ANDA202319", + "ANDA203187", + "ANDA202366", + "NDA208025", + "ANDA091269", + "ANDA202176", + "ANDA207394", + "ANDA207156", + "ANDA203083", + "ANDA203957", + "ANDA207157", + "NDA020406", + "NDA021428", + "ANDA202194", + "ANDA203306", + "NDA022327", + "ANDA202727", + "ANDA203203", + "ANDA201921", + "ANDA202396", + "ANDA200816", + "ANDA090331", + "ANDA090763", + "ANDA210465", + "ANDA205868", + "ANDA077255", + "ANDA208784" + ], + "brand_name": [ + "BASIC CARE LANSOPRAZOLE", + "EQUALINE LANSOPRAZOLE", + "LANSOPRAZOLE", + "EQUATE LANSOPRAZOLE DELAYED RELEASE", + "EQUATE LANSOPRAZOLE", + "UP AND UP LANSOPRAZOLE", + "SUNMARK LANSOPRAZOLE", + "HARRIS TEETER ACID REDUCER", + "TOPCARE LANSOPRAZOLE", + "GOOD SENSE LANSOPRAZOLE", + "LANSOPRAZOLE 24 HR", + "PREVACID", + "PREVACID SOLUTAB", + "KIRKLAND SIGNATURE LANSOPRAZOLE DELAYED RELEASE", + "DG HEALTH LANSOPRAZOLE", + "PREVACID 24 HR", + "CAREONE ACID REDUCER", + "GOOD NEIGHBOR PHARMACY LANSOPRAZOLE", + "BERKLEY AND JENSEN LANSOPRAZOLE", + "SIGNATURE CARE ACID REDUCER", + "HEALTH MART LANSOPRAZOLE" + ], + "generic_name": [ + "LANSOPRAZOLE", + "LANSOPRAZOLE DELAYED RELEASE" + ], + "manufacturer_name": [ + "Amazon.com Services LLC", + "Supervalu Inc", + "Chain Drug Consortium, LLC", + "Cadila Healthcare Limited", + "Perrigo New York Inc", + "Wal-Mart Stores Inc", + "CVS Pharmacy", + "Walgreen Company", + "Meijer Distribution Inc", + "Dr.Reddy's Laboratories Ltd.", + "Rite Aid Corporation", + "Sam's West, Inc.", + "Target Corporation", + "L. Perrigo Company", + "Strategic Sourcing Services LLC", + "Kroger Company", + "Wockhardt USA LLC.", + "Ascend Laboratories, LLC", + "Harris Teeter, LLC", + "Topco Associates LLC", + "Lannett Company, Inc.", + "Camber Pharmaceuticals, Inc.", + "Ajanta Pharma Limited", + "Cardinal Health (Leader) 70000", + "Takeda Pharmaceuticals America, Inc.", + "Reliable 1 Laboratories", + "Rising Pharma Holdings, Inc.", + "Costco Wholesale Company", + "Dolgencorp Inc", + "GlaxoSmithKline Consumer Healthcare Holdings (US) LLC", + "Dolgencorp, LLC", + "American Sales Company", + "BluePoint Laboratories", + "Xiromed LLC", + "Dr. Reddy's Laboratories Limited", + "Amerisource Bergen", + "Mylan Pharmaceuticals Inc.", + "Zydus Pharmaceuticals (USA) Inc.", + "Rugby Laboratories, Inc.", + "Sandoz Inc", + "BJWC", + "Safeway", + "Dr.Reddys Laboratories Inc", + "Lifestar Pharma LLC.", + "H E B", + "Teva Pharmaceuticals USA, Inc.", + "Publix Super Markets Inc", + "Walgreen Co", + "Shopko Stores Operating Co., LLC" + ], + "product_ndc": [ + "72288-343", + "41163-117", + "68016-758", + "65841-769", + "65841-770", + "45802-245", + "49035-411", + "49035-373", + "59779-117", + "0363-1212", + "41250-391", + "55111-398", + "55111-399", + "41250-117", + "11822-3374", + "69842-755", + "68196-030", + "11673-117", + "0113-7003", + "0113-7116", + "49348-301", + "30142-117", + "64679-669", + "64679-670", + "67877-274", + "67877-275", + "69256-401", + "36800-295", + "62175-415", + "62175-430", + "31722-570", + "31722-571", + "27241-019", + "27241-020", + "0113-0116", + "70000-0508", + "62175-515", + "64764-046", + "64764-541", + "64764-543", + "64764-544", + "69618-055", + "16571-742", + "63981-117", + "55910-307", + "0067-6286", + "55910-117", + "41520-816", + "72288-301", + "64679-140", + "68001-111", + "68001-112", + "70700-262", + "70700-263", + "55111-739", + "69842-507", + "16571-697", + "16571-698", + "46122-107", + "0378-6981", + "0378-6982", + "68382-543", + "68382-544", + "36800-117", + "68382-771", + "68382-772", + "0536-1236", + "0781-2147", + "0781-2148", + "0378-8015", + "0378-8030", + "68391-117", + "0363-1419", + "21130-181", + "43598-560", + "43598-561", + "70756-806", + "70756-807", + "0363-4069", + "0113-6002", + "11822-0117", + "37808-755", + "0093-7350", + "0093-7351", + "0093-3008", + "0093-3009", + "62011-0168", + "56062-117", + "0363-0739", + "49035-739", + "37012-117", + "30142-192", + "70771-1132", + "70771-1133", + "0113-0117" + ], + "product_type": [ + "HUMAN OTC DRUG", + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "LANSOPRAZOLE" + ], + "rxcui": [ + "596843", + "311277", + "351261", + "206205", + "206206", + "351260", + "596918", + "866152" + ], + "spl_id": [ + "74286ca5-186e-482a-bb9e-339d452428a1", + "a9daca89-e2f8-40bf-9beb-4267aaac7d3e", + "a60ef47d-aec2-47a6-9bb7-77f457e1a1f3", + "5978f061-3d35-478f-ab35-4ca75ba56a19", + "4b0471e4-1d95-4637-8507-668f5a477cc0", + "c77bb311-5eed-4a6b-8f0f-09371f123e92", + "820eb0ed-7e4b-43c4-9c62-f7deff419dba", + "f380a45e-44e5-4a52-8706-230ecb8d4995", + "4597ce22-14b1-46ea-b031-c6a46d63a9d0", + "57ae754d-3c87-44a1-8add-cb08df4a3418", + "8d7762a5-6f5f-c059-28f3-bc0fa509eaf4", + "c7df2594-5fe3-455f-896a-92797c0f14e2", + "091cd46a-7f56-4b34-91ca-9c7e1e8f8028", + "90068535-f5a1-4321-ac0a-e882da073e5c", + "b20bf1de-1e61-404b-beed-87b7367fc683", + "e84a8913-1d96-445a-8058-e3c8b4a4b391", + "41207e47-b4d7-411d-9ba9-ed3c12849bf1", + "9b09acc9-656c-4764-a2d1-5606f1e10e4d", + "0257b87a-67c6-45ac-98c5-743ff20d1520", + "97c6e889-7756-434f-bcb8-f6c1d999095f", + "98758247-18f8-49d3-b4a6-3018286179c0", + "0108bc37-a1c0-4f85-80df-8fe4cbb65d36", + "7526c9b9-385f-454d-a1b0-15a8e48cb5bf", + "440e71e7-2274-42e7-ac35-6d76c4b7b68c", + "c5d9348e-df34-4378-a567-45e1c85406d6", + "03b7dceb-2128-4324-b068-7f76a2d9887e", + "c45282dc-7ac4-4f39-9116-25397f7dbb0a", + "f0a7cb93-46a4-412c-97e5-e66306eacdd6", + "cd74e8e6-c208-4831-a9e1-f2dede051524", + "9d4be625-fedb-4b0a-bfcf-b8b513eeec8c", + "c0dedbfd-01a2-4933-8222-21501fb92ced", + "907bcf2d-0cc0-1d67-e053-2995a90a39d2", + "b8512fb0-87c2-45ae-b0db-189e467be449", + "77b33ee9-2912-4bcf-96e1-e6e53538ae18", + "e6e3bcee-636f-4361-85f8-9ba5a0f3c741", + "7f6cc3d5-6355-48cb-b50a-958b1e96aa90", + "653d9074-2d16-4b8c-aa24-f256e040755d", + "bb353f94-c96a-4322-bc2e-b2f652ca5b0a", + "5ab07bf7-140a-4ca0-9b3a-38da7aa454db", + "4998725b-6599-42ce-8fb3-af29ebef766c", + "bb8b5eed-a8d7-8517-e053-2995a90a5021", + "dcea635f-8d09-634b-87e3-d50e8499ae69", + "6065013b-122b-95f2-fe85-e34d8eaf89d2", + "f00521f6-5a04-4017-9dd0-3fe9a9d16b73", + "348119f9-610e-46f1-affa-f9e68959b2f4", + "6d29baf4-bf74-4394-b246-797f1261acd5", + "e27d44d5-6338-4b7e-905c-da196904f13f", + "4a22c713-9503-467a-83fe-e7c7848853b7", + "92a16930-8102-456e-99d4-a0aa10151c34", + "3de15953-787c-4132-b8c8-f5f49412401c", + "203d8bb1-2b31-4392-9eab-5bb15b9b3d02", + "bd9e0dd5-2af9-419d-b6a9-7df460c8128a", + "d9cacd2b-a396-48ff-9e1d-599f06dbfc34", + "db94410d-dbc3-4ed3-a44b-d46bcadad19a", + "aefb004d-2ad0-4e6e-8305-f91d39e89607", + "67c3369b-43a7-4a90-871d-d5ea4219f1d6", + "d07a82ca-89b1-abd0-efa4-5319fbe805c3", + "b607b991-2f06-7db0-e053-2a95a90af6c7", + "c83549f5-fc2d-47c0-ab94-b64d017bfd48", + "a762151d-197a-43c1-a5f1-09d324732e40", + "eb135721-6c37-43fb-b093-16efa2acde4d", + "acdf8858-64de-452b-8c05-0d0cb4d212a1", + "f5af0869-5330-43d8-adb0-640a57415bb3", + "31bfbf4b-35d1-48ee-8ca1-f4916af24b75", + "d711fd3d-f78e-4bff-9dec-9cdd3cd86efc", + "422f715c-59b5-4146-9729-4ef1ecc608ac", + "19c5c0c9-0ead-96f2-827f-cc44daeb2c77", + "96d975db-ee09-1b60-c454-b6f677d4d058", + "413c8cc0-cd34-47ca-8e8c-d940222cf6df", + "e89d7311-ab3c-451e-ac55-3aae385c7524", + "bea3a206-b454-48da-8d34-67de88575943", + "ab82ad1c-efcf-49f1-a225-63ced226528a" + ], + "spl_set_id": [ + "6b57eb00-74fd-435f-bd08-086c9f8ac62c", + "ea8efda5-9d08-446b-9424-68a98122589a", + "54522c2c-ea18-442c-8694-4e8110fa009d", + "923f840f-4b78-40f3-ab53-760002637da5", + "0f6c7505-69fc-4fcc-867a-5d1b15b32617", + "3eb7a657-625a-46bf-a196-4ba6aa41a7bf", + "89b91d5f-008c-4e9d-83e0-23b673b9c469", + "0ecc4279-8dfc-48cf-8b0e-ee1876d9bb25", + "afcd7c51-9333-4d6f-ad18-ed95baecc7ce", + "b202a695-4265-4b3b-bab8-593d47962382", + "82174fcc-1b0f-2068-7fc4-db335b43b5e2", + "f9bf212f-7c8a-44f1-a71e-bd51756e9076", + "5f256a0c-14df-4fd9-a818-b4276954152e", + "d52b26e2-3d2a-4067-a28b-8697f865f582", + "2732e2b8-2ba0-40f3-9ca1-d6552c18455f", + "70bade45-0d35-46db-964e-a8ad9dd91646", + "9cf54748-80da-428d-86f1-2a17f1160bc2", + "1ec8fe41-3ce4-4e0a-9809-f69956c90859", + "73257151-46f1-482a-9a50-3a15999d8b5e", + "cd3674b7-81b4-4f0b-9a4c-4429768f80f3", + "47e4ed50-56d0-4682-addf-1dcb3fb203ee", + "9e246e79-2737-4cbb-ad5d-4e76893da3be", + "c637f4af-fd0f-4c8c-b7f5-76f1ec85d2ab", + "ec5d6d5c-11e7-4932-a48f-fb72218ceccd", + "11c323ff-3aeb-453f-b9e2-5baa51d8cf50", + "03b7dceb-2128-4324-b068-7f76a2d9887e", + "6b9c60e9-b0d2-4aec-a04b-ccc7a62c822b", + "d86585b7-e146-4f04-9016-412b16e06f55", + "55c0eeb8-5fe7-4204-bb31-10782ae80261", + "b5b4e61e-91c5-41bd-a16d-e25d9be2c87e", + "71ba78cb-7e46-43eb-9425-fa130f537f84", + "907bcf2d-0cbf-1d67-e053-2995a90a39d2", + "b8512fb0-87c2-45ae-b0db-189e467be449", + "46d2ded6-c42e-4f3a-890a-3b80d5e9a68f", + "e6e3bcee-636f-4361-85f8-9ba5a0f3c741", + "fd4629d5-b876-4ae9-bb32-c3560ad416a9", + "047b78d1-4e97-4730-8dac-17d783993d0d", + "379e3459-3b55-49be-8b29-55016d8273a0", + "5ab07bf7-140a-4ca0-9b3a-38da7aa454db", + "5d3a0259-83ac-4a3b-94f0-881132bd1978", + "924c5a35-4804-4e14-a2fc-2b84d186d257", + "00a574e0-bd03-deea-9f85-b108f78982ba", + "15e05eda-48aa-a4b7-4b8a-4ee1cf110120", + "992a8f95-475c-4e57-90cc-9839c8678427", + "348119f9-610e-46f1-affa-f9e68959b2f4", + "04fefb1f-1513-4975-b9e3-81d49b747528", + "20ff347c-ca18-497b-948d-1145035f2ffc", + "da982c79-4f29-467c-b237-1f13c2051c59", + "2f47db96-ac74-4171-aa80-9b2456515368", + "9b3869ad-f2f7-4954-b75c-5c23b8951635", + "f96def15-96e3-4f59-8227-6e7e43b929ff", + "8a7a1fbf-652c-4c2a-8118-815341e8d2c1", + "c8fa7401-907f-41b6-a2e1-f4bc214f2cdf", + "5fbd8f66-401b-484a-8ec2-f2435840d328", + "a72f92cc-db49-40ef-a249-6b7c50dc8ef2", + "179699b4-7d72-4ebe-912d-3f00e58d9324", + "656bc92a-1f95-047d-cd27-724073e63fe6", + "afcc0f14-8b00-41ac-8e62-4094a15b959c", + "fbdec940-9215-42af-a309-d191f57ce254", + "99a97004-e247-4f4d-a38c-f28f521de1c4", + "24a4fb29-d5bb-4f44-bd79-cbc47c1e5536", + "3f13e813-1283-45a5-8fc3-0dc44009c82b", + "427cf924-be17-47dc-8f77-115fa2f3fe17", + "6b8dd0e1-cd69-4f9a-887f-e42627b5d78e", + "ff86d935-df14-4547-b9c3-dc16cc92150f", + "e226a1eb-39c8-440a-9824-1e5ccddc249e", + "f6c3bbad-1739-80de-feb3-f9d1d1e39544", + "f6a7be6a-7e88-a920-4bd4-3f0019186bca", + "18b82a67-505e-4e12-9cc1-1193ee1800a1", + "4c0684b5-5c18-4ed5-8185-8b5d51dce3a0", + "76ffd38e-bea8-45a0-b6bd-82f0043ce64d", + "845fe630-5ab8-4877-9341-8d63ab3ab7f7" + ], + "package_ndc": [ + "72288-343-03", + "41163-117-01", + "41163-117-02", + "41163-117-03", + "68016-758-42", + "65841-769-06", + "65841-769-10", + "65841-769-30", + "65841-770-06", + "65841-770-16", + "65841-770-01", + "65841-770-10", + "65841-770-30", + "45802-245-01", + "45802-245-02", + "45802-245-03", + "49035-411-01", + "49035-411-03", + "49035-373-55", + "59779-117-01", + "59779-117-02", + "59779-117-03", + "0363-1212-01", + "0363-1212-02", + "0363-1212-03", + "41250-391-01", + "41250-391-03", + "55111-398-30", + "55111-398-60", + "55111-398-90", + "55111-398-01", + "55111-398-05", + "55111-398-79", + "55111-399-30", + "55111-399-60", + "55111-399-90", + "55111-399-01", + "55111-399-05", + "55111-399-79", + "41250-117-01", + "41250-117-02", + "41250-117-03", + "11822-3374-5", + "11822-3374-7", + "69842-755-14", + "69842-755-28", + "69842-755-42", + "68196-030-01", + "68196-030-03", + "11673-117-01", + "11673-117-02", + "11673-117-03", + "0113-7003-01", + "0113-7003-03", + "0113-7116-55", + "0113-7116-74", + "49348-301-46", + "49348-301-78", + "49348-301-61", + "30142-117-01", + "30142-117-02", + "30142-117-03", + "64679-669-01", + "64679-669-02", + "64679-669-07", + "64679-669-03", + "64679-669-04", + "64679-669-05", + "64679-669-06", + "64679-670-01", + "64679-670-02", + "64679-670-07", + "64679-670-03", + "64679-670-04", + "64679-670-05", + "64679-670-06", + "67877-274-30", + "67877-274-90", + "67877-275-30", + "67877-275-90", + "69256-401-01", + "69256-401-03", + "36800-295-74", + "62175-415-32", + "62175-415-46", + "62175-415-37", + "62175-415-41", + "62175-415-43", + "62175-430-32", + "62175-430-46", + "62175-430-37", + "62175-430-41", + "62175-430-43", + "31722-570-30", + "31722-570-90", + "31722-570-01", + "31722-570-05", + "31722-570-10", + "31722-571-30", + "31722-571-90", + "31722-571-01", + "31722-571-05", + "31722-571-10", + "27241-019-03", + "27241-019-10", + "27241-020-03", + "27241-020-09", + "27241-020-10", + "27241-020-50", + "27241-020-90", + "0113-0116-55", + "70000-0508-3", + "70000-0508-1", + "70000-0508-2", + "62175-515-24", + "62175-515-12", + "62175-515-52", + "64764-541-30", + "64764-541-19", + "64764-541-11", + "64764-541-05", + "64764-046-13", + "64764-046-19", + "64764-046-11", + "64764-046-06", + "64764-543-30", + "64764-543-11", + "64764-543-05", + "64764-544-30", + "64764-544-11", + "64764-544-05", + "69618-055-42", + "16571-742-42", + "63981-117-03", + "63981-117-01", + "55910-307-01", + "0067-6286-14", + "0067-6286-28", + "0067-6286-42", + "0067-6286-29", + "55910-117-01", + "55910-117-02", + "41520-816-01", + "41520-816-02", + "41520-816-03", + "72288-301-03", + "64679-140-00", + "64679-140-01", + "64679-140-08", + "64679-140-09", + "64679-140-07", + "64679-140-10", + "64679-140-11", + "68001-111-04", + "68001-111-05", + "68001-112-05", + "68001-112-03", + "68001-112-04", + "70700-262-30", + "70700-263-30", + "70700-263-90", + "70700-263-05", + "55111-739-52", + "55111-739-27", + "55111-739-33", + "69842-507-55", + "69842-507-74", + "16571-697-03", + "16571-697-50", + "16571-698-03", + "16571-698-09", + "16571-698-01", + "16571-698-50", + "46122-107-74", + "46122-107-03", + "46122-107-04", + "0378-6981-32", + "0378-6981-85", + "0378-6981-88", + "0378-6982-32", + "0378-6982-85", + "0378-6982-88", + "68382-543-06", + "68382-543-10", + "68382-543-30", + "68382-543-77", + "68382-544-06", + "68382-544-16", + "68382-544-01", + "68382-544-10", + "68382-544-30", + "68382-544-77", + "36800-117-01", + "36800-117-02", + "36800-117-03", + "68382-771-30", + "68382-771-77", + "68382-772-30", + "68382-772-77", + "0536-1236-13", + "0536-1236-88", + "0781-2147-13", + "0781-2147-71", + "0781-2147-10", + "0781-2147-31", + "0781-2148-13", + "0781-2148-71", + "0781-2148-10", + "0781-2148-01", + "0781-2148-31", + "0781-2148-92", + "0378-8015-93", + "0378-8030-93", + "0378-8030-77", + "0378-8030-05", + "68391-117-03", + "0363-1419-55", + "0363-1419-74", + "21130-181-03", + "21130-181-01", + "43598-560-79", + "43598-560-78", + "43598-561-79", + "43598-561-78", + "70756-806-30", + "70756-807-30", + "70756-807-90", + "70756-807-51", + "0363-4069-01", + "0363-4069-02", + "0363-4069-03", + "0113-6002-01", + "0113-6002-03", + "11822-0117-1", + "11822-0117-2", + "11822-0117-3", + "37808-755-42", + "37808-755-14", + "0093-7350-56", + "0093-7351-56", + "0093-3008-19", + "0093-3008-93", + "0093-3009-19", + "0093-3009-93", + "62011-0168-1", + "62011-0168-2", + "62011-0168-3", + "56062-117-01", + "56062-117-03", + "0363-0739-52", + "0363-0739-27", + "0363-0739-33", + "49035-739-52", + "49035-739-27", + "49035-739-33", + "37012-117-01", + "37012-117-02", + "37012-117-03", + "30142-192-55", + "70771-1132-4", + "70771-1133-4", + "0113-0117-01", + "0113-0117-02", + "0113-0117-03" + ], + "nui": [ + "N0000175525", + "N0000000147", + "N0000009724" + ], + "pharm_class_epc": [ + "Proton Pump Inhibitor [EPC]" + ], + "pharm_class_moa": [ + "Proton Pump Inhibitors [MoA]" + ], + "pharm_class_pe": [ + "Inhibition Gastric Acid Secretion [PE]" + ], + "unii": [ + "0K5C5T2QPG" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "NASONEX", + "drugdosagetext": "UNK", + "drugadministrationroute": "065", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "actiondrug": "5", + "drugrecurreadministration": "3", + "openfda": { + "application_number": [ + "NDA020762" + ], + "brand_name": [ + "NASONEX" + ], + "generic_name": [ + "MOMETASONE FUROATE MONOHYDRATE" + ], + "manufacturer_name": [ + "Organon LLC", + "Merck Sharp & Dohme Corp." + ], + "product_ndc": [ + "78206-144", + "0085-1288" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "NASAL" + ], + "substance_name": [ + "MOMETASONE FUROATE MONOHYDRATE" + ], + "rxcui": [ + "1797865", + "1797870" + ], + "spl_id": [ + "9170b115-506e-4152-88c9-e95f3090f59c", + "62324407-1c65-4934-86df-76545ecb974c" + ], + "spl_set_id": [ + "913422a9-9c8a-4cea-ac4a-482d89febf3a", + "12df48a0-fd2e-4e1c-b135-e616a1f31f42" + ], + "package_ndc": [ + "78206-144-01", + "0085-1288-01", + "0085-1288-03" + ], + "unii": [ + "MTW0WEG809" + ] + } + } + ] + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "WATSON", + "duplicatenumb": "GB-WATSON-2014-04154" + }, + "receiptdate": "20140312", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "GB-WATSON-2014-04154", + "occurcountry": "GB", + "seriousnessother": "1", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "transmissiondate": "20141002", + "primarysourcecountry": "GB" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0058944", + "occurcountry": "US", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "1" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003352", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "51", + "patientonsetageunit": "801", + "patientagegroup": "5", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Oedema peripheral", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 UNK, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "SCLERODERMA", + "actiondrug": "1", + "drugrecurreadministration": "1", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugdosagetext": "10 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PULMONARY HYPERTENSION", + "drugstartdateformat": "102", + "drugstartdate": "20120703", + "drugenddateformat": "102", + "drugenddate": "20120726", + "actiondrug": "1", + "drugrecurreadministration": "1", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0058944" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-ASTRAZENECA-2013SE63673", + "occurcountry": "US", + "safetyreportversion": "1", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003353", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Dyspnoea", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Drug ineffective", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "CASODEX", + "drugauthorizationnumb": "020498", + "drugdosagetext": "GENERIC", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "actiondrug": "4", + "openfda": { + "application_number": [ + "NDA020498" + ], + "brand_name": [ + "CASODEX" + ], + "generic_name": [ + "BICALUTAMIDE" + ], + "manufacturer_name": [ + "ANI Pharmaceuticals, Inc." + ], + "product_ndc": [ + "62559-680" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "BICALUTAMIDE" + ], + "rxcui": [ + "108828", + "199123" + ], + "spl_id": [ + "09a60ae0-2a64-49f7-88f2-6b06bf3d44b7" + ], + "spl_set_id": [ + "dfee4fe7-8478-4a3e-925d-00be3cd0ab67" + ], + "package_ndc": [ + "62559-680-30" + ], + "nui": [ + "N0000000243", + "N0000175560" + ], + "pharm_class_moa": [ + "Androgen Receptor Antagonists [MoA]" + ], + "pharm_class_epc": [ + "Androgen Receptor Inhibitor [EPC]" + ], + "unii": [ + "A0Z3NAU9DP" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "CASODEX", + "drugauthorizationnumb": "020498", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugstartdateformat": "102", + "drugstartdate": "20130716", + "actiondrug": "4", + "openfda": { + "application_number": [ + "NDA020498" + ], + "brand_name": [ + "CASODEX" + ], + "generic_name": [ + "BICALUTAMIDE" + ], + "manufacturer_name": [ + "ANI Pharmaceuticals, Inc." + ], + "product_ndc": [ + "62559-680" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "BICALUTAMIDE" + ], + "rxcui": [ + "108828", + "199123" + ], + "spl_id": [ + "09a60ae0-2a64-49f7-88f2-6b06bf3d44b7" + ], + "spl_set_id": [ + "dfee4fe7-8478-4a3e-925d-00be3cd0ab67" + ], + "package_ndc": [ + "62559-680-30" + ], + "nui": [ + "N0000000243", + "N0000175560" + ], + "pharm_class_moa": [ + "Androgen Receptor Antagonists [MoA]" + ], + "pharm_class_epc": [ + "Androgen Receptor Inhibitor [EPC]" + ], + "unii": [ + "A0Z3NAU9DP" + ] + } + } + ] + }, + "transmissiondate": "20141002", + "serious": "2", + "reportduplicate": { + "duplicatesource": "ASTRAZENECA", + "duplicatenumb": "US-ASTRAZENECA-2013SE63673" + }, + "receiptdate": "20140312", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003354", + "patient": { + "patientonsetage": "52", + "patientonsetageunit": "801", + "patientagegroup": "5", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Haemoglobin decreased", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugdosagetext": "10 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PULMONARY ARTERIAL HYPERTENSION", + "drugstartdateformat": "102", + "drugstartdate": "20120218", + "actiondrug": "5", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ], + "summary": { + "narrativeincludeclinical": "CASE EVENT DATE: 20120627" + } + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0058830" + }, + "receiptdate": "20150812", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0058830", + "occurcountry": "US", + "seriousnessother": "1", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "transmissiondate": "20151125", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-ASTRAZENECA-2013SE51695", + "occurcountry": "US", + "safetyreportversion": "1", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003355", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Heart rate decreased", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "CASODEX", + "drugauthorizationnumb": "020498", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugstartdateformat": "602", + "drugstartdate": "2005", + "actiondrug": "5", + "openfda": { + "application_number": [ + "NDA020498" + ], + "brand_name": [ + "CASODEX" + ], + "generic_name": [ + "BICALUTAMIDE" + ], + "manufacturer_name": [ + "ANI Pharmaceuticals, Inc." + ], + "product_ndc": [ + "62559-680" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "BICALUTAMIDE" + ], + "rxcui": [ + "108828", + "199123" + ], + "spl_id": [ + "09a60ae0-2a64-49f7-88f2-6b06bf3d44b7" + ], + "spl_set_id": [ + "dfee4fe7-8478-4a3e-925d-00be3cd0ab67" + ], + "package_ndc": [ + "62559-680-30" + ], + "nui": [ + "N0000000243", + "N0000175560" + ], + "pharm_class_moa": [ + "Androgen Receptor Antagonists [MoA]" + ], + "pharm_class_epc": [ + "Androgen Receptor Inhibitor [EPC]" + ], + "unii": [ + "A0Z3NAU9DP" + ] + } + } + ] + }, + "transmissiondate": "20141002", + "serious": "2", + "reportduplicate": { + "duplicatesource": "ASTRAZENECA", + "duplicatenumb": "US-ASTRAZENECA-2013SE51695" + }, + "receiptdate": "20140312", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0059212", + "occurcountry": "US", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "1" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003356", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "60", + "patientonsetageunit": "801", + "patientagegroup": "5", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Oedema peripheral", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PULMONARY HYPERTENSION", + "drugstartdateformat": "102", + "drugstartdate": "20120711", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0059212" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "safetyreportversion": "1", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "3" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "1", + "safetyreportid": "10003357", + "patient": { + "patientonsetage": "10", + "patientonsetageunit": "801", + "patientweight": "28", + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Posterior reversible encephalopathy syndrome", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Cerebral haemorrhage", + "reactionoutcome": "4" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Subarachnoid haemorrhage", + "reactionoutcome": "4" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "TACROLIMUS (WATSON LABORATORIES)", + "drugbatchnumb": "UNCONFIRMED", + "drugauthorizationnumb": "090402", + "drugstructuredosagenumb": ".04", + "drugstructuredosageunit": "007", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "0.04 MG/KG, DAILY", + "drugdosageform": "Unk", + "drugadministrationroute": "065", + "drugindication": "HEART TRANSPLANT", + "actiondrug": "1" + }, + { + "drugcharacterization": "2", + "medicinalproduct": "PREDNISONE", + "drugstructuredosagenumb": "1", + "drugstructuredosageunit": "007", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "1 MG/KG, DAILY", + "drugadministrationroute": "065", + "drugindication": "IMMUNOSUPPRESSANT DRUG THERAPY", + "actiondrug": "5", + "drugrecurreadministration": "3", + "openfda": { + "application_number": [ + "NDA202020", + "ANDA215246", + "ANDA211496", + "ANDA080292", + "ANDA088832", + "ANDA083677", + "ANDA040584", + "ANDA040581", + "ANDA040256", + "ANDA040392", + "ANDA084122", + "ANDA087342", + "ANDA080352", + "ANDA211495", + "ANDA087800", + "ANDA087801", + "ANDA084283", + "ANDA088703", + "ANDA210525", + "ANDA213386", + "ANDA040362", + "ANDA211575", + "ANDA080356", + "ANDA085162", + "ANDA085161", + "ANDA040611" + ], + "brand_name": [ + "RAYOS", + "PREDNISONE" + ], + "generic_name": [ + "PREDNISONE" + ], + "manufacturer_name": [ + "Horizon Therapeutics USA, Inc.", + "Novitium Pharma LLC", + "GeneYork Pharmaceuticals Group LLC", + "Mylan Pharmaceuticals Inc.", + "Par Pharmaceutical", + "Lannett Company, Inc.", + "Hikma Pharmaceuticals USA Inc.", + "West-ward Pharmaceuticals Corp", + "Amneal Pharmaceuticals NY LLC", + "JUBILANT CADISTA PHARMACEUTICALS INC.", + "Actavis Pharma, Inc." + ], + "product_ndc": [ + "75987-020", + "75987-021", + "75987-022", + "70954-056", + "71329-106", + "0378-0640", + "0378-0641", + "0378-0642", + "0603-5335", + "0603-5336", + "0603-5337", + "0603-5338", + "0603-5339", + "0527-2930", + "0054-9817", + "0054-9828", + "0054-9818", + "0143-9738", + "0143-9740", + "0143-9739", + "0527-2931", + "0527-2932", + "0054-8724", + "0054-4741", + "0054-4742", + "0054-4728", + "0054-0017", + "0054-0018", + "0054-0019", + "0054-3722", + "0054-3721", + "0054-8739", + "0054-8740", + "0527-2933", + "0527-2934", + "0527-2935", + "71329-107", + "71329-108", + "60219-1707", + "60219-1708", + "59746-172", + "59746-173", + "59746-175", + "71329-103", + "71329-104", + "71329-105", + "70954-057", + "70954-058", + "70954-059", + "70954-060", + "70954-061", + "0591-5052", + "0591-5442", + "0591-5443", + "59746-171" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "PREDNISONE" + ], + "rxcui": [ + "1303125", + "1303131", + "1303132", + "1303134", + "1303135", + "1303137", + "198144", + "198145", + "312615", + "312617", + "198146", + "763179", + "763181", + "763183", + "763185", + "198148", + "205301", + "315187" + ], + "spl_id": [ + "f9517701-80af-41ad-b527-4297184f3383", + "7335a293-992b-490c-ab8a-66a7ca1eea30", + "4384c1d1-059b-4689-9f3d-1078de814ce8", + "88a6acb5-abca-4d04-be4f-d637e001e20b", + "bf179c06-4480-4f07-8e38-10e8fddc2ed6", + "f63744b8-0108-489d-8c38-453c013ccf93", + "cea52966-6748-4723-ae9b-793b44c429de", + "92e5952b-2b1e-42c7-a8b3-c33d403d47aa", + "8c94235c-7f8e-4e2a-bb56-014324bda19a", + "7b97d83a-b0b4-4229-a4b6-6d1287fecd29", + "4b4a5262-cead-44bb-925a-086362a69d6e", + "eafa4fdb-e631-4080-b850-a7e40866f250", + "2c25a942-37b8-41b0-aa35-fa49d82515e1", + "3b1247fb-3a8d-4c94-b26a-a61398316cc3", + "c3dd4f62-cc06-4576-938c-c50f5a4a1642", + "1689f48c-eb89-48ca-84e4-1c648e3f0e23", + "03ae0f16-3d26-4f67-8ab7-1164b1dbc182", + "a8972d19-5cd5-441c-a552-048116a069e8" + ], + "spl_set_id": [ + "281ab967-7565-4bef-9c0c-a646589c671e", + "7335a293-992b-490c-ab8a-66a7ca1eea30", + "be50449f-3aa8-46b7-9246-2dbd5f04f2b1", + "fec09050-5ac2-451b-a2b9-5a21b2def212", + "10fe5a3b-84dc-4600-87c2-b80c97ce18cf", + "2d047ff2-1ca5-4123-9de3-dc85807de4e1", + "263ed4fa-3c29-4abb-9cb1-bc016bd34a05", + "c19fd54a-0a3b-4b14-b598-0256ea0e7f70", + "d88845ae-5b7c-465c-982d-8210d37ae190", + "3115aef0-fd50-4ec8-a064-3effb695f3f2", + "84c6be5c-df0d-41b4-9b0d-641fba970ac2", + "d4b46716-044d-4213-8030-950affa41c3b", + "03228706-92b9-43c9-8d73-c73aa124c58d", + "931ceb82-23b9-46c6-a00b-4cd66ed6f88f", + "bbc5e24a-ba0f-4f7e-be39-a1995fd96d5b", + "f05eb734-07e7-491c-b2e9-aae340e03750", + "aa0b1582-6ef3-4697-9ea6-5391e6e57853", + "e9d6774e-45f6-419f-b388-8dfb4dd34944" + ], + "package_ndc": [ + "75987-020-02", + "75987-020-01", + "75987-020-70", + "75987-021-02", + "75987-021-01", + "75987-021-70", + "75987-022-02", + "75987-022-01", + "75987-022-70", + "70954-056-10", + "70954-056-20", + "71329-106-02", + "71329-106-01", + "0378-0640-01", + "0378-0640-10", + "0378-0641-01", + "0378-0641-10", + "0378-0642-01", + "0378-0642-05", + "0378-0642-10", + "0603-5335-21", + "0603-5335-32", + "0603-5336-21", + "0603-5337-21", + "0603-5337-32", + "0603-5337-15", + "0603-5337-31", + "0603-5338-21", + "0603-5338-28", + "0603-5338-32", + "0603-5338-15", + "0603-5338-31", + "0603-5339-21", + "0603-5339-28", + "0603-5339-32", + "0527-2930-37", + "0527-2930-43", + "0054-9828-25", + "0054-9828-31", + "0054-9817-25", + "0054-9817-29", + "0054-9818-25", + "0054-9818-29", + "0143-9740-01", + "0143-9740-10", + "0143-9739-01", + "0143-9739-10", + "0143-9738-01", + "0143-9738-05", + "0143-9738-10", + "0527-2931-37", + "0527-2932-37", + "0527-2932-43", + "0054-4741-25", + "0054-4741-31", + "0054-4742-25", + "0054-4728-25", + "0054-4728-31", + "0054-0017-25", + "0054-0017-29", + "0054-0017-20", + "0054-0018-25", + "0054-0018-29", + "0054-0018-20", + "0054-0019-20", + "0054-0019-25", + "0054-3722-63", + "0054-3722-50", + "0054-3721-44", + "0054-8739-25", + "0054-8740-25", + "0054-8724-25", + "0527-2933-37", + "0527-2933-41", + "0527-2934-37", + "0527-2934-41", + "0527-2935-37", + "71329-107-01", + "71329-108-02", + "71329-108-01", + "60219-1707-1", + "60219-1707-5", + "60219-1707-2", + "60219-1707-3", + "60219-1708-1", + "60219-1708-5", + "59746-172-10", + "59746-172-06", + "59746-173-10", + "59746-173-09", + "59746-173-06", + "59746-175-09", + "59746-175-06", + "59746-175-10", + "71329-103-02", + "71329-103-01", + "71329-104-02", + "71329-104-01", + "71329-105-01", + "70954-057-10", + "70954-058-10", + "70954-058-20", + "70954-058-30", + "70954-058-40", + "70954-059-10", + "70954-059-20", + "70954-059-30", + "70954-059-40", + "70954-060-10", + "70954-060-20", + "70954-060-30", + "70954-061-10", + "0591-5052-21", + "0591-5052-43", + "0591-5052-01", + "0591-5052-10", + "0591-5442-21", + "0591-5442-43", + "0591-5442-01", + "0591-5442-05", + "0591-5442-10", + "0591-5443-01", + "0591-5443-05", + "0591-5443-10", + "59746-171-10", + "59746-171-06" + ], + "nui": [ + "N0000175576", + "N0000175450" + ], + "pharm_class_epc": [ + "Corticosteroid [EPC]" + ], + "pharm_class_moa": [ + "Corticosteroid Hormone Receptor Agonists [MoA]" + ], + "unii": [ + "VB0R961HZT" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "PREDNISONE", + "drugstructuredosagenumb": ".8", + "drugstructuredosageunit": "007", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "0.8 MG/KG, DAILY", + "drugadministrationroute": "065", + "actiondrug": "5", + "drugrecurreadministration": "3", + "openfda": { + "application_number": [ + "NDA202020", + "ANDA215246", + "ANDA211496", + "ANDA080292", + "ANDA088832", + "ANDA083677", + "ANDA040584", + "ANDA040581", + "ANDA040256", + "ANDA040392", + "ANDA084122", + "ANDA087342", + "ANDA080352", + "ANDA211495", + "ANDA087800", + "ANDA087801", + "ANDA084283", + "ANDA088703", + "ANDA210525", + "ANDA213386", + "ANDA040362", + "ANDA211575", + "ANDA080356", + "ANDA085162", + "ANDA085161", + "ANDA040611" + ], + "brand_name": [ + "RAYOS", + "PREDNISONE" + ], + "generic_name": [ + "PREDNISONE" + ], + "manufacturer_name": [ + "Horizon Therapeutics USA, Inc.", + "Novitium Pharma LLC", + "GeneYork Pharmaceuticals Group LLC", + "Mylan Pharmaceuticals Inc.", + "Par Pharmaceutical", + "Lannett Company, Inc.", + "Hikma Pharmaceuticals USA Inc.", + "West-ward Pharmaceuticals Corp", + "Amneal Pharmaceuticals NY LLC", + "JUBILANT CADISTA PHARMACEUTICALS INC.", + "Actavis Pharma, Inc." + ], + "product_ndc": [ + "75987-020", + "75987-021", + "75987-022", + "70954-056", + "71329-106", + "0378-0640", + "0378-0641", + "0378-0642", + "0603-5335", + "0603-5336", + "0603-5337", + "0603-5338", + "0603-5339", + "0527-2930", + "0054-9817", + "0054-9828", + "0054-9818", + "0143-9738", + "0143-9740", + "0143-9739", + "0527-2931", + "0527-2932", + "0054-8724", + "0054-4741", + "0054-4742", + "0054-4728", + "0054-0017", + "0054-0018", + "0054-0019", + "0054-3722", + "0054-3721", + "0054-8739", + "0054-8740", + "0527-2933", + "0527-2934", + "0527-2935", + "71329-107", + "71329-108", + "60219-1707", + "60219-1708", + "59746-172", + "59746-173", + "59746-175", + "71329-103", + "71329-104", + "71329-105", + "70954-057", + "70954-058", + "70954-059", + "70954-060", + "70954-061", + "0591-5052", + "0591-5442", + "0591-5443", + "59746-171" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "PREDNISONE" + ], + "rxcui": [ + "1303125", + "1303131", + "1303132", + "1303134", + "1303135", + "1303137", + "198144", + "198145", + "312615", + "312617", + "198146", + "763179", + "763181", + "763183", + "763185", + "198148", + "205301", + "315187" + ], + "spl_id": [ + "f9517701-80af-41ad-b527-4297184f3383", + "7335a293-992b-490c-ab8a-66a7ca1eea30", + "4384c1d1-059b-4689-9f3d-1078de814ce8", + "88a6acb5-abca-4d04-be4f-d637e001e20b", + "bf179c06-4480-4f07-8e38-10e8fddc2ed6", + "f63744b8-0108-489d-8c38-453c013ccf93", + "cea52966-6748-4723-ae9b-793b44c429de", + "92e5952b-2b1e-42c7-a8b3-c33d403d47aa", + "8c94235c-7f8e-4e2a-bb56-014324bda19a", + "7b97d83a-b0b4-4229-a4b6-6d1287fecd29", + "4b4a5262-cead-44bb-925a-086362a69d6e", + "eafa4fdb-e631-4080-b850-a7e40866f250", + "2c25a942-37b8-41b0-aa35-fa49d82515e1", + "3b1247fb-3a8d-4c94-b26a-a61398316cc3", + "c3dd4f62-cc06-4576-938c-c50f5a4a1642", + "1689f48c-eb89-48ca-84e4-1c648e3f0e23", + "03ae0f16-3d26-4f67-8ab7-1164b1dbc182", + "a8972d19-5cd5-441c-a552-048116a069e8" + ], + "spl_set_id": [ + "281ab967-7565-4bef-9c0c-a646589c671e", + "7335a293-992b-490c-ab8a-66a7ca1eea30", + "be50449f-3aa8-46b7-9246-2dbd5f04f2b1", + "fec09050-5ac2-451b-a2b9-5a21b2def212", + "10fe5a3b-84dc-4600-87c2-b80c97ce18cf", + "2d047ff2-1ca5-4123-9de3-dc85807de4e1", + "263ed4fa-3c29-4abb-9cb1-bc016bd34a05", + "c19fd54a-0a3b-4b14-b598-0256ea0e7f70", + "d88845ae-5b7c-465c-982d-8210d37ae190", + "3115aef0-fd50-4ec8-a064-3effb695f3f2", + "84c6be5c-df0d-41b4-9b0d-641fba970ac2", + "d4b46716-044d-4213-8030-950affa41c3b", + "03228706-92b9-43c9-8d73-c73aa124c58d", + "931ceb82-23b9-46c6-a00b-4cd66ed6f88f", + "bbc5e24a-ba0f-4f7e-be39-a1995fd96d5b", + "f05eb734-07e7-491c-b2e9-aae340e03750", + "aa0b1582-6ef3-4697-9ea6-5391e6e57853", + "e9d6774e-45f6-419f-b388-8dfb4dd34944" + ], + "package_ndc": [ + "75987-020-02", + "75987-020-01", + "75987-020-70", + "75987-021-02", + "75987-021-01", + "75987-021-70", + "75987-022-02", + "75987-022-01", + "75987-022-70", + "70954-056-10", + "70954-056-20", + "71329-106-02", + "71329-106-01", + "0378-0640-01", + "0378-0640-10", + "0378-0641-01", + "0378-0641-10", + "0378-0642-01", + "0378-0642-05", + "0378-0642-10", + "0603-5335-21", + "0603-5335-32", + "0603-5336-21", + "0603-5337-21", + "0603-5337-32", + "0603-5337-15", + "0603-5337-31", + "0603-5338-21", + "0603-5338-28", + "0603-5338-32", + "0603-5338-15", + "0603-5338-31", + "0603-5339-21", + "0603-5339-28", + "0603-5339-32", + "0527-2930-37", + "0527-2930-43", + "0054-9828-25", + "0054-9828-31", + "0054-9817-25", + "0054-9817-29", + "0054-9818-25", + "0054-9818-29", + "0143-9740-01", + "0143-9740-10", + "0143-9739-01", + "0143-9739-10", + "0143-9738-01", + "0143-9738-05", + "0143-9738-10", + "0527-2931-37", + "0527-2932-37", + "0527-2932-43", + "0054-4741-25", + "0054-4741-31", + "0054-4742-25", + "0054-4728-25", + "0054-4728-31", + "0054-0017-25", + "0054-0017-29", + "0054-0017-20", + "0054-0018-25", + "0054-0018-29", + "0054-0018-20", + "0054-0019-20", + "0054-0019-25", + "0054-3722-63", + "0054-3722-50", + "0054-3721-44", + "0054-8739-25", + "0054-8740-25", + "0054-8724-25", + "0527-2933-37", + "0527-2933-41", + "0527-2934-37", + "0527-2934-41", + "0527-2935-37", + "71329-107-01", + "71329-108-02", + "71329-108-01", + "60219-1707-1", + "60219-1707-5", + "60219-1707-2", + "60219-1707-3", + "60219-1708-1", + "60219-1708-5", + "59746-172-10", + "59746-172-06", + "59746-173-10", + "59746-173-09", + "59746-173-06", + "59746-175-09", + "59746-175-06", + "59746-175-10", + "71329-103-02", + "71329-103-01", + "71329-104-02", + "71329-104-01", + "71329-105-01", + "70954-057-10", + "70954-058-10", + "70954-058-20", + "70954-058-30", + "70954-058-40", + "70954-059-10", + "70954-059-20", + "70954-059-30", + "70954-059-40", + "70954-060-10", + "70954-060-20", + "70954-060-30", + "70954-061-10", + "0591-5052-21", + "0591-5052-43", + "0591-5052-01", + "0591-5052-10", + "0591-5442-21", + "0591-5442-43", + "0591-5442-01", + "0591-5442-05", + "0591-5442-10", + "0591-5443-01", + "0591-5443-05", + "0591-5443-10", + "59746-171-10", + "59746-171-06" + ], + "nui": [ + "N0000175576", + "N0000175450" + ], + "pharm_class_epc": [ + "Corticosteroid [EPC]" + ], + "pharm_class_moa": [ + "Corticosteroid Hormone Receptor Agonists [MoA]" + ], + "unii": [ + "VB0R961HZT" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "AZATHIOPRINE", + "drugstructuredosagenumb": "100", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "100 MG, DAILY", + "drugadministrationroute": "065", + "drugindication": "IMMUNOSUPPRESSANT DRUG THERAPY", + "actiondrug": "5", + "drugrecurreadministration": "3", + "openfda": { + "application_number": [ + "ANDA075252", + "ANDA077621", + "ANDA074069", + "NDA016324", + "ANDA208687", + "ANDA075568" + ], + "brand_name": [ + "AZASAN", + "AZATHIOPRINE", + "IMURAN" + ], + "generic_name": [ + "AZATHIOPRINE" + ], + "manufacturer_name": [ + "Salix Pharmaceuticals", + "Cadila Healthcare Limited", + "Zydus Pharmaceuticals (USA) Inc.", + "Glenmark Pharmaceuticals, Inc", + "Amneal Pharmaceuticals NY LLC", + "Sebela Pharmaceuticals Inc.", + "Ascend Laboratories, LLC", + "Mylan Pharmaceuticals Inc." + ], + "product_ndc": [ + "65649-231", + "65649-241", + "65841-602", + "68382-118", + "68382-119", + "68382-120", + "68462-502", + "68382-003", + "60219-1076", + "54766-590", + "67877-492", + "67877-493", + "67877-494", + "67877-495", + "70771-1139", + "70771-1140", + "70771-1141", + "0378-1005" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AZATHIOPRINE" + ], + "rxcui": [ + "359228", + "359229", + "404475", + "404476", + "197388", + "199310", + "105611" + ], + "spl_id": [ + "c6f5818d-8c29-9ae9-e053-2995a90a8078", + "b9998061-a822-4988-bf0f-2c5d53ca2360", + "e246f261-7523-4807-8286-ff6112e426c3", + "b12d59f7-dd18-2aaf-e053-2a95a90a59d7", + "8206ba76-3628-421a-9d58-5419825b6d7c", + "eb2de6f4-392c-4c91-8aaf-5ff04afca13a", + "b12d5dc4-2e90-e5de-e053-2a95a90ad4a2", + "84897784-a8ea-4408-e053-2991aa0a9b9d", + "07ff6a89-2fc4-48c5-b989-623e0ee74758", + "e2ce71c8-4be4-48e8-b7fd-624239aeeffe", + "115be871-5d6e-4bc9-a471-73bbe6f46341" + ], + "spl_set_id": [ + "9050af7a-19c6-4670-937a-9445605de995", + "d65bc662-2ae8-4ddb-acc8-f616e72e6140", + "1cd03d78-d567-4449-be98-0e8652ceff6a", + "200ce996-da00-5be7-e054-00144ff8d46c", + "b1b0fa3e-11c3-46d0-9537-6b372c2a1b56", + "59f3219f-898f-4d05-a430-c2b3f5255af1", + "ceab8e8b-d022-4d0c-a552-cc5782446248", + "606101a0-6244-7eff-e053-2a91aa0acadd", + "bc6dc4bd-2121-4613-9d90-4a504010c98a", + "89b272f0-ef5c-49e4-820f-fcd7ea8ef066", + "0a83e716-b688-433f-ac27-ae95132810cf" + ], + "package_ndc": [ + "65649-231-41", + "65649-241-41", + "65841-602-01", + "65841-602-05", + "68382-118-01", + "68382-118-05", + "68382-119-01", + "68382-119-05", + "68382-120-01", + "68382-120-05", + "68462-502-10", + "68382-003-01", + "68382-003-05", + "60219-1076-1", + "68462-502-01", + "54766-590-10", + "67877-492-01", + "67877-492-05", + "67877-492-10", + "67877-492-14", + "67877-492-33", + "67877-492-38", + "67877-493-01", + "67877-493-05", + "67877-493-10", + "67877-493-33", + "67877-493-38", + "67877-494-01", + "67877-494-05", + "67877-494-10", + "67877-494-33", + "67877-494-38", + "67877-495-01", + "67877-495-05", + "67877-495-10", + "67877-495-33", + "67877-495-38", + "70771-1139-1", + "70771-1139-5", + "70771-1140-1", + "70771-1140-5", + "70771-1141-1", + "70771-1141-5", + "0378-1005-01" + ], + "nui": [ + "N0000000233", + "M0015066", + "N0000175712", + "M0018169" + ], + "pharm_class_moa": [ + "Nucleic Acid Synthesis Inhibitors [MoA]" + ], + "pharm_class_cs": [ + "Nucleosides [CS]", + "Purines [CS]" + ], + "pharm_class_epc": [ + "Purine Antimetabolite [EPC]" + ], + "unii": [ + "MRK240IY2L" + ] + } + } + ] + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "WATSON", + "duplicatenumb": "US-ACTAVIS-2014-04163" + }, + "receiptdate": "20140312", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-ACTAVIS-2014-04163", + "occurcountry": "US", + "seriousnessother": "1", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "transmissiondate": "20141002", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0059281", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003358", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "82", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Dyspnoea", + "reactionoutcome": "1" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugbatchnumb": "FWKM", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20120528", + "drugenddateformat": "102", + "drugenddate": "20120601", + "actiondrug": "1", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ], + "summary": { + "narrativeincludeclinical": "CASE EVENT DATE: 20120601" + } + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0059281" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "safetyreportversion": "1", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "GB", + "qualification": "5" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "1", + "safetyreportid": "10003359", + "patient": { + "patientonsetage": "41", + "patientonsetageunit": "801", + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Erection increased", + "reactionoutcome": "2" + } + ], + "drug": [ + { + "drugcharacterization": "2", + "medicinalproduct": "DOXYCYCLINE", + "drugstructuredosagenumb": "100", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "100 MG, DAILY", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "actiondrug": "5", + "drugrecurreadministration": "3", + "openfda": { + "application_number": [ + "ANDA201678", + "ANDA204234", + "ANDA209396", + "ANDA065053", + "ANDA210664", + "ANDA065285", + "NDA050805", + "ANDA091605", + "ANDA209165", + "ANDA065454", + "ANDA204446", + "ANDA209582", + "ANDA062992", + "ANDA205115", + "ANDA200065", + "NDA050006", + "ANDA062475", + "ANDA065356", + "ANDA065055", + "ANDA207289", + "ANDA065095", + "ANDA209372", + "ANDA091406", + "ANDA207757" + ], + "brand_name": [ + "DOXYCYCLINE", + "OKEBO", + "ORACEA", + "VIBRAMYCIN MONOHYDRATE", + "DOXY 100", + "DOXYCYCLINE HYCLATE" + ], + "generic_name": [ + "DOXYCYCLINE", + "DOXYCYCLINE HYCLATE" + ], + "manufacturer_name": [ + "Lupin Pharmaceuticals, Inc.", + "Encore Dermatology Inc.", + "Mayne Pharma Inc.", + "Sun Pharmaceutical Industries, Inc.", + "Acella Pharmaceuticals, LLC", + "Lannett Company, Inc.", + "Galderma Laboratories, L.P.", + "Heritage Pharmaceuticals Inc. d/b/a Avet Pharmaceuticals Inc.", + "Prasco Laboratories", + "Alembic Pharmaceuticals Limited", + "Chartwell RX LLC", + "Lupin Pharmaceuticals,Inc.", + "Zydus Pharmaceuticals (USA) Inc.", + "Oaklock, LLC", + "Hikma Pharmaceuticals USA Inc.", + "Amneal Pharmaceuticals of New York LLC", + "Pfizer Laboratories Div Pfizer Inc", + "Fresenius Kabi USA, LLC", + "Cadila Healthcare Limited", + "Sun Pharmaceutical Industries Inc.", + "Par Pharmaceutical, Inc.", + "Amneal Pharmaceuticals NY LLC", + "West-Ward Pharmaceuticals Corp", + "Cosette Pharmaceuticals, Inc.", + "CIPLA USA, Inc", + "Mylan Institutional LLC", + "Novel Laboratories, Inc.", + "Alembic Pharmaceuticals Inc." + ], + "product_ndc": [ + "68180-657", + "69482-450", + "68180-650", + "68180-651", + "68180-652", + "51862-040", + "51862-041", + "51862-042", + "63304-614", + "63304-615", + "63304-616", + "42192-501", + "0527-1335", + "0527-1535", + "0527-1338", + "0527-1537", + "0299-3822", + "23155-133", + "23155-134", + "23155-135", + "23155-136", + "66993-815", + "46708-249", + "46708-250", + "62135-417", + "62135-626", + "62135-984", + "62135-985", + "43386-790", + "43386-791", + "43386-792", + "70710-1121", + "70710-1122", + "70710-1123", + "70710-1124", + "69263-501", + "0143-9381", + "68382-706", + "68382-782", + "68382-707", + "0115-1327", + "0069-0970", + "0069-0971", + "0069-0950", + "0069-0990", + "63323-130", + "70771-1006", + "70771-1007", + "70771-1008", + "70771-1009", + "65841-821", + "65841-822", + "65841-823", + "69482-475", + "63304-130", + "63304-131", + "63304-132", + "63304-173", + "49884-305", + "49884-727", + "49884-726", + "60219-1100", + "0143-2112", + "0713-0554", + "0713-0555", + "69097-228", + "69238-1100", + "69238-1500", + "69238-1501", + "67457-437", + "40032-790", + "40032-791", + "40032-792", + "70771-1121", + "70771-1122", + "68382-910", + "68382-911", + "62332-249", + "62332-250" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL", + "INTRAVENOUS" + ], + "substance_name": [ + "DOXYCYCLINE", + "DOXYCYCLINE HYCLATE" + ], + "rxcui": [ + "1650030", + "1649990", + "2045900", + "700408", + "1649401", + "1650143", + "1649429", + "1650142", + "1650444", + "1652673", + "901399", + "901401", + "1649405", + "1649988", + "310027", + "728207", + "205604", + "205618", + "310026", + "702296", + "861061", + "544840", + "2045898", + "1649425", + "1650446", + "1998483" + ], + "spl_id": [ + "bf2b026c-0185-4fc1-a87e-f3f26c47a20f", + "5d199431-f92b-4797-a8f6-070d3cd1b900", + "1c7d3a8b-739d-49ea-9a99-8268be92ffd8", + "00a173d0-5583-4d2f-a74e-f756e310c93f", + "d87fed49-4d26-4c1e-a097-7922f0f4d967", + "b12a1fd3-fe9e-b675-e053-2a95a90aa122", + "1dcf8463-ada2-4215-9c6c-c4ef200cc47f", + "b647f3c3-291f-4e39-a3c7-f8af27288924", + "90713c1e-c1a9-4607-aea2-687b4019a2ed", + "9d0efb1e-9fab-4d30-960f-824d49427b42", + "b20453db-3921-42de-84b4-7bb28bbce9da", + "f1d478f8-3a02-41aa-a820-67104c386591", + "0e276990-d1f0-43bb-8719-a5ddf616a201", + "8f11eb52-21ba-4148-88fd-32d5aa0f63e7", + "a1af0a3b-41a3-3f7b-e053-2a95a90abe25", + "6339f3cd-e271-4cca-b8ad-e2676747a7c2", + "facfe4c1-8d10-42fa-9593-14ebd4fdd816", + "25e3946b-93e0-40f2-9ca6-d96b9b1c1476", + "7d5bb812-4c0c-464b-a7a2-0fd34dae3156", + "b4654993-19ce-4911-a0d0-4836f357223d", + "16c692c1-16f1-4832-be6a-ff0efc573c0e", + "626625ab-40ae-444e-b698-81c466e811b9", + "fa30cc44-939a-4bba-9db4-4aa4e100ee23", + "fd417a50-69b5-40b4-89fd-58aea77ab547", + "2a4e4430-2fc5-418a-a947-32ce0efe1185", + "548793de-edad-41b0-88d6-f37cc4046d26", + "4820487d-5645-41ca-b417-94a1ec7cde01", + "22ec807c-14e3-4b73-baa8-931ade7d3203", + "519c22a5-36ff-4e15-95d5-43bd5d96a0f9", + "198228e6-51ee-4825-8b01-18b9a2c996db", + "dde93669-5777-4d4c-a49b-8e90a0cf4493", + "3a246ad7-ff63-4e8c-9030-32074a78dc78", + "0947f88a-2b40-4f2a-b43c-c02795defa80", + "6b2b202b-1b25-4590-9c1d-51f09ede5f66", + "69d6f881-5c24-44c9-ae77-de969367ede4", + "7b8bac54-de1b-4a52-b220-b914bf7c44dd", + "530f87fb-c1d3-496f-a350-a9621c1ae1cc", + "b285bc36-d752-4b7c-89d4-b1a1dbe79c2a" + ], + "spl_set_id": [ + "e0e80435-1b6a-4361-8c8a-e432f8f23a1b", + "5c9f1141-7eb5-5513-e053-2991aa0ad5b3", + "bcc65910-30d8-4807-ab61-607a56382924", + "54ce5887-5e72-4d7a-a821-936dd3ffa68c", + "829dbd3d-5c2b-47b8-96a5-423af78c93b9", + "3fb9f5ad-90a2-4858-bc34-f800d8b2fa90", + "4999bbd9-44ed-4749-9730-be2337bdf490", + "aa15c93a-ff4c-447a-8a21-96da506d8997", + "2bcde264-5f6f-47f6-ae2e-1b7010deacf7", + "22b7035c-6874-4cf4-ad73-06a105bffc64", + "3dfa486c-4665-4882-93ac-9259708f899c", + "3e7cf78f-3b48-4614-9fa4-c6d1e0c05a35", + "6512bf22-c211-4127-a8c8-2419656580f6", + "bc321932-b600-4659-a499-1853991b4ab9", + "da04c9cd-3d1e-4a0e-bde2-e31676b75b1a", + "2aa835bd-6fac-46b8-9716-9622fb550c8f", + "fef9580d-8850-4cbb-89eb-2b4d40ee59c9", + "5878bfaf-66b2-4a78-b6b0-f6405d44ebef", + "d6f98d3c-5a20-4cbf-9a9c-abef10b9e465", + "b256babb-1bba-4b0c-8837-d13ba3af7659", + "c886b2e4-494a-4325-abaf-981fc3d01c66", + "aa01035d-8b4a-4fdc-bfdf-2b39df0d8fc9", + "5e351090-afed-425b-e053-2a91aa0a206d", + "8224b9c5-5c4b-4dda-bc58-47b6604c2884", + "4ae0ff63-c577-478e-9fa0-b7c22a8e7de4", + "49ecbf95-58e8-4f3c-b5d5-650a15d866cb", + "9b52e0a7-f024-4d8a-a59e-374946e60b44", + "b0894010-39bd-459f-8563-cf83343105ee", + "b640ce65-d1a1-44a3-95c2-c38e39d5b18b", + "9df39880-b2a7-483f-bbc3-c0be67492388", + "79f3c026-7687-4a11-8d2e-03493531d3bf", + "a7b754e2-a028-469d-ba95-8412ef03ab0a", + "b9fbbe52-dd65-4ee7-a797-a2c05fc1d5c8", + "878a1cf9-31a9-425b-910d-042ed91e98d5", + "3d07e4d0-fe80-4eb1-8369-0a995a638713", + "6ae11b4e-1c13-440b-a050-d76e062b0f92", + "7ce80f6e-3c0d-4978-b626-5fd3f3ff349e", + "d77e2a9c-c536-4e66-b87a-40b085737699" + ], + "package_ndc": [ + "68180-657-01", + "69482-450-50", + "69482-450-06", + "68180-650-01", + "68180-651-01", + "68180-652-08", + "68180-652-29", + "51862-040-01", + "51862-041-01", + "51862-042-05", + "51862-042-02", + "63304-614-20", + "63304-614-05", + "63304-614-01", + "63304-614-13", + "63304-615-05", + "63304-615-11", + "63304-615-01", + "63304-616-20", + "63304-616-05", + "63304-616-01", + "63304-616-13", + "63304-616-50", + "42192-501-50", + "42192-501-05", + "0527-1335-01", + "0527-1535-01", + "0527-1338-50", + "0527-1338-25", + "0527-1537-30", + "0527-1537-01", + "0299-3822-30", + "0299-3822-06", + "0299-3822-05", + "0299-3822-04", + "0299-3822-02", + "0299-3822-07", + "23155-133-30", + "23155-133-05", + "23155-133-01", + "23155-133-11", + "23155-134-05", + "23155-134-11", + "23155-134-01", + "23155-134-30", + "23155-135-25", + "23155-135-05", + "23155-135-30", + "23155-135-11", + "23155-136-05", + "23155-136-11", + "23155-136-30", + "23155-136-03", + "66993-815-30", + "46708-249-30", + "46708-249-31", + "46708-250-30", + "46708-250-50", + "46708-250-60", + "46708-250-61", + "62135-626-20", + "62135-626-50", + "62135-626-05", + "62135-626-96", + "62135-626-28", + "62135-626-12", + "62135-626-23", + "62135-626-31", + "62135-626-40", + "62135-626-10", + "62135-626-01", + "62135-984-50", + "62135-985-50", + "62135-985-05", + "62135-985-01", + "62135-985-10", + "62135-417-46", + "43386-790-11", + "43386-790-01", + "43386-790-10", + "43386-791-11", + "43386-791-01", + "43386-791-10", + "43386-792-11", + "43386-792-10", + "43386-792-02", + "70710-1121-1", + "70710-1122-1", + "70710-1123-7", + "70710-1123-8", + "70710-1124-3", + "70710-1124-1", + "69263-501-50", + "69263-501-05", + "0143-9381-01", + "0143-9381-10", + "68382-782-06", + "68382-782-18", + "68382-782-16", + "68382-782-01", + "68382-782-05", + "68382-782-10", + "68382-782-30", + "68382-782-77", + "68382-706-06", + "68382-706-18", + "68382-706-16", + "68382-706-01", + "68382-706-05", + "68382-706-10", + "68382-706-30", + "68382-706-77", + "68382-707-06", + "68382-707-18", + "68382-707-16", + "68382-707-01", + "68382-707-21", + "68382-707-05", + "68382-707-10", + "68382-707-30", + "68382-707-77", + "0115-1327-01", + "0115-1327-03", + "0115-1327-08", + "0115-1327-10", + "0115-1327-13", + "0069-0970-65", + "0069-0971-93", + "0069-0971-95", + "0069-0971-74", + "0069-0950-50", + "0069-0990-50", + "63323-130-03", + "63323-130-13", + "70771-1006-1", + "70771-1007-1", + "70771-1008-7", + "70771-1008-8", + "70771-1009-3", + "70771-1009-1", + "65841-821-06", + "65841-821-18", + "65841-821-16", + "65841-821-01", + "65841-821-05", + "65841-821-10", + "65841-821-30", + "65841-821-77", + "65841-822-06", + "65841-822-18", + "65841-822-16", + "65841-822-01", + "65841-822-05", + "65841-822-10", + "65841-822-30", + "65841-822-77", + "65841-823-06", + "65841-823-18", + "65841-823-16", + "65841-823-01", + "65841-823-21", + "65841-823-05", + "65841-823-10", + "65841-823-30", + "65841-823-77", + "69482-475-99", + "69482-475-06", + "63304-130-10", + "63304-131-01", + "63304-131-10", + "63304-132-50", + "63304-132-04", + "63304-132-10", + "63304-173-03", + "63304-173-30", + "63304-173-10", + "63304-173-11", + "63304-173-69", + "49884-727-03", + "49884-727-04", + "49884-726-01", + "49884-305-02", + "60219-1100-1", + "60219-1100-3", + "0143-2112-50", + "0143-2112-05", + "0143-2112-20", + "63323-130-02", + "63323-130-11", + "0713-0554-01", + "0713-0555-50", + "0713-0555-93", + "69097-228-43", + "69238-1100-3", + "69238-1100-2", + "69238-1100-1", + "69238-1100-5", + "63323-130-41", + "63323-130-17", + "69238-1500-6", + "69238-1501-6", + "67457-437-00", + "67457-437-10", + "40032-790-11", + "40032-790-01", + "40032-790-10", + "40032-791-11", + "40032-791-01", + "40032-791-10", + "40032-792-11", + "40032-792-12", + "40032-792-10", + "70771-1121-1", + "70771-1121-6", + "70771-1122-1", + "68382-910-10", + "68382-911-01", + "62332-249-30", + "62332-249-31", + "62332-250-30", + "62332-250-50", + "62332-250-60", + "62332-250-61" + ], + "nui": [ + "N0000175882", + "N0000007948" + ], + "pharm_class_epc": [ + "Tetracycline-class Drug [EPC]" + ], + "pharm_class_cs": [ + "Tetracyclines [Chemical/Ingredient]" + ], + "unii": [ + "N12000U13O", + "19XTS3T51U", + "8ZL07I20SB" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "AMLODIPINE", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "10 MG, DAILY", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "actiondrug": "5", + "drugrecurreadministration": "3", + "openfda": { + "application_number": [ + "NDA211340" + ], + "brand_name": [ + "KATERZIA" + ], + "generic_name": [ + "AMLODIPINE" + ], + "manufacturer_name": [ + "Azurity Pharmaceuticals, Inc." + ], + "product_ndc": [ + "52652-5001" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMLODIPINE BENZOATE" + ], + "rxcui": [ + "2184120", + "2184126" + ], + "spl_id": [ + "33926064-be3f-4380-b051-ac4136524317" + ], + "spl_set_id": [ + "df673a4d-acb8-444c-a472-c87ab8cbd366" + ], + "package_ndc": [ + "52652-5001-1" + ], + "unii": [ + "XD75TQ8A2P" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "PARACETAMOL", + "drugstructuredosagenumb": "1000", + "drugstructuredosageunit": "003", + "drugdosagetext": "1000 MG, QID", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "actiondrug": "5", + "drugrecurreadministration": "3", + "openfda": { + "application_number": [ + "part343" + ], + "brand_name": [ + "L-ORAL PARACETAMOL SYRUP", + "AC FAST" + ], + "generic_name": [ + "PARACETAMOL" + ], + "manufacturer_name": [ + "GLOBAL PHARMA HEALTHCARE PRIVATE LIMITED", + "GRIMANN SA DE CV" + ], + "product_ndc": [ + "73921-026", + "81660-222" + ], + "product_type": [ + "HUMAN OTC DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "ACETAMINOPHEN" + ], + "rxcui": [ + "307675" + ], + "spl_id": [ + "ad25d998-3fb2-4dff-a5ad-cb40e5009c69", + "bf001b70-6165-1ec9-e053-2a95a90a1274" + ], + "spl_set_id": [ + "2d345b38-4b89-4699-bc72-710685bee662", + "bf001b70-6164-1ec9-e053-2a95a90a1274" + ], + "package_ndc": [ + "73921-026-04", + "81660-222-01" + ], + "unii": [ + "362O9ITL9D" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "ENALAPRIL", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "10 MG, DAILY", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "actiondrug": "5", + "drugrecurreadministration": "3" + }, + { + "drugcharacterization": "1", + "medicinalproduct": "DOXAZOSIN (UNKNOWN)", + "drugbatchnumb": "UNCONFIRMED", + "drugauthorizationnumb": "75426", + "drugstructuredosagenumb": "4", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "2", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugcumulativedosagenumb": "160", + "drugcumulativedosageunit": "003", + "drugdosagetext": "4 MG, BID", + "drugdosageform": "Unk", + "drugadministrationroute": "065", + "drugindication": "HYPERTENSION", + "drugstartdateformat": "102", + "drugstartdate": "20140122", + "drugenddateformat": "102", + "drugenddate": "20140211", + "actiondrug": "1" + }, + { + "drugcharacterization": "2", + "medicinalproduct": "INDAPAMIDE", + "drugstructuredosagenumb": "2.5", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "2.5 MG, DAILY", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "actiondrug": "5", + "drugrecurreadministration": "3", + "openfda": { + "application_number": [ + "ANDA074299", + "ANDA074722", + "ANDA075201" + ], + "brand_name": [ + "INDAPAMIDE" + ], + "generic_name": [ + "INDAPAMIDE" + ], + "manufacturer_name": [ + "ANI Pharmaceuticals, Inc.", + "Actavis Pharma, Inc." + ], + "product_ndc": [ + "62559-510", + "62559-511", + "0228-2571", + "0228-2597", + "43975-217", + "43975-304" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "INDAPAMIDE" + ], + "rxcui": [ + "197815", + "197816" + ], + "spl_id": [ + "7e38858b-fb63-42ec-bb6b-f241df610438", + "a6c24294-7e77-4441-9723-80133578f836", + "474ce187-facf-4755-9c22-397c5ed29837" + ], + "spl_set_id": [ + "deb83f97-6c61-4a09-bed6-18dcf1183405", + "a8a4ec2c-9d4b-482b-ad29-88185c96db74", + "788ebfde-39a2-42a4-9bd6-34ad87f66a97" + ], + "package_ndc": [ + "62559-510-01", + "62559-511-01", + "0228-2597-11", + "0228-2597-96", + "0228-2571-11", + "0228-2571-96", + "43975-217-10", + "43975-217-11", + "43975-304-10", + "43975-304-11" + ], + "nui": [ + "N0000175359", + "N0000175420" + ], + "pharm_class_pe": [ + "Increased Diuresis [PE]" + ], + "pharm_class_epc": [ + "Thiazide-like Diuretic [EPC]" + ], + "unii": [ + "F089I0511L" + ] + } + } + ] + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "WATSON", + "duplicatenumb": "GB-WATSON-2014-04160" + }, + "receiptdate": "20140312", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "GB-WATSON-2014-04160", + "occurcountry": "GB", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "seriousnesshospitalization": "1", + "transmissiondate": "20141002", + "primarysourcecountry": "GB" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0059154", + "occurcountry": "US", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "1" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003360", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "29", + "patientonsetageunit": "801", + "patientagegroup": "5", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Hypertension", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugdosagetext": "10 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PULMONARY HYPERTENSION", + "drugstartdateformat": "102", + "drugstartdate": "20110920", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0059154" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "safetyreportversion": "1", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "GB", + "qualification": "5" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "1", + "safetyreportid": "10003361", + "patient": { + "patientonsetage": "65", + "patientonsetageunit": "801", + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Hyponatraemia", + "reactionoutcome": "2" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "CITALOPRAM (UNKNOWN)", + "drugbatchnumb": "UNCONFIRMED", + "drugauthorizationnumb": "077034", + "drugstructuredosagenumb": "20", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "20 MG, DAILY", + "drugdosageform": "Unk", + "drugadministrationroute": "048", + "drugindication": "DEPRESSION", + "drugenddateformat": "610", + "drugenddate": "201402", + "actiondrug": "1" + }, + { + "drugcharacterization": "2", + "medicinalproduct": "PROPRANOLOL", + "drugdosagetext": "UNK", + "drugadministrationroute": "065", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "actiondrug": "5", + "drugrecurreadministration": "3", + "openfda": { + "application_number": [ + "ANDA075826" + ], + "brand_name": [ + "PROPRANOLOL" + ], + "generic_name": [ + "PROPRANOLOL HYDROCHLORIDE" + ], + "manufacturer_name": [ + "Fresenius Kabi USA, LLC" + ], + "product_ndc": [ + "63323-604" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "INTRAVENOUS" + ], + "substance_name": [ + "PROPRANOLOL HYDROCHLORIDE" + ], + "rxcui": [ + "856443" + ], + "spl_id": [ + "db24d808-268b-4bec-bd48-7b66d2bb5951" + ], + "spl_set_id": [ + "f14ea537-dd5c-4c78-9037-9a85e9e610ef" + ], + "package_ndc": [ + "63323-604-01" + ], + "unii": [ + "F8A3652H1V" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "RANITIDINE", + "drugdosagetext": "UNK", + "drugadministrationroute": "065", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "actiondrug": "5", + "drugrecurreadministration": "3", + "openfda": { + "application_number": [ + "ANDA091429", + "ANDA076195", + "ANDA200172", + "ANDA078653", + "NDA021698", + "ANDA075208", + "ANDA078192", + "ANDA075294", + "ANDA075167", + "ANDA078542", + "ANDA201745", + "ANDA091288", + "ANDA209859", + "ANDA078312", + "ANDA205512", + "ANDA077824", + "ANDA210243", + "ANDA078884", + "NDA020520", + "ANDA077405" + ], + "brand_name": [ + "COOL MINT ACID REDUCER", + "HARRIS TEETER ACID REDUCER", + "RANITIDINE", + "ZANTAC 150 ACID REDUCER", + "HEARTBURN RELIEF 150", + "SUNMARK ACID REDUCER", + "UP AND UP RANITIDINE", + "EXCHANGE SELECT ACID REDUCER", + "ACID REDUCER", + "SOUND BODY ACID REDUCER 150", + "SIGNATURE CARE ACID CONTROL", + "RANITIDINE 75", + "UP AND UP RANITIDINE 150", + "WAL ZAN 150", + "EQUATE RANITIDINE", + "EQUATE RANITIDINE ACID REDUCER", + "FAMILY WELLNESS ACID REDUCER 150", + "DG HEALTH ACID REDUCER", + "HEARTBURN RELIEF", + "RANITIDINE IMMEDIATE RELEASE", + "CAREONE ACID RELIEF", + "RANITIDINE COOL MINT", + "EQUALINE ACID REDUCER", + "ACID REDUCER MAXIMUM STRENGTH", + "ACID RELIEF", + "DG HEALTH HEARTBURN RELIEF", + "HEALTH MART ACID REDUCER", + "ZANTAC 150", + "HEARTBURN RELIEVER 75 REGULAR STRENGTH", + "BERKLEY AND JENSEN RANITIDINE", + "TOPCARE HEARTBURN RELIEF 150", + "HARRIS TEETER ACID REDUCER 150", + "ZANTAC 75", + "HEARTBURN RELIEVER 150 MAXIMUM STRENGTH" + ], + "generic_name": [ + "RANITIDINE", + "RANITIDINE HYDROCHLORIDE" + ], + "manufacturer_name": [ + "Rite Aid Corporation", + "Harris Teeter, LLC", + "H-E-B", + "Wockhardt USA LLC.", + "Lil' Drug Store Products, Inc", + "Kroger Company", + "Strategic Sourcing Services LLC", + "Dr. Reddy's Laboratories Limited", + "Target Corporation", + "Army & Air Force Exchange Service", + "Apotex Corp.", + "Glenmark Pharmaceuticals Inc., USA", + "Preferred Plus (Kinray)", + "Big Lots Stores, Inc.", + "Safeway", + "Major Pharmaceuticals", + "Walgreen Company", + "Wal-Mart Stores Inc", + "Family Dollar Services Inc", + "Dolgencorp, LLC", + "Lannett Company, Inc.", + "Publix Super Markets Inc", + "Ajanta Pharma Limited", + "Amneal Pharmaceuticals LLC", + "Strides Pharma Science Limited", + "Amneal Pharmaceuticals of New York LLC", + "American Sales Company", + "Granules India Ltd", + "Supervalu Inc", + "HEB", + "AvPAK", + "CVS Pharmacy", + "Meijer Distribution Inc", + "H E B", + "JC World Bell Wholesale Co., Inc.", + "Discount Drug Mart", + "BJWC", + "Topco Associates LLC", + "Pharmaceutical Associates, Inc." + ], + "product_ndc": [ + "11822-0950", + "69256-876", + "37808-303", + "64679-741", + "66715-9736", + "30142-891", + "49348-109", + "64679-906", + "64679-907", + "55111-404", + "11673-023", + "55111-131", + "55301-852", + "60505-0160", + "60505-2881", + "68462-248", + "68462-249", + "61715-090", + "50594-852", + "21130-116", + "21130-118", + "0904-6715", + "11673-950", + "0363-0852", + "49035-608", + "49035-800", + "55319-852", + "30142-600", + "11822-0852", + "55910-852", + "54838-550", + "60505-2880", + "0363-0950", + "56062-099", + "21130-568", + "27241-109", + "27241-110", + "65162-664", + "64380-803", + "64380-804", + "64380-936", + "64380-937", + "0904-6716", + "53746-253", + "53746-254", + "41520-392", + "62207-773", + "62207-774", + "55910-423", + "41163-852", + "37808-196", + "50268-721", + "41163-931", + "59779-540", + "41250-577", + "64679-740", + "37808-710", + "55910-011", + "65162-253", + "65162-254", + "62011-0282", + "50269-220", + "37808-507", + "53943-740", + "41250-891", + "68391-852", + "36800-852", + "37808-302", + "69256-041", + "50269-222", + "11673-876", + "53943-741", + "0121-0727", + "0121-4727" + ], + "product_type": [ + "HUMAN OTC DRUG", + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "RANITIDINE HYDROCHLORIDE", + "RANITIDINE" + ], + "rxcui": [ + "198191", + "312773", + "827189", + "198193", + "1090518", + "705610", + "198190", + "198192", + "827183" + ], + "spl_id": [ + "0ebab972-16c7-4733-b1bc-e063d53f9e87", + "a43acb8e-79f5-4487-aeaa-135f03ceb859", + "9b31ce5b-977d-fb58-8822-6bfb729a1b73", + "b389e8a7-8065-48f9-a0bc-fb30bed04c2d", + "b595216b-d636-7f28-e053-2a95a90a40bc", + "7027fdb0-3ad8-44d6-a409-0f0daf4d2451", + "3a6bbf82-b787-4a2a-ba35-6e38514ee936", + "76bec459-49be-4132-843c-6f471dab81a2", + "8459fe61-6721-7cfb-31a4-b05105bc73b8", + "f35d68b6-4b55-49eb-8f1c-3cd8a68a4077", + "654a9ddb-f441-a17a-f8ae-633148d041c8", + "3d87b57a-e34a-4101-b605-f2a89b55b475", + "026bd1d9-8f27-d47a-a738-9298aab03e0d", + "7d761784-6185-452e-abc9-47344cfd16c0", + "6ac37537-b020-4981-92ec-825f72a0268c", + "8258601e-c04e-4c64-9f9e-c807a7a02a53", + "cd14a5e9-0079-446c-8fd1-ea91572922bb", + "16041643-cd8d-4190-bc8a-285b06b5b646", + "0b8b6ed2-7d1d-4d6d-86f9-0f86fb06b738", + "67cbe8f7-be45-4b89-a818-d41960d9a2a3", + "f2760ca9-8fad-4901-bfdb-b86f217f4b96", + "40ce4613-b37e-43b6-a96a-564a282def59", + "1e358cc2-eff5-42a8-9263-2771c5241906", + "398cc88c-5154-4e16-b908-7e4144b17b29", + "5ab0bc9e-ed51-4c46-be27-da1d26f99c68", + "34774f84-ced4-4d7f-a491-ecfa18f5104f", + "c761fd97-86fa-4893-b93a-eb786e268f10", + "57a86142-bb50-4b30-9bdb-79fdc7c6a615", + "89c200d6-4689-189a-1912-65e309c306e8", + "3bdd6d63-837c-4658-a9a6-ec18d5625ac1", + "b6f91681-df99-44c4-bf49-5c1d1b3e2c74", + "d3e766d0-2b13-4d35-b013-34dee406d48e", + "24380c3c-c5cd-49ad-8a5e-c9df9040eac5", + "917462a4-6f47-4e77-8961-ccdb02412647", + "6cd1c8ee-8905-413d-8d1b-6263f9cff5be", + "9e96c380-0012-4169-99cc-bb847fea90cb", + "d0baef1b-0bf8-4d1f-8899-1d913ae58259", + "c94ca145-9bde-417a-babe-e4f773ef73ac", + "ba67c441-c508-d029-e053-2a95a90a892b", + "b4be9b82-a304-4171-a5db-323ebe4e5d0c", + "0443c53e-1c52-42aa-8cb9-7e272d674f13", + "84772d1b-806f-31ec-e053-2a91aa0aeb27", + "89175238-3add-22cd-e053-2a95a90ad3f0", + "1e7028ba-3141-40aa-9c91-07945adaa00a", + "3541fb1b-5016-4c6d-b59c-a6602a9a77b5", + "5521bf62-5dfe-4db8-9dd7-b8dee439a742", + "f14b4db0-bafe-4847-8600-d88ff3da1acc", + "e4692a6c-fd01-4894-9877-f6453718f33a", + "a772437f-fff0-4c12-bbfd-86251398538a", + "21e115aa-b8fc-46fd-b15c-1bcad41f4604", + "07d11ef2-0208-4e42-881f-f3c44f45c8f4", + "60a45d64-aca4-f579-e053-2991aa0aacb4", + "8b6d6a99-09b0-40df-b403-9901e5d52721", + "c9cc5ee3-2cd0-4f79-aee9-1fe3c86e0ea3", + "a91e2602-6239-40df-8909-16d8a0b6c4c3", + "2aa1cc94-35b2-436d-831b-de6a07ebb46b", + "0f6a22ed-033f-4e79-9978-cbc2043a34e0", + "8c625e29-0b7c-f00a-0fc6-7709c52c10a2", + "12742b39-5dd1-4817-9026-467894fd5b75", + "60a48e93-d396-36ed-e053-2a91aa0a975b", + "d3b146af-dc01-4014-b68e-3cd6fd242e38", + "cae64b6b-c6c1-4f85-9b4d-410569e77d84", + "74960813-0451-584d-e053-2a91aa0a89bb" + ], + "spl_set_id": [ + "4784c5b2-58eb-4b7c-b6e9-13dde7610a37", + "a43acb8e-79f5-4487-aeaa-135f03ceb859", + "d1f39d44-9fed-e72c-9011-d153bbfce894", + "f7aa08fc-5d10-4067-8f20-3c3e176e3e35", + "5e569962-0763-4669-96c2-93012ff6cd6c", + "5e505055-ebe1-4938-915f-c879f91561b9", + "bdf8a661-100c-45bf-ac0f-4aef41cd90b2", + "da16ec36-5824-48e0-856a-16518e588675", + "00df8a42-296f-80dd-98af-ee8b30eb38cc", + "5c5521ef-1c0a-4679-bacd-4c418ec02633", + "12a38e29-130c-6d41-1753-acccb0b41efe", + "5ece41c3-2daf-4d78-90a2-9ff0bd1fbf50", + "66922e9e-3797-6ddb-7f43-8c56bfd8f67a", + "4654adbd-c107-4846-9ee6-13f314bc2798", + "00a6fe2f-d9e6-4d75-9c21-16b40b1da320", + "8258601e-c04e-4c64-9f9e-c807a7a02a53", + "cd14a5e9-0079-446c-8fd1-ea91572922bb", + "16041643-cd8d-4190-bc8a-285b06b5b646", + "ee8565df-ff66-4986-802a-9550812026b7", + "45566ce8-89e9-4fab-ad6e-3f4e894da41c", + "7770ba0d-ff68-4b06-997b-93f5034382e1", + "d1d188c9-3197-40a1-9efa-b3e1be06984d", + "ea87c57b-0b3c-4821-8457-63a83738f10c", + "398cc88c-5154-4e16-b908-7e4144b17b29", + "659ae9b8-7dff-4947-acd6-08b1cd3b3e99", + "77253289-bed5-4c2e-b2ae-0fca71539cf8", + "a555cb03-b0a4-41a7-8586-94821344eac0", + "87a1d553-5c18-4f74-8298-933a2069d336", + "c816755c-055e-8cbc-9c7a-d794cda2d74b", + "ca43f9b6-b3d8-407d-866a-2d3df1be9302", + "50582666-d6b9-45b8-9c94-fc0301113907", + "eb5bc492-15fe-44f0-97bc-be0611d26932", + "fb67e8c7-b817-4253-a1a1-5ecdcee694cf", + "8f0bb213-6342-4fea-a080-24def590d1ba", + "9cd6370a-86c4-4195-a7a7-f496766b5f18", + "9e96c380-0012-4169-99cc-bb847fea90cb", + "b38a3332-5c54-453f-aeb7-070f830955c2", + "7dac092c-76d1-4198-b246-dc1369b76875", + "aab81d9f-397d-49fb-8083-77a1872cc71f", + "b4be9b82-a304-4171-a5db-323ebe4e5d0c", + "1eea2845-77fe-4e27-b7f4-ab0697ba77c3", + "cf4f5556-3ff2-4908-83bc-da55907bb597", + "891713fa-e572-371c-e053-2995a90ae88d", + "1e7028ba-3141-40aa-9c91-07945adaa00a", + "30cc208a-982c-4009-9fdc-46dc888d12ff", + "5ccfd7c1-46a2-4d57-9b4a-358aab976db9", + "e32f654d-76c6-48d3-96fd-c00e1892ca63", + "528c5521-58ad-4ef2-8e0e-6bbfb2f2d595", + "bdcd0a41-a332-4342-8e43-7e2447d8f475", + "9f416ce0-012f-4194-9382-74ac71e4b2a9", + "ba748db8-8064-4a95-9fd4-62dc65a94a57", + "7c6212f5-91fb-438c-80fb-b694c48207b7", + "d179b903-4a16-4485-b577-163fc1968da5", + "dd1455b9-a83b-4ba3-ba80-d6ff9546c147", + "f89bbc77-31d8-49b4-b123-a82797d0dc1e", + "2aa1cc94-35b2-436d-831b-de6a07ebb46b", + "3ad29b16-06fa-401c-b7b5-bc677cf1c52e", + "fa93b7c4-33d9-fcc0-a427-e28346045743", + "12742b39-5dd1-4817-9026-467894fd5b75", + "1f79c236-966d-4398-aa4b-88d67967f78b", + "4f87457d-4ccb-4f6a-8b9c-1129a8455dc5", + "a9ad5a68-55d9-485a-8aa6-fe666600f53e", + "d0da9dd6-c691-4614-99c7-531b0bf34837" + ], + "package_ndc": [ + "11822-0950-1", + "11822-0950-0", + "69256-876-65", + "37808-303-02", + "64679-741-01", + "64679-741-02", + "64679-741-05", + "64679-741-03", + "64679-741-06", + "64679-741-00", + "66715-9736-2", + "66715-9736-3", + "66715-9736-8", + "66715-9736-6", + "30142-891-09", + "30142-891-02", + "30142-891-64", + "49348-109-04", + "49348-109-54", + "64679-906-01", + "64679-906-06", + "64679-906-02", + "64679-906-03", + "64679-906-04", + "64679-906-05", + "64679-906-11", + "64679-906-12", + "64679-907-01", + "64679-907-04", + "64679-907-02", + "64679-907-03", + "64679-907-08", + "64679-907-09", + "55111-404-34", + "55111-404-32", + "55111-404-36", + "55111-404-50", + "55111-404-61", + "55111-404-55", + "55111-404-62", + "55111-404-90", + "55111-404-02", + "55111-404-65", + "55111-404-17", + "55111-404-24", + "55111-404-38", + "55111-404-40", + "11673-023-09", + "11673-023-02", + "11673-023-75", + "55111-131-30", + "55111-131-60", + "55111-131-80", + "55111-131-90", + "55111-131-04", + "55111-131-37", + "55111-131-79", + "55111-131-14", + "55111-131-81", + "55111-131-45", + "55301-852-02", + "60505-2881-3", + "60505-2881-8", + "60505-2881-7", + "60505-0160-3", + "60505-0160-4", + "68462-248-60", + "68462-248-01", + "68462-248-05", + "68462-249-30", + "68462-249-01", + "68462-249-20", + "61715-090-30", + "50594-852-02", + "50594-852-09", + "21130-116-02", + "21130-116-71", + "21130-116-82", + "21130-118-65", + "0904-6715-46", + "0904-6715-52", + "11673-950-09", + "11673-950-75", + "11673-950-58", + "0363-0852-62", + "0363-0852-82", + "0363-0852-09", + "0363-0852-01", + "0363-0852-51", + "49035-608-09", + "49035-608-81", + "49035-608-75", + "49035-608-02", + "49035-800-09", + "49035-800-81", + "49035-800-75", + "55319-852-02", + "55319-852-09", + "30142-600-71", + "30142-600-02", + "30142-600-56", + "30142-600-01", + "11822-0852-3", + "11822-0852-1", + "11822-0852-2", + "11822-0852-4", + "11822-0852-5", + "55910-852-02", + "55910-852-71", + "55910-852-05", + "55910-852-09", + "55910-852-01", + "54838-550-80", + "60505-2880-7", + "60505-2880-0", + "0363-0950-02", + "0363-0950-09", + "0363-0950-04", + "0363-0950-64", + "56062-099-71", + "56062-099-02", + "21130-568-62", + "21130-568-64", + "27241-109-06", + "27241-109-50", + "27241-110-03", + "27241-110-10", + "65162-664-90", + "64380-803-08", + "64380-803-06", + "64380-803-07", + "64380-803-03", + "64380-804-06", + "64380-804-38", + "64380-804-04", + "64380-936-08", + "64380-936-03", + "64380-936-06", + "64380-936-07", + "64380-937-38", + "64380-937-04", + "64380-937-06", + "0904-6716-51", + "0904-6716-24", + "53746-253-60", + "53746-253-01", + "53746-253-18", + "53746-253-05", + "53746-253-10", + "53746-254-30", + "53746-254-01", + "53746-254-02", + "41520-392-02", + "41520-392-09", + "62207-773-58", + "62207-773-41", + "62207-773-47", + "62207-773-32", + "62207-773-36", + "62207-774-58", + "62207-774-41", + "62207-774-47", + "62207-774-36", + "55910-423-62", + "41163-852-71", + "41163-852-62", + "37808-196-01", + "37808-196-04", + "50268-721-11", + "50268-721-15", + "41163-931-65", + "59779-540-02", + "59779-540-09", + "59779-540-01", + "59779-540-82", + "41250-577-02", + "64679-740-01", + "64679-740-02", + "64679-740-04", + "64679-740-03", + "64679-740-05", + "64679-740-00", + "37808-710-02", + "55910-011-71", + "55910-011-02", + "55910-011-09", + "55910-011-01", + "65162-253-06", + "65162-253-10", + "65162-253-11", + "65162-253-18", + "65162-253-50", + "65162-254-03", + "65162-254-10", + "65162-254-11", + "65162-254-25", + "62011-0282-1", + "62011-0282-2", + "50269-220-25", + "37808-507-09", + "37808-507-82", + "53943-740-01", + "41250-891-09", + "41250-891-71", + "41250-891-01", + "41250-891-02", + "41250-891-56", + "68391-852-56", + "36800-852-02", + "36800-852-71", + "36800-852-67", + "37808-302-02", + "37808-302-06", + "37808-302-01", + "69256-041-62", + "69256-041-71", + "50269-222-25", + "11673-876-27", + "11673-876-65", + "53943-741-08", + "0121-0727-16", + "0121-4727-10" + ], + "unii": [ + "BK76465IHM", + "884KT10YB7" + ], + "nui": [ + "N0000000151", + "N0000175784" + ], + "pharm_class_moa": [ + "Histamine H2 Receptor Antagonists [MoA]" + ], + "pharm_class_epc": [ + "Histamine-2 Receptor Antagonist [EPC]" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "THIAMINE HYDROCHLORIDE", + "drugdosagetext": "UNK", + "drugadministrationroute": "065", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "actiondrug": "5", + "drugrecurreadministration": "3", + "openfda": { + "application_number": [ + "ANDA080556", + "ANDA091623", + "ANDA206106", + "ANDA080575" + ], + "brand_name": [ + "THIAMINE", + "THIAMINE HYDROCHLORIDE" + ], + "generic_name": [ + "THIAMINE HYDROCHLORIDE" + ], + "manufacturer_name": [ + "Fresenius Kabi USA, LLC", + "Mylan Institutional LLC", + "Sagent Pharmaceuticals", + "Hikma Pharmaceuticals USA Inc." + ], + "product_ndc": [ + "63323-013", + "67457-196", + "25021-500", + "0641-6228" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "INTRAMUSCULAR", + "INTRAVENOUS" + ], + "substance_name": [ + "THIAMINE HYDROCHLORIDE" + ], + "rxcui": [ + "313324" + ], + "spl_id": [ + "ac61fd3b-9461-4bb1-b7eb-565128215109", + "4739cdd2-8a24-4f67-9a9f-902e9c0f3457", + "cbc5513d-4341-455c-b435-53dd5624efaa", + "8a23c1cc-96bc-4c06-be1e-c250244b4980", + "963a1196-c752-d5d9-e053-2a95a90a5c50", + "687b290b-a06b-4ea7-8060-9a3bb8571c6f" + ], + "spl_set_id": [ + "c3c9db74-95d4-487c-90c3-c810786fbaec", + "af3f9344-f743-4bad-b319-53b96e13fee2", + "12986d0e-b8bf-4338-9d85-07f973b35439", + "5982cf83-01d6-4acb-8373-339079b8a76e", + "ca4899c6-cea1-48d6-b0ae-9efcf67f6fcb", + "63f3631b-ba1e-430c-a30b-dd05b2c00c13" + ], + "package_ndc": [ + "63323-013-21", + "63323-013-09", + "63323-013-41", + "63323-013-26", + "67457-196-00", + "67457-196-02", + "25021-500-02", + "63323-013-01", + "63323-013-02", + "0641-6228-01", + "0641-6228-25" + ], + "unii": [ + "M572600E5P" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "VITAMIN B COMPLEX /00212701/", + "drugdosagetext": "UNK", + "drugadministrationroute": "065", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "actiondrug": "5", + "drugrecurreadministration": "3" + } + ] + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "WATSON", + "duplicatenumb": "GB-WATSON-2014-04164" + }, + "receiptdate": "20140312", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "GB-WATSON-2014-04164", + "occurcountry": "GB", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "seriousnesshospitalization": "1", + "transmissiondate": "20141002", + "primarysourcecountry": "GB" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0061717", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003362", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "71", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Gastric disorder", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Dyspnoea", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugdosagetext": "10 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20111212", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0061717" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0061767", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003363", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "50", + "patientonsetageunit": "801", + "patientagegroup": "5", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Unevaluable event", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20120912", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0061767" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0058852", + "occurcountry": "US", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003364", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "31", + "patientonsetageunit": "801", + "patientagegroup": "5", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Drug hypersensitivity", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Pruritus", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Rash", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "ADCIRCA", + "drugdosagetext": "UNK", + "drugstartdateformat": "610", + "drugstartdate": "201207", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "TADALAFIL" + }, + "openfda": { + "application_number": [ + "NDA022332" + ], + "brand_name": [ + "ADCIRCA" + ], + "generic_name": [ + "TADALAFIL" + ], + "manufacturer_name": [ + "United Therapeutics Corporation" + ], + "product_ndc": [ + "66302-467" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "TADALAFIL" + ], + "rxcui": [ + "849866", + "2123194" + ], + "spl_id": [ + "29f1af17-9d06-4338-afd6-632dcbcff287" + ], + "spl_set_id": [ + "ff61b237-be8e-461b-8114-78c52a8ad0ae" + ], + "package_ndc": [ + "66302-467-60", + "66302-467-61" + ], + "nui": [ + "N0000175599", + "N0000020026" + ], + "pharm_class_epc": [ + "Phosphodiesterase 5 Inhibitor [EPC]" + ], + "pharm_class_moa": [ + "Phosphodiesterase 5 Inhibitors [MoA]" + ], + "unii": [ + "742SXX0ICT" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20120713", + "actiondrug": "1", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ], + "summary": { + "narrativeincludeclinical": "CASE EVENT DATE: 201207" + } + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0058852" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0061798", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003365", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "71", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Oedema", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Fluid retention", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugdosagetext": "10 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20120208", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0061798" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0062030", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003366", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "32", + "patientonsetageunit": "801", + "patientagegroup": "5", + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Oedema", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20120731", + "actiondrug": "1", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0062030" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0061792", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003367", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "70", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Unevaluable event", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Eructation", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Chest discomfort", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20120808", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0061792" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0058894", + "occurcountry": "US", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003368", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "78", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Pollakiuria", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Poor quality sleep", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Dyspnoea", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PULMONARY HYPERTENSION", + "drugstartdateformat": "102", + "drugstartdate": "20090923", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0058894" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0061706", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003369", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "73", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Feeling abnormal", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugdosagetext": "10 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20120330", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0061706" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0059239", + "occurcountry": "US", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003370", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "64", + "patientonsetageunit": "801", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Swelling", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PULMONARY HYPERTENSION", + "drugstartdateformat": "102", + "drugstartdate": "20120713", + "drugenddateformat": "102", + "drugenddate": "20120727", + "actiondrug": "1", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ], + "summary": { + "narrativeincludeclinical": "CASE EVENT DATE: 20120713" + } + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0059239" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0061270", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003371", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "51", + "patientonsetageunit": "801", + "patientagegroup": "5", + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Nasal congestion", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Seasonal allergy", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20110405", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0061270" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0061187", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003372", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "49", + "patientonsetageunit": "801", + "patientagegroup": "5", + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Nausea", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugdosagetext": "10 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20120820", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0061187" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0061681", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003373", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "65", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Nasal congestion", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20120831", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ], + "summary": { + "narrativeincludeclinical": "CASE EVENT DATE: 20120903" + } + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0061681" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "safetyreportversion": "1", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "CN", + "qualification": "3" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "1", + "safetyreportid": "10003375", + "patient": { + "patientonsetage": "53", + "patientonsetageunit": "801", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Loss of consciousness", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Listeriosis", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Pyrexia", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Headache", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Vomiting", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Meningitis", + "reactionoutcome": "1" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "PREDNISONE", + "drugauthorizationnumb": "80336", + "drugstructuredosagenumb": "30", + "drugstructuredosageunit": "003", + "drugdosagetext": "30 MG, PER DAY", + "drugindication": "IMMUNOSUPPRESSION", + "actiondrug": "5", + "openfda": { + "application_number": [ + "NDA202020", + "ANDA215246", + "ANDA211496", + "ANDA080292", + "ANDA088832", + "ANDA083677", + "ANDA040584", + "ANDA040581", + "ANDA040256", + "ANDA040392", + "ANDA084122", + "ANDA087342", + "ANDA080352", + "ANDA211495", + "ANDA087800", + "ANDA087801", + "ANDA084283", + "ANDA088703", + "ANDA210525", + "ANDA213386", + "ANDA040362", + "ANDA211575", + "ANDA080356", + "ANDA085162", + "ANDA085161", + "ANDA040611" + ], + "brand_name": [ + "RAYOS", + "PREDNISONE" + ], + "generic_name": [ + "PREDNISONE" + ], + "manufacturer_name": [ + "Horizon Therapeutics USA, Inc.", + "Novitium Pharma LLC", + "GeneYork Pharmaceuticals Group LLC", + "Mylan Pharmaceuticals Inc.", + "Par Pharmaceutical", + "Lannett Company, Inc.", + "Hikma Pharmaceuticals USA Inc.", + "West-ward Pharmaceuticals Corp", + "Amneal Pharmaceuticals NY LLC", + "JUBILANT CADISTA PHARMACEUTICALS INC.", + "Actavis Pharma, Inc." + ], + "product_ndc": [ + "75987-020", + "75987-021", + "75987-022", + "70954-056", + "71329-106", + "0378-0640", + "0378-0641", + "0378-0642", + "0603-5335", + "0603-5336", + "0603-5337", + "0603-5338", + "0603-5339", + "0527-2930", + "0054-9817", + "0054-9828", + "0054-9818", + "0143-9738", + "0143-9740", + "0143-9739", + "0527-2931", + "0527-2932", + "0054-8724", + "0054-4741", + "0054-4742", + "0054-4728", + "0054-0017", + "0054-0018", + "0054-0019", + "0054-3722", + "0054-3721", + "0054-8739", + "0054-8740", + "0527-2933", + "0527-2934", + "0527-2935", + "71329-107", + "71329-108", + "60219-1707", + "60219-1708", + "59746-172", + "59746-173", + "59746-175", + "71329-103", + "71329-104", + "71329-105", + "70954-057", + "70954-058", + "70954-059", + "70954-060", + "70954-061", + "0591-5052", + "0591-5442", + "0591-5443", + "59746-171" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "PREDNISONE" + ], + "rxcui": [ + "1303125", + "1303131", + "1303132", + "1303134", + "1303135", + "1303137", + "198144", + "198145", + "312615", + "312617", + "198146", + "763179", + "763181", + "763183", + "763185", + "198148", + "205301", + "315187" + ], + "spl_id": [ + "f9517701-80af-41ad-b527-4297184f3383", + "7335a293-992b-490c-ab8a-66a7ca1eea30", + "4384c1d1-059b-4689-9f3d-1078de814ce8", + "88a6acb5-abca-4d04-be4f-d637e001e20b", + "bf179c06-4480-4f07-8e38-10e8fddc2ed6", + "f63744b8-0108-489d-8c38-453c013ccf93", + "cea52966-6748-4723-ae9b-793b44c429de", + "92e5952b-2b1e-42c7-a8b3-c33d403d47aa", + "8c94235c-7f8e-4e2a-bb56-014324bda19a", + "7b97d83a-b0b4-4229-a4b6-6d1287fecd29", + "4b4a5262-cead-44bb-925a-086362a69d6e", + "eafa4fdb-e631-4080-b850-a7e40866f250", + "2c25a942-37b8-41b0-aa35-fa49d82515e1", + "3b1247fb-3a8d-4c94-b26a-a61398316cc3", + "c3dd4f62-cc06-4576-938c-c50f5a4a1642", + "1689f48c-eb89-48ca-84e4-1c648e3f0e23", + "03ae0f16-3d26-4f67-8ab7-1164b1dbc182", + "a8972d19-5cd5-441c-a552-048116a069e8" + ], + "spl_set_id": [ + "281ab967-7565-4bef-9c0c-a646589c671e", + "7335a293-992b-490c-ab8a-66a7ca1eea30", + "be50449f-3aa8-46b7-9246-2dbd5f04f2b1", + "fec09050-5ac2-451b-a2b9-5a21b2def212", + "10fe5a3b-84dc-4600-87c2-b80c97ce18cf", + "2d047ff2-1ca5-4123-9de3-dc85807de4e1", + "263ed4fa-3c29-4abb-9cb1-bc016bd34a05", + "c19fd54a-0a3b-4b14-b598-0256ea0e7f70", + "d88845ae-5b7c-465c-982d-8210d37ae190", + "3115aef0-fd50-4ec8-a064-3effb695f3f2", + "84c6be5c-df0d-41b4-9b0d-641fba970ac2", + "d4b46716-044d-4213-8030-950affa41c3b", + "03228706-92b9-43c9-8d73-c73aa124c58d", + "931ceb82-23b9-46c6-a00b-4cd66ed6f88f", + "bbc5e24a-ba0f-4f7e-be39-a1995fd96d5b", + "f05eb734-07e7-491c-b2e9-aae340e03750", + "aa0b1582-6ef3-4697-9ea6-5391e6e57853", + "e9d6774e-45f6-419f-b388-8dfb4dd34944" + ], + "package_ndc": [ + "75987-020-02", + "75987-020-01", + "75987-020-70", + "75987-021-02", + "75987-021-01", + "75987-021-70", + "75987-022-02", + "75987-022-01", + "75987-022-70", + "70954-056-10", + "70954-056-20", + "71329-106-02", + "71329-106-01", + "0378-0640-01", + "0378-0640-10", + "0378-0641-01", + "0378-0641-10", + "0378-0642-01", + "0378-0642-05", + "0378-0642-10", + "0603-5335-21", + "0603-5335-32", + "0603-5336-21", + "0603-5337-21", + "0603-5337-32", + "0603-5337-15", + "0603-5337-31", + "0603-5338-21", + "0603-5338-28", + "0603-5338-32", + "0603-5338-15", + "0603-5338-31", + "0603-5339-21", + "0603-5339-28", + "0603-5339-32", + "0527-2930-37", + "0527-2930-43", + "0054-9828-25", + "0054-9828-31", + "0054-9817-25", + "0054-9817-29", + "0054-9818-25", + "0054-9818-29", + "0143-9740-01", + "0143-9740-10", + "0143-9739-01", + "0143-9739-10", + "0143-9738-01", + "0143-9738-05", + "0143-9738-10", + "0527-2931-37", + "0527-2932-37", + "0527-2932-43", + "0054-4741-25", + "0054-4741-31", + "0054-4742-25", + "0054-4728-25", + "0054-4728-31", + "0054-0017-25", + "0054-0017-29", + "0054-0017-20", + "0054-0018-25", + "0054-0018-29", + "0054-0018-20", + "0054-0019-20", + "0054-0019-25", + "0054-3722-63", + "0054-3722-50", + "0054-3721-44", + "0054-8739-25", + "0054-8740-25", + "0054-8724-25", + "0527-2933-37", + "0527-2933-41", + "0527-2934-37", + "0527-2934-41", + "0527-2935-37", + "71329-107-01", + "71329-108-02", + "71329-108-01", + "60219-1707-1", + "60219-1707-5", + "60219-1707-2", + "60219-1707-3", + "60219-1708-1", + "60219-1708-5", + "59746-172-10", + "59746-172-06", + "59746-173-10", + "59746-173-09", + "59746-173-06", + "59746-175-09", + "59746-175-06", + "59746-175-10", + "71329-103-02", + "71329-103-01", + "71329-104-02", + "71329-104-01", + "71329-105-01", + "70954-057-10", + "70954-058-10", + "70954-058-20", + "70954-058-30", + "70954-058-40", + "70954-059-10", + "70954-059-20", + "70954-059-30", + "70954-059-40", + "70954-060-10", + "70954-060-20", + "70954-060-30", + "70954-061-10", + "0591-5052-21", + "0591-5052-43", + "0591-5052-01", + "0591-5052-10", + "0591-5442-21", + "0591-5442-43", + "0591-5442-01", + "0591-5442-05", + "0591-5442-10", + "0591-5443-01", + "0591-5443-05", + "0591-5443-10", + "59746-171-10", + "59746-171-06" + ], + "nui": [ + "N0000175576", + "N0000175450" + ], + "pharm_class_epc": [ + "Corticosteroid [EPC]" + ], + "pharm_class_moa": [ + "Corticosteroid Hormone Receptor Agonists [MoA]" + ], + "unii": [ + "VB0R961HZT" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "CYCLOPHOSPHAMIDE", + "drugindication": "IMMUNOSUPPRESSION", + "actiondrug": "5", + "openfda": { + "application_number": [ + "ANDA211608", + "NDA212501", + "ANDA040745", + "ANDA210046", + "ANDA209872", + "ANDA204555", + "NDA012141", + "NDA203856", + "ANDA207014" + ], + "brand_name": [ + "CYCLOPHOSPHAMIDE" + ], + "generic_name": [ + "CYCLOPHOSPHAMIDE" + ], + "manufacturer_name": [ + "Cipla USA Inc.", + "Athenex Pharmaceutical Division, LLC.", + "Baxter Healthcare Corporation", + "Amneal Pharmaceuticals LLC", + "STI Pharma LLC", + "Sandoz Inc.", + "BluePoint Laboratories", + "West-Ward Pharmaceuticals Corp.", + "ANI Pharmaceuticals, Inc.", + "Ingenus Pharmaceuticals, LLC", + "NorthStar RxLLC", + "NorthStar Rx LLC" + ], + "product_ndc": [ + "69097-516", + "69097-517", + "70860-218", + "10019-943", + "10019-944", + "10019-945", + "70121-1238", + "70121-1239", + "70121-1240", + "10019-935", + "10019-936", + "10019-937", + "54879-021", + "54879-022", + "0781-3233", + "0781-3244", + "0781-3255", + "10019-955", + "10019-956", + "10019-957", + "68001-370", + "68001-371", + "68001-372", + "10019-938", + "10019-939", + "10019-942", + "10019-982", + "10019-984", + "0054-0382", + "0054-0383", + "43975-307", + "43975-308", + "50742-519", + "50742-520", + "62559-930", + "62559-931", + "72603-104", + "72603-326", + "72603-411", + "68001-442", + "68001-443", + "68001-444", + "16714-857", + "16714-859", + "16714-858" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL", + "INTRAVENOUS" + ], + "substance_name": [ + "CYCLOPHOSPHAMIDE ANHYDROUS", + "CYCLOPHOSPHAMIDE" + ], + "rxcui": [ + "1437968", + "1437969", + "2386859", + "1734917", + "1734919", + "1734921", + "197549", + "197550" + ], + "spl_id": [ + "f57dbebf-f145-4e3c-bfef-b7907f6e01eb", + "bf6525b9-acdf-4c3a-9c2c-dd8ddc051a5b", + "55ee01d4-2cda-4cf1-834b-6d1a336da433", + "2c960eb4-cc73-473d-87f1-752731117e1a", + "bd959658-0710-46e4-8fd1-7811d1071020", + "e5901820-4fcb-45ad-b8b7-f13ba87a3c5e", + "946a83b0-9009-dfd0-e053-2995a90a9824", + "bb2ca883-b096-44f5-b6bb-bcb56f91d76a", + "c688325c-7953-590a-e053-2995a90a50e0", + "6bd1a430-b849-4f5c-a280-00ccf91b396c", + "1733ed51-414a-49ab-9100-d5e655fd081c", + "80bba81a-806d-4feb-b53f-24013b28f187", + "952207b1-7a24-444d-ae1b-2848d883da72", + "1fa0e9dd-113b-4d57-9991-1fdb9f1d5a36", + "075e94a4-1a7f-4e33-b7e8-3cd3c0590bf9", + "877e8362-f116-4d82-bbd5-05f8ae671482", + "d7e97b99-83db-42d0-8521-b87fe6467a67", + "a589485e-5ffb-27be-e053-2a95a90a4f7d" + ], + "spl_set_id": [ + "0e1cb955-99c8-4fe5-89d1-399c8e52174e", + "a0e99679-f939-4fb3-9d38-dfdb824f89bc", + "cef038cc-efab-46d9-99c2-95bb11d6c9bc", + "520bfe39-dfd5-4a20-9a37-80078afded0d", + "6bae5c14-9e87-4fb6-ae9c-4d875c1ecffe", + "4ebe66e7-5e0d-41ff-8ef9-e4c30a65f213", + "0e9e22fa-178a-42fc-9f82-c303db3b245a", + "591d9955-3d9c-4cdc-a308-2f1288376b9f", + "457ede7d-d2f9-49a3-9de7-651f64a210e1", + "97ab446f-5017-4180-ae65-0a355289b0ed", + "769ded74-6186-40a8-8e44-ceff67287451", + "8135b917-882f-4b4c-99b7-fa8ea54af4bf", + "28143049-ae3f-4b4b-be46-7db7dbd603c4", + "783d7523-8505-4b3e-837c-cefbcec61da6", + "e73020b2-6abf-4183-bd6d-825a1334bb51", + "fdaa7d15-7c06-44ab-b1d5-9d2b3e8ffd28", + "d7e97b99-83db-42d0-8521-b87fe6467a67", + "76f057be-e3da-0a89-e053-2a91aa0a8438" + ], + "package_ndc": [ + "69097-516-07", + "69097-517-07", + "70860-218-03", + "70860-218-05", + "10019-943-25", + "10019-943-01", + "10019-944-50", + "10019-944-01", + "10019-945-10", + "10019-945-01", + "70121-1238-1", + "70121-1239-1", + "70121-1240-1", + "10019-935-25", + "10019-935-01", + "10019-936-50", + "10019-936-01", + "10019-937-10", + "10019-937-01", + "54879-022-01", + "54879-021-01", + "0781-3233-94", + "0781-3244-94", + "0781-3255-94", + "10019-955-50", + "10019-955-01", + "10019-956-16", + "10019-956-01", + "10019-957-11", + "10019-957-01", + "68001-370-24", + "68001-370-27", + "68001-371-33", + "68001-371-32", + "68001-372-33", + "68001-372-32", + "10019-938-25", + "10019-938-01", + "10019-939-50", + "10019-939-01", + "10019-942-10", + "10019-942-01", + "10019-982-09", + "10019-982-01", + "10019-984-09", + "10019-984-01", + "0054-0382-13", + "0054-0382-25", + "0054-0383-13", + "0054-0383-25", + "43975-308-10", + "43975-307-10", + "50742-519-02", + "50742-520-05", + "62559-930-01", + "62559-931-01", + "72603-104-01", + "72603-326-01", + "72603-411-01", + "68001-442-26", + "68001-443-27", + "68001-444-32", + "16714-859-01", + "16714-857-01", + "16714-858-01" + ], + "nui": [ + "N0000000236", + "N0000175558" + ], + "pharm_class_moa": [ + "Alkylating Activity [MoA]" + ], + "pharm_class_epc": [ + "Alkylating Drug [EPC]" + ], + "unii": [ + "6UXW23996M", + "8N3DW7272P" + ] + } + } + ] + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "SANDOZ", + "duplicatenumb": "PHHY2014CN026564" + }, + "receiptdate": "20140312", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "PHHY2014CN026564", + "occurcountry": "CN", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "seriousnesshospitalization": "1", + "transmissiondate": "20141002", + "primarysourcecountry": "CN" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-ASTRAZENECA-2013SE50238", + "occurcountry": "US", + "safetyreportversion": "1", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003376", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "62", + "patientonsetageunit": "801", + "patientweight": "88", + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Diarrhoea", + "reactionoutcome": "2" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Arthralgia", + "reactionoutcome": "2" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Nausea", + "reactionoutcome": "2" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "CASODEX", + "drugauthorizationnumb": "020498", + "drugdosagetext": "GENERIC, 50 MG, EVERY MORNING", + "drugadministrationroute": "048", + "drugindication": "PROSTATE CANCER METASTATIC", + "drugstartdateformat": "602", + "drugstartdate": "2013", + "drugenddateformat": "610", + "drugenddate": "201306", + "actiondrug": "1", + "openfda": { + "application_number": [ + "NDA020498" + ], + "brand_name": [ + "CASODEX" + ], + "generic_name": [ + "BICALUTAMIDE" + ], + "manufacturer_name": [ + "ANI Pharmaceuticals, Inc." + ], + "product_ndc": [ + "62559-680" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "BICALUTAMIDE" + ], + "rxcui": [ + "108828", + "199123" + ], + "spl_id": [ + "09a60ae0-2a64-49f7-88f2-6b06bf3d44b7" + ], + "spl_set_id": [ + "dfee4fe7-8478-4a3e-925d-00be3cd0ab67" + ], + "package_ndc": [ + "62559-680-30" + ], + "nui": [ + "N0000000243", + "N0000175560" + ], + "pharm_class_moa": [ + "Androgen Receptor Antagonists [MoA]" + ], + "pharm_class_epc": [ + "Androgen Receptor Inhibitor [EPC]" + ], + "unii": [ + "A0Z3NAU9DP" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "LUPRON" + }, + { + "drugcharacterization": "2", + "medicinalproduct": "IBUPROPHEN" + }, + { + "drugcharacterization": "2", + "medicinalproduct": "ULRAM" + }, + { + "drugcharacterization": "2", + "medicinalproduct": "PROSCAR", + "openfda": { + "application_number": [ + "NDA020180" + ], + "brand_name": [ + "PROSCAR" + ], + "generic_name": [ + "FINASTERIDE" + ], + "manufacturer_name": [ + "Organon LLC", + "Merck Sharp & Dohme Corp." + ], + "product_ndc": [ + "78206-153", + "0006-0072" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "FINASTERIDE" + ], + "rxcui": [ + "201961", + "310346" + ], + "spl_id": [ + "23f41fda-b1f3-494d-94b9-6265384af0db", + "26bb4d97-53f7-451c-a894-ee0a3e2273e8" + ], + "spl_set_id": [ + "6f988153-fc74-4ca4-b29a-111f750c4a4b", + "7c01f541-1c88-400c-41a9-7cbb9dee50c0" + ], + "package_ndc": [ + "78206-153-01", + "78206-153-02", + "0006-0072-31", + "0006-0072-58" + ], + "nui": [ + "N0000175836", + "N0000000126" + ], + "pharm_class_epc": [ + "5-alpha Reductase Inhibitor [EPC]" + ], + "pharm_class_moa": [ + "5-alpha Reductase Inhibitors [MoA]" + ], + "unii": [ + "57GNO57U7G" + ] + } + } + ] + }, + "transmissiondate": "20141002", + "serious": "2", + "reportduplicate": { + "duplicatesource": "ASTRAZENECA", + "duplicatenumb": "US-ASTRAZENECA-2013SE50238" + }, + "receiptdate": "20140312", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0062140", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003377", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "59", + "patientonsetageunit": "801", + "patientagegroup": "5", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Malaise", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Weight fluctuation", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "5 MG, QD", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20120828", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0062140" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0061975", + "occurcountry": "US", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "1" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003378", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "53", + "patientonsetageunit": "801", + "patientagegroup": "5", + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Dyspnoea", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Tremor", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Bone pain", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Presyncope", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PULMONARY ARTERIAL HYPERTENSION", + "drugstartdateformat": "102", + "drugstartdate": "20120427", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0061975" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0062075", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "1" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003379", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "55", + "patientonsetageunit": "801", + "patientagegroup": "5", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Nasopharyngitis", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugdosagetext": "10 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20110204", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0062075" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0062227", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003380", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "67", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Respiratory tract infection", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Body temperature", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Pneumonia", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Productive cough", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugdosagetext": "10 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20080312", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0062227" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0062208", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003381", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "76", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "No therapeutic response", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20120829", + "actiondrug": "1", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0062208" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0062244", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003382", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "57", + "patientonsetageunit": "801", + "patientagegroup": "5", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Blood count abnormal", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugdosagetext": "10 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20080412", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0062244" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0062133", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003383", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "63", + "patientonsetageunit": "801", + "patientagegroup": "5", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Unevaluable event", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugdosagetext": "10 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20110509", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0062133" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0062191", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003384", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "75", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Unevaluable event", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugdosagetext": "10 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20120604", + "drugenddateformat": "602", + "drugenddate": "2012", + "actiondrug": "1", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0062191" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0062303", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "1" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003385", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "79", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Dyspnoea exertional", + "reactionoutcome": "3" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Fatigue", + "reactionoutcome": "3" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "actiondrug": "2", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugdosagetext": "10 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20120816", + "actiondrug": "2", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ], + "summary": { + "narrativeincludeclinical": "CASE EVENT DATE: 20120816" + } + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0062303" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003386", + "patient": { + "patientonsetage": "72", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Fluid retention", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Haemoglobin decreased", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugcumulativedosagenumb": "30", + "drugcumulativedosageunit": "003", + "drugdosageform": "TABLET", + "drugstartdateformat": "102", + "drugstartdate": "20120920", + "drugenddateformat": "102", + "drugenddate": "20121006", + "actiondrug": "1", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugcumulativedosagenumb": "30", + "drugcumulativedosageunit": "003", + "drugdosagetext": "5 MG, QD", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PULMONARY ARTERIAL HYPERTENSION", + "drugstartdateformat": "102", + "drugstartdate": "20120917", + "drugenddateformat": "102", + "drugenddate": "20121006", + "actiondrug": "1", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ], + "summary": { + "narrativeincludeclinical": "CASE EVENT DATE: 20120923" + } + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0062139" + }, + "receiptdate": "20150812", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0062139", + "occurcountry": "US", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "seriousnesshospitalization": "1", + "transmissiondate": "20151125", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0063067", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003387", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "67", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Cellulitis", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugdosagetext": "10 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20090825", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0063067" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0061242", + "occurcountry": "US", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003388", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "19", + "patientonsetageunit": "801", + "patientagegroup": "5", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Dyspnoea", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Dyspnoea exertional", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Oedema", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugdosagetext": "10 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PULMONARY ARTERIAL HYPERTENSION", + "drugstartdateformat": "102", + "drugstartdate": "20111017", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0061242" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0061713", + "occurcountry": "US", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "1" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003389", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "32", + "patientonsetageunit": "801", + "patientagegroup": "5", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Hepatic enzyme decreased", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugdosagetext": "10 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PULMONARY ARTERIAL HYPERTENSION", + "drugstartdateformat": "102", + "drugstartdate": "20120404", + "actiondrug": "1", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 UNK, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "actiondrug": "1", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0061713" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0062268", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003390", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "44", + "patientonsetageunit": "801", + "patientagegroup": "5", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Headache", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Dyspnoea", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Diarrhoea", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Increased appetite", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Swelling", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Weight increased", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Vomiting", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "10 MG, QD", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PULMONARY ARTERIAL HYPERTENSION", + "drugstartdateformat": "102", + "drugstartdate": "20120620", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ], + "summary": { + "narrativeincludeclinical": "CASE EVENT DATE: 20120917" + } + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0062268" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0062020", + "occurcountry": "US", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003391", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "75", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Dyspnoea", + "reactionoutcome": "3" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PULMONARY ARTERIAL HYPERTENSION", + "drugstartdateformat": "102", + "drugstartdate": "20100113", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ], + "summary": { + "narrativeincludeclinical": "CASE EVENT DATE: 20120926" + } + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0062020" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "2", + "safetyreportversion": "12", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "CA", + "qualification": "1" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "1", + "safetyreportid": "10003392", + "patient": { + "patientonsetage": "77", + "patientonsetageunit": "801", + "patientweight": "81", + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "18.0", + "reactionmeddrapt": "Subdural haematoma", + "reactionoutcome": "4" + } + ], + "drug": [ + { + "drugcharacterization": "2", + "medicinalproduct": "RAMIPRIL.", + "drugadministrationroute": "065", + "drugindication": "HYPERTENSION", + "drugstartdateformat": "102", + "drugstartdate": "19950101", + "activesubstance": { + "activesubstancename": "RAMIPRIL" + }, + "openfda": { + "application_number": [ + "ANDA077626", + "ANDA078832", + "NDA019901", + "ANDA090697", + "ANDA077900", + "ANDA091604", + "ANDA202392", + "ANDA078745", + "ANDA078191" + ], + "brand_name": [ + "RAMIPRIL", + "ALTACE" + ], + "generic_name": [ + "RAMIPRIL" + ], + "manufacturer_name": [ + "Lupin Pharmaceuticals, Inc.", + "Cadila Healthcare Limited", + "Pfizer Laboratories Div Pfizer Inc", + "Zydus Pharmaceuticals (USA) Inc.", + "West-Ward Pharmaceuticals Corp.", + "Rising Health, LLC", + "Exelan Pharmaceuticals, Inc.", + "Accord Healthcare Inc.", + "Aurobindo Pharma Limited", + "BluePoint Laboratories", + "Chartwell RX, LLC.", + "Dr. Reddy's Laboratories Limited" + ], + "product_ndc": [ + "68180-589", + "68180-590", + "68180-591", + "65841-655", + "65841-656", + "65841-657", + "65841-658", + "61570-110", + "61570-111", + "61570-112", + "61570-120", + "68382-374", + "68382-375", + "68382-376", + "68382-377", + "0054-0106", + "0054-0107", + "0054-0108", + "0054-0109", + "68382-144", + "68382-145", + "68382-146", + "68382-147", + "57237-222", + "57237-223", + "57237-224", + "57237-225", + "76282-670", + "76282-671", + "76282-672", + "76282-673", + "16729-152", + "16729-153", + "16729-154", + "16729-155", + "65841-699", + "65841-700", + "65841-701", + "65841-702", + "65862-474", + "65862-475", + "65862-476", + "65862-477", + "68001-140", + "68001-142", + "68001-143", + "68001-141", + "68001-428", + "68001-429", + "68001-430", + "68001-431", + "62135-271", + "62135-272", + "62135-273", + "62135-274", + "55111-438", + "55111-439", + "55111-440", + "55111-441" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "RAMIPRIL" + ], + "rxcui": [ + "198188", + "198189", + "261962", + "845488", + "104384", + "104385", + "260333", + "845489", + "251856", + "251857", + "401965", + "401968" + ], + "spl_id": [ + "9fb6ade9-c326-4291-a3d4-dfc2502c29ab", + "5c6923e7-888e-4ea4-a32b-7f0dffe52231", + "c7ad5551-2d6f-41b9-8382-0b16869b9986", + "382682be-9132-4a2f-bd71-644ff7d34f3c", + "bd18cbe0-7b1f-45ac-8d43-0443c9688509", + "9eac2e75-3766-4394-a435-547cdc840b42", + "be5e151f-7909-4ca2-b3f2-a55280d8788b", + "ac6c9f3c-315c-42c2-8856-b2808e5f24d2", + "c2d4669a-76a4-4b64-e053-2a95a90a036d", + "37b64bf3-8bdc-4e6e-843f-9c87f24b8376", + "aa55f661-7c12-49f8-919d-d857ea9280b1", + "c4f8ab80-6693-8a4d-e053-2a95a90ac3a2", + "ee7caef7-1712-4120-aec9-e1fa82206b0d", + "f4987a92-7a39-4775-9873-659280646da1", + "9ca7716b-2236-623f-f9f7-19bf7b29ea85" + ], + "spl_set_id": [ + "a8cdec12-81d1-4ef4-82c0-d05d93c37a07", + "496b346b-ca79-4483-a950-bed9464e6a9d", + "0fc34cd8-86e6-4034-73bd-4263a68ba046", + "ee92b5bb-77d5-47cd-a8b1-d5f383b94311", + "7e9e84f7-ff47-463d-bf47-7a9745960aae", + "055bb582-67cd-425a-8823-d543c14305ce", + "d5c58fb5-b415-4567-9790-55631705c5cd", + "1e1dfacf-b831-4743-a874-9a5e5ef8a120", + "e4144b15-406d-4169-9ca7-12a6fce38263", + "3c358a20-9abb-4fc0-afb9-400e3c621fe2", + "d6d57158-e8f9-4c91-8317-0374e0c87d33", + "6eb70bb3-1403-4b28-8da5-7756a12d3626", + "45707435-4fc8-457e-9ff2-02d7be9b4a6e", + "b7e49f05-6d4f-465a-b0d7-f704466a2e52", + "0f33b72d-70c6-18fe-07b6-8e36749c84e0" + ], + "package_ndc": [ + "68180-589-01", + "68180-589-09", + "68180-589-02", + "68180-590-01", + "68180-590-09", + "68180-590-02", + "68180-591-01", + "68180-591-09", + "68180-591-02", + "65841-655-06", + "65841-655-16", + "65841-655-01", + "65841-655-05", + "65841-655-30", + "65841-656-06", + "65841-656-16", + "65841-656-01", + "65841-656-05", + "65841-656-30", + "65841-657-06", + "65841-657-16", + "65841-657-01", + "65841-657-05", + "65841-657-30", + "65841-658-06", + "65841-658-16", + "65841-658-01", + "65841-658-05", + "65841-658-30", + "61570-110-01", + "61570-111-01", + "61570-112-01", + "61570-120-01", + "68382-374-06", + "68382-374-16", + "68382-374-01", + "68382-374-05", + "68382-374-10", + "68382-374-77", + "68382-375-06", + "68382-375-16", + "68382-375-01", + "68382-375-05", + "68382-375-10", + "68382-375-77", + "68382-376-06", + "68382-376-16", + "68382-376-01", + "68382-376-05", + "68382-376-10", + "68382-376-77", + "68382-377-06", + "68382-377-16", + "68382-377-01", + "68382-377-05", + "68382-377-10", + "68382-377-77", + "0054-0106-25", + "0054-0107-29", + "0054-0107-25", + "0054-0107-20", + "0054-0108-25", + "0054-0108-29", + "0054-0108-20", + "0054-0109-25", + "0054-0109-29", + "68382-144-06", + "68382-144-16", + "68382-144-01", + "68382-144-05", + "68382-144-30", + "68382-144-77", + "68382-145-06", + "68382-145-16", + "68382-145-01", + "68382-145-05", + "68382-145-30", + "68382-145-77", + "68382-146-06", + "68382-146-16", + "68382-146-01", + "68382-146-05", + "68382-146-30", + "68382-146-77", + "68382-147-06", + "68382-147-16", + "68382-147-01", + "68382-147-05", + "68382-147-30", + "68382-147-77", + "57237-222-30", + "57237-222-01", + "57237-223-01", + "57237-223-05", + "57237-224-01", + "57237-224-05", + "57237-225-01", + "57237-225-05", + "76282-670-01", + "76282-671-01", + "76282-672-01", + "76282-673-01", + "16729-152-01", + "16729-152-16", + "16729-153-01", + "16729-153-16", + "16729-154-01", + "16729-154-16", + "16729-155-01", + "16729-155-16", + "65841-699-06", + "65841-699-16", + "65841-699-01", + "65841-699-05", + "65841-699-10", + "65841-699-77", + "65841-700-06", + "65841-700-16", + "65841-700-01", + "65841-700-05", + "65841-700-10", + "65841-700-77", + "65841-701-06", + "65841-701-16", + "65841-701-01", + "65841-701-05", + "65841-701-10", + "65841-701-77", + "65841-702-06", + "65841-702-16", + "65841-702-01", + "65841-702-05", + "65841-702-10", + "65841-702-77", + "65862-474-30", + "65862-474-01", + "65862-474-99", + "65862-474-10", + "65862-475-30", + "65862-475-01", + "65862-475-05", + "65862-475-99", + "65862-475-10", + "65862-476-30", + "65862-476-01", + "65862-476-05", + "65862-476-99", + "65862-476-10", + "65862-477-30", + "65862-477-01", + "65862-477-05", + "65862-477-99", + "65862-477-10", + "68001-140-04", + "68001-142-00", + "68001-142-03", + "68001-143-00", + "68001-143-03", + "68001-141-00", + "68001-141-03", + "68001-428-00", + "68001-429-00", + "68001-430-00", + "68001-430-03", + "68001-431-00", + "68001-431-03", + "62135-271-01", + "62135-271-30", + "62135-272-01", + "62135-272-05", + "62135-273-01", + "62135-273-05", + "62135-274-01", + "62135-274-05", + "55111-438-30", + "55111-438-60", + "55111-438-90", + "55111-438-01", + "55111-438-05", + "55111-438-10", + "55111-438-79", + "55111-438-78", + "55111-439-30", + "55111-439-60", + "55111-439-90", + "55111-439-01", + "55111-439-05", + "55111-439-10", + "55111-439-79", + "55111-439-78", + "55111-440-30", + "55111-440-60", + "55111-440-90", + "55111-440-01", + "55111-440-05", + "55111-440-10", + "55111-440-79", + "55111-440-78", + "55111-441-30", + "55111-441-60", + "55111-441-90", + "55111-441-01", + "55111-441-05", + "55111-441-10", + "55111-441-79", + "55111-441-78" + ], + "nui": [ + "N0000175562", + "N0000000181" + ], + "pharm_class_epc": [ + "Angiotensin Converting Enzyme Inhibitor [EPC]" + ], + "pharm_class_moa": [ + "Angiotensin-converting Enzyme Inhibitors [MoA]" + ], + "unii": [ + "L35JN3I7SJ" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "WARFARIN", + "drugadministrationroute": "065", + "drugindication": "THROMBOSIS PROPHYLAXIS", + "drugstartdateformat": "102", + "drugstartdate": "19820101", + "activesubstance": { + "activesubstancename": "WARFARIN" + }, + "openfda": { + "application_number": [ + "ANDA090935", + "ANDA202202" + ], + "brand_name": [ + "WARFARIN SODIUM" + ], + "generic_name": [ + "WARFARIN" + ], + "manufacturer_name": [ + "Exelan Pharmaceuticals Inc.", + "Amneal Pharmaceuticals LLC" + ], + "product_ndc": [ + "76282-327", + "76282-328", + "76282-329", + "76282-330", + "76282-331", + "76282-332", + "76282-333", + "76282-334", + "76282-335", + "65162-761", + "65162-762", + "65162-763", + "65162-764", + "65162-765", + "65162-766", + "65162-767", + "65162-768", + "65162-769" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "WARFARIN SODIUM" + ], + "rxcui": [ + "855288", + "855296", + "855302", + "855312", + "855318", + "855324", + "855332", + "855338", + "855344" + ], + "spl_id": [ + "45e85c4e-ae91-4cf3-bd98-1d5b5aecc7c5", + "f0ce7015-9133-4b90-a624-77fb776fbfa7" + ], + "spl_set_id": [ + "c0cc4511-e656-4b6d-96cd-e02e76173b9d", + "558b7a0d-5490-4c1b-802e-3ab3f1efe760" + ], + "package_ndc": [ + "76282-327-01", + "76282-327-10", + "76282-328-01", + "76282-328-10", + "76282-329-01", + "76282-329-10", + "76282-330-01", + "76282-330-10", + "76282-331-01", + "76282-331-10", + "76282-332-01", + "76282-332-10", + "76282-333-01", + "76282-333-10", + "76282-334-01", + "76282-335-01", + "65162-761-10", + "65162-761-11", + "65162-761-50", + "65162-762-10", + "65162-762-11", + "65162-762-50", + "65162-763-10", + "65162-763-11", + "65162-763-50", + "65162-764-10", + "65162-764-11", + "65162-764-50", + "65162-765-10", + "65162-765-11", + "65162-765-50", + "65162-766-10", + "65162-766-11", + "65162-766-50", + "65162-767-10", + "65162-767-11", + "65162-767-50", + "65162-768-10", + "65162-768-11", + "65162-768-50", + "65162-769-10", + "65162-769-11", + "65162-769-50" + ], + "unii": [ + "6153CWM0CL" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "LIPITOR", + "drugadministrationroute": "065", + "drugindication": "BLOOD CHOLESTEROL INCREASED", + "drugstartdateformat": "102", + "drugstartdate": "20100201", + "activesubstance": { + "activesubstancename": "ATORVASTATIN CALCIUM" + }, + "openfda": { + "application_number": [ + "NDA020702" + ], + "brand_name": [ + "LIPITOR" + ], + "generic_name": [ + "ATORVASTATIN CALCIUM" + ], + "manufacturer_name": [ + "Parke-Davis Div of Pfizer Inc" + ], + "product_ndc": [ + "0071-0155", + "0071-0156", + "0071-0157", + "0071-0158" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "ATORVASTATIN CALCIUM TRIHYDRATE" + ], + "rxcui": [ + "259255", + "262095", + "617310", + "617311", + "617312", + "617314", + "617318", + "617320" + ], + "spl_id": [ + "0ba214c6-250e-42a0-aea8-5e44aba04882" + ], + "spl_set_id": [ + "c6e131fe-e7df-4876-83f7-9156fc4e8228" + ], + "package_ndc": [ + "0071-0155-23", + "0071-0155-40", + "0071-0155-10", + "0071-0155-97", + "0071-0156-23", + "0071-0156-40", + "0071-0156-10", + "0071-0156-96", + "0071-0157-23", + "0071-0157-73", + "0071-0157-40", + "0071-0157-97", + "0071-0158-23", + "0071-0158-73", + "0071-0158-92" + ], + "unii": [ + "48A5M73Z4Q" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "TAMSULOSIN", + "drugadministrationroute": "065", + "drugindication": "URINARY RETENTION", + "drugstartdateformat": "102", + "drugstartdate": "20140319", + "drugenddateformat": "102", + "drugenddate": "20140321", + "activesubstance": { + "activesubstancename": "TAMSULOSIN" + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "ADALAT CC", + "drugadministrationroute": "065", + "drugindication": "HYPERTENSION", + "drugstartdateformat": "102", + "drugstartdate": "20100201", + "activesubstance": { + "activesubstancename": "NIFEDIPINE" + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "DIPYRIDAMOLE.", + "drugadministrationroute": "065", + "drugindication": "HYPERTENSION", + "drugstartdateformat": "102", + "drugstartdate": "19820101", + "activesubstance": { + "activesubstancename": "DIPYRIDAMOLE" + }, + "openfda": { + "application_number": [ + "NDA012836", + "ANDA074521", + "ANDA040874", + "ANDA040898", + "ANDA040733", + "ANDA040542" + ], + "brand_name": [ + "PERSANTINE", + "DIPYRIDAMOLE" + ], + "generic_name": [ + "DIPYRIDAMOLE" + ], + "manufacturer_name": [ + "Boehringer Ingelheim Pharmaceuticals, Inc.", + "West-Ward Pharmaceuticals Corp.", + "Zydus Pharmaceuticals (USA) Inc.", + "Lannett Company, Inc.", + "Rising Pharmaceuticals, Inc.", + "Oxford Pharmaceuticals, LLC", + "Cadila Healthcare Limited" + ], + "product_ndc": [ + "0597-0017", + "0597-0018", + "0597-0019", + "0641-2569", + "68382-187", + "68382-188", + "68382-189", + "0527-1461", + "0527-1462", + "0527-1463", + "64980-133", + "64980-134", + "64980-135", + "69584-181", + "69584-182", + "69584-183", + "65841-662", + "65841-663", + "65841-664" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL", + "INTRAVENOUS" + ], + "substance_name": [ + "DIPYRIDAMOLE" + ], + "rxcui": [ + "197622", + "206714", + "207569", + "208316", + "309952", + "309955", + "309953" + ], + "spl_id": [ + "b91f02b7-092e-35b9-b4d9-8a1a47cbf843", + "baa2cb6d-2b97-4ad3-a5fc-bad3b8bc6175", + "0d6e24a6-46a9-4797-a64f-1b5fd622a633", + "61d8366d-0637-48b8-a36c-89517b4fa6a9", + "b6b1724e-f9bb-c895-e053-2995a90a624d", + "6cf8d202-17fc-4c56-be33-4d74f6591077", + "be39441a-182c-4e31-8fc3-e9d85a99cbba" + ], + "spl_set_id": [ + "ca68879c-0214-4d7c-93b0-bdaf8ef23f8e", + "6093dcd9-82d2-414f-8507-eda22c14f626", + "004bada0-dbf7-4a94-8792-6833d7eeda2b", + "1b82871b-f60b-4485-9a45-026aeb18b484", + "0146650f-d6e6-4a9c-8925-415b3c92b0e7", + "f7ffd78a-e93a-40f4-8193-2d6ab4dafd00", + "312aadb1-435c-4aa7-8e46-6506cedacaa0" + ], + "package_ndc": [ + "0597-0017-01", + "0597-0018-01", + "0597-0019-01", + "0641-2569-41", + "0641-2569-44", + "68382-187-01", + "68382-187-05", + "68382-187-10", + "68382-187-77", + "68382-188-01", + "68382-188-05", + "68382-188-10", + "68382-188-77", + "68382-189-01", + "68382-189-05", + "68382-189-10", + "68382-189-77", + "0527-1461-01", + "0527-1461-05", + "0527-1461-10", + "0527-1462-01", + "0527-1462-05", + "0527-1462-10", + "0527-1463-01", + "0527-1463-05", + "0527-1463-10", + "64980-133-01", + "64980-133-10", + "64980-134-01", + "64980-134-10", + "64980-135-01", + "64980-135-10", + "69584-181-10", + "69584-182-10", + "69584-183-10", + "65841-662-01", + "65841-662-05", + "65841-662-10", + "65841-662-77", + "65841-663-01", + "65841-663-05", + "65841-663-10", + "65841-663-77", + "65841-664-01", + "65841-664-05", + "65841-664-10", + "65841-664-77" + ], + "nui": [ + "N0000008832", + "N0000175578" + ], + "pharm_class_pe": [ + "Decreased Platelet Aggregation [PE]" + ], + "pharm_class_epc": [ + "Platelet Aggregation Inhibitor [EPC]" + ], + "unii": [ + "64ALC7F90C" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "SYNTHROID", + "drugadministrationroute": "065", + "drugindication": "HYPOTHYROIDISM", + "drugstartdateformat": "102", + "drugstartdate": "20010101", + "activesubstance": { + "activesubstancename": "LEVOTHYROXINE SODIUM" + }, + "openfda": { + "application_number": [ + "NDA021402" + ], + "brand_name": [ + "SYNTHROID" + ], + "generic_name": [ + "LEVOTHYROXINE SODIUM" + ], + "manufacturer_name": [ + "AbbVie Inc." + ], + "product_ndc": [ + "0074-3727", + "0074-7149", + "0074-4341", + "0074-4552", + "0074-5182", + "0074-6624", + "0074-6594", + "0074-9296", + "0074-7068", + "0074-7069", + "0074-7070", + "0074-7148" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "LEVOTHYROXINE SODIUM" + ], + "rxcui": [ + "892246", + "892251", + "892255", + "966158", + "966171", + "966185", + "966191", + "966201", + "966205", + "966218", + "966220", + "966221", + "966222", + "966224", + "966225", + "966247", + "966248", + "966249", + "966250", + "966251", + "966253", + "966270", + "966271", + "966282" + ], + "spl_id": [ + "db21fc0c-4a2d-9922-39bd-8128e429bebc" + ], + "spl_set_id": [ + "1e11ad30-1041-4520-10b0-8f9d30d30fcc" + ], + "package_ndc": [ + "0074-7149-90", + "0074-7149-19", + "0074-4341-13", + "0074-4341-90", + "0074-4341-19", + "0074-4341-72", + "0074-4552-13", + "0074-4552-90", + "0074-4552-19", + "0074-4552-11", + "0074-4552-71", + "0074-4552-72", + "0074-5182-13", + "0074-5182-90", + "0074-5182-71", + "0074-5182-19", + "0074-5182-11", + "0074-5182-72", + "0074-6624-13", + "0074-6624-90", + "0074-6624-19", + "0074-6624-11", + "0074-6624-71", + "0074-6624-72", + "0074-6594-13", + "0074-6594-90", + "0074-6594-71", + "0074-6594-19", + "0074-6594-72", + "0074-9296-13", + "0074-9296-90", + "0074-9296-19", + "0074-9296-71", + "0074-9296-72", + "0074-7068-13", + "0074-7068-90", + "0074-7068-71", + "0074-7068-19", + "0074-7068-11", + "0074-7068-72", + "0074-3727-13", + "0074-3727-90", + "0074-3727-71", + "0074-3727-19", + "0074-3727-72", + "0074-7069-90", + "0074-7069-71", + "0074-7069-19", + "0074-7069-11", + "0074-7069-72", + "0074-7070-13", + "0074-7070-90", + "0074-7070-71", + "0074-7070-19", + "0074-7070-72", + "0074-7148-90", + "0074-7148-19", + "0074-7148-71", + "0074-7148-11", + "0074-7148-72" + ], + "unii": [ + "9J765S329G" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "VISMODEGIB", + "drugbatchnumb": "552287", + "drugauthorizationnumb": "203388", + "drugdosagetext": "DATE OF LAST DOSE PRIOR TO SAE: 06/FEB/2014.", + "drugdosageform": "CAPSULE", + "drugadministrationroute": "048", + "drugindication": "BASAL CELL CARCINOMA", + "drugstartdateformat": "102", + "drugstartdate": "20130403", + "drugenddateformat": "102", + "drugenddate": "20140206", + "activesubstance": { + "activesubstancename": "VISMODEGIB" + }, + "openfda": { + "application_number": [ + "NDA203388" + ], + "brand_name": [ + "ERIVEDGE" + ], + "generic_name": [ + "VISMODEGIB" + ], + "manufacturer_name": [ + "Genentech, Inc." + ], + "product_ndc": [ + "50242-140" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "VISMODEGIB" + ], + "rxcui": [ + "1242992", + "1242998" + ], + "spl_id": [ + "ffffad90-4dfa-4f07-8a99-80a9376be11f" + ], + "spl_set_id": [ + "eb368bb6-80e3-4df9-8a85-91df0a2ada6a" + ], + "package_ndc": [ + "50242-140-01", + "50242-140-86" + ], + "nui": [ + "N0000184149", + "N0000184148" + ], + "pharm_class_epc": [ + "Hedgehog Pathway Inhibitor [EPC]" + ], + "pharm_class_moa": [ + "Smoothened Receptor Antagonists [MoA]" + ], + "unii": [ + "25X868M3DS" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "PHYTONADIONE.", + "drugadministrationroute": "042", + "drugindication": "THROMBOSIS", + "drugstartdateformat": "102", + "drugstartdate": "20140215", + "drugenddateformat": "102", + "drugenddate": "20140215", + "activesubstance": { + "activesubstancename": "PHYTONADIONE" + }, + "openfda": { + "application_number": [ + "ANDA210189", + "ANDA207719", + "ANDA083722", + "ANDA087954", + "ANDA087955", + "ANDA209373", + "NDA010104" + ], + "brand_name": [ + "PHYTONADIONE", + "PHYTONADIONE PHYTONADIONE", + "VITAMIN K1", + "MEPHYTON" + ], + "generic_name": [ + "PHYTONADIONE" + ], + "manufacturer_name": [ + "Zydus Pharmaceuticals (USA) Inc.", + "Dr.Reddy's Laboratories Inc", + "International Medication Systems, Limited", + "Hospira, Inc.", + "Amneal Pharmaceuticals NY LLC", + "Bausch Health US LLC", + "Cadila Healthcare Limited", + "Oceanside Pharmaceuticals", + "Northstar Rx LLC." + ], + "product_ndc": [ + "70710-1014", + "43598-405", + "76329-1240", + "0409-9157", + "0409-9158", + "69238-1051", + "0187-1704", + "70771-1318", + "68682-170", + "16714-973" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL", + "INTRAMUSCULAR", + "INTRAVENOUS", + "SUBCUTANEOUS" + ], + "substance_name": [ + "PHYTONADIONE" + ], + "rxcui": [ + "198102", + "1670192", + "727625", + "312424", + "207839" + ], + "spl_id": [ + "9be294f3-4cc0-4ce8-9dd2-b05b47ae8602", + "741a214d-9c35-ab72-08bd-6ff23c73024e", + "a8aedb94-c145-40d7-ba1d-20c536250a45", + "d6ef8d5e-2096-4234-9e6a-340903eb4ba2", + "9f90f218-0836-4aeb-b0b5-8997687a0b11", + "90c52861-852b-4a55-bfd7-be70a95882cc", + "e0b8502d-5b21-499d-9d20-461f175250a2", + "9e70ab6f-8438-42c3-9414-2de9882bff6d", + "e6a71caf-f186-4ba2-b29b-79141bc46253" + ], + "spl_set_id": [ + "6c992275-b040-42d0-9eff-570dce4272fe", + "02445c07-7b4b-cd70-54e8-ebefc814f547", + "e0b0c8f1-75be-4f25-898a-7b97b608c615", + "e8808230-2c44-44c6-8cab-8f29b6b34051", + "54c1c1df-0e65-4da8-9023-6cbaa0f5bd0d", + "5be7bb0a-dddb-4cb4-bf89-a8fafb726c83", + "fa26f747-c64e-4090-a0cf-de3d3d9b004c", + "4b352b5f-32d6-4c28-b58c-b34ea2b78a87", + "5429b58b-ec2b-4a18-95d9-a9d804321192" + ], + "package_ndc": [ + "70710-1014-1", + "70710-1014-2", + "70710-1014-4", + "43598-405-11", + "43598-405-16", + "76329-1240-1", + "0409-9157-31", + "0409-9157-50", + "0409-9157-01", + "0409-9158-31", + "0409-9158-50", + "0409-9158-01", + "0409-9158-11", + "0409-9158-55", + "0409-9158-25", + "69238-1051-3", + "69238-1051-1", + "0187-1704-05", + "70771-1318-1", + "70771-1318-2", + "70771-1318-4", + "68682-170-05", + "68682-170-30", + "16714-973-01" + ], + "nui": [ + "N0000175965", + "N0000175982", + "M0022806", + "N0000180191", + "N0000175966" + ], + "pharm_class_pe": [ + "Increased Prothrombin Activity [PE]", + "Reversed Anticoagulation Activity [PE]" + ], + "pharm_class_cs": [ + "Vitamin K [CS]" + ], + "pharm_class_epc": [ + "Vitamin K [EPC]", + "Warfarin Reversal Agent [EPC]" + ], + "unii": [ + "A034SE7857" + ] + } + } + ], + "summary": { + "narrativeincludeclinical": "CASE EVENT DATE: 20140215" + } + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "ROCHE", + "duplicatenumb": "CA-ROCHE-1359421" + }, + "receiptdate": "20150602", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "CA-ROCHE-1359421", + "occurcountry": "CA", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "seriousnesshospitalization": "1", + "transmissiondate": "20150821", + "primarysourcecountry": "CA" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0062334", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003393", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "53", + "patientonsetageunit": "801", + "patientagegroup": "5", + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Peripheral swelling", + "reactionoutcome": "3" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20120507", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0062334" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0063174", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003394", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "88", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Dyspnoea exertional", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20090501", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0063174" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-ABBVIE-13P-163-1056869-00", + "occurcountry": "US", + "safetyreportversion": "1", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "3" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003395", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Tremor", + "reactionoutcome": "3" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Dry mouth", + "reactionoutcome": "3" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "DEPAKOTE", + "drugbatchnumb": "UNKNOWN", + "drugauthorizationnumb": "018723", + "drugdosageform": "TABLET", + "drugindication": "BIPOLAR DISORDER", + "drugstartdateformat": "602", + "drugstartdate": "1998", + "actiondrug": "5", + "openfda": { + "application_number": [ + "NDA021168", + "NDA018723", + "NDA019680" + ], + "brand_name": [ + "DEPAKOTE ER", + "DEPAKOTE", + "DEPAKOTE SPRINKLES" + ], + "generic_name": [ + "DIVALPROEX SODIUM" + ], + "manufacturer_name": [ + "AbbVie Inc." + ], + "product_ndc": [ + "0074-3826", + "0074-7126", + "0074-6212", + "0074-6214", + "0074-6215", + "0074-6114" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "DIVALPROEX SODIUM" + ], + "rxcui": [ + "1099563", + "1099565", + "1099569", + "1099571", + "1099625", + "1099626", + "1099678", + "1099679", + "1099870", + "1099871", + "1099596", + "1099598" + ], + "spl_id": [ + "ea52cae3-aaf5-40cc-9f0b-99a15d65d481", + "40b21c20-6810-4e1e-adba-99a2392610d5", + "631affca-179d-4cbd-8540-3f7611614f8d" + ], + "spl_set_id": [ + "0dc024ce-efc8-4690-7cb5-639c728fccac", + "08a65cf4-7749-4ceb-6895-8f4805e2b01f", + "4619aff4-0f80-444f-858d-42e4137aa809" + ], + "package_ndc": [ + "0074-3826-11", + "0074-3826-13", + "0074-7126-11", + "0074-7126-72", + "0074-7126-13", + "0074-7126-53", + "0074-6212-13", + "0074-6214-13", + "0074-6214-53", + "0074-6215-13", + "0074-6215-53", + "0074-6114-11", + "0074-6114-13" + ], + "unii": [ + "644VL95AO6" + ] + } + } + ] + }, + "transmissiondate": "20141002", + "serious": "2", + "reportduplicate": { + "duplicatesource": "ABBVIE", + "duplicatenumb": "US-ABBVIE-13P-163-1056869-00" + }, + "receiptdate": "20140312", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0062151", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003396", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "62", + "patientonsetageunit": "801", + "patientagegroup": "5", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Unevaluable event", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugdosagetext": "10 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20070816", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + }, + { + "drugcharacterization": "2", + "medicinalproduct": "REMODULIN", + "drugrecurreadministration": "3", + "activesubstance": { + "activesubstancename": "TREPROSTINIL" + }, + "openfda": { + "application_number": [ + "NDA021272" + ], + "brand_name": [ + "REMODULIN" + ], + "generic_name": [ + "TREPROSTINIL" + ], + "manufacturer_name": [ + "United Therapeutics Corporation" + ], + "product_ndc": [ + "66302-101", + "66302-102", + "66302-105", + "66302-110", + "66302-150" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "INTRAVENOUS", + "SUBCUTANEOUS" + ], + "substance_name": [ + "TREPROSTINIL" + ], + "rxcui": [ + "349407", + "349408", + "349409", + "349410", + "352211", + "352212", + "352213", + "352214" + ], + "spl_id": [ + "a60fdf3e-ee2f-4af3-8f7e-30ed05f80588" + ], + "spl_set_id": [ + "6c80bb38-e8db-4138-9f0d-dbbf9c673185" + ], + "package_ndc": [ + "66302-101-01", + "66302-102-01", + "66302-105-01", + "66302-110-01", + "66302-150-50" + ], + "nui": [ + "N0000175416", + "M0017817", + "N0000009909" + ], + "pharm_class_epc": [ + "Prostacycline Vasodilator [EPC]" + ], + "pharm_class_cs": [ + "Prostaglandins I [CS]" + ], + "pharm_class_pe": [ + "Vasodilation [PE]" + ], + "unii": [ + "RUM6K67ESG", + "059QF0KO0R" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0062151" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "safetyreportversion": "3", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "DK", + "qualification": "3" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "1", + "safetyreportid": "10003397", + "patient": { + "patientonsetage": "25", + "patientonsetageunit": "801", + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Sopor", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Drug abuse", + "reactionoutcome": "1" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Overdose", + "reactionoutcome": "1" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "CITALOPRAM ORAL SOLUTION", + "drugauthorizationnumb": "021046", + "drugstructuredosagenumb": "15", + "drugstructuredosageunit": "012", + "drugdosagetext": "OVERDOSE: 15 ML IN TOTAL", + "drugdosageform": "ORAL SOLUTION", + "drugadministrationroute": "048", + "drugindication": "INTENTIONAL SELF-INJURY", + "drugstartdateformat": "102", + "drugstartdate": "20140222", + "drugenddateformat": "102", + "drugenddate": "20140222" + }, + { + "drugcharacterization": "1", + "medicinalproduct": "CYMBALTA", + "drugdosagetext": "OVERDOSE: 28 IN TOTAL", + "drugdosageform": "CAPSULE", + "drugadministrationroute": "048", + "drugindication": "INTENTIONAL SELF-INJURY", + "drugstartdateformat": "102", + "drugstartdate": "20140222", + "drugenddateformat": "102", + "drugenddate": "20140222", + "openfda": { + "application_number": [ + "NDA021427" + ], + "brand_name": [ + "CYMBALTA" + ], + "generic_name": [ + "DULOXETINE HYDROCHLORIDE" + ], + "manufacturer_name": [ + "Eli Lilly and Company" + ], + "product_ndc": [ + "0002-3235", + "0002-3240", + "0002-3270" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "DULOXETINE HYDROCHLORIDE" + ], + "rxcui": [ + "596926", + "596928", + "596930", + "596932", + "596934", + "615186" + ], + "spl_id": [ + "b742d0a5-e67d-49ed-ba95-afe068f1d228" + ], + "spl_set_id": [ + "2f7d4d67-10c1-4bf4-a7f2-c185fbad64ba" + ], + "package_ndc": [ + "0002-3235-60", + "0002-3240-30", + "0002-3240-90", + "0002-3270-30", + "0002-3270-04" + ], + "unii": [ + "9044SC542W" + ] + } + } + ] + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "FOREST", + "duplicatenumb": "IT-FRI-1000060429" + }, + "receiptdate": "20140418", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "IT-FRI-1000060429", + "occurcountry": "IT", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "seriousnesshospitalization": "1", + "transmissiondate": "20141212", + "primarysourcecountry": "DK" + }, + { + "reporttype": "1", + "safetyreportversion": "1", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "GB", + "qualification": "5" + }, + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "1", + "safetyreportid": "10003398", + "patient": { + "patientonsetage": "77", + "patientonsetageunit": "801", + "patientsex": "1", + "reaction": [ + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Hallucination, visual", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Headache", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Insomnia", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Somnolence", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "17.0", + "reactionmeddrapt": "Confusional state", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "DONEPEZIL", + "drugbatchnumb": "UNCONFIRMED", + "drugauthorizationnumb": "090551", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "5 MG, DAILY; 5MG ONCE A DAY INCREASED TO 10MG AT NIGHT AFTER 2 WEEKS", + "drugdosageform": "Unk", + "drugadministrationroute": "048", + "drugindication": "DEMENTIA", + "drugstartdateformat": "102", + "drugstartdate": "20140127", + "actiondrug": "1", + "openfda": { + "application_number": [ + "ANDA203034" + ], + "brand_name": [ + "DONEPEZIL" + ], + "generic_name": [ + "DONEPEZIL HYDROCHLORIDE" + ], + "manufacturer_name": [ + "Camber Pharmaceuticals, Inc." + ], + "product_ndc": [ + "31722-737", + "31722-738" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "DONEPEZIL HYDROCHLORIDE" + ], + "rxcui": [ + "997223", + "997229" + ], + "spl_id": [ + "9aa92875-4b9e-480f-99ca-ba0d49594761" + ], + "spl_set_id": [ + "11ac01f4-d26e-47b2-9660-d514ab097fdb" + ], + "package_ndc": [ + "31722-737-30", + "31722-737-90", + "31722-737-01", + "31722-737-05", + "31722-737-31", + "31722-738-30", + "31722-738-90", + "31722-738-01", + "31722-738-05", + "31722-738-31" + ], + "unii": [ + "3O2T2PJ89D" + ] + } + }, + { + "drugcharacterization": "1", + "medicinalproduct": "DONEPEZIL (UNKNOWN)", + "drugbatchnumb": "UNCONFIRMED", + "drugauthorizationnumb": "090551", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugseparatedosagenumb": "1", + "drugintervaldosageunitnumb": "1", + "drugintervaldosagedefinition": "804", + "drugdosagetext": "10 MG, DAILY; 5MG ONCE A DAY INCREASED TO 10MG AT NIGHT AFTER 2 WEEKS", + "drugdosageform": "Unk", + "drugadministrationroute": "048", + "drugenddateformat": "102", + "drugenddate": "20140217", + "actiondrug": "1" + }, + { + "drugcharacterization": "2", + "medicinalproduct": "TRAMADOL", + "drugdosagetext": "UNK", + "drugadministrationroute": "065", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "actiondrug": "5", + "drugrecurreadministration": "3" + } + ] + }, + "serious": "1", + "reportduplicate": { + "duplicatesource": "ACTAVIS", + "duplicatenumb": "GB-ACTAVIS-2014-04174" + }, + "receiptdate": "20140312", + "seriousnesslifethreatening": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "GB-ACTAVIS-2014-04174", + "occurcountry": "GB", + "duplicate": "1", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "transmissiondate": "20141002", + "primarysourcecountry": "GB", + "seriousnessdisabling": "1" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0063319", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003399", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "56", + "patientonsetageunit": "801", + "patientagegroup": "5", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Headache", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Dizziness exertional", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Haemoglobin decreased", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Dyspnoea", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "10", + "drugstructuredosageunit": "003", + "drugdosagetext": "10 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20080410", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0063319" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + }, + { + "reporttype": "1", + "receiptdateformat": "102", + "receiver": { + "receivertype": "6", + "receiverorganization": "FDA" + }, + "companynumb": "US-GILEAD-2012-0063226", + "occurcountry": "US", + "safetyreportversion": "2", + "receivedateformat": "102", + "primarysource": { + "reportercountry": "US", + "qualification": "5" + }, + "duplicate": "1", + "transmissiondateformat": "102", + "fulfillexpeditecriteria": "2", + "safetyreportid": "10003400", + "sender": { + "sendertype": "2", + "senderorganization": "FDA-Public Use" + }, + "receivedate": "20140312", + "patient": { + "patientonsetage": "65", + "patientonsetageunit": "801", + "patientagegroup": "6", + "patientsex": "2", + "reaction": [ + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Hot flush", + "reactionoutcome": "6" + }, + { + "reactionmeddraversionpt": "18.1", + "reactionmeddrapt": "Rosacea", + "reactionoutcome": "6" + } + ], + "drug": [ + { + "drugcharacterization": "1", + "medicinalproduct": "LETAIRIS", + "drugauthorizationnumb": "022081", + "drugstructuredosagenumb": "5", + "drugstructuredosageunit": "003", + "drugdosagetext": "5 MG, UNK", + "drugdosageform": "TABLET", + "drugadministrationroute": "048", + "drugindication": "PRODUCT USED FOR UNKNOWN INDICATION", + "drugstartdateformat": "102", + "drugstartdate": "20111205", + "actiondrug": "4", + "activesubstance": { + "activesubstancename": "AMBRISENTAN" + }, + "openfda": { + "application_number": [ + "NDA022081" + ], + "brand_name": [ + "LETAIRIS" + ], + "generic_name": [ + "AMBRISENTAN" + ], + "manufacturer_name": [ + "Gilead Sciences, Inc" + ], + "product_ndc": [ + "61958-0801", + "61958-0802" + ], + "product_type": [ + "HUMAN PRESCRIPTION DRUG" + ], + "route": [ + "ORAL" + ], + "substance_name": [ + "AMBRISENTAN" + ], + "rxcui": [ + "722116", + "722120", + "722122", + "722124" + ], + "spl_id": [ + "b6b19f3a-0619-cb36-e053-2995a90a5254" + ], + "spl_set_id": [ + "725d4e73-6c83-477a-adc6-0ae4a133a844" + ], + "package_ndc": [ + "61958-0801-2", + "61958-0801-3", + "61958-0801-1", + "61958-0801-5", + "61958-0801-4", + "61958-0801-6", + "61958-0802-2", + "61958-0802-3", + "61958-0802-1", + "61958-0802-5" + ], + "nui": [ + "N0000175581", + "N0000175364" + ], + "pharm_class_epc": [ + "Endothelin Receptor Antagonist [EPC]" + ], + "pharm_class_moa": [ + "Endothelin Receptor Antagonists [MoA]" + ], + "unii": [ + "HW6NV07QEC" + ] + } + } + ] + }, + "transmissiondate": "20151125", + "serious": "2", + "reportduplicate": { + "duplicatesource": "GILEAD", + "duplicatenumb": "US-GILEAD-2012-0063226" + }, + "receiptdate": "20150812", + "primarysourcecountry": "US" + } + ] +} \ No newline at end of file diff --git a/bench/fda/recall.json b/bench/fda/recall.json new file mode 100644 index 0000000..75b402b --- /dev/null +++ b/bench/fda/recall.json @@ -0,0 +1,906 @@ +{ + "meta": { + "disclaimer": "Do not rely on openFDA to make decisions regarding medical care. While we make every effort to ensure that data is accurate, you should assume all results are unvalidated. We may limit or otherwise restrict your access to the API in line with our Terms of Service.", + "terms": "https://open.fda.gov/terms/", + "license": "https://open.fda.gov/license/", + "last_updated": "2021-07-11", + "results": { + "skip": 0, + "limit": 1, + "total": 348 + } + }, + "results": [ + { + "event_date_initiated": "2019-05-17", + "city": "Reading", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "Lidstock contains a labeling error. The lidstock shows the catheter cross section of the gauge (GA) values in a reversed manner.", + "product_code": "FOZ", + "code_info": "Lot/Batch Numbers: 13F18C0374, 13F18H0580, 13F18D0504, 13F18L0507,  13F18E0380, 13F18L0714, 13F18G0180, 13F18L0936,  13F18G0480", + "product_quantity": "3,143", + "additional_info_contact": "Customer Service\n866-396-2111", + "action": "On May 17, 2019, Arrow International issued Urgent Medical Device and Acknowledgement notices to customers via courier service. \r\n \r\nCustomers should take the following actions:\r\n1. Place a copy of the notification with each unit of affected product currently in your inventory.\r\n2. After step (1) is complete, fill out the enclosed Acknowledgement Form and fax it to 1-855-419-8507, Attn: Customer Service or email it to recalls@teleflex.com.\r\n\r\nDistributors should take the following actions:\r\n1. Place a copy of the notification with each unit of affected product currently in your inventory.\r\n2. Using the provided customer letter template and acknowledgement form, communicate the notification to any of your customers who have received product included within the scope of the notification.\r\n3. Have each of your customers who received the affected product return a completed acknowledgement form to you.\r\n4. Once you have finished collecting and consolidating all of the acknowledgement forms from your customers and placing a copy of the notification with each unit of affected product in your inventory, please completed the enclosed Distributor Acknowledgement Form and fax it to 1-855-\r\n419-8507, Attn: Customer Service or email it to recalls@teleflex.com. This will allow us to document completion of this field action\r\n\r\nIf you have any other questions, feel free to contact\r\nyour local sales representative or Customer Service at 1-866-396-2111.", + "distribution_pattern": "US Nationwide Distribution", + "k_numbers": [ + "K900263" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "Pediatric Two-Lumen Central Venous Catheterization\nKit with Blue FlexTip ARROWg+ard Blue Catheter, REF AK-25502\n\nProduct Usage; Provide short-term (< 30 days) central venous access for treatment of diseases or conditions requiring central venous access", + "root_cause_description": "Employee error", + "event_date_created": "2019-10-07", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-09-24", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0053-2020", + "recall_status": "Terminated", + "res_event_number": "82984", + "postal_code": "19605-9607" + } + ] +} \ No newline at end of file diff --git a/bench/fda/recall10.json b/bench/fda/recall10.json new file mode 100644 index 0000000..d9231a4 --- /dev/null +++ b/bench/fda/recall10.json @@ -0,0 +1,8915 @@ +{ + "meta": { + "disclaimer": "Do not rely on openFDA to make decisions regarding medical care. While we make every effort to ensure that data is accurate, you should assume all results are unvalidated. We may limit or otherwise restrict your access to the API in line with our Terms of Service.", + "terms": "https://open.fda.gov/terms/", + "license": "https://open.fda.gov/license/", + "last_updated": "2021-07-11", + "results": { + "skip": 0, + "limit": 10, + "total": 348 + } + }, + "results": [ + { + "event_date_initiated": "2019-05-17", + "city": "Reading", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "Lidstock contains a labeling error. The lidstock shows the catheter cross section of the gauge (GA) values in a reversed manner.", + "product_code": "FOZ", + "code_info": "Lot/Batch Numbers: 13F18C0374, 13F18H0580, 13F18D0504, 13F18L0507,  13F18E0380, 13F18L0714, 13F18G0180, 13F18L0936,  13F18G0480", + "product_quantity": "3,143", + "additional_info_contact": "Customer Service\n866-396-2111", + "action": "On May 17, 2019, Arrow International issued Urgent Medical Device and Acknowledgement notices to customers via courier service. \r\n \r\nCustomers should take the following actions:\r\n1. Place a copy of the notification with each unit of affected product currently in your inventory.\r\n2. After step (1) is complete, fill out the enclosed Acknowledgement Form and fax it to 1-855-419-8507, Attn: Customer Service or email it to recalls@teleflex.com.\r\n\r\nDistributors should take the following actions:\r\n1. Place a copy of the notification with each unit of affected product currently in your inventory.\r\n2. Using the provided customer letter template and acknowledgement form, communicate the notification to any of your customers who have received product included within the scope of the notification.\r\n3. Have each of your customers who received the affected product return a completed acknowledgement form to you.\r\n4. Once you have finished collecting and consolidating all of the acknowledgement forms from your customers and placing a copy of the notification with each unit of affected product in your inventory, please completed the enclosed Distributor Acknowledgement Form and fax it to 1-855-\r\n419-8507, Attn: Customer Service or email it to recalls@teleflex.com. This will allow us to document completion of this field action\r\n\r\nIf you have any other questions, feel free to contact\r\nyour local sales representative or Customer Service at 1-866-396-2111.", + "distribution_pattern": "US Nationwide Distribution", + "k_numbers": [ + "K900263" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "Pediatric Two-Lumen Central Venous Catheterization\nKit with Blue FlexTip ARROWg+ard Blue Catheter, REF AK-25502\n\nProduct Usage; Provide short-term (< 30 days) central venous access for treatment of diseases or conditions requiring central venous access", + "root_cause_description": "Employee error", + "event_date_created": "2019-10-07", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-09-24", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0053-2020", + "recall_status": "Terminated", + "res_event_number": "82984", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2004-09-27", + "city": "Reading", + "event_date_posted": "2004-10-28", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "Labeling error. Kits contains the correct components for AK-42802-SK but may have a package label indicating that it is product number AK-22802-SK", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2004-11-30", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0059-05", + "code_info": "Lot number RF4066579", + "product_quantity": "290 kits", + "recall_status": "Terminated", + "res_event_number": "30115", + "additional_info_contact": "Jody Cadd\n610-378-0131 Ext. 3318", + "action": "The recalling firm issued a recall letter dated 9/27/04 to their accounts informing them of the problem and the need to return the product.", + "distribution_pattern": "The products were shipped to distributors in KS and VA, medical facilities in AR, FL, and GA, and a sales representative in FL.", + "k_numbers": [ + "K993691" + ], + "state": "PA", + "product_description": "Arrowg+ard Blue Two Lumen CVC Super Kit, Catalog number AK-22802-SK. The kit actually contains Arrowg+ard Blue Plus Two Lumen CVC Super Kit. Catalog number AK-42802-SK, 8 Fr x 16 cm Two Lumen Arrowg+ard Blue Plus Catheters. The plus indicates that the line extension clamps are attached to the catheters.", + "postal_code": "19605-9607", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2014-08-28", + "city": "Lansdale", + "event_date_posted": "2014-10-22", + "address_1": "2750 Morris Rd", + "reason_for_recall": "Vygon has uncovered potential problems with membrane elasticity in the 896.038, Bionector Needleless connector and is issuing a voluntary recall of the 896.038, Bionector Needleless connector.", + "address_2": "Ste A200", + "product_code": "FOZ", + "code_info": "Product code and lot numbers: Product Code: 896.038, with lot Numbers: 291113EE, 070214EE, 210314EE, 280314EE.", + "product_quantity": "42250", + "additional_info_contact": "Customer Support\n800-473-5414", + "action": "Vygon sent an Urgent Medical Device Recall letter dated August 28, 2014, to all affected customers. The letter identified the product, the problem, and the action to be taken by the customer. Customers were instructed to check their stock for the affected product and immediately cease distribution, and quarantine all affected product immediately. \r\nCount and document the affected inventory on the \"Recall Acknowledgement and Inventory Return Form. Customers were asked to fax or email the form to Vygon including customer contact information. Vygon customer service will contact the customer and issue a Return Merchandise Authorization number. Customers were instructed to return the product as well as the original signed Recall Acknowledgement and Inventory Return Form using the instructions from Customer Service involving product pick-up. All inventory will be credited at no cost to the customer.\r\nFor questions regarding this recall call 800-473-5414.", + "distribution_pattern": "Worldwide Distribution - US including CA and Internationally to CA.", + "k_numbers": [ + "K070705" + ], + "firm_fei_number": "3002808465", + "state": "PA", + "product_description": "Bionector Needleless connector. Bionector is a multi-purpose catheter accessory; a closed needle-less system permitting blood sampling, intermit ant injection and continuous infusion of fluids or medications to patients in a hospital or homecare situation.", + "root_cause_description": "Component design/selection", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2015-03-30", + "recalling_firm": "Vygon Corporation", + "product_res_number": "Z-0113-2015", + "recall_status": "Terminated", + "res_event_number": "69204", + "postal_code": "19446-6083" + }, + { + "event_date_initiated": "2020-09-14", + "event_date_created": "2020-10-19", + "city": "Franklin Lakes", + "address_1": "1 Becton Dr", + "reason_for_recall": "Dull/blunt needles within the IV Catheter System may lead to missed insertion attempts and delay in diagnosis or treatment until a new needle is inserted", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "recalling_firm": "Becton Dickinson & Company", + "product_res_number": "Z-0125-2021", + "code_info": "Lot Number: 9325212 UDI: 30382903835387", + "product_quantity": "12,020 units", + "recall_status": "Open, Classified", + "res_event_number": "86434", + "additional_info_contact": "SAME\n201-847-6800", + "action": "Siemens issued an \"URGENT MEDICAL DEVICE RECALL\" letter dated 9/14/20 to Distributors/Medical Facilities on 9/14/20 via FedX , email or faxed stating reason for recall, health risk and action to take:\r\n\r\n1. Immediately review your inventory for the specific Catalog (Ref) and Lot number listed above. Destroy all product subject to the recall following your institutions process for destruction.\r\n2. Share this recall notification with all users within or outside your facility network to which you may have further distributed the affected product to ensure they are also aware of this recall.\r\n3. Complete the attached Customer Response Form and return to the BD contact noted on the form whether or not you have any of the impacted material so that BD may acknowledge your receipt of this notification per FDA requirements and subsequently process your product replacement.\r\n\r\nBD Customer/Technical Support, (844) 823-5433\r\nMonday Friday between 8:30am and 5:00pm (EST) in the United States.\r\nFor customers outside the US, contact your local BD representative or distributor.", + "distribution_pattern": "US: Nationwide Distribution: AK, AR, AZ, CA, IL, KS, MO, NY, OH, UT, VA; and International to: Canada and Mexico.", + "k_numbers": [ + "K183399" + ], + "state": "NJ", + "product_description": "BD Nexiva Closed IV Catheter System Dual Port (20 GA 1.75 IN)\nCatalog (Ref) No. 383538\n\nBD Nexiva closed IV catheter systems are intended to be inserted into a patient s vascular system for short term use to sample blood, monitor blood pressure, or administer fluids.", + "postal_code": "07417-1815", + "root_cause_description": "Nonconforming Material/Component" + }, + { + "event_date_initiated": "2003-09-09", + "city": "Norristown", + "event_date_posted": "2003-11-27", + "address_1": "2495 General Armstead Ave", + "reason_for_recall": "mislabeled as sterile", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2003-11-26", + "recalling_firm": "Vygon US LLC", + "product_res_number": "Z-0160-04", + "code_info": "Catalog number SP01, Lot numbers H0359, J0107, and J0493.", + "product_quantity": "3 units", + "recall_status": "Terminated", + "res_event_number": "27416", + "additional_info_contact": "Courtney Smith\n610-539-9300", + "action": "The recalling firm issued recall letters to their direct accounts via fax on 9/9/03. The letter informed the accounts of the problem and the need to sterilize the product or return it for replacements.", + "distribution_pattern": "The products were shipped to one distributor in NY and two hospitals in TX and UT. The products were also shipped to distributors in Holland, Greece, Austria, Norway, Taiwan, and Finland.", + "k_numbers": [ + "K853370" + ], + "state": "PA", + "product_description": "Reusable Catheter Passer (40 cm) SP01. One stainless steel catheter passer with T handle.", + "postal_code": "19403", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2003-09-09", + "city": "Norristown", + "event_date_posted": "2003-11-27", + "address_1": "2495 General Armstead Ave", + "reason_for_recall": "mislabeled as sterile", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2003-11-26", + "recalling_firm": "Vygon US LLC", + "product_res_number": "Z-0161-04", + "code_info": "Catalog number SP02. Lot numbers H0266, H0464, H0565, H0650, I0195, J0288, J0108, J0494, K0701, and K0929.", + "product_quantity": "26 units", + "recall_status": "Terminated", + "res_event_number": "27416", + "additional_info_contact": "Courtney Smith\n610-539-9300", + "action": "The recalling firm issued recall letters to their direct accounts via fax on 9/9/03. The letter informed the accounts of the problem and the need to sterilize the product or return it for replacements.", + "distribution_pattern": "The products were shipped to one distributor in NY and two hospitals in TX and UT. The products were also shipped to distributors in Holland, Greece, Austria, Norway, Taiwan, and Finland.", + "k_numbers": [ + "K853370" + ], + "state": "PA", + "product_description": "Reusable Catheter Passer (60 cm) SP02. One stainless steel catheter passer with T handle.", + "postal_code": "19403", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2019-07-18", + "city": "Reading", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "Arrow AGB+ Multi-Lumen CVC Kit - lidstock incorrectly states within CDC-45703-1A a catheter 20cm in length. The banner card correctly states the product is CDC-42703-1A with a catheter 16cm in length", + "product_code": "FOZ", + "code_info": "Lot Number: 13F18L0759", + "product_quantity": "745 eaches", + "additional_info_contact": "SAME\n610-378-0131", + "action": "Teleflex issued notification letter dated July 17, 2019 issued via FedEx 2-day mail identifies the problem, health risk and action to take: 1. If you have affected stock in inventory, immediately discontinue use and quarantine the products.\r\n2. Please complete the enclosed Acknowledgement Form as soon as possible indicating whether you do or do not have stock and fax it to 1-855-419-8507 or email to recalls@teleflex.com. If you do have stock a customer service representative will contact you to arrange issuing correct labels to relabel the product. Questions, feel free to contact your local sales representative or Customer Service at 1-866-396-2111.", + "distribution_pattern": "US Nationwide distribution.", + "k_numbers": [ + "K993691" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "Arrow AGB+ Multi-Lumen CVC Kit-catheter permits venous access to central circulation by way of subclavian, jugular, and femoral veins\nProduct Code: CDC-42703-1A - Product Usage: The ARROWg+ard Blue PLUS catheter permits venous access to central circulation by way of subclavian, jugular, and femoral veins. The ARROWg+ard technology is intended to provide protection against catheter-related bloodstream infections (CRBSIs). It is not intended to be used as a treatment for existing infections nor is it indicated for long-term use (> 30 days). Clinical effectiveness of the ARROWg+ard Blue PLUS¿ catheter in preventing CRBSIs compared to the original ARROWg+ard Blue¿ catheter has not been studied.", + "root_cause_description": "Packaging process control", + "event_date_created": "2019-10-24", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-11-10", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0192-2020", + "recall_status": "Terminated", + "res_event_number": "83456", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2003-10-08", + "city": "Anasco", + "event_date_posted": "2003-12-24", + "address_1": "North, Box 1576", + "reason_for_recall": "Lot is being recalled because some of the kits contain an incorrect guidewire.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2004-02-09", + "recalling_firm": "Edwards Lifesciences Corporation of Puerto Rico Hwy # 402", + "product_res_number": "Z-0272-04", + "code_info": "Lot no. 973H0589 Exp. date 2/2005", + "product_quantity": "315 units", + "recall_status": "Terminated", + "res_event_number": "27515", + "additional_info_contact": "Edwin Ramos\n787-826-2200", + "action": "Customers were contacted by their Edwards Sales Representatives on 10/8/03. The Sales Representatives requested that all units be returned.", + "distribution_pattern": "Distribution was to hospitals (2) in MD and DC.", + "k_numbers": [ + "K992532" + ], + "state": "PR", + "product_description": "Edwards Lifesciences Vantex Central Venous Catheter Kit with Oligon, Ref/model #: 3K20C1827, Rx only, Edwards Lifesciences LLC, Irvine, CA 96214-5686 USA", + "postal_code": "00610", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2018-08-30", + "city": "Reading", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "The product was\r\nshipped after its expiry date due to a system error. The product lidstock identifies the\r\ncorrect expiration date however the accompanying purchase order shipping\r\ndocumentation identifies an incorrect expiration date. Per standard clinical practice the\r\nlidstock would most likely be checked prior to use and the product would not be used\r\nleading to a minor delay while a replacement is located. In the unlikely event that the\r\nproduct lidstock is not checked prior to use, there is potential for use of expired\r\nproduct, and product functionality/or sterility cannot be guaranteed.", + "product_code": "FOZ", + "code_info": "23F16C0071", + "product_quantity": "105", + "additional_info_contact": "Customer Service\n866-396-2111", + "action": "On August 29, 2018, the firm notified customers via an Urgent Medical Device Recall letter. The letter informed customers of the product issue.\r\n\r\nCustomers were advised to do the following: \r\n\r\n1. If you have affected stock, immediately discontinue use and quarantine any products with the product code and lot number listed above, so that the affected products can be returned to Arrow.\r\n2. To return product, complete the enclosed Recall Acknowledgement Form and fax it to 1-855-419-8507, Attn: Customer Service or email to recalls@teleflex.com. This will allow us to document the amount of product you have on hand for return. A customer service representative will contact you with a Return Goods Authorization (RGA) Number and will provide instructions for the return of products to Arrow International.\r\n3. If you have no affected stock, please complete the enclosed Recall Acknowledgment Form and fax it to 1-855-419-8507, Attn: Customer Service or email to recalls@teleflex.com. This will allow us to document your receipt of this letter.\r\n\r\nIf you have any other questions, feel free to contact your local sales representative or Customer Service at 1-866-396-2111.", + "distribution_pattern": "US nationwide in the states of CA, FL, NC, and RI.", + "k_numbers": [ + "K993691" + ], + "firm_fei_number": "1036844", + "state": "PA", + "product_description": "Arrow AGB + Multi-Lumen CVC Kit, Cat. No. CDC-42703-B1A. Product Usage - The Arrow CVC is intended to provide short-term (< 30 days) central venous access for treatment of diseases or conditions requiring central venous access, including, but not limited to the following: Lack of usable peripheral IV sites, Central venous pressure monitoring, Total parenteral nutrition (TPN), Infusions of fluids, medications, or chemotherapy, and Frequent blood sampling or receiving blood transfusions/blood products.", + "root_cause_description": "Under Investigation by firm", + "event_date_created": "2018-10-26", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-07-31", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0282-2019", + "recall_status": "Terminated", + "res_event_number": "81117", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2006-11-02", + "event_date_posted": "2006-12-29", + "reason_for_recall": "Lack of Assurance of Sterility-Device packaging was manufactured with an incorrect lid that could compromise the sterility of the product.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2012-02-07", + "recalling_firm": "Edwards Lifesciences Corporation of Puerto Rico\n Hwy # 402 North, Km 1.4\n International Industrial Park\n Anasco PR 00610-1576", + "product_res_number": "Z-0318-2007", + "code_info": "Model A2720S Lot Numbers: 946DC131, 946DC239 and 946FC460", + "product_quantity": "55 units domestically , 80 units internationally and 50 units are in Edwards Lifescience control", + "recall_status": "Terminated", + "res_event_number": "36817", + "action": "Edwards initiated the recall in the US by sending a voicemail on November 2, 2006, to their sale representative requesting of all unused product from one domestic customer. The Sale representative was provided with a recall letter for the cutomer to facilitate notification. Edwards requested that either the customer or the Sale Representative provide written verification of stock and identify any unused product to be returned . This will allow Edwards to track the effectiveness of this recall. Their Eurpoe operations initiated a similar recall plan in Europe on November 2, 2006.", + "distribution_pattern": "1 Domestic and 1 Foreign", + "k_numbers": [ + "K992532" + ], + "firm_fei_number": "2648045", + "product_description": "Edwards Lifesciences VANTEX Central Venous Catheter Set with OLIGON-Model A2720S", + "root_cause_description": "Other" + } + ] +} \ No newline at end of file diff --git a/bench/fda/recall100.json b/bench/fda/recall100.json new file mode 100644 index 0000000..b3cc294 --- /dev/null +++ b/bench/fda/recall100.json @@ -0,0 +1,89043 @@ +{ + "meta": { + "disclaimer": "Do not rely on openFDA to make decisions regarding medical care. While we make every effort to ensure that data is accurate, you should assume all results are unvalidated. We may limit or otherwise restrict your access to the API in line with our Terms of Service.", + "terms": "https://open.fda.gov/terms/", + "license": "https://open.fda.gov/license/", + "last_updated": "2021-07-11", + "results": { + "skip": 0, + "limit": 100, + "total": 348 + } + }, + "results": [ + { + "event_date_initiated": "2019-05-17", + "city": "Reading", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "Lidstock contains a labeling error. The lidstock shows the catheter cross section of the gauge (GA) values in a reversed manner.", + "product_code": "FOZ", + "code_info": "Lot/Batch Numbers: 13F18C0374, 13F18H0580, 13F18D0504, 13F18L0507,  13F18E0380, 13F18L0714, 13F18G0180, 13F18L0936,  13F18G0480", + "product_quantity": "3,143", + "additional_info_contact": "Customer Service\n866-396-2111", + "action": "On May 17, 2019, Arrow International issued Urgent Medical Device and Acknowledgement notices to customers via courier service. \r\n \r\nCustomers should take the following actions:\r\n1. Place a copy of the notification with each unit of affected product currently in your inventory.\r\n2. After step (1) is complete, fill out the enclosed Acknowledgement Form and fax it to 1-855-419-8507, Attn: Customer Service or email it to recalls@teleflex.com.\r\n\r\nDistributors should take the following actions:\r\n1. Place a copy of the notification with each unit of affected product currently in your inventory.\r\n2. Using the provided customer letter template and acknowledgement form, communicate the notification to any of your customers who have received product included within the scope of the notification.\r\n3. Have each of your customers who received the affected product return a completed acknowledgement form to you.\r\n4. Once you have finished collecting and consolidating all of the acknowledgement forms from your customers and placing a copy of the notification with each unit of affected product in your inventory, please completed the enclosed Distributor Acknowledgement Form and fax it to 1-855-\r\n419-8507, Attn: Customer Service or email it to recalls@teleflex.com. This will allow us to document completion of this field action\r\n\r\nIf you have any other questions, feel free to contact\r\nyour local sales representative or Customer Service at 1-866-396-2111.", + "distribution_pattern": "US Nationwide Distribution", + "k_numbers": [ + "K900263" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "Pediatric Two-Lumen Central Venous Catheterization\nKit with Blue FlexTip ARROWg+ard Blue Catheter, REF AK-25502\n\nProduct Usage; Provide short-term (< 30 days) central venous access for treatment of diseases or conditions requiring central venous access", + "root_cause_description": "Employee error", + "event_date_created": "2019-10-07", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-09-24", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0053-2020", + "recall_status": "Terminated", + "res_event_number": "82984", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2004-09-27", + "city": "Reading", + "event_date_posted": "2004-10-28", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "Labeling error. Kits contains the correct components for AK-42802-SK but may have a package label indicating that it is product number AK-22802-SK", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2004-11-30", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0059-05", + "code_info": "Lot number RF4066579", + "product_quantity": "290 kits", + "recall_status": "Terminated", + "res_event_number": "30115", + "additional_info_contact": "Jody Cadd\n610-378-0131 Ext. 3318", + "action": "The recalling firm issued a recall letter dated 9/27/04 to their accounts informing them of the problem and the need to return the product.", + "distribution_pattern": "The products were shipped to distributors in KS and VA, medical facilities in AR, FL, and GA, and a sales representative in FL.", + "k_numbers": [ + "K993691" + ], + "state": "PA", + "product_description": "Arrowg+ard Blue Two Lumen CVC Super Kit, Catalog number AK-22802-SK. The kit actually contains Arrowg+ard Blue Plus Two Lumen CVC Super Kit. Catalog number AK-42802-SK, 8 Fr x 16 cm Two Lumen Arrowg+ard Blue Plus Catheters. The plus indicates that the line extension clamps are attached to the catheters.", + "postal_code": "19605-9607", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2014-08-28", + "city": "Lansdale", + "event_date_posted": "2014-10-22", + "address_1": "2750 Morris Rd", + "reason_for_recall": "Vygon has uncovered potential problems with membrane elasticity in the 896.038, Bionector Needleless connector and is issuing a voluntary recall of the 896.038, Bionector Needleless connector.", + "address_2": "Ste A200", + "product_code": "FOZ", + "code_info": "Product code and lot numbers: Product Code: 896.038, with lot Numbers: 291113EE, 070214EE, 210314EE, 280314EE.", + "product_quantity": "42250", + "additional_info_contact": "Customer Support\n800-473-5414", + "action": "Vygon sent an Urgent Medical Device Recall letter dated August 28, 2014, to all affected customers. The letter identified the product, the problem, and the action to be taken by the customer. Customers were instructed to check their stock for the affected product and immediately cease distribution, and quarantine all affected product immediately. \r\nCount and document the affected inventory on the \"Recall Acknowledgement and Inventory Return Form. Customers were asked to fax or email the form to Vygon including customer contact information. Vygon customer service will contact the customer and issue a Return Merchandise Authorization number. Customers were instructed to return the product as well as the original signed Recall Acknowledgement and Inventory Return Form using the instructions from Customer Service involving product pick-up. All inventory will be credited at no cost to the customer.\r\nFor questions regarding this recall call 800-473-5414.", + "distribution_pattern": "Worldwide Distribution - US including CA and Internationally to CA.", + "k_numbers": [ + "K070705" + ], + "firm_fei_number": "3002808465", + "state": "PA", + "product_description": "Bionector Needleless connector. Bionector is a multi-purpose catheter accessory; a closed needle-less system permitting blood sampling, intermit ant injection and continuous infusion of fluids or medications to patients in a hospital or homecare situation.", + "root_cause_description": "Component design/selection", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2015-03-30", + "recalling_firm": "Vygon Corporation", + "product_res_number": "Z-0113-2015", + "recall_status": "Terminated", + "res_event_number": "69204", + "postal_code": "19446-6083" + }, + { + "event_date_initiated": "2020-09-14", + "event_date_created": "2020-10-19", + "city": "Franklin Lakes", + "address_1": "1 Becton Dr", + "reason_for_recall": "Dull/blunt needles within the IV Catheter System may lead to missed insertion attempts and delay in diagnosis or treatment until a new needle is inserted", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "recalling_firm": "Becton Dickinson & Company", + "product_res_number": "Z-0125-2021", + "code_info": "Lot Number: 9325212 UDI: 30382903835387", + "product_quantity": "12,020 units", + "recall_status": "Open, Classified", + "res_event_number": "86434", + "additional_info_contact": "SAME\n201-847-6800", + "action": "Siemens issued an \"URGENT MEDICAL DEVICE RECALL\" letter dated 9/14/20 to Distributors/Medical Facilities on 9/14/20 via FedX , email or faxed stating reason for recall, health risk and action to take:\r\n\r\n1. Immediately review your inventory for the specific Catalog (Ref) and Lot number listed above. Destroy all product subject to the recall following your institutions process for destruction.\r\n2. Share this recall notification with all users within or outside your facility network to which you may have further distributed the affected product to ensure they are also aware of this recall.\r\n3. Complete the attached Customer Response Form and return to the BD contact noted on the form whether or not you have any of the impacted material so that BD may acknowledge your receipt of this notification per FDA requirements and subsequently process your product replacement.\r\n\r\nBD Customer/Technical Support, (844) 823-5433\r\nMonday Friday between 8:30am and 5:00pm (EST) in the United States.\r\nFor customers outside the US, contact your local BD representative or distributor.", + "distribution_pattern": "US: Nationwide Distribution: AK, AR, AZ, CA, IL, KS, MO, NY, OH, UT, VA; and International to: Canada and Mexico.", + "k_numbers": [ + "K183399" + ], + "state": "NJ", + "product_description": "BD Nexiva Closed IV Catheter System Dual Port (20 GA 1.75 IN)\nCatalog (Ref) No. 383538\n\nBD Nexiva closed IV catheter systems are intended to be inserted into a patient s vascular system for short term use to sample blood, monitor blood pressure, or administer fluids.", + "postal_code": "07417-1815", + "root_cause_description": "Nonconforming Material/Component" + }, + { + "event_date_initiated": "2003-09-09", + "city": "Norristown", + "event_date_posted": "2003-11-27", + "address_1": "2495 General Armstead Ave", + "reason_for_recall": "mislabeled as sterile", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2003-11-26", + "recalling_firm": "Vygon US LLC", + "product_res_number": "Z-0160-04", + "code_info": "Catalog number SP01, Lot numbers H0359, J0107, and J0493.", + "product_quantity": "3 units", + "recall_status": "Terminated", + "res_event_number": "27416", + "additional_info_contact": "Courtney Smith\n610-539-9300", + "action": "The recalling firm issued recall letters to their direct accounts via fax on 9/9/03. The letter informed the accounts of the problem and the need to sterilize the product or return it for replacements.", + "distribution_pattern": "The products were shipped to one distributor in NY and two hospitals in TX and UT. The products were also shipped to distributors in Holland, Greece, Austria, Norway, Taiwan, and Finland.", + "k_numbers": [ + "K853370" + ], + "state": "PA", + "product_description": "Reusable Catheter Passer (40 cm) SP01. One stainless steel catheter passer with T handle.", + "postal_code": "19403", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2003-09-09", + "city": "Norristown", + "event_date_posted": "2003-11-27", + "address_1": "2495 General Armstead Ave", + "reason_for_recall": "mislabeled as sterile", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2003-11-26", + "recalling_firm": "Vygon US LLC", + "product_res_number": "Z-0161-04", + "code_info": "Catalog number SP02. Lot numbers H0266, H0464, H0565, H0650, I0195, J0288, J0108, J0494, K0701, and K0929.", + "product_quantity": "26 units", + "recall_status": "Terminated", + "res_event_number": "27416", + "additional_info_contact": "Courtney Smith\n610-539-9300", + "action": "The recalling firm issued recall letters to their direct accounts via fax on 9/9/03. The letter informed the accounts of the problem and the need to sterilize the product or return it for replacements.", + "distribution_pattern": "The products were shipped to one distributor in NY and two hospitals in TX and UT. The products were also shipped to distributors in Holland, Greece, Austria, Norway, Taiwan, and Finland.", + "k_numbers": [ + "K853370" + ], + "state": "PA", + "product_description": "Reusable Catheter Passer (60 cm) SP02. One stainless steel catheter passer with T handle.", + "postal_code": "19403", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2019-07-18", + "city": "Reading", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "Arrow AGB+ Multi-Lumen CVC Kit - lidstock incorrectly states within CDC-45703-1A a catheter 20cm in length. The banner card correctly states the product is CDC-42703-1A with a catheter 16cm in length", + "product_code": "FOZ", + "code_info": "Lot Number: 13F18L0759", + "product_quantity": "745 eaches", + "additional_info_contact": "SAME\n610-378-0131", + "action": "Teleflex issued notification letter dated July 17, 2019 issued via FedEx 2-day mail identifies the problem, health risk and action to take: 1. If you have affected stock in inventory, immediately discontinue use and quarantine the products.\r\n2. Please complete the enclosed Acknowledgement Form as soon as possible indicating whether you do or do not have stock and fax it to 1-855-419-8507 or email to recalls@teleflex.com. If you do have stock a customer service representative will contact you to arrange issuing correct labels to relabel the product. Questions, feel free to contact your local sales representative or Customer Service at 1-866-396-2111.", + "distribution_pattern": "US Nationwide distribution.", + "k_numbers": [ + "K993691" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "Arrow AGB+ Multi-Lumen CVC Kit-catheter permits venous access to central circulation by way of subclavian, jugular, and femoral veins\nProduct Code: CDC-42703-1A - Product Usage: The ARROWg+ard Blue PLUS catheter permits venous access to central circulation by way of subclavian, jugular, and femoral veins. The ARROWg+ard technology is intended to provide protection against catheter-related bloodstream infections (CRBSIs). It is not intended to be used as a treatment for existing infections nor is it indicated for long-term use (> 30 days). Clinical effectiveness of the ARROWg+ard Blue PLUS¿ catheter in preventing CRBSIs compared to the original ARROWg+ard Blue¿ catheter has not been studied.", + "root_cause_description": "Packaging process control", + "event_date_created": "2019-10-24", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-11-10", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0192-2020", + "recall_status": "Terminated", + "res_event_number": "83456", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2003-10-08", + "city": "Anasco", + "event_date_posted": "2003-12-24", + "address_1": "North, Box 1576", + "reason_for_recall": "Lot is being recalled because some of the kits contain an incorrect guidewire.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2004-02-09", + "recalling_firm": "Edwards Lifesciences Corporation of Puerto Rico Hwy # 402", + "product_res_number": "Z-0272-04", + "code_info": "Lot no. 973H0589 Exp. date 2/2005", + "product_quantity": "315 units", + "recall_status": "Terminated", + "res_event_number": "27515", + "additional_info_contact": "Edwin Ramos\n787-826-2200", + "action": "Customers were contacted by their Edwards Sales Representatives on 10/8/03. The Sales Representatives requested that all units be returned.", + "distribution_pattern": "Distribution was to hospitals (2) in MD and DC.", + "k_numbers": [ + "K992532" + ], + "state": "PR", + "product_description": "Edwards Lifesciences Vantex Central Venous Catheter Kit with Oligon, Ref/model #: 3K20C1827, Rx only, Edwards Lifesciences LLC, Irvine, CA 96214-5686 USA", + "postal_code": "00610", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2018-08-30", + "city": "Reading", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "The product was\r\nshipped after its expiry date due to a system error. The product lidstock identifies the\r\ncorrect expiration date however the accompanying purchase order shipping\r\ndocumentation identifies an incorrect expiration date. Per standard clinical practice the\r\nlidstock would most likely be checked prior to use and the product would not be used\r\nleading to a minor delay while a replacement is located. In the unlikely event that the\r\nproduct lidstock is not checked prior to use, there is potential for use of expired\r\nproduct, and product functionality/or sterility cannot be guaranteed.", + "product_code": "FOZ", + "code_info": "23F16C0071", + "product_quantity": "105", + "additional_info_contact": "Customer Service\n866-396-2111", + "action": "On August 29, 2018, the firm notified customers via an Urgent Medical Device Recall letter. The letter informed customers of the product issue.\r\n\r\nCustomers were advised to do the following: \r\n\r\n1. If you have affected stock, immediately discontinue use and quarantine any products with the product code and lot number listed above, so that the affected products can be returned to Arrow.\r\n2. To return product, complete the enclosed Recall Acknowledgement Form and fax it to 1-855-419-8507, Attn: Customer Service or email to recalls@teleflex.com. This will allow us to document the amount of product you have on hand for return. A customer service representative will contact you with a Return Goods Authorization (RGA) Number and will provide instructions for the return of products to Arrow International.\r\n3. If you have no affected stock, please complete the enclosed Recall Acknowledgment Form and fax it to 1-855-419-8507, Attn: Customer Service or email to recalls@teleflex.com. This will allow us to document your receipt of this letter.\r\n\r\nIf you have any other questions, feel free to contact your local sales representative or Customer Service at 1-866-396-2111.", + "distribution_pattern": "US nationwide in the states of CA, FL, NC, and RI.", + "k_numbers": [ + "K993691" + ], + "firm_fei_number": "1036844", + "state": "PA", + "product_description": "Arrow AGB + Multi-Lumen CVC Kit, Cat. No. CDC-42703-B1A. Product Usage - The Arrow CVC is intended to provide short-term (< 30 days) central venous access for treatment of diseases or conditions requiring central venous access, including, but not limited to the following: Lack of usable peripheral IV sites, Central venous pressure monitoring, Total parenteral nutrition (TPN), Infusions of fluids, medications, or chemotherapy, and Frequent blood sampling or receiving blood transfusions/blood products.", + "root_cause_description": "Under Investigation by firm", + "event_date_created": "2018-10-26", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-07-31", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0282-2019", + "recall_status": "Terminated", + "res_event_number": "81117", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2006-11-02", + "event_date_posted": "2006-12-29", + "reason_for_recall": "Lack of Assurance of Sterility-Device packaging was manufactured with an incorrect lid that could compromise the sterility of the product.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2012-02-07", + "recalling_firm": "Edwards Lifesciences Corporation of Puerto Rico\n Hwy # 402 North, Km 1.4\n International Industrial Park\n Anasco PR 00610-1576", + "product_res_number": "Z-0318-2007", + "code_info": "Model A2720S Lot Numbers: 946DC131, 946DC239 and 946FC460", + "product_quantity": "55 units domestically , 80 units internationally and 50 units are in Edwards Lifescience control", + "recall_status": "Terminated", + "res_event_number": "36817", + "action": "Edwards initiated the recall in the US by sending a voicemail on November 2, 2006, to their sale representative requesting of all unused product from one domestic customer. The Sale representative was provided with a recall letter for the cutomer to facilitate notification. Edwards requested that either the customer or the Sale Representative provide written verification of stock and identify any unused product to be returned . This will allow Edwards to track the effectiveness of this recall. Their Eurpoe operations initiated a similar recall plan in Europe on November 2, 2006.", + "distribution_pattern": "1 Domestic and 1 Foreign", + "k_numbers": [ + "K992532" + ], + "firm_fei_number": "2648045", + "product_description": "Edwards Lifesciences VANTEX Central Venous Catheter Set with OLIGON-Model A2720S", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2018-11-26", + "city": "Minneapolis", + "address_1": "6000 Nathan Ln N", + "reason_for_recall": "Certain lots of the Model 306701 ProtectIV¿ Plus Safety IV Catheter may exhibit damage on the safety mechanism guard.", + "product_code": "FOZ", + "code_info": "Model number 306701;   Lot numbers: 3635765, 3639446, 3642834, 3646828, 3646829, 3646830, 3646831, 3646832, 3646833, 3651082.", + "product_quantity": "219,150 devices", + "additional_info_contact": "Dave Halverson\n763-383-3072", + "action": "On about November 26, 2018, Smiths Medical sent an URGENT MEDICAL DEVICE RECALL NOTICE via email or FedEx, (where email addresses are not available) and accompanying Recall Response Forms to all consignees who purchased potentially affected product. Consignees with potentially affected product were instructed to immediately segregate the product and return them to Stericycle, via pre-paid shipping label. They we also instructed to notify customers if the affected product was further distributed and complete and return the Recall Response Form. \r\n\r\nQuestions can be submitted to Smith Medical via email at fieldactions@smiths-medical.com.", + "distribution_pattern": "United States - AK, AZ, FL, GA, IL, IN, KS, LA, MD, MN, MS, NC, NJ, NY, OH, PA, SC, TN, TX, VA, and WA.\r\nOne foeign consignee in Costa Rica", + "k_numbers": [ + "K990236" + ], + "firm_fei_number": "1219611", + "state": "MN", + "product_description": "ProtectIV¿ Plus Safety IV Catheter, sterile. Packaged in a pouch and than into an inner carton.", + "root_cause_description": "Equipment maintenance", + "event_date_created": "2019-11-08", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2021-05-13", + "recalling_firm": "Smiths Medical ASD Inc.", + "product_res_number": "Z-0352-2020", + "recall_status": "Terminated", + "res_event_number": "81708", + "postal_code": "55442-1690" + }, + { + "event_date_initiated": "2018-08-23", + "city": "Franklin Lakes", + "address_1": "1 Becton Dr", + "reason_for_recall": "One lot of the specified needles is not performing as intended due to a failure in the needle tip shield/safety mechanism, which may lead to an increased risk of a contaminated needlestick injury.", + "product_code": "FOZ", + "code_info": "Lot 8087800, UDI (01)30382903835394", + "product_quantity": "133,230 units", + "additional_info_contact": "Customer/Technical Support\n888-237-2762", + "action": "Urgent Medical Device Recall notification letters dated 8/23/18 were sent to customers. The letters instruct customers to perform the following actions:\r\n\r\n1. Immediately review your inventory for the specific Catalogue (Ref) and lot number listed above and destroy all product subject to the recall following your institutions process for destruction.\r\n2. Share this recall notification with all users of the product to ensure that they are also aware of this recall.\r\n3. Complete the attached Customer Response Form and return to the BD contact noted on the form whether or not you have any of the impacted material so that BD may acknowledge your receipt of this notification and process your product replacement.\r\n4. Report any adverse health consequences experienced with the use of this product to BD. Events may also be reported to the FDA's MedWatch Adverse Event Reporting program.\r\nWeb: MedWatch website at www.fda.gov/medwatch Phone: 1-800-FDA-1088 (1-800-332-1088)\r\nMail: MedWatch, HF-2, FDA, 5600 Fishers Lane, Rockville, MD 20852-9787 Actions Taken\r\n\r\nDistributors were instructed to:\r\n\r\n1. Immediately review your inventory for the specific Catalogue (Ref) and lot number listed above and return all product subject to recall according to the Packing Instructions enclosed.\r\n2. Identify all your customers that purchased any affected product, as defined in this recall notification. E-mail an excel file listing of all customers to BDMPSRC@bd.com, within 72 hours of receipt of this letter.\r\n3. Complete the attached Wholesaler/Distributor Response Form and return to the BD contact noted on the form whether or not you have any of the impacted material so that BD may acknowledge your receipt of this notification and process your credit accordingly.\r\n4. Report any adverse health consequences experienced with the use of this product to BD. Events may also be reported to the FDA's MedWatch Adverse Event Reporting program.\r\nWeb: MedWatch website at www.fda.gov/medwatch\r\nPhone: 1", + "distribution_pattern": "Worldwide Distribution -US Nationwide in the states of: CA, CO, FL, GA, IL, LA, MI, ND, NE, NY, OH, PA, RI, SC, VA, WA and WV.\r\n\r\nThe products were distributed to the following foreign countries: Argentina, Australia, Belgium, Brazil, Canada, Colombia, Costa Rica, Mexico and New Zealand.", + "k_numbers": [ + "K032843" + ], + "firm_fei_number": "1710034", + "state": "NJ", + "product_description": "BD NEXIVA Closed IV Catheter System Dual Port 18GA 1.25 IN (BD Nexiva Catheter), Catalog Number 383539\n\nProduct Usage:\nBD Nexiva Closed IV Catheter System Dual Port (hereafter referred to as BD Nexiva device or catheter) (see Figure below) incorporates a passive needle shielding mechanism that is activated as part of the usual insertion procedure when the needle is withdrawn from the catheter. BD Nexiva device is designed to protect the clinician from accidental needle stick injuries and minimize exposure to blood during the insertion process. The needle shield is designed to not release from the catheter adapter until the needle tip is protected and cannot be rearmed once activated. The BD Nexiva device is intended for use in the peripheral vascular system to provide access for the administration of fluids, medication, blood and blood products, and for the withdrawal of blood samples. This catheter may be used for any patient population with consideration given to patient size, appropriateness for solutions being infused and duration of therapy.", + "root_cause_description": "Under Investigation by firm", + "event_date_created": "2018-11-04", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-02-28", + "recalling_firm": "Becton Dickinson & Company", + "product_res_number": "Z-0384-2019", + "recall_status": "Terminated", + "res_event_number": "81040", + "postal_code": "07417-1815" + }, + { + "event_date_initiated": "2002-12-12", + "city": "Round Lake", + "event_date_posted": "2003-01-23", + "address_1": "120 & Wilson Rd", + "reason_for_recall": "Sterility questioned", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2004-06-29", + "recalling_firm": "Baxter Healthcare Corp. Rt", + "product_res_number": "Z-0456-03", + "code_info": "all lots within expiration date of the following pre-filled syringes: Code 2K0901: 2 mL in 3 mL syringe Code 2K0903: 3 mL in 6 mL syringe Code K0905: 5 mL in 12 mL syringe Code 2K0906: 10 mL in 12 mL syringe Code 2K6011: 2 mL in 3 mL syringe w/cannula Code 2K6012: 3 mL in 6 mL syringe w/ cannula Code 2K6013: 5 mL in 12 mL syringe w/cannula Code 2K6014: 10 mL in 12 mL syringe w/cannula", + "product_quantity": "51,052,140 syringes", + "recall_status": "Terminated", + "res_event_number": "25210", + "additional_info_contact": "Center for One Baxter\n800-422-9837", + "action": "Recalled by letter dated 12/12/02. Customers were informed of the compromised sterility of all lots of the listed products within expiration date, and were requested to destroy all lot numbers of the identified product codes. Baxter will issue their customers credit for the product destroyed.", + "distribution_pattern": "Nationwide, Canada, Honduras, Indonesia, Israel", + "k_numbers": [ + "K984590" + ], + "state": "IL", + "product_description": "0.9% Sodium Chloride Flush Syringe; Baxter Healthcare Corporation, Deerfield, IL 60015; 30 syringes per case", + "postal_code": "60073", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2002-12-12", + "city": "Round Lake", + "event_date_posted": "2003-01-23", + "address_1": "120 & Wilson Rd", + "reason_for_recall": "Sterility questioned", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2004-06-29", + "recalling_firm": "Baxter Healthcare Corp. Rt", + "product_res_number": "Z-0457-03", + "code_info": "all lots within expiration date", + "product_quantity": "388,080 syringes", + "recall_status": "Terminated", + "res_event_number": "25210", + "additional_info_contact": "Center for One Baxter\n800-422-9837", + "action": "Recalled by letter dated 12/12/02. Customers were informed of the compromised sterility of all lots of the listed products within expiration date, and were requested to destroy all lot numbers of the identified product codes. Baxter will issue their customers credit for the product destroyed.", + "distribution_pattern": "Nationwide, Canada, Honduras, Indonesia, Israel", + "k_numbers": [ + "K003245" + ], + "state": "IL", + "product_description": "10 U/mL Heparin Lock Flush Solution USP, 5mL in 12 mL Syringe, code 2K6030; Baxter Healthcare Corporation, Deerfield, IL 60015; 30 syringes per case", + "postal_code": "60073", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2002-12-12", + "city": "Round Lake", + "event_date_posted": "2003-01-23", + "address_1": "120 & Wilson Rd", + "reason_for_recall": "Sterility questioned", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2004-06-29", + "recalling_firm": "Baxter Healthcare Corp. Rt", + "product_res_number": "Z-0458-03", + "code_info": "all lots within expiration date of the following pre-filled syringes: Code 2K6049: 3 mL in 12 mL syringe Code 2K6050: 5 mL in 12 mL syringe Code 2K6058: 5 mL in 12 mL syringe w/cannula", + "product_quantity": "727,560 syringes", + "recall_status": "Terminated", + "res_event_number": "25210", + "additional_info_contact": "Center for One Baxter\n800-422-9837", + "action": "Recalled by letter dated 12/12/02. Customers were informed of the compromised sterility of all lots of the listed products within expiration date, and were requested to destroy all lot numbers of the identified product codes. Baxter will issue their customers credit for the product destroyed.", + "distribution_pattern": "Nationwide, Canada, Honduras, Indonesia, Israel", + "k_numbers": [ + "K003245" + ], + "state": "IL", + "product_description": "100 U/mL Heparin Lock Flush Solution USP; Baxter Healthcare Corporation, Deerfield, IL 60015; 30 syringes per case", + "postal_code": "60073", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2018-09-21", + "city": "Reading", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "The products labeling contains inconsistencies. In certain instances, the lidstock, banner card and shipper label state that the Spring Wire Guide (SWG) within is .032 rather than the correct SWG size .025 . For other lots in scope the lidstock correctly states the SWG size .025 however the banner card states the incorrect SWG size .032 .", + "product_code": "FOZ", + "code_info": "Lot/Batch Numbers: 13F17E0685 13F17F0562 13F17H0141 13F17K0340 13F18B0119 13R17E0685", + "product_quantity": "3640", + "additional_info_contact": "Customer Service\n866-396-2111", + "action": "Urgent Medical Device Notification letters dated 9/21/18 were distributed to customers.", + "distribution_pattern": "US Nationwide distribution in the states of CA, FL, ID, IL, MI, NC, NJ, PA, and WI.", + "k_numbers": [ + "K993691" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "Arrow AGB+ Multi-Lumen CVC Kit, 7 Fr., 3 Lumen, 20cm catheter length, .025 inch dia. spring-wire guide, Product Code CDC-45703-B1A - Product Usage: The multiple-lumen catheter permits venous access to the central circulation by the way of the femoral, jugular, or subclavian veins. The ARROWg+ard Blue Plus antimicrobial catheter is intended to help provide protection against catheter-related infections. It is not intended to be used as a treatment for existing infections nor is it indicated for long-term use.", + "root_cause_description": "Employee error", + "event_date_created": "2018-11-14", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-09-23", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0468-2019", + "recall_status": "Terminated", + "res_event_number": "81242", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2020-03-23", + "city": "Eatontown", + "event_date_posted": "2020-11-30", + "address_1": "556 Industrial Way W", + "reason_for_recall": "Distribution of B.Braun Introcan Safety IV catheters without a 510(k) within the United States by JTG.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2021-05-20", + "recalling_firm": "Janus Trade Group", + "product_res_number": "Z-0509-2021", + "code_info": "Lots  18L23G8271 17A20G8273 18M02G8315 16H16G8261 18K18G8244 17D08G8241 16H16G8261  15H25G8315 18G15A272 18G31G8316 18G31G8392 17H20G8391  18M02G8315 18M02G8315 18F29G8362 18D01G8273 17K08G8272 17K08G8273 17G10G8261  19A12G8272 19A12G8272 18H17G8272 18H17G8272 18F26G8303 18H04G8261 15F25G8395 17K27G8304 17C16G8304 17H02G8392 17F15G8302 17M10G8271 17M10G8273 17M15G8261 17C17G8302 17C18G8305  18M20G8271 18L29G8271 18K08G8263 18HI8G8243 18F25G8272 18F25G8272 17M11G8273 17H23G8272 17H23G8271 17H23G8271  18L23G8271 18L23G8271 17A20G8273 17A20G873 17A20G8273  17D08G8241 17D08G8241 17D08G8241  16N24G8303 16H30G8303 16H30G8304 16L0G8275  14N10G8274  16H16G8261", + "product_quantity": "1365 cases (200 units/case)", + "recall_status": "Terminated", + "res_event_number": "86680", + "action": "Between March 13-25, 2020, Janus Trade Group made phone contact with customers requesting to check if customers had product on hand. If customers had product on hand, they were asked to send it back to JTG for a full refund.", + "distribution_pattern": "US distribution to distributors located in CA, FL, IL, KS, NJ, NY, and TN.", + "state": "NJ", + "product_description": "B. Braun Introcan Safety IV Catheters, Product codes REF 4252500-01\n4252519-01\n4252535-01\n4252560-01\n4252586-01\n4251890-01\n4252535-01\n4252586-01\n4251644-01", + "postal_code": "07724-4236", + "root_cause_description": "No Marketing Application" + }, + { + "event_date_initiated": "2003-12-17", + "city": "Abbott Park", + "event_date_posted": "2004-02-24", + "address_1": "100/200 Abbott Park Road", + "reason_for_recall": "18 gauge needles in Central Venous Catheter kits may be partially occluded.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2004-07-27", + "recalling_firm": "Abbott Laboratories HPD/ADD/GPRD", + "product_res_number": "Z-0543-04", + "code_info": "List No. 414000413, Lot No. 02053SN, 02062SN, 03307SN, 04064SN, 05248SN, 05308SN, 06248SN, 93297SN, 96294SN. List No. 414000415, Lot No. 04240SN, 04241SN. List No. 414010423, Lot No. 02057SN, 02065SN, 03257SN, 04238SN, 05341SN, 06249SN, 93208SN, 94194SN, 95224SN, 96054SN. List No. 414010425, Lot No. 02051SN, 02058SN. List No. 414050415, Lot No. 04239SN, 06244SN, 07244SN, 95221SN. List No. 414060423, Lot No. 02059SN, 03261SN, 06245SN, 93206SN, 95220SN, 95232SN. List No. 414070423, Lot No. 02354SN, 03258SN, 95222SN. List No. 414110423, Lot No. 02052SN, 03259SN, 05342SN, 07250SN, 93296SN, 94196SN, 95233SN. List No. 414110425, Lot No. 02049SAN, 03260SAN, 93207SN. List No. 414130415, Lot No. 02050SN, 04065SN, 05249SN, 95223SN, 95229SN. List No. 414140423, Lot No. 02061SN, 04063SN, 06247SN, 94195SN, 95231SN, 96056SN.", + "product_quantity": "93564", + "recall_status": "Terminated", + "res_event_number": "28167", + "additional_info_contact": "847-937-4525", + "action": "Consignees were notified by FedEx letter on 12/17/2003.", + "distribution_pattern": "Nationwide including VA facilities in ID and NC. Foreign distribution to Australia, Austria, Belgium, Brazil, Canada, Chile, Columbia, Dominican Republic, Egypt, Greece, Ireland, Italy, Japan, Malaysia, Portugal, Slovenia, Spain, Switzerland, Turkey, UK, United Arab Emirates.", + "k_numbers": [ + "K961552" + ], + "state": "IL", + "product_description": "18 Gauge thin wall needle as part of a Central Venous Catheter Kit", + "postal_code": "60064", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2005-01-26", + "city": "Rowlett", + "event_date_posted": "2005-03-01", + "address_1": "3905 Melcer", + "reason_for_recall": "Device marketed without 510(k) clearance and is suspected to be contaminated with P. Flourescens.", + "address_2": "Suite 601", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2008-09-17", + "recalling_firm": "IV Flush LLC", + "product_res_number": "Z-0545-05", + "code_info": "All lots remaining on the market.", + "recall_status": "Terminated", + "res_event_number": "31082", + "additional_info_contact": "972-463-7389", + "action": "The firm initiated the recall by fax to distributors on 01/26/2005. On 2/16/2005 the firm faxed a second recall letter with return reciept response card to all consignees.", + "distribution_pattern": "Product was distributed nationwide.", + "state": "TX", + "product_description": "Heparin Lock Flush Solution, manufactured by IV Flush LLC", + "postal_code": "75088", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2005-01-26", + "city": "Rowlett", + "event_date_posted": "2005-03-01", + "address_1": "3905 Melcer", + "reason_for_recall": "Device marketed without 510(k) clearance and is suspected to be contaminated with P. Flourescens.", + "address_2": "Suite 601", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2008-09-17", + "recalling_firm": "IV Flush LLC", + "product_res_number": "Z-0546-05", + "code_info": "All lots remaining on the market.", + "recall_status": "Terminated", + "res_event_number": "31082", + "additional_info_contact": "972-463-7389", + "action": "The firm initiated the recall by fax to distributors on 01/26/2005. On 2/16/2005 the firm faxed a second recall letter with return reciept response card to all consignees.", + "distribution_pattern": "Product was distributed nationwide.", + "state": "TX", + "product_description": "Sodium Chloride Injection USP, manufactured by IV Flush LLC", + "postal_code": "75088", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2014-10-09", + "city": "Franklin Lakes", + "event_date_posted": "2014-12-12", + "address_1": "1 Becton Dr", + "reason_for_recall": "BD Insyte Autoguard may have potential damage along the body of the catheter.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2015-04-24", + "recalling_firm": "Becton Dickinson & Company", + "product_res_number": "Z-0572-2015", + "code_info": "Distributed in USA   REF#381433 20 G x 1.00 in. BD Insyte Autoguard 1.1 x 25 mm 65ml/min Lot numbers 4139786, Exp May-17; 4161662, Jun-17; 4164960, Jun-17; 4167812, Jun-17; 4174713, Jun-17; 4182668, Jun-17; 4182668, Jul-17  REF 381434 20 G x 1.16 in. BD Insyte Autoguard 1.1 x 30 mm 60 ml/min  Lot numbers 4105724, Apr-17; 4107722, Apr-17; 4113707, Apr-17; 4113713, Apr-17  Distributed outside of USA  REF# 381833 20G x 1.00 in. BD Insyte Autoguard 1.1 x 25 mm 65 ml/min Lot4143917, May -17  REF 3811834 20 G x 1.16 in. BD Insyte AUtoguard 1.1 x 30 mm 60ml/min  Lot numbers 4119700, May-17; 4119730, May-17; 4129576, May-17; 4147742, May-17; 4107722, Apr-17", + "product_quantity": "US- 296,800 devices; OUS - 3,250,150 devices", + "recall_status": "Terminated", + "res_event_number": "69604", + "additional_info_contact": "Ms. Yogindra Dellow\n201-847-6800", + "action": "BD sent an 'Urgent:Voluntary Product Recall Letters/Notice of Return ' dated October 9, 2014, to all affected customers. The letter identified the product, the problem, and the action to be taken by the customer. Customers were instructed to review their inventory, quarantine the affected product, and return all affected product with the completed Notice of Return form following the instruction on the enclosed packing instruction. Upon receipt of the returned product, BD will issue a credit. Customers who do not have of the affected product were also asked to complete the Notice of Return form indicating (0) quantity and return form back to BD by fax to 1-201-847-6990. If the product was further distributed customers were instructed to identify their customers and notify them at once of the product recall. Customers with questions were instructed to call 201-847-4267.", + "distribution_pattern": "Worldwide Distribution - USA (naitonwide) and Internationally to South Africa, Spain, Italy, Canada, Japan, Panama, Costa Rica, Mexico, Peru, and Timor Leste.", + "firm_fei_number": "1710034", + "state": "NJ", + "product_description": "BD Insyte Autoguard Catheter \nAn active safety engineered peripheral IV catheter with a retracting needle to reduce accidental needle stick injuries. The safety feature (needle retraction) of this device is activated when the clinician depresses the button located on the superior surface of the grip. This product is used to provide access to the intravascular system for administration of fluids, medication, blood and blood products and for the withdrawal of the blood samples.", + "postal_code": "07417-1815", + "root_cause_description": "Device Design" + }, + { + "event_date_initiated": "2005-02-03", + "city": "Sandy", + "event_date_posted": "2005-03-10", + "address_1": "9450 S State St", + "reason_for_recall": "The Y-luer connection may crack during normal product use.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2005-05-17", + "recalling_firm": "Becton Dickinson Infusion Therapy", + "product_res_number": "Z-0584-05", + "code_info": "Catalog Numbers: 383508, 383509 Lot Numbers: All lot numbers.", + "product_quantity": "1500 catheters", + "recall_status": "Terminated", + "res_event_number": "31214", + "additional_info_contact": "Alicia Mares\n801-673-3340", + "action": "Customers were contacted by phone on 02/03/2005, and letters dated 02/10/05 were sent.", + "distribution_pattern": "Domestic distribution: IL, UT, TX, FL. No foreign distribution. No distribution to military or VA facilities.", + "k_numbers": [ + "K032843" + ], + "state": "UT", + "product_description": "BD Nexiva Closed IV Catheter System, 18 gauge", + "postal_code": "84070", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2005-02-03", + "city": "Sandy", + "event_date_posted": "2005-03-10", + "address_1": "9450 S State St", + "reason_for_recall": "The Y-luer connection may crack during normal product use.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2005-05-17", + "recalling_firm": "Becton Dickinson Infusion Therapy", + "product_res_number": "Z-0585-05", + "code_info": "Catalog Numbers: 383505, 383506, 383507 Lot Numbers: All lot numbers.", + "product_quantity": "1560 catheters", + "recall_status": "Terminated", + "res_event_number": "31214", + "additional_info_contact": "Alicia Mares\n801-673-3340", + "action": "Customers were contacted by phone on 02/03/2005, and letters dated 02/10/05 were sent.", + "distribution_pattern": "Domestic distribution: IL, UT, TX, FL. No foreign distribution. No distribution to military or VA facilities.", + "k_numbers": [ + "K032843" + ], + "state": "UT", + "product_description": "BD Nexiva Closed IV Catheter System, 20 gauge", + "postal_code": "84070", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2004-02-03", + "city": "Sandy", + "event_date_posted": "2004-07-20", + "address_1": "9450 South State Street", + "reason_for_recall": "Splittable catheter introducer may not fully split or may separate non-uniformly.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2004-06-10", + "recalling_firm": "Becton Dickinson Infusion Therapy", + "product_res_number": "Z-0586-04", + "code_info": "Catalog Number 384224, Lot Number 3349840.", + "product_quantity": "1560 kits", + "recall_status": "Terminated", + "res_event_number": "28397", + "additional_info_contact": "801-565-2341", + "action": "On 02/03/2004, all consignees were notified by telephone and letter.", + "distribution_pattern": "Nationwide. Foreign distribution to Australia and Brazil. No government or military direct accounts.", + "k_numbers": [ + "K974764" + ], + "state": "UT", + "product_description": "BD First PICC Introsyte-N, 1.9Fr. x 50cm Single Lumen Procedure Kit.", + "postal_code": "84070", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2005-02-03", + "city": "Sandy", + "event_date_posted": "2005-03-10", + "address_1": "9450 S State St", + "reason_for_recall": "The Y-luer connection may crack during normal product use.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2005-05-17", + "recalling_firm": "Becton Dickinson Infusion Therapy", + "product_res_number": "Z-0586-05", + "code_info": "Catalog Numbers: 383502 Lot Numbers: All lot numbers.", + "product_quantity": "660 catheters", + "recall_status": "Terminated", + "res_event_number": "31214", + "additional_info_contact": "Alicia Mares\n801-673-3340", + "action": "Customers were contacted by phone on 02/03/2005, and letters dated 02/10/05 were sent.", + "distribution_pattern": "Domestic distribution: IL, UT, TX, FL. No foreign distribution. No distribution to military or VA facilities.", + "k_numbers": [ + "K032843" + ], + "state": "UT", + "product_description": "BD Nexiva Closed IV Catheter System, 22 gauge", + "postal_code": "84070", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2004-02-03", + "city": "Sandy", + "event_date_posted": "2004-07-20", + "address_1": "9450 South State Street", + "reason_for_recall": "Splittable catheter introducer may not fully split or may separate non-uniformly.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2004-06-10", + "recalling_firm": "Becton Dickinson Infusion Therapy", + "product_res_number": "Z-0587-04", + "code_info": "Catalog Number 380402, Lot Numbers 3356877, 3356485, 3352218.", + "product_quantity": "12000 units", + "recall_status": "Terminated", + "res_event_number": "28397", + "additional_info_contact": "801-565-2341", + "action": "On 02/03/2004, all consignees were notified by telephone and letter.", + "distribution_pattern": "Nationwide. Foreign distribution to Australia and Brazil. No government or military direct accounts.", + "k_numbers": [ + "K974764" + ], + "state": "UT", + "product_description": "BD Introsyte-N Precision Introducer in 1.9Fr. Bulk, Non-sterile.", + "postal_code": "84070", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2005-02-03", + "city": "Sandy", + "event_date_posted": "2005-03-10", + "address_1": "9450 S State St", + "reason_for_recall": "The Y-luer connection may crack during normal product use.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2005-05-17", + "recalling_firm": "Becton Dickinson Infusion Therapy", + "product_res_number": "Z-0587-05", + "code_info": "Catalog Numbers: 383500, 383501 Lot Numbers: All lot numbers.", + "product_quantity": "1065 catheters", + "recall_status": "Terminated", + "res_event_number": "31214", + "additional_info_contact": "Alicia Mares\n801-673-3340", + "action": "Customers were contacted by phone on 02/03/2005, and letters dated 02/10/05 were sent.", + "distribution_pattern": "Domestic distribution: IL, UT, TX, FL. No foreign distribution. No distribution to military or VA facilities.", + "k_numbers": [ + "K032843" + ], + "state": "UT", + "product_description": "BD Nexiva Closed IV Catheter System, 24 gauge", + "postal_code": "84070", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2014-04-01", + "city": "Miami", + "address_1": "3150 Nw 107th Ave", + "reason_for_recall": "Device has the potential to have torn wings.", + "product_code": "FOZ", + "code_info": "Model No.: FS+173230BC, Lot #14A22 and Lot #14A26.", + "product_quantity": "160,000 pieces.", + "additional_info_contact": "Jessica Oswald-McLeod\n305-599-7174", + "action": "The only one Distributor was notified (2014) by e-mail by the firm of the quality deficiency before the product arrived at their facility. It was immediately returned to Nipro Medical when it arrived.", + "distribution_pattern": "US distribution including TN.", + "k_numbers": [ + "K032777" + ], + "firm_fei_number": "1000132332", + "state": "FL", + "product_description": "NIPRO SafeTouch II Safety AVF Needle, 17G x 1 ¿ inch. Item code FS+173230BC.", + "root_cause_description": "Process control", + "event_date_created": "2016-01-06", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2016-12-14", + "recalling_firm": "Nipro Medical Corporation", + "product_res_number": "Z-0599-2016", + "recall_status": "Terminated", + "res_event_number": "72707", + "postal_code": "33172" + }, + { + "event_date_initiated": "2005-01-10", + "city": "Sandy", + "event_date_posted": "2005-03-18", + "address_1": "9450 S State St", + "reason_for_recall": "Various procedure trays and kits may have an insufficient seal, thus compromising sterility.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2005-04-12", + "recalling_firm": "Becton Dickinson Infusion Therapy", + "product_res_number": "Z-0629-05", + "code_info": "Ref. No. 681714, Lot No. 404567", + "product_quantity": "5 units", + "recall_status": "Terminated", + "res_event_number": "30864", + "additional_info_contact": "801-565-2300", + "action": "Customers were contacted by telephone and by letters dated 01/10/05.", + "distribution_pattern": "Domestic distribution: WI. International distribution: Puerto Rico, Virgin Islands. There were no military or VA facilities.", + "k_numbers": [ + "K033500" + ], + "state": "UT", + "product_description": "Careflow 14Ga x 20cm 2-lumen Central Venous Catheter Tray", + "postal_code": "84070", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2005-01-10", + "city": "Sandy", + "event_date_posted": "2005-03-18", + "address_1": "9450 S State St", + "reason_for_recall": "Various procedure trays and kits may have an insufficient seal, thus compromising sterility.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2005-04-12", + "recalling_firm": "Becton Dickinson Infusion Therapy", + "product_res_number": "Z-0630-05", + "code_info": "Ref. No. 681725, Lot No. 405622", + "product_quantity": "5 units", + "recall_status": "Terminated", + "res_event_number": "30864", + "additional_info_contact": "801-565-2300", + "action": "Customers were contacted by telephone and by letters dated 01/10/05.", + "distribution_pattern": "Domestic distribution: WI. International distribution: Puerto Rico, Virgin Islands. There were no military or VA facilities.", + "k_numbers": [ + "K033500" + ], + "state": "UT", + "product_description": "Careflow 7Fr x 20cm 3-lumen Central Venous Catheter Tray", + "postal_code": "84070", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2017-07-31", + "city": "Bloomington", + "address_1": "750 N Daniels Way", + "reason_for_recall": "Central venous catheters may not fit over guide wire potentially causing procedure delay.", + "product_code": "FOZ", + "code_info": "Lot Number (Expiration date): 5918090 (29-May-2018), 5925813 (02-June-2018)", + "product_quantity": "85", + "additional_info_contact": "Cook Medical Customer Relations Department\n812-339-2235", + "action": "Cook sent an Urgent Medical Device Recall dated July 31, 2017 to affected customers. The letter identified the affected product problem and actions to be taken. The letter instructed customers to (1) Examine inventory immediately to determine if you have affected products and quarantine affected products. (2) Return the affected products to Cook Medical with a copy of the Acknowledgement and Receipt Form to receive a product credit. (3) Even if you do not have affected products on hand, you must still complete the Acknowledgement and Receipt Form and send it via fax (812.339.7316) or email (FieldActionsNA@CookMedical.com). (4) Complete and return the Acknowledgement and Receipt Form attached to this letter within 30 days. (5) Report adverse events to Cook Medical Customer Relations by phone at 800.457.4500 or 812.339.2235, Monday through Friday between 7:30 am and 5:00 pm (Eastern time), or by email via CustomerRelationsNA@CookMedical.com.", + "distribution_pattern": "Worldwide distribution - US Nationwide in the states of: AL, CA, CO, FL, GA, IA, IL, KY, LA, MD, MI, MN, MO, NC, NY, OH, OK, OR, PA, RI, TN, TX, UT, VA, WA, WI; the District of Columbia and the countries of Belgium, India Italy, Spain, and United Kingdom.", + "k_numbers": [ + "K173416" + ], + "firm_fei_number": "1820334", + "state": "IN", + "product_description": "Central Venous Catheter Set Triple Lumen Polyurethane, Catalog Identifier: C-UTLM-501J\n\nProduct Usage:\nThe central venous catheter is designed for treatment of critically ill patients and is suggested for: 1. Continuous or intermittent drug infusions; 2. Central venous blood pressure monitoring (CVP); 3. Acute hyperalimentation; 4. Blood sampling; 5. Delivery of whole blood or blood products; 6. Simultaneous, separate infusion of drugs", + "root_cause_description": "Process control", + "event_date_created": "2018-02-15", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2019-05-08", + "recalling_firm": "Cook Inc.", + "product_res_number": "Z-0630-2018", + "recall_status": "Terminated", + "res_event_number": "79050", + "postal_code": "47404-9120" + }, + { + "event_date_initiated": "2017-07-31", + "city": "Bloomington", + "address_1": "750 N Daniels Way", + "reason_for_recall": "Central venous catheters may not fit over guide wire potentially causing procedure delay.", + "product_code": "FOZ", + "code_info": "Lot Number (Expiration date): 5919800 (30-May-2018)", + "product_quantity": "25", + "additional_info_contact": "Cook Medical Customer Relations Department\n812-339-2235", + "action": "Cook sent an Urgent Medical Device Recall dated July 31, 2017 to affected customers. The letter identified the affected product problem and actions to be taken. The letter instructed customers to (1) Examine inventory immediately to determine if you have affected products and quarantine affected products. (2) Return the affected products to Cook Medical with a copy of the Acknowledgement and Receipt Form to receive a product credit. (3) Even if you do not have affected products on hand, you must still complete the Acknowledgement and Receipt Form and send it via fax (812.339.7316) or email (FieldActionsNA@CookMedical.com). (4) Complete and return the Acknowledgement and Receipt Form attached to this letter within 30 days. (5) Report adverse events to Cook Medical Customer Relations by phone at 800.457.4500 or 812.339.2235, Monday through Friday between 7:30 am and 5:00 pm (Eastern time), or by email via CustomerRelationsNA@CookMedical.com.", + "distribution_pattern": "Worldwide distribution - US Nationwide in the states of: AL, CA, CO, FL, GA, IA, IL, KY, LA, MD, MI, MN, MO, NC, NY, OH, OK, OR, PA, RI, TN, TX, UT, VA, WA, WI; the District of Columbia and the countries of Belgium, India Italy, Spain, and United Kingdom.", + "k_numbers": [ + "K173416" + ], + "firm_fei_number": "1820334", + "state": "IN", + "product_description": "Central Venous Catheter Tray Triple Lumen Polyurethane, Catalog Identifier: C-UTLMYJ-501J\n\nProduct Usage:\nThe central venous catheter is designed for treatment of critically ill patients and is suggested for: 1. Continuous or intermittent drug infusions; 2. Central venous blood pressure monitoring (CVP); 3. Acute hyperalimentation; 4. Blood sampling; 5. Delivery of whole blood or blood products; 6. Simultaneous, separate infusion of drugs", + "root_cause_description": "Process control", + "event_date_created": "2018-02-15", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2019-05-08", + "recalling_firm": "Cook Inc.", + "product_res_number": "Z-0631-2018", + "recall_status": "Terminated", + "res_event_number": "79050", + "postal_code": "47404-9120" + }, + { + "event_date_initiated": "2017-07-31", + "city": "Bloomington", + "address_1": "750 N Daniels Way", + "reason_for_recall": "Central venous catheters may not fit over guide wire potentially causing procedure delay.", + "product_code": "FOZ", + "code_info": "Lot Number (Expiration date): NS5914753 (28-May-2018), 7252432 (23-September-2017), 7252434 (23-September-2017), 7621767 (06-February-2018)", + "product_quantity": "75", + "other_submission_description": "exempt", + "additional_info_contact": "Cook Medical Customer Relations Department\n812-339-2235", + "action": "Cook sent an Urgent Medical Device Recall dated July 31, 2017 to affected customers. The letter identified the affected product problem and actions to be taken. The letter instructed customers to (1) Examine inventory immediately to determine if you have affected products and quarantine affected products. (2) Return the affected products to Cook Medical with a copy of the Acknowledgement and Receipt Form to receive a product credit. (3) Even if you do not have affected products on hand, you must still complete the Acknowledgement and Receipt Form and send it via fax (812.339.7316) or email (FieldActionsNA@CookMedical.com). (4) Complete and return the Acknowledgement and Receipt Form attached to this letter within 30 days. (5) Report adverse events to Cook Medical Customer Relations by phone at 800.457.4500 or 812.339.2235, Monday through Friday between 7:30 am and 5:00 pm (Eastern time), or by email via CustomerRelationsNA@CookMedical.com.", + "distribution_pattern": "Worldwide distribution - US Nationwide in the states of: AL, CA, CO, FL, GA, IA, IL, KY, LA, MD, MI, MN, MO, NC, NY, OH, OK, OR, PA, RI, TN, TX, UT, VA, WA, WI; the District of Columbia and the countries of Belgium, India Italy, Spain, and United Kingdom.", + "firm_fei_number": "1820334", + "state": "IN", + "product_description": "Central Venous Catheter Set Heparin Coated Triple Lumen Polyurethane, Catalog Identifiers: C-UTLM-501J-25-6.5-WCE-BH, C-UTLM-501J-BH\n\nProduct Usage:\nThe central venous catheter is designed for treatment of critically ill patients and is suggested for: 1. Continuous or intermittent drug infusions; 2. Central venous blood pressure monitoring (CVP); 3. Acute hyperalimentation; 4. Blood sampling; 5. Delivery of whole blood or blood products; 6. Simultaneous, separate infusion of drugs", + "root_cause_description": "Process control", + "event_date_created": "2018-02-15", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2019-05-08", + "recalling_firm": "Cook Inc.", + "product_res_number": "Z-0632-2018", + "recall_status": "Terminated", + "res_event_number": "79050", + "postal_code": "47404-9120" + }, + { + "event_date_initiated": "2017-07-31", + "city": "Bloomington", + "address_1": "750 N Daniels Way", + "reason_for_recall": "Central venous catheters may not fit over guide wire potentially causing procedure delay.", + "product_code": "FOZ", + "code_info": "Lot Number (Expiration date): 5901462 (30-January-2018)", + "product_quantity": "50", + "additional_info_contact": "Cook Medical Customer Relations Department\n812-339-2235", + "action": "Cook sent an Urgent Medical Device Recall dated July 31, 2017 to affected customers. The letter identified the affected product problem and actions to be taken. The letter instructed customers to (1) Examine inventory immediately to determine if you have affected products and quarantine affected products. (2) Return the affected products to Cook Medical with a copy of the Acknowledgement and Receipt Form to receive a product credit. (3) Even if you do not have affected products on hand, you must still complete the Acknowledgement and Receipt Form and send it via fax (812.339.7316) or email (FieldActionsNA@CookMedical.com). (4) Complete and return the Acknowledgement and Receipt Form attached to this letter within 30 days. (5) Report adverse events to Cook Medical Customer Relations by phone at 800.457.4500 or 812.339.2235, Monday through Friday between 7:30 am and 5:00 pm (Eastern time), or by email via CustomerRelationsNA@CookMedical.com.", + "distribution_pattern": "Worldwide distribution - US Nationwide in the states of: AL, CA, CO, FL, GA, IA, IL, KY, LA, MD, MI, MN, MO, NC, NY, OH, OK, OR, PA, RI, TN, TX, UT, VA, WA, WI; the District of Columbia and the countries of Belgium, India Italy, Spain, and United Kingdom.", + "k_numbers": [ + "K173416" + ], + "firm_fei_number": "1820334", + "state": "IN", + "product_description": "Central Venous Tray Triple Lumen Polyurethane Catheter, Catalog Identifier: C-UTLMY-501J-CCT\n\nProduct Usage:\nThe central venous catheter is designed for treatment of critically ill patients and is suggested for: 1. Continuous or intermittent drug infusions; 2. Central venous blood pressure monitoring (CVP); 3. Acute hyperalimentation; 4. Blood sampling; 5. Delivery of whole blood or blood products; 6. Simultaneous, separate infusion of drugs", + "root_cause_description": "Process control", + "event_date_created": "2018-02-15", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2019-05-08", + "recalling_firm": "Cook Inc.", + "product_res_number": "Z-0633-2018", + "recall_status": "Terminated", + "res_event_number": "79050", + "postal_code": "47404-9120" + }, + { + "event_date_initiated": "2017-07-31", + "city": "Bloomington", + "address_1": "750 N Daniels Way", + "reason_for_recall": "Central venous catheters may not fit over guide wire potentially causing procedure delay.", + "product_code": "FOZ", + "code_info": "Lot Number (Expiration date): 7693203 (01-May-2019), 7611811 (01-May-2019), 7625110 (01-May-2019), 7625111 (01-May-2019), 7689802 (01-May-2019), 7713113 (01-May-2019), and 7724842 (01-September-2019).", + "product_quantity": "304", + "additional_info_contact": "Cook Medical Customer Relations Department\n812-339-2235", + "action": "Cook sent an Urgent Medical Device Recall dated July 31, 2017 to affected customers. The letter identified the affected product problem and actions to be taken. The letter instructed customers to (1) Examine inventory immediately to determine if you have affected products and quarantine affected products. (2) Return the affected products to Cook Medical with a copy of the Acknowledgement and Receipt Form to receive a product credit. (3) Even if you do not have affected products on hand, you must still complete the Acknowledgement and Receipt Form and send it via fax (812.339.7316) or email (FieldActionsNA@CookMedical.com). (4) Complete and return the Acknowledgement and Receipt Form attached to this letter within 30 days. (5) Report adverse events to Cook Medical Customer Relations by phone at 800.457.4500 or 812.339.2235, Monday through Friday between 7:30 am and 5:00 pm (Eastern time), or by email via CustomerRelationsNA@CookMedical.com.", + "distribution_pattern": "Worldwide distribution - US Nationwide in the states of: AL, CA, CO, FL, GA, IA, IL, KY, LA, MD, MI, MN, MO, NC, NY, OH, OK, OR, PA, RI, TN, TX, UT, VA, WA, WI; the District of Columbia and the countries of Belgium, India Italy, Spain, and United Kingdom.", + "k_numbers": [ + "K033843" + ], + "firm_fei_number": "1820334", + "state": "IN", + "product_description": "Spectrum Central Venous Catheter Tray Minocycline/Rifampin Antibiotic Impregnated, Catalog Identifiers: C-UTLMY-501J-ABRM-HC-FST and C-UTLMY-501J-ABRM-HC-IHI-FST\n\nUsage:\nThe Spectrum Central Venous Catheter is used for the intravenous administration of nutrient fluids, chemotherapeutic agents, and other drugs for therapy, blood sampling, blood delivery, and venous pressure monitoring", + "root_cause_description": "Process control", + "event_date_created": "2018-02-15", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2019-05-08", + "recalling_firm": "Cook Inc.", + "product_res_number": "Z-0634-2018", + "recall_status": "Terminated", + "res_event_number": "79050", + "postal_code": "47404-9120" + }, + { + "event_date_initiated": "2007-01-02", + "city": "Bloomington", + "event_date_posted": "2007-03-16", + "address_1": "750 Daniels Way", + "reason_for_recall": "These catheters do not include the proximal sidehole as required by the specification.", + "product_code": "FOZ", + "code_info": "Lots 1794998 and 1793611.", + "product_quantity": "100", + "additional_info_contact": "800-346-2626", + "action": "Consignees were notified by phone on 1/2/07 and instructed to return the product.", + "distribution_pattern": "Nationwide, including the states of Florida, Louisiana, Maine, Massachusetts, Minnesota, Missouri, New Jersey and North Carolina.", + "k_numbers": [ + "K950118" + ], + "firm_fei_number": "1820334", + "state": "IN", + "product_description": "COOK Triple Lumen Central Venous Catheter Tray with Cook Spectrum¿ Glide¿ Antimicrobial Catheter with EZ--Pass¿ Hydrophilic Coating: Reorder Number C-UTLMY-701J-RSC-ABRM-HC-FST-A.", + "root_cause_description": "Other", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2007-12-05", + "recalling_firm": "Cook, Inc.", + "product_res_number": "Z-0637-2007", + "recall_status": "Terminated", + "res_event_number": "37102", + "postal_code": "47404-9120" + }, + { + "event_date_initiated": "2016-10-21", + "city": "Williamston", + "event_date_posted": "2016-12-02", + "address_1": "100 Centurion Way", + "reason_for_recall": "The kits contain Multi-Med Single Lumen Catheters that\r\nhave a potential for excess material to remain at the tip of the catheter from the manufacturing process. It\r\nis possible that the excess material may separate from the catheter during use and pose a potential risk\r\nof embolism, which could result in serious injury or death.", + "product_code": "FOZ", + "code_info": "Centurion Kit Code\t\t ECVC1680\t\t Kit Description SINGLE LUMEN INSERTION BUNDLE Lot Number(s) 2016062150 2016062950 2016070650 Centurion Kit Code ECVC4785\t Kit Description SINGLE LUMEN BUNDLE Lot Number(s) 2016081550 Centurion Kit Code M11620HKIC\t Kit Description MULTI-MED - Central Venous Catheter (1 Lumen, 16G, 20cm) \t Lot numbers 2016051050\t\t 2016053150 2016060750 2016061550 2016063050 2016072050 2016080250 2016091950 Centurion Kit Code M11620HKICNL Kit Description\t MULTI-MED - Central Venous Catheter (1 Lumen, 16G, 20cm)\t Lot numbers 2016060750 2016072650 2016093050 2016101050 Centurion Kit Code M11620HS\t Kit Description MULTI-MED - Central Venous Catheter (1 Lumen, 16G, 20cm) \t Lot numbers 2016052050 2016062850 2016082350 2016082650 2016090250 Centurion Kit Code M11620KC\t Kit Description MULTI-MED - Central Venous Catheter (1 Lumen, 16G, 20cm)\t Lot numbers 2016050950 2016053150 2016060750 2016071250 2016080350 2016082950 Centurion Kit Code M11620KCNL\t Kit Description MULTI-MED - Central Venous Catheter (1 Lumen, 16G, 20cm)\t Lot numbers\t\t 2016060850 2016061650 2016062050 2016070550 2016071950 2016080250 2016090750 Centurion Kit Code M12013K\t Kit Description MULTI-MED - Central Venous Catheter (1 Lumen, 20G, 13cm)\t Lot numbers\t 2016071350 2016072050 2016092650 2016100650 Centurion Kit Code M12013KNL\t Kit Description MULTI-MED - Central Venous Catheter (1 Lumen, 20G, 13cm)\t Lot numbers\t\t 2016072950 2016082450", + "product_quantity": "1000 kits", + "additional_info_contact": "517-546-5400", + "action": "Centurion sent an Urgent Recall Notice dated October 21, 2016, to all affected customers. The letter identified the product, the problem, and the action to be taken by the customer. Customers were instructed to discontinue use of this product immediately, and forward a copy of this notice to other users to whom this product may have been further distributed. In addition, customers were instructed to complete the attached form at their earliest convenience and fax to 517-546-3356.\r\nFor questions regarding this recall call 517-546-5400.", + "distribution_pattern": "Nationwide Distribution", + "k_numbers": [ + "K955839" + ], + "firm_fei_number": "1038445", + "state": "MI", + "product_description": "Multi-Med Single Lumen Catheters sold in Centurion convenience kits.\nThe Multi-Med catheter is indicated for use in patients requiring administration of solutions, blood sampling, and central venous pressure monitoring.", + "root_cause_description": "Process control", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2017-07-20", + "recalling_firm": "Centurion Medical Products Corporation", + "product_res_number": "Z-0647-2017", + "recall_status": "Terminated", + "res_event_number": "75536", + "postal_code": "48895-9086" + }, + { + "event_date_initiated": "2017-10-17", + "city": "Reading", + "event_date_posted": "2018-02-20", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "These finished good kits may contain the incorrect Springwire Guide (SWG).", + "product_code": "FOZ", + "code_info": "Lot number: 23F16M0054", + "product_quantity": "5,926 total", + "additional_info_contact": "Karen Boylan\n610-378-0131", + "action": "On October 17, 2017 an Urgent Medical Device recall letter from Arrow International was issued to customers requesting that customers review their inventory for product, which should immediately be discontinued and quarantined. The products are then to be returned to the firm. Questions or concerns can be directed to: Customer Service at 18662466990.", + "distribution_pattern": "Distribution US Nationwide", + "k_numbers": [ + "K071538" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "Pressure Injectable ARROWg+ard Blue PLUS Multi Lumen Central Venous Catheterization Kit; Product Code: ASK 42703 PUHC; Exp. Dates Feb 2018 - Nov 2018", + "root_cause_description": "Process control", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-04-14", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0647-2018", + "recall_status": "Terminated", + "res_event_number": "79197", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2017-10-17", + "city": "Reading", + "event_date_posted": "2018-02-20", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "These finished good kits may contain the incorrect Springwire Guide (SWG).", + "product_code": "FOZ", + "code_info": "Lot numbers: Product Code ASK-45703-PNHS:  23F16M0498  Product Code ASK-45703-PGMCL:  23F17A0505  Product Code ASK-45703-PNW:  23F17B0116", + "product_quantity": "5,926 total", + "additional_info_contact": "Karen Boylan\n610-378-0131", + "action": "On October 17, 2017 an Urgent Medical Device recall letter from Arrow International was issued to customers requesting that customers review their inventory for product, which should immediately be discontinued and quarantined. The products are then to be returned to the firm. Questions or concerns can be directed to: Customer Service at 18662466990.", + "distribution_pattern": "Distribution US Nationwide", + "k_numbers": [ + "K071538" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "Pressure Injectable ARROWg+ard Blue PLUS MultiLumen Central Venous Catheterization Kit; Product Codes: ASK-45703-PNHS; ASK-45703-PGMCL; ASK-45703-PNW; Exp. Dates Feb 2018 - Nov 2018", + "root_cause_description": "Process control", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-04-14", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0649-2018", + "recall_status": "Terminated", + "res_event_number": "79197", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2017-10-17", + "city": "Reading", + "event_date_posted": "2018-02-20", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "These finished good kits may contain the incorrect Springwire Guide (SWG).", + "product_code": "FOZ", + "code_info": "Lot number: 13F17C0400", + "product_quantity": "5,926 total", + "additional_info_contact": "Karen Boylan\n610-378-0131", + "action": "On October 17, 2017 an Urgent Medical Device recall letter from Arrow International was issued to customers requesting that customers review their inventory for product, which should immediately be discontinued and quarantined. The products are then to be returned to the firm. Questions or concerns can be directed to: Customer Service at 18662466990.", + "distribution_pattern": "Distribution US Nationwide", + "k_numbers": [ + "K071538" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "Pressure Injectable Multi Lumen Central Venous Catheterization Kit with Blue\nFlexTip Catheter and Sharps Safety Features; \nProduct Code: ASK-15703-PRWJ; Exp. Dates Feb 2018- Nov 2018", + "root_cause_description": "Process control", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-04-14", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0651-2018", + "recall_status": "Terminated", + "res_event_number": "79197", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2017-10-17", + "city": "Reading", + "event_date_posted": "2018-02-20", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "These finished good kits may contain the incorrect Springwire Guide (SWG).", + "product_code": "FOZ", + "code_info": "Lot number: 23F17D0182", + "product_quantity": "5,926 total", + "additional_info_contact": "Karen Boylan\n610-378-0131", + "action": "On October 17, 2017 an Urgent Medical Device recall letter from Arrow International was issued to customers requesting that customers review their inventory for product, which should immediately be discontinued and quarantined. The products are then to be returned to the firm. Questions or concerns can be directed to: Customer Service at 18662466990.", + "distribution_pattern": "Distribution US Nationwide", + "k_numbers": [ + "K071538" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "Pressure Injectable ARROWg+ard Blue PLUS Multi Lumen Central Venous\nCatheterization Kit; Product code: ASK-45703-PHF2; Exp. Dates Feb 2018 - Nov 2018", + "root_cause_description": "Process control", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-04-14", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0653-2018", + "recall_status": "Terminated", + "res_event_number": "79197", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2017-10-17", + "city": "Reading", + "event_date_posted": "2018-02-20", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "These finished good kits may contain the incorrect Springwire Guide (SWG).", + "product_code": "FOZ", + "code_info": "Lot numbers:  Product Codes CDC-42703-XP1A: 23F16M0507 Product Code CDC-47702-XP1A: 23F17A0533", + "product_quantity": "5,926 total", + "additional_info_contact": "Karen Boylan\n610-378-0131", + "action": "On October 17, 2017 an Urgent Medical Device recall letter from Arrow International was issued to customers requesting that customers review their inventory for product, which should immediately be discontinued and quarantined. The products are then to be returned to the firm. Questions or concerns can be directed to: Customer Service at 18662466990.", + "distribution_pattern": "Distribution US Nationwide", + "k_numbers": [ + "K071538" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "AGB+ Multi Lumen Central Venous Catheterization Kit; Product Codes: CDC-42703-XP1A and CDC-47702-XP1A; Exp. Dates Feb 2018 - Nov 2018", + "root_cause_description": "Process control", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-04-14", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0655-2018", + "recall_status": "Terminated", + "res_event_number": "79197", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2017-10-17", + "city": "Reading", + "event_date_posted": "2018-02-20", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "These finished good kits may contain the incorrect Springwire Guide (SWG).", + "product_code": "FOZ", + "code_info": "Lot numbers: 13F17C0102 and 13F16M0264", + "product_quantity": "5,926 total", + "additional_info_contact": "Karen Boylan\n610-378-0131", + "action": "On October 17, 2017 an Urgent Medical Device recall letter from Arrow International was issued to customers requesting that customers review their inventory for product, which should immediately be discontinued and quarantined. The products are then to be returned to the firm. Questions or concerns can be directed to: Customer Service at 18662466990.", + "distribution_pattern": "Distribution US Nationwide", + "k_numbers": [ + "K993691" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "ARROWg+ard Blue Plus Multi Lumen CVC (Central venous catheter); Product Code: AK-45703-ACDC; Exp. Dates Feb 2018 - Nov 2018", + "root_cause_description": "Process control", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-04-14", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0656-2018", + "recall_status": "Terminated", + "res_event_number": "79197", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2016-11-28", + "city": "Bloomington", + "event_date_posted": "2016-12-12", + "address_1": "750 N Daniels Way", + "reason_for_recall": "Cook Medical has received reports of the trays containing the incorrect needle, which in some cases could result in the inability to pass a wire guide through the needle.\r\nPotential adverse events that may occur as a result of utilizing needles of incorrect size include delay in treatment, which could be critical in an emergent situation. There have been no reports of illness or injury associated with this issue.", + "product_code": "FOZ", + "code_info": "catalog number: C-UDLMY-401J-ABRM-HC-FST Lot 6498570 catalog number: C-UTLMY-501J-ABRM-HC-FST Lot 6501835  Exp date 9/30/2018", + "product_quantity": "99 units", + "additional_info_contact": "Cook Medical Customer Relations Departme\n800-457-4500", + "action": "Cook Medical sent an Urgent - Medical Device Recall letter dated November 23, 2016. to all affected customers. The letter identified the product the problem and the action needed to be taken. \r\n\r\n Action to be taken: \r\n1. Please review the attached list of affected products and lot numbers that were shipped to your account and quarantine any affected products that remain unused. \r\n2. Immediately collect and return all unused affected products to Cook Medical as soon as possible for credit. \r\n3. Please complete the attached Acknowledgement and Receipt Form and return it to Cook Medical. \r\n4. Please report any adverse event to Cook Medical Customer Relations at (800) 457-4500 or 1(812) 339-2235, Monday through Friday between 7:30 am and 5:00 pm Eastern Standard Time or e-mail at fieldactionsna@cookmedical.com. \r\n\r\nTransmission of this notice: \r\nThis notice must be passed on to appropriate personnel, including down to the user level, within your organization or to any organization where the potentially affected devices have been transferred. \r\n \r\nShould you have any questions or concerns, please do not hesitate to contact Cook Medical Customer Relations at (800) 457-4500 or 1(812) 339-2235.", + "distribution_pattern": "AZ\r\nCA\r\nDC\r\nGA\r\nIL\r\nLA\r\nMN\r\nMS\r\nNC\r\nNV\r\nNY\r\nOK\r\nPA\r\nTN\r\nTX\r\nWI", + "k_numbers": [ + "K033843" + ], + "firm_fei_number": "1820334", + "state": "IN", + "product_description": "Cook Spectrum Minocycline/Rifampin Impregnated Double Lumen Central Venous Catheter Tray\nCook Spectrum Minocycline/Rifampin Impregnated Triple Lumen Central Venous Catheter Tray", + "root_cause_description": "Mixed-up of materials/components", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2017-09-06", + "recalling_firm": "Cook Inc.", + "product_res_number": "Z-0733-2017", + "recall_status": "Terminated", + "res_event_number": "75793", + "postal_code": "47404-9120" + }, + { + "event_date_initiated": "2009-11-24", + "city": "Reading", + "event_date_posted": "2010-03-05", + "address_1": "2400 Bernville Road", + "reason_for_recall": "Q-Syte Component contained in kits was recalled by manufacturer due to the potential for embolism if used with a central venous catheter.", + "product_code": "FOZ", + "code_info": "Product number ASK-42703-SJH. Lot numbers RF9055789 and RF9071896", + "product_quantity": "77 kits", + "additional_info_contact": "Customer Service Department\n800-523-8446", + "action": "The recalling firm issued an Urgent Medical Device Recall letter dated 11/24/09 to their customers informing them of the problem the need to return any kits in inventory and notify their customers of the recall. For additional information customers can contact the Customer Service Department at 800-523-8446.", + "distribution_pattern": "The products were shipped to distributors in GA, MD, and VA.", + "k_numbers": [ + "K993691" + ], + "firm_fei_number": "1710034", + "state": "PA", + "product_description": "Multi-Lumen Central Venous Catheterization Kit with Blue Flex-Tip(R), ARROWg+ard Blue PLUS (R) Catheter, Sharps Safety Features and Maximal Barrier Precautions. The product is shipped in cases containing 5 catheters (contains Q-Syte)", + "root_cause_description": "Nonconforming Material/Component", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2012-01-18", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0785-2010", + "recall_status": "Terminated", + "res_event_number": "53954", + "postal_code": "19605" + }, + { + "event_date_initiated": "2009-11-24", + "city": "Reading", + "event_date_posted": "2010-03-05", + "address_1": "2400 Bernville Road", + "reason_for_recall": "Q-Syte Component contained in kits was recalled by manufacturer due to the potential for embolism if used with a central venous catheter.", + "product_code": "FOZ", + "code_info": "Product number ASK-42802-SHB. Lot numbers RF9068926", + "product_quantity": "20 kits", + "additional_info_contact": "Customer Service Department\n800-523-8446", + "action": "The recalling firm issued an Urgent Medical Device Recall letter dated 11/24/09 to their customers informing them of the problem the need to return any kits in inventory and notify their customers of the recall. For additional information customers can contact the Customer Service Department at 800-523-8446.", + "distribution_pattern": "The products were shipped to distributors in GA, MD, and VA.", + "k_numbers": [ + "K993691" + ], + "firm_fei_number": "1710034", + "state": "PA", + "product_description": "Two-Lumen Central Venous Catheterization Kit with Blue Flex-Tip(R), ARROWg+ard Blue PLUS (R) Catheter, Sharps Safety Features and Maximal Barrier Precautions. The product is shipped in cases containing 5 catheters (contains Q-Syte)", + "root_cause_description": "Nonconforming Material/Component", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2012-01-18", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0786-2010", + "recall_status": "Terminated", + "res_event_number": "53954", + "postal_code": "19605" + }, + { + "event_date_initiated": "2009-11-24", + "city": "Reading", + "event_date_posted": "2010-03-05", + "address_1": "2400 Bernville Road", + "reason_for_recall": "Q-Syte Component contained in kits was recalled by manufacturer due to the potential for embolism if used with a central venous catheter.", + "product_code": "FOZ", + "code_info": "Product number ASK-45703-SHB. Lot numbers RF9071258 and RF9069621", + "product_quantity": "149 kits", + "additional_info_contact": "Customer Service Department\n800-523-8446", + "action": "The recalling firm issued an Urgent Medical Device Recall letter dated 11/24/09 to their customers informing them of the problem the need to return any kits in inventory and notify their customers of the recall. For additional information customers can contact the Customer Service Department at 800-523-8446.", + "distribution_pattern": "The products were shipped to distributors in GA, MD, and VA.", + "k_numbers": [ + "K993691" + ], + "firm_fei_number": "1710034", + "state": "PA", + "product_description": "Multi-Lumen Central Venous Catheterization Kit with Blue Flex-Tip(R), ARROWg+ard Blue PLUS (R) Catheter, Sharps Safety Features and Maximal Barrier Precautions. (contains Q-Syte)", + "root_cause_description": "Nonconforming Material/Component", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2012-01-18", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0787-2010", + "recall_status": "Terminated", + "res_event_number": "53954", + "postal_code": "19605" + }, + { + "event_date_initiated": "2009-11-24", + "city": "Reading", + "event_date_posted": "2010-03-05", + "address_1": "2400 Bernville Road", + "reason_for_recall": "Q-Syte Component contained in kits was recalled by manufacturer due to the potential for embolism if used with a central venous catheter.", + "product_code": "FOZ", + "code_info": "Product number ASK-45703-UVA2. Lot numbers RF9056115, RF9056743, and RF9060775", + "product_quantity": "180 kits", + "additional_info_contact": "Customer Service Department\n800-523-8446", + "action": "The recalling firm issued an Urgent Medical Device Recall letter dated 11/24/09 to their customers informing them of the problem the need to return any kits in inventory and notify their customers of the recall. For additional information customers can contact the Customer Service Department at 800-523-8446.", + "distribution_pattern": "The products were shipped to distributors in GA, MD, and VA.", + "k_numbers": [ + "K993691" + ], + "firm_fei_number": "1710034", + "state": "PA", + "product_description": "Multi-Lumen Central Venous Catheterization Kit with Blue Flex-Tip(R), ARROWg+ard Blue PLUS (R) Catheter, Sharps Safety Features and Maximal Barrier Precautions. (contains Q-Syte)", + "root_cause_description": "Nonconforming Material/Component", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2012-01-18", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0788-2010", + "recall_status": "Terminated", + "res_event_number": "53954", + "postal_code": "19605" + }, + { + "event_date_initiated": "2016-11-21", + "city": "Minneapolis", + "event_date_posted": "2016-12-19", + "address_1": "6000 Nathan Ln N", + "reason_for_recall": "Smiths Medical became aware that three (3) lots of Acuvance2 Safety Catheter, product number 1720-AI, contain devices with missing or incorrectly positioned side port valves.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2017-08-01", + "recalling_firm": "Smiths Medical ASD Inc.", + "product_res_number": "Z-0789-2017", + "code_info": "3120882, 3120883, 3220733", + "product_quantity": "26,750", + "recall_status": "Terminated", + "res_event_number": "75742", + "action": "Consignees were sent on 11/21/2016 a Smiths Medical \"Urgent Medical Device Field Safety Notice: dated November 18, 2016. The letter was addressed to \"Clinician who uses the Acuvance¿2 Safety Catheter\". The letter described the Reason for Recall, Risk to Health, and Instructions to Customers. Requested consignees to complete and return the \"Urgent Medical Device Field Safety Notice Response Form\" within 10 days of receipt. For questions contact Stericycle via email at the smithsmedicalrecall@stericycle.com.", + "distribution_pattern": "Foreign Distribution in the Italy, France, Switzerland, Germany, Sweden", + "k_numbers": [ + "K012128" + ], + "firm_fei_number": "3004187702", + "state": "MN", + "product_description": "Acuvance¿2 Safety Catheter, Product No. 1720-AI\n\nProduct Usage:\nThe Acuvance¿ 2 Safety Catheter is a Peripheral Intravenous Catheter (PIVC). PIVCs are designed for single use venipuncture on all patient populations where access to the veins and arteries are required. The catheter has a Safety Needle Assembly (SAN) designed to reduce risk of accidental needle sticks to the operators. The lateral port is equipped with a non-return silicone valve and a polypropylene snap cap with a winged polypropylene hub for fastening.", + "postal_code": "55442-1690", + "root_cause_description": "Process control" + }, + { + "event_date_initiated": "2013-12-06", + "city": "Salt Lake City", + "event_date_posted": "2014-01-23", + "address_1": "605 North 5600 West", + "reason_for_recall": "Bard Access Systems is recalling various Low Profile Port with 6.6 Fr Single Lumen Broviac Catheter because a small number of Silicone catheters in the may be undersized to 5.3 Fr instead of 6.6 Fr as stated in the labeling for the device.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2014-08-05", + "recalling_firm": "Bard Access Systems", + "product_res_number": "Z-0814-2014", + "code_info": "Lot REXC0931 and REXC0736", + "product_quantity": "1358", + "recall_status": "Terminated", + "res_event_number": "66991", + "additional_info_contact": "Carlos A. Arriscorreta\n801-522-5706", + "action": "BARD sent an Urgent Product Recall letter dated October 2013 to affected customers via certified letter. The letter identified the affected product, problem and actions to be taken. Customers were asked to check all inventory locations, remove and return any unused affected prodcut to Bard Access Systems through return goods authorization number RAP80498 for a credit or replacement, and to complete the Reply Form and Inventory Reconcilation Form. For questions contact BAS Customer Service at 1-800-290-1689.", + "distribution_pattern": "Worldwide Distribution - US nationwide, Belgium, and Canada.", + "firm_fei_number": "3006260740", + "state": "UT", + "product_description": "MRI Low Profile Single Lumen port with Open-Ended 6.6Fr Silicone Catheter. Product Code 0603880.\n\nProduct Usage:\nThe 6.6 Fr Open-Ended Single-Lumen venous catheters is packaged into various Bard Acess Systems finished goods as Attachable or Preconnected catheters in BardPort Implanted Port Kits These products are used for patient therapies requiring repeated access to the vascular system. They are indicated for infusion of medications, I.V. fluids, parenteral nutrition solutions, blood products, and for the withdrawal of blood samples. Subject ports are not indicated to Power Injection. Port access is performed by percutaneous needle insertion using a non-coring needle. The system consists of two primary components: an injection port with a self-sealing silicone septum and a radiopaque silicone catheter.", + "postal_code": "84116-3738", + "root_cause_description": "Process control" + }, + { + "event_date_initiated": "2013-12-06", + "city": "Salt Lake City", + "event_date_posted": "2014-01-23", + "address_1": "605 North 5600 West", + "reason_for_recall": "Bard Access Systems is recalling various Low Profile Port with 6.6 Fr Single Lumen Broviac Catheter because a small number of Silicone catheters in the may be undersized to 5.3 Fr instead of 6.6 Fr as stated in the labeling for the device.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2014-08-05", + "recalling_firm": "Bard Access Systems", + "product_res_number": "Z-0815-2014", + "code_info": "Lot REXC0467", + "product_quantity": "200", + "recall_status": "Terminated", + "res_event_number": "66991", + "additional_info_contact": "Carlos A. Arriscorreta\n801-522-5706", + "action": "BARD sent an Urgent Product Recall letter dated October 2013 to affected customers via certified letter. The letter identified the affected product, problem and actions to be taken. Customers were asked to check all inventory locations, remove and return any unused affected prodcut to Bard Access Systems through return goods authorization number RAP80498 for a credit or replacement, and to complete the Reply Form and Inventory Reconcilation Form. For questions contact BAS Customer Service at 1-800-290-1689.", + "distribution_pattern": "Worldwide Distribution - US nationwide, Belgium, and Canada.", + "firm_fei_number": "3006260740", + "state": "UT", + "product_description": "Titanium Single Lumen Low-Profile port, with Pre-Attached open-Ended Silicone 6.6Fr Catheter. Product Code 0602180\n\nUsage:\nThe 6.6 Fr Open-Ended Single-Lumen venous catheters is packaged into various Bard Acess Systems finished goods as Attachable or Preconnected catheters in BardPort Implanted Port Kits These products are used for patient therapies requiring repeated access to the vascular system. They are indicated for infusion of medications, I.V. fluids, parenteral nutrition solutions, blood products, and for the withdrawal of blood samples. Subject ports are not indicated to Power Injection. Port access is performed by percutaneous needle insertion using a non-coring needle. The system consists of two primary components: an injection port with a self-sealing silicone septum and a radiopaque silicone catheter.", + "postal_code": "84116-3738", + "root_cause_description": "Process control" + }, + { + "event_date_initiated": "2007-12-11", + "city": "Angier", + "event_date_posted": "2008-01-30", + "address_1": "455 W Depot Street", + "reason_for_recall": "Lack of assurance of sterility by manufacturer", + "product_code": "FOZ", + "code_info": "ALL LOTS", + "product_quantity": "618 cases, 120 syringes per case", + "additional_info_contact": "Dushyant Patel\n919-552-9689", + "action": "AM2PAT contacted their distributors by phone on or about January 17, 2008 and instructed them to stop distribution of their pre-filled syringes and to contact their customers to recall all AM2PAT manufactured lots and all sizes of prefilled, Heparin Lock Flush syringes and Normal Saline IV Flush syringes (B Braun and Sierra Brands) to the consumer level. A press release was issued on January 17, 2008. The firm had eariler on 12/20/2007 recalled a single lot of Heparin syringes, the January extension was to all lots/all sizes of its Heparin and Saline syringes.", + "distribution_pattern": "Nationwide", + "k_numbers": [ + "K032417" + ], + "firm_fei_number": "3001574774", + "state": "NC", + "product_description": "Sierra Pre-Filled, Heparin Lock Flush Solution USP, 100 units/ml in 0.9% Sodium Chloride 120/Case, Catalog #1003-01, NDC #64054-1003-01, 3 mL Fill in a 12mL Syringe, For Single Use only, Sterile Solution Pathway, For IV Flush, Sierra Pre-Filled Inc., 455 W. Depot St. Angier, NC 27501.", + "root_cause_description": "Process design", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2010-12-02", + "recalling_firm": "AM2 PAT INC", + "product_res_number": "Z-0827-2008", + "recall_status": "Terminated", + "res_event_number": "46182", + "postal_code": "27501" + }, + { + "event_date_initiated": "2007-12-11", + "city": "Angier", + "event_date_posted": "2008-01-30", + "address_1": "455 W Depot Street", + "reason_for_recall": "Lack of assurance of sterility by manufacturer", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2010-12-02", + "recalling_firm": "AM2 PAT INC", + "product_res_number": "Z-0828-2008", + "code_info": "ALL LOTS", + "recall_status": "Terminated", + "res_event_number": "46182", + "additional_info_contact": "Dushyant Patel\n919-552-9689", + "action": "AM2PAT contacted their distributors by phone on or about January 17, 2008 and instructed them to stop distribution of their pre-filled syringes and to contact their customers to recall all AM2PAT manufactured lots and all sizes of prefilled, Heparin Lock Flush syringes and Normal Saline IV Flush syringes (B Braun and Sierra Brands) to the consumer level. A press release was issued on January 17, 2008. The firm had eariler on 12/20/2007 recalled a single lot of Heparin syringes, the January extension was to all lots/all sizes of its Heparin and Saline syringes.", + "distribution_pattern": "Nationwide", + "k_numbers": [ + "K032417" + ], + "firm_fei_number": "3001574774", + "state": "NC", + "product_description": "Sierra Pre-Filled, Heparin Lock Flush Solution USP, 100 units/ml in 0.9% Sodium Chloride 120/Case, Catalog #1003-02, NDC #64054-1003-02, 5 mL Fill in a 12mL Syringe, For Single Use only, Sterile Solution Pathway, For IV Flush, Sierra Pre-Filled Inc., 455 W. Depot St. Angier, NC 27501", + "postal_code": "27501", + "root_cause_description": "Process design" + }, + { + "event_date_initiated": "2007-12-11", + "city": "Angier", + "event_date_posted": "2008-01-30", + "address_1": "455 W Depot Street", + "reason_for_recall": "Lack of assurance of sterility by manufacturer", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2010-12-02", + "recalling_firm": "AM2 PAT INC", + "product_res_number": "Z-0829-2008", + "code_info": "ALL LOTS", + "recall_status": "Terminated", + "res_event_number": "46182", + "additional_info_contact": "Dushyant Patel\n919-552-9689", + "action": "AM2PAT contacted their distributors by phone on or about January 17, 2008 and instructed them to stop distribution of their pre-filled syringes and to contact their customers to recall all AM2PAT manufactured lots and all sizes of prefilled, Heparin Lock Flush syringes and Normal Saline IV Flush syringes (B Braun and Sierra Brands) to the consumer level. A press release was issued on January 17, 2008. The firm had eariler on 12/20/2007 recalled a single lot of Heparin syringes, the January extension was to all lots/all sizes of its Heparin and Saline syringes.", + "distribution_pattern": "Nationwide", + "k_numbers": [ + "K032417" + ], + "firm_fei_number": "3001574774", + "state": "NC", + "product_description": "B. Braun, Heparin Lock Flush Solution USP, 100 units/ml, 120/Case, Ref #513611, NDC #64054-1003-01, 3 mL Fill in a 12mL Syringe, For Single Use only, Sterile Solution Pathway, For IV Flush, Distributed by B. Braun Medical, Inc., Bethlehem, PA 18018", + "postal_code": "27501", + "root_cause_description": "Process design" + }, + { + "event_date_initiated": "2009-10-19", + "city": "Sandy", + "event_date_posted": "2010-02-02", + "address_1": "9450 S State St", + "reason_for_recall": "Manufacturing defect may allow air entry into a central venous catheter, possibly resulting in an air embolism.", + "product_code": "FOZ", + "code_info": "Lot numbers: 8238450, 8319936, 8345957, 9013868.", + "product_quantity": "28,000 units", + "additional_info_contact": "801-565-2341", + "action": "Consignees were notified by B-D Urgent Medical Device Recall letter on 10/28/2009 and asked to return all unused affected lots. For information, call the company at 800-453-4538, option 2, extension 2341. Another letter was sent to all affected customers on 02/08/2010 notifying them of the extension of the recall to include Nexiva products. A response card was included to be returned whether or not product was on hand. B-D issued a press release on Febriuary 8, 2010. It can be found on www.bd.com at http://www.bd.com/contentmanager/b_article.asp?Item_ID=24486&ContentType_ID=1&BusinessCode=20001&d=BD+Worldwide&s=&dTitle=&dc=&dcTitle=", + "distribution_pattern": "Nationwide distribution.", + "k_numbers": [ + "K032843" + ], + "firm_fei_number": "1710034", + "state": "UT", + "product_description": "BD Nexiva Closed IV Catheter System, REF 383530, 24GA 0.56IN, Becton Dickinson Infusion Therapy Systems Inc.", + "root_cause_description": "Process control", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2010-10-19", + "recalling_firm": "Becton Dickinson Medical Systems", + "product_res_number": "Z-0829-2010", + "recall_status": "Terminated", + "res_event_number": "53749", + "postal_code": "84070-3213" + }, + { + "event_date_initiated": "2007-12-11", + "city": "Angier", + "event_date_posted": "2008-01-30", + "address_1": "455 W Depot Street", + "reason_for_recall": "Lack of assurance of sterility by manufacturer", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2010-12-02", + "recalling_firm": "AM2 PAT INC", + "product_res_number": "Z-0830-2008", + "code_info": "ALL LOTS", + "recall_status": "Terminated", + "res_event_number": "46182", + "additional_info_contact": "Dushyant Patel\n919-552-9689", + "action": "AM2PAT contacted their distributors by phone on or about January 17, 2008 and instructed them to stop distribution of their pre-filled syringes and to contact their customers to recall all AM2PAT manufactured lots and all sizes of prefilled, Heparin Lock Flush syringes and Normal Saline IV Flush syringes (B Braun and Sierra Brands) to the consumer level. A press release was issued on January 17, 2008. The firm had eariler on 12/20/2007 recalled a single lot of Heparin syringes, the January extension was to all lots/all sizes of its Heparin and Saline syringes.", + "distribution_pattern": "Nationwide", + "k_numbers": [ + "K032417" + ], + "firm_fei_number": "3001574774", + "state": "NC", + "product_description": "B. Braun, Heparin Lock Flush Solution USP, 100 units/ml, 120/Case, Ref #513612, NDC #64054-1003-02, 5 mL Fill in a 12mL Syringe, For Single Use only, Sterile Solution Pathway, For IV Flush, Distributed by B. Braun Medical, Inc., Bethlehem, PA 18018", + "postal_code": "27501", + "root_cause_description": "Process design" + }, + { + "event_date_initiated": "2009-10-19", + "city": "Sandy", + "event_date_posted": "2010-02-02", + "address_1": "9450 S State St", + "reason_for_recall": "Manufacturing defect may allow air entry into a central venous catheter, possibly resulting in an air embolism.", + "product_code": "FOZ", + "code_info": "Lot numbers: 8284049, 8284050, 8305438, 8308349, 8345951, 9013867, 9026722.", + "product_quantity": "190,000 units", + "additional_info_contact": "801-565-2341", + "action": "Consignees were notified by B-D Urgent Medical Device Recall letter on 10/28/2009 and asked to return all unused affected lots. For information, call the company at 800-453-4538, option 2, extension 2341. Another letter was sent to all affected customers on 02/08/2010 notifying them of the extension of the recall to include Nexiva products. A response card was included to be returned whether or not product was on hand. B-D issued a press release on Febriuary 8, 2010. It can be found on www.bd.com at http://www.bd.com/contentmanager/b_article.asp?Item_ID=24486&ContentType_ID=1&BusinessCode=20001&d=BD+Worldwide&s=&dTitle=&dc=&dcTitle=", + "distribution_pattern": "Nationwide distribution.", + "k_numbers": [ + "K032843" + ], + "firm_fei_number": "1710034", + "state": "UT", + "product_description": "BD Nexiva Closed IV Catheter System, REF 383531, 24GA 0.75IN, Becton Dickinson Infusion Therapy Systems Inc.", + "root_cause_description": "Process control", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2010-10-19", + "recalling_firm": "Becton Dickinson Medical Systems", + "product_res_number": "Z-0830-2010", + "recall_status": "Terminated", + "res_event_number": "53749", + "postal_code": "84070-3213" + }, + { + "event_date_initiated": "2007-12-11", + "city": "Angier", + "event_date_posted": "2008-01-30", + "address_1": "455 W Depot Street", + "reason_for_recall": "Lack of assurance of sterility by manufacturer", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2010-12-02", + "recalling_firm": "AM2 PAT INC", + "product_res_number": "Z-0831-2008", + "code_info": "ALL LOTS", + "recall_status": "Terminated", + "res_event_number": "46182", + "additional_info_contact": "Dushyant Patel\n919-552-9689", + "action": "AM2PAT contacted their distributors by phone on or about January 17, 2008 and instructed them to stop distribution of their pre-filled syringes and to contact their customers to recall all AM2PAT manufactured lots and all sizes of prefilled, Heparin Lock Flush syringes and Normal Saline IV Flush syringes (B Braun and Sierra Brands) to the consumer level. A press release was issued on January 17, 2008. The firm had eariler on 12/20/2007 recalled a single lot of Heparin syringes, the January extension was to all lots/all sizes of its Heparin and Saline syringes.", + "distribution_pattern": "Nationwide", + "k_numbers": [ + "K032417" + ], + "firm_fei_number": "3001574774", + "state": "NC", + "product_description": "Sierra Pre-Filled, Normal Saline IV Flush, Catalog #0903-12, NDC #64054-0903-2, 3 mL Fill in a 12mL Syringe, 0.9% Sodium Chloride Injection USP, 120/Case, For Single Use only, Sterile Solution Pathway, For IV Flush, Sierra Pre-Filled Inc., 455 W. Depot St. Angier, NC 27501", + "postal_code": "27501", + "root_cause_description": "Process design" + }, + { + "event_date_initiated": "2009-10-19", + "city": "Sandy", + "event_date_posted": "2010-02-02", + "address_1": "9450 S State St", + "reason_for_recall": "Manufacturing defect may allow air entry into a central venous catheter, possibly resulting in an air embolism.", + "product_code": "FOZ", + "code_info": "Lot numbers: 8248349, 8259950, 8295761, 8296792, 8296793, 8309299, 8309662, 8311150, 8319961, 8322609, 8331771, 8338737, 8338738, 8358628, 9020033.", + "product_quantity": "827,280 units", + "additional_info_contact": "801-565-2341", + "action": "Consignees were notified by B-D Urgent Medical Device Recall letter on 10/28/2009 and asked to return all unused affected lots. For information, call the company at 800-453-4538, option 2, extension 2341. Another letter was sent to all affected customers on 02/08/2010 notifying them of the extension of the recall to include Nexiva products. A response card was included to be returned whether or not product was on hand. B-D issued a press release on Febriuary 8, 2010. It can be found on www.bd.com at http://www.bd.com/contentmanager/b_article.asp?Item_ID=24486&ContentType_ID=1&BusinessCode=20001&d=BD+Worldwide&s=&dTitle=&dc=&dcTitle=", + "distribution_pattern": "Nationwide distribution.", + "k_numbers": [ + "K032843" + ], + "firm_fei_number": "1710034", + "state": "UT", + "product_description": "BD Nexiva Closed IV Catheter System, REF 383532, 22GA 1.00IN, Becton Dickinson Infusion Therapy Systems Inc.", + "root_cause_description": "Process control", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2010-10-19", + "recalling_firm": "Becton Dickinson Medical Systems", + "product_res_number": "Z-0831-2010", + "recall_status": "Terminated", + "res_event_number": "53749", + "postal_code": "84070-3213" + }, + { + "event_date_initiated": "2007-12-11", + "city": "Angier", + "event_date_posted": "2008-01-30", + "address_1": "455 W Depot Street", + "reason_for_recall": "Lack of assurance of sterility by manufacturer", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2010-12-02", + "recalling_firm": "AM2 PAT INC", + "product_res_number": "Z-0832-2008", + "code_info": "ALL LOTS", + "recall_status": "Terminated", + "res_event_number": "46182", + "additional_info_contact": "Dushyant Patel\n919-552-9689", + "action": "AM2PAT contacted their distributors by phone on or about January 17, 2008 and instructed them to stop distribution of their pre-filled syringes and to contact their customers to recall all AM2PAT manufactured lots and all sizes of prefilled, Heparin Lock Flush syringes and Normal Saline IV Flush syringes (B Braun and Sierra Brands) to the consumer level. A press release was issued on January 17, 2008. The firm had eariler on 12/20/2007 recalled a single lot of Heparin syringes, the January extension was to all lots/all sizes of its Heparin and Saline syringes.", + "distribution_pattern": "Nationwide", + "k_numbers": [ + "K032417" + ], + "firm_fei_number": "3001574774", + "state": "NC", + "product_description": "Sierra Pre-Filled, Normal Saline IV Flush, Catalog #0905-12, NDC #64054-0905-2, 5 mL Fill in a 12mL Syringe, 0.9% Sodium Chloride Injection USP, 120/Case, For Single Use Only, Rx only, Sterile Solution Pathway, For IV Flush, Sierra Pre-Filled Inc., 455 W. Depot St. Angier, NC 27501", + "postal_code": "27501", + "root_cause_description": "Process design" + }, + { + "event_date_initiated": "2009-10-19", + "city": "Sandy", + "event_date_posted": "2010-02-02", + "address_1": "9450 S State St", + "reason_for_recall": "Manufacturing defect may allow air entry into a central venous catheter, possibly resulting in an air embolism.", + "product_code": "FOZ", + "code_info": "Lot numbers: 8291980, 8330279.", + "product_quantity": "47,200 units", + "additional_info_contact": "801-565-2341", + "action": "Consignees were notified by B-D Urgent Medical Device Recall letter on 10/28/2009 and asked to return all unused affected lots. For information, call the company at 800-453-4538, option 2, extension 2341. Another letter was sent to all affected customers on 02/08/2010 notifying them of the extension of the recall to include Nexiva products. A response card was included to be returned whether or not product was on hand. B-D issued a press release on Febriuary 8, 2010. It can be found on www.bd.com at http://www.bd.com/contentmanager/b_article.asp?Item_ID=24486&ContentType_ID=1&BusinessCode=20001&d=BD+Worldwide&s=&dTitle=&dc=&dcTitle=", + "distribution_pattern": "Nationwide distribution.", + "k_numbers": [ + "K032843" + ], + "firm_fei_number": "1710034", + "state": "UT", + "product_description": "BD Nexiva Closed IV Catheter System, REF 383533, 20GA 1.00IN, Becton Dickinson Infusion Therapy Systems Inc.", + "root_cause_description": "Process control", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2010-10-19", + "recalling_firm": "Becton Dickinson Medical Systems", + "product_res_number": "Z-0832-2010", + "recall_status": "Terminated", + "res_event_number": "53749", + "postal_code": "84070-3213" + }, + { + "event_date_initiated": "2007-12-11", + "city": "Angier", + "event_date_posted": "2008-01-30", + "address_1": "455 W Depot Street", + "reason_for_recall": "Lack of assurance of sterility by manufacturer", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2010-12-02", + "recalling_firm": "AM2 PAT INC", + "product_res_number": "Z-0833-2008", + "code_info": "ALL LOTS", + "recall_status": "Terminated", + "res_event_number": "46182", + "additional_info_contact": "Dushyant Patel\n919-552-9689", + "action": "AM2PAT contacted their distributors by phone on or about January 17, 2008 and instructed them to stop distribution of their pre-filled syringes and to contact their customers to recall all AM2PAT manufactured lots and all sizes of prefilled, Heparin Lock Flush syringes and Normal Saline IV Flush syringes (B Braun and Sierra Brands) to the consumer level. A press release was issued on January 17, 2008. The firm had eariler on 12/20/2007 recalled a single lot of Heparin syringes, the January extension was to all lots/all sizes of its Heparin and Saline syringes.", + "distribution_pattern": "Nationwide", + "k_numbers": [ + "K032417" + ], + "firm_fei_number": "3001574774", + "state": "NC", + "product_description": "Sierra Pre-Filled, Normal Saline IV Flush, Catalog #0910-12, NDC #64054-0910-2, 10 mL Fill in a 12mL Syringe, 0.9% Sodium Chloride Injection USP, 120/Case, For Single Use only, Sterile Solution Pathway, For IV Flush, Sierra Pre-Filled Inc., 455 W. Depot St. Angier, NC 27501", + "postal_code": "27501", + "root_cause_description": "Process design" + }, + { + "event_date_initiated": "2009-10-19", + "city": "Sandy", + "event_date_posted": "2010-02-02", + "address_1": "9450 S State St", + "reason_for_recall": "Manufacturing defect may allow air entry into a central venous catheter, possibly resulting in an air embolism.", + "product_code": "FOZ", + "code_info": "Lot number: 8331763.", + "product_quantity": "8960 units", + "additional_info_contact": "801-565-2341", + "action": "Consignees were notified by B-D Urgent Medical Device Recall letter on 10/28/2009 and asked to return all unused affected lots. For information, call the company at 800-453-4538, option 2, extension 2341. Another letter was sent to all affected customers on 02/08/2010 notifying them of the extension of the recall to include Nexiva products. A response card was included to be returned whether or not product was on hand. B-D issued a press release on Febriuary 8, 2010. It can be found on www.bd.com at http://www.bd.com/contentmanager/b_article.asp?Item_ID=24486&ContentType_ID=1&BusinessCode=20001&d=BD+Worldwide&s=&dTitle=&dc=&dcTitle=", + "distribution_pattern": "Nationwide distribution.", + "k_numbers": [ + "K032843" + ], + "firm_fei_number": "1710034", + "state": "UT", + "product_description": "BD Nexiva Closed IV Catheter System, REF 383534, 20GA 1.25IN, Becton Dickinson Infusion Therapy Systems Inc.", + "root_cause_description": "Process control", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2010-10-19", + "recalling_firm": "Becton Dickinson Medical Systems", + "product_res_number": "Z-0833-2010", + "recall_status": "Terminated", + "res_event_number": "53749", + "postal_code": "84070-3213" + }, + { + "event_date_initiated": "2007-12-11", + "city": "Angier", + "event_date_posted": "2008-01-30", + "address_1": "455 W Depot Street", + "reason_for_recall": "Lack of assurance of sterility by manufacturer", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2010-12-02", + "recalling_firm": "AM2 PAT INC", + "product_res_number": "Z-0834-2008", + "code_info": "ALL LOTS", + "recall_status": "Terminated", + "res_event_number": "46182", + "additional_info_contact": "Dushyant Patel\n919-552-9689", + "action": "AM2PAT contacted their distributors by phone on or about January 17, 2008 and instructed them to stop distribution of their pre-filled syringes and to contact their customers to recall all AM2PAT manufactured lots and all sizes of prefilled, Heparin Lock Flush syringes and Normal Saline IV Flush syringes (B Braun and Sierra Brands) to the consumer level. A press release was issued on January 17, 2008. The firm had eariler on 12/20/2007 recalled a single lot of Heparin syringes, the January extension was to all lots/all sizes of its Heparin and Saline syringes.", + "distribution_pattern": "Nationwide", + "k_numbers": [ + "K032417" + ], + "firm_fei_number": "3001574774", + "state": "NC", + "product_description": "B. Braun, Normal Saline IV Flush, REF #513584, NDC 64054-0903-2, 3 mL fill in a 12mL syringe, 120/Case, Single Use Only, Rx Only, Distributed by: B. Braun Medical, Inc., Bethlehem, PA 18018-3524.", + "postal_code": "27501", + "root_cause_description": "Process design" + }, + { + "event_date_initiated": "2009-10-19", + "city": "Sandy", + "event_date_posted": "2010-02-02", + "address_1": "9450 S State St", + "reason_for_recall": "Manufacturing defect may allow air entry into a central venous catheter, possibly resulting in an air embolism.", + "product_code": "FOZ", + "code_info": "Lot number: 8248355, 8249034, 8249035, 8269338, 8270576, 8274565, 8275207, 8275210, 8283964, 8311167, 8312211, 8319016, 8347056, 9007360, 9015539, 9022039.", + "product_quantity": "1,021,600 units", + "additional_info_contact": "801-565-2341", + "action": "Consignees were notified by B-D Urgent Medical Device Recall letter on 10/28/2009 and asked to return all unused affected lots. For information, call the company at 800-453-4538, option 2, extension 2341. Another letter was sent to all affected customers on 02/08/2010 notifying them of the extension of the recall to include Nexiva products. A response card was included to be returned whether or not product was on hand. B-D issued a press release on Febriuary 8, 2010. It can be found on www.bd.com at http://www.bd.com/contentmanager/b_article.asp?Item_ID=24486&ContentType_ID=1&BusinessCode=20001&d=BD+Worldwide&s=&dTitle=&dc=&dcTitle=", + "distribution_pattern": "Nationwide distribution.", + "k_numbers": [ + "K032843" + ], + "firm_fei_number": "1710034", + "state": "UT", + "product_description": "BD Nexiva Closed IV Catheter System, REF 383536, 20GA 1.00IN, Becton Dickinson Infusion Therapy Systems Inc.", + "root_cause_description": "Process control", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2010-10-19", + "recalling_firm": "Becton Dickinson Medical Systems", + "product_res_number": "Z-0834-2010", + "recall_status": "Terminated", + "res_event_number": "53749", + "postal_code": "84070-3213" + }, + { + "event_date_initiated": "2007-12-11", + "city": "Angier", + "event_date_posted": "2008-01-30", + "address_1": "455 W Depot Street", + "reason_for_recall": "Lack of assurance of sterility by manufacturer", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2010-12-02", + "recalling_firm": "AM2 PAT INC", + "product_res_number": "Z-0835-2008", + "code_info": "ALL LOTS", + "recall_status": "Terminated", + "res_event_number": "46182", + "additional_info_contact": "Dushyant Patel\n919-552-9689", + "action": "AM2PAT contacted their distributors by phone on or about January 17, 2008 and instructed them to stop distribution of their pre-filled syringes and to contact their customers to recall all AM2PAT manufactured lots and all sizes of prefilled, Heparin Lock Flush syringes and Normal Saline IV Flush syringes (B Braun and Sierra Brands) to the consumer level. A press release was issued on January 17, 2008. The firm had eariler on 12/20/2007 recalled a single lot of Heparin syringes, the January extension was to all lots/all sizes of its Heparin and Saline syringes.", + "distribution_pattern": "Nationwide", + "k_numbers": [ + "K032417" + ], + "firm_fei_number": "3001574774", + "state": "NC", + "product_description": "B. Braun, Normal Saline IV Flush, REF #513586, NDC 64054-0905-02, 5 mL fill in a 12mL syringe, 120/Case, Single Use Only, Rx Only, Distributed by: B. Braun Medical, Inc., Bethlehem, PA 18018-3524.", + "postal_code": "27501", + "root_cause_description": "Process design" + }, + { + "event_date_initiated": "2009-10-19", + "city": "Sandy", + "event_date_posted": "2010-02-02", + "address_1": "9450 S State St", + "reason_for_recall": "Manufacturing defect may allow air entry into a central venous catheter, possibly resulting in an air embolism.", + "product_code": "FOZ", + "code_info": "Lot numbers: 8263294, 8270579, 8347058, 9013864.", + "product_quantity": "180,160 units", + "additional_info_contact": "801-565-2341", + "action": "Consignees were notified by B-D Urgent Medical Device Recall letter on 10/28/2009 and asked to return all unused affected lots. For information, call the company at 800-453-4538, option 2, extension 2341. Another letter was sent to all affected customers on 02/08/2010 notifying them of the extension of the recall to include Nexiva products. A response card was included to be returned whether or not product was on hand. B-D issued a press release on Febriuary 8, 2010. It can be found on www.bd.com at http://www.bd.com/contentmanager/b_article.asp?Item_ID=24486&ContentType_ID=1&BusinessCode=20001&d=BD+Worldwide&s=&dTitle=&dc=&dcTitle=", + "distribution_pattern": "Nationwide distribution.", + "k_numbers": [ + "K032843" + ], + "firm_fei_number": "1710034", + "state": "UT", + "product_description": "BD Nexiva HF Closed IV Catheter System, REF 383537, 20GA 1.25IN, Becton Dickinson Infusion Therapy Systems Inc.", + "root_cause_description": "Process control", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2010-10-19", + "recalling_firm": "Becton Dickinson Medical Systems", + "product_res_number": "Z-0835-2010", + "recall_status": "Terminated", + "res_event_number": "53749", + "postal_code": "84070-3213" + }, + { + "event_date_initiated": "2007-12-11", + "city": "Angier", + "event_date_posted": "2008-01-30", + "address_1": "455 W Depot Street", + "reason_for_recall": "Lack of assurance of sterility by manufacturer", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2010-12-02", + "recalling_firm": "AM2 PAT INC", + "product_res_number": "Z-0836-2008", + "code_info": "ALL LOTS", + "recall_status": "Terminated", + "res_event_number": "46182", + "additional_info_contact": "Dushyant Patel\n919-552-9689", + "action": "AM2PAT contacted their distributors by phone on or about January 17, 2008 and instructed them to stop distribution of their pre-filled syringes and to contact their customers to recall all AM2PAT manufactured lots and all sizes of prefilled, Heparin Lock Flush syringes and Normal Saline IV Flush syringes (B Braun and Sierra Brands) to the consumer level. A press release was issued on January 17, 2008. The firm had eariler on 12/20/2007 recalled a single lot of Heparin syringes, the January extension was to all lots/all sizes of its Heparin and Saline syringes.", + "distribution_pattern": "Nationwide", + "k_numbers": [ + "K032417" + ], + "firm_fei_number": "3001574774", + "state": "NC", + "product_description": "B. Braun, Normal Saline IV Flush, REF #513587, NDC 64054-0910-2, 10 mL fill in a 12mL syringe, 120/Case, Single Use Only, Rx Only, Distributed by: B. Braun Medical, Inc., Bethlehem, PA 18018-3524", + "postal_code": "27501", + "root_cause_description": "Process design" + }, + { + "event_date_initiated": "2009-10-19", + "city": "Sandy", + "event_date_posted": "2010-02-02", + "address_1": "9450 S State St", + "reason_for_recall": "Manufacturing defect may allow air entry into a central venous catheter, possibly resulting in an air embolism.", + "product_code": "FOZ", + "code_info": "Lot number: 8312220", + "product_quantity": "5200 units", + "additional_info_contact": "801-565-2341", + "action": "Consignees were notified by B-D Urgent Medical Device Recall letter on 10/28/2009 and asked to return all unused affected lots. For information, call the company at 800-453-4538, option 2, extension 2341. Another letter was sent to all affected customers on 02/08/2010 notifying them of the extension of the recall to include Nexiva products. A response card was included to be returned whether or not product was on hand. B-D issued a press release on Febriuary 8, 2010. It can be found on www.bd.com at http://www.bd.com/contentmanager/b_article.asp?Item_ID=24486&ContentType_ID=1&BusinessCode=20001&d=BD+Worldwide&s=&dTitle=&dc=&dcTitle=", + "distribution_pattern": "Nationwide distribution.", + "k_numbers": [ + "K032843" + ], + "firm_fei_number": "1710034", + "state": "UT", + "product_description": "BD Nexiva Closed IV Catheter System, REF 383538, 20GA 1.75IN, Becton Dickinson Infusion Therapy Systems Inc.", + "root_cause_description": "Process control", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2010-10-19", + "recalling_firm": "Becton Dickinson Medical Systems", + "product_res_number": "Z-0836-2010", + "recall_status": "Terminated", + "res_event_number": "53749", + "postal_code": "84070-3213" + }, + { + "event_date_initiated": "2007-12-11", + "city": "Angier", + "event_date_posted": "2008-01-30", + "address_1": "455 W Depot Street", + "reason_for_recall": "Lack of assurance of sterility by manufacturer", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2010-12-02", + "recalling_firm": "AM2 PAT INC", + "product_res_number": "Z-0837-2008", + "code_info": "ALL LOTS", + "recall_status": "Terminated", + "res_event_number": "46182", + "additional_info_contact": "Dushyant Patel\n919-552-9689", + "action": "AM2PAT contacted their distributors by phone on or about January 17, 2008 and instructed them to stop distribution of their pre-filled syringes and to contact their customers to recall all AM2PAT manufactured lots and all sizes of prefilled, Heparin Lock Flush syringes and Normal Saline IV Flush syringes (B Braun and Sierra Brands) to the consumer level. A press release was issued on January 17, 2008. The firm had eariler on 12/20/2007 recalled a single lot of Heparin syringes, the January extension was to all lots/all sizes of its Heparin and Saline syringes.", + "distribution_pattern": "Nationwide", + "k_numbers": [ + "K032417" + ], + "firm_fei_number": "3001574774", + "state": "NC", + "product_description": "Sierra Pre-Filled, Heparin Lock Flush Solution USP, 10 units/ml, Catalog #3005-02, NDC #64054-3005-02, 5mL Fill in a 12mL Syringe, 120/Case, For Single Use only, Sterile Solution Pathway, For IV Flush, Sierra Pre-Filled Inc., 455 W. Depot St. Angier, NC 27501", + "postal_code": "27501", + "root_cause_description": "Process design" + }, + { + "event_date_initiated": "2009-10-19", + "city": "Sandy", + "event_date_posted": "2010-02-02", + "address_1": "9450 S State St", + "reason_for_recall": "Manufacturing defect may allow air entry into a central venous catheter, possibly resulting in an air embolism.", + "product_code": "FOZ", + "code_info": "Lot number: 8263293, 8274555, 8275429, 8290311, 8340308, 9016819.", + "product_quantity": "303,280 units", + "additional_info_contact": "801-565-2341", + "action": "Consignees were notified by B-D Urgent Medical Device Recall letter on 10/28/2009 and asked to return all unused affected lots. For information, call the company at 800-453-4538, option 2, extension 2341. Another letter was sent to all affected customers on 02/08/2010 notifying them of the extension of the recall to include Nexiva products. A response card was included to be returned whether or not product was on hand. B-D issued a press release on Febriuary 8, 2010. It can be found on www.bd.com at http://www.bd.com/contentmanager/b_article.asp?Item_ID=24486&ContentType_ID=1&BusinessCode=20001&d=BD+Worldwide&s=&dTitle=&dc=&dcTitle=", + "distribution_pattern": "Nationwide distribution.", + "k_numbers": [ + "K032843" + ], + "firm_fei_number": "1710034", + "state": "UT", + "product_description": "BD Nexiva Closed IV Catheter System, REF 383539, 18GA 1.25IN, Becton Dickinson Infusion Therapy Systems Inc.", + "root_cause_description": "Process control", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2010-10-19", + "recalling_firm": "Becton Dickinson Medical Systems", + "product_res_number": "Z-0837-2010", + "recall_status": "Terminated", + "res_event_number": "53749", + "postal_code": "84070-3213" + }, + { + "event_date_initiated": "2019-12-06", + "event_date_created": "2020-01-22", + "city": "Reading", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "Potential sterility issue for specific lots of the Arrow Endurance\" Extended Dwell Peripheral Catheter System, Product Code ASK-00820-FLH.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0837-2020", + "code_info": "REF: ASK-00820-FLH Manufacturing Lots: 13F19E0247, 13F19F0006, and 13F19G0433 Exp. Date: Aug. 2020 - Sep. 2020", + "product_quantity": "575", + "recall_status": "Open, Classified", + "res_event_number": "84520", + "additional_info_contact": "610-378-0131", + "action": "On December 6, 2019 the firm distributed Urgent Medical Device Recall Communication letters by mail stating:\r\nUrgent Medical Device Recall Notice\r\nArrow Endurance\" Extended Dwell Peripheral Catheter System\r\nEIF-000391\r\n\r\nDecember 06, 2019\r\nTo: Customer of Arrow Products\r\nArrow International is voluntarily recalling the following product code and lots:\r\n\r\nProduct Code: ASK-00820-FLH\r\nLot Numbers: 13F19E0247, 13F19F0006, 13F19G0433\r\n\r\nArrow International is recalling the above product code and lots due to a potential sterility issue. The product was processed through the incorrect sterilization cycle; thus, the sterility of the device cannot be guaranteed. If the devices sterility is compromised and the product is used it could lead to infectious complications. No complaints, patient injuries or deaths have been reported at this time. Our records indicate you have received products that are subject to this action. We are now notifying our customers to take the following actions:\r\n\r\n1. Inspect your inventory for the affected product codes above. If you have affected stock in inventory,\r\nimmediately discontinue use and quarantine any products with the product codes and lot numbers listed above.\r\n2. To acknowledge receipt of this Urgent Medical Device Recall Notice or to return product, complete the enclosed Recall Acknowledgement Form and fax it to 1-855-419-8507, Attn: Customer Service or email to recalls@teleflex.com. This will allow us to document the amount of product you have on hand for return. A customer service representative will contact you with a Return Goods Authorization (RGA) Number and will provide instructions for the return of products to Teleflex Medical.\r\n3. If you have no affected stock, please complete the enclosed Recall Acknowledgment Form and fax it to 1-855-419-8507, Attn: Customer Service or email to recalls@teleflex.com. This will allow us to document your receipt of this letter.\r\n\r\nAdverse reactions or quality problems experienced with the us", + "distribution_pattern": "US: FL", + "k_numbers": [ + "K163513" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "Arrow Endurance\" Extended Dwell Peripheral Catheter System, REF: ASK-00820-FLH", + "postal_code": "19605-9607", + "root_cause_description": "Employee error" + }, + { + "event_date_initiated": "2007-12-11", + "city": "Angier", + "event_date_posted": "2008-01-30", + "address_1": "455 W Depot Street", + "reason_for_recall": "Lack of assurance of sterility by manufacturer", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2010-12-02", + "recalling_firm": "AM2 PAT INC", + "product_res_number": "Z-0838-2008", + "code_info": "ALL LOTS", + "recall_status": "Terminated", + "res_event_number": "46182", + "additional_info_contact": "Dushyant Patel\n919-552-9689", + "action": "AM2PAT contacted their distributors by phone on or about January 17, 2008 and instructed them to stop distribution of their pre-filled syringes and to contact their customers to recall all AM2PAT manufactured lots and all sizes of prefilled, Heparin Lock Flush syringes and Normal Saline IV Flush syringes (B Braun and Sierra Brands) to the consumer level. A press release was issued on January 17, 2008. The firm had eariler on 12/20/2007 recalled a single lot of Heparin syringes, the January extension was to all lots/all sizes of its Heparin and Saline syringes.", + "distribution_pattern": "Nationwide", + "k_numbers": [ + "K032417" + ], + "firm_fei_number": "3001574774", + "state": "NC", + "product_description": "B. Braun, Heparin Lock Flush Solution USP, 10 units/ml, Ref #513610, NDC #64054-3005-02, 5mL Fill in a 12mL Syringe, 120/Case, For Single Use only, Sterile Solution Pathway, For IV Flush, Distributed by: B. Braun Medical, Inc., Bethlehem, PA 18018-3524.", + "postal_code": "27501", + "root_cause_description": "Process design" + }, + { + "event_date_initiated": "2009-10-19", + "city": "Sandy", + "event_date_posted": "2010-02-02", + "address_1": "9450 S State St", + "reason_for_recall": "Manufacturing defect may allow air entry into a central venous catheter, possibly resulting in an air embolism.", + "product_code": "FOZ", + "code_info": "Lot number: 8340302", + "product_quantity": "4960 units", + "additional_info_contact": "801-565-2341", + "action": "Consignees were notified by B-D Urgent Medical Device Recall letter on 10/28/2009 and asked to return all unused affected lots. For information, call the company at 800-453-4538, option 2, extension 2341. Another letter was sent to all affected customers on 02/08/2010 notifying them of the extension of the recall to include Nexiva products. A response card was included to be returned whether or not product was on hand. B-D issued a press release on Febriuary 8, 2010. It can be found on www.bd.com at http://www.bd.com/contentmanager/b_article.asp?Item_ID=24486&ContentType_ID=1&BusinessCode=20001&d=BD+Worldwide&s=&dTitle=&dc=&dcTitle=", + "distribution_pattern": "Nationwide distribution.", + "k_numbers": [ + "K032843" + ], + "firm_fei_number": "1710034", + "state": "UT", + "product_description": "BD Nexiva Closed IV Catheter System, REF 383540, 18GA 1.75IN, Becton Dickinson Infusion Therapy Systems Inc.", + "root_cause_description": "Process control", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2010-10-19", + "recalling_firm": "Becton Dickinson Medical Systems", + "product_res_number": "Z-0838-2010", + "recall_status": "Terminated", + "res_event_number": "53749", + "postal_code": "84070-3213" + }, + { + "event_date_initiated": "2007-12-11", + "city": "Angier", + "event_date_posted": "2008-01-30", + "address_1": "455 W Depot Street", + "reason_for_recall": "Lack of assurance of sterility by manufacturer", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2010-12-02", + "recalling_firm": "AM2 PAT INC", + "product_res_number": "Z-0839-2008", + "code_info": "ALL LOTS", + "recall_status": "Terminated", + "res_event_number": "46182", + "additional_info_contact": "Dushyant Patel\n919-552-9689", + "action": "AM2PAT contacted their distributors by phone on or about January 17, 2008 and instructed them to stop distribution of their pre-filled syringes and to contact their customers to recall all AM2PAT manufactured lots and all sizes of prefilled, Heparin Lock Flush syringes and Normal Saline IV Flush syringes (B Braun and Sierra Brands) to the consumer level. A press release was issued on January 17, 2008. The firm had eariler on 12/20/2007 recalled a single lot of Heparin syringes, the January extension was to all lots/all sizes of its Heparin and Saline syringes.", + "distribution_pattern": "Nationwide", + "k_numbers": [ + "K032417" + ], + "firm_fei_number": "3001574774", + "state": "NC", + "product_description": "Sierra Pre-Filled, Heparin Lock Flush Solution USP, 10 units/ml, Catalog #3003-02, NDC #64054-3003-02, 3mL Fill in a 12mL Syringe, 120/Case, For Single Use only, Sterile Solution Pathway, For IV Flush, Sierra Pre-Filled Inc., 455 W. Depot St. Angier, NC 27501", + "postal_code": "27501", + "root_cause_description": "Process design" + }, + { + "event_date_initiated": "2009-10-19", + "city": "Sandy", + "event_date_posted": "2010-02-02", + "address_1": "9450 S State St", + "reason_for_recall": "Manufacturing defect may allow air entry into a central venous catheter, possibly resulting in an air embolism.", + "product_code": "FOZ", + "code_info": "Lot Number: 9034319", + "product_quantity": "21,680 units", + "additional_info_contact": "801-565-2341", + "action": "Consignees were notified by B-D Urgent Medical Device Recall letter on 10/28/2009 and asked to return all unused affected lots. For information, call the company at 800-453-4538, option 2, extension 2341. Another letter was sent to all affected customers on 02/08/2010 notifying them of the extension of the recall to include Nexiva products. A response card was included to be returned whether or not product was on hand. B-D issued a press release on Febriuary 8, 2010. It can be found on www.bd.com at http://www.bd.com/contentmanager/b_article.asp?Item_ID=24486&ContentType_ID=1&BusinessCode=20001&d=BD+Worldwide&s=&dTitle=&dc=&dcTitle=", + "distribution_pattern": "Nationwide distribution.", + "k_numbers": [ + "K032843" + ], + "firm_fei_number": "1710034", + "state": "UT", + "product_description": "BD Nexiva Closed IV Catheter System, REF 383647, 20GA 1.25IN, Becton Dickinson Infusion Therapy Systems Inc.", + "root_cause_description": "Process control", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2010-10-19", + "recalling_firm": "Becton Dickinson Medical Systems", + "product_res_number": "Z-0839-2010", + "recall_status": "Terminated", + "res_event_number": "53749", + "postal_code": "84070-3213" + }, + { + "event_date_initiated": "2007-12-11", + "city": "Angier", + "event_date_posted": "2008-01-30", + "address_1": "455 W Depot Street", + "reason_for_recall": "Lack of assurance of sterility by manufacturer", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2010-12-02", + "recalling_firm": "AM2 PAT INC", + "product_res_number": "Z-0840-2008", + "code_info": "ALL LOTS", + "recall_status": "Terminated", + "res_event_number": "46182", + "additional_info_contact": "Dushyant Patel\n919-552-9689", + "action": "AM2PAT contacted their distributors by phone on or about January 17, 2008 and instructed them to stop distribution of their pre-filled syringes and to contact their customers to recall all AM2PAT manufactured lots and all sizes of prefilled, Heparin Lock Flush syringes and Normal Saline IV Flush syringes (B Braun and Sierra Brands) to the consumer level. A press release was issued on January 17, 2008. The firm had eariler on 12/20/2007 recalled a single lot of Heparin syringes, the January extension was to all lots/all sizes of its Heparin and Saline syringes.", + "distribution_pattern": "Nationwide", + "k_numbers": [ + "K032417" + ], + "firm_fei_number": "3001574774", + "state": "NC", + "product_description": "Sierra Pre-Filled, Heparin Lock Flush Solution USP, 10 units/ml, Catalog #3003-06, NDC #64054-3003-06, 3mL Fill in a 6mL Syringe, 120/Case, For Single Use only, Sterile Solution Pathway, For IV Flush, Sierra Pre-Filled Inc., 455 W. Depot St. Angier, NC 27501", + "postal_code": "27501", + "root_cause_description": "Process design" + }, + { + "event_date_initiated": "2009-10-19", + "city": "Sandy", + "event_date_posted": "2010-02-02", + "address_1": "9450 S State St", + "reason_for_recall": "Manufacturing defect may allow air entry into a central venous catheter, possibly resulting in an air embolism.", + "product_code": "FOZ", + "code_info": "Lot Number: 9041552", + "product_quantity": "13,360 units", + "additional_info_contact": "801-565-2341", + "action": "Consignees were notified by B-D Urgent Medical Device Recall letter on 10/28/2009 and asked to return all unused affected lots. For information, call the company at 800-453-4538, option 2, extension 2341. Another letter was sent to all affected customers on 02/08/2010 notifying them of the extension of the recall to include Nexiva products. A response card was included to be returned whether or not product was on hand. B-D issued a press release on Febriuary 8, 2010. It can be found on www.bd.com at http://www.bd.com/contentmanager/b_article.asp?Item_ID=24486&ContentType_ID=1&BusinessCode=20001&d=BD+Worldwide&s=&dTitle=&dc=&dcTitle=", + "distribution_pattern": "Nationwide distribution.", + "k_numbers": [ + "K032843" + ], + "firm_fei_number": "1710034", + "state": "UT", + "product_description": "BD Nexiva Closed IV Catheter System, REF 383649, 18GA 1.25IN, Becton Dickinson Infusion Therapy Systems Inc.", + "root_cause_description": "Process control", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2010-10-19", + "recalling_firm": "Becton Dickinson Medical Systems", + "product_res_number": "Z-0840-2010", + "recall_status": "Terminated", + "res_event_number": "53749", + "postal_code": "84070-3213" + }, + { + "event_date_initiated": "2007-12-11", + "city": "Angier", + "event_date_posted": "2008-01-30", + "address_1": "455 W Depot Street", + "reason_for_recall": "Lack of assurance of sterility by manufacturer", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2010-12-02", + "recalling_firm": "AM2 PAT INC", + "product_res_number": "Z-0841-2008", + "code_info": "ALL LOTS", + "recall_status": "Terminated", + "res_event_number": "46182", + "additional_info_contact": "Dushyant Patel\n919-552-9689", + "action": "AM2PAT contacted their distributors by phone on or about January 17, 2008 and instructed them to stop distribution of their pre-filled syringes and to contact their customers to recall all AM2PAT manufactured lots and all sizes of prefilled, Heparin Lock Flush syringes and Normal Saline IV Flush syringes (B Braun and Sierra Brands) to the consumer level. A press release was issued on January 17, 2008. The firm had eariler on 12/20/2007 recalled a single lot of Heparin syringes, the January extension was to all lots/all sizes of its Heparin and Saline syringes.", + "distribution_pattern": "Nationwide", + "k_numbers": [ + "K032417" + ], + "firm_fei_number": "3001574774", + "state": "NC", + "product_description": "Sierra Pre-Filled, Heparin Lock Flush Solution USP, 10 units/ml, Catalog #3005-06, NDC #64054-3005-06, 5mL Fill in a 6mL Syringe, 120/Case, For Single Use only, Sterile Solution Pathway, For IV Flush, Sierra Pre-Filled Inc., 455 W. Depot St. Angier, NC 27501", + "postal_code": "27501", + "root_cause_description": "Process design" + }, + { + "event_date_initiated": "2020-09-04", + "event_date_created": "2021-01-27", + "city": "Lutz", + "address_1": "15402 N Nebraska Ave", + "reason_for_recall": "Recalled products do not have FDA approval for sale in the United States.", + "address_2": "Ste 204", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "recalling_firm": "Braxton Medical Corporation", + "product_res_number": "Z-0930-2021", + "code_info": "All lot numbers under item codes ending in -01: 4251601-01, 4251628-01, 4251652-01, 4251687-01, 4251890-01, 4252500-01, 4252519-01, 4252527-01, 4252535-01, 4252543-01, 4252560-01, 4252586-01, 4252594-01, 4253523-01, 4253540-01, 4254546-01.", + "product_quantity": "1,781 cases", + "recall_status": "Open, Classified", + "res_event_number": "86443", + "additional_info_contact": "Felicia Stivers\n813-901-8449", + "action": "On 9/4/2020 the firm sent a letter to its consignees with the following instructions.\r\n\r\nIt has been brought to our attention that these products have not been approved by the FDA for sale in\r\nthe United States.\r\n¿ Please examine your inventory immediately and discontinue distribution of these products.\r\n¿ Please identify and notify your customers that were shipped these products.\r\n¿ Any remaining stock of these products should be quarantined and returned for a credit.\r\n¿ Promptly complete the attached recall stock response form even if you have no product to return.\r\nCompleted response forms can be submitted by any of the following methods: Fax to: (813)975-0611 or\r\nEmail to: documents@braxmed.com or Mail to: Braxton Medical Attn: Felicia Stivers, 15494 N.\r\nNebraska Ave., Lutz FL 33549.", + "distribution_pattern": "US Nationwide distribution including in the states of AL, CA, CT, FL, GA, IL, KS, LA, MI, MN, NC, NJ, NY, PA, SD, TX, WA.", + "state": "FL", + "product_description": "B. Braun Introcan IV Safety Catheters, sterile - Product Usage: It is a single-use device to generate intravascular and tissue access to sample blood, monitor blood pressure, or administer fluids and blood intravascular.", + "postal_code": "33549-6149", + "root_cause_description": "No Marketing Application" + }, + { + "event_date_initiated": "2017-11-27", + "city": "Reading", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "Some of the products listed in the recall may be missing a sticker that contains the lot number, expiration date, and Unique Device Identification (UDI) information.", + "product_code": "FOZ", + "code_info": "ASK-12703-PRJ 13F17B0279 13F17D0112 ASK-15703-PRJ\t 13F17B0265", + "product_quantity": "23,904 in total", + "additional_info_contact": "610-378-0131", + "action": "On November 29, 2017 an Urgent Medical Device Correction notice was issued to customers stating the following:\r\n\r\n\r\nOur records indicate that you have received products that are subject to this action. We are now notifying our distributors to take the following actions:\r\n\r\n1.\tImmediately discontinue distribution and quarantine any products with the product codes and lot numbers listed above.\r\n2.\tInspect affected products within your control to identify whether they have the sticker with the lot number, expiration date, and UDI information. Products missing this sticker should be returned to Arrow International so they are not distributed to health care providers in error. Products which are properly labeled should not be returned.\r\n3.\tUsing the provided Customer Letter and Acknowledgement Form templates, communicate this correction to any of your customers who have received products included within the scope of the correction. Customers should return mislabeled products. Products that are properly labeled should not be returned.\r\n4.\tIf any of your customers have mislabeled products to return, have them return the affected products to you, together with a completed Acknowledgement Form, for consolidation and return to Arrow International. In the event that an alternative approach is needed, contact Customer Service for more information at 1-866-246-6990.\r\n5.\tTo return products to Arrow International, complete the enclosed Acknowledgement Form and fax it to 1-855-419-8507, Attn: Customer Service or email it to recalls@teleflex.com. This will allow us to document the amount of product you have on hand for return. A customer service representative will contact you with a Return Goods Authorization (RGA) Number and will provide instructions for the return of product to Arrow International.\r\n6.\tIf you and your customers have no affected stock or if the products in your stock are properly labeled, please complete the enclosed Acknowledgment Form and fax it to 1-855-419", + "distribution_pattern": "US in the states of OH, FL, SC, TX, KY, NJ, MI", + "k_numbers": [ + "K071538" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "Multi-Lumen Central Venous Catheterization Kit with Blue FlexTip(R) Catheter and Sharps Safety Features\n\nProduct Usage:\nThe Arrow¿ CVC is indicated to provide short-term (< 30 days) central venous access for treatment of diseases or conditions requiring central venous access including, but not limited to: multiple infusions of fluids, medications, or chemotherapy infusion of fluids that are hypertonic, hyperosmolar, or have divergent pH values frequent blood sampling or blood/blood component infusions infusion of incompatible medications central venous pressure monitoring lack of usable peripheral IV sites replacement of multiple peripheral sites for IV access injection of contrast media When used for pressure injection of contrast media, do not exceed the maximum indicated flow rate for each catheter lumen. The maximum pressure of power injector equipment used with pressure injectable CVC may not exceed 400 PSI.", + "root_cause_description": "Error in labeling", + "event_date_created": "2018-03-14", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-09-22", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0994-2018", + "recall_status": "Terminated", + "res_event_number": "79339", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2017-11-27", + "city": "Reading", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "Some of the products listed in the recall may be missing a sticker that contains the lot number, expiration date, and Unique Device Identification (UDI) information.", + "product_code": "FOZ", + "code_info": "ASK-42703-PRJ 13F16L0007 13F16M0013 13F17A0296 13F17D0110 13F17F0319", + "product_quantity": "23,904 in total", + "additional_info_contact": "610-378-0131", + "action": "On November 29, 2017 an Urgent Medical Device Correction notice was issued to customers stating the following:\r\n\r\n\r\nOur records indicate that you have received products that are subject to this action. We are now notifying our distributors to take the following actions:\r\n\r\n1.\tImmediately discontinue distribution and quarantine any products with the product codes and lot numbers listed above.\r\n2.\tInspect affected products within your control to identify whether they have the sticker with the lot number, expiration date, and UDI information. Products missing this sticker should be returned to Arrow International so they are not distributed to health care providers in error. Products which are properly labeled should not be returned.\r\n3.\tUsing the provided Customer Letter and Acknowledgement Form templates, communicate this correction to any of your customers who have received products included within the scope of the correction. Customers should return mislabeled products. Products that are properly labeled should not be returned.\r\n4.\tIf any of your customers have mislabeled products to return, have them return the affected products to you, together with a completed Acknowledgement Form, for consolidation and return to Arrow International. In the event that an alternative approach is needed, contact Customer Service for more information at 1-866-246-6990.\r\n5.\tTo return products to Arrow International, complete the enclosed Acknowledgement Form and fax it to 1-855-419-8507, Attn: Customer Service or email it to recalls@teleflex.com. This will allow us to document the amount of product you have on hand for return. A customer service representative will contact you with a Return Goods Authorization (RGA) Number and will provide instructions for the return of product to Arrow International.\r\n6.\tIf you and your customers have no affected stock or if the products in your stock are properly labeled, please complete the enclosed Acknowledgment Form and fax it to 1-855-419", + "distribution_pattern": "US in the states of OH, FL, SC, TX, KY, NJ, MI", + "k_numbers": [ + "K071538" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "Pressure Injectable Multi- Lumen Central Venous Catheterization Kit with Blue FlexTip(R), ARROWg+ard Blue PLUS(R)\nCatheter and Sharps Safety Features\n\nProduct Usage:\nThe Arrow¿ CVC is indicated to provide short-term (< 30 days) central venous access for treatment of diseases or conditions requiring central venous access including, but not limited to: multiple infusions of fluids, medications, or chemotherapy infusion of fluids that are hypertonic, hyperosmolar, or have divergent pH values frequent blood sampling or blood/blood component infusions infusion of incompatible medications central venous pressure monitoring lack of usable peripheral IV sites replacement of multiple peripheral sites for IV access injection of contrast media When used for pressure injection of contrast media, do not exceed the maximum indicated flow rate for each catheter lumen. The maximum pressure of power injector equipment used with pressure injectable CVC may not exceed 400 PSI.", + "root_cause_description": "Error in labeling", + "event_date_created": "2018-03-14", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-09-22", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0995-2018", + "recall_status": "Terminated", + "res_event_number": "79339", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2017-11-27", + "city": "Reading", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "Some of the products listed in the recall may be missing a sticker that contains the lot number, expiration date, and Unique Device Identification (UDI) information.", + "product_code": "FOZ", + "code_info": "ASK-45703-PRJ 13F16M0019 13F17B0343 13F17D0113 13F17G0059 13F17H0095", + "product_quantity": "23,904 in total", + "additional_info_contact": "610-378-0131", + "action": "On November 29, 2017 an Urgent Medical Device Correction notice was issued to customers stating the following:\r\n\r\n\r\nOur records indicate that you have received products that are subject to this action. We are now notifying our distributors to take the following actions:\r\n\r\n1.\tImmediately discontinue distribution and quarantine any products with the product codes and lot numbers listed above.\r\n2.\tInspect affected products within your control to identify whether they have the sticker with the lot number, expiration date, and UDI information. Products missing this sticker should be returned to Arrow International so they are not distributed to health care providers in error. Products which are properly labeled should not be returned.\r\n3.\tUsing the provided Customer Letter and Acknowledgement Form templates, communicate this correction to any of your customers who have received products included within the scope of the correction. Customers should return mislabeled products. Products that are properly labeled should not be returned.\r\n4.\tIf any of your customers have mislabeled products to return, have them return the affected products to you, together with a completed Acknowledgement Form, for consolidation and return to Arrow International. In the event that an alternative approach is needed, contact Customer Service for more information at 1-866-246-6990.\r\n5.\tTo return products to Arrow International, complete the enclosed Acknowledgement Form and fax it to 1-855-419-8507, Attn: Customer Service or email it to recalls@teleflex.com. This will allow us to document the amount of product you have on hand for return. A customer service representative will contact you with a Return Goods Authorization (RGA) Number and will provide instructions for the return of product to Arrow International.\r\n6.\tIf you and your customers have no affected stock or if the products in your stock are properly labeled, please complete the enclosed Acknowledgment Form and fax it to 1-855-419", + "distribution_pattern": "US in the states of OH, FL, SC, TX, KY, NJ, MI", + "k_numbers": [ + "K071538" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "Pressure Injectable Multi- Lumen Central Venous Catheterization Kit with Blue FlexTip(R), ARROWg+ard Blue PLUS(R)\n\nProduct Usage:\nThe Arrow¿ CVC is indicated to provide short-term (< 30 days) central venous access for treatment of diseases or conditions requiring central venous access including, but not limited to: multiple infusions of fluids, medications, or chemotherapy infusion of fluids that are hypertonic, hyperosmolar, or have divergent pH values frequent blood sampling or blood/blood component infusions infusion of incompatible medications central venous pressure monitoring lack of usable peripheral IV sites replacement of multiple peripheral sites for IV access injection of contrast media When used for pressure injection of contrast media, do not exceed the maximum indicated flow rate for each catheter lumen. The maximum pressure of power injector equipment used with pressure injectable CVC may not exceed 400 PSI.\n\nCatheter and Sharps Safety Features", + "root_cause_description": "Error in labeling", + "event_date_created": "2018-03-14", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-09-22", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0997-2018", + "recall_status": "Terminated", + "res_event_number": "79339", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2017-11-27", + "city": "Reading", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "Some of the products listed in the recall may be missing a sticker that contains the lot number, expiration date, and Unique Device Identification (UDI) information.", + "product_code": "FOZ", + "code_info": "CA-42703-P1A 13F16M0047 13F17B0152 13F16K0302 13F17F0226 13F17H0407 13F17A0157 13F17B0117 13F17C0250 13F17F0259 13F17H0100  13F17C0057 13F17F0298 13F17H0068", + "product_quantity": "23,904 in total", + "additional_info_contact": "610-378-0131", + "action": "On November 29, 2017 an Urgent Medical Device Correction notice was issued to customers stating the following:\r\n\r\n\r\nOur records indicate that you have received products that are subject to this action. We are now notifying our distributors to take the following actions:\r\n\r\n1.\tImmediately discontinue distribution and quarantine any products with the product codes and lot numbers listed above.\r\n2.\tInspect affected products within your control to identify whether they have the sticker with the lot number, expiration date, and UDI information. Products missing this sticker should be returned to Arrow International so they are not distributed to health care providers in error. Products which are properly labeled should not be returned.\r\n3.\tUsing the provided Customer Letter and Acknowledgement Form templates, communicate this correction to any of your customers who have received products included within the scope of the correction. Customers should return mislabeled products. Products that are properly labeled should not be returned.\r\n4.\tIf any of your customers have mislabeled products to return, have them return the affected products to you, together with a completed Acknowledgement Form, for consolidation and return to Arrow International. In the event that an alternative approach is needed, contact Customer Service for more information at 1-866-246-6990.\r\n5.\tTo return products to Arrow International, complete the enclosed Acknowledgement Form and fax it to 1-855-419-8507, Attn: Customer Service or email it to recalls@teleflex.com. This will allow us to document the amount of product you have on hand for return. A customer service representative will contact you with a Return Goods Authorization (RGA) Number and will provide instructions for the return of product to Arrow International.\r\n6.\tIf you and your customers have no affected stock or if the products in your stock are properly labeled, please complete the enclosed Acknowledgment Form and fax it to 1-855-419", + "distribution_pattern": "US in the states of OH, FL, SC, TX, KY, NJ, MI", + "k_numbers": [ + "K071538" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "AGB+ Pressure Injectable Multi- Lumen CVC Kit\n\nProduct Usage:\nThe Arrow¿ CVC is indicated to provide short-term (< 30 days) central venous access for treatment of diseases or conditions requiring central venous access including, but not limited to: multiple infusions of fluids, medications, or chemotherapy infusion of fluids that are hypertonic, hyperosmolar, or have divergent pH values frequent blood sampling or blood/blood component infusions infusion of incompatible medications central venous pressure monitoring lack of usable peripheral IV sites replacement of multiple peripheral sites for IV access injection of contrast media When used for pressure injection of contrast media, do not exceed the maximum indicated flow rate for each catheter lumen. The maximum pressure of power injector equipment used with pressure injectable CVC may not exceed 400 PSI.", + "root_cause_description": "Error in labeling", + "event_date_created": "2018-03-14", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-09-22", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0998-2018", + "recall_status": "Terminated", + "res_event_number": "79339", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2017-11-27", + "city": "Reading", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "Some of the products listed in the recall may be missing a sticker that contains the lot number, expiration date, and Unique Device Identification (UDI) information.", + "product_code": "FOZ", + "code_info": "CA-45854-P1A 13F17F0071", + "product_quantity": "23,904 in total", + "additional_info_contact": "610-378-0131", + "action": "On November 29, 2017 an Urgent Medical Device Correction notice was issued to customers stating the following:\r\n\r\n\r\nOur records indicate that you have received products that are subject to this action. We are now notifying our distributors to take the following actions:\r\n\r\n1.\tImmediately discontinue distribution and quarantine any products with the product codes and lot numbers listed above.\r\n2.\tInspect affected products within your control to identify whether they have the sticker with the lot number, expiration date, and UDI information. Products missing this sticker should be returned to Arrow International so they are not distributed to health care providers in error. Products which are properly labeled should not be returned.\r\n3.\tUsing the provided Customer Letter and Acknowledgement Form templates, communicate this correction to any of your customers who have received products included within the scope of the correction. Customers should return mislabeled products. Products that are properly labeled should not be returned.\r\n4.\tIf any of your customers have mislabeled products to return, have them return the affected products to you, together with a completed Acknowledgement Form, for consolidation and return to Arrow International. In the event that an alternative approach is needed, contact Customer Service for more information at 1-866-246-6990.\r\n5.\tTo return products to Arrow International, complete the enclosed Acknowledgement Form and fax it to 1-855-419-8507, Attn: Customer Service or email it to recalls@teleflex.com. This will allow us to document the amount of product you have on hand for return. A customer service representative will contact you with a Return Goods Authorization (RGA) Number and will provide instructions for the return of product to Arrow International.\r\n6.\tIf you and your customers have no affected stock or if the products in your stock are properly labeled, please complete the enclosed Acknowledgment Form and fax it to 1-855-419", + "distribution_pattern": "US in the states of OH, FL, SC, TX, KY, NJ, MI", + "k_numbers": [ + "K071538" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "AGB+ Pressure Injectable Quad- Lumen CVC Kit\n\nProduct Usage:\nThe Arrow¿ CVC is indicated to provide short-term (< 30 days) central venous access for treatment of diseases or conditions requiring central venous access including, but not limited to: multiple infusions of fluids, medications, or chemotherapy infusion of fluids that are hypertonic, hyperosmolar, or have divergent pH values frequent blood sampling or blood/blood component infusions infusion of incompatible medications central venous pressure monitoring lack of usable peripheral IV sites replacement of multiple peripheral sites for IV access injection of contrast media When used for pressure injection of contrast media, do not exceed the maximum indicated flow rate for each catheter lumen. The maximum pressure of power injector equipment used with pressure injectable CVC may not exceed 400 PSI.", + "root_cause_description": "Error in labeling", + "event_date_created": "2018-03-14", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-09-22", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0999-2018", + "recall_status": "Terminated", + "res_event_number": "79339", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2017-11-27", + "city": "Reading", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "Some of the products listed in the recall may be missing a sticker that contains the lot number, expiration date, and Unique Device Identification (UDI) information.", + "product_code": "FOZ", + "code_info": "CDA-21242-1A 13F16L0209 13F17F0437", + "product_quantity": "23,904 in total", + "additional_info_contact": "610-378-0131", + "action": "On November 29, 2017 an Urgent Medical Device Correction notice was issued to customers stating the following:\r\n\r\n\r\nOur records indicate that you have received products that are subject to this action. We are now notifying our distributors to take the following actions:\r\n\r\n1.\tImmediately discontinue distribution and quarantine any products with the product codes and lot numbers listed above.\r\n2.\tInspect affected products within your control to identify whether they have the sticker with the lot number, expiration date, and UDI information. Products missing this sticker should be returned to Arrow International so they are not distributed to health care providers in error. Products which are properly labeled should not be returned.\r\n3.\tUsing the provided Customer Letter and Acknowledgement Form templates, communicate this correction to any of your customers who have received products included within the scope of the correction. Customers should return mislabeled products. Products that are properly labeled should not be returned.\r\n4.\tIf any of your customers have mislabeled products to return, have them return the affected products to you, together with a completed Acknowledgement Form, for consolidation and return to Arrow International. In the event that an alternative approach is needed, contact Customer Service for more information at 1-866-246-6990.\r\n5.\tTo return products to Arrow International, complete the enclosed Acknowledgement Form and fax it to 1-855-419-8507, Attn: Customer Service or email it to recalls@teleflex.com. This will allow us to document the amount of product you have on hand for return. A customer service representative will contact you with a Return Goods Authorization (RGA) Number and will provide instructions for the return of product to Arrow International.\r\n6.\tIf you and your customers have no affected stock or if the products in your stock are properly labeled, please complete the enclosed Acknowledgment Form and fax it to 1-855-419", + "distribution_pattern": "US in the states of OH, FL, SC, TX, KY, NJ, MI", + "k_numbers": [ + "K011761" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "ARROWg+ard Blue¿ MAC\" Two-Lumen Central Venous Access Kit\n\nProduct Usage:\nThe Arrow¿ CVC is indicated to provide short-term (< 30 days) central venous access for treatment of diseases or conditions requiring central venous access including, but not limited to: multiple infusions of fluids, medications, or chemotherapy infusion of fluids that are hypertonic, hyperosmolar, or have divergent pH values frequent blood sampling or blood/blood component infusions infusion of incompatible medications central venous pressure monitoring lack of usable peripheral IV sites replacement of multiple peripheral sites for IV access injection of contrast media When used for pressure injection of contrast media, do not exceed the maximum indicated flow rate for each catheter lumen. The maximum pressure of power injector equipment used with pressure injectable CVC may not exceed 400 PSI.", + "root_cause_description": "Error in labeling", + "event_date_created": "2018-03-14", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-09-22", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-1000-2018", + "recall_status": "Terminated", + "res_event_number": "79339", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2017-11-27", + "city": "Reading", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "Some of the products listed in the recall may be missing a sticker that contains the lot number, expiration date, and Unique Device Identification (UDI) information.", + "product_code": "FOZ", + "code_info": "CDA-22123-1A 13F17F0744", + "product_quantity": "23,904 in total", + "additional_info_contact": "610-378-0131", + "action": "On November 29, 2017 an Urgent Medical Device Correction notice was issued to customers stating the following:\r\n\r\n\r\nOur records indicate that you have received products that are subject to this action. We are now notifying our distributors to take the following actions:\r\n\r\n1.\tImmediately discontinue distribution and quarantine any products with the product codes and lot numbers listed above.\r\n2.\tInspect affected products within your control to identify whether they have the sticker with the lot number, expiration date, and UDI information. Products missing this sticker should be returned to Arrow International so they are not distributed to health care providers in error. Products which are properly labeled should not be returned.\r\n3.\tUsing the provided Customer Letter and Acknowledgement Form templates, communicate this correction to any of your customers who have received products included within the scope of the correction. Customers should return mislabeled products. Products that are properly labeled should not be returned.\r\n4.\tIf any of your customers have mislabeled products to return, have them return the affected products to you, together with a completed Acknowledgement Form, for consolidation and return to Arrow International. In the event that an alternative approach is needed, contact Customer Service for more information at 1-866-246-6990.\r\n5.\tTo return products to Arrow International, complete the enclosed Acknowledgement Form and fax it to 1-855-419-8507, Attn: Customer Service or email it to recalls@teleflex.com. This will allow us to document the amount of product you have on hand for return. A customer service representative will contact you with a Return Goods Authorization (RGA) Number and will provide instructions for the return of product to Arrow International.\r\n6.\tIf you and your customers have no affected stock or if the products in your stock are properly labeled, please complete the enclosed Acknowledgment Form and fax it to 1-855-419", + "distribution_pattern": "US in the states of OH, FL, SC, TX, KY, NJ, MI", + "k_numbers": [ + "K900263" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "ARROWg+ard Blue¿ Large-Bore Multi-Lumen CVC Kit\n\nProduct Usage:\nThe Arrow¿ CVC is indicated to provide short-term (< 30 days) central venous access for treatment of diseases or conditions requiring central venous access including, but not limited to: multiple infusions of fluids, medications, or chemotherapy infusion of fluids that are hypertonic, hyperosmolar, or have divergent pH values frequent blood sampling or blood/blood component infusions infusion of incompatible medications central venous pressure monitoring lack of usable peripheral IV sites replacement of multiple peripheral sites for IV access injection of contrast media When used for pressure injection of contrast media, do not exceed the maximum indicated flow rate for each catheter lumen. The maximum pressure of power injector equipment used with pressure injectable CVC may not exceed 400 PSI.", + "root_cause_description": "Error in labeling", + "event_date_created": "2018-03-14", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-09-22", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-1001-2018", + "recall_status": "Terminated", + "res_event_number": "79339", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2017-11-27", + "city": "Reading", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "Some of the products listed in the recall may be missing a sticker that contains the lot number, expiration date, and Unique Device Identification (UDI) information.", + "product_code": "FOZ", + "code_info": "CDA-29803-1A 13F16M0122 13F17C0267 13F17E0385 13F17G0192", + "product_quantity": "23,904 in total", + "additional_info_contact": "610-378-0131", + "action": "On November 29, 2017 an Urgent Medical Device Correction notice was issued to customers stating the following:\r\n\r\n\r\nOur records indicate that you have received products that are subject to this action. We are now notifying our distributors to take the following actions:\r\n\r\n1.\tImmediately discontinue distribution and quarantine any products with the product codes and lot numbers listed above.\r\n2.\tInspect affected products within your control to identify whether they have the sticker with the lot number, expiration date, and UDI information. Products missing this sticker should be returned to Arrow International so they are not distributed to health care providers in error. Products which are properly labeled should not be returned.\r\n3.\tUsing the provided Customer Letter and Acknowledgement Form templates, communicate this correction to any of your customers who have received products included within the scope of the correction. Customers should return mislabeled products. Products that are properly labeled should not be returned.\r\n4.\tIf any of your customers have mislabeled products to return, have them return the affected products to you, together with a completed Acknowledgement Form, for consolidation and return to Arrow International. In the event that an alternative approach is needed, contact Customer Service for more information at 1-866-246-6990.\r\n5.\tTo return products to Arrow International, complete the enclosed Acknowledgement Form and fax it to 1-855-419-8507, Attn: Customer Service or email it to recalls@teleflex.com. This will allow us to document the amount of product you have on hand for return. A customer service representative will contact you with a Return Goods Authorization (RGA) Number and will provide instructions for the return of product to Arrow International.\r\n6.\tIf you and your customers have no affected stock or if the products in your stock are properly labeled, please complete the enclosed Acknowledgment Form and fax it to 1-855-419", + "distribution_pattern": "US in the states of OH, FL, SC, TX, KY, NJ, MI", + "k_numbers": [ + "K011761" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "ARROWg+ard Blue\n\nProduct Usage:\nThe Arrow¿ CVC is indicated to provide short-term (< 30 days) central venous access for treatment of diseases or conditions requiring central venous access including, but not limited to: multiple infusions of fluids, medications, or chemotherapy infusion of fluids that are hypertonic, hyperosmolar, or have divergent pH values frequent blood sampling or blood/blood component infusions infusion of incompatible medications central venous pressure monitoring lack of usable peripheral IV sites replacement of multiple peripheral sites for IV access injection of contrast media When used for pressure injection of contrast media, do not exceed the maximum indicated flow rate for each catheter lumen. The maximum pressure of power injector equipment used with pressure injectable CVC may not exceed 400 PSI.", + "root_cause_description": "Error in labeling", + "event_date_created": "2018-03-14", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-09-22", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-1002-2018", + "recall_status": "Terminated", + "res_event_number": "79339", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2017-11-27", + "city": "Reading", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "Some of the products listed in the recall may be missing a sticker that contains the lot number, expiration date, and Unique Device Identification (UDI) information.", + "product_code": "FOZ", + "code_info": "CDA-42703-P1A 13F16L0092 13F17A0022 13F17A0301 13F17C0266 13F17D0039 13F17F0299 13F17H0071", + "product_quantity": "23,904 in total", + "additional_info_contact": "610-378-0131", + "action": "On November 29, 2017 an Urgent Medical Device Correction notice was issued to customers stating the following:\r\n\r\n\r\nOur records indicate that you have received products that are subject to this action. We are now notifying our distributors to take the following actions:\r\n\r\n1.\tImmediately discontinue distribution and quarantine any products with the product codes and lot numbers listed above.\r\n2.\tInspect affected products within your control to identify whether they have the sticker with the lot number, expiration date, and UDI information. Products missing this sticker should be returned to Arrow International so they are not distributed to health care providers in error. Products which are properly labeled should not be returned.\r\n3.\tUsing the provided Customer Letter and Acknowledgement Form templates, communicate this correction to any of your customers who have received products included within the scope of the correction. Customers should return mislabeled products. Products that are properly labeled should not be returned.\r\n4.\tIf any of your customers have mislabeled products to return, have them return the affected products to you, together with a completed Acknowledgement Form, for consolidation and return to Arrow International. In the event that an alternative approach is needed, contact Customer Service for more information at 1-866-246-6990.\r\n5.\tTo return products to Arrow International, complete the enclosed Acknowledgement Form and fax it to 1-855-419-8507, Attn: Customer Service or email it to recalls@teleflex.com. This will allow us to document the amount of product you have on hand for return. A customer service representative will contact you with a Return Goods Authorization (RGA) Number and will provide instructions for the return of product to Arrow International.\r\n6.\tIf you and your customers have no affected stock or if the products in your stock are properly labeled, please complete the enclosed Acknowledgment Form and fax it to 1-855-419", + "distribution_pattern": "US in the states of OH, FL, SC, TX, KY, NJ, MI", + "k_numbers": [ + "K071538" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "AGB+ Pressure Injectable Multi- Lumen CVC Kit\n\nProduct Usage:\nThe Arrow¿ CVC is indicated to provide short-term (< 30 days) central venous access for treatment of diseases or conditions requiring central venous access including, but not limited to: multiple infusions of fluids, medications, or chemotherapy infusion of fluids that are hypertonic, hyperosmolar, or have divergent pH values frequent blood sampling or blood/blood component infusions infusion of incompatible medications central venous pressure monitoring lack of usable peripheral IV sites replacement of multiple peripheral sites for IV access injection of contrast media When used for pressure injection of contrast media, do not exceed the maximum indicated flow rate for each catheter lumen. The maximum pressure of power injector equipment used with pressure injectable CVC may not exceed 400 PSI.", + "root_cause_description": "Error in labeling", + "event_date_created": "2018-03-14", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-09-22", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-1003-2018", + "recall_status": "Terminated", + "res_event_number": "79339", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2017-11-27", + "city": "Reading", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "Some of the products listed in the recall may be missing a sticker that contains the lot number, expiration date, and Unique Device Identification (UDI) information.", + "product_code": "FOZ", + "code_info": "CDA-42802-P1A CDA-42854-P1A CDA-45703-P1A 13F16K0239 13F16L0285 13F17C0318 13F16L0071 13F16M0048 13F17E0124 13F17F0497 13F17G0428 13F17H0387 13F16K0306 13F16L0091 13F17A0167 13F17B0145 13F17C0174 13F17C0466 13F17E0095 13F17F0261 13F17G0090 13F17G0541 13F17H0566 CDA-47702-P1A\t 13F17B0249", + "product_quantity": "23,904 in total", + "additional_info_contact": "610-378-0131", + "action": "On November 29, 2017 an Urgent Medical Device Correction notice was issued to customers stating the following:\r\n\r\n\r\nOur records indicate that you have received products that are subject to this action. We are now notifying our distributors to take the following actions:\r\n\r\n1.\tImmediately discontinue distribution and quarantine any products with the product codes and lot numbers listed above.\r\n2.\tInspect affected products within your control to identify whether they have the sticker with the lot number, expiration date, and UDI information. Products missing this sticker should be returned to Arrow International so they are not distributed to health care providers in error. Products which are properly labeled should not be returned.\r\n3.\tUsing the provided Customer Letter and Acknowledgement Form templates, communicate this correction to any of your customers who have received products included within the scope of the correction. Customers should return mislabeled products. Products that are properly labeled should not be returned.\r\n4.\tIf any of your customers have mislabeled products to return, have them return the affected products to you, together with a completed Acknowledgement Form, for consolidation and return to Arrow International. In the event that an alternative approach is needed, contact Customer Service for more information at 1-866-246-6990.\r\n5.\tTo return products to Arrow International, complete the enclosed Acknowledgement Form and fax it to 1-855-419-8507, Attn: Customer Service or email it to recalls@teleflex.com. This will allow us to document the amount of product you have on hand for return. A customer service representative will contact you with a Return Goods Authorization (RGA) Number and will provide instructions for the return of product to Arrow International.\r\n6.\tIf you and your customers have no affected stock or if the products in your stock are properly labeled, please complete the enclosed Acknowledgment Form and fax it to 1-855-419", + "distribution_pattern": "US in the states of OH, FL, SC, TX, KY, NJ, MI", + "k_numbers": [ + "K071538" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "ARROWg+ard BLUE PLUS\nPressure Injectable Two- Lumen CVC Kit\n\n\nProduct Usage:\nThe Arrow¿ CVC is indicated to provide short-term (< 30 days) central venous access for treatment of diseases or conditions requiring central venous access including, but not limited to: multiple infusions of fluids, medications, or chemotherapy infusion of fluids that are hypertonic, hyperosmolar, or have divergent pH values frequent blood sampling or blood/blood component infusions infusion of incompatible medications central venous pressure monitoring lack of usable peripheral IV sites replacement of multiple peripheral sites for IV access injection of contrast media When used for pressure injection of contrast media, do not exceed the maximum indicated flow rate for each catheter lumen. The maximum pressure of power injector equipment used with pressure injectable CVC may not exceed 400 PSI.", + "root_cause_description": "Error in labeling", + "event_date_created": "2018-03-14", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-09-22", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-1004-2018", + "recall_status": "Terminated", + "res_event_number": "79339", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2014-12-16", + "city": "Reading", + "event_date_posted": "2015-01-22", + "address_1": "2400 Bernville Road", + "reason_for_recall": "the Instructions for Use (IFU) were inadvertently removed from the kit.", + "product_code": "FOZ", + "code_info": "Multi-Lumen PI CVC Kit: 3-L 7 FR X 8 product code: ASK-45703-POSU lot #23F13L0166, exp. 31-Jul-2015  PSI Kit: 8.5 FR X 4-1/8 (10 CM), product code ASK-09803-OSU2 , lot #23F14C1014, exp. 31-Aug-2015:", + "product_quantity": "420", + "additional_info_contact": "Customer Support\n610-378-0131", + "action": "An Urgent Medical Device Corrective Action Notification letter, dated December 16, 2014, was sent to Owens & Minor, 1605 Worldwide Blvd., Hebron, KY 41048-8653, instructing them to immediately discontinue distribution and quarantine any products, use customer letter and Corrective Action Acknowledgement Form templates to communicate this corrective action to any of thier customers that have received product included within the scope of the corrective action, and to have their customers return a completed Corrective Action Acknowledgement Form outlining their remaining inventory of the affected product codes and lot numbers for which replacement IFUs is needed.", + "distribution_pattern": "In the state of KY", + "k_numbers": [ + "K071538" + ], + "firm_fei_number": "1036844", + "state": "PA", + "product_description": "Multi-Lumen PI CVC Kit and PSI Kit: 3-L 7 FR X 8 product code: ASK-45703-POSU lot #23F13L0166, exp. 31-Jul-2015: \n\nProduct Usage:\nMulti-Lumen PI CVC Kit: An intravascular catheter is a device that consists of a slender tube and any necessary connecting fittings and that is inserted into the patients vascular system for short term use (less than 30 days) to sample blood, monitor blood pressure, or administer fluids intravenously. The device may be constructed of metal, rubber, plastic, or a combination of these materials. PSI Kit: A catheter introducer is a sheath used to facilitate placing a catheter through the skin into a vein or artery.", + "root_cause_description": "Labeling False and Misleading", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2015-08-10", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-1005-2015", + "recall_status": "Terminated", + "res_event_number": "70017", + "postal_code": "19605" + }, + { + "event_date_initiated": "2017-11-27", + "city": "Reading", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "Some of the products listed in the recall may be missing a sticker that contains the lot number, expiration date, and Unique Device Identification (UDI) information.", + "product_code": "FOZ", + "code_info": "CDA-45854-P1A 13F17C0325 13F17D0283 13F17F0748", + "product_quantity": "23,904 in total", + "additional_info_contact": "610-378-0131", + "action": "On November 29, 2017 an Urgent Medical Device Correction notice was issued to customers stating the following:\r\n\r\n\r\nOur records indicate that you have received products that are subject to this action. We are now notifying our distributors to take the following actions:\r\n\r\n1.\tImmediately discontinue distribution and quarantine any products with the product codes and lot numbers listed above.\r\n2.\tInspect affected products within your control to identify whether they have the sticker with the lot number, expiration date, and UDI information. Products missing this sticker should be returned to Arrow International so they are not distributed to health care providers in error. Products which are properly labeled should not be returned.\r\n3.\tUsing the provided Customer Letter and Acknowledgement Form templates, communicate this correction to any of your customers who have received products included within the scope of the correction. Customers should return mislabeled products. Products that are properly labeled should not be returned.\r\n4.\tIf any of your customers have mislabeled products to return, have them return the affected products to you, together with a completed Acknowledgement Form, for consolidation and return to Arrow International. In the event that an alternative approach is needed, contact Customer Service for more information at 1-866-246-6990.\r\n5.\tTo return products to Arrow International, complete the enclosed Acknowledgement Form and fax it to 1-855-419-8507, Attn: Customer Service or email it to recalls@teleflex.com. This will allow us to document the amount of product you have on hand for return. A customer service representative will contact you with a Return Goods Authorization (RGA) Number and will provide instructions for the return of product to Arrow International.\r\n6.\tIf you and your customers have no affected stock or if the products in your stock are properly labeled, please complete the enclosed Acknowledgment Form and fax it to 1-855-419", + "distribution_pattern": "US in the states of OH, FL, SC, TX, KY, NJ, MI", + "k_numbers": [ + "K071538" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "ARROWg+ard BLUE PLUS\nPressure Injectable Quad- Lumen CVC Kit\n\nProduct Usage:\nThe Arrow¿ CVC is indicated to provide short-term (< 30 days) central venous access for treatment of diseases or conditions requiring central venous access including, but not limited to: multiple infusions of fluids, medications, or chemotherapy infusion of fluids that are hypertonic, hyperosmolar, or have divergent pH values frequent blood sampling or blood/blood component infusions infusion of incompatible medications central venous pressure monitoring lack of usable peripheral IV sites replacement of multiple peripheral sites for IV access injection of contrast media When used for pressure injection of contrast media, do not exceed the maximum indicated flow rate for each catheter lumen. The maximum pressure of power injector equipment used with pressure injectable CVC may not exceed 400 PSI.", + "root_cause_description": "Error in labeling", + "event_date_created": "2018-03-14", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-09-22", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-1005-2018", + "recall_status": "Terminated", + "res_event_number": "79339", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2003-07-08", + "city": "St Paul", + "event_date_posted": "2003-07-30", + "address_1": "1265 Grey Fox Road", + "reason_for_recall": "Silicone adhesive in kits used to repair damaged catheters did not set (cure) properly and remained in a tacky state.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2004-07-02", + "recalling_firm": "Deltec, Inc", + "product_res_number": "Z-1066-03", + "code_info": "Lot numbers M20689, 90299, 85047", + "recall_status": "Terminated", + "res_event_number": "26715", + "additional_info_contact": "Michael Herbert\n651-628-7049", + "action": "A recall letter, sent to the consignees on July 8, 2003, gave them the option of returning the kits or waiting for the firm to provide them with replacement silicone adhesive.", + "distribution_pattern": "The product was shipped to 14 consignees (hospitals) in California, Illinois, Kansas, Michigan, Minnesota, Missouri, Pennsylvania, and Texas.", + "k_numbers": [ + "K904334" + ], + "state": "MN", + "product_description": "Ventra Percutaneous Intravenous Catheter Repair Kit for Luer Connector Segments and Single-Lumen Catheters, Reorder Number 21-0105", + "postal_code": "55112", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2003-07-08", + "city": "St Paul", + "event_date_posted": "2003-07-30", + "address_1": "1265 Grey Fox Road", + "reason_for_recall": "Silicone adhesive in kits used to repair damaged catheters did not set (cure) properly and remained in a tacky state.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2004-07-02", + "recalling_firm": "Deltec, Inc", + "product_res_number": "Z-1067-03", + "code_info": "Lot numbers M20690, 95310", + "recall_status": "Terminated", + "res_event_number": "26715", + "additional_info_contact": "Michael Herbert\n651-628-7049", + "action": "A recall letter, sent to the consignees on July 8, 2003, gave them the option of returning the kits or waiting for the firm to provide them with replacement silicone adhesive.", + "distribution_pattern": "The product was shipped to 14 consignees (hospitals) in California, Illinois, Kansas, Michigan, Minnesota, Missouri, Pennsylvania, and Texas.", + "k_numbers": [ + "K904334" + ], + "state": "MN", + "product_description": "Ventra Percutaneous Intravenous Catheter Repair Kit for 9 French Dual-Lumen External Catheter Segment, Reorder Number 21-0106", + "postal_code": "55112", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2003-07-08", + "city": "St Paul", + "event_date_posted": "2003-07-30", + "address_1": "1265 Grey Fox Road", + "reason_for_recall": "Silicone adhesive in kits used to repair damaged catheters did not set (cure) properly and remained in a tacky state.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2004-07-02", + "recalling_firm": "Deltec, Inc", + "product_res_number": "Z-1068-03", + "code_info": "Lot numbers M20691, 95311", + "recall_status": "Terminated", + "res_event_number": "26715", + "additional_info_contact": "Michael Herbert\n651-628-7049", + "action": "A recall letter, sent to the consignees on July 8, 2003, gave them the option of returning the kits or waiting for the firm to provide them with replacement silicone adhesive.", + "distribution_pattern": "The product was shipped to 14 consignees (hospitals) in California, Illinois, Kansas, Michigan, Minnesota, Missouri, Pennsylvania, and Texas.", + "k_numbers": [ + "K904334" + ], + "state": "MN", + "product_description": "Ventra Percutaneous Intravenous Catheter Repair Kit for 11 French Triple-Lumen External Catheter Segment, Reorder Number 21-0107", + "postal_code": "55112", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2015-01-02", + "city": "Reading", + "event_date_posted": "2015-02-10", + "address_1": "2400 Bernville Road", + "reason_for_recall": "Foreign material found within the kits. The foreign material, white or black particles and/or thread, is visible and can beidentified by the user.", + "product_code": "FOZ", + "code_info": "product number CDC-42802-P1A, lot number 23F14A0063", + "product_quantity": "1195", + "additional_info_contact": "Customer Support\n610-378-0131", + "action": "An urgent Medical Device Recall Notification, dated January 2, 2015, was sent to end users requesting they check their inventory and return affected product per Arrow's instructions.", + "distribution_pattern": "Nationwide", + "k_numbers": [ + "K071538" + ], + "firm_fei_number": "1036844", + "state": "PA", + "product_description": "ARROWg+ard Blue PLUS Pressure Injectable Two-Lumen CVC Kit. The Multiple-Lumen Catheter permits venous access to the central circulation by way of the femoral jugular, or subclavian veins.", + "root_cause_description": "Process control", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2016-10-25", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-1082-2015", + "recall_status": "Terminated", + "res_event_number": "70175", + "postal_code": "19605" + }, + { + "event_date_initiated": "2004-03-19", + "city": "Allentown", + "event_date_posted": "2004-07-20", + "address_1": "901 Marcon Blvd", + "reason_for_recall": "Mislabeled product. The recalling firm received a complaint that a box of Introcan Safety Catheters, (22G x 1 inch) contained mixed 18G catheters with the same lot number.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2004-09-21", + "recalling_firm": "Braun, B Medical Inc", + "product_res_number": "Z-1092-04", + "code_info": "Catalog Number is 4253540 and the lot numbers are 3G26258U02 and 3G27258U02", + "product_quantity": "86 units", + "recall_status": "Terminated", + "res_event_number": "28912", + "additional_info_contact": "Art Morse,\n610-266-0500 Ext. 2328", + "action": "The recalling firm received a product complaint of a mixed 18G Catheters with 22G Catheters.", + "distribution_pattern": "The affected recalling units were distributed nationwide to the following states: AZ, CA, GA, IL, IN, MD, OH, OK, OR, MA, MI, NC, NJ, NY, OR, PA, TX, UT, VA, WI", + "k_numbers": [ + "K982805", + "K020785" + ], + "state": "PA", + "product_description": "Introcan Safety IV Catheter 22G x 1'' PUR with Wings. The affected catalogs and lot numbers: \nCatalog Number 4253540 - Lot number 3G26258U02\nCatalog Number 4253540 - Lot number 3G27258U02", + "postal_code": "18109-9512", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2010-10-04", + "city": "Bloomington", + "event_date_posted": "2011-02-23", + "address_1": "750 Daniels Way", + "reason_for_recall": "Cook, Inc. is recalling Single, Double, Triple, and Five-Lumen Central Venous Catheter Trays AND Single and Double Lumen PICC Peripherally Inserted Central Venous Catheter Trays. These kits and trays contain 0.9% Sodium Chloride Injection USP 5 mL fill in 6 mL flush syringes that have been recalled by Excelsior Medical. During a routine test for syringe sterility, a possible integrity failure wa", + "product_code": "FOZ", + "code_info": "Part Number: C¿UDLMY¿953J¿ABRM¿FST; Global Part Number G13481; Size 9.5Fr/15cm;   Lot: F2316459, F2319929, F2322337, F2328457, F2332975, F2335094, F2378952.", + "product_quantity": "51,473 total kits/trays", + "additional_info_contact": "Rita A. Harden\n812-339-2235", + "action": "Cook, Inc. sent URGENT DEVICE RECALLS letters to its customers dated 10/4/2010. The letters asked customers to examine their inventory and notify Cook for product return. The letter included a response form.", + "distribution_pattern": "Worldwide distribution: USA, Chile, Colombia, Panama, Barbados, Canada, Guatemala, and Saudi Arabia.", + "k_numbers": [ + "K081113" + ], + "firm_fei_number": "1820334", + "state": "IN", + "product_description": "Spectrum Central Venous Catheter Tray, Minocydine/Rifampin Antibiotic Impregnated, Double Lumen, 9.5Fr/15cm, C¿UDLMY¿953J¿ABRM¿FST, G13481, Sterile, Cook Medical, Cook Incorporated, Bloomington, IN.", + "root_cause_description": "Nonconforming Material/Component", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2011-06-21", + "recalling_firm": "Cook, Inc.", + "product_res_number": "Z-1097-2011", + "recall_status": "Terminated", + "res_event_number": "57663", + "postal_code": "47404-9120" + }, + { + "event_date_initiated": "2010-10-04", + "city": "Bloomington", + "event_date_posted": "2011-02-23", + "address_1": "750 Daniels Way", + "reason_for_recall": "Cook, Inc. is recalling Single, Double, Triple, and Five-Lumen Central Venous Catheter Trays AND Single and Double Lumen PICC Peripherally Inserted Central Venous Catheter Trays. These kits and trays contain 0.9% Sodium Chloride Injection USP 5 mL fill in 6 mL flush syringes that have been recalled by Excelsior Medical. During a routine test for syringe sterility, a possible integrity failure wa", + "product_code": "FOZ", + "code_info": "Part Number: C¿UDLMY¿751J-RSC-ABRM-FST; Global Part Number G13482; Size 7.5Fr/20cm;   Lot numbers: F2361610, F2372057, F2379389.", + "product_quantity": "51,473 total kits/trays", + "additional_info_contact": "Rita A. Harden\n812-339-2235", + "action": "Cook, Inc. sent URGENT DEVICE RECALLS letters to its customers dated 10/4/2010. The letters asked customers to examine their inventory and notify Cook for product return. The letter included a response form.", + "distribution_pattern": "Worldwide distribution: USA, Chile, Colombia, Panama, Barbados, Canada, Guatemala, and Saudi Arabia.", + "k_numbers": [ + "K081113" + ], + "firm_fei_number": "1820334", + "state": "IN", + "product_description": "Spectrum Central Venous Catheter Tray, Minocydine/Rifampin Antibiotic Impregnated, Double Lumen, 7.5Fr/20cm, C¿UDLMY¿751J¿RSC¿ABRM¿FST, G13482, Sterile, Cook Medical, Cook Incorporated, Bloomington, IN.", + "root_cause_description": "Nonconforming Material/Component", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2011-06-21", + "recalling_firm": "Cook, Inc.", + "product_res_number": "Z-1098-2011", + "recall_status": "Terminated", + "res_event_number": "57663", + "postal_code": "47404-9120" + }, + { + "event_date_initiated": "2010-10-04", + "city": "Bloomington", + "event_date_posted": "2011-02-23", + "address_1": "750 Daniels Way", + "reason_for_recall": "Cook, Inc. is recalling Single, Double, Triple, and Five-Lumen Central Venous Catheter Trays AND Single and Double Lumen PICC Peripherally Inserted Central Venous Catheter Trays. These kits and trays contain 0.9% Sodium Chloride Injection USP 5 mL fill in 6 mL flush syringes that have been recalled by Excelsior Medical. During a routine test for syringe sterility, a possible integrity failure wa", + "product_code": "FOZ", + "code_info": "Part Number: C-UDLMY-401J-CCT; Global Part Number G26927;   Lots: F2322846, F2326430, F2328194, F2335728, F2336763, F2341757, F2343674, F2346292, F2349568, F2354567, F2356644, F2359427, F2364945 and F2382246.", + "product_quantity": "51,473 total kits/trays", + "additional_info_contact": "Rita A. Harden\n812-339-2235", + "action": "Cook, Inc. sent URGENT DEVICE RECALLS letters to its customers dated 10/4/2010. The letters asked customers to examine their inventory and notify Cook for product return. The letter included a response form.", + "distribution_pattern": "Worldwide distribution: USA, Chile, Colombia, Panama, Barbados, Canada, Guatemala, and Saudi Arabia.", + "k_numbers": [ + "K081113" + ], + "firm_fei_number": "1820334", + "state": "IN", + "product_description": "Cook Central Venous Catheter Tray, Double Lumen Polyurethane, 4.0Fr/8cm, C-UDLMY-401J-CCT, G26927, Sterile, Cook Medical, Cook Incorporated, Bloomington, IN.", + "root_cause_description": "Nonconforming Material/Component", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2011-06-21", + "recalling_firm": "Cook, Inc.", + "product_res_number": "Z-1099-2011", + "recall_status": "Terminated", + "res_event_number": "57663", + "postal_code": "47404-9120" + } + ] +} \ No newline at end of file diff --git a/bench/fda/recall50.json b/bench/fda/recall50.json new file mode 100644 index 0000000..612fb01 --- /dev/null +++ b/bench/fda/recall50.json @@ -0,0 +1,44521 @@ +{ + "meta": { + "disclaimer": "Do not rely on openFDA to make decisions regarding medical care. While we make every effort to ensure that data is accurate, you should assume all results are unvalidated. We may limit or otherwise restrict your access to the API in line with our Terms of Service.", + "terms": "https://open.fda.gov/terms/", + "license": "https://open.fda.gov/license/", + "last_updated": "2021-07-11", + "results": { + "skip": 0, + "limit": 50, + "total": 348 + } + }, + "results": [ + { + "event_date_initiated": "2019-05-17", + "city": "Reading", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "Lidstock contains a labeling error. The lidstock shows the catheter cross section of the gauge (GA) values in a reversed manner.", + "product_code": "FOZ", + "code_info": "Lot/Batch Numbers: 13F18C0374, 13F18H0580, 13F18D0504, 13F18L0507,  13F18E0380, 13F18L0714, 13F18G0180, 13F18L0936,  13F18G0480", + "product_quantity": "3,143", + "additional_info_contact": "Customer Service\n866-396-2111", + "action": "On May 17, 2019, Arrow International issued Urgent Medical Device and Acknowledgement notices to customers via courier service. \r\n \r\nCustomers should take the following actions:\r\n1. Place a copy of the notification with each unit of affected product currently in your inventory.\r\n2. After step (1) is complete, fill out the enclosed Acknowledgement Form and fax it to 1-855-419-8507, Attn: Customer Service or email it to recalls@teleflex.com.\r\n\r\nDistributors should take the following actions:\r\n1. Place a copy of the notification with each unit of affected product currently in your inventory.\r\n2. Using the provided customer letter template and acknowledgement form, communicate the notification to any of your customers who have received product included within the scope of the notification.\r\n3. Have each of your customers who received the affected product return a completed acknowledgement form to you.\r\n4. Once you have finished collecting and consolidating all of the acknowledgement forms from your customers and placing a copy of the notification with each unit of affected product in your inventory, please completed the enclosed Distributor Acknowledgement Form and fax it to 1-855-\r\n419-8507, Attn: Customer Service or email it to recalls@teleflex.com. This will allow us to document completion of this field action\r\n\r\nIf you have any other questions, feel free to contact\r\nyour local sales representative or Customer Service at 1-866-396-2111.", + "distribution_pattern": "US Nationwide Distribution", + "k_numbers": [ + "K900263" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "Pediatric Two-Lumen Central Venous Catheterization\nKit with Blue FlexTip ARROWg+ard Blue Catheter, REF AK-25502\n\nProduct Usage; Provide short-term (< 30 days) central venous access for treatment of diseases or conditions requiring central venous access", + "root_cause_description": "Employee error", + "event_date_created": "2019-10-07", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-09-24", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0053-2020", + "recall_status": "Terminated", + "res_event_number": "82984", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2004-09-27", + "city": "Reading", + "event_date_posted": "2004-10-28", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "Labeling error. Kits contains the correct components for AK-42802-SK but may have a package label indicating that it is product number AK-22802-SK", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2004-11-30", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0059-05", + "code_info": "Lot number RF4066579", + "product_quantity": "290 kits", + "recall_status": "Terminated", + "res_event_number": "30115", + "additional_info_contact": "Jody Cadd\n610-378-0131 Ext. 3318", + "action": "The recalling firm issued a recall letter dated 9/27/04 to their accounts informing them of the problem and the need to return the product.", + "distribution_pattern": "The products were shipped to distributors in KS and VA, medical facilities in AR, FL, and GA, and a sales representative in FL.", + "k_numbers": [ + "K993691" + ], + "state": "PA", + "product_description": "Arrowg+ard Blue Two Lumen CVC Super Kit, Catalog number AK-22802-SK. The kit actually contains Arrowg+ard Blue Plus Two Lumen CVC Super Kit. Catalog number AK-42802-SK, 8 Fr x 16 cm Two Lumen Arrowg+ard Blue Plus Catheters. The plus indicates that the line extension clamps are attached to the catheters.", + "postal_code": "19605-9607", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2014-08-28", + "city": "Lansdale", + "event_date_posted": "2014-10-22", + "address_1": "2750 Morris Rd", + "reason_for_recall": "Vygon has uncovered potential problems with membrane elasticity in the 896.038, Bionector Needleless connector and is issuing a voluntary recall of the 896.038, Bionector Needleless connector.", + "address_2": "Ste A200", + "product_code": "FOZ", + "code_info": "Product code and lot numbers: Product Code: 896.038, with lot Numbers: 291113EE, 070214EE, 210314EE, 280314EE.", + "product_quantity": "42250", + "additional_info_contact": "Customer Support\n800-473-5414", + "action": "Vygon sent an Urgent Medical Device Recall letter dated August 28, 2014, to all affected customers. The letter identified the product, the problem, and the action to be taken by the customer. Customers were instructed to check their stock for the affected product and immediately cease distribution, and quarantine all affected product immediately. \r\nCount and document the affected inventory on the \"Recall Acknowledgement and Inventory Return Form. Customers were asked to fax or email the form to Vygon including customer contact information. Vygon customer service will contact the customer and issue a Return Merchandise Authorization number. Customers were instructed to return the product as well as the original signed Recall Acknowledgement and Inventory Return Form using the instructions from Customer Service involving product pick-up. All inventory will be credited at no cost to the customer.\r\nFor questions regarding this recall call 800-473-5414.", + "distribution_pattern": "Worldwide Distribution - US including CA and Internationally to CA.", + "k_numbers": [ + "K070705" + ], + "firm_fei_number": "3002808465", + "state": "PA", + "product_description": "Bionector Needleless connector. Bionector is a multi-purpose catheter accessory; a closed needle-less system permitting blood sampling, intermit ant injection and continuous infusion of fluids or medications to patients in a hospital or homecare situation.", + "root_cause_description": "Component design/selection", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2015-03-30", + "recalling_firm": "Vygon Corporation", + "product_res_number": "Z-0113-2015", + "recall_status": "Terminated", + "res_event_number": "69204", + "postal_code": "19446-6083" + }, + { + "event_date_initiated": "2020-09-14", + "event_date_created": "2020-10-19", + "city": "Franklin Lakes", + "address_1": "1 Becton Dr", + "reason_for_recall": "Dull/blunt needles within the IV Catheter System may lead to missed insertion attempts and delay in diagnosis or treatment until a new needle is inserted", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "recalling_firm": "Becton Dickinson & Company", + "product_res_number": "Z-0125-2021", + "code_info": "Lot Number: 9325212 UDI: 30382903835387", + "product_quantity": "12,020 units", + "recall_status": "Open, Classified", + "res_event_number": "86434", + "additional_info_contact": "SAME\n201-847-6800", + "action": "Siemens issued an \"URGENT MEDICAL DEVICE RECALL\" letter dated 9/14/20 to Distributors/Medical Facilities on 9/14/20 via FedX , email or faxed stating reason for recall, health risk and action to take:\r\n\r\n1. Immediately review your inventory for the specific Catalog (Ref) and Lot number listed above. Destroy all product subject to the recall following your institutions process for destruction.\r\n2. Share this recall notification with all users within or outside your facility network to which you may have further distributed the affected product to ensure they are also aware of this recall.\r\n3. Complete the attached Customer Response Form and return to the BD contact noted on the form whether or not you have any of the impacted material so that BD may acknowledge your receipt of this notification per FDA requirements and subsequently process your product replacement.\r\n\r\nBD Customer/Technical Support, (844) 823-5433\r\nMonday Friday between 8:30am and 5:00pm (EST) in the United States.\r\nFor customers outside the US, contact your local BD representative or distributor.", + "distribution_pattern": "US: Nationwide Distribution: AK, AR, AZ, CA, IL, KS, MO, NY, OH, UT, VA; and International to: Canada and Mexico.", + "k_numbers": [ + "K183399" + ], + "state": "NJ", + "product_description": "BD Nexiva Closed IV Catheter System Dual Port (20 GA 1.75 IN)\nCatalog (Ref) No. 383538\n\nBD Nexiva closed IV catheter systems are intended to be inserted into a patient s vascular system for short term use to sample blood, monitor blood pressure, or administer fluids.", + "postal_code": "07417-1815", + "root_cause_description": "Nonconforming Material/Component" + }, + { + "event_date_initiated": "2003-09-09", + "city": "Norristown", + "event_date_posted": "2003-11-27", + "address_1": "2495 General Armstead Ave", + "reason_for_recall": "mislabeled as sterile", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2003-11-26", + "recalling_firm": "Vygon US LLC", + "product_res_number": "Z-0160-04", + "code_info": "Catalog number SP01, Lot numbers H0359, J0107, and J0493.", + "product_quantity": "3 units", + "recall_status": "Terminated", + "res_event_number": "27416", + "additional_info_contact": "Courtney Smith\n610-539-9300", + "action": "The recalling firm issued recall letters to their direct accounts via fax on 9/9/03. The letter informed the accounts of the problem and the need to sterilize the product or return it for replacements.", + "distribution_pattern": "The products were shipped to one distributor in NY and two hospitals in TX and UT. The products were also shipped to distributors in Holland, Greece, Austria, Norway, Taiwan, and Finland.", + "k_numbers": [ + "K853370" + ], + "state": "PA", + "product_description": "Reusable Catheter Passer (40 cm) SP01. One stainless steel catheter passer with T handle.", + "postal_code": "19403", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2003-09-09", + "city": "Norristown", + "event_date_posted": "2003-11-27", + "address_1": "2495 General Armstead Ave", + "reason_for_recall": "mislabeled as sterile", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2003-11-26", + "recalling_firm": "Vygon US LLC", + "product_res_number": "Z-0161-04", + "code_info": "Catalog number SP02. Lot numbers H0266, H0464, H0565, H0650, I0195, J0288, J0108, J0494, K0701, and K0929.", + "product_quantity": "26 units", + "recall_status": "Terminated", + "res_event_number": "27416", + "additional_info_contact": "Courtney Smith\n610-539-9300", + "action": "The recalling firm issued recall letters to their direct accounts via fax on 9/9/03. The letter informed the accounts of the problem and the need to sterilize the product or return it for replacements.", + "distribution_pattern": "The products were shipped to one distributor in NY and two hospitals in TX and UT. The products were also shipped to distributors in Holland, Greece, Austria, Norway, Taiwan, and Finland.", + "k_numbers": [ + "K853370" + ], + "state": "PA", + "product_description": "Reusable Catheter Passer (60 cm) SP02. One stainless steel catheter passer with T handle.", + "postal_code": "19403", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2019-07-18", + "city": "Reading", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "Arrow AGB+ Multi-Lumen CVC Kit - lidstock incorrectly states within CDC-45703-1A a catheter 20cm in length. The banner card correctly states the product is CDC-42703-1A with a catheter 16cm in length", + "product_code": "FOZ", + "code_info": "Lot Number: 13F18L0759", + "product_quantity": "745 eaches", + "additional_info_contact": "SAME\n610-378-0131", + "action": "Teleflex issued notification letter dated July 17, 2019 issued via FedEx 2-day mail identifies the problem, health risk and action to take: 1. If you have affected stock in inventory, immediately discontinue use and quarantine the products.\r\n2. Please complete the enclosed Acknowledgement Form as soon as possible indicating whether you do or do not have stock and fax it to 1-855-419-8507 or email to recalls@teleflex.com. If you do have stock a customer service representative will contact you to arrange issuing correct labels to relabel the product. Questions, feel free to contact your local sales representative or Customer Service at 1-866-396-2111.", + "distribution_pattern": "US Nationwide distribution.", + "k_numbers": [ + "K993691" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "Arrow AGB+ Multi-Lumen CVC Kit-catheter permits venous access to central circulation by way of subclavian, jugular, and femoral veins\nProduct Code: CDC-42703-1A - Product Usage: The ARROWg+ard Blue PLUS catheter permits venous access to central circulation by way of subclavian, jugular, and femoral veins. The ARROWg+ard technology is intended to provide protection against catheter-related bloodstream infections (CRBSIs). It is not intended to be used as a treatment for existing infections nor is it indicated for long-term use (> 30 days). Clinical effectiveness of the ARROWg+ard Blue PLUS¿ catheter in preventing CRBSIs compared to the original ARROWg+ard Blue¿ catheter has not been studied.", + "root_cause_description": "Packaging process control", + "event_date_created": "2019-10-24", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-11-10", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0192-2020", + "recall_status": "Terminated", + "res_event_number": "83456", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2003-10-08", + "city": "Anasco", + "event_date_posted": "2003-12-24", + "address_1": "North, Box 1576", + "reason_for_recall": "Lot is being recalled because some of the kits contain an incorrect guidewire.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2004-02-09", + "recalling_firm": "Edwards Lifesciences Corporation of Puerto Rico Hwy # 402", + "product_res_number": "Z-0272-04", + "code_info": "Lot no. 973H0589 Exp. date 2/2005", + "product_quantity": "315 units", + "recall_status": "Terminated", + "res_event_number": "27515", + "additional_info_contact": "Edwin Ramos\n787-826-2200", + "action": "Customers were contacted by their Edwards Sales Representatives on 10/8/03. The Sales Representatives requested that all units be returned.", + "distribution_pattern": "Distribution was to hospitals (2) in MD and DC.", + "k_numbers": [ + "K992532" + ], + "state": "PR", + "product_description": "Edwards Lifesciences Vantex Central Venous Catheter Kit with Oligon, Ref/model #: 3K20C1827, Rx only, Edwards Lifesciences LLC, Irvine, CA 96214-5686 USA", + "postal_code": "00610", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2018-08-30", + "city": "Reading", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "The product was\r\nshipped after its expiry date due to a system error. The product lidstock identifies the\r\ncorrect expiration date however the accompanying purchase order shipping\r\ndocumentation identifies an incorrect expiration date. Per standard clinical practice the\r\nlidstock would most likely be checked prior to use and the product would not be used\r\nleading to a minor delay while a replacement is located. In the unlikely event that the\r\nproduct lidstock is not checked prior to use, there is potential for use of expired\r\nproduct, and product functionality/or sterility cannot be guaranteed.", + "product_code": "FOZ", + "code_info": "23F16C0071", + "product_quantity": "105", + "additional_info_contact": "Customer Service\n866-396-2111", + "action": "On August 29, 2018, the firm notified customers via an Urgent Medical Device Recall letter. The letter informed customers of the product issue.\r\n\r\nCustomers were advised to do the following: \r\n\r\n1. If you have affected stock, immediately discontinue use and quarantine any products with the product code and lot number listed above, so that the affected products can be returned to Arrow.\r\n2. To return product, complete the enclosed Recall Acknowledgement Form and fax it to 1-855-419-8507, Attn: Customer Service or email to recalls@teleflex.com. This will allow us to document the amount of product you have on hand for return. A customer service representative will contact you with a Return Goods Authorization (RGA) Number and will provide instructions for the return of products to Arrow International.\r\n3. If you have no affected stock, please complete the enclosed Recall Acknowledgment Form and fax it to 1-855-419-8507, Attn: Customer Service or email to recalls@teleflex.com. This will allow us to document your receipt of this letter.\r\n\r\nIf you have any other questions, feel free to contact your local sales representative or Customer Service at 1-866-396-2111.", + "distribution_pattern": "US nationwide in the states of CA, FL, NC, and RI.", + "k_numbers": [ + "K993691" + ], + "firm_fei_number": "1036844", + "state": "PA", + "product_description": "Arrow AGB + Multi-Lumen CVC Kit, Cat. No. CDC-42703-B1A. Product Usage - The Arrow CVC is intended to provide short-term (< 30 days) central venous access for treatment of diseases or conditions requiring central venous access, including, but not limited to the following: Lack of usable peripheral IV sites, Central venous pressure monitoring, Total parenteral nutrition (TPN), Infusions of fluids, medications, or chemotherapy, and Frequent blood sampling or receiving blood transfusions/blood products.", + "root_cause_description": "Under Investigation by firm", + "event_date_created": "2018-10-26", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-07-31", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0282-2019", + "recall_status": "Terminated", + "res_event_number": "81117", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2006-11-02", + "event_date_posted": "2006-12-29", + "reason_for_recall": "Lack of Assurance of Sterility-Device packaging was manufactured with an incorrect lid that could compromise the sterility of the product.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2012-02-07", + "recalling_firm": "Edwards Lifesciences Corporation of Puerto Rico\n Hwy # 402 North, Km 1.4\n International Industrial Park\n Anasco PR 00610-1576", + "product_res_number": "Z-0318-2007", + "code_info": "Model A2720S Lot Numbers: 946DC131, 946DC239 and 946FC460", + "product_quantity": "55 units domestically , 80 units internationally and 50 units are in Edwards Lifescience control", + "recall_status": "Terminated", + "res_event_number": "36817", + "action": "Edwards initiated the recall in the US by sending a voicemail on November 2, 2006, to their sale representative requesting of all unused product from one domestic customer. The Sale representative was provided with a recall letter for the cutomer to facilitate notification. Edwards requested that either the customer or the Sale Representative provide written verification of stock and identify any unused product to be returned . This will allow Edwards to track the effectiveness of this recall. Their Eurpoe operations initiated a similar recall plan in Europe on November 2, 2006.", + "distribution_pattern": "1 Domestic and 1 Foreign", + "k_numbers": [ + "K992532" + ], + "firm_fei_number": "2648045", + "product_description": "Edwards Lifesciences VANTEX Central Venous Catheter Set with OLIGON-Model A2720S", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2018-11-26", + "city": "Minneapolis", + "address_1": "6000 Nathan Ln N", + "reason_for_recall": "Certain lots of the Model 306701 ProtectIV¿ Plus Safety IV Catheter may exhibit damage on the safety mechanism guard.", + "product_code": "FOZ", + "code_info": "Model number 306701;   Lot numbers: 3635765, 3639446, 3642834, 3646828, 3646829, 3646830, 3646831, 3646832, 3646833, 3651082.", + "product_quantity": "219,150 devices", + "additional_info_contact": "Dave Halverson\n763-383-3072", + "action": "On about November 26, 2018, Smiths Medical sent an URGENT MEDICAL DEVICE RECALL NOTICE via email or FedEx, (where email addresses are not available) and accompanying Recall Response Forms to all consignees who purchased potentially affected product. Consignees with potentially affected product were instructed to immediately segregate the product and return them to Stericycle, via pre-paid shipping label. They we also instructed to notify customers if the affected product was further distributed and complete and return the Recall Response Form. \r\n\r\nQuestions can be submitted to Smith Medical via email at fieldactions@smiths-medical.com.", + "distribution_pattern": "United States - AK, AZ, FL, GA, IL, IN, KS, LA, MD, MN, MS, NC, NJ, NY, OH, PA, SC, TN, TX, VA, and WA.\r\nOne foeign consignee in Costa Rica", + "k_numbers": [ + "K990236" + ], + "firm_fei_number": "1219611", + "state": "MN", + "product_description": "ProtectIV¿ Plus Safety IV Catheter, sterile. Packaged in a pouch and than into an inner carton.", + "root_cause_description": "Equipment maintenance", + "event_date_created": "2019-11-08", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2021-05-13", + "recalling_firm": "Smiths Medical ASD Inc.", + "product_res_number": "Z-0352-2020", + "recall_status": "Terminated", + "res_event_number": "81708", + "postal_code": "55442-1690" + }, + { + "event_date_initiated": "2018-08-23", + "city": "Franklin Lakes", + "address_1": "1 Becton Dr", + "reason_for_recall": "One lot of the specified needles is not performing as intended due to a failure in the needle tip shield/safety mechanism, which may lead to an increased risk of a contaminated needlestick injury.", + "product_code": "FOZ", + "code_info": "Lot 8087800, UDI (01)30382903835394", + "product_quantity": "133,230 units", + "additional_info_contact": "Customer/Technical Support\n888-237-2762", + "action": "Urgent Medical Device Recall notification letters dated 8/23/18 were sent to customers. The letters instruct customers to perform the following actions:\r\n\r\n1. Immediately review your inventory for the specific Catalogue (Ref) and lot number listed above and destroy all product subject to the recall following your institutions process for destruction.\r\n2. Share this recall notification with all users of the product to ensure that they are also aware of this recall.\r\n3. Complete the attached Customer Response Form and return to the BD contact noted on the form whether or not you have any of the impacted material so that BD may acknowledge your receipt of this notification and process your product replacement.\r\n4. Report any adverse health consequences experienced with the use of this product to BD. Events may also be reported to the FDA's MedWatch Adverse Event Reporting program.\r\nWeb: MedWatch website at www.fda.gov/medwatch Phone: 1-800-FDA-1088 (1-800-332-1088)\r\nMail: MedWatch, HF-2, FDA, 5600 Fishers Lane, Rockville, MD 20852-9787 Actions Taken\r\n\r\nDistributors were instructed to:\r\n\r\n1. Immediately review your inventory for the specific Catalogue (Ref) and lot number listed above and return all product subject to recall according to the Packing Instructions enclosed.\r\n2. Identify all your customers that purchased any affected product, as defined in this recall notification. E-mail an excel file listing of all customers to BDMPSRC@bd.com, within 72 hours of receipt of this letter.\r\n3. Complete the attached Wholesaler/Distributor Response Form and return to the BD contact noted on the form whether or not you have any of the impacted material so that BD may acknowledge your receipt of this notification and process your credit accordingly.\r\n4. Report any adverse health consequences experienced with the use of this product to BD. Events may also be reported to the FDA's MedWatch Adverse Event Reporting program.\r\nWeb: MedWatch website at www.fda.gov/medwatch\r\nPhone: 1", + "distribution_pattern": "Worldwide Distribution -US Nationwide in the states of: CA, CO, FL, GA, IL, LA, MI, ND, NE, NY, OH, PA, RI, SC, VA, WA and WV.\r\n\r\nThe products were distributed to the following foreign countries: Argentina, Australia, Belgium, Brazil, Canada, Colombia, Costa Rica, Mexico and New Zealand.", + "k_numbers": [ + "K032843" + ], + "firm_fei_number": "1710034", + "state": "NJ", + "product_description": "BD NEXIVA Closed IV Catheter System Dual Port 18GA 1.25 IN (BD Nexiva Catheter), Catalog Number 383539\n\nProduct Usage:\nBD Nexiva Closed IV Catheter System Dual Port (hereafter referred to as BD Nexiva device or catheter) (see Figure below) incorporates a passive needle shielding mechanism that is activated as part of the usual insertion procedure when the needle is withdrawn from the catheter. BD Nexiva device is designed to protect the clinician from accidental needle stick injuries and minimize exposure to blood during the insertion process. The needle shield is designed to not release from the catheter adapter until the needle tip is protected and cannot be rearmed once activated. The BD Nexiva device is intended for use in the peripheral vascular system to provide access for the administration of fluids, medication, blood and blood products, and for the withdrawal of blood samples. This catheter may be used for any patient population with consideration given to patient size, appropriateness for solutions being infused and duration of therapy.", + "root_cause_description": "Under Investigation by firm", + "event_date_created": "2018-11-04", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-02-28", + "recalling_firm": "Becton Dickinson & Company", + "product_res_number": "Z-0384-2019", + "recall_status": "Terminated", + "res_event_number": "81040", + "postal_code": "07417-1815" + }, + { + "event_date_initiated": "2002-12-12", + "city": "Round Lake", + "event_date_posted": "2003-01-23", + "address_1": "120 & Wilson Rd", + "reason_for_recall": "Sterility questioned", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2004-06-29", + "recalling_firm": "Baxter Healthcare Corp. Rt", + "product_res_number": "Z-0456-03", + "code_info": "all lots within expiration date of the following pre-filled syringes: Code 2K0901: 2 mL in 3 mL syringe Code 2K0903: 3 mL in 6 mL syringe Code K0905: 5 mL in 12 mL syringe Code 2K0906: 10 mL in 12 mL syringe Code 2K6011: 2 mL in 3 mL syringe w/cannula Code 2K6012: 3 mL in 6 mL syringe w/ cannula Code 2K6013: 5 mL in 12 mL syringe w/cannula Code 2K6014: 10 mL in 12 mL syringe w/cannula", + "product_quantity": "51,052,140 syringes", + "recall_status": "Terminated", + "res_event_number": "25210", + "additional_info_contact": "Center for One Baxter\n800-422-9837", + "action": "Recalled by letter dated 12/12/02. Customers were informed of the compromised sterility of all lots of the listed products within expiration date, and were requested to destroy all lot numbers of the identified product codes. Baxter will issue their customers credit for the product destroyed.", + "distribution_pattern": "Nationwide, Canada, Honduras, Indonesia, Israel", + "k_numbers": [ + "K984590" + ], + "state": "IL", + "product_description": "0.9% Sodium Chloride Flush Syringe; Baxter Healthcare Corporation, Deerfield, IL 60015; 30 syringes per case", + "postal_code": "60073", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2002-12-12", + "city": "Round Lake", + "event_date_posted": "2003-01-23", + "address_1": "120 & Wilson Rd", + "reason_for_recall": "Sterility questioned", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2004-06-29", + "recalling_firm": "Baxter Healthcare Corp. Rt", + "product_res_number": "Z-0457-03", + "code_info": "all lots within expiration date", + "product_quantity": "388,080 syringes", + "recall_status": "Terminated", + "res_event_number": "25210", + "additional_info_contact": "Center for One Baxter\n800-422-9837", + "action": "Recalled by letter dated 12/12/02. Customers were informed of the compromised sterility of all lots of the listed products within expiration date, and were requested to destroy all lot numbers of the identified product codes. Baxter will issue their customers credit for the product destroyed.", + "distribution_pattern": "Nationwide, Canada, Honduras, Indonesia, Israel", + "k_numbers": [ + "K003245" + ], + "state": "IL", + "product_description": "10 U/mL Heparin Lock Flush Solution USP, 5mL in 12 mL Syringe, code 2K6030; Baxter Healthcare Corporation, Deerfield, IL 60015; 30 syringes per case", + "postal_code": "60073", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2002-12-12", + "city": "Round Lake", + "event_date_posted": "2003-01-23", + "address_1": "120 & Wilson Rd", + "reason_for_recall": "Sterility questioned", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2004-06-29", + "recalling_firm": "Baxter Healthcare Corp. Rt", + "product_res_number": "Z-0458-03", + "code_info": "all lots within expiration date of the following pre-filled syringes: Code 2K6049: 3 mL in 12 mL syringe Code 2K6050: 5 mL in 12 mL syringe Code 2K6058: 5 mL in 12 mL syringe w/cannula", + "product_quantity": "727,560 syringes", + "recall_status": "Terminated", + "res_event_number": "25210", + "additional_info_contact": "Center for One Baxter\n800-422-9837", + "action": "Recalled by letter dated 12/12/02. Customers were informed of the compromised sterility of all lots of the listed products within expiration date, and were requested to destroy all lot numbers of the identified product codes. Baxter will issue their customers credit for the product destroyed.", + "distribution_pattern": "Nationwide, Canada, Honduras, Indonesia, Israel", + "k_numbers": [ + "K003245" + ], + "state": "IL", + "product_description": "100 U/mL Heparin Lock Flush Solution USP; Baxter Healthcare Corporation, Deerfield, IL 60015; 30 syringes per case", + "postal_code": "60073", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2018-09-21", + "city": "Reading", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "The products labeling contains inconsistencies. In certain instances, the lidstock, banner card and shipper label state that the Spring Wire Guide (SWG) within is .032 rather than the correct SWG size .025 . For other lots in scope the lidstock correctly states the SWG size .025 however the banner card states the incorrect SWG size .032 .", + "product_code": "FOZ", + "code_info": "Lot/Batch Numbers: 13F17E0685 13F17F0562 13F17H0141 13F17K0340 13F18B0119 13R17E0685", + "product_quantity": "3640", + "additional_info_contact": "Customer Service\n866-396-2111", + "action": "Urgent Medical Device Notification letters dated 9/21/18 were distributed to customers.", + "distribution_pattern": "US Nationwide distribution in the states of CA, FL, ID, IL, MI, NC, NJ, PA, and WI.", + "k_numbers": [ + "K993691" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "Arrow AGB+ Multi-Lumen CVC Kit, 7 Fr., 3 Lumen, 20cm catheter length, .025 inch dia. spring-wire guide, Product Code CDC-45703-B1A - Product Usage: The multiple-lumen catheter permits venous access to the central circulation by the way of the femoral, jugular, or subclavian veins. The ARROWg+ard Blue Plus antimicrobial catheter is intended to help provide protection against catheter-related infections. It is not intended to be used as a treatment for existing infections nor is it indicated for long-term use.", + "root_cause_description": "Employee error", + "event_date_created": "2018-11-14", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-09-23", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0468-2019", + "recall_status": "Terminated", + "res_event_number": "81242", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2020-03-23", + "city": "Eatontown", + "event_date_posted": "2020-11-30", + "address_1": "556 Industrial Way W", + "reason_for_recall": "Distribution of B.Braun Introcan Safety IV catheters without a 510(k) within the United States by JTG.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2021-05-20", + "recalling_firm": "Janus Trade Group", + "product_res_number": "Z-0509-2021", + "code_info": "Lots  18L23G8271 17A20G8273 18M02G8315 16H16G8261 18K18G8244 17D08G8241 16H16G8261  15H25G8315 18G15A272 18G31G8316 18G31G8392 17H20G8391  18M02G8315 18M02G8315 18F29G8362 18D01G8273 17K08G8272 17K08G8273 17G10G8261  19A12G8272 19A12G8272 18H17G8272 18H17G8272 18F26G8303 18H04G8261 15F25G8395 17K27G8304 17C16G8304 17H02G8392 17F15G8302 17M10G8271 17M10G8273 17M15G8261 17C17G8302 17C18G8305  18M20G8271 18L29G8271 18K08G8263 18HI8G8243 18F25G8272 18F25G8272 17M11G8273 17H23G8272 17H23G8271 17H23G8271  18L23G8271 18L23G8271 17A20G8273 17A20G873 17A20G8273  17D08G8241 17D08G8241 17D08G8241  16N24G8303 16H30G8303 16H30G8304 16L0G8275  14N10G8274  16H16G8261", + "product_quantity": "1365 cases (200 units/case)", + "recall_status": "Terminated", + "res_event_number": "86680", + "action": "Between March 13-25, 2020, Janus Trade Group made phone contact with customers requesting to check if customers had product on hand. If customers had product on hand, they were asked to send it back to JTG for a full refund.", + "distribution_pattern": "US distribution to distributors located in CA, FL, IL, KS, NJ, NY, and TN.", + "state": "NJ", + "product_description": "B. Braun Introcan Safety IV Catheters, Product codes REF 4252500-01\n4252519-01\n4252535-01\n4252560-01\n4252586-01\n4251890-01\n4252535-01\n4252586-01\n4251644-01", + "postal_code": "07724-4236", + "root_cause_description": "No Marketing Application" + }, + { + "event_date_initiated": "2003-12-17", + "city": "Abbott Park", + "event_date_posted": "2004-02-24", + "address_1": "100/200 Abbott Park Road", + "reason_for_recall": "18 gauge needles in Central Venous Catheter kits may be partially occluded.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2004-07-27", + "recalling_firm": "Abbott Laboratories HPD/ADD/GPRD", + "product_res_number": "Z-0543-04", + "code_info": "List No. 414000413, Lot No. 02053SN, 02062SN, 03307SN, 04064SN, 05248SN, 05308SN, 06248SN, 93297SN, 96294SN. List No. 414000415, Lot No. 04240SN, 04241SN. List No. 414010423, Lot No. 02057SN, 02065SN, 03257SN, 04238SN, 05341SN, 06249SN, 93208SN, 94194SN, 95224SN, 96054SN. List No. 414010425, Lot No. 02051SN, 02058SN. List No. 414050415, Lot No. 04239SN, 06244SN, 07244SN, 95221SN. List No. 414060423, Lot No. 02059SN, 03261SN, 06245SN, 93206SN, 95220SN, 95232SN. List No. 414070423, Lot No. 02354SN, 03258SN, 95222SN. List No. 414110423, Lot No. 02052SN, 03259SN, 05342SN, 07250SN, 93296SN, 94196SN, 95233SN. List No. 414110425, Lot No. 02049SAN, 03260SAN, 93207SN. List No. 414130415, Lot No. 02050SN, 04065SN, 05249SN, 95223SN, 95229SN. List No. 414140423, Lot No. 02061SN, 04063SN, 06247SN, 94195SN, 95231SN, 96056SN.", + "product_quantity": "93564", + "recall_status": "Terminated", + "res_event_number": "28167", + "additional_info_contact": "847-937-4525", + "action": "Consignees were notified by FedEx letter on 12/17/2003.", + "distribution_pattern": "Nationwide including VA facilities in ID and NC. Foreign distribution to Australia, Austria, Belgium, Brazil, Canada, Chile, Columbia, Dominican Republic, Egypt, Greece, Ireland, Italy, Japan, Malaysia, Portugal, Slovenia, Spain, Switzerland, Turkey, UK, United Arab Emirates.", + "k_numbers": [ + "K961552" + ], + "state": "IL", + "product_description": "18 Gauge thin wall needle as part of a Central Venous Catheter Kit", + "postal_code": "60064", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2005-01-26", + "city": "Rowlett", + "event_date_posted": "2005-03-01", + "address_1": "3905 Melcer", + "reason_for_recall": "Device marketed without 510(k) clearance and is suspected to be contaminated with P. Flourescens.", + "address_2": "Suite 601", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2008-09-17", + "recalling_firm": "IV Flush LLC", + "product_res_number": "Z-0545-05", + "code_info": "All lots remaining on the market.", + "recall_status": "Terminated", + "res_event_number": "31082", + "additional_info_contact": "972-463-7389", + "action": "The firm initiated the recall by fax to distributors on 01/26/2005. On 2/16/2005 the firm faxed a second recall letter with return reciept response card to all consignees.", + "distribution_pattern": "Product was distributed nationwide.", + "state": "TX", + "product_description": "Heparin Lock Flush Solution, manufactured by IV Flush LLC", + "postal_code": "75088", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2005-01-26", + "city": "Rowlett", + "event_date_posted": "2005-03-01", + "address_1": "3905 Melcer", + "reason_for_recall": "Device marketed without 510(k) clearance and is suspected to be contaminated with P. Flourescens.", + "address_2": "Suite 601", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2008-09-17", + "recalling_firm": "IV Flush LLC", + "product_res_number": "Z-0546-05", + "code_info": "All lots remaining on the market.", + "recall_status": "Terminated", + "res_event_number": "31082", + "additional_info_contact": "972-463-7389", + "action": "The firm initiated the recall by fax to distributors on 01/26/2005. On 2/16/2005 the firm faxed a second recall letter with return reciept response card to all consignees.", + "distribution_pattern": "Product was distributed nationwide.", + "state": "TX", + "product_description": "Sodium Chloride Injection USP, manufactured by IV Flush LLC", + "postal_code": "75088", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2014-10-09", + "city": "Franklin Lakes", + "event_date_posted": "2014-12-12", + "address_1": "1 Becton Dr", + "reason_for_recall": "BD Insyte Autoguard may have potential damage along the body of the catheter.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2015-04-24", + "recalling_firm": "Becton Dickinson & Company", + "product_res_number": "Z-0572-2015", + "code_info": "Distributed in USA   REF#381433 20 G x 1.00 in. BD Insyte Autoguard 1.1 x 25 mm 65ml/min Lot numbers 4139786, Exp May-17; 4161662, Jun-17; 4164960, Jun-17; 4167812, Jun-17; 4174713, Jun-17; 4182668, Jun-17; 4182668, Jul-17  REF 381434 20 G x 1.16 in. BD Insyte Autoguard 1.1 x 30 mm 60 ml/min  Lot numbers 4105724, Apr-17; 4107722, Apr-17; 4113707, Apr-17; 4113713, Apr-17  Distributed outside of USA  REF# 381833 20G x 1.00 in. BD Insyte Autoguard 1.1 x 25 mm 65 ml/min Lot4143917, May -17  REF 3811834 20 G x 1.16 in. BD Insyte AUtoguard 1.1 x 30 mm 60ml/min  Lot numbers 4119700, May-17; 4119730, May-17; 4129576, May-17; 4147742, May-17; 4107722, Apr-17", + "product_quantity": "US- 296,800 devices; OUS - 3,250,150 devices", + "recall_status": "Terminated", + "res_event_number": "69604", + "additional_info_contact": "Ms. Yogindra Dellow\n201-847-6800", + "action": "BD sent an 'Urgent:Voluntary Product Recall Letters/Notice of Return ' dated October 9, 2014, to all affected customers. The letter identified the product, the problem, and the action to be taken by the customer. Customers were instructed to review their inventory, quarantine the affected product, and return all affected product with the completed Notice of Return form following the instruction on the enclosed packing instruction. Upon receipt of the returned product, BD will issue a credit. Customers who do not have of the affected product were also asked to complete the Notice of Return form indicating (0) quantity and return form back to BD by fax to 1-201-847-6990. If the product was further distributed customers were instructed to identify their customers and notify them at once of the product recall. Customers with questions were instructed to call 201-847-4267.", + "distribution_pattern": "Worldwide Distribution - USA (naitonwide) and Internationally to South Africa, Spain, Italy, Canada, Japan, Panama, Costa Rica, Mexico, Peru, and Timor Leste.", + "firm_fei_number": "1710034", + "state": "NJ", + "product_description": "BD Insyte Autoguard Catheter \nAn active safety engineered peripheral IV catheter with a retracting needle to reduce accidental needle stick injuries. The safety feature (needle retraction) of this device is activated when the clinician depresses the button located on the superior surface of the grip. This product is used to provide access to the intravascular system for administration of fluids, medication, blood and blood products and for the withdrawal of the blood samples.", + "postal_code": "07417-1815", + "root_cause_description": "Device Design" + }, + { + "event_date_initiated": "2005-02-03", + "city": "Sandy", + "event_date_posted": "2005-03-10", + "address_1": "9450 S State St", + "reason_for_recall": "The Y-luer connection may crack during normal product use.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2005-05-17", + "recalling_firm": "Becton Dickinson Infusion Therapy", + "product_res_number": "Z-0584-05", + "code_info": "Catalog Numbers: 383508, 383509 Lot Numbers: All lot numbers.", + "product_quantity": "1500 catheters", + "recall_status": "Terminated", + "res_event_number": "31214", + "additional_info_contact": "Alicia Mares\n801-673-3340", + "action": "Customers were contacted by phone on 02/03/2005, and letters dated 02/10/05 were sent.", + "distribution_pattern": "Domestic distribution: IL, UT, TX, FL. No foreign distribution. No distribution to military or VA facilities.", + "k_numbers": [ + "K032843" + ], + "state": "UT", + "product_description": "BD Nexiva Closed IV Catheter System, 18 gauge", + "postal_code": "84070", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2005-02-03", + "city": "Sandy", + "event_date_posted": "2005-03-10", + "address_1": "9450 S State St", + "reason_for_recall": "The Y-luer connection may crack during normal product use.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2005-05-17", + "recalling_firm": "Becton Dickinson Infusion Therapy", + "product_res_number": "Z-0585-05", + "code_info": "Catalog Numbers: 383505, 383506, 383507 Lot Numbers: All lot numbers.", + "product_quantity": "1560 catheters", + "recall_status": "Terminated", + "res_event_number": "31214", + "additional_info_contact": "Alicia Mares\n801-673-3340", + "action": "Customers were contacted by phone on 02/03/2005, and letters dated 02/10/05 were sent.", + "distribution_pattern": "Domestic distribution: IL, UT, TX, FL. No foreign distribution. No distribution to military or VA facilities.", + "k_numbers": [ + "K032843" + ], + "state": "UT", + "product_description": "BD Nexiva Closed IV Catheter System, 20 gauge", + "postal_code": "84070", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2004-02-03", + "city": "Sandy", + "event_date_posted": "2004-07-20", + "address_1": "9450 South State Street", + "reason_for_recall": "Splittable catheter introducer may not fully split or may separate non-uniformly.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2004-06-10", + "recalling_firm": "Becton Dickinson Infusion Therapy", + "product_res_number": "Z-0586-04", + "code_info": "Catalog Number 384224, Lot Number 3349840.", + "product_quantity": "1560 kits", + "recall_status": "Terminated", + "res_event_number": "28397", + "additional_info_contact": "801-565-2341", + "action": "On 02/03/2004, all consignees were notified by telephone and letter.", + "distribution_pattern": "Nationwide. Foreign distribution to Australia and Brazil. No government or military direct accounts.", + "k_numbers": [ + "K974764" + ], + "state": "UT", + "product_description": "BD First PICC Introsyte-N, 1.9Fr. x 50cm Single Lumen Procedure Kit.", + "postal_code": "84070", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2005-02-03", + "city": "Sandy", + "event_date_posted": "2005-03-10", + "address_1": "9450 S State St", + "reason_for_recall": "The Y-luer connection may crack during normal product use.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2005-05-17", + "recalling_firm": "Becton Dickinson Infusion Therapy", + "product_res_number": "Z-0586-05", + "code_info": "Catalog Numbers: 383502 Lot Numbers: All lot numbers.", + "product_quantity": "660 catheters", + "recall_status": "Terminated", + "res_event_number": "31214", + "additional_info_contact": "Alicia Mares\n801-673-3340", + "action": "Customers were contacted by phone on 02/03/2005, and letters dated 02/10/05 were sent.", + "distribution_pattern": "Domestic distribution: IL, UT, TX, FL. No foreign distribution. No distribution to military or VA facilities.", + "k_numbers": [ + "K032843" + ], + "state": "UT", + "product_description": "BD Nexiva Closed IV Catheter System, 22 gauge", + "postal_code": "84070", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2004-02-03", + "city": "Sandy", + "event_date_posted": "2004-07-20", + "address_1": "9450 South State Street", + "reason_for_recall": "Splittable catheter introducer may not fully split or may separate non-uniformly.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2004-06-10", + "recalling_firm": "Becton Dickinson Infusion Therapy", + "product_res_number": "Z-0587-04", + "code_info": "Catalog Number 380402, Lot Numbers 3356877, 3356485, 3352218.", + "product_quantity": "12000 units", + "recall_status": "Terminated", + "res_event_number": "28397", + "additional_info_contact": "801-565-2341", + "action": "On 02/03/2004, all consignees were notified by telephone and letter.", + "distribution_pattern": "Nationwide. Foreign distribution to Australia and Brazil. No government or military direct accounts.", + "k_numbers": [ + "K974764" + ], + "state": "UT", + "product_description": "BD Introsyte-N Precision Introducer in 1.9Fr. Bulk, Non-sterile.", + "postal_code": "84070", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2005-02-03", + "city": "Sandy", + "event_date_posted": "2005-03-10", + "address_1": "9450 S State St", + "reason_for_recall": "The Y-luer connection may crack during normal product use.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2005-05-17", + "recalling_firm": "Becton Dickinson Infusion Therapy", + "product_res_number": "Z-0587-05", + "code_info": "Catalog Numbers: 383500, 383501 Lot Numbers: All lot numbers.", + "product_quantity": "1065 catheters", + "recall_status": "Terminated", + "res_event_number": "31214", + "additional_info_contact": "Alicia Mares\n801-673-3340", + "action": "Customers were contacted by phone on 02/03/2005, and letters dated 02/10/05 were sent.", + "distribution_pattern": "Domestic distribution: IL, UT, TX, FL. No foreign distribution. No distribution to military or VA facilities.", + "k_numbers": [ + "K032843" + ], + "state": "UT", + "product_description": "BD Nexiva Closed IV Catheter System, 24 gauge", + "postal_code": "84070", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2014-04-01", + "city": "Miami", + "address_1": "3150 Nw 107th Ave", + "reason_for_recall": "Device has the potential to have torn wings.", + "product_code": "FOZ", + "code_info": "Model No.: FS+173230BC, Lot #14A22 and Lot #14A26.", + "product_quantity": "160,000 pieces.", + "additional_info_contact": "Jessica Oswald-McLeod\n305-599-7174", + "action": "The only one Distributor was notified (2014) by e-mail by the firm of the quality deficiency before the product arrived at their facility. It was immediately returned to Nipro Medical when it arrived.", + "distribution_pattern": "US distribution including TN.", + "k_numbers": [ + "K032777" + ], + "firm_fei_number": "1000132332", + "state": "FL", + "product_description": "NIPRO SafeTouch II Safety AVF Needle, 17G x 1 ¿ inch. Item code FS+173230BC.", + "root_cause_description": "Process control", + "event_date_created": "2016-01-06", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2016-12-14", + "recalling_firm": "Nipro Medical Corporation", + "product_res_number": "Z-0599-2016", + "recall_status": "Terminated", + "res_event_number": "72707", + "postal_code": "33172" + }, + { + "event_date_initiated": "2005-01-10", + "city": "Sandy", + "event_date_posted": "2005-03-18", + "address_1": "9450 S State St", + "reason_for_recall": "Various procedure trays and kits may have an insufficient seal, thus compromising sterility.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2005-04-12", + "recalling_firm": "Becton Dickinson Infusion Therapy", + "product_res_number": "Z-0629-05", + "code_info": "Ref. No. 681714, Lot No. 404567", + "product_quantity": "5 units", + "recall_status": "Terminated", + "res_event_number": "30864", + "additional_info_contact": "801-565-2300", + "action": "Customers were contacted by telephone and by letters dated 01/10/05.", + "distribution_pattern": "Domestic distribution: WI. International distribution: Puerto Rico, Virgin Islands. There were no military or VA facilities.", + "k_numbers": [ + "K033500" + ], + "state": "UT", + "product_description": "Careflow 14Ga x 20cm 2-lumen Central Venous Catheter Tray", + "postal_code": "84070", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2005-01-10", + "city": "Sandy", + "event_date_posted": "2005-03-18", + "address_1": "9450 S State St", + "reason_for_recall": "Various procedure trays and kits may have an insufficient seal, thus compromising sterility.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2005-04-12", + "recalling_firm": "Becton Dickinson Infusion Therapy", + "product_res_number": "Z-0630-05", + "code_info": "Ref. No. 681725, Lot No. 405622", + "product_quantity": "5 units", + "recall_status": "Terminated", + "res_event_number": "30864", + "additional_info_contact": "801-565-2300", + "action": "Customers were contacted by telephone and by letters dated 01/10/05.", + "distribution_pattern": "Domestic distribution: WI. International distribution: Puerto Rico, Virgin Islands. There were no military or VA facilities.", + "k_numbers": [ + "K033500" + ], + "state": "UT", + "product_description": "Careflow 7Fr x 20cm 3-lumen Central Venous Catheter Tray", + "postal_code": "84070", + "root_cause_description": "Other" + }, + { + "event_date_initiated": "2017-07-31", + "city": "Bloomington", + "address_1": "750 N Daniels Way", + "reason_for_recall": "Central venous catheters may not fit over guide wire potentially causing procedure delay.", + "product_code": "FOZ", + "code_info": "Lot Number (Expiration date): 5918090 (29-May-2018), 5925813 (02-June-2018)", + "product_quantity": "85", + "additional_info_contact": "Cook Medical Customer Relations Department\n812-339-2235", + "action": "Cook sent an Urgent Medical Device Recall dated July 31, 2017 to affected customers. The letter identified the affected product problem and actions to be taken. The letter instructed customers to (1) Examine inventory immediately to determine if you have affected products and quarantine affected products. (2) Return the affected products to Cook Medical with a copy of the Acknowledgement and Receipt Form to receive a product credit. (3) Even if you do not have affected products on hand, you must still complete the Acknowledgement and Receipt Form and send it via fax (812.339.7316) or email (FieldActionsNA@CookMedical.com). (4) Complete and return the Acknowledgement and Receipt Form attached to this letter within 30 days. (5) Report adverse events to Cook Medical Customer Relations by phone at 800.457.4500 or 812.339.2235, Monday through Friday between 7:30 am and 5:00 pm (Eastern time), or by email via CustomerRelationsNA@CookMedical.com.", + "distribution_pattern": "Worldwide distribution - US Nationwide in the states of: AL, CA, CO, FL, GA, IA, IL, KY, LA, MD, MI, MN, MO, NC, NY, OH, OK, OR, PA, RI, TN, TX, UT, VA, WA, WI; the District of Columbia and the countries of Belgium, India Italy, Spain, and United Kingdom.", + "k_numbers": [ + "K173416" + ], + "firm_fei_number": "1820334", + "state": "IN", + "product_description": "Central Venous Catheter Set Triple Lumen Polyurethane, Catalog Identifier: C-UTLM-501J\n\nProduct Usage:\nThe central venous catheter is designed for treatment of critically ill patients and is suggested for: 1. Continuous or intermittent drug infusions; 2. Central venous blood pressure monitoring (CVP); 3. Acute hyperalimentation; 4. Blood sampling; 5. Delivery of whole blood or blood products; 6. Simultaneous, separate infusion of drugs", + "root_cause_description": "Process control", + "event_date_created": "2018-02-15", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2019-05-08", + "recalling_firm": "Cook Inc.", + "product_res_number": "Z-0630-2018", + "recall_status": "Terminated", + "res_event_number": "79050", + "postal_code": "47404-9120" + }, + { + "event_date_initiated": "2017-07-31", + "city": "Bloomington", + "address_1": "750 N Daniels Way", + "reason_for_recall": "Central venous catheters may not fit over guide wire potentially causing procedure delay.", + "product_code": "FOZ", + "code_info": "Lot Number (Expiration date): 5919800 (30-May-2018)", + "product_quantity": "25", + "additional_info_contact": "Cook Medical Customer Relations Department\n812-339-2235", + "action": "Cook sent an Urgent Medical Device Recall dated July 31, 2017 to affected customers. The letter identified the affected product problem and actions to be taken. The letter instructed customers to (1) Examine inventory immediately to determine if you have affected products and quarantine affected products. (2) Return the affected products to Cook Medical with a copy of the Acknowledgement and Receipt Form to receive a product credit. (3) Even if you do not have affected products on hand, you must still complete the Acknowledgement and Receipt Form and send it via fax (812.339.7316) or email (FieldActionsNA@CookMedical.com). (4) Complete and return the Acknowledgement and Receipt Form attached to this letter within 30 days. (5) Report adverse events to Cook Medical Customer Relations by phone at 800.457.4500 or 812.339.2235, Monday through Friday between 7:30 am and 5:00 pm (Eastern time), or by email via CustomerRelationsNA@CookMedical.com.", + "distribution_pattern": "Worldwide distribution - US Nationwide in the states of: AL, CA, CO, FL, GA, IA, IL, KY, LA, MD, MI, MN, MO, NC, NY, OH, OK, OR, PA, RI, TN, TX, UT, VA, WA, WI; the District of Columbia and the countries of Belgium, India Italy, Spain, and United Kingdom.", + "k_numbers": [ + "K173416" + ], + "firm_fei_number": "1820334", + "state": "IN", + "product_description": "Central Venous Catheter Tray Triple Lumen Polyurethane, Catalog Identifier: C-UTLMYJ-501J\n\nProduct Usage:\nThe central venous catheter is designed for treatment of critically ill patients and is suggested for: 1. Continuous or intermittent drug infusions; 2. Central venous blood pressure monitoring (CVP); 3. Acute hyperalimentation; 4. Blood sampling; 5. Delivery of whole blood or blood products; 6. Simultaneous, separate infusion of drugs", + "root_cause_description": "Process control", + "event_date_created": "2018-02-15", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2019-05-08", + "recalling_firm": "Cook Inc.", + "product_res_number": "Z-0631-2018", + "recall_status": "Terminated", + "res_event_number": "79050", + "postal_code": "47404-9120" + }, + { + "event_date_initiated": "2017-07-31", + "city": "Bloomington", + "address_1": "750 N Daniels Way", + "reason_for_recall": "Central venous catheters may not fit over guide wire potentially causing procedure delay.", + "product_code": "FOZ", + "code_info": "Lot Number (Expiration date): NS5914753 (28-May-2018), 7252432 (23-September-2017), 7252434 (23-September-2017), 7621767 (06-February-2018)", + "product_quantity": "75", + "other_submission_description": "exempt", + "additional_info_contact": "Cook Medical Customer Relations Department\n812-339-2235", + "action": "Cook sent an Urgent Medical Device Recall dated July 31, 2017 to affected customers. The letter identified the affected product problem and actions to be taken. The letter instructed customers to (1) Examine inventory immediately to determine if you have affected products and quarantine affected products. (2) Return the affected products to Cook Medical with a copy of the Acknowledgement and Receipt Form to receive a product credit. (3) Even if you do not have affected products on hand, you must still complete the Acknowledgement and Receipt Form and send it via fax (812.339.7316) or email (FieldActionsNA@CookMedical.com). (4) Complete and return the Acknowledgement and Receipt Form attached to this letter within 30 days. (5) Report adverse events to Cook Medical Customer Relations by phone at 800.457.4500 or 812.339.2235, Monday through Friday between 7:30 am and 5:00 pm (Eastern time), or by email via CustomerRelationsNA@CookMedical.com.", + "distribution_pattern": "Worldwide distribution - US Nationwide in the states of: AL, CA, CO, FL, GA, IA, IL, KY, LA, MD, MI, MN, MO, NC, NY, OH, OK, OR, PA, RI, TN, TX, UT, VA, WA, WI; the District of Columbia and the countries of Belgium, India Italy, Spain, and United Kingdom.", + "firm_fei_number": "1820334", + "state": "IN", + "product_description": "Central Venous Catheter Set Heparin Coated Triple Lumen Polyurethane, Catalog Identifiers: C-UTLM-501J-25-6.5-WCE-BH, C-UTLM-501J-BH\n\nProduct Usage:\nThe central venous catheter is designed for treatment of critically ill patients and is suggested for: 1. Continuous or intermittent drug infusions; 2. Central venous blood pressure monitoring (CVP); 3. Acute hyperalimentation; 4. Blood sampling; 5. Delivery of whole blood or blood products; 6. Simultaneous, separate infusion of drugs", + "root_cause_description": "Process control", + "event_date_created": "2018-02-15", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2019-05-08", + "recalling_firm": "Cook Inc.", + "product_res_number": "Z-0632-2018", + "recall_status": "Terminated", + "res_event_number": "79050", + "postal_code": "47404-9120" + }, + { + "event_date_initiated": "2017-07-31", + "city": "Bloomington", + "address_1": "750 N Daniels Way", + "reason_for_recall": "Central venous catheters may not fit over guide wire potentially causing procedure delay.", + "product_code": "FOZ", + "code_info": "Lot Number (Expiration date): 5901462 (30-January-2018)", + "product_quantity": "50", + "additional_info_contact": "Cook Medical Customer Relations Department\n812-339-2235", + "action": "Cook sent an Urgent Medical Device Recall dated July 31, 2017 to affected customers. The letter identified the affected product problem and actions to be taken. The letter instructed customers to (1) Examine inventory immediately to determine if you have affected products and quarantine affected products. (2) Return the affected products to Cook Medical with a copy of the Acknowledgement and Receipt Form to receive a product credit. (3) Even if you do not have affected products on hand, you must still complete the Acknowledgement and Receipt Form and send it via fax (812.339.7316) or email (FieldActionsNA@CookMedical.com). (4) Complete and return the Acknowledgement and Receipt Form attached to this letter within 30 days. (5) Report adverse events to Cook Medical Customer Relations by phone at 800.457.4500 or 812.339.2235, Monday through Friday between 7:30 am and 5:00 pm (Eastern time), or by email via CustomerRelationsNA@CookMedical.com.", + "distribution_pattern": "Worldwide distribution - US Nationwide in the states of: AL, CA, CO, FL, GA, IA, IL, KY, LA, MD, MI, MN, MO, NC, NY, OH, OK, OR, PA, RI, TN, TX, UT, VA, WA, WI; the District of Columbia and the countries of Belgium, India Italy, Spain, and United Kingdom.", + "k_numbers": [ + "K173416" + ], + "firm_fei_number": "1820334", + "state": "IN", + "product_description": "Central Venous Tray Triple Lumen Polyurethane Catheter, Catalog Identifier: C-UTLMY-501J-CCT\n\nProduct Usage:\nThe central venous catheter is designed for treatment of critically ill patients and is suggested for: 1. Continuous or intermittent drug infusions; 2. Central venous blood pressure monitoring (CVP); 3. Acute hyperalimentation; 4. Blood sampling; 5. Delivery of whole blood or blood products; 6. Simultaneous, separate infusion of drugs", + "root_cause_description": "Process control", + "event_date_created": "2018-02-15", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2019-05-08", + "recalling_firm": "Cook Inc.", + "product_res_number": "Z-0633-2018", + "recall_status": "Terminated", + "res_event_number": "79050", + "postal_code": "47404-9120" + }, + { + "event_date_initiated": "2017-07-31", + "city": "Bloomington", + "address_1": "750 N Daniels Way", + "reason_for_recall": "Central venous catheters may not fit over guide wire potentially causing procedure delay.", + "product_code": "FOZ", + "code_info": "Lot Number (Expiration date): 7693203 (01-May-2019), 7611811 (01-May-2019), 7625110 (01-May-2019), 7625111 (01-May-2019), 7689802 (01-May-2019), 7713113 (01-May-2019), and 7724842 (01-September-2019).", + "product_quantity": "304", + "additional_info_contact": "Cook Medical Customer Relations Department\n812-339-2235", + "action": "Cook sent an Urgent Medical Device Recall dated July 31, 2017 to affected customers. The letter identified the affected product problem and actions to be taken. The letter instructed customers to (1) Examine inventory immediately to determine if you have affected products and quarantine affected products. (2) Return the affected products to Cook Medical with a copy of the Acknowledgement and Receipt Form to receive a product credit. (3) Even if you do not have affected products on hand, you must still complete the Acknowledgement and Receipt Form and send it via fax (812.339.7316) or email (FieldActionsNA@CookMedical.com). (4) Complete and return the Acknowledgement and Receipt Form attached to this letter within 30 days. (5) Report adverse events to Cook Medical Customer Relations by phone at 800.457.4500 or 812.339.2235, Monday through Friday between 7:30 am and 5:00 pm (Eastern time), or by email via CustomerRelationsNA@CookMedical.com.", + "distribution_pattern": "Worldwide distribution - US Nationwide in the states of: AL, CA, CO, FL, GA, IA, IL, KY, LA, MD, MI, MN, MO, NC, NY, OH, OK, OR, PA, RI, TN, TX, UT, VA, WA, WI; the District of Columbia and the countries of Belgium, India Italy, Spain, and United Kingdom.", + "k_numbers": [ + "K033843" + ], + "firm_fei_number": "1820334", + "state": "IN", + "product_description": "Spectrum Central Venous Catheter Tray Minocycline/Rifampin Antibiotic Impregnated, Catalog Identifiers: C-UTLMY-501J-ABRM-HC-FST and C-UTLMY-501J-ABRM-HC-IHI-FST\n\nUsage:\nThe Spectrum Central Venous Catheter is used for the intravenous administration of nutrient fluids, chemotherapeutic agents, and other drugs for therapy, blood sampling, blood delivery, and venous pressure monitoring", + "root_cause_description": "Process control", + "event_date_created": "2018-02-15", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2019-05-08", + "recalling_firm": "Cook Inc.", + "product_res_number": "Z-0634-2018", + "recall_status": "Terminated", + "res_event_number": "79050", + "postal_code": "47404-9120" + }, + { + "event_date_initiated": "2007-01-02", + "city": "Bloomington", + "event_date_posted": "2007-03-16", + "address_1": "750 Daniels Way", + "reason_for_recall": "These catheters do not include the proximal sidehole as required by the specification.", + "product_code": "FOZ", + "code_info": "Lots 1794998 and 1793611.", + "product_quantity": "100", + "additional_info_contact": "800-346-2626", + "action": "Consignees were notified by phone on 1/2/07 and instructed to return the product.", + "distribution_pattern": "Nationwide, including the states of Florida, Louisiana, Maine, Massachusetts, Minnesota, Missouri, New Jersey and North Carolina.", + "k_numbers": [ + "K950118" + ], + "firm_fei_number": "1820334", + "state": "IN", + "product_description": "COOK Triple Lumen Central Venous Catheter Tray with Cook Spectrum¿ Glide¿ Antimicrobial Catheter with EZ--Pass¿ Hydrophilic Coating: Reorder Number C-UTLMY-701J-RSC-ABRM-HC-FST-A.", + "root_cause_description": "Other", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2007-12-05", + "recalling_firm": "Cook, Inc.", + "product_res_number": "Z-0637-2007", + "recall_status": "Terminated", + "res_event_number": "37102", + "postal_code": "47404-9120" + }, + { + "event_date_initiated": "2016-10-21", + "city": "Williamston", + "event_date_posted": "2016-12-02", + "address_1": "100 Centurion Way", + "reason_for_recall": "The kits contain Multi-Med Single Lumen Catheters that\r\nhave a potential for excess material to remain at the tip of the catheter from the manufacturing process. It\r\nis possible that the excess material may separate from the catheter during use and pose a potential risk\r\nof embolism, which could result in serious injury or death.", + "product_code": "FOZ", + "code_info": "Centurion Kit Code\t\t ECVC1680\t\t Kit Description SINGLE LUMEN INSERTION BUNDLE Lot Number(s) 2016062150 2016062950 2016070650 Centurion Kit Code ECVC4785\t Kit Description SINGLE LUMEN BUNDLE Lot Number(s) 2016081550 Centurion Kit Code M11620HKIC\t Kit Description MULTI-MED - Central Venous Catheter (1 Lumen, 16G, 20cm) \t Lot numbers 2016051050\t\t 2016053150 2016060750 2016061550 2016063050 2016072050 2016080250 2016091950 Centurion Kit Code M11620HKICNL Kit Description\t MULTI-MED - Central Venous Catheter (1 Lumen, 16G, 20cm)\t Lot numbers 2016060750 2016072650 2016093050 2016101050 Centurion Kit Code M11620HS\t Kit Description MULTI-MED - Central Venous Catheter (1 Lumen, 16G, 20cm) \t Lot numbers 2016052050 2016062850 2016082350 2016082650 2016090250 Centurion Kit Code M11620KC\t Kit Description MULTI-MED - Central Venous Catheter (1 Lumen, 16G, 20cm)\t Lot numbers 2016050950 2016053150 2016060750 2016071250 2016080350 2016082950 Centurion Kit Code M11620KCNL\t Kit Description MULTI-MED - Central Venous Catheter (1 Lumen, 16G, 20cm)\t Lot numbers\t\t 2016060850 2016061650 2016062050 2016070550 2016071950 2016080250 2016090750 Centurion Kit Code M12013K\t Kit Description MULTI-MED - Central Venous Catheter (1 Lumen, 20G, 13cm)\t Lot numbers\t 2016071350 2016072050 2016092650 2016100650 Centurion Kit Code M12013KNL\t Kit Description MULTI-MED - Central Venous Catheter (1 Lumen, 20G, 13cm)\t Lot numbers\t\t 2016072950 2016082450", + "product_quantity": "1000 kits", + "additional_info_contact": "517-546-5400", + "action": "Centurion sent an Urgent Recall Notice dated October 21, 2016, to all affected customers. The letter identified the product, the problem, and the action to be taken by the customer. Customers were instructed to discontinue use of this product immediately, and forward a copy of this notice to other users to whom this product may have been further distributed. In addition, customers were instructed to complete the attached form at their earliest convenience and fax to 517-546-3356.\r\nFor questions regarding this recall call 517-546-5400.", + "distribution_pattern": "Nationwide Distribution", + "k_numbers": [ + "K955839" + ], + "firm_fei_number": "1038445", + "state": "MI", + "product_description": "Multi-Med Single Lumen Catheters sold in Centurion convenience kits.\nThe Multi-Med catheter is indicated for use in patients requiring administration of solutions, blood sampling, and central venous pressure monitoring.", + "root_cause_description": "Process control", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2017-07-20", + "recalling_firm": "Centurion Medical Products Corporation", + "product_res_number": "Z-0647-2017", + "recall_status": "Terminated", + "res_event_number": "75536", + "postal_code": "48895-9086" + }, + { + "event_date_initiated": "2017-10-17", + "city": "Reading", + "event_date_posted": "2018-02-20", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "These finished good kits may contain the incorrect Springwire Guide (SWG).", + "product_code": "FOZ", + "code_info": "Lot number: 23F16M0054", + "product_quantity": "5,926 total", + "additional_info_contact": "Karen Boylan\n610-378-0131", + "action": "On October 17, 2017 an Urgent Medical Device recall letter from Arrow International was issued to customers requesting that customers review their inventory for product, which should immediately be discontinued and quarantined. The products are then to be returned to the firm. Questions or concerns can be directed to: Customer Service at 18662466990.", + "distribution_pattern": "Distribution US Nationwide", + "k_numbers": [ + "K071538" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "Pressure Injectable ARROWg+ard Blue PLUS Multi Lumen Central Venous Catheterization Kit; Product Code: ASK 42703 PUHC; Exp. Dates Feb 2018 - Nov 2018", + "root_cause_description": "Process control", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-04-14", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0647-2018", + "recall_status": "Terminated", + "res_event_number": "79197", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2017-10-17", + "city": "Reading", + "event_date_posted": "2018-02-20", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "These finished good kits may contain the incorrect Springwire Guide (SWG).", + "product_code": "FOZ", + "code_info": "Lot numbers: Product Code ASK-45703-PNHS:  23F16M0498  Product Code ASK-45703-PGMCL:  23F17A0505  Product Code ASK-45703-PNW:  23F17B0116", + "product_quantity": "5,926 total", + "additional_info_contact": "Karen Boylan\n610-378-0131", + "action": "On October 17, 2017 an Urgent Medical Device recall letter from Arrow International was issued to customers requesting that customers review their inventory for product, which should immediately be discontinued and quarantined. The products are then to be returned to the firm. Questions or concerns can be directed to: Customer Service at 18662466990.", + "distribution_pattern": "Distribution US Nationwide", + "k_numbers": [ + "K071538" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "Pressure Injectable ARROWg+ard Blue PLUS MultiLumen Central Venous Catheterization Kit; Product Codes: ASK-45703-PNHS; ASK-45703-PGMCL; ASK-45703-PNW; Exp. Dates Feb 2018 - Nov 2018", + "root_cause_description": "Process control", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-04-14", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0649-2018", + "recall_status": "Terminated", + "res_event_number": "79197", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2017-10-17", + "city": "Reading", + "event_date_posted": "2018-02-20", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "These finished good kits may contain the incorrect Springwire Guide (SWG).", + "product_code": "FOZ", + "code_info": "Lot number: 13F17C0400", + "product_quantity": "5,926 total", + "additional_info_contact": "Karen Boylan\n610-378-0131", + "action": "On October 17, 2017 an Urgent Medical Device recall letter from Arrow International was issued to customers requesting that customers review their inventory for product, which should immediately be discontinued and quarantined. The products are then to be returned to the firm. Questions or concerns can be directed to: Customer Service at 18662466990.", + "distribution_pattern": "Distribution US Nationwide", + "k_numbers": [ + "K071538" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "Pressure Injectable Multi Lumen Central Venous Catheterization Kit with Blue\nFlexTip Catheter and Sharps Safety Features; \nProduct Code: ASK-15703-PRWJ; Exp. Dates Feb 2018- Nov 2018", + "root_cause_description": "Process control", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-04-14", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0651-2018", + "recall_status": "Terminated", + "res_event_number": "79197", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2017-10-17", + "city": "Reading", + "event_date_posted": "2018-02-20", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "These finished good kits may contain the incorrect Springwire Guide (SWG).", + "product_code": "FOZ", + "code_info": "Lot number: 23F17D0182", + "product_quantity": "5,926 total", + "additional_info_contact": "Karen Boylan\n610-378-0131", + "action": "On October 17, 2017 an Urgent Medical Device recall letter from Arrow International was issued to customers requesting that customers review their inventory for product, which should immediately be discontinued and quarantined. The products are then to be returned to the firm. Questions or concerns can be directed to: Customer Service at 18662466990.", + "distribution_pattern": "Distribution US Nationwide", + "k_numbers": [ + "K071538" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "Pressure Injectable ARROWg+ard Blue PLUS Multi Lumen Central Venous\nCatheterization Kit; Product code: ASK-45703-PHF2; Exp. Dates Feb 2018 - Nov 2018", + "root_cause_description": "Process control", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-04-14", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0653-2018", + "recall_status": "Terminated", + "res_event_number": "79197", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2017-10-17", + "city": "Reading", + "event_date_posted": "2018-02-20", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "These finished good kits may contain the incorrect Springwire Guide (SWG).", + "product_code": "FOZ", + "code_info": "Lot numbers:  Product Codes CDC-42703-XP1A: 23F16M0507 Product Code CDC-47702-XP1A: 23F17A0533", + "product_quantity": "5,926 total", + "additional_info_contact": "Karen Boylan\n610-378-0131", + "action": "On October 17, 2017 an Urgent Medical Device recall letter from Arrow International was issued to customers requesting that customers review their inventory for product, which should immediately be discontinued and quarantined. The products are then to be returned to the firm. Questions or concerns can be directed to: Customer Service at 18662466990.", + "distribution_pattern": "Distribution US Nationwide", + "k_numbers": [ + "K071538" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "AGB+ Multi Lumen Central Venous Catheterization Kit; Product Codes: CDC-42703-XP1A and CDC-47702-XP1A; Exp. Dates Feb 2018 - Nov 2018", + "root_cause_description": "Process control", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-04-14", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0655-2018", + "recall_status": "Terminated", + "res_event_number": "79197", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2017-10-17", + "city": "Reading", + "event_date_posted": "2018-02-20", + "address_1": "2400 Bernville Rd", + "reason_for_recall": "These finished good kits may contain the incorrect Springwire Guide (SWG).", + "product_code": "FOZ", + "code_info": "Lot numbers: 13F17C0102 and 13F16M0264", + "product_quantity": "5,926 total", + "additional_info_contact": "Karen Boylan\n610-378-0131", + "action": "On October 17, 2017 an Urgent Medical Device recall letter from Arrow International was issued to customers requesting that customers review their inventory for product, which should immediately be discontinued and quarantined. The products are then to be returned to the firm. Questions or concerns can be directed to: Customer Service at 18662466990.", + "distribution_pattern": "Distribution US Nationwide", + "k_numbers": [ + "K993691" + ], + "firm_fei_number": "2518433", + "state": "PA", + "product_description": "ARROWg+ard Blue Plus Multi Lumen CVC (Central venous catheter); Product Code: AK-45703-ACDC; Exp. Dates Feb 2018 - Nov 2018", + "root_cause_description": "Process control", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2020-04-14", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0656-2018", + "recall_status": "Terminated", + "res_event_number": "79197", + "postal_code": "19605-9607" + }, + { + "event_date_initiated": "2016-11-28", + "city": "Bloomington", + "event_date_posted": "2016-12-12", + "address_1": "750 N Daniels Way", + "reason_for_recall": "Cook Medical has received reports of the trays containing the incorrect needle, which in some cases could result in the inability to pass a wire guide through the needle.\r\nPotential adverse events that may occur as a result of utilizing needles of incorrect size include delay in treatment, which could be critical in an emergent situation. There have been no reports of illness or injury associated with this issue.", + "product_code": "FOZ", + "code_info": "catalog number: C-UDLMY-401J-ABRM-HC-FST Lot 6498570 catalog number: C-UTLMY-501J-ABRM-HC-FST Lot 6501835  Exp date 9/30/2018", + "product_quantity": "99 units", + "additional_info_contact": "Cook Medical Customer Relations Departme\n800-457-4500", + "action": "Cook Medical sent an Urgent - Medical Device Recall letter dated November 23, 2016. to all affected customers. The letter identified the product the problem and the action needed to be taken. \r\n\r\n Action to be taken: \r\n1. Please review the attached list of affected products and lot numbers that were shipped to your account and quarantine any affected products that remain unused. \r\n2. Immediately collect and return all unused affected products to Cook Medical as soon as possible for credit. \r\n3. Please complete the attached Acknowledgement and Receipt Form and return it to Cook Medical. \r\n4. Please report any adverse event to Cook Medical Customer Relations at (800) 457-4500 or 1(812) 339-2235, Monday through Friday between 7:30 am and 5:00 pm Eastern Standard Time or e-mail at fieldactionsna@cookmedical.com. \r\n\r\nTransmission of this notice: \r\nThis notice must be passed on to appropriate personnel, including down to the user level, within your organization or to any organization where the potentially affected devices have been transferred. \r\n \r\nShould you have any questions or concerns, please do not hesitate to contact Cook Medical Customer Relations at (800) 457-4500 or 1(812) 339-2235.", + "distribution_pattern": "AZ\r\nCA\r\nDC\r\nGA\r\nIL\r\nLA\r\nMN\r\nMS\r\nNC\r\nNV\r\nNY\r\nOK\r\nPA\r\nTN\r\nTX\r\nWI", + "k_numbers": [ + "K033843" + ], + "firm_fei_number": "1820334", + "state": "IN", + "product_description": "Cook Spectrum Minocycline/Rifampin Impregnated Double Lumen Central Venous Catheter Tray\nCook Spectrum Minocycline/Rifampin Impregnated Triple Lumen Central Venous Catheter Tray", + "root_cause_description": "Mixed-up of materials/components", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2017-09-06", + "recalling_firm": "Cook Inc.", + "product_res_number": "Z-0733-2017", + "recall_status": "Terminated", + "res_event_number": "75793", + "postal_code": "47404-9120" + }, + { + "event_date_initiated": "2009-11-24", + "city": "Reading", + "event_date_posted": "2010-03-05", + "address_1": "2400 Bernville Road", + "reason_for_recall": "Q-Syte Component contained in kits was recalled by manufacturer due to the potential for embolism if used with a central venous catheter.", + "product_code": "FOZ", + "code_info": "Product number ASK-42703-SJH. Lot numbers RF9055789 and RF9071896", + "product_quantity": "77 kits", + "additional_info_contact": "Customer Service Department\n800-523-8446", + "action": "The recalling firm issued an Urgent Medical Device Recall letter dated 11/24/09 to their customers informing them of the problem the need to return any kits in inventory and notify their customers of the recall. For additional information customers can contact the Customer Service Department at 800-523-8446.", + "distribution_pattern": "The products were shipped to distributors in GA, MD, and VA.", + "k_numbers": [ + "K993691" + ], + "firm_fei_number": "1710034", + "state": "PA", + "product_description": "Multi-Lumen Central Venous Catheterization Kit with Blue Flex-Tip(R), ARROWg+ard Blue PLUS (R) Catheter, Sharps Safety Features and Maximal Barrier Precautions. The product is shipped in cases containing 5 catheters (contains Q-Syte)", + "root_cause_description": "Nonconforming Material/Component", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2012-01-18", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0785-2010", + "recall_status": "Terminated", + "res_event_number": "53954", + "postal_code": "19605" + }, + { + "event_date_initiated": "2009-11-24", + "city": "Reading", + "event_date_posted": "2010-03-05", + "address_1": "2400 Bernville Road", + "reason_for_recall": "Q-Syte Component contained in kits was recalled by manufacturer due to the potential for embolism if used with a central venous catheter.", + "product_code": "FOZ", + "code_info": "Product number ASK-42802-SHB. Lot numbers RF9068926", + "product_quantity": "20 kits", + "additional_info_contact": "Customer Service Department\n800-523-8446", + "action": "The recalling firm issued an Urgent Medical Device Recall letter dated 11/24/09 to their customers informing them of the problem the need to return any kits in inventory and notify their customers of the recall. For additional information customers can contact the Customer Service Department at 800-523-8446.", + "distribution_pattern": "The products were shipped to distributors in GA, MD, and VA.", + "k_numbers": [ + "K993691" + ], + "firm_fei_number": "1710034", + "state": "PA", + "product_description": "Two-Lumen Central Venous Catheterization Kit with Blue Flex-Tip(R), ARROWg+ard Blue PLUS (R) Catheter, Sharps Safety Features and Maximal Barrier Precautions. The product is shipped in cases containing 5 catheters (contains Q-Syte)", + "root_cause_description": "Nonconforming Material/Component", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2012-01-18", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0786-2010", + "recall_status": "Terminated", + "res_event_number": "53954", + "postal_code": "19605" + }, + { + "event_date_initiated": "2009-11-24", + "city": "Reading", + "event_date_posted": "2010-03-05", + "address_1": "2400 Bernville Road", + "reason_for_recall": "Q-Syte Component contained in kits was recalled by manufacturer due to the potential for embolism if used with a central venous catheter.", + "product_code": "FOZ", + "code_info": "Product number ASK-45703-SHB. Lot numbers RF9071258 and RF9069621", + "product_quantity": "149 kits", + "additional_info_contact": "Customer Service Department\n800-523-8446", + "action": "The recalling firm issued an Urgent Medical Device Recall letter dated 11/24/09 to their customers informing them of the problem the need to return any kits in inventory and notify their customers of the recall. For additional information customers can contact the Customer Service Department at 800-523-8446.", + "distribution_pattern": "The products were shipped to distributors in GA, MD, and VA.", + "k_numbers": [ + "K993691" + ], + "firm_fei_number": "1710034", + "state": "PA", + "product_description": "Multi-Lumen Central Venous Catheterization Kit with Blue Flex-Tip(R), ARROWg+ard Blue PLUS (R) Catheter, Sharps Safety Features and Maximal Barrier Precautions. (contains Q-Syte)", + "root_cause_description": "Nonconforming Material/Component", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2012-01-18", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0787-2010", + "recall_status": "Terminated", + "res_event_number": "53954", + "postal_code": "19605" + }, + { + "event_date_initiated": "2009-11-24", + "city": "Reading", + "event_date_posted": "2010-03-05", + "address_1": "2400 Bernville Road", + "reason_for_recall": "Q-Syte Component contained in kits was recalled by manufacturer due to the potential for embolism if used with a central venous catheter.", + "product_code": "FOZ", + "code_info": "Product number ASK-45703-UVA2. Lot numbers RF9056115, RF9056743, and RF9060775", + "product_quantity": "180 kits", + "additional_info_contact": "Customer Service Department\n800-523-8446", + "action": "The recalling firm issued an Urgent Medical Device Recall letter dated 11/24/09 to their customers informing them of the problem the need to return any kits in inventory and notify their customers of the recall. For additional information customers can contact the Customer Service Department at 800-523-8446.", + "distribution_pattern": "The products were shipped to distributors in GA, MD, and VA.", + "k_numbers": [ + "K993691" + ], + "firm_fei_number": "1710034", + "state": "PA", + "product_description": "Multi-Lumen Central Venous Catheterization Kit with Blue Flex-Tip(R), ARROWg+ard Blue PLUS (R) Catheter, Sharps Safety Features and Maximal Barrier Precautions. (contains Q-Syte)", + "root_cause_description": "Nonconforming Material/Component", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2012-01-18", + "recalling_firm": "Arrow International Inc", + "product_res_number": "Z-0788-2010", + "recall_status": "Terminated", + "res_event_number": "53954", + "postal_code": "19605" + }, + { + "event_date_initiated": "2016-11-21", + "city": "Minneapolis", + "event_date_posted": "2016-12-19", + "address_1": "6000 Nathan Ln N", + "reason_for_recall": "Smiths Medical became aware that three (3) lots of Acuvance2 Safety Catheter, product number 1720-AI, contain devices with missing or incorrectly positioned side port valves.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2017-08-01", + "recalling_firm": "Smiths Medical ASD Inc.", + "product_res_number": "Z-0789-2017", + "code_info": "3120882, 3120883, 3220733", + "product_quantity": "26,750", + "recall_status": "Terminated", + "res_event_number": "75742", + "action": "Consignees were sent on 11/21/2016 a Smiths Medical \"Urgent Medical Device Field Safety Notice: dated November 18, 2016. The letter was addressed to \"Clinician who uses the Acuvance¿2 Safety Catheter\". The letter described the Reason for Recall, Risk to Health, and Instructions to Customers. Requested consignees to complete and return the \"Urgent Medical Device Field Safety Notice Response Form\" within 10 days of receipt. For questions contact Stericycle via email at the smithsmedicalrecall@stericycle.com.", + "distribution_pattern": "Foreign Distribution in the Italy, France, Switzerland, Germany, Sweden", + "k_numbers": [ + "K012128" + ], + "firm_fei_number": "3004187702", + "state": "MN", + "product_description": "Acuvance¿2 Safety Catheter, Product No. 1720-AI\n\nProduct Usage:\nThe Acuvance¿ 2 Safety Catheter is a Peripheral Intravenous Catheter (PIVC). PIVCs are designed for single use venipuncture on all patient populations where access to the veins and arteries are required. The catheter has a Safety Needle Assembly (SAN) designed to reduce risk of accidental needle sticks to the operators. The lateral port is equipped with a non-return silicone valve and a polypropylene snap cap with a winged polypropylene hub for fastening.", + "postal_code": "55442-1690", + "root_cause_description": "Process control" + }, + { + "event_date_initiated": "2013-12-06", + "city": "Salt Lake City", + "event_date_posted": "2014-01-23", + "address_1": "605 North 5600 West", + "reason_for_recall": "Bard Access Systems is recalling various Low Profile Port with 6.6 Fr Single Lumen Broviac Catheter because a small number of Silicone catheters in the may be undersized to 5.3 Fr instead of 6.6 Fr as stated in the labeling for the device.", + "product_code": "FOZ", + "openfda": { + "k_number": [ + "K940634", + "K984614", + "K912165", + "K140419", + "K984059", + "K844219", + "K912563", + "K840815", + "K012128", + "K021130", + "K981368", + "K013800", + "K834255", + "K944968", + "K811171", + "K851101", + "K010410", + "K113700", + "K830539", + "K001616", + "K910566", + "K813396", + "K060174", + "K132153", + "K834480", + "K932946", + "K200373", + "K013556", + "K821679", + "K982558", + "K823565", + "K881666", + "K200263", + "K080793", + "K875082", + "K081420", + "K090973", + "K760163", + "K980493", + "K110443", + "K971339", + "K920028", + "K992532", + "K770181", + "K822776", + "K013182", + "K090502", + "K823351", + "K926405", + "K883980", + "K193158", + "K073520", + "K993691", + "K123734", + "K902527", + "K121488", + "K872585", + "K151698", + "K112542", + "K033853", + "K000997", + "K862480", + "K120337", + "K011967", + "K910564", + "K111236", + "K881767", + "K943023", + "K904558", + "K111366", + "K071538", + "K990236", + "K911251", + "K895734", + "K874582", + "K833092", + "K984055", + "K850278", + "K000087", + "K960013", + "K944660", + "K914528", + "K002142", + "K151513", + "K110794", + "K932789", + "K971991", + "K931668", + "K830765", + "K901263", + "K991406", + "K904121", + "K121007", + "K903347", + "K011982", + "K860290", + "K011297", + "K944367", + "K974015", + "K191232", + "K990308", + "K844193", + "K112347", + "K860256", + "K052564", + "K000665", + "K905009", + "K083429", + "K163358", + "K970864", + "K130518", + "K844113", + "K931729", + "K923702", + "K861117", + "K024007", + "K183399", + "K061250", + "K953811", + "K791918", + "K945521", + "K043446", + "K021557", + "K051355", + "K954112", + "K192533", + "K990390", + "K153280", + "K960764", + "K002786", + "K152272", + "K896774", + "K984189", + "K020785", + "K970736", + "K884325", + "K052881", + "K904648", + "K910572", + "K964048", + "K092629", + "K821372", + "K161777", + "K853348", + "K033500", + "K150611", + "K850460", + "K864038", + "K190001", + "K854308", + "K192230", + "K964050", + "K800525", + "K171530", + "K890751", + "K884806", + "K981905", + "K090122", + "K872998", + "K944368", + "K150407", + "K921955", + "K001795", + "K100282", + "K192676", + "K945053", + "K141026", + "K143610", + "K060341", + "K790914", + "K800786", + "K861510", + "K852078", + "K895942", + "K861479", + "K772354", + "K112290", + "K850349", + "K901701", + "K081113", + "K884701", + "K926097", + "K850369", + "K192493", + "K160592", + "K894371", + "K972264", + "K821699", + "K953120", + "K861725", + "K834073", + "K850887", + "K850276", + "K946170", + "K915065", + "K840862", + "K160235", + "K000235", + "K901640", + "K801537", + "K032417", + "K840355", + "K140270", + "K873050", + "K834393", + "K161779", + "K962577", + "K950118", + "K003187", + "K073241", + "K982805", + "K970669", + "K113622", + "K010406", + "K963196", + "K973561", + "K780350", + "K102520", + "K162377", + "K861015", + "K941678", + "K150109", + "K952645", + "K142797", + "K833091", + "K993515", + "K924968", + "K142136", + "K153298", + "K182252", + "K022756", + "K010021", + "K172506", + "K981382", + "K833135", + "K842577", + "K862153", + "K812159", + "K011860", + "K942045", + "K935090", + "K160374", + "K895191", + "K170336", + "K864949", + "K871546", + "K850398", + "K920133", + "K770511", + "K161866", + "K841880", + "K884577", + "K854566", + "K933050", + "K790967", + "K140136", + "K830573", + "K201717", + "K833657", + "K993518", + "K940441", + "K100974", + "K182538", + "K032962", + "K962226", + "K926544", + "K812137", + "K821577", + "K880260", + "K801575", + "K830541", + "K013287", + "K912358", + "K860474", + "K944511", + "K172204", + "K930048", + "K003245", + "K033843", + "K032274", + "K821371", + "K073471", + "K121073", + "K010034", + "K032292", + "K884259", + "K193278", + "K915824", + "K894611", + "K070705", + "K893003", + "K883415", + "K042862", + "K851142", + "K071382", + "K190855", + "K843033", + "K992198", + "K881215", + "K801414", + "K905415", + "K830972", + "K974543", + "K042504", + "K040427", + "K964966", + "K070020", + "K113565", + "K870403", + "K203069", + "K895768", + "K900116", + "K964049", + "K032777", + "K172496", + "K173354", + "K953252", + "K802918", + "K914180", + "K891087", + "K140504", + "K790968", + "K954887", + "K021139", + "K082997", + "K910565", + "K904150", + "K000632", + "K033250", + "K955053", + "K162894", + "K022099", + "K903732", + "K953335", + "K770403", + "K943349", + "K072419", + "K963867", + "K770751", + "K954428", + "K853701", + "K023253", + "K931073", + "K163513", + "K120839", + "K100775", + "K921270", + "K091709", + "K896813", + "K983409", + "K083454", + "K950301", + "K003553", + "K932071", + "K920828", + "K133856", + "K895812", + "K941417", + "K972262", + "K780105", + "K062108", + "K893546", + "K050114", + "K053120", + "K883866", + "K821929", + "K944410", + "K200266", + "K944504", + "K932947", + "K032843", + "K122544", + "K770510", + "K960051", + "K961552", + "K950737", + "K840116", + "K013073", + "K123267", + "K902135", + "K940775", + "K983916", + "K970644", + "K070451", + "K813345", + "K974764", + "K980566", + "K772011", + "K823017", + "K951620", + "K905463", + "K063469", + "K955839", + "K904122", + "K881976", + "K862130", + "K081690", + "K920635", + "K141138", + "K912158", + "K801941", + "K030479", + "K113429", + "K131555", + "K903545", + "K900056", + "K923323", + "K851327", + "K834227", + "K832624", + "K940385", + "K992732", + "K910799", + "K840183", + "K984590", + "K875177", + "K052389", + "K920638", + "K972254", + "K200891", + "K133280", + "K803238", + "K931027", + "K950284", + "K881236", + "K900263", + "K760319", + "K853988", + "K041345", + "K822023", + "K890435", + "K002033", + "K952861", + "K182870", + "K914378", + "K771573", + "K962938", + "K093546", + "K953805", + "K111939", + "K813374", + "K030571", + "K771381", + "K972263", + "K081953", + "K920128", + "K011937", + "K971990", + "K851981", + "K832558", + "K170283", + "K082362", + "K933467", + "K944302", + "K842133", + "K895597", + "K882242", + "K161681", + "K952058", + "K952256", + "K952757", + "K201075", + "K944336", + "K833079", + "K893965" + ], + "registration_number": [ + "3000268902", + "2032112", + "1000563940", + "3014758767", + "9680794", + "3006621386", + "3015724078", + "2025816", + "1055927", + "3012783688", + "3009220482", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3007616112", + "8020616", + "9680091", + "3016784016", + "8021545", + "3006948478", + "3010413216", + "8010026", + "3014477782", + "1410248", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "2030624", + "3003895440", + "9680143", + "3012307300", + "1650907", + "1820334", + "9612126", + "3003418325", + "1710034", + "8041187", + "3008403546", + "9617594", + "1928237", + "3010882065", + "3015060232", + "3006260740", + "1219611", + "2024024", + "1625425", + "3006942602", + "3012494290", + "3005034064", + "2032758", + "3013298431", + "3012050423", + "3012542015", + "9610849", + "3003674698", + "3016727301", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "2029214", + "1319639", + "2527072", + "9616157", + "3005515211", + "9615588", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "2245270", + "3006979819", + "3008307705", + "9616088", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3011137372", + "9610987", + "3012421607", + "3015751263", + "3015522053", + "3017892510", + "3005011024", + "3007054491", + "9680437", + "3015859709", + "2029015", + "2244478", + "3016678045", + "3012104670", + "3005941719", + "1319211", + "9611446", + "9617592", + "3005246939", + "2648045", + "9610993", + "3009380063", + "8040227", + "3013654137", + "3010131137", + "3013517171", + "1647137", + "2243072", + "2532083", + "3004134316", + "3010532612", + "9610847", + "3002533790", + "3013659863", + "2518433", + "2184009", + "1644312", + "1223004", + "2518902", + "1123137", + "3004187702", + "1419629", + "8020889", + "8043983", + "1061124", + "3010754844", + "9681835", + "3009249481", + "3015422213", + "8020785", + "3015550451", + "2183744", + "3002807350", + "9616567", + "1065831", + "1000523114", + "8031563", + "1036844", + "3006367242", + "3003902955", + "3010041511", + "3009291251", + "1423537", + "3005987240", + "1035907", + "3002601200", + "3011088743", + "8041145", + "3013561886", + "1713468", + "3015997711", + "1038445", + "9610048", + "1220905", + "1000587249", + "9612086", + "1030583", + "2015691", + "3012410077", + "3014270673", + "9617604", + "3010421104", + "3004129394", + "3013082799", + "3003618391", + "3008410596", + "3017219795", + "3007207906", + "3001124136", + "3015474943", + "9610825", + "3011689956", + "3012798826", + "9612433", + "3003916417", + "3004784537", + "3013557562" + ], + "fei_number": [ + "1000117748", + "3000268902", + "3003076831", + "3002468371", + "1000563940", + "3002808465", + "3014758767", + "3002808464", + "3006621386", + "3015724078", + "2025816", + "3012783688", + "3002807111", + "3009220482", + "3000206435", + "3008770691", + "3002807314", + "3002806603", + "3011237770", + "3002681132", + "3002807548", + "3007616112", + "3003910417", + "3016784016", + "3006948478", + "3010413216", + "3014477782", + "1410248", + "3002806830", + "3014101058", + "2011171", + "3009211636", + "1000163068", + "1282497", + "3002808374", + "3014656749", + "3004111573", + "1048014", + "3006846316", + "3011357022", + "3010055973", + "3003895440", + "3002973487", + "3012307300", + "1820334", + "3003418325", + "1710034", + "3003218564", + "2828", + "3008403546", + "3002963732", + "1928237", + "3002806482", + "3003737899", + "3015060232", + "3002939122", + "3006260740", + "3002807710", + "1219611", + "2024024", + "3003382061", + "3003807466", + "3006097687", + "1625425", + "3012494290", + "3006942602", + "3005034064", + "3013298431", + "3012050423", + "3002806476", + "3012542015", + "3003674698", + "3016727301", + "3002974635", + "3000247873", + "1721686", + "3010384323", + "3010425778", + "3008496528", + "3010605677", + "3002807725", + "1000174591", + "2527072", + "3005515211", + "1721676", + "3003442380", + "3003915875", + "3012809732", + "3002806470", + "3012636179", + "2523676", + "1018233", + "3012627824", + "3010220595", + "3010392988", + "3006082230", + "1000120555", + "2245270", + "3006979819", + "3008307705", + "3005747797", + "3012232810", + "3006425876", + "1043214", + "2246552", + "3012421607", + "3015522053", + "3015751263", + "3017892510", + "3005011024", + "1000512168", + "3007054491", + "1000306068", + "3015859709", + "3016678045", + "3002879021", + "3012104670", + "1319211", + "3005246939", + "2648045", + "1000123180", + "3002807391", + "1000477110", + "3009380063", + "3002558692", + "3013654137", + "3010131137", + "3013517171", + "2243072", + "3004134316", + "3010532612", + "3002533790", + "3013659863", + "2518433", + "1000160458", + "1000136269", + "2518902", + "3004187702", + "1419629", + "3010754844", + "3003752255", + "3001236905", + "1000116158", + "3009249481", + "3015422213", + "3003169040", + "3015550451", + "2183744", + "3002807350", + "1000523114", + "3002808345", + "3006367242", + "1036844", + "3003902955", + "3010041511", + "3009291251", + "3005987240", + "1035907", + "1000162947", + "3002601200", + "3011088743", + "3013561886", + "1713468", + "3015997711", + "1038445", + "1220905", + "1000587249", + "1030583", + "2015691", + "3012410077", + "3014270673", + "3010421104", + "3002902735", + "3004129394", + "3002807308", + "3013082799", + "3004053914", + "3008410596", + "3017219795", + "3003618391", + "3001124136", + "3015474943", + "3007207906", + "3002806575", + "1000220862", + "3011689956", + "3012798826", + "3002806469", + "3003560965", + "3002806593", + "1000113359", + "3004784537", + "3013557562", + "1000138054" + ], + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + }, + "event_date_terminated": "2014-08-05", + "recalling_firm": "Bard Access Systems", + "product_res_number": "Z-0814-2014", + "code_info": "Lot REXC0931 and REXC0736", + "product_quantity": "1358", + "recall_status": "Terminated", + "res_event_number": "66991", + "additional_info_contact": "Carlos A. Arriscorreta\n801-522-5706", + "action": "BARD sent an Urgent Product Recall letter dated October 2013 to affected customers via certified letter. The letter identified the affected product, problem and actions to be taken. Customers were asked to check all inventory locations, remove and return any unused affected prodcut to Bard Access Systems through return goods authorization number RAP80498 for a credit or replacement, and to complete the Reply Form and Inventory Reconcilation Form. For questions contact BAS Customer Service at 1-800-290-1689.", + "distribution_pattern": "Worldwide Distribution - US nationwide, Belgium, and Canada.", + "firm_fei_number": "3006260740", + "state": "UT", + "product_description": "MRI Low Profile Single Lumen port with Open-Ended 6.6Fr Silicone Catheter. Product Code 0603880.\n\nProduct Usage:\nThe 6.6 Fr Open-Ended Single-Lumen venous catheters is packaged into various Bard Acess Systems finished goods as Attachable or Preconnected catheters in BardPort Implanted Port Kits These products are used for patient therapies requiring repeated access to the vascular system. They are indicated for infusion of medications, I.V. fluids, parenteral nutrition solutions, blood products, and for the withdrawal of blood samples. Subject ports are not indicated to Power Injection. Port access is performed by percutaneous needle insertion using a non-coring needle. The system consists of two primary components: an injection port with a self-sealing silicone septum and a radiopaque silicone catheter.", + "postal_code": "84116-3738", + "root_cause_description": "Process control" + } + ] +} \ No newline at end of file diff --git a/bench/fda/registrationlisting.json b/bench/fda/registrationlisting.json new file mode 100644 index 0000000..b444f7c --- /dev/null +++ b/bench/fda/registrationlisting.json @@ -0,0 +1,100 @@ +{ + "meta": { + "disclaimer": "Do not rely on openFDA to make decisions regarding medical care. While we make every effort to ensure that data is accurate, you should assume all results are unvalidated. We may limit or otherwise restrict your access to the API in line with our Terms of Service.", + "terms": "https://open.fda.gov/terms/", + "license": "https://open.fda.gov/license/", + "last_updated": "2021-07-12", + "results": { + "skip": 0, + "limit": 1, + "total": 304808 + } + }, + "results": [ + { + "proprietary_name": [ + "Optical Coherence Tomography OCT-A1" + ], + "establishment_type": [ + "Develop Specifications But Do Not Manufacture At This Facility" + ], + "registration": { + "registration_number": "1000181430", + "fei_number": "1000181430", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "CANON INC.", + "address_line_1": "9-1, Imaikami-cho, Nakahara-ku", + "address_line_2": "", + "city": "Kawasaki Kanagawa", + "state_code": "", + "iso_country_code": "JP", + "zip_code": "", + "postal_code": "211-8501", + "us_agent": { + "name": "MASAYUKI TAKEUCHI", + "business_name": "Canon Medical Components U.S.A., Inc.", + "bus_phone_area_code": "631", + "bus_phone_num": "3308587", + "bus_phone_extn": "", + "fax_area_code": "", + "fax_num": "", + "email_address": "mtakeuchi@mcu.canon", + "address_line_1": "15955", + "address_line_2": "Alton Parkway", + "city": "Irvine", + "state_code": "CA", + "iso_country_code": "US", + "zip_code": "92618", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "CANON INC.", + "owner_operator_number": "8030410", + "official_correspondent": {}, + "contact_address": { + "address_1": "30-2 SHIMOMARUKO, 3-CHOME,", + "address_2": "OHTA-KU", + "city": "TOKYO", + "state_code": "JP-NOTA", + "state_province": "", + "iso_country_code": "JP", + "postal_code": "146-8501" + } + } + }, + "pma_number": "", + "k_number": "K182942", + "products": [ + { + "product_code": "HLI", + "created_date": "2019-07-24", + "owner_operator_number": "8030410", + "exempt": "", + "openfda": { + "device_name": "Ophthalmoscope, Ac-Powered", + "medical_specialty_description": "Ophthalmic", + "regulation_number": "886.1570", + "device_class": "2" + } + }, + { + "product_code": "OBO", + "created_date": "2019-07-24", + "owner_operator_number": "8030410", + "exempt": "", + "openfda": { + "k_number": [ + "K182942" + ], + "device_name": "Tomography, Optical Coherence", + "medical_specialty_description": "Ophthalmic", + "regulation_number": "886.1570", + "device_class": "2" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/bench/fda/registrationlisting100.json b/bench/fda/registrationlisting100.json new file mode 100644 index 0000000..3aae93d --- /dev/null +++ b/bench/fda/registrationlisting100.json @@ -0,0 +1,6823 @@ +{ + "meta": { + "disclaimer": "Do not rely on openFDA to make decisions regarding medical care. While we make every effort to ensure that data is accurate, you should assume all results are unvalidated. We may limit or otherwise restrict your access to the API in line with our Terms of Service.", + "terms": "https://open.fda.gov/terms/", + "license": "https://open.fda.gov/license/", + "last_updated": "2021-07-12", + "results": { + "skip": 0, + "limit": 100, + "total": 304808 + } + }, + "results": [ + { + "proprietary_name": [ + "Optical Coherence Tomography OCT-A1" + ], + "establishment_type": [ + "Develop Specifications But Do Not Manufacture At This Facility" + ], + "registration": { + "registration_number": "1000181430", + "fei_number": "1000181430", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "CANON INC.", + "address_line_1": "9-1, Imaikami-cho, Nakahara-ku", + "address_line_2": "", + "city": "Kawasaki Kanagawa", + "state_code": "", + "iso_country_code": "JP", + "zip_code": "", + "postal_code": "211-8501", + "us_agent": { + "name": "MASAYUKI TAKEUCHI", + "business_name": "Canon Medical Components U.S.A., Inc.", + "bus_phone_area_code": "631", + "bus_phone_num": "3308587", + "bus_phone_extn": "", + "fax_area_code": "", + "fax_num": "", + "email_address": "mtakeuchi@mcu.canon", + "address_line_1": "15955", + "address_line_2": "Alton Parkway", + "city": "Irvine", + "state_code": "CA", + "iso_country_code": "US", + "zip_code": "92618", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "CANON INC.", + "owner_operator_number": "8030410", + "official_correspondent": {}, + "contact_address": { + "address_1": "30-2 SHIMOMARUKO, 3-CHOME,", + "address_2": "OHTA-KU", + "city": "TOKYO", + "state_code": "JP-NOTA", + "state_province": "", + "iso_country_code": "JP", + "postal_code": "146-8501" + } + } + }, + "pma_number": "", + "k_number": "K182942", + "products": [ + { + "product_code": "HLI", + "created_date": "2019-07-24", + "owner_operator_number": "8030410", + "exempt": "", + "openfda": { + "device_name": "Ophthalmoscope, Ac-Powered", + "medical_specialty_description": "Ophthalmic", + "regulation_number": "886.1570", + "device_class": "2" + } + }, + { + "product_code": "OBO", + "created_date": "2019-07-24", + "owner_operator_number": "8030410", + "exempt": "", + "openfda": { + "k_number": [ + "K182942" + ], + "device_name": "Tomography, Optical Coherence", + "medical_specialty_description": "Ophthalmic", + "regulation_number": "886.1570", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [], + "establishment_type": [ + "Sterilize Medical Device for Another Party (Contract Sterilizer)" + ], + "registration": { + "registration_number": "1058584", + "fei_number": "1000219637", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "Sterigenics US LLC", + "address_line_1": "10811 Withers Cove Park Drive", + "address_line_2": "", + "city": "Charlotte", + "state_code": "NC", + "iso_country_code": "US", + "zip_code": "28278", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "Sotera Health LLC", + "owner_operator_number": "10029425", + "official_correspondent": { + "first_name": "Christopher", + "middle_initial": "", + "last_name": "Eustace", + "subaccount_company_name": "", + "phone_number": "x-630-9281700-x" + }, + "contact_address": { + "address_1": "2015 Spring Road", + "address_2": "Suite 650", + "city": "Oak Brook", + "state_code": "IL", + "state_province": "", + "iso_country_code": "US", + "postal_code": "60523" + } + } + }, + "pma_number": "", + "k_number": "K171286", + "products": [ + { + "product_code": "MUU", + "created_date": "2020-02-24", + "owner_operator_number": "10029425", + "exempt": "", + "openfda": { + "device_name": "System, Suction, Lipoplasty", + "medical_specialty_description": "General, Plastic Surgery", + "regulation_number": "878.5040", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "Pronex Cervical Traction Device" + ], + "establishment_type": [ + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "1644243", + "fei_number": "1000117825", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "RS MEDICAL", + "address_line_1": "14001 S.E. FIRST ST.", + "address_line_2": "", + "city": "VANCOUVER", + "state_code": "WA", + "iso_country_code": "US", + "zip_code": "98684", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "RS MEDICAL", + "owner_operator_number": "9001699", + "official_correspondent": {}, + "contact_address": { + "address_1": "14001 S.E. FIRST ST.", + "address_2": "--", + "city": "Vancouver", + "state_code": "WA", + "state_province": "", + "iso_country_code": "US", + "postal_code": "98684" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "HST", + "created_date": "2008-10-24", + "owner_operator_number": "9001699", + "exempt": "", + "openfda": { + "device_name": "Apparatus, Traction, Non-Powered", + "medical_specialty_description": "Orthopedic", + "regulation_number": "888.5850", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [ + "Atop Dental Explorers" + ], + "establishment_type": [ + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "3008770655", + "fei_number": "3008770655", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "BEYES DENTAL CANADA INC", + "address_line_1": "595 Middlefield Road, Unit 23", + "address_line_2": "", + "city": "Toronto Ontario", + "state_code": "", + "iso_country_code": "CA", + "zip_code": "", + "postal_code": "M1V3S2", + "us_agent": { + "name": "Glen Feye", + "business_name": "Accurate Consultants Inc.", + "bus_phone_area_code": "619", + "bus_phone_num": "5171762", + "bus_phone_extn": "", + "fax_area_code": "", + "fax_num": "", + "email_address": "Glen@accuratefdaconsulting.com", + "address_line_1": "3234 Ibis Street", + "address_line_2": "", + "city": "San Diego", + "state_code": "CA", + "iso_country_code": "US", + "zip_code": "92103", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "Beyes Dental Canada Inc", + "owner_operator_number": "10034597", + "official_correspondent": { + "first_name": "Jack", + "middle_initial": "", + "last_name": "Yang", + "subaccount_company_name": "", + "phone_number": "001-416-2932868-x" + }, + "contact_address": { + "address_1": "30 Casebridge Court,", + "address_2": "", + "city": "Toronto", + "state_code": "CA-ON", + "state_province": "Ontario", + "iso_country_code": "CA", + "postal_code": "M1B3M5" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "EKB", + "created_date": "2011-02-05", + "owner_operator_number": "10034597", + "exempt": "", + "openfda": { + "device_name": "Explorer, Operative", + "medical_specialty_description": "Dental", + "regulation_number": "872.4565", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [ + "Disposable Protective Mask", + "Daily Mask", + "Face Mask" + ], + "establishment_type": [ + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "3008973904", + "fei_number": "3008973904", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "MEGASOFT FUJIAN HYGIENE PRODUCTS CO LTD", + "address_line_1": "No.1,Xinqiang Rd,Machinery Printing Base,Gaoxin District", + "address_line_2": "Hongshan Town,Shishi City,Fujian", + "city": "Shishi Fujian", + "state_code": "", + "iso_country_code": "CN", + "zip_code": "", + "postal_code": "362700", + "us_agent": { + "name": "Julieth Yu", + "business_name": "", + "bus_phone_area_code": "506", + "bus_phone_num": "6338889", + "bus_phone_extn": "", + "fax_area_code": "", + "fax_num": "", + "email_address": "sarah5536@163.com", + "address_line_1": "LLC PO BOX 811981 Boca raton FL USA", + "address_line_2": "", + "city": "Boca Raton", + "state_code": "FL", + "iso_country_code": "US", + "zip_code": "33481", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "MEGA SOFT FUJIAN HYGIENE PRODUCTS CO LTD", + "owner_operator_number": "10035585", + "official_correspondent": { + "first_name": "Hanhe", + "middle_initial": "", + "last_name": "Chen", + "subaccount_company_name": "", + "phone_number": "086-595-83002822-x" + }, + "contact_address": { + "address_1": "NO.1,Xinqiang Road,Machinery Printing Base,Gaoxin District,", + "address_2": "Hongshan Town", + "city": "Shishi", + "state_code": "CN-FJ", + "state_province": "Fujian", + "iso_country_code": "CN", + "postal_code": "362700" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "KHA", + "created_date": "2020-03-20", + "owner_operator_number": "10035585", + "exempt": "", + "openfda": { + "device_name": "Mask, Scavenging", + "medical_specialty_description": "Anesthesiology", + "regulation_number": "868.5590", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [ + "J2C Dental Implant System", + "J2A Dental Implant System" + ], + "establishment_type": [ + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "3008959419", + "fei_number": "3008959419", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "KJ MEDITECH CO., LTD.", + "address_line_1": "21, Cheomdan venture-ro", + "address_line_2": "40 beon-gil, Buk-gu", + "city": "Gwangju Jeonnam", + "state_code": "", + "iso_country_code": "KR", + "zip_code": "", + "postal_code": "500-470", + "us_agent": { + "name": "Priscilla Chung", + "business_name": "LK Consulting Group USA, Inc.", + "bus_phone_area_code": "714", + "bus_phone_num": "2025789", + "bus_phone_extn": "", + "fax_area_code": "", + "fax_num": "", + "email_address": "juhee.c@lkconsultinggroup.com", + "address_line_1": "1150 ROOSEVELT, SUITE 200", + "address_line_2": "", + "city": "Irvine", + "state_code": "CA", + "iso_country_code": "US", + "zip_code": "92620", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "KJ Meditech Co., Ltd.", + "owner_operator_number": "10035757", + "official_correspondent": { + "first_name": "Hyukki", + "middle_initial": "", + "last_name": "Moon", + "subaccount_company_name": "", + "phone_number": "82-62-972-5476" + }, + "contact_address": { + "address_1": "21, Cheomdan venture-ro", + "address_2": "40 beon-gil, Buk-gu", + "city": "Gwangju", + "state_code": "KR-NOTA", + "state_province": "", + "iso_country_code": "KR", + "postal_code": "500-470" + } + } + }, + "pma_number": "", + "k_number": "K150060", + "products": [ + { + "product_code": "NHA", + "created_date": "2015-04-09", + "owner_operator_number": "10035757", + "exempt": "", + "openfda": { + "device_name": "Abutment, Implant, Dental, Endosseous", + "medical_specialty_description": "Dental", + "regulation_number": "872.3630", + "device_class": "2" + } + }, + { + "product_code": "DZE", + "created_date": "2015-04-09", + "owner_operator_number": "10035757", + "exempt": "", + "openfda": { + "device_name": "Implant, Endosseous, Root-Form", + "medical_specialty_description": "Dental", + "regulation_number": "872.3640", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "CURETTE/SCALER TIPS" + ], + "establishment_type": [ + "Export Device to the United States But Perform No Other Operation on Device" + ], + "registration": { + "registration_number": "3005481202", + "fei_number": "3005481202", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "SINCLAIR DENTAL CO. LTD.", + "address_line_1": "900 HARBOURSIDE DRIVE", + "address_line_2": "", + "city": "NORTH VANCOUVER British Columbia", + "state_code": "", + "iso_country_code": "CA", + "zip_code": "", + "postal_code": "V7P3T8", + "us_agent": { + "name": "Zivko Vojnovic", + "business_name": "Sinclair Dental Co. Ltd.", + "bus_phone_area_code": "206", + "bus_phone_num": "3623225", + "bus_phone_extn": "", + "fax_area_code": "", + "fax_num": "", + "email_address": "zivko@sinclairdental.com", + "address_line_1": "11709 16th Ave NE", + "address_line_2": "", + "city": "Seattle", + "state_code": "WA", + "iso_country_code": "US", + "zip_code": "98125", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "SINCLAIR DENTAL CO. LTD.", + "owner_operator_number": "10037647", + "official_correspondent": { + "first_name": "CYNTHIA", + "middle_initial": "C", + "last_name": "VALDES", + "subaccount_company_name": "", + "phone_number": "1-604-9834606-x" + }, + "contact_address": { + "address_1": "900 HARBOURSIDE DRIVE", + "address_2": "", + "city": "NORTH VANCOUVER", + "state_code": "CA-BC", + "state_province": "British Columbia", + "iso_country_code": "CA", + "postal_code": "V7P3T8" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "EMN", + "created_date": "2011-08-03", + "owner_operator_number": "10037647", + "exempt": "", + "openfda": { + "device_name": "Scaler, Periodontic", + "medical_specialty_description": "Dental", + "regulation_number": "872.4565", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [ + "Retractor", + "Laminar Spreader", + "Lamina Spreader", + "Distractor" + ], + "establishment_type": [ + "Remanufacture Medical Device", + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "3009662890", + "fei_number": "3009662890", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "AMERICAN BENCHMARK MACHINE WORKS", + "address_line_1": "Shop a", + "address_line_2": "926 79th Ave SE", + "city": "Olympia", + "state_code": "WA", + "iso_country_code": "US", + "zip_code": "98501", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "American Benchmark Machine Works", + "owner_operator_number": "10041048", + "official_correspondent": { + "first_name": "Steve", + "middle_initial": "", + "last_name": "Jacobson", + "subaccount_company_name": "", + "phone_number": "x-253-6772567-x" + }, + "contact_address": { + "address_1": "926 Unit A 79th ST SE", + "address_2": "", + "city": "Olympia", + "state_code": "WA", + "state_province": "", + "iso_country_code": "US", + "postal_code": "98501" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "GAD", + "created_date": "2012-06-14", + "owner_operator_number": "10041048", + "exempt": "", + "openfda": { + "device_name": "Retractor", + "medical_specialty_description": "General, Plastic Surgery", + "regulation_number": "878.4800", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [], + "establishment_type": [ + "Manufacture Medical Device for Another Party (Contract Manufacturer)" + ], + "registration": { + "registration_number": "3009998573", + "fei_number": "3009998573", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "MENDELL, INC", + "address_line_1": "21463 Grenada Ave", + "address_line_2": "", + "city": "Lakeville", + "state_code": "MN", + "iso_country_code": "US", + "zip_code": "55044", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "Mendell Machine and Manufacturing, LLC", + "owner_operator_number": "10042591", + "official_correspondent": { + "first_name": "Suzanne", + "middle_initial": "", + "last_name": "Bartz", + "subaccount_company_name": "", + "phone_number": "1-952-4695500-x" + }, + "contact_address": { + "address_1": "21463 Grenada Avenue", + "address_2": "", + "city": "Lakeville", + "state_code": "MN", + "state_province": "", + "iso_country_code": "US", + "postal_code": "55044" + } + } + }, + "pma_number": "", + "k_number": "K130873", + "products": [ + { + "product_code": "PFH", + "created_date": "2015-09-09", + "owner_operator_number": "10042591", + "exempt": "", + "openfda": { + "device_name": "Venous Window Needle Guide", + "medical_specialty_description": "Gastroenterology, Urology", + "regulation_number": "876.5540", + "device_class": "2", + "k_number": [ + "K130873" + ] + } + } + ] + }, + { + "proprietary_name": [ + "DePuy Synthes 2mm Quick Insertion Screws" + ], + "establishment_type": [ + "Complaint File Establishment per 21 CFR 820.198" + ], + "registration": { + "registration_number": "2939274", + "fei_number": "2939274", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "Synthes (USA) Products LLC", + "address_line_1": "1230 Wilson Dr", + "address_line_2": "", + "city": "West Chester", + "state_code": "PA", + "iso_country_code": "US", + "zip_code": "19380", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "SYNTHES (USA) Products LLC / Medical Device Business Service", + "owner_operator_number": "2520274", + "official_correspondent": { + "first_name": "Karen", + "middle_initial": "", + "last_name": "Parker", + "subaccount_company_name": "", + "phone_number": "x-610-7196567-x" + }, + "contact_address": { + "address_1": "1302 Wrights Lane E", + "address_2": "--", + "city": "West Chester", + "state_code": "PA", + "state_province": "", + "iso_country_code": "US", + "postal_code": "19380" + } + } + }, + "pma_number": "", + "k_number": "K180541", + "products": [ + { + "product_code": "HWC", + "created_date": "2018-12-04", + "owner_operator_number": "2520274", + "exempt": "", + "openfda": { + "device_name": "Screw, Fixation, Bone", + "medical_specialty_description": "Orthopedic", + "regulation_number": "888.3040", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [], + "establishment_type": [ + "Sterilize Medical Device for Another Party (Contract Sterilizer)" + ], + "registration": { + "registration_number": "3009756327", + "fei_number": "3002807038", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "Synergy Health Ede BV", + "address_line_1": "Morsestraat 3", + "address_line_2": "", + "city": "Ede Gelderland", + "state_code": "", + "iso_country_code": "NL", + "zip_code": "", + "postal_code": "GLD 6716AH", + "us_agent": { + "name": "Becky Aldhizer", + "business_name": "Synergy Health", + "bus_phone_area_code": "440", + "bus_phone_num": "3927490", + "bus_phone_extn": "", + "fax_area_code": "", + "fax_num": "", + "email_address": "Becky_Aldhizer@steris.com", + "address_line_1": "5960 Heisley Rd", + "address_line_2": "", + "city": "Mentor", + "state_code": "OH", + "iso_country_code": "US", + "zip_code": "44060", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "STERIS Corporation", + "owner_operator_number": "10042227", + "official_correspondent": {}, + "contact_address": { + "address_1": "5960 Heisley Road", + "address_2": "", + "city": "Mentor", + "state_code": "OH", + "state_province": "", + "iso_country_code": "US", + "postal_code": "44060" + } + } + }, + "pma_number": "", + "k_number": "K970073", + "products": [ + { + "product_code": "NHA", + "created_date": "2019-01-01", + "owner_operator_number": "10042227", + "exempt": "", + "openfda": { + "device_name": "Abutment, Implant, Dental, Endosseous", + "medical_specialty_description": "Dental", + "regulation_number": "872.3630", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [], + "establishment_type": [ + "Complaint File Establishment per 21 CFR 820.198" + ], + "registration": { + "registration_number": "1423537", + "fei_number": "3001236905", + "status_code": "1", + "initial_importer_flag": "Y", + "reg_expiry_date_year": "2021", + "name": "Cardinal Health 200, LLC", + "address_line_1": "3651 Birchwood Drive", + "address_line_2": "", + "city": "Waukegan", + "state_code": "IL", + "iso_country_code": "US", + "zip_code": "60085", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "Cardinal Health 200, LLC", + "owner_operator_number": "9028292", + "official_correspondent": {}, + "contact_address": { + "address_1": "3651 Birchwood Drive", + "address_2": "--", + "city": "Waukegan", + "state_code": "IL", + "state_province": "", + "iso_country_code": "US", + "postal_code": "60085" + } + } + }, + "pma_number": "", + "k_number": "K950301", + "products": [ + { + "product_code": "FOZ", + "created_date": "2013-01-23", + "owner_operator_number": "9028292", + "exempt": "", + "openfda": { + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [], + "establishment_type": [ + "Manufacture Medical Device for Another Party (Contract Manufacturer)" + ], + "registration": { + "registration_number": "3003403260", + "fei_number": "3003403260", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "SQ PRODUCTS AG", + "address_line_1": "Industriestrasse 23", + "address_line_2": "", + "city": "Inwil Luzern", + "state_code": "", + "iso_country_code": "CH", + "zip_code": "", + "postal_code": "6034", + "us_agent": { + "name": "Cherita James", + "business_name": "M Squared Associates, Inc", + "bus_phone_area_code": "703", + "bus_phone_num": "3479540", + "bus_phone_extn": "624", + "fax_area_code": "", + "fax_num": "", + "email_address": "cjames@msquaredassociates.com", + "address_line_1": "575 8th Ave Rm 1212", + "address_line_2": "", + "city": "New York", + "state_code": "NY", + "iso_country_code": "US", + "zip_code": "10018", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "SQ Products AG", + "owner_operator_number": "10043435", + "official_correspondent": { + "first_name": "Matthias", + "middle_initial": "", + "last_name": "Hendel", + "subaccount_company_name": "", + "phone_number": "041-041-7485381-x" + }, + "contact_address": { + "address_1": "Industriestrasse 23", + "address_2": "", + "city": "Inwil", + "state_code": "CH-LU", + "state_province": "Luzern", + "iso_country_code": "CH", + "postal_code": "6034" + } + } + }, + "pma_number": "", + "k_number": "K161782", + "products": [ + { + "product_code": "PHX", + "created_date": "2016-12-22", + "owner_operator_number": "10043435", + "exempt": "", + "openfda": { + "device_name": "Shoulder Prosthesis, Reverse Configuration", + "medical_specialty_description": "Orthopedic", + "regulation_number": "888.3660", + "device_class": "2" + } + }, + { + "product_code": "HSD", + "created_date": "2016-12-22", + "owner_operator_number": "10043435", + "exempt": "", + "openfda": { + "device_name": "Prosthesis, Shoulder, Hemi-, Humeral, Metallic Uncemented", + "medical_specialty_description": "Orthopedic", + "regulation_number": "888.3690", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "SYNTHES 5/7.3 MM CANNULATED LOCKI" + ], + "establishment_type": [ + "Complaint File Establishment per 21 CFR 820.198" + ], + "registration": { + "registration_number": "3010197348", + "fei_number": "3010197348", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "Synthes USA", + "address_line_1": "1210 Ward Ave", + "address_line_2": "", + "city": "West Chester", + "state_code": "PA", + "iso_country_code": "US", + "zip_code": "19380", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "SYNTHES (USA) Products LLC / Medical Device Business Service", + "owner_operator_number": "2520274", + "official_correspondent": { + "first_name": "Karen", + "middle_initial": "", + "last_name": "Parker", + "subaccount_company_name": "", + "phone_number": "x-610-7196567-x" + }, + "contact_address": { + "address_1": "1302 Wrights Lane E", + "address_2": "--", + "city": "West Chester", + "state_code": "PA", + "state_province": "", + "iso_country_code": "US", + "postal_code": "19380" + } + } + }, + "pma_number": "", + "k_number": "K040765", + "products": [ + { + "product_code": "JDW", + "created_date": "2007-12-20", + "owner_operator_number": "2520274", + "exempt": "", + "openfda": { + "device_name": "Pin, Fixation, Threaded", + "medical_specialty_description": "Orthopedic", + "regulation_number": "888.3040", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "Artisan Colloidal Iron Stain Kit" + ], + "establishment_type": [ + "Complaint File Establishment per 21 CFR 820.198" + ], + "registration": { + "registration_number": "3009189893", + "fei_number": "3009189893", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "Agilent Technologies Inc.", + "address_line_1": "1834 State Highway 71 West", + "address_line_2": "", + "city": "Cedar Creek", + "state_code": "TX", + "iso_country_code": "US", + "zip_code": "78612", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "Agilent Technologies, Inc", + "owner_operator_number": "10037064", + "official_correspondent": { + "first_name": "Widad", + "middle_initial": "", + "last_name": "Ghaben", + "subaccount_company_name": "", + "phone_number": "x-408-5537305-x" + }, + "contact_address": { + "address_1": "5301 Stevens Creek Blvd", + "address_2": "", + "city": "Santa Clara", + "state_code": "CA", + "state_province": "", + "iso_country_code": "US", + "postal_code": "95051" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "HZD", + "created_date": "2020-09-25", + "owner_operator_number": "10037064", + "exempt": "", + "openfda": { + "device_name": "Muller'S Colloidal Iron", + "medical_specialty_description": "Hematology", + "regulation_number": "864.1850", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [ + "Infinix V" + ], + "establishment_type": [ + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "9614698", + "fei_number": "3002808382", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "Canon Medical Systems Corporation", + "address_line_1": "1385, SHIMOISHIGAMI", + "address_line_2": "", + "city": "OTAWARA-SHI Tochigi", + "state_code": "", + "iso_country_code": "JP", + "zip_code": "", + "postal_code": "324-8550", + "us_agent": { + "name": "Paul Biggins", + "business_name": "Canon Medical Systems USA, Inc.", + "bus_phone_area_code": "714", + "bus_phone_num": "7305000", + "bus_phone_extn": "7808", + "fax_area_code": "714", + "fax_num": "7301310", + "email_address": "pbiggins@us.medical.canon", + "address_line_1": "2441 Michelle Dr.", + "address_line_2": "", + "city": "Tustin", + "state_code": "CA", + "iso_country_code": "US", + "zip_code": "92780", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "Canon Medical Systems Corporation", + "owner_operator_number": "9021336", + "official_correspondent": {}, + "contact_address": { + "address_1": "1385, SHIMOISHIGAMI", + "address_2": "--", + "city": "OTAWARA-SHI, TOCHIGI", + "state_code": "JP-NOTA", + "state_province": "", + "iso_country_code": "JP", + "postal_code": "324-8550" + } + } + }, + "pma_number": "", + "k_number": "K133535", + "products": [ + { + "product_code": "JAA", + "created_date": "2014-09-24", + "owner_operator_number": "9021336", + "exempt": "", + "openfda": { + "device_name": "System, X-Ray, Fluoroscopic, Image-Intensified", + "medical_specialty_description": "Radiology", + "regulation_number": "892.1650", + "device_class": "2" + } + }, + { + "product_code": "OWB", + "created_date": "2014-09-24", + "owner_operator_number": "9021336", + "exempt": "", + "openfda": { + "device_name": "Interventional Fluoroscopic X-Ray System", + "medical_specialty_description": "Radiology", + "regulation_number": "892.1650", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "Aquilion One TSX-301C v6" + ], + "establishment_type": [ + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "9614698", + "fei_number": "3002808382", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "Canon Medical Systems Corporation", + "address_line_1": "1385, SHIMOISHIGAMI", + "address_line_2": "", + "city": "OTAWARA-SHI Tochigi", + "state_code": "", + "iso_country_code": "JP", + "zip_code": "", + "postal_code": "324-8550", + "us_agent": { + "name": "Paul Biggins", + "business_name": "Canon Medical Systems USA, Inc.", + "bus_phone_area_code": "714", + "bus_phone_num": "7305000", + "bus_phone_extn": "7808", + "fax_area_code": "714", + "fax_num": "7301310", + "email_address": "pbiggins@us.medical.canon", + "address_line_1": "2441 Michelle Dr.", + "address_line_2": "", + "city": "Tustin", + "state_code": "CA", + "iso_country_code": "US", + "zip_code": "92780", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "Canon Medical Systems Corporation", + "owner_operator_number": "9021336", + "official_correspondent": {}, + "contact_address": { + "address_1": "1385, SHIMOISHIGAMI", + "address_2": "--", + "city": "OTAWARA-SHI, TOCHIGI", + "state_code": "JP-NOTA", + "state_province": "", + "iso_country_code": "JP", + "postal_code": "324-8550" + } + } + }, + "pma_number": "", + "k_number": "K132222", + "products": [ + { + "product_code": "JAK", + "created_date": "2013-12-12", + "owner_operator_number": "9021336", + "exempt": "", + "openfda": { + "device_name": "System, X-Ray, Tomography, Computed", + "medical_specialty_description": "Radiology", + "regulation_number": "892.1750", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [], + "establishment_type": [ + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "1065831", + "fei_number": "3002973487", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "CARDINAL HEALTH 200, LLC", + "address_line_1": "785 FORT MILL HWY.", + "address_line_2": "", + "city": "FORT MILL", + "state_code": "SC", + "iso_country_code": "US", + "zip_code": "29707", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "Cardinal Health 200, LLC", + "owner_operator_number": "9028292", + "official_correspondent": {}, + "contact_address": { + "address_1": "3651 Birchwood Drive", + "address_2": "--", + "city": "Waukegan", + "state_code": "IL", + "state_province": "", + "iso_country_code": "US", + "postal_code": "60085" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "OFL", + "created_date": "2011-11-09", + "owner_operator_number": "9028292", + "exempt": "", + "openfda": { + "device_name": "Percutaneous Sheath Introducer Kit", + "medical_specialty_description": "Cardiovascular", + "regulation_number": "870.1340", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "HFK" + ], + "establishment_type": [ + "Repack or Relabel Medical Device", + "Manufacture Medical Device", + "Manufacture Medical Device for Another Party (Contract Manufacturer)" + ], + "registration": { + "registration_number": "3012579728", + "fei_number": "3012579728", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "FOSHAN HUAFUKANG MEDICAL TECHNOLOGY CO. LTD", + "address_line_1": "Youhe Industry Area, Luoxing", + "address_line_2": "Danzao Town, Nanhai District", + "city": "Foshan City Guangdong", + "state_code": "", + "iso_country_code": "CN", + "zip_code": "", + "postal_code": "528216", + "us_agent": { + "name": "Leeyeo Kee", + "business_name": "Regrek LLC", + "bus_phone_area_code": "302", + "bus_phone_num": "6089028", + "bus_phone_extn": "", + "fax_area_code": "", + "fax_num": "", + "email_address": "regrek.cs@hotmail.com", + "address_line_1": "19 Holly Cove Ln.", + "address_line_2": "", + "city": "Dover", + "state_code": "DE", + "iso_country_code": "US", + "zip_code": "19901", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "Foshan Huafukang Medical Technology Co. Ltd", + "owner_operator_number": "10051458", + "official_correspondent": { + "first_name": "Haiwei", + "middle_initial": "", + "last_name": "Zhang", + "subaccount_company_name": "", + "phone_number": "86-757-85438025-x" + }, + "contact_address": { + "address_1": "Youhe Industry Area, Luoxing", + "address_2": "Danzao Town, Nanhai District", + "city": "Foshan City", + "state_code": "CN-GD", + "state_province": "Guangdong", + "iso_country_code": "CN", + "postal_code": "528216" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "INB", + "created_date": "2016-03-21", + "owner_operator_number": "10051458", + "exempt": "", + "openfda": { + "device_name": "Attachment, Commode, Wheelchair", + "medical_specialty_description": "Physical Medicine", + "regulation_number": "890.3920", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [ + "Non-Contact Infrared Thermometer" + ], + "establishment_type": [ + "Complaint File Establishment per 21 CFR 820.198" + ], + "registration": { + "registration_number": "3012243264", + "fei_number": "3012243264", + "status_code": "1", + "initial_importer_flag": "Y", + "reg_expiry_date_year": "2021", + "name": "SMART CHOICE MEDICAL INC.", + "address_line_1": "5220 Santa Monica Blvd Ste 211", + "address_line_2": "", + "city": "Los Angeles", + "state_code": "CA", + "iso_country_code": "US", + "zip_code": "90029", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "Smart Choice Medical Inc.", + "owner_operator_number": "10051227", + "official_correspondent": { + "first_name": "Grikor", + "middle_initial": "", + "last_name": "Kavoukjian", + "subaccount_company_name": "", + "phone_number": "x-800-7683801-x" + }, + "contact_address": { + "address_1": "5220 Santa Monica Blvd", + "address_2": "Suite 211", + "city": "Los Angeles", + "state_code": "CA", + "state_province": "", + "iso_country_code": "US", + "postal_code": "90029" + } + } + }, + "pma_number": "", + "k_number": "K130231", + "products": [ + { + "product_code": "FLL", + "created_date": "2020-03-25", + "owner_operator_number": "10051227", + "exempt": "", + "openfda": { + "device_name": "Thermometer, Electronic, Clinical", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.2910", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "NET - Non Sterile Urine Collection Bag", + "Disposable Drainage Bag" + ], + "establishment_type": [ + "Repack or Relabel Medical Device" + ], + "registration": { + "registration_number": "3012544669", + "fei_number": "3012544669", + "status_code": "1", + "initial_importer_flag": "Y", + "reg_expiry_date_year": "2021", + "name": "NARANG MEDICAL USA CORPORATION", + "address_line_1": "15951 SW 41 ST Suite 800b", + "address_line_2": "", + "city": "Davie", + "state_code": "FL", + "iso_country_code": "US", + "zip_code": "33331", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "Narang Medical USA Corporation", + "owner_operator_number": "10052188", + "official_correspondent": {}, + "contact_address": { + "address_1": "15951 SW 41 ST Suite 800b", + "address_2": "", + "city": "Davie", + "state_code": "FL", + "state_province": "", + "iso_country_code": "US", + "postal_code": "33331" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "NNW", + "created_date": "2016-07-30", + "owner_operator_number": "10052188", + "exempt": "", + "openfda": { + "device_name": "Bag, Urine Collection, Leg, For External Use, Non-Sterile", + "medical_specialty_description": "Gastroenterology, Urology", + "regulation_number": "876.5250", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [ + "Smilekey" + ], + "establishment_type": [ + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "3009742323", + "fei_number": "3009113203", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "RODO MEDICAL, INC", + "address_line_1": "6399 SAN IGNACIO AVE STE 100", + "address_line_2": "", + "city": "San Jose", + "state_code": "CA", + "iso_country_code": "US", + "zip_code": "95119", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "RODO Medical, Inc.", + "owner_operator_number": "10044830", + "official_correspondent": { + "first_name": "James", + "middle_initial": "", + "last_name": "Park", + "subaccount_company_name": "", + "phone_number": "x-408-2457636-x" + }, + "contact_address": { + "address_1": "6399 San Ignacio Ave.", + "address_2": "Suite 100", + "city": "San Jose", + "state_code": "CA", + "state_province": "", + "iso_country_code": "US", + "postal_code": "95119" + } + } + }, + "pma_number": "", + "k_number": "K180609", + "products": [ + { + "product_code": "NHA", + "created_date": "2019-01-16", + "owner_operator_number": "10044830", + "exempt": "", + "openfda": { + "device_name": "Abutment, Implant, Dental, Endosseous", + "medical_specialty_description": "Dental", + "regulation_number": "872.3630", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [], + "establishment_type": [ + "Develop Specifications But Do Not Manufacture At This Facility", + "Repack or Relabel Medical Device" + ], + "registration": { + "registration_number": "1032227", + "fei_number": "1032227", + "status_code": "1", + "initial_importer_flag": "Y", + "reg_expiry_date_year": "2021", + "name": "BRASSELER U.S.A. DENTAL, LLC", + "address_line_1": "1 Brasseler Blvd", + "address_line_2": "", + "city": "SAVANNAH", + "state_code": "GA", + "iso_country_code": "US", + "zip_code": "31419", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "PETER BRASSELER HOLDINGS, L.L.C.", + "owner_operator_number": "1032227", + "official_correspondent": { + "first_name": "Rod", + "middle_initial": "J", + "last_name": "Rylands", + "subaccount_company_name": "", + "phone_number": "x-800-8414522-x" + }, + "contact_address": { + "address_1": "1 BRASSELER BLVD.", + "address_2": "", + "city": "Savannah", + "state_code": "GA", + "state_province": "", + "iso_country_code": "US", + "postal_code": "31419" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "EKM", + "created_date": "2004-06-14", + "owner_operator_number": "1032227", + "exempt": "", + "openfda": { + "device_name": "Gutta-Percha", + "medical_specialty_description": "Dental", + "regulation_number": "872.3850", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [], + "establishment_type": [ + "Sterilize Medical Device for Another Party (Contract Sterilizer)" + ], + "registration": { + "registration_number": "1054811", + "fei_number": "1000114185", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "Sterigenics U.S. LLC", + "address_line_1": "502 Prairie Mine Rd", + "address_line_2": "", + "city": "MULBERRY", + "state_code": "FL", + "iso_country_code": "US", + "zip_code": "33860", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "Sotera Health LLC", + "owner_operator_number": "10029425", + "official_correspondent": { + "first_name": "Christopher", + "middle_initial": "", + "last_name": "Eustace", + "subaccount_company_name": "", + "phone_number": "x-630-9281700-x" + }, + "contact_address": { + "address_1": "2015 Spring Road", + "address_2": "Suite 650", + "city": "Oak Brook", + "state_code": "IL", + "state_province": "", + "iso_country_code": "US", + "postal_code": "60523" + } + } + }, + "pma_number": "", + "k_number": "K201132", + "products": [ + { + "product_code": "HRS", + "created_date": "2021-03-22", + "owner_operator_number": "10029425", + "exempt": "", + "openfda": { + "device_name": "Plate, Fixation, Bone", + "medical_specialty_description": "Orthopedic", + "regulation_number": "888.3030", + "device_class": "2" + } + }, + { + "product_code": "HWC", + "created_date": "2021-03-22", + "owner_operator_number": "10029425", + "exempt": "", + "openfda": { + "device_name": "Screw, Fixation, Bone", + "medical_specialty_description": "Orthopedic", + "regulation_number": "888.3040", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "K-Y intense" + ], + "establishment_type": [ + "Manufacture Medical Device for Another Party (Contract Manufacturer)" + ], + "registration": { + "registration_number": "3003823186", + "fei_number": "3003823186", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "Meiyume Manufacturing (Thailand) Limited", + "address_line_1": "21/7 Moo. 6", + "address_line_2": "SUB-DIST.KOOKOT DISTRICT AREA", + "city": "LAMLUKKA Pathum Thani", + "state_code": "", + "iso_country_code": "TH", + "zip_code": "", + "postal_code": "12130", + "us_agent": { + "name": "Bryan Coleman", + "business_name": "EAS Consulting Group, LLC", + "bus_phone_area_code": "571", + "bus_phone_num": "4475500", + "bus_phone_extn": "", + "fax_area_code": "", + "fax_num": "", + "email_address": "usagent@easconsultinggroup.com", + "address_line_1": "1700 Diagonal Rd, Ste 750", + "address_line_2": "", + "city": "Alexandria", + "state_code": "VA", + "iso_country_code": "US", + "zip_code": "22314", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "Meiyume Manufacturing (Thailand) Ltd", + "owner_operator_number": "10050807", + "official_correspondent": { + "first_name": "Orawan", + "middle_initial": "", + "last_name": "Rattanachote", + "subaccount_company_name": "", + "phone_number": "66-2-9876500-226" + }, + "contact_address": { + "address_1": "21/7 Moo 6", + "address_2": "Kookot", + "city": "Lamlukka", + "state_code": "TH-13", + "state_province": "Pathum Thani", + "iso_country_code": "TH", + "postal_code": "12130" + } + } + }, + "pma_number": "", + "k_number": "K151884", + "products": [ + { + "product_code": "NUC", + "created_date": "2018-07-17", + "owner_operator_number": "10050807", + "exempt": "", + "openfda": { + "device_name": "Lubricant, Personal", + "medical_specialty_description": "Obstetrics/Gynecology", + "regulation_number": "884.5300", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "TECHStyles" + ], + "establishment_type": [ + "Manufacture Medical Device for Another Party (Contract Manufacturer)" + ], + "registration": { + "registration_number": "3013410562", + "fei_number": "3013410562", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "WEAR TEX S. DE R.L. DE C.V.", + "address_line_1": "312 Hilatura", + "address_line_2": "", + "city": "Torreon Coahuila", + "state_code": "", + "iso_country_code": "MX", + "zip_code": "", + "postal_code": "27272", + "us_agent": { + "name": "Damian Quezada", + "business_name": "", + "bus_phone_area_code": "770", + "bus_phone_num": "9573981", + "bus_phone_extn": "12312", + "fax_area_code": "", + "fax_num": "", + "email_address": "damian.quezada@encompassgroup.net", + "address_line_1": "615 Macon St", + "address_line_2": "", + "city": "McDonough", + "state_code": "GA", + "iso_country_code": "US", + "zip_code": "30253", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "Wear Tex S. de R.L. de C.V.", + "owner_operator_number": "10052848", + "official_correspondent": { + "first_name": "Christine", + "middle_initial": "", + "last_name": "Groover", + "subaccount_company_name": "", + "phone_number": "52-770-6262028-x" + }, + "contact_address": { + "address_1": "312 Hilatura", + "address_2": "", + "city": "Torreon", + "state_code": "MX-COA", + "state_province": "Coahuila", + "iso_country_code": "MX", + "postal_code": "27272" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "LYU", + "created_date": "2019-04-18", + "owner_operator_number": "10052848", + "exempt": "", + "openfda": { + "device_name": "Accessory, Surgical Apparel", + "medical_specialty_description": "General, Plastic Surgery", + "regulation_number": "878.4040", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [], + "establishment_type": [ + "Sterilize Medical Device for Another Party (Contract Sterilizer)" + ], + "registration": { + "registration_number": "1061927", + "fei_number": "3000203000", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "INTERNATIONAL STERILIZATION LABORATORY, LLC", + "address_line_1": "217 SAMPEY RD.", + "address_line_2": "", + "city": "GROVELAND", + "state_code": "FL", + "iso_country_code": "US", + "zip_code": "34736", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "INTERNATIONAL STERILIZATION LABORATORY, LLC", + "owner_operator_number": "9051636", + "official_correspondent": { + "first_name": "Steve", + "middle_initial": "-", + "last_name": "Walter", + "subaccount_company_name": "", + "phone_number": "x-941-3786656-x" + }, + "contact_address": { + "address_1": "217 SAMPEY RD.", + "address_2": "--", + "city": "Groveland", + "state_code": "FL", + "state_province": "", + "iso_country_code": "US", + "postal_code": "34736" + } + } + }, + "pma_number": "", + "k_number": "K173335", + "products": [ + { + "product_code": "NBY", + "created_date": "2019-02-18", + "owner_operator_number": "9051636", + "exempt": "", + "openfda": { + "device_name": "Suture, Surgical, Nonabsorbable, Expanded, Polytetraflouroethylene", + "medical_specialty_description": "General, Plastic Surgery", + "regulation_number": "878.5035", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "UROCARE", + "URO-BOND", + "ADHESIVE REMOVER PADS" + ], + "establishment_type": [ + "Repack or Relabel Medical Device" + ], + "registration": { + "registration_number": "2023344", + "fei_number": "2023344", + "status_code": "1", + "initial_importer_flag": "Y", + "reg_expiry_date_year": "2021", + "name": "UROCARE PRODUCTS, INC.", + "address_line_1": "2735 MELBOURNE AVE", + "address_line_2": "", + "city": "Pomona", + "state_code": "CA", + "iso_country_code": "US", + "zip_code": "91767", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "UROCARE PRODUCTS INC", + "owner_operator_number": "2023344", + "official_correspondent": { + "first_name": "RAYMOND", + "middle_initial": "", + "last_name": "HALSEY-FRANKE", + "subaccount_company_name": "", + "phone_number": "x-909-6216013-115" + }, + "contact_address": { + "address_1": "2735 MELBOURNE AVE.", + "address_2": "", + "city": "Pomona", + "state_code": "CA", + "state_province": "", + "iso_country_code": "US", + "postal_code": "91767" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "KOX", + "created_date": "1992-12-03", + "owner_operator_number": "2023344", + "exempt": "", + "openfda": { + "device_name": "Solvent, Adhesive Tape", + "medical_specialty_description": "General, Plastic Surgery", + "regulation_number": "878.4730", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [ + "medetz surgical instruments" + ], + "establishment_type": [ + "Repack or Relabel Medical Device" + ], + "registration": { + "registration_number": "3006380247", + "fei_number": "3006380247", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "MEDETZ SURGICAL INSTRUMENTS", + "address_line_1": "6671 W Indiantown rd", + "address_line_2": "suite 50-241", + "city": "Jupiter", + "state_code": "FL", + "iso_country_code": "US", + "zip_code": "33458", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "medetz surgical instruments", + "owner_operator_number": "10059883", + "official_correspondent": { + "first_name": "Etzion", + "middle_initial": "", + "last_name": "Michaels", + "subaccount_company_name": "", + "phone_number": "1-800-4205135-x" + }, + "contact_address": { + "address_1": "6671 W Indiantown rd", + "address_2": "suite 50-241", + "city": "Jupiter", + "state_code": "FL", + "state_province": "", + "iso_country_code": "US", + "postal_code": "33458" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "HXR", + "created_date": "2019-03-04", + "owner_operator_number": "10059883", + "exempt": "", + "openfda": { + "device_name": "Spatula, Orthopedic", + "medical_specialty_description": "General, Plastic Surgery", + "regulation_number": "878.4800", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [ + "ELECTROSURGICAL, CUTTING & COAGULATION ACCESSORIES, LAPAROSCOPIC & ENDOSCOPIC, REPROCESSED" + ], + "establishment_type": [ + "Manufacture Medical Device for Another Party (Contract Manufacturer)" + ], + "registration": { + "registration_number": "3011024991", + "fei_number": "3011024991", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "Nypro Inc (Maple Grove)", + "address_line_1": "11400 73rd Ave N Ste 100", + "address_line_2": "", + "city": "Maple Grove", + "state_code": "MN", + "iso_country_code": "US", + "zip_code": "55369", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "JABIL - Nypro Healthcare Division", + "owner_operator_number": "9074019", + "official_correspondent": { + "first_name": "Sheryl", + "middle_initial": "", + "last_name": "Brown-Shimer", + "subaccount_company_name": "", + "phone_number": "x-508-3805849-x" + }, + "contact_address": { + "address_1": "101 Union Street", + "address_2": "", + "city": "Clinton", + "state_code": "MA", + "state_province": "", + "iso_country_code": "US", + "postal_code": "01510" + } + } + }, + "pma_number": "", + "k_number": "K152134", + "products": [ + { + "product_code": "NUJ", + "created_date": "2018-08-25", + "owner_operator_number": "9074019", + "exempt": "", + "openfda": { + "device_name": "Electrosurgical, Cutting & Coagulation Accessories, Laparoscopic & Endoscopic, Reprocessed", + "medical_specialty_description": "General, Plastic Surgery", + "regulation_number": "878.4400", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [], + "establishment_type": [ + "Export Device to the United States But Perform No Other Operation on Device" + ], + "registration": { + "registration_number": "3003199637", + "fei_number": "3003199637", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "Ansell Canada Inc.", + "address_line_1": "105 Rue Lauder", + "address_line_2": "", + "city": "Cowansville Quebec", + "state_code": "", + "iso_country_code": "CA", + "zip_code": "", + "postal_code": "J2K 2K8", + "us_agent": { + "name": "Don Cronk", + "business_name": "", + "bus_phone_area_code": "775", + "bus_phone_num": "4707106", + "bus_phone_extn": "", + "fax_area_code": "", + "fax_num": "", + "email_address": "don.cronk@ansell.com", + "address_line_1": "2301 Robb Drive", + "address_line_2": "", + "city": "Reno", + "state_code": "NV", + "iso_country_code": "US", + "zip_code": "89523", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "ANSELL HEALTHCARE PRODUCTS LLC", + "owner_operator_number": "8020065", + "official_correspondent": { + "first_name": "Don", + "middle_initial": "", + "last_name": "Cronk", + "subaccount_company_name": "", + "phone_number": "1-775-4707106-x" + }, + "contact_address": { + "address_1": "2301 Robb Drive", + "address_2": "", + "city": "Reno", + "state_code": "NV", + "state_province": "", + "iso_country_code": "US", + "postal_code": "89523" + } + } + }, + "pma_number": "", + "k_number": "K152593", + "products": [ + { + "product_code": "LYY", + "created_date": "2020-01-13", + "owner_operator_number": "8020065", + "exempt": "", + "openfda": { + "device_name": "Latex Patient Examination Glove", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.6250", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [ + "S.S PAKISTAN" + ], + "establishment_type": [ + "Export Device to the United States But Perform No Other Operation on Device", + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "3002834291", + "fei_number": "3002834291", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "MIAN SHAHID CORP.", + "address_line_1": "ST #1 CHOWK SHAHAB PURA", + "address_line_2": "", + "city": "MUZAFFAR PUR, SIALKOT Punjab", + "state_code": "", + "iso_country_code": "PK", + "zip_code": "", + "postal_code": "--", + "us_agent": { + "name": "M. AKRAM MIRZA", + "business_name": "FINE SURGICAL INSTRUMENTS INC.", + "bus_phone_area_code": "516", + "bus_phone_num": "2927400", + "bus_phone_extn": "12", + "fax_area_code": "516", + "fax_num": "2927484", + "email_address": "mirza@finesurgical.com", + "address_line_1": "50-54 Polk Ave", + "address_line_2": "", + "city": "Hempstead", + "state_code": "NY", + "iso_country_code": "US", + "zip_code": "11550", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "MIAN SHAHID CORP.", + "owner_operator_number": "9063855", + "official_correspondent": { + "first_name": "MIAN INAYAT", + "middle_initial": "-", + "last_name": "ULLAH", + "subaccount_company_name": "", + "phone_number": "92-52-3255089-x" + }, + "contact_address": { + "address_1": "ST #1 CHOWK SHAHAB PURA", + "address_2": "--", + "city": "MUZAFFAR PUR, SIALKOT", + "state_code": "PK-PB", + "state_province": "Punjab", + "iso_country_code": "PK", + "postal_code": "--" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "HHM", + "created_date": "2010-06-16", + "owner_operator_number": "9063855", + "exempt": "", + "openfda": { + "device_name": "Sound, Uterine", + "medical_specialty_description": "Obstetrics/Gynecology", + "regulation_number": "884.4530", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [ + "Tongue Depressor" + ], + "establishment_type": [ + "Export Device to the United States But Perform No Other Operation on Device" + ], + "registration": { + "registration_number": "3004776555", + "fei_number": "3004776555", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "ORIENTAL INTERNATIONAL SUPPLIES LIMITED", + "address_line_1": "11/F., UNIT 1107, METRO CENTRE I", + "address_line_2": "32 LAM HING ST.,", + "city": "KOWLOON", + "state_code": "", + "iso_country_code": "HK", + "zip_code": "", + "postal_code": "--", + "us_agent": { + "name": "W.S.TSE", + "business_name": "MS. W.S. TSE", + "bus_phone_area_code": "626", + "bus_phone_num": "4584683", + "bus_phone_extn": "0", + "fax_area_code": "626", + "fax_num": "4584671", + "email_address": "pris.tse@gmail.com", + "address_line_1": "105 EAST BEACON ST, No. A", + "address_line_2": "", + "city": "ALHAMBRA", + "state_code": "CA", + "iso_country_code": "US", + "zip_code": "91801", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "ORIENTAL INTERNATIONAL SUPPLIES LIMITED", + "owner_operator_number": "9074067", + "official_correspondent": {}, + "contact_address": { + "address_1": "11/F., UNIT 1107, METRO CENTRE I", + "address_2": "32 LAM HING ST.,", + "city": "KOWLOON", + "state_code": "HK-NOTA", + "state_province": "", + "iso_country_code": "HK", + "postal_code": "--" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "FMA", + "created_date": "2019-05-01", + "owner_operator_number": "9074067", + "exempt": "", + "openfda": { + "device_name": "Depressor, Tongue, Non-Surgical", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.6230", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [], + "establishment_type": [ + "Manufacture Medical Device for Another Party (Contract Manufacturer)" + ], + "registration": { + "registration_number": "3014650689", + "fei_number": "3014650689", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "State Industrial Products", + "address_line_1": "383 N. High St.", + "address_line_2": "", + "city": "Hebron", + "state_code": "OH", + "iso_country_code": "US", + "zip_code": "43025", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "State Industrial Products", + "owner_operator_number": "10061322", + "official_correspondent": { + "first_name": "Joseph", + "middle_initial": "", + "last_name": "Svarovsky", + "subaccount_company_name": "", + "phone_number": "x-440-5445134-x" + }, + "contact_address": { + "address_1": "5915 Landerbrook Dr.", + "address_2": "", + "city": "Mayfield Heights", + "state_code": "OH", + "state_province": "", + "iso_country_code": "US", + "postal_code": "44124" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "LRJ", + "created_date": "2019-11-11", + "owner_operator_number": "10061322", + "exempt": "", + "openfda": { + "device_name": "Disinfectant, Medical Devices", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.6890", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [], + "establishment_type": [ + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "1065831", + "fei_number": "3002973487", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "CARDINAL HEALTH 200, LLC", + "address_line_1": "785 FORT MILL HWY.", + "address_line_2": "", + "city": "FORT MILL", + "state_code": "SC", + "iso_country_code": "US", + "zip_code": "29707", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "Cardinal Health 200, LLC", + "owner_operator_number": "9028292", + "official_correspondent": {}, + "contact_address": { + "address_1": "3651 Birchwood Drive", + "address_2": "--", + "city": "Waukegan", + "state_code": "IL", + "state_province": "", + "iso_country_code": "US", + "postal_code": "60085" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "OHL", + "created_date": "2011-11-14", + "owner_operator_number": "9028292", + "exempt": "", + "openfda": { + "device_name": "Pap Smear Kit", + "medical_specialty_description": "Obstetrics/Gynecology", + "regulation_number": "884.4530", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "Screwdriver", + "REFLECTION", + "ACCORD", + "LEGION", + "SURFIX ALPHA", + "Integra", + "SURFIX", + "I.CO.S.", + "HALLU-FIX", + "PANTA", + "SURFIX OSTEOTOME", + "LARGE QWIX", + "QWIX", + "SPIN", + "FOREFOOT" + ], + "establishment_type": [ + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "3010886696", + "fei_number": "3010886696", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "Smith & Nephew, Inc.", + "address_line_1": "3510 Winchester Rd", + "address_line_2": "", + "city": "Memphis", + "state_code": "TN", + "iso_country_code": "US", + "zip_code": "38118", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "Smith & Nephew, Inc.", + "owner_operator_number": "1020279", + "official_correspondent": {}, + "contact_address": { + "address_1": "7135 Goodlett Farms Parkway", + "address_2": "", + "city": "Cordova", + "state_code": "TN", + "state_province": "", + "iso_country_code": "US", + "postal_code": "38016" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "HXX", + "created_date": "1978-02-22", + "owner_operator_number": "1020279", + "exempt": "", + "openfda": { + "device_name": "Screwdriver", + "medical_specialty_description": "Orthopedic", + "regulation_number": "888.4540", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [ + "Biomicroscope, slit-lamp, ac-powered" + ], + "establishment_type": [ + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "9616199", + "fei_number": "3003768492", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "HUVITZ CO., LTD.", + "address_line_1": "38, Burim-ro 170beon-gil, Dongan-gu", + "address_line_2": "", + "city": "Anyang-si Gyeonggi", + "state_code": "", + "iso_country_code": "KR", + "zip_code": "", + "postal_code": "14055", + "us_agent": { + "name": "Dayna Valente", + "business_name": "Coburn Technologies", + "bus_phone_area_code": "860", + "bus_phone_num": "6484906", + "bus_phone_extn": "", + "fax_area_code": "", + "fax_num": "", + "email_address": "dayna.valente@coburntechnologies.com", + "address_line_1": "55 Gerber Rd. W", + "address_line_2": "", + "city": "South Windsor", + "state_code": "CT", + "iso_country_code": "US", + "zip_code": "06074", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "HUVITZ CO., LTD.", + "owner_operator_number": "9039310", + "official_correspondent": { + "first_name": "Hyung Min", + "middle_initial": "", + "last_name": "Heo", + "subaccount_company_name": "", + "phone_number": "82-31-4289100-9059" + }, + "contact_address": { + "address_1": "38, Burim-ro 170beon-gil", + "address_2": "Dongan-gu", + "city": "Anyang-si", + "state_code": "KR-41", + "state_province": "Gyeonggi", + "iso_country_code": "KR", + "postal_code": "14055" + } + } + }, + "pma_number": "", + "k_number": "K073190", + "products": [ + { + "product_code": "HJO", + "created_date": "2008-01-20", + "owner_operator_number": "9039310", + "exempt": "", + "openfda": { + "device_name": "Biomicroscope, Slit-Lamp, Ac-Powered", + "medical_specialty_description": "Ophthalmic", + "regulation_number": "886.1850", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "Build-It FR", + "Intr-Oral Tips", + "Wastesaver Tips", + "Mixing Tips & Intra-oral Tips" + ], + "establishment_type": [ + "Manufacture Medical Device for Another Party (Contract Manufacturer)" + ], + "registration": { + "registration_number": "9680845", + "fei_number": "3000368601", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "SDS de Mexico S. de R.L. de C.V.", + "address_line_1": "CIRCUITO SUR NUM. 31", + "address_line_2": "PARQUE IND. NELSON", + "city": "MEXICALI, B.C. C.P. Baja California", + "state_code": "", + "iso_country_code": "MX", + "zip_code": "", + "postal_code": "21395", + "us_agent": { + "name": "Procoro Herrera", + "business_name": "", + "bus_phone_area_code": "657", + "bus_phone_num": "3416074", + "bus_phone_extn": "", + "fax_area_code": "", + "fax_num": "", + "email_address": "procoro.herrera@ormco.com", + "address_line_1": "Sybron Dental Specialties, Inc", + "address_line_2": "200 Kraemer Blvd", + "city": "Brea", + "state_code": "CA", + "iso_country_code": "US", + "zip_code": "92821", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "SYBRON DENTAL SPECIALTIES, INC.", + "owner_operator_number": "9029565", + "official_correspondent": {}, + "contact_address": { + "address_1": "1717 W Collins Ave", + "address_2": "--", + "city": "Orange", + "state_code": "CA", + "state_province": "", + "iso_country_code": "US", + "postal_code": "92867" + } + } + }, + "pma_number": "", + "k_number": "K000211", + "products": [ + { + "product_code": "EBF", + "created_date": "2011-11-01", + "owner_operator_number": "9029565", + "exempt": "", + "openfda": { + "device_name": "Material, Tooth Shade, Resin", + "medical_specialty_description": "Dental", + "regulation_number": "872.3690", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [], + "establishment_type": [ + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "9681860", + "fei_number": "3003491392", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "Ludlow Technical Products Canada Ltd.(A Division of Cardinal Health LLC)", + "address_line_1": "215 Herbert St.", + "address_line_2": "", + "city": "GANANOQUE Ontario", + "state_code": "", + "iso_country_code": "CA", + "zip_code": "", + "postal_code": "K7G 2Y7", + "us_agent": { + "name": "Christine Kuntz Nassif", + "business_name": "", + "bus_phone_area_code": "508", + "bus_phone_num": "6183756", + "bus_phone_extn": "", + "fax_area_code": "", + "fax_num": "", + "email_address": "christine.kuntznassif@cardinalhealth.com", + "address_line_1": "777 West St", + "address_line_2": "", + "city": "Mansfield", + "state_code": "MA", + "iso_country_code": "US", + "zip_code": "02048", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "Cardinal Health 200, LLC", + "owner_operator_number": "9028292", + "official_correspondent": {}, + "contact_address": { + "address_1": "3651 Birchwood Drive", + "address_2": "--", + "city": "Waukegan", + "state_code": "IL", + "state_province": "", + "iso_country_code": "US", + "postal_code": "60085" + } + } + }, + "pma_number": "", + "k_number": "K964279", + "products": [ + { + "product_code": "KXO", + "created_date": "2006-09-22", + "owner_operator_number": "9028292", + "exempt": "", + "openfda": { + "k_number": [ + "K964279" + ], + "device_name": "Monitor, Pressure, Intrauterine", + "medical_specialty_description": "Obstetrics/Gynecology", + "regulation_number": "884.2700", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "Standard Clip Appliers" + ], + "establishment_type": [ + "Develop Specifications But Do Not Manufacture At This Facility" + ], + "registration": { + "registration_number": "1226015", + "fei_number": "3002539629", + "status_code": "1", + "initial_importer_flag": "Y", + "reg_expiry_date_year": "2021", + "name": "VITALITEC INT'L., INC.", + "address_line_1": "10 Cordage Park Cir Suite 100/200", + "address_line_2": "", + "city": "Plymouth", + "state_code": "MA", + "iso_country_code": "US", + "zip_code": "02360", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "VITALITEC INT'L., INC. d/b/a Peters Surgical USA", + "owner_operator_number": "9033784", + "official_correspondent": {}, + "contact_address": { + "address_1": "10 CORDAGE PARK CIRCLE", + "address_2": "SUITE # 200/100", + "city": "Plymouth", + "state_code": "MA", + "state_province": "", + "iso_country_code": "US", + "postal_code": "02360" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "GDO", + "created_date": "2000-03-10", + "owner_operator_number": "9033784", + "exempt": "", + "openfda": { + "device_name": "Applier, Surgical, Clip", + "medical_specialty_description": "General, Plastic Surgery", + "regulation_number": "878.4800", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [ + "SYNTHES (USA) DISTAL RADIUS PLATE S" + ], + "establishment_type": [ + "Repack or Relabel Medical Device" + ], + "registration": { + "registration_number": "3004927096", + "fei_number": "3004927096", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "UPS Supply Chain Solutions, Inc.", + "address_line_1": "378 Commercial Street", + "address_line_2": "", + "city": "Malden", + "state_code": "MA", + "iso_country_code": "US", + "zip_code": "02148", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "UPS Supply Chain Solutions, Inc.", + "owner_operator_number": "10038314", + "official_correspondent": { + "first_name": "Tim", + "middle_initial": "", + "last_name": "Bishop", + "subaccount_company_name": "", + "phone_number": "x-502-6436852-x" + }, + "contact_address": { + "address_1": "1920 Outer Loop", + "address_2": "", + "city": "Louisville", + "state_code": "KY", + "state_province": "", + "iso_country_code": "US", + "postal_code": "40219" + } + } + }, + "pma_number": "", + "k_number": "K982732", + "products": [ + { + "product_code": "HWC", + "created_date": "2016-06-15", + "owner_operator_number": "10038314", + "exempt": "", + "openfda": { + "device_name": "Screw, Fixation, Bone", + "medical_specialty_description": "Orthopedic", + "regulation_number": "888.3040", + "device_class": "2" + } + }, + { + "product_code": "HRS", + "created_date": "2016-06-15", + "owner_operator_number": "10038314", + "exempt": "", + "openfda": { + "device_name": "Plate, Fixation, Bone", + "medical_specialty_description": "Orthopedic", + "regulation_number": "888.3030", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "PreludeSYNC Radial Compression Device", + "PreludeSYNC DISTAL Radial Compression Device", + "PreludeSYNC EVO Radial Compression Device" + ], + "establishment_type": [ + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "3011642792", + "fei_number": "3011642792", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "Merit Maquiladora Mexico, S. DE R.L. DE C.V.", + "address_line_1": "Avenida Sor Juana Ines de la Cruz", + "address_line_2": "19970 Interior B, Edificio 2, Parque Industrial Frontera", + "city": "Tijuana Baja California", + "state_code": "", + "iso_country_code": "MX", + "zip_code": "", + "postal_code": "22630", + "us_agent": { + "name": "John Knorpp", + "business_name": "MERIT MEDICAL SYSTEMS, INC.", + "bus_phone_area_code": "801", + "bus_phone_num": "2084389", + "bus_phone_extn": "", + "fax_area_code": "801", + "fax_num": "8264157", + "email_address": "jknorpp@merit.com", + "address_line_1": "1600 W Merit Pkwy", + "address_line_2": "", + "city": "South Jordan", + "state_code": "UT", + "iso_country_code": "US", + "zip_code": "84095", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "Merit Medical Systems, Inc.", + "owner_operator_number": "1721504", + "official_correspondent": {}, + "contact_address": { + "address_1": "1600 West Merit Parkway", + "address_2": "--", + "city": "South Jordan", + "state_code": "UT", + "state_province": "", + "iso_country_code": "US", + "postal_code": "84095" + } + } + }, + "pma_number": "", + "k_number": "K180723", + "products": [ + { + "product_code": "DXC", + "created_date": "2018-04-18", + "owner_operator_number": "1721504", + "exempt": "", + "openfda": { + "device_name": "Clamp, Vascular", + "medical_specialty_description": "Cardiovascular", + "regulation_number": "870.4450", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "Aesculap" + ], + "establishment_type": [ + "Repack or Relabel Medical Device" + ], + "registration": { + "registration_number": "3003587896", + "fei_number": "3003587896", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "AESCULAP, INC.", + "address_line_1": "615 LAMBERT POINTE DR.", + "address_line_2": "", + "city": "HAZELWOOD", + "state_code": "MO", + "iso_country_code": "US", + "zip_code": "63042", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "AESCULAP, INC.", + "owner_operator_number": "2916714", + "official_correspondent": { + "first_name": "Kamaal", + "middle_initial": "", + "last_name": "Anas", + "subaccount_company_name": "", + "phone_number": "x-610-9849071-x" + }, + "contact_address": { + "address_1": "3773 CORPORATE PKWY.", + "address_2": "--", + "city": "Center Valley", + "state_code": "PA", + "state_province": "", + "iso_country_code": "US", + "postal_code": "18034" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "LRY", + "created_date": "2014-03-21", + "owner_operator_number": "2916714", + "exempt": "", + "openfda": { + "device_name": "Punch, Surgical", + "medical_specialty_description": "General, Plastic Surgery", + "regulation_number": "878.4800", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [ + "encevis" + ], + "establishment_type": [ + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "3017374042", + "fei_number": "3017374042", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "AIT AUSTRIAN INSTITUTE OF TECHNOLOGY GMBH", + "address_line_1": "Giefingasse 4", + "address_line_2": "", + "city": "Vienna Wien", + "state_code": "", + "iso_country_code": "AT", + "zip_code": "", + "postal_code": "1210", + "us_agent": { + "name": "Rhonda Alexander", + "business_name": "IUVO CONSULTING, LLC", + "bus_phone_area_code": "202", + "bus_phone_num": "7928344", + "bus_phone_extn": "", + "fax_area_code": "", + "fax_num": "", + "email_address": "ralexander@iuvoconsulting.com", + "address_line_1": "1820 PERLA DRIVE", + "address_line_2": "", + "city": "Virginia Beach", + "state_code": "VA", + "iso_country_code": "US", + "zip_code": "23456", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "AIT Austrian Institute of Technology GmbH", + "owner_operator_number": "10077267", + "official_correspondent": { + "first_name": "Sandra", + "middle_initial": "", + "last_name": "Simhofer", + "subaccount_company_name": "", + "phone_number": "043-50550-4296-x" + }, + "contact_address": { + "address_1": "Giefingasse 4", + "address_2": "", + "city": "Vienna", + "state_code": "AT-9", + "state_province": "Wien", + "iso_country_code": "AT", + "postal_code": "1210" + } + } + }, + "pma_number": "", + "k_number": "K171720", + "products": [ + { + "product_code": "OMA", + "created_date": "2020-08-19", + "owner_operator_number": "10077267", + "exempt": "", + "openfda": { + "device_name": "Amplitude-Integrated Electroencephalograph", + "medical_specialty_description": "Neurology", + "regulation_number": "882.1400", + "device_class": "2" + } + }, + { + "product_code": "OMB", + "created_date": "2020-08-19", + "owner_operator_number": "10077267", + "exempt": "", + "openfda": { + "k_number": [ + "K171720" + ], + "device_name": "Automatic Event Detection Software For Full-Montage Electroencephalograph", + "medical_specialty_description": "Neurology", + "regulation_number": "882.1400", + "device_class": "2" + } + }, + { + "product_code": "OLT", + "created_date": "2020-08-19", + "owner_operator_number": "10077267", + "exempt": "", + "openfda": { + "device_name": "Non-Normalizing Quantitative Electroencephalograph Software", + "medical_specialty_description": "Neurology", + "regulation_number": "882.1400", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "Accolade Hip System" + ], + "establishment_type": [ + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "9616680", + "fei_number": "3002459190", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "STRYKER IRELAND OSTEONICS", + "address_line_1": "Tullagreen Building, IDA Business & Technology Park", + "address_line_2": "Carrigtwohill", + "city": "Cork Munster", + "state_code": "", + "iso_country_code": "IE", + "zip_code": "", + "postal_code": "T45 HE42", + "us_agent": { + "name": "Meg Smith", + "business_name": "Howmedica Osteonics Corp", + "bus_phone_area_code": "201", + "bus_phone_num": "8315014", + "bus_phone_extn": "", + "fax_area_code": "201", + "fax_num": "8314002", + "email_address": "meg.smith@stryker.com", + "address_line_1": "325 CORPORATE DR", + "address_line_2": "", + "city": "MAHWAH", + "state_code": "NJ", + "iso_country_code": "US", + "zip_code": "07430", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "STRYKER CORP.", + "owner_operator_number": "1811755", + "official_correspondent": {}, + "contact_address": { + "address_1": "1901 Romence Pkwy", + "address_2": "", + "city": "Portage", + "state_code": "MI", + "state_province": "", + "iso_country_code": "US", + "postal_code": "49002" + } + } + }, + "pma_number": "", + "k_number": "K023102", + "products": [ + { + "product_code": "MEH", + "created_date": "2008-11-13", + "owner_operator_number": "1811755", + "exempt": "", + "openfda": { + "device_name": "Prosthesis, Hip, Semi-Constrained, Uncemented, Metal / Polymer, Non-Porous, Calcium Phosphate", + "medical_specialty_description": "Orthopedic", + "regulation_number": "888.3353", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "Face Mask" + ], + "establishment_type": [ + "Repack or Relabel Medical Device" + ], + "registration": { + "registration_number": "3016758213", + "fei_number": "3016758213", + "status_code": "1", + "initial_importer_flag": "Y", + "reg_expiry_date_year": "2021", + "name": "MIMISH DESIGNS LLC", + "address_line_1": "127 Main Street", + "address_line_2": "", + "city": "Delhi", + "state_code": "NY", + "iso_country_code": "US", + "zip_code": "13753", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "Mimish Designs LLC", + "owner_operator_number": "10074827", + "official_correspondent": { + "first_name": "Jennifer", + "middle_initial": "", + "last_name": "Laforest", + "subaccount_company_name": "", + "phone_number": "1-347-2626157-x" + }, + "contact_address": { + "address_1": "127 Main Street", + "address_2": "", + "city": "Delhi", + "state_code": "NY", + "state_province": "", + "iso_country_code": "US", + "postal_code": "13753" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "QKR", + "created_date": "2020-06-01", + "owner_operator_number": "10074827", + "exempt": "", + "openfda": { + "device_name": "Face Mask Per Enforcement Policy For Face Masks And Respirators During The Declared Public Health Emergency", + "medical_specialty_description": "Unknown", + "regulation_number": "", + "device_class": "N" + } + } + ] + }, + { + "proprietary_name": [ + "Paraffin Wax Histology Grade" + ], + "establishment_type": [ + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "3013182314", + "fei_number": "3013182314", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "POTH HILLE & CO LTD", + "address_line_1": "18 Easter Park", + "address_line_2": "Ferry Lane South", + "city": "Rainham Essex", + "state_code": "", + "iso_country_code": "GB", + "zip_code": "", + "postal_code": "RM13 9BP", + "us_agent": { + "name": "Delio Dicuffa", + "business_name": "Poly Scientific", + "bus_phone_area_code": "631", + "bus_phone_num": "5860400", + "bus_phone_extn": "", + "fax_area_code": "", + "fax_num": "", + "email_address": "ddicuffa@polyrnd.com", + "address_line_1": "70, Cleveland Avenue", + "address_line_2": "Bay Shore", + "city": "Bay Shore", + "state_code": "NY", + "iso_country_code": "US", + "zip_code": "11706", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "Poth Hille & Co Ltd", + "owner_operator_number": "10062815", + "official_correspondent": { + "first_name": "Stephen", + "middle_initial": "", + "last_name": "Baldwin", + "subaccount_company_name": "", + "phone_number": "44-780-2387843-x" + }, + "contact_address": { + "address_1": "18 Easter Park", + "address_2": "Ferry Lane South", + "city": "Rainham", + "state_code": "GB-ESS", + "state_province": "Essex", + "iso_country_code": "GB", + "postal_code": "RM13 9BP" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "IDT", + "created_date": "2020-03-10", + "owner_operator_number": "10062815", + "exempt": "", + "openfda": { + "device_name": "Apparatus, Melting Point, Paraffin", + "medical_specialty_description": "Pathology", + "regulation_number": "864.3010", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [ + "GYNECARE TVT ABBREVO and GYNECARE TVT Obturator Helical Passers and Atraumatic Winged Guide" + ], + "establishment_type": [ + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "3017102971", + "fei_number": "3017102971", + "status_code": "1", + "initial_importer_flag": "Y", + "reg_expiry_date_year": "2021", + "name": "ETHICON, INC.", + "address_line_1": "1000 Route 202", + "address_line_2": "", + "city": "Raritan", + "state_code": "NJ", + "iso_country_code": "US", + "zip_code": "08869", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "ETHICON INC.", + "owner_operator_number": "2210968", + "official_correspondent": { + "first_name": "Emily", + "middle_initial": "", + "last_name": "Valerio", + "subaccount_company_name": "", + "phone_number": "x-908-2183392-x" + }, + "contact_address": { + "address_1": "Rt. 22 West", + "address_2": "P.O. Box 151", + "city": "Somerville", + "state_code": "NJ", + "state_province": "", + "iso_country_code": "US", + "postal_code": "08876" + } + } + }, + "pma_number": "", + "k_number": "K181151", + "products": [ + { + "product_code": "PWJ", + "created_date": "2018-08-20", + "owner_operator_number": "2210968", + "exempt": "", + "openfda": { + "k_number": [ + "K181151" + ], + "device_name": "Instrumentation, Surgical Mesh, Urogynecologic, Stress Urinary Incontinence", + "medical_specialty_description": "Obstetrics/Gynecology", + "regulation_number": "884.4910", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [], + "establishment_type": [ + "Sterilize Medical Device for Another Party (Contract Sterilizer)" + ], + "registration": { + "registration_number": "1424263", + "fei_number": "3003015552", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "Isomedix Operations, Inc.", + "address_line_1": "2500 Commerce Dr", + "address_line_2": "", + "city": "Green Oaks", + "state_code": "IL", + "iso_country_code": "US", + "zip_code": "60048", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "STERIS Corporation", + "owner_operator_number": "1527821", + "official_correspondent": {}, + "contact_address": { + "address_1": "5960 Heisley Rd", + "address_2": "--", + "city": "Mentor", + "state_code": "OH", + "state_province": "", + "iso_country_code": "US", + "postal_code": "44060" + } + } + }, + "pma_number": "", + "k_number": "K081243", + "products": [ + { + "product_code": "HSB", + "created_date": "2013-01-04", + "owner_operator_number": "1527821", + "exempt": "", + "openfda": { + "device_name": "Rod, Fixation, Intramedullary And Accessories", + "medical_specialty_description": "Orthopedic", + "regulation_number": "888.3020", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "KNIFE" + ], + "establishment_type": [ + "Manufacture Medical Device for Another Party (Contract Manufacturer)", + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "8040881", + "fei_number": "3429", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "MEDISPOREX (PVT) LTD.", + "address_line_1": "KHADIM ALI RD., P.O. BOX 600", + "address_line_2": "", + "city": "SIALKOT Punjab", + "state_code": "", + "iso_country_code": "PK", + "zip_code": "", + "postal_code": "51310", + "us_agent": { + "name": "DARYL KLEIN", + "business_name": "J & J INSTRUMENTS, LLC", + "bus_phone_area_code": "908", + "bus_phone_num": "4863800", + "bus_phone_extn": "", + "fax_area_code": "908", + "fax_num": "4863803", + "email_address": "daryl@jjinstruments.com", + "address_line_1": "120 GOODWIN PLACE STRATFORD, CT", + "address_line_2": "", + "city": "Stratford", + "state_code": "CT", + "iso_country_code": "US", + "zip_code": "06615", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "MEDISPOREX (PVT) LTD.", + "owner_operator_number": "8040881", + "official_correspondent": { + "first_name": "FAISAL", + "middle_initial": "-", + "last_name": "AKRAM", + "subaccount_company_name": "", + "phone_number": "92-52-3553658-x" + }, + "contact_address": { + "address_1": "KHADIM ALI RD., P.O. BOX 600", + "address_2": "--", + "city": "SIALKOT, PUNJAB", + "state_code": "PK-NOTA", + "state_province": "", + "iso_country_code": "PK", + "postal_code": "51310" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "EMF", + "created_date": "2017-05-30", + "owner_operator_number": "8040881", + "exempt": "", + "openfda": { + "device_name": "Knife, Surgical", + "medical_specialty_description": "General, Plastic Surgery", + "regulation_number": "878.4800", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [ + "WEIGERT'S #1" + ], + "establishment_type": [ + "Repack or Relabel Medical Device", + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "2013736", + "fei_number": "2013736", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "MEDICAL CHEMICAL CORPORATION", + "address_line_1": "19430 VAN NESS AVE", + "address_line_2": "", + "city": "TORRANCE", + "state_code": "CA", + "iso_country_code": "US", + "zip_code": "90501", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "MEDICAL CHEMICAL CORPORATION", + "owner_operator_number": "2013736", + "official_correspondent": { + "first_name": "Kris", + "middle_initial": "J", + "last_name": "Kontis", + "subaccount_company_name": "", + "phone_number": "1-800-4249394-2225" + }, + "contact_address": { + "address_1": "MEDICAL CHEMICAL CORPORATION", + "address_2": "19430 Van Ness Ave.", + "city": "Torrance", + "state_code": "CA", + "state_province": "", + "iso_country_code": "US", + "postal_code": "90501" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "HYO", + "created_date": "2004-09-15", + "owner_operator_number": "2013736", + "exempt": "", + "openfda": { + "device_name": "Hematoxylin Weigert'S", + "medical_specialty_description": "Hematology", + "regulation_number": "864.1850", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [ + "Synthetic Marijuana" + ], + "establishment_type": [ + "Repack or Relabel Medical Device", + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "2029372", + "fei_number": "1000306617", + "status_code": "1", + "initial_importer_flag": "Y", + "reg_expiry_date_year": "2021", + "name": "Diagnostic Automation/ Cortez Diagnostics Inc,.", + "address_line_1": "21250 Califa St Suite 102 and 116", + "address_line_2": "", + "city": "Woodland Hills", + "state_code": "CA", + "iso_country_code": "US", + "zip_code": "91367", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "Diagnostic Automation /Cortez Diagnostics Inc.", + "owner_operator_number": "9011974", + "official_correspondent": { + "first_name": "PAUL", + "middle_initial": "-", + "last_name": "SHAW", + "subaccount_company_name": "", + "phone_number": "x-818-5913030-x" + }, + "contact_address": { + "address_1": "21250 Califa St,", + "address_2": "SUITE 102 and 116", + "city": "Woodland Hills", + "state_code": "CA", + "state_province": "", + "iso_country_code": "US", + "postal_code": "91367" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "NFW", + "created_date": "2018-05-07", + "owner_operator_number": "9011974", + "exempt": "", + "openfda": { + "device_name": "Test, Cannabinoid, Over The Counter", + "medical_specialty_description": "Clinical Toxicology", + "regulation_number": "862.3870", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [], + "establishment_type": [ + "Repack or Relabel Medical Device" + ], + "registration": { + "registration_number": "3003587896", + "fei_number": "3003587896", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "AESCULAP, INC.", + "address_line_1": "615 LAMBERT POINTE DR.", + "address_line_2": "", + "city": "HAZELWOOD", + "state_code": "MO", + "iso_country_code": "US", + "zip_code": "63042", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "AESCULAP, INC.", + "owner_operator_number": "2916714", + "official_correspondent": { + "first_name": "Kamaal", + "middle_initial": "", + "last_name": "Anas", + "subaccount_company_name": "", + "phone_number": "x-610-9849071-x" + }, + "contact_address": { + "address_1": "3773 CORPORATE PKWY.", + "address_2": "--", + "city": "Center Valley", + "state_code": "PA", + "state_province": "", + "iso_country_code": "US", + "postal_code": "18034" + } + } + }, + "pma_number": "", + "k_number": "K014207", + "products": [ + { + "product_code": "GEI", + "created_date": "2013-04-26", + "owner_operator_number": "2916714", + "exempt": "", + "openfda": { + "device_name": "Electrosurgical, Cutting & Coagulation & Accessories", + "medical_specialty_description": "General, Plastic Surgery", + "regulation_number": "878.4400", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [], + "establishment_type": [ + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "2020493", + "fei_number": "2020493", + "status_code": "1", + "initial_importer_flag": "Y", + "reg_expiry_date_year": "2021", + "name": "3M ESPE Dental Products", + "address_line_1": "2111 McGaw Avenue", + "address_line_2": "", + "city": "IRVINE", + "state_code": "CA", + "iso_country_code": "US", + "zip_code": "92614", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "3M COMPANY", + "owner_operator_number": "2110898", + "official_correspondent": {}, + "contact_address": { + "address_1": "3M Center, 2510 Conway Ave.", + "address_2": "Bldg. 275-5W-06", + "city": "Saint Paul", + "state_code": "MN", + "state_province": "", + "iso_country_code": "US", + "postal_code": "55144" + } + } + }, + "pma_number": "", + "k_number": "K963766", + "products": [ + { + "product_code": "ELW", + "created_date": "2007-12-06", + "owner_operator_number": "2110898", + "exempt": "", + "openfda": { + "device_name": "Material, Impression", + "medical_specialty_description": "Dental", + "regulation_number": "872.3660", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "Hardy Susceptibility test disks" + ], + "establishment_type": [ + "Manufacture Medical Device", + "Manufacture Medical Device for Another Party (Contract Manufacturer)" + ], + "registration": { + "registration_number": "8020667", + "fei_number": "4247", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "MAST GROUP LTD.", + "address_line_1": "MAST HOUSE, DERBY RD.", + "address_line_2": "", + "city": "BOOTLE, MERSEYSIDE Liverpool", + "state_code": "", + "iso_country_code": "GB", + "zip_code": "", + "postal_code": "L20 1EA", + "us_agent": { + "name": "Jay Hardy", + "business_name": "Hardy Diagnostics", + "bus_phone_area_code": "805", + "bus_phone_num": "3462766", + "bus_phone_extn": "", + "fax_area_code": "805", + "fax_num": "6149274", + "email_address": "HardyJ@HardyDiagnostics.com", + "address_line_1": "Hardy Diagnostics", + "address_line_2": "1430 West McCoy Lane", + "city": "Santa Maria", + "state_code": "CA", + "iso_country_code": "US", + "zip_code": "93455", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "MAST GROUP LTD.", + "owner_operator_number": "8020667", + "official_correspondent": {}, + "contact_address": { + "address_1": "MAST HOUSE", + "address_2": "DERBY RD", + "city": "BOOTLE", + "state_code": "GB-LIV", + "state_province": "Liverpool", + "iso_country_code": "GB", + "postal_code": "L20 1EA" + } + } + }, + "pma_number": "", + "k_number": "K994150", + "products": [ + { + "product_code": "JTN", + "created_date": "2011-07-06", + "owner_operator_number": "8020667", + "exempt": "", + "openfda": { + "device_name": "Susceptibility Test Discs, Antimicrobial", + "medical_specialty_description": "Microbiology", + "regulation_number": "866.1620", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [], + "establishment_type": [ + "Develop Specifications But Do Not Manufacture At This Facility", + "Repack or Relabel Medical Device" + ], + "registration": { + "registration_number": "1723170", + "fei_number": "1000517638", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "MEDTRONIC NAVIGATION, INC.", + "address_line_1": "826 COAL CREEK CIR.", + "address_line_2": "", + "city": "LOUISVILLE", + "state_code": "CO", + "iso_country_code": "US", + "zip_code": "80027", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "MEDTRONIC INC.", + "owner_operator_number": "2112641", + "official_correspondent": {}, + "contact_address": { + "address_1": "710 Medtronic Pkwy.", + "address_2": "", + "city": "Minneapolis", + "state_code": "MN", + "state_province": "", + "iso_country_code": "US", + "postal_code": "55432" + } + } + }, + "pma_number": "", + "k_number": "K974638", + "products": [ + { + "product_code": "FRG", + "created_date": "2011-12-07", + "owner_operator_number": "2112641", + "exempt": "", + "openfda": { + "device_name": "Wrap, Sterilization", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.6850", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [], + "establishment_type": [ + "Develop Specifications But Do Not Manufacture At This Facility" + ], + "registration": { + "registration_number": "1226188", + "fei_number": "3008342029", + "status_code": "1", + "initial_importer_flag": "Y", + "reg_expiry_date_year": "2021", + "name": "OMNIlifeScience, Inc.", + "address_line_1": "480 Paramount Dr", + "address_line_2": "", + "city": "Raynham", + "state_code": "MA", + "iso_country_code": "US", + "zip_code": "02767", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "OMNI Life Science, Inc.", + "owner_operator_number": "9038042", + "official_correspondent": {}, + "contact_address": { + "address_1": "480 Paramount Drive", + "address_2": "", + "city": "Raynham", + "state_code": "MA", + "state_province": "", + "iso_country_code": "US", + "postal_code": "02767" + } + } + }, + "pma_number": "", + "k_number": "K133381", + "products": [ + { + "product_code": "LZO", + "created_date": "2014-11-04", + "owner_operator_number": "9038042", + "exempt": "", + "openfda": { + "device_name": "Prosthesis, Hip, Semi-Constrained, Metal/Ceramic/Polymer, Cemented Or Non-Porous, Uncemented", + "medical_specialty_description": "Orthopedic", + "regulation_number": "888.3353", + "device_class": "2" + } + }, + { + "product_code": "LPH", + "created_date": "2014-11-04", + "owner_operator_number": "9038042", + "exempt": "", + "openfda": { + "device_name": "Prosthesis, Hip, Semi-Constrained, Metal/Polymer, Porous Uncemented", + "medical_specialty_description": "Orthopedic", + "regulation_number": "888.3358", + "device_class": "2" + } + }, + { + "product_code": "KWY", + "created_date": "2014-11-04", + "owner_operator_number": "9038042", + "exempt": "", + "openfda": { + "device_name": "Prosthesis, Hip, Hemi-, Femoral, Metal/Polymer, Cemented Or Uncemented", + "medical_specialty_description": "Orthopedic", + "regulation_number": "888.3390", + "device_class": "2" + } + }, + { + "product_code": "MEH", + "created_date": "2014-11-04", + "owner_operator_number": "9038042", + "exempt": "", + "openfda": { + "device_name": "Prosthesis, Hip, Semi-Constrained, Uncemented, Metal / Polymer, Non-Porous, Calcium Phosphate", + "medical_specialty_description": "Orthopedic", + "regulation_number": "888.3353", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "VIP CGS Compu-Quick Tray" + ], + "establishment_type": [ + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "1060818", + "fei_number": "1000592496", + "status_code": "1", + "initial_importer_flag": "Y", + "reg_expiry_date_year": "2021", + "name": "BIOHORIZONS IMPLANT SYSTEMS, INC.", + "address_line_1": "2300 RIVERCHASE CENTER", + "address_line_2": "", + "city": "BIRMINGHAM", + "state_code": "AL", + "iso_country_code": "US", + "zip_code": "35244", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "BIOHORIZONS IMPLANT SYSTEMS, INC.", + "owner_operator_number": "9024113", + "official_correspondent": { + "first_name": "Jared", + "middle_initial": "", + "last_name": "Cooper", + "subaccount_company_name": "", + "phone_number": "x-205-9867994-x" + }, + "contact_address": { + "address_1": "2300 RIVERCHASE CENTER", + "address_2": "--", + "city": "Birmingham", + "state_code": "AL", + "state_province": "", + "iso_country_code": "US", + "postal_code": "35244" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "EHY", + "created_date": "2009-03-03", + "owner_operator_number": "9024113", + "exempt": "", + "openfda": { + "device_name": "Tray, Impression, Preformed", + "medical_specialty_description": "Dental", + "regulation_number": "872.6880", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [ + "DPS", + "Duopross" + ], + "establishment_type": [ + "Manufacture Medical Device for Another Party (Contract Manufacturer)", + "Sterilize Medical Device for Another Party (Contract Sterilizer)", + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "3003459136", + "fei_number": "3003459136", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "Shanghai Misawa Medical Industry Co., Ltd.", + "address_line_1": "Building 4, no.85 Shengshan Road, Chongming District", + "address_line_2": "", + "city": "Shanghai", + "state_code": "", + "iso_country_code": "CN", + "zip_code": "", + "postal_code": "202150", + "us_agent": { + "name": "Vincent Fu", + "business_name": "Duopross Meditech Corp.", + "bus_phone_area_code": "631", + "bus_phone_num": "2490100", + "bus_phone_extn": "", + "fax_area_code": "631", + "fax_num": "2490700", + "email_address": "Vincent.Fu@baksnap.com", + "address_line_1": "27 Sarah Drive", + "address_line_2": "", + "city": "E Farmingdale", + "state_code": "NY", + "iso_country_code": "US", + "zip_code": "11735", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "Shanghai Misawa Medical Industry Co. Ltd.", + "owner_operator_number": "10023076", + "official_correspondent": { + "first_name": "Wei", + "middle_initial": "", + "last_name": "Li", + "subaccount_company_name": "", + "phone_number": "086-21-64077751-x" + }, + "contact_address": { + "address_1": "Building 4, no.85 Shengshan Road, Chongming District", + "address_2": "", + "city": "Shanghai", + "state_code": "CN-SH", + "state_province": "", + "iso_country_code": "CN", + "postal_code": "202150" + } + } + }, + "pma_number": "", + "k_number": "K042500", + "products": [ + { + "product_code": "FMF", + "created_date": "2007-11-02", + "owner_operator_number": "10023076", + "exempt": "", + "openfda": { + "device_name": "Syringe, Piston", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5860", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "CLAMP" + ], + "establishment_type": [ + "Manufacture Medical Device for Another Party (Contract Manufacturer)" + ], + "registration": { + "registration_number": "8010704", + "fei_number": "3002807754", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "NOPA INSTRUMENTS, MEDIZINTECHNIK GMBH", + "address_line_1": "WEILATTEN 7-9", + "address_line_2": "", + "city": "TUTTLINGEN Baden-Wurttemberg", + "state_code": "", + "iso_country_code": "DE", + "zip_code": "", + "postal_code": "78532", + "us_agent": { + "name": "Franz Menean", + "business_name": "MEDAGENT, Inc.", + "bus_phone_area_code": "603", + "bus_phone_num": "5702039", + "bus_phone_extn": "", + "fax_area_code": "603", + "fax_num": "5702055", + "email_address": "mail@medagent-usa.com", + "address_line_1": "264 Lafayette Road, Suite 7", + "address_line_2": "", + "city": "Portsmouth", + "state_code": "NH", + "iso_country_code": "US", + "zip_code": "03801", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "NOPA INSTRUMENTS, MEDIZINTECHNIK GMBH", + "owner_operator_number": "8010704", + "official_correspondent": {}, + "contact_address": { + "address_1": "WEILATTEN 7-9", + "address_2": "--", + "city": "TUTTLINGEN", + "state_code": "DE-NOTA", + "state_province": "", + "iso_country_code": "DE", + "postal_code": "78532" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "HXD", + "created_date": "2009-09-04", + "owner_operator_number": "8010704", + "exempt": "", + "openfda": { + "device_name": "Clamp", + "medical_specialty_description": "General, Plastic Surgery", + "regulation_number": "878.4800", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [], + "establishment_type": [ + "Complaint File Establishment per 21 CFR 820.198", + "Develop Specifications But Do Not Manufacture At This Facility" + ], + "registration": { + "registration_number": "1423507", + "fei_number": "3008002452", + "status_code": "1", + "initial_importer_flag": "Y", + "reg_expiry_date_year": "2021", + "name": "CAREFUSION 2200, INC.", + "address_line_1": "75 North Fairway Drive", + "address_line_2": "", + "city": "Vernon Hills", + "state_code": "IL", + "iso_country_code": "US", + "zip_code": "60061", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "CAREFUSION", + "owner_operator_number": "10030506", + "official_correspondent": {}, + "contact_address": { + "address_1": "75 North Fairway Drive", + "address_2": "", + "city": "Vernon Hills", + "state_code": "IL", + "state_province": "", + "iso_country_code": "US", + "postal_code": "60061" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "EZO", + "created_date": "2009-11-16", + "owner_operator_number": "10030506", + "exempt": "", + "openfda": { + "device_name": "Urethrotome", + "medical_specialty_description": "Gastroenterology, Urology", + "regulation_number": "876.4770", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [], + "establishment_type": [ + "Complaint File Establishment per 21 CFR 820.198", + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "1723170", + "fei_number": "1000517638", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "MEDTRONIC NAVIGATION, INC.", + "address_line_1": "826 COAL CREEK CIR.", + "address_line_2": "", + "city": "LOUISVILLE", + "state_code": "CO", + "iso_country_code": "US", + "zip_code": "80027", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "MEDTRONIC INC.", + "owner_operator_number": "2112641", + "official_correspondent": {}, + "contact_address": { + "address_1": "710 Medtronic Pkwy.", + "address_2": "", + "city": "Minneapolis", + "state_code": "MN", + "state_province": "", + "iso_country_code": "US", + "postal_code": "55432" + } + } + }, + "pma_number": "", + "k_number": "K133665", + "products": [ + { + "product_code": "PGW", + "created_date": "2014-05-23", + "owner_operator_number": "2112641", + "exempt": "", + "openfda": { + "device_name": "Ear, Nose, And Throat Stereotaxic Instrument", + "medical_specialty_description": "Neurology", + "regulation_number": "882.4560", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "Curtain" + ], + "establishment_type": [ + "Export Device to the United States But Perform No Other Operation on Device" + ], + "registration": { + "registration_number": "3006897996", + "fei_number": "3006897996", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "HOSPITAL & HOMECARE IMP. & EXP. CO., LTD", + "address_line_1": "Room 608-611,No.5 Zhongtai International Plaza,", + "address_line_2": "NO.311 MIDDLE OF JIANGDONG ROAD,CENTRAL BUSINESS DISTRICT", + "city": "NANJING Jiangsu", + "state_code": "", + "iso_country_code": "CN", + "zip_code": "", + "postal_code": "210002", + "us_agent": { + "name": "Jon Ward", + "business_name": "AJW Technology Consultants, Inc.", + "bus_phone_area_code": "813", + "bus_phone_num": "6452855", + "bus_phone_extn": "104", + "fax_area_code": "", + "fax_num": "", + "email_address": "usagent@ajwtech.com", + "address_line_1": "11705 Boyette Road", + "address_line_2": "#503", + "city": "Riverview", + "state_code": "FL", + "iso_country_code": "US", + "zip_code": "33569", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "Hospital & Homecare Imp. & Exp. Co., Ltd", + "owner_operator_number": "10024296", + "official_correspondent": { + "first_name": "Aline", + "middle_initial": "", + "last_name": "Wang", + "subaccount_company_name": "", + "phone_number": "86-25-84573232-x" + }, + "contact_address": { + "address_1": "Rm 608-611,No. 5 Zhongtai Intl Plaza", + "address_2": "No. 311 Middle of Jiangdong Road", + "city": "Nanjing City", + "state_code": "CN-JS", + "state_province": "Jiangsu", + "iso_country_code": "CN", + "postal_code": "210019" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "IWQ", + "created_date": "2008-07-08", + "owner_operator_number": "10024296", + "exempt": "", + "openfda": { + "device_name": "Curtain, Protective, Radiographic", + "medical_specialty_description": "Radiology", + "regulation_number": "892.6500", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [ + "LifeGuard", + "CLGY-1934", + "CLGY-2250", + "CLG-2015", + "CLGY-2050", + "CLG-1934", + "CLGY-2234", + "CLG-1910", + "CLG-2234", + "CLG-2050", + "CLGY-2034", + "CLGY-2010", + "CLGY-2210", + "CLGY-1910", + "CLGY-2015", + "CLG-2210", + "CLG-2010", + "CLG-2034", + "CLG-2250" + ], + "establishment_type": [ + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "1223004", + "fei_number": "1000120555", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "Vygon MFG", + "address_line_1": "87 Venture Dr", + "address_line_2": "", + "city": "DOVER", + "state_code": "NH", + "iso_country_code": "US", + "zip_code": "03820", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "Vygon", + "owner_operator_number": "2245270", + "official_correspondent": { + "first_name": "Lauren", + "middle_initial": "B", + "last_name": "Doyle", + "subaccount_company_name": "", + "phone_number": "x-603-7435988-244" + }, + "contact_address": { + "address_1": "2750 Morris Road", + "address_2": "Suite A200", + "city": "Lansdale", + "state_code": "PA", + "state_province": "", + "iso_country_code": "US", + "postal_code": "19446" + } + } + }, + "pma_number": "", + "k_number": "K013871", + "products": [ + { + "product_code": "FPA", + "created_date": "2012-10-16", + "owner_operator_number": "2245270", + "exempt": "", + "openfda": { + "device_name": "Set, Administration, Intravascular", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5440", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "Saphenous Vein Harvesting Set" + ], + "establishment_type": [ + "Repack or Relabel Medical Device" + ], + "registration": { + "registration_number": "2020550", + "fei_number": "2020550", + "status_code": "1", + "initial_importer_flag": "Y", + "reg_expiry_date_year": "2021", + "name": "KARL STORZ ENDOSCOPY-AMERICA, INC.", + "address_line_1": "28 Millbury Street", + "address_line_2": "", + "city": "Auburn", + "state_code": "MA", + "iso_country_code": "US", + "zip_code": "01501", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "KARL STORZ SE & CO KG", + "owner_operator_number": "8010119", + "official_correspondent": {}, + "contact_address": { + "address_1": "2151 E Grand Ave", + "address_2": "", + "city": "El Segundo", + "state_code": "CA", + "state_province": "", + "iso_country_code": "US", + "postal_code": "90245" + } + } + }, + "pma_number": "", + "k_number": "K973068", + "products": [ + { + "product_code": "GCJ", + "created_date": "2007-11-09", + "owner_operator_number": "8010119", + "exempt": "", + "openfda": { + "device_name": "Laparoscope, General & Plastic Surgery", + "medical_specialty_description": "Gastroenterology, Urology", + "regulation_number": "876.1500", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "ORTHOPEDIC" + ], + "establishment_type": [ + "Export Device to the United States But Perform No Other Operation on Device" + ], + "registration": { + "registration_number": "3006897996", + "fei_number": "3006897996", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "HOSPITAL & HOMECARE IMP. & EXP. CO., LTD", + "address_line_1": "Room 608-611,No.5 Zhongtai International Plaza,", + "address_line_2": "NO.311 MIDDLE OF JIANGDONG ROAD,CENTRAL BUSINESS DISTRICT", + "city": "NANJING Jiangsu", + "state_code": "", + "iso_country_code": "CN", + "zip_code": "", + "postal_code": "210002", + "us_agent": { + "name": "Jon Ward", + "business_name": "AJW Technology Consultants, Inc.", + "bus_phone_area_code": "813", + "bus_phone_num": "6452855", + "bus_phone_extn": "104", + "fax_area_code": "", + "fax_num": "", + "email_address": "usagent@ajwtech.com", + "address_line_1": "11705 Boyette Road", + "address_line_2": "#503", + "city": "Riverview", + "state_code": "FL", + "iso_country_code": "US", + "zip_code": "33569", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "Hospital & Homecare Imp. & Exp. Co., Ltd", + "owner_operator_number": "10024296", + "official_correspondent": { + "first_name": "Aline", + "middle_initial": "", + "last_name": "Wang", + "subaccount_company_name": "", + "phone_number": "86-25-84573232-x" + }, + "contact_address": { + "address_1": "Rm 608-611,No. 5 Zhongtai Intl Plaza", + "address_2": "No. 311 Middle of Jiangdong Road", + "city": "Nanjing City", + "state_code": "CN-JS", + "state_province": "Jiangsu", + "iso_country_code": "CN", + "postal_code": "210019" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "HXT", + "created_date": "2008-07-08", + "owner_operator_number": "10024296", + "exempt": "", + "openfda": { + "device_name": "Tape, Orthopedic", + "medical_specialty_description": "General, Plastic Surgery", + "regulation_number": "878.4800", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [ + "Drill" + ], + "establishment_type": [ + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "9610617", + "fei_number": "3002808268", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "KARL STORZ SE & CO. KG", + "address_line_1": "Dr.-Karl-Storz-StraBe 34", + "address_line_2": "", + "city": "TUTTLINGEN Baden-Wurttemberg", + "state_code": "", + "iso_country_code": "DE", + "zip_code": "", + "postal_code": "78532", + "us_agent": { + "name": "Anja Fair", + "business_name": "Karl Storz Endoscopy-America, Inc.", + "bus_phone_area_code": "281", + "bus_phone_num": "5664100", + "bus_phone_extn": "8247", + "fax_area_code": "424", + "fax_num": "2188519", + "email_address": "Anja.Fair@karlstorz.com", + "address_line_1": "2151 E Grand Ave", + "address_line_2": "", + "city": "El Segundo", + "state_code": "CA", + "iso_country_code": "US", + "zip_code": "90245", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "KARL STORZ SE & CO KG", + "owner_operator_number": "8010119", + "official_correspondent": {}, + "contact_address": { + "address_1": "2151 E Grand Ave", + "address_2": "", + "city": "El Segundo", + "state_code": "CA", + "state_province": "", + "iso_country_code": "US", + "postal_code": "90245" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "GFF", + "created_date": "2011-05-03", + "owner_operator_number": "8010119", + "exempt": "", + "openfda": { + "device_name": "Bur, Surgical, General & Plastic Surgery", + "medical_specialty_description": "General, Plastic Surgery", + "regulation_number": "878.4820", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [ + "STALIF C" + ], + "establishment_type": [ + "Develop Specifications But Do Not Manufacture At This Facility" + ], + "registration": { + "registration_number": "3007494564", + "fei_number": "3007494564", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "CENTINEL SPINE, LLC", + "address_line_1": "900 Airport Rd Ste 3B", + "address_line_2": "", + "city": "West Chester", + "state_code": "PA", + "iso_country_code": "US", + "zip_code": "19380", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "Centinel Spine, LLC", + "owner_operator_number": "10026981", + "official_correspondent": { + "first_name": "Jessica", + "middle_initial": "D", + "last_name": "Staub", + "subaccount_company_name": "", + "phone_number": "x-484-8878803-x" + }, + "contact_address": { + "address_1": "900 Airport Rd", + "address_2": "Suite 3B", + "city": "West Chester", + "state_code": "PA", + "state_province": "", + "iso_country_code": "US", + "postal_code": "19380" + } + } + }, + "pma_number": "", + "k_number": "K133200", + "products": [ + { + "product_code": "OVE", + "created_date": "2015-04-15", + "owner_operator_number": "10026981", + "exempt": "", + "openfda": { + "device_name": "Intervertebral Fusion Device With Integrated Fixation, Cervical", + "medical_specialty_description": "Orthopedic", + "regulation_number": "888.3080", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "ON-Q* Tunnelers and Sheaths", + "ON-Q* Pain Relief System with SELECT-A-FLOW* Variable Rate Controller", + "ON-Q* Tunneler Introducer Sheaths", + "ON-Q*" + ], + "establishment_type": [ + "Repack or Relabel Medical Device", + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "3008520539", + "fei_number": "3008520539", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "Avent S. de R.L. de C.V.", + "address_line_1": "Privada Baja California Edificio B2", + "address_line_2": "Fraccionamiento, Rubio", + "city": "Tijuana Baja California", + "state_code": "", + "iso_country_code": "MX", + "zip_code": "", + "postal_code": "22116", + "us_agent": { + "name": "Michelle Sadler", + "business_name": "AVANOS MEDICAL, INC.", + "bus_phone_area_code": "408", + "bus_phone_num": "4898499", + "bus_phone_extn": "", + "fax_area_code": "", + "fax_num": "", + "email_address": "michelle.sadler@avanos.com", + "address_line_1": "5405 Windward Parkway", + "address_line_2": "", + "city": "Alpharetta", + "state_code": "GA", + "iso_country_code": "US", + "zip_code": "30004", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "avanos medical", + "owner_operator_number": "2026095", + "official_correspondent": { + "first_name": "Michelle", + "middle_initial": "", + "last_name": "Sadler", + "subaccount_company_name": "", + "phone_number": "1-408-4898499-x" + }, + "contact_address": { + "address_1": "5405 Windward Parkway", + "address_2": "--", + "city": "Alpharetta", + "state_code": "GA", + "state_province": "", + "iso_country_code": "US", + "postal_code": "30004" + } + } + }, + "pma_number": "", + "k_number": "K063234", + "products": [ + { + "product_code": "BSO", + "created_date": "2007-12-18", + "owner_operator_number": "2026095", + "exempt": "", + "openfda": { + "device_name": "Catheter, Conduction, Anesthetic", + "medical_specialty_description": "Anesthesiology", + "regulation_number": "868.5120", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "V-G78", + "P26R", + "P11L", + "V-P12", + "P21R", + "P25R", + "V-S50D", + "V-S51D", + "V30", + "G61D", + "P21L", + "V-S53D", + "V-S1", + "G68D", + "G26", + "V-S53", + "E14D", + "V-P26L", + "G62D", + "E12", + "P25L-E", + "V-P11L", + "VARIOS", + "V-G71", + "E31D", + "P1D", + "E32D", + "E30RD", + "V-P26R", + "G4", + "V-G72", + "V-G87", + "E7", + "P21L-E", + "P41", + "E8D", + "U files 33mm ISO 35", + "Varios 970 Unit NA", + "V-G70", + "G65D", + "G7", + "G1", + "E7D", + "Varios 970", + "E6", + "E4", + "E15D", + "V-S33", + "G6", + "G8", + "P11R", + "E4D", + "G67D", + "P25L", + "V10-E", + "V-N51", + "V-G77", + "G2-E", + "P26L", + "G28", + "P40", + "P1", + "P25R-E", + "V-G76", + "G3", + "P20-E", + "G4-E", + "V-G79", + "G6-E", + "V-G82", + "G3-E", + "V-S52D", + "VA970 LUX 120V", + "U files 33mm ISO 20", + "V-S50", + "V-S52", + "V-G75", + "G5", + "E9D", + "V-P11R", + "G9", + "VA970 120V", + "E30LD", + "E9", + "V-S3", + "G1-E", + "P21R-E", + "G21", + "Tip Cap", + "P3D", + "G11", + "E5", + "V-S51", + "U files 33mm ISO 30", + "V10", + "P20", + "U files 33mm ISO 25", + "E11", + "G66D", + "V-N50", + "P2D", + "G12", + "E8", + "U files 33mm ISO 15", + "G2", + "G22", + "P10", + "G25", + "V-P10", + "G13" + ], + "establishment_type": [ + "Complaint File Establishment per 21 CFR 820.198" + ], + "registration": { + "registration_number": "1422375", + "fei_number": "1000139790", + "status_code": "1", + "initial_importer_flag": "Y", + "reg_expiry_date_year": "2021", + "name": "NSK AMERICA CORP.", + "address_line_1": "1800 Global Parkway", + "address_line_2": "", + "city": "Hoffman Est", + "state_code": "IL", + "iso_country_code": "US", + "zip_code": "60192", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "NAKANISHI INC.", + "owner_operator_number": "8030216", + "official_correspondent": { + "first_name": "Kenneth", + "middle_initial": "L", + "last_name": "Block, RAC", + "subaccount_company_name": "", + "phone_number": "81-289-643380-x" + }, + "contact_address": { + "address_1": "700 Shimohinata", + "address_2": "", + "city": "Kanuma, Tochigi", + "state_code": "JP-NOTA", + "state_province": "", + "iso_country_code": "JP", + "postal_code": "322-8666" + } + } + }, + "pma_number": "", + "k_number": "K113530", + "products": [ + { + "product_code": "ELC", + "created_date": "2013-11-29", + "owner_operator_number": "8030216", + "exempt": "", + "openfda": { + "k_number": [ + "K113530" + ], + "device_name": "Scaler, Ultrasonic", + "medical_specialty_description": "Dental", + "regulation_number": "872.4850", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "Catheter, Intravascular, Therapeutic, Long-Term Greater than 30 days\tMorpheus PICC", + "K040446" + ], + "establishment_type": [ + "Sterilize Medical Device for Another Party (Contract Sterilizer)" + ], + "registration": { + "registration_number": "1319639", + "fei_number": "1000138054", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "Sterigenics U.S., LLC", + "address_line_1": "84 Park Rd", + "address_line_2": "", + "city": "Queensbury", + "state_code": "NY", + "iso_country_code": "US", + "zip_code": "12804", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "Sotera Health LLC", + "owner_operator_number": "10029425", + "official_correspondent": { + "first_name": "Christopher", + "middle_initial": "", + "last_name": "Eustace", + "subaccount_company_name": "", + "phone_number": "x-630-9281700-x" + }, + "contact_address": { + "address_1": "2015 Spring Road", + "address_2": "Suite 650", + "city": "Oak Brook", + "state_code": "IL", + "state_province": "", + "iso_country_code": "US", + "postal_code": "60523" + } + } + }, + "pma_number": "", + "k_number": "K040446", + "products": [ + { + "product_code": "LJS", + "created_date": "2012-11-21", + "owner_operator_number": "10029425", + "exempt": "", + "openfda": { + "device_name": "Catheter, Intravascular, Therapeutic, Long-Term Greater Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5970", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [], + "establishment_type": [ + "Sterilize Medical Device for Another Party (Contract Sterilizer)" + ], + "registration": { + "registration_number": "1319639", + "fei_number": "1000138054", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "Sterigenics U.S., LLC", + "address_line_1": "84 Park Rd", + "address_line_2": "", + "city": "Queensbury", + "state_code": "NY", + "iso_country_code": "US", + "zip_code": "12804", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "Sotera Health LLC", + "owner_operator_number": "10029425", + "official_correspondent": { + "first_name": "Christopher", + "middle_initial": "", + "last_name": "Eustace", + "subaccount_company_name": "", + "phone_number": "x-630-9281700-x" + }, + "contact_address": { + "address_1": "2015 Spring Road", + "address_2": "Suite 650", + "city": "Oak Brook", + "state_code": "IL", + "state_province": "", + "iso_country_code": "US", + "postal_code": "60523" + } + } + }, + "pma_number": "", + "k_number": "K871153", + "products": [ + { + "product_code": "DYB", + "created_date": "2017-07-21", + "owner_operator_number": "10029425", + "exempt": "", + "openfda": { + "device_name": "Introducer, Catheter", + "medical_specialty_description": "Cardiovascular", + "regulation_number": "870.1340", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "MENISCAL DART" + ], + "establishment_type": [ + "Develop Specifications But Do Not Manufacture At This Facility" + ], + "registration": { + "registration_number": "1220246", + "fei_number": "1220246", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "ARTHREX, INC.", + "address_line_1": "1370 Creekside Blvd", + "address_line_2": "", + "city": "Naples", + "state_code": "FL", + "iso_country_code": "US", + "zip_code": "34108", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "ARTHREX, INC.", + "owner_operator_number": "1220287", + "official_correspondent": { + "first_name": "Dawn", + "middle_initial": "", + "last_name": "Rubel", + "subaccount_company_name": "", + "phone_number": "1-239-5984302-75574" + }, + "contact_address": { + "address_1": "1370 CREEKSIDE BLVD.", + "address_2": "--", + "city": "Naples", + "state_code": "FL", + "state_province": "", + "iso_country_code": "US", + "postal_code": "34108" + } + } + }, + "pma_number": "", + "k_number": "K983577", + "products": [ + { + "product_code": "MAI", + "created_date": "2008-11-26", + "owner_operator_number": "1220287", + "exempt": "", + "openfda": { + "device_name": "Fastener, Fixation, Biodegradable, Soft Tissue", + "medical_specialty_description": "Orthopedic", + "regulation_number": "888.3030", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "Concierge Guiding Catheter" + ], + "establishment_type": [ + "Sterilize Medical Device for Another Party (Contract Sterilizer)" + ], + "registration": { + "registration_number": "1724474", + "fei_number": "3003094851", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "Terumo BCT STERILIZATION SERVICES, Inc.", + "address_line_1": "11308 W Collins Ave", + "address_line_2": "", + "city": "LAKEWOOD", + "state_code": "CO", + "iso_country_code": "US", + "zip_code": "80215", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "Terumo BCT, INC.", + "owner_operator_number": "9002708", + "official_correspondent": { + "first_name": "Corrine", + "middle_initial": "", + "last_name": "Lucas", + "subaccount_company_name": "", + "phone_number": "1-303-5425312-x" + }, + "contact_address": { + "address_1": "10811 WEST COLLINS AVE.", + "address_2": "--", + "city": "Lakewood", + "state_code": "CO", + "state_province": "", + "iso_country_code": "US", + "postal_code": "80215" + } + } + }, + "pma_number": "", + "k_number": "K121051", + "products": [ + { + "product_code": "DQY", + "created_date": "2013-02-14", + "owner_operator_number": "9002708", + "exempt": "", + "openfda": { + "device_name": "Catheter, Percutaneous", + "medical_specialty_description": "Cardiovascular", + "regulation_number": "870.1250", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "IMMULITE 2000 Ferritin", + "IMMULITE Ferritin", + "Ferritin Control Module" + ], + "establishment_type": [ + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "3002806944", + "fei_number": "3002806944", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "SIEMENS HEALTHCARE DIAGNOSTICS PRODUCTS LIMITED", + "address_line_1": "GLYN RHONWY", + "address_line_2": "", + "city": "LLANBERIS Wales", + "state_code": "", + "iso_country_code": "GB", + "zip_code": "", + "postal_code": "LL55 4EL", + "us_agent": { + "name": "Marilyn Waxberg", + "business_name": "Siemens Healthcare Diagnostics Inc.", + "bus_phone_area_code": "484", + "bus_phone_num": "9016348", + "bus_phone_extn": "", + "fax_area_code": "", + "fax_num": "", + "email_address": "marilyn.waxberg@siemens-healthineers.com", + "address_line_1": "500 GBC Drive MS 514", + "address_line_2": "", + "city": "Newark", + "state_code": "DE", + "iso_country_code": "US", + "zip_code": "19714", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "SIEMENS HEALTHCARE DIAGNOSTICS INC.", + "owner_operator_number": "9096044", + "official_correspondent": { + "first_name": "Marilyn", + "middle_initial": "", + "last_name": "Waxberg", + "subaccount_company_name": "", + "phone_number": "1-484-9016348-x" + }, + "contact_address": { + "address_1": "Siemens Healthcare Diagnostics Inc.", + "address_2": "500, GBC Drive", + "city": "Newark", + "state_code": "DE", + "state_province": "", + "iso_country_code": "US", + "postal_code": "19702" + } + } + }, + "pma_number": "", + "k_number": "K925848", + "products": [ + { + "product_code": "JMG", + "created_date": "2003-03-03", + "owner_operator_number": "9096044", + "exempt": "", + "openfda": { + "device_name": "Radioimmunoassay (Two-Site Solid Phase), Ferritin", + "medical_specialty_description": "Immunology", + "regulation_number": "866.5340", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "L2-9VN-D", + "C1-6VN-D", + "RIC5-9-D", + "LOGIQ E10", + "IC5-9-D", + "C1-6-D", + "ML6-15-D", + "C3-10-D", + "P2D", + "L8-18i-D", + "M5Sc-D", + "L2-9-D", + "6Tc-RS", + "C2-9-D", + "RAB6-D", + "C2-9VN-D" + ], + "establishment_type": [ + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "9710602", + "fei_number": "3003513129", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "GE MEDICAL SYSTEMS (CHINA) CO., LTD.", + "address_line_1": "NO. 19 CHANGJIANG ROAD", + "address_line_2": "NATIONAL HI-TECH DEV. ZONE", + "city": "WUXI Jiangsu", + "state_code": "", + "iso_country_code": "CN", + "zip_code": "", + "postal_code": "214028", + "us_agent": { + "name": "Tracey Holevas", + "business_name": "GE Healthcare", + "bus_phone_area_code": "262", + "bus_phone_num": "3092157", + "bus_phone_extn": "", + "fax_area_code": "", + "fax_num": "", + "email_address": "tracey.holevas@ge.com", + "address_line_1": "3000 N. Grandview Blvd.", + "address_line_2": "", + "city": "Waukesha", + "state_code": "WI", + "iso_country_code": "US", + "zip_code": "53188", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "GENERAL ELECTRIC CO.", + "owner_operator_number": "9912004", + "official_correspondent": {}, + "contact_address": { + "address_1": "3000 N. Grandview Blvd", + "address_2": "", + "city": "Waukesha", + "state_code": "WI", + "state_province": "", + "iso_country_code": "US", + "postal_code": "53188" + } + } + }, + "pma_number": "", + "k_number": "K173555", + "products": [ + { + "product_code": "IYO", + "created_date": "2018-01-04", + "owner_operator_number": "9912004", + "exempt": "", + "openfda": { + "device_name": "System, Imaging, Pulsed Echo, Ultrasonic", + "medical_specialty_description": "Radiology", + "regulation_number": "892.1560", + "device_class": "2" + } + }, + { + "product_code": "IYN", + "created_date": "2018-01-04", + "owner_operator_number": "9912004", + "exempt": "", + "openfda": { + "device_name": "System, Imaging, Pulsed Doppler, Ultrasonic", + "medical_specialty_description": "Radiology", + "regulation_number": "892.1550", + "device_class": "2" + } + }, + { + "product_code": "ITX", + "created_date": "2018-01-04", + "owner_operator_number": "9912004", + "exempt": "", + "openfda": { + "device_name": "Transducer, Ultrasonic, Diagnostic", + "medical_specialty_description": "Radiology", + "regulation_number": "892.1570", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "BYD single-use surgical mask (Model# FE2811)", + "BYD single-use surgical mask (Model# FE2311)" + ], + "establishment_type": [ + "Export Device to the United States But Perform No Other Operation on Device", + "Complaint File Establishment per 21 CFR 820.198", + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "3017186729", + "fei_number": "3017186729", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "Xi'an BYD Electronics Co., Ltd.", + "address_line_1": "No.2 Yadi Road, New Industrial Park", + "address_line_2": "Xi'an High-tech District", + "city": "Xi'an Shaanxi", + "state_code": "", + "iso_country_code": "CN", + "zip_code": "", + "postal_code": "710119", + "us_agent": { + "name": "Huiqiang Wang", + "business_name": "NOVA CLINICAL SOLUTIONS, INC.", + "bus_phone_area_code": "858", + "bus_phone_num": "2151688", + "bus_phone_extn": "", + "fax_area_code": "", + "fax_num": "", + "email_address": "info@huanuoclinical.com", + "address_line_1": "4455 Eastgate Mall", + "address_line_2": "Suite 200", + "city": "San Diego", + "state_code": "CA", + "iso_country_code": "US", + "zip_code": "92121", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "Global Healthcare Product Solutions, LLC", + "owner_operator_number": "10062916", + "official_correspondent": {}, + "contact_address": { + "address_1": "1800 S. Figueroa Street", + "address_2": "", + "city": "Los Angeles", + "state_code": "CA", + "state_province": "", + "iso_country_code": "US", + "postal_code": "90015" + } + } + }, + "pma_number": "", + "k_number": "K200923", + "products": [ + { + "product_code": "FXX", + "created_date": "2020-08-27", + "owner_operator_number": "10062916", + "exempt": "", + "openfda": { + "device_name": "Mask, Surgical", + "medical_specialty_description": "General, Plastic Surgery", + "regulation_number": "878.4040", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "INTEGRATED DENTAL SYSTEMS" + ], + "establishment_type": [ + "Manufacture Medical Device for Another Party (Contract Manufacturer)" + ], + "registration": { + "registration_number": "3014118611", + "fei_number": "3014118611", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "TERRATS MEDICAL, S.L.", + "address_line_1": "Mogoda, 75", + "address_line_2": "", + "city": "Barbera del Valles Barcelona", + "state_code": "", + "iso_country_code": "ES", + "zip_code": "", + "postal_code": "08210", + "us_agent": { + "name": "Floyd Larson", + "business_name": "PaxMed International LLC", + "bus_phone_area_code": "858", + "bus_phone_num": "7921235", + "bus_phone_extn": "", + "fax_area_code": "858", + "fax_num": "7921236", + "email_address": "flarson@paxmed.com", + "address_line_1": "12264 El Camino Real", + "address_line_2": "Suite 400", + "city": "San Diego", + "state_code": "CA", + "iso_country_code": "US", + "zip_code": "92130", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "Terrats Medical, S.L.", + "owner_operator_number": "10056484", + "official_correspondent": {}, + "contact_address": { + "address_1": "Mogoda, 75", + "address_2": "", + "city": "Barbera del Valles", + "state_code": "ES-B", + "state_province": "Barcelona", + "iso_country_code": "ES", + "postal_code": "08210" + } + } + }, + "pma_number": "", + "k_number": "K203240", + "products": [ + { + "product_code": "NHA", + "created_date": "2021-07-07", + "owner_operator_number": "10056484", + "exempt": "", + "openfda": { + "device_name": "Abutment, Implant, Dental, Endosseous", + "medical_specialty_description": "Dental", + "regulation_number": "872.3630", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "KARL STORZ LEG HOLDER", + "LEG HOLDER", + "KARL STORZ SHOULDER ARTHROSCOPY POS" + ], + "establishment_type": [ + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "3010707607", + "fei_number": "3010707607", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "KARL STORZ SE & CO. KG", + "address_line_1": "TAKE-OFF GEWERBE PARK 83", + "address_line_2": "", + "city": "NEUHAUSEN OBECK Baden-Wurttemberg", + "state_code": "", + "iso_country_code": "DE", + "zip_code": "", + "postal_code": "78579", + "us_agent": { + "name": "Anja Fair", + "business_name": "Karl Storz Endoscopy-America, Inc.", + "bus_phone_area_code": "281", + "bus_phone_num": "5664100", + "bus_phone_extn": "8247", + "fax_area_code": "424", + "fax_num": "2188519", + "email_address": "Anja.Fair@karlstorz.com", + "address_line_1": "2151 E Grand Ave", + "address_line_2": "", + "city": "El Segundo", + "state_code": "CA", + "iso_country_code": "US", + "zip_code": "90245", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "KARL STORZ SE & CO KG", + "owner_operator_number": "8010119", + "official_correspondent": {}, + "contact_address": { + "address_1": "2151 E Grand Ave", + "address_2": "", + "city": "El Segundo", + "state_code": "CA", + "state_province": "", + "iso_country_code": "US", + "postal_code": "90245" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "FWZ", + "created_date": "2004-01-02", + "owner_operator_number": "8010119", + "exempt": "", + "openfda": { + "device_name": "Operating Room Accessories Table Tray", + "medical_specialty_description": "General, Plastic Surgery", + "regulation_number": "878.4950", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [ + "Easy@Home Fingertip Pulse Oximeter (EHP035)", + "Easy@Home Fingertip Pulse Oximeter (EHP029)", + "Easy@Home Pulse Oximeter (EHP050)" + ], + "establishment_type": [ + "Repack or Relabel Medical Device" + ], + "registration": { + "registration_number": "3012725363", + "fei_number": "3012725363", + "status_code": "1", + "initial_importer_flag": "Y", + "reg_expiry_date_year": "2021", + "name": "EASY HEALTHCARE CORPORATION", + "address_line_1": "360 Shore Dr. Unit B", + "address_line_2": "", + "city": "Burr Ridge", + "state_code": "IL", + "iso_country_code": "US", + "zip_code": "60527", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "EASY HEALTHCARE CORPORATION", + "owner_operator_number": "10052041", + "official_correspondent": { + "first_name": "XIAOLIAN", + "middle_initial": "", + "last_name": "LIU", + "subaccount_company_name": "", + "phone_number": "1-630-2472068-x" + }, + "contact_address": { + "address_1": "360 Shore Dr.", + "address_2": "", + "city": "Burr Ridge", + "state_code": "IL", + "state_province": "", + "iso_country_code": "US", + "postal_code": "60527" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "PGJ", + "created_date": "2020-04-27", + "owner_operator_number": "10052041", + "exempt": "", + "openfda": { + "device_name": "Oximeter, Wellness", + "medical_specialty_description": "Cardiovascular", + "regulation_number": "870.2700", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "Mediworks" + ], + "establishment_type": [ + "Repack or Relabel Medical Device" + ], + "registration": { + "registration_number": "3005755367", + "fei_number": "3005755367", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "SHANGHAI MEDIWORKS PRECISION INSTRUMENTS CO., LTD.", + "address_line_1": "No.7, MingPu Phase II, No.3279", + "address_line_2": "SanLu Road, MinHang District, Shanghai, China", + "city": "Shanghai", + "state_code": "", + "iso_country_code": "CN", + "zip_code": "", + "postal_code": "201100", + "us_agent": { + "name": "Mark Newkirk", + "business_name": "EYEFFICIENT LLC", + "bus_phone_area_code": "330", + "bus_phone_num": "9983786", + "bus_phone_extn": "", + "fax_area_code": "880", + "fax_num": "4178136", + "email_address": "markn@eyefficient.com", + "address_line_1": "865 BRANDON CIR Aurora, Ohio, 44202, UNITED STATES", + "address_line_2": "", + "city": "Aurora", + "state_code": "OH", + "iso_country_code": "US", + "zip_code": "44202", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "Shanghai MediWorks Precision Instruments Co., Ltd.", + "owner_operator_number": "10031036", + "official_correspondent": { + "first_name": "weida", + "middle_initial": "", + "last_name": "Zhan", + "subaccount_company_name": "", + "phone_number": "86-021-54260423-x" + }, + "contact_address": { + "address_1": "No.7, MingPu Phase II, No.3279", + "address_2": "SanLu Road, MinHang District, Shanghai, China", + "city": "Shanghai", + "state_code": "CN-SH", + "state_province": "", + "iso_country_code": "CN", + "postal_code": "201100" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "HOS", + "created_date": "2013-11-14", + "owner_operator_number": "10031036", + "exempt": "", + "openfda": { + "device_name": "Projector, Ophthalmic", + "medical_specialty_description": "Ophthalmic", + "regulation_number": "886.1680", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [ + "RD SET Newborn Infant/Pediatric sensor", + "RD SET DCIP", + "RD SET Trauma sensors", + "RD SET TC-I", + "RD SET Neonatal disposable sensor", + "RD SET Infant disposable sensor", + "RD SET Pdt disposable sensor", + "Rad-97 Pulse CO-Oximeter", + "RD SET Newborn Neonatal sensor", + "RD SET Adt disposable sensor", + "RD SET DCI", + "RD SET YI (Multisite) sensor" + ], + "establishment_type": [ + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "3016674095", + "fei_number": "3016674095", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "Industrial Vallera de Mexicali, S.A. de C.V. (Terra)", + "address_line_1": "Carretera Mexicali-Algodones # 4798 Int. 4-1", + "address_line_2": "Col. Diez Division Dos", + "city": "Mexicali Baja California", + "state_code": "", + "iso_country_code": "MX", + "zip_code": "", + "postal_code": "21395", + "us_agent": { + "name": "Mathew Jimenez", + "business_name": "Masimo Corporation", + "bus_phone_area_code": "949", + "bus_phone_num": "2977558", + "bus_phone_extn": "", + "fax_area_code": "", + "fax_num": "", + "email_address": "MJimenez@masimo.com", + "address_line_1": "52 Discovery", + "address_line_2": "", + "city": "Irvine", + "state_code": "CA", + "iso_country_code": "US", + "zip_code": "92618", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "MASIMO CORPORATION", + "owner_operator_number": "9031881", + "official_correspondent": { + "first_name": "Mathew", + "middle_initial": "", + "last_name": "Jimenez", + "subaccount_company_name": "", + "phone_number": "x-949-2977000-x" + }, + "contact_address": { + "address_1": "52 Discovery", + "address_2": "--", + "city": "Irvine", + "state_code": "CA", + "state_province": "", + "iso_country_code": "US", + "postal_code": "92618" + } + } + }, + "pma_number": "", + "k_number": "K180046", + "products": [ + { + "product_code": "DQA", + "created_date": "2019-08-12", + "owner_operator_number": "9031881", + "exempt": "", + "openfda": { + "device_name": "Oximeter", + "medical_specialty_description": "Cardiovascular", + "regulation_number": "870.2700", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "Mini Trek II OTW Coronary Dilatation Catheter" + ], + "establishment_type": [ + "Complaint File Establishment per 21 CFR 820.198" + ], + "registration": { + "registration_number": "2024168", + "fei_number": "2024168", + "status_code": "1", + "initial_importer_flag": "Y", + "reg_expiry_date_year": "2021", + "name": "ABBOTT VASCULAR", + "address_line_1": "26531 YNEZ RD.", + "address_line_2": "", + "city": "Temecula", + "state_code": "CA", + "iso_country_code": "US", + "zip_code": "92591", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "ABBOTT LABORATORIES", + "owner_operator_number": "1415939", + "official_correspondent": {}, + "contact_address": { + "address_1": "100 ABBOTT PARK RD.", + "address_2": "D-03Q3, AP52-1", + "city": "Abbott Park", + "state_code": "IL", + "state_province": "", + "iso_country_code": "US", + "postal_code": "60064" + } + } + }, + "pma_number": "", + "k_number": "K121222", + "products": [ + { + "product_code": "LOX", + "created_date": "2013-01-08", + "owner_operator_number": "1415939", + "exempt": "", + "openfda": { + "device_name": "Catheters, Transluminal Coronary Angioplasty, Percutaneous", + "medical_specialty_description": "Cardiovascular", + "regulation_number": "870.5100", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "Hemodrop" + ], + "establishment_type": [ + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "1220502", + "fei_number": "1220502", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "Biomedical Polymers, Inc.", + "address_line_1": "16 Chocksett Road", + "address_line_2": "", + "city": "Sterling", + "state_code": "MA", + "iso_country_code": "US", + "zip_code": "01564", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "BIOMEDICAL POLYMERS, INC. dba BMP Medical", + "owner_operator_number": "9012278", + "official_correspondent": { + "first_name": "MICHAEL", + "middle_initial": "T", + "last_name": "FAULKNER", + "subaccount_company_name": "", + "phone_number": "x-978-6322555-x" + }, + "contact_address": { + "address_1": "16 Chocksett Rd.", + "address_2": "--", + "city": "Sterling", + "state_code": "MA", + "state_province": "", + "iso_country_code": "US", + "postal_code": "01564" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "LXG", + "created_date": "1995-01-23", + "owner_operator_number": "9012278", + "exempt": "", + "openfda": { + "device_name": "Equipment, Laboratory, General Purpose, Labeled Or Promoted For A Specific Medical Use", + "medical_specialty_description": "Clinical Chemistry", + "regulation_number": "862.2050", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [ + "PFC (Knee)" + ], + "establishment_type": [ + "Develop Specifications But Do Not Manufacture At This Facility", + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "1818910", + "fei_number": "1818910", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "DEPUY ORTHOPAEDICS, INC.", + "address_line_1": "700 ORTHOPAEDIC DR.", + "address_line_2": "", + "city": "WARSAW", + "state_code": "IN", + "iso_country_code": "US", + "zip_code": "46582", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "DePuy Synthes, Inc.", + "owner_operator_number": "1818910", + "official_correspondent": {}, + "contact_address": { + "address_1": "700 Orthopaedic Drive", + "address_2": "", + "city": "Warsaw", + "state_code": "IN", + "state_province": "", + "iso_country_code": "US", + "postal_code": "46582" + } + } + }, + "pma_number": "", + "k_number": "K935262", + "products": [ + { + "product_code": "JWH", + "created_date": "2015-06-22", + "owner_operator_number": "1818910", + "exempt": "", + "openfda": { + "device_name": "Prosthesis, Knee, Patellofemorotibial, Semi-Constrained, Cemented, Polymer/Metal/Polymer", + "medical_specialty_description": "Orthopedic", + "regulation_number": "888.3560", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [], + "establishment_type": [ + "Complaint File Establishment per 21 CFR 820.198" + ], + "registration": { + "registration_number": "3015409271", + "fei_number": "3015409271", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "Cardinal Health International Philippines", + "address_line_1": "19F W City Center Building", + "address_line_2": "7th Ave Cor. 30th St.", + "city": "Bonifacio Global City, Taguig City National Capital Region", + "state_code": "", + "iso_country_code": "PH", + "zip_code": "", + "postal_code": "1634", + "us_agent": { + "name": "Christine Kuntz Nassif", + "business_name": "", + "bus_phone_area_code": "508", + "bus_phone_num": "6183756", + "bus_phone_extn": "", + "fax_area_code": "", + "fax_num": "", + "email_address": "christine.kuntznassif@cardinalhealth.com", + "address_line_1": "777 West Street", + "address_line_2": "", + "city": "Mansfield", + "state_code": "MA", + "iso_country_code": "US", + "zip_code": "02048", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "Cardinal Health 200, LLC", + "owner_operator_number": "9028292", + "official_correspondent": {}, + "contact_address": { + "address_1": "3651 Birchwood Drive", + "address_2": "--", + "city": "Waukegan", + "state_code": "IL", + "state_province": "", + "iso_country_code": "US", + "postal_code": "60085" + } + } + }, + "pma_number": "", + "k_number": "K822382", + "products": [ + { + "product_code": "HHK", + "created_date": "2008-06-11", + "owner_operator_number": "9028292", + "exempt": "", + "openfda": { + "device_name": "Curette, Suction, Endometrial (And Accessories)", + "medical_specialty_description": "Obstetrics/Gynecology", + "regulation_number": "884.1175", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "AirLife" + ], + "establishment_type": [ + "Complaint File Establishment per 21 CFR 820.198", + "Develop Specifications But Do Not Manufacture At This Facility" + ], + "registration": { + "registration_number": "3015973929", + "fei_number": "3015973929", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "Vyaire Medical, Inc.", + "address_line_1": "510 Technology Dr.", + "address_line_2": "", + "city": "Irvine", + "state_code": "CA", + "iso_country_code": "US", + "zip_code": "92618", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "Vyaire Medical", + "owner_operator_number": "10053153", + "official_correspondent": { + "first_name": "Colleen", + "middle_initial": "", + "last_name": "Watson", + "subaccount_company_name": "", + "phone_number": "1-847-7865998-11007" + }, + "contact_address": { + "address_1": "26125 N. Riverwoods Blvd.", + "address_2": "", + "city": "Mettawa", + "state_code": "IL", + "state_province": "", + "iso_country_code": "US", + "postal_code": "60045" + } + } + }, + "pma_number": "", + "k_number": "K780456", + "products": [ + { + "product_code": "CAF", + "created_date": "2016-12-14", + "owner_operator_number": "10053153", + "exempt": "", + "openfda": { + "device_name": "Nebulizer (Direct Patient Interface)", + "medical_specialty_description": "Anesthesiology", + "regulation_number": "868.5630", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "WinFusion" + ], + "establishment_type": [ + "Export Device to the United States But Perform No Other Operation on Device" + ], + "registration": { + "registration_number": "8031563", + "fei_number": "1000162947", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "JMS CO., LTD.", + "address_line_1": "12-17, KAKO-MACHI, NAKA-KU", + "address_line_2": "", + "city": "HIROSHIMA", + "state_code": "", + "iso_country_code": "JP", + "zip_code": "", + "postal_code": "730-8652", + "us_agent": { + "name": "Sho Hosoki", + "business_name": "JMS North America Corp.", + "bus_phone_area_code": "510", + "bus_phone_num": "8889090", + "bus_phone_extn": "0", + "fax_area_code": "510", + "fax_num": "8889099", + "email_address": "shosoki@jmsna.net", + "address_line_1": "22320 Foothill Blvd. Suite 350", + "address_line_2": "", + "city": "Hayward", + "state_code": "CA", + "iso_country_code": "US", + "zip_code": "94541", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "JMS CO., LTD.", + "owner_operator_number": "8031563", + "official_correspondent": { + "first_name": "HIDEKAZU", + "middle_initial": "-", + "last_name": "IRIE", + "subaccount_company_name": "", + "phone_number": "81-82-243-6023" + }, + "contact_address": { + "address_1": "12-17, KAKO-MACHI, NAKA-KU", + "address_2": "--", + "city": "HIROSHIMA", + "state_code": "JP-34", + "state_province": "", + "iso_country_code": "JP", + "postal_code": "730-8652" + } + } + }, + "pma_number": "", + "k_number": "K121488", + "products": [ + { + "product_code": "FOZ", + "created_date": "2013-04-23", + "owner_operator_number": "8031563", + "exempt": "", + "openfda": { + "device_name": "Catheter, Intravascular, Therapeutic, Short-Term Less Than 30 Days", + "medical_specialty_description": "General Hospital", + "regulation_number": "880.5200", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "Plate Holding Forcep 15.5 cm. Right", + "Forceps", + "Plate Holding Forcep 15.5 cm. Left", + "CUSHING Plate-Screw holding forcep 17.5 cm. Straight", + "Plate Cutting Forceps 57.5 cm", + "CUSHING Plate-Screw holding forcep 17.5 cm. Angled" + ], + "establishment_type": [ + "Develop Specifications But Do Not Manufacture At This Facility" + ], + "registration": { + "registration_number": "3016750097", + "fei_number": "3016750097", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "FAICO MEDICAL LLC", + "address_line_1": "2424 North Federal Highway, Suite 103", + "address_line_2": "", + "city": "Boca Raton", + "state_code": "FL", + "iso_country_code": "US", + "zip_code": "33431", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "FAICO Medical LLC", + "owner_operator_number": "10071145", + "official_correspondent": { + "first_name": "Hernan", + "middle_initial": "D", + "last_name": "Fernandez", + "subaccount_company_name": "", + "phone_number": "1-561-2395204-x" + }, + "contact_address": { + "address_1": "2424 North Federal Highway, Suite 103", + "address_2": "", + "city": "Boca Raton", + "state_code": "FL", + "state_province": "", + "iso_country_code": "US", + "postal_code": "33431" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "GEN", + "created_date": "2021-01-28", + "owner_operator_number": "10071145", + "exempt": "", + "openfda": { + "device_name": "Forceps, General & Plastic Surgery", + "medical_specialty_description": "General, Plastic Surgery", + "regulation_number": "878.4800", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [ + "TruColor Wright's Giemsa Stain Kit", + "TruColor Wright Giemsa Stain", + "TruColor Wright's Giemsa Buffer Kit", + "TruColor May Grunwald Stain Kit", + "TruColor Wright Buffer Kit", + "TruColor Wright's Stain Kit", + "TruColor Giemsa Stain Kit" + ], + "establishment_type": [ + "Develop Specifications But Do Not Manufacture At This Facility" + ], + "registration": { + "registration_number": "1061932", + "fei_number": "3000203293", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "BECKMAN COULTER, INC.", + "address_line_1": "11800 SW 147TH AVE.", + "address_line_2": "", + "city": "Miami", + "state_code": "FL", + "iso_country_code": "US", + "zip_code": "33196", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "BECKMAN COULTER, INC.", + "owner_operator_number": "2050012", + "official_correspondent": {}, + "contact_address": { + "address_1": "250 S. Kraemer Blvd", + "address_2": "--", + "city": "Brea", + "state_code": "CA", + "state_province": "", + "iso_country_code": "US", + "postal_code": "92821" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "KQC", + "created_date": "2000-12-28", + "owner_operator_number": "2050012", + "exempt": "", + "openfda": { + "device_name": "Stains, Hematology", + "medical_specialty_description": "Hematology", + "regulation_number": "864.1850", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [], + "establishment_type": [ + "Complaint File Establishment per 21 CFR 820.198" + ], + "registration": { + "registration_number": "1313525", + "fei_number": "1317628", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "Bausch & Lomb Incorporated", + "address_line_1": "1400 North Goodman Street", + "address_line_2": "", + "city": "Rochester", + "state_code": "NY", + "iso_country_code": "US", + "zip_code": "14609", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "Bausch Health Companies Inc.", + "owner_operator_number": "9913003", + "official_correspondent": { + "first_name": "Harry", + "middle_initial": "", + "last_name": "Jeffreys", + "subaccount_company_name": "", + "phone_number": "x-908-5418650-x" + }, + "contact_address": { + "address_1": "400 Somerset Corporate Blvd.", + "address_2": "--", + "city": "Bridgewater", + "state_code": "NJ", + "state_province": "", + "iso_country_code": "US", + "postal_code": "08807" + } + } + }, + "pma_number": "", + "k_number": "K062048", + "products": [ + { + "product_code": "GEX", + "created_date": "2016-01-11", + "owner_operator_number": "9913003", + "exempt": "", + "openfda": { + "device_name": "Powered Laser Surgical Instrument", + "medical_specialty_description": "General, Plastic Surgery", + "regulation_number": "878.4810", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "Articul/eze (hip)" + ], + "establishment_type": [ + "Develop Specifications But Do Not Manufacture At This Facility" + ], + "registration": { + "registration_number": "1818910", + "fei_number": "1818910", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "DEPUY ORTHOPAEDICS, INC.", + "address_line_1": "700 ORTHOPAEDIC DR.", + "address_line_2": "", + "city": "WARSAW", + "state_code": "IN", + "iso_country_code": "US", + "zip_code": "46582", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "DePuy Synthes, Inc.", + "owner_operator_number": "1818910", + "official_correspondent": {}, + "contact_address": { + "address_1": "700 Orthopaedic Drive", + "address_2": "", + "city": "Warsaw", + "state_code": "IN", + "state_province": "", + "iso_country_code": "US", + "postal_code": "46582" + } + } + }, + "pma_number": "", + "k_number": "K891083", + "products": [ + { + "product_code": "LZO", + "created_date": "2010-03-05", + "owner_operator_number": "1818910", + "exempt": "", + "openfda": { + "device_name": "Prosthesis, Hip, Semi-Constrained, Metal/Ceramic/Polymer, Cemented Or Non-Porous, Uncemented", + "medical_specialty_description": "Orthopedic", + "regulation_number": "888.3353", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [], + "establishment_type": [ + "Manufacture Medical Device for Another Party (Contract Manufacturer)" + ], + "registration": { + "registration_number": "2135339", + "fei_number": "3007867940", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "Innovize", + "address_line_1": "500 Oak Grove Parkway", + "address_line_2": "", + "city": "North Oaks", + "state_code": "MN", + "iso_country_code": "US", + "zip_code": "55127", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "Innovize", + "owner_operator_number": "10026450", + "official_correspondent": { + "first_name": "Mark", + "middle_initial": "", + "last_name": "Rutkiewicz", + "subaccount_company_name": "", + "phone_number": "x-651-4863695-x" + }, + "contact_address": { + "address_1": "500 Oak Grove Parkway", + "address_2": "", + "city": "Saint Paul", + "state_code": "MN", + "state_province": "", + "iso_country_code": "US", + "postal_code": "55127" + } + } + }, + "pma_number": "", + "k_number": "K092357", + "products": [ + { + "product_code": "FRO", + "created_date": "2015-01-12", + "owner_operator_number": "10026450", + "exempt": "", + "openfda": { + "device_name": "Dressing, Wound, Drug", + "medical_specialty_description": "Unknown", + "regulation_number": "", + "device_class": "U" + } + } + ] + }, + { + "proprietary_name": [ + "PIT&FISS SEALANT" + ], + "establishment_type": [ + "Repack or Relabel Medical Device" + ], + "registration": { + "registration_number": "3007577370", + "fei_number": "3007577370", + "status_code": "1", + "initial_importer_flag": "Y", + "reg_expiry_date_year": "2021", + "name": "IQ Dental Supply Inc", + "address_line_1": "353 Route 46 W", + "address_line_2": "Bldg \"C\" Unit 120", + "city": "Fairfield", + "state_code": "NJ", + "iso_country_code": "US", + "zip_code": "07004", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "IQ Dental Supply, Inc", + "owner_operator_number": "10029359", + "official_correspondent": { + "first_name": "Sergey", + "middle_initial": "", + "last_name": "Kunin", + "subaccount_company_name": "", + "phone_number": "x-973-4887966-x" + }, + "contact_address": { + "address_1": "353 Route 46W", + "address_2": "Bldg \"C\", Unit 120", + "city": "Fairfield", + "state_code": "NJ", + "state_province": "", + "iso_country_code": "US", + "postal_code": "07004" + } + } + }, + "pma_number": "", + "k_number": "K914322", + "products": [ + { + "product_code": "EBC", + "created_date": "2016-08-25", + "owner_operator_number": "10029359", + "exempt": "", + "openfda": { + "device_name": "Sealant, Pit And Fissure, And Conditioner", + "medical_specialty_description": "Dental", + "regulation_number": "872.3765", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "e3000X with clearmaxx PAPR", + "P.AIR" + ], + "establishment_type": [ + "Complaint File Establishment per 21 CFR 820.198" + ], + "registration": { + "registration_number": "3010869460", + "fei_number": "3010869460", + "status_code": "1", + "initial_importer_flag": "Y", + "reg_expiry_date_year": "2021", + "name": "Optrel Inc.", + "address_line_1": "Division Street, #35", + "address_line_2": "", + "city": "E Greenwich", + "state_code": "RI", + "iso_country_code": "US", + "zip_code": "02818", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "optrel tec AG", + "owner_operator_number": "10076697", + "official_correspondent": { + "first_name": "Andreas", + "middle_initial": "", + "last_name": "Gasser", + "subaccount_company_name": "", + "phone_number": "41-71-9874200-x" + }, + "contact_address": { + "address_1": "Industriestrasse 2", + "address_2": "", + "city": "Wattwil", + "state_code": "CH-SG", + "state_province": "Sankt Gallen", + "iso_country_code": "CH", + "postal_code": "9630" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "MSH", + "created_date": "2020-07-28", + "owner_operator_number": "10076697", + "exempt": "", + "openfda": { + "device_name": "Respirator, Surgical", + "medical_specialty_description": "General, Plastic Surgery", + "regulation_number": "878.4040", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "Caps-Lock Cannula Driver", + "Caps-Lock Ultra", + "TOPAZ", + "Integra" + ], + "establishment_type": [ + "Develop Specifications But Do Not Manufacture At This Facility" + ], + "registration": { + "registration_number": "3014207283", + "fei_number": "3002788818", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "Ascension Orthopedics, Inc.", + "address_line_1": "11101 Metric Blvd", + "address_line_2": "", + "city": "Austin", + "state_code": "TX", + "iso_country_code": "US", + "zip_code": "78758", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "Smith & Nephew, Inc.", + "owner_operator_number": "1020279", + "official_correspondent": { + "first_name": "Beth", + "middle_initial": "", + "last_name": "Zis", + "subaccount_company_name": "", + "phone_number": "x-978-7491260-x" + }, + "contact_address": { + "address_1": "7135 Goodlett Farms Parkway", + "address_2": "", + "city": "Cordova", + "state_code": "TN", + "state_province": "", + "iso_country_code": "US", + "postal_code": "38016" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "GEA", + "created_date": "2015-01-12", + "owner_operator_number": "1020279", + "exempt": "", + "openfda": { + "device_name": "Cannula, Surgical, General & Plastic Surgery", + "medical_specialty_description": "General, Plastic Surgery", + "regulation_number": "878.4800", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [ + "Parsmate" + ], + "establishment_type": [ + "Repack or Relabel Medical Device" + ], + "registration": { + "registration_number": "1039865", + "fei_number": "1039865", + "status_code": "1", + "initial_importer_flag": "Y", + "reg_expiry_date_year": "2021", + "name": "HOWARD INSTRUMENTS, INC.", + "address_line_1": "2004 Lenox Drive", + "address_line_2": "", + "city": "TUSCALOOSA", + "state_code": "AL", + "iso_country_code": "US", + "zip_code": "35405", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "HOWARD INSTRUMENTS, INC.", + "owner_operator_number": "1039865", + "official_correspondent": { + "first_name": "JACK", + "middle_initial": "W", + "last_name": "HOWARD", + "subaccount_company_name": "", + "phone_number": "x-205-7589083-x" + }, + "contact_address": { + "address_1": "3102 GREENSBORO AVENUE", + "address_2": "Building B Suite 4", + "city": "Tuscaloosa", + "state_code": "AL", + "state_province": "", + "iso_country_code": "US", + "postal_code": "35401" + } + } + }, + "pma_number": "", + "k_number": "", + "products": [ + { + "product_code": "NGY", + "created_date": "2015-10-23", + "owner_operator_number": "1039865", + "exempt": "", + "openfda": { + "device_name": "Cannula, Trocar, Ophthalmic", + "medical_specialty_description": "Ophthalmic", + "regulation_number": "886.4350", + "device_class": "1" + } + } + ] + }, + { + "proprietary_name": [ + "Thayer Martin Mod. Agar", + "Thayer Martin w/VCN", + "Martin Lewis w/Lincomycin", + "Transgrow" + ], + "establishment_type": [ + "Manufacture Medical Device" + ], + "registration": { + "registration_number": "2022807", + "fei_number": "2022807", + "status_code": "1", + "initial_importer_flag": "Y", + "reg_expiry_date_year": "2021", + "name": "HARDY DIAGNOSTICS", + "address_line_1": "1430 WEST MCCOY LN.", + "address_line_2": "", + "city": "Orcutt", + "state_code": "CA", + "iso_country_code": "US", + "zip_code": "93455", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "HARDY DIAGNOSTICS", + "owner_operator_number": "2022807", + "official_correspondent": { + "first_name": "JAY", + "middle_initial": "-", + "last_name": "HARDY", + "subaccount_company_name": "", + "phone_number": "x-800-2662222-5674" + }, + "contact_address": { + "address_1": "1430 West McCoy Lane", + "address_2": "--", + "city": "Santa Maria", + "state_code": "CA", + "state_province": "", + "iso_country_code": "US", + "postal_code": "93455" + } + } + }, + "pma_number": "", + "k_number": "K934331", + "products": [ + { + "product_code": "JTY", + "created_date": "2013-01-09", + "owner_operator_number": "2022807", + "exempt": "", + "openfda": { + "device_name": "Culture Media, For Isolation Of Pathogenic Neisseria", + "medical_specialty_description": "Microbiology", + "regulation_number": "866.2410", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [ + "WHOLE-IN ONE" + ], + "establishment_type": [ + "Develop Specifications But Do Not Manufacture At This Facility" + ], + "registration": { + "registration_number": "2028390", + "fei_number": "1000125255", + "status_code": "1", + "initial_importer_flag": "Y", + "reg_expiry_date_year": "2021", + "name": "ADVANCED MEDICAL INNOVATIONS", + "address_line_1": "8741 Shirley Ave", + "address_line_2": "", + "city": "Northridge", + "state_code": "CA", + "iso_country_code": "US", + "zip_code": "91324", + "postal_code": "", + "us_agent": {}, + "owner_operator": { + "firm_name": "ADVANCED MEDICAL INNOVATIONS, INC.", + "owner_operator_number": "9004499", + "official_correspondent": { + "first_name": "MIKE", + "middle_initial": "M", + "last_name": "HOFTMAN", + "subaccount_company_name": "", + "phone_number": "x-818-7017180-x" + }, + "contact_address": { + "address_1": "8741 SHIRLEY AVENUE", + "address_2": "--", + "city": "Northridge", + "state_code": "CA", + "state_province": "", + "iso_country_code": "US", + "postal_code": "91324" + } + } + }, + "pma_number": "", + "k_number": "K000444", + "products": [ + { + "product_code": "HIB", + "created_date": "2011-02-16", + "owner_operator_number": "9004499", + "exempt": "", + "openfda": { + "device_name": "Speculum, Vaginal, Nonmetal", + "medical_specialty_description": "Obstetrics/Gynecology", + "regulation_number": "884.4530", + "device_class": "2" + } + } + ] + }, + { + "proprietary_name": [], + "establishment_type": [ + "Manufacture Medical Device for Another Party (Contract Manufacturer)" + ], + "registration": { + "registration_number": "9614841", + "fei_number": "3002808402", + "status_code": "1", + "initial_importer_flag": "N", + "reg_expiry_date_year": "2021", + "name": "TECRES SPA", + "address_line_1": "VIA ANDREA DORIA 6", + "address_line_2": "SOMMACAMPAGNA", + "city": "VERONA Veneto", + "state_code": "", + "iso_country_code": "IT", + "zip_code": "", + "postal_code": "37066", + "us_agent": { + "name": "CHRISTINE BRAUER", + "business_name": "BRAUER DEVICE CONSULTANTS, LLC", + "bus_phone_area_code": "301", + "bus_phone_num": "5451990", + "bus_phone_extn": "", + "fax_area_code": "301", + "fax_num": "5451992", + "email_address": "chrisbrauer@earthlink.net", + "address_line_1": "7 Trail House Court", + "address_line_2": "", + "city": "Rockville", + "state_code": "MD", + "iso_country_code": "US", + "zip_code": "20850", + "postal_code": "" + }, + "owner_operator": { + "firm_name": "TECRES SPA", + "owner_operator_number": "9033624", + "official_correspondent": { + "first_name": "GRAZIOLI", + "middle_initial": "-", + "last_name": "MASSIMO", + "subaccount_company_name": "", + "phone_number": "390-459-217311-x" + }, + "contact_address": { + "address_1": "VIA ANDREA DORIA 6", + "address_2": "--", + "city": "SOMMACAMPAGNA VERONA", + "state_code": "IT-NOTA", + "state_province": "", + "iso_country_code": "IT", + "postal_code": "37066" + } + } + }, + "pma_number": "", + "k_number": "K172906", + "products": [ + { + "product_code": "KWL", + "created_date": "2018-10-30", + "owner_operator_number": "9033624", + "exempt": "", + "openfda": { + "device_name": "Prosthesis, Hip, Hemi-, Femoral, Metal", + "medical_specialty_description": "Orthopedic", + "regulation_number": "888.3360", + "device_class": "2" + } + }, + { + "product_code": "MBB", + "created_date": "2018-10-30", + "owner_operator_number": "9033624", + "exempt": "", + "openfda": { + "device_name": "Bone Cement, Antibiotic", + "medical_specialty_description": "Orthopedic", + "regulation_number": "888.3027", + "device_class": "2" + } + }, + { + "product_code": "KWY", + "created_date": "2018-10-30", + "owner_operator_number": "9033624", + "exempt": "", + "openfda": { + "device_name": "Prosthesis, Hip, Hemi-, Femoral, Metal/Polymer, Cemented Or Uncemented", + "medical_specialty_description": "Orthopedic", + "regulation_number": "888.3390", + "device_class": "2" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/bench/fda/tobacco.json b/bench/fda/tobacco.json new file mode 100644 index 0000000..67cf6eb --- /dev/null +++ b/bench/fda/tobacco.json @@ -0,0 +1,33 @@ +{ + "meta": { + "disclaimer": "Do not rely on openFDA to make decisions regarding medical care. While we make every effort to ensure that data is accurate, you should assume all results are unvalidated. We may limit or otherwise restrict your access to the API in line with our Terms of Service.", + "terms": "https://open.fda.gov/terms/", + "license": "https://open.fda.gov/license/", + "last_updated": "2021-04-30", + "results": { + "skip": 0, + "limit": 1, + "total": 1042 + } + }, + "results": [ + { + "date_submitted": "02/03/2020", + "nonuser_affected": "No", + "reported_health_problems": [ + "Petit mal", + "Seizures" + ], + "number_tobacco_products": 1, + "number_health_problems": 2, + "report_id": 2079781, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + } + ] +} \ No newline at end of file diff --git a/bench/fda/tobacco10.json b/bench/fda/tobacco10.json new file mode 100644 index 0000000..ca5018f --- /dev/null +++ b/bench/fda/tobacco10.json @@ -0,0 +1,194 @@ +{ + "meta": { + "disclaimer": "Do not rely on openFDA to make decisions regarding medical care. While we make every effort to ensure that data is accurate, you should assume all results are unvalidated. We may limit or otherwise restrict your access to the API in line with our Terms of Service.", + "terms": "https://open.fda.gov/terms/", + "license": "https://open.fda.gov/license/", + "last_updated": "2021-04-30", + "results": { + "skip": 0, + "limit": 10, + "total": 1042 + } + }, + "results": [ + { + "date_submitted": "02/03/2020", + "nonuser_affected": "No", + "reported_health_problems": [ + "Petit mal", + "Seizures" + ], + "number_tobacco_products": 1, + "number_health_problems": 2, + "report_id": 2079781, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "09/17/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Dyspnea" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 1164, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "08/09/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Seizure" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 942, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "08/30/2018", + "nonuser_affected": "No information provided", + "reported_health_problems": [ + "Lung cancer" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Cigarette" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "03/04/2021", + "nonuser_affected": "No", + "reported_health_problems": [ + "Vision blurred", + "Nearsighted", + "Vomiting", + "Lung irritation", + "Myoclonus", + "Difficulty breathing", + "Defect coagulation (NOS)", + "Serotonin syndrome", + "Dilated pupils" + ], + "number_tobacco_products": 1, + "number_health_problems": 9, + "reported_product_problems": [ + "Foreign material (something in the product that does not belong)", + "Other" + ], + "tobacco_products": [ + "Electronic cigarette or vaping product (also known as E-cigarette, vape pen, hookah pen, mod, e-cigar, e-hookah, and e-pipe; E-liquid (also known as \"e-juice\" or \"vape juice\"))" + ], + "number_product_problems": 2 + }, + { + "date_submitted": "09/18/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Other" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 1172, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "08/09/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Seizures", + "Motor vehicle accident" + ], + "number_tobacco_products": 1, + "number_health_problems": 2, + "report_id": 943, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "09/07/2018", + "nonuser_affected": "Yes", + "reported_health_problems": [ + "Other" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "02/05/2020", + "nonuser_affected": "Yes", + "reported_health_problems": [ + "Deficiency mental" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 2079873, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "09/18/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Seizure", + "Nicotine poisoning" + ], + "number_tobacco_products": 1, + "number_health_problems": 2, + "report_id": 1174, + "reported_product_problems": [ + "Other" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 1 + } + ] +} \ No newline at end of file diff --git a/bench/fda/tobacco100.json b/bench/fda/tobacco100.json new file mode 100644 index 0000000..79a3aa6 --- /dev/null +++ b/bench/fda/tobacco100.json @@ -0,0 +1,1869 @@ +{ + "meta": { + "disclaimer": "Do not rely on openFDA to make decisions regarding medical care. While we make every effort to ensure that data is accurate, you should assume all results are unvalidated. We may limit or otherwise restrict your access to the API in line with our Terms of Service.", + "terms": "https://open.fda.gov/terms/", + "license": "https://open.fda.gov/license/", + "last_updated": "2021-04-30", + "results": { + "skip": 0, + "limit": 100, + "total": 1042 + } + }, + "results": [ + { + "date_submitted": "02/03/2020", + "nonuser_affected": "No", + "reported_health_problems": [ + "Petit mal", + "Seizures" + ], + "number_tobacco_products": 1, + "number_health_problems": 2, + "report_id": 2079781, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "09/17/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Dyspnea" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 1164, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "08/09/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Seizure" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 942, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "08/30/2018", + "nonuser_affected": "No information provided", + "reported_health_problems": [ + "Lung cancer" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Cigarette" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "03/04/2021", + "nonuser_affected": "No", + "reported_health_problems": [ + "Vision blurred", + "Nearsighted", + "Vomiting", + "Lung irritation", + "Myoclonus", + "Difficulty breathing", + "Defect coagulation (NOS)", + "Serotonin syndrome", + "Dilated pupils" + ], + "number_tobacco_products": 1, + "number_health_problems": 9, + "reported_product_problems": [ + "Foreign material (something in the product that does not belong)", + "Other" + ], + "tobacco_products": [ + "Electronic cigarette or vaping product (also known as E-cigarette, vape pen, hookah pen, mod, e-cigar, e-hookah, and e-pipe; E-liquid (also known as \"e-juice\" or \"vape juice\"))" + ], + "number_product_problems": 2 + }, + { + "date_submitted": "09/18/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Other" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 1172, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "08/09/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Seizures", + "Motor vehicle accident" + ], + "number_tobacco_products": 1, + "number_health_problems": 2, + "report_id": 943, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "09/07/2018", + "nonuser_affected": "Yes", + "reported_health_problems": [ + "Other" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "02/05/2020", + "nonuser_affected": "Yes", + "reported_health_problems": [ + "Deficiency mental" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 2079873, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "09/18/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Seizure", + "Nicotine poisoning" + ], + "number_tobacco_products": 1, + "number_health_problems": 2, + "report_id": 1174, + "reported_product_problems": [ + "Other" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 1 + }, + { + "date_submitted": "08/09/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Nausea", + "Shortness of breath" + ], + "number_tobacco_products": 1, + "number_health_problems": 2, + "report_id": 937, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "09/05/2018", + "nonuser_affected": "No", + "reported_health_problems": [ + "Mouth irritation", + "Coughing" + ], + "number_tobacco_products": 1, + "number_health_problems": 2, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "02/04/2020", + "nonuser_affected": "No", + "reported_health_problems": [ + "Seizures", + "Passed out" + ], + "number_tobacco_products": 1, + "number_health_problems": 2, + "report_id": 2079798, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "09/17/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Streptococcal sore throat", + "Chest pain", + "Sinus infection", + "Breathlessness" + ], + "number_tobacco_products": 1, + "number_health_problems": 4, + "report_id": 1165, + "reported_product_problems": [ + "Other" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 1 + }, + { + "date_submitted": "08/09/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Headache", + "Nausea" + ], + "number_tobacco_products": 1, + "number_health_problems": 2, + "report_id": 936, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "09/04/2018", + "nonuser_affected": "No information provided", + "reported_health_problems": [ + "No information provided" + ], + "number_tobacco_products": 1, + "number_health_problems": 0, + "reported_product_problems": [ + "Exploded, caught on fire, or burned abnormally" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 1 + }, + { + "date_submitted": "05/09/2020", + "nonuser_affected": "Yes", + "reported_health_problems": [ + "Cough", + "Fever", + "Respiratory compromise", + "Generalised chest pain" + ], + "number_tobacco_products": 1, + "number_health_problems": 4, + "report_id": 2083649, + "reported_product_problems": [ + "Other" + ], + "tobacco_products": [ + "Electronic cigarette or vaping product (also known as E-cigarette, vape pen, hookah pen, mod, e-cigar, e-hookah, and e-pipe; E-liquid (also known as \"e-juice\" or \"vape juice\"))" + ], + "number_product_problems": 1 + }, + { + "date_submitted": "09/26/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Nosocomial pneumonia" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 1209, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "08/19/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Decreased blood sugar", + "Seizure", + "Depression", + "Anxiety", + "Stomach pain", + "Epilepsy", + "Blood potassium decreased" + ], + "number_tobacco_products": 1, + "number_health_problems": 7, + "report_id": 972, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "12/20/2018", + "nonuser_affected": "No", + "reported_health_problems": [ + "Anaphylactic type reaction" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "01/03/2017", + "nonuser_affected": "No information provided", + "reported_health_problems": [ + "No information provided" + ], + "number_tobacco_products": 1, + "number_health_problems": 0, + "reported_product_problems": [ + "Child safety hazard" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 1 + }, + { + "date_submitted": "09/25/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Bilateral pulmonary infiltrates", + "Cough", + "Antibiotic therapy", + "BUN abnormal", + "Lactic acid", + "Blood culture no growth", + "WBC abnormal", + "Cigarette smoker", + "Hemoptysis", + "WBC increased", + "Alcohol use", + "Intensive care", + "Nocturnal cough", + "X-ray NOS chest abnormal", + "Heroin addiction", + "Acidosis", + "Lung opacity", + "Exposure via inhalation", + "Hyperkalemia", + "Small airways disease", + "Cocaine abuse", + "CT abnormal", + "Vomiting", + "Transaminases abnormal", + "Intravenous drug user (IVDU)", + "Hypoxic respiratory failure", + "Creatinine increased", + "Headache", + "Hypoxia", + "Cough aggravated", + "Shortness of breath", + "Creatinine abnormal NOS", + "Marijuana use", + "Cyanosis", + "E-cigarette smoker", + "Transaminase value increased", + "Tachypnea", + "Chest tightness", + "Apnea", + "Steroid therapy" + ], + "number_tobacco_products": 1, + "number_health_problems": 40, + "report_id": 1218, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "08/20/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Fainting", + "Heartbeats increased" + ], + "number_tobacco_products": 1, + "number_health_problems": 2, + "report_id": 976, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "01/02/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "No information provided" + ], + "number_tobacco_products": 1, + "number_health_problems": 0, + "report_id": 681, + "reported_product_problems": [ + "Damaged, broken, or defective part", + "Other", + "Taste issue" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 3 + }, + { + "date_submitted": "01/03/2017", + "nonuser_affected": "No information provided", + "reported_health_problems": [ + "No information provided" + ], + "number_tobacco_products": 1, + "number_health_problems": 0, + "reported_product_problems": [ + "Damaged, broken or defective product, part, accessory, or package", + "Appearance, look, smell, or taste issue", + "Foreign material (something in the product that does not belong)", + "Product failed or did not work correctly" + ], + "tobacco_products": [ + "Cigarette" + ], + "number_product_problems": 4 + }, + { + "date_submitted": "09/26/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Other" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 1217, + "reported_product_problems": [ + "Product failed or did not work correctly (not involving overheating, fire, explosion or abnormal burning)", + "Damaged, broken, or defective product" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 2 + }, + { + "date_submitted": "08/19/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Pain chest" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 975, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "01/01/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Emphysematous gangrene" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 673, + "reported_product_problems": [ + "Taste issue", + "Child safety hazard", + "Leaked", + "Other", + "Label issue", + "Hard to use", + "Smell issue" + ], + "tobacco_products": [ + "Chewing tobacco (loose leaf chew, plug, twist/roll)" + ], + "number_product_problems": 7 + }, + { + "date_submitted": "05/11/2020", + "nonuser_affected": "No", + "reported_health_problems": [ + "Other" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 2083676, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette or vaping product (also known as E-cigarette, vape pen, hookah pen, mod, e-cigar, e-hookah, and e-pipe; E-liquid (also known as \"e-juice\" or \"vape juice\"))" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "09/26/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Lung congestion", + "GI irritation", + "Sore gums" + ], + "number_tobacco_products": 1, + "number_health_problems": 3, + "report_id": 1213, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "08/19/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Bronchitis", + "Asthma" + ], + "number_tobacco_products": 1, + "number_health_problems": 2, + "report_id": 974, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "12/28/2018", + "nonuser_affected": "Yes", + "reported_health_problems": [ + "No information provided" + ], + "number_tobacco_products": 1, + "number_health_problems": 0, + "reported_product_problems": [ + "Exploded" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 1 + }, + { + "date_submitted": "03/16/2021", + "nonuser_affected": "No", + "reported_health_problems": [ + "Vomiting" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "reported_product_problems": [ + "Taste issue", + "Damaged, broken, or defective product", + "Appearance or look issue", + "Other", + "Wrong product in package", + "Label issue" + ], + "tobacco_products": [ + "Electronic cigarette or vaping product (also known as E-cigarette, vape pen, hookah pen, mod, e-cigar, e-hookah, and e-pipe; E-liquid (also known as \"e-juice\" or \"vape juice\"))" + ], + "number_product_problems": 6 + }, + { + "date_submitted": "09/25/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Chest pain", + "Shortness of breath" + ], + "number_tobacco_products": 1, + "number_health_problems": 2, + "report_id": 1206, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "08/19/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Seizure grand mal" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 970, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "12/07/2018", + "nonuser_affected": "No information provided", + "reported_health_problems": [ + "No information provided" + ], + "number_tobacco_products": 1, + "number_health_problems": 0, + "reported_product_problems": [ + "Damaged, broken or defective product, part, accessory, or package", + "Exploded, caught on fire, or burned abnormally" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 2 + }, + { + "date_submitted": "05/04/2020", + "nonuser_affected": "No", + "reported_health_problems": [ + "Bilateral pulmonary infiltrates", + "Blood culture negative", + "Viral PCR test", + "Urine drug screen positive", + "BNP increased", + "Ground glass opacity in thoracic CT", + "Hypoxia", + "COVID-19 virus test negative", + "Ferritin high", + "Marijuana use", + "Asthma", + "CRP increased" + ], + "number_tobacco_products": 1, + "number_health_problems": 12, + "report_id": 2083523, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette or vaping product (also known as E-cigarette, vape pen, hookah pen, mod, e-cigar, e-hookah, and e-pipe; E-liquid (also known as \"e-juice\" or \"vape juice\"))" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "09/25/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Breathlessness" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 1207, + "reported_product_problems": [ + "Other" + ], + "tobacco_products": [ + "Other" + ], + "number_product_problems": 1 + }, + { + "date_submitted": "08/19/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Blood sugar decreased", + "Prolonged seizure" + ], + "number_tobacco_products": 1, + "number_health_problems": 2, + "report_id": 971, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "02/09/2021", + "nonuser_affected": "Unknown", + "reported_health_problems": [ + "No information provided" + ], + "number_tobacco_products": 1, + "number_health_problems": 0, + "reported_product_problems": [ + "Appearance or look issue" + ], + "tobacco_products": [ + "Cigarette" + ], + "number_product_problems": 1 + }, + { + "date_submitted": "04/28/2020", + "nonuser_affected": "No", + "reported_health_problems": [ + "No information provided" + ], + "number_tobacco_products": 1, + "number_health_problems": 0, + "report_id": 2083473, + "reported_product_problems": [ + "Exploded", + "Damaged, broken, or defective product" + ], + "tobacco_products": [ + "Electronic cigarette or vaping product (also known as E-cigarette, vape pen, hookah pen, mod, e-cigar, e-hookah, and e-pipe; E-liquid (also known as \"e-juice\" or \"vape juice\"))" + ], + "number_product_problems": 2 + }, + { + "date_submitted": "09/25/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Tonic-clonic seizures" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 1211, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "10/07/2020", + "nonuser_affected": "No", + "reported_health_problems": [ + "Vomiting", + "Addiction", + "Excess sweating", + "Gagging" + ], + "number_tobacco_products": 1, + "number_health_problems": 4, + "report_id": 2092727, + "reported_product_problems": [ + "Damaged, broken, or defective part", + "Label issue" + ], + "tobacco_products": [ + "Electronic cigarette or vaping product (also known as E-cigarette, vape pen, hookah pen, mod, e-cigar, e-hookah, and e-pipe; E-liquid (also known as \"e-juice\" or \"vape juice\"))" + ], + "number_product_problems": 2 + }, + { + "date_submitted": "07/27/2020", + "nonuser_affected": "No", + "reported_health_problems": [ + "Acetonaemic vomiting" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 2087802, + "reported_product_problems": [ + "Foreign material (something in the product that does not belong)", + "Taste issue" + ], + "tobacco_products": [ + "Pipe or pipe tobacco" + ], + "number_product_problems": 2 + }, + { + "date_submitted": "04/26/2020", + "nonuser_affected": "Yes", + "reported_health_problems": [ + "Fainting", + "Sleepiness", + "Diarrhea", + "Loss of memory", + "Nausea" + ], + "number_tobacco_products": 1, + "number_health_problems": 5, + "report_id": 2083134, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette or vaping product (also known as E-cigarette, vape pen, hookah pen, mod, e-cigar, e-hookah, and e-pipe; E-liquid (also known as \"e-juice\" or \"vape juice\"))" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "01/06/2021", + "nonuser_affected": "No", + "reported_health_problems": [ + "Illness" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "reported_product_problems": [ + "Other", + "Label issue" + ], + "tobacco_products": [ + "Cigarette" + ], + "number_product_problems": 2 + }, + { + "date_submitted": "08/19/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Congestion pulmonary" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 973, + "reported_product_problems": [ + "Other" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 1 + }, + { + "date_submitted": "12/12/2018", + "nonuser_affected": "No information provided", + "reported_health_problems": [ + "No information provided" + ], + "number_tobacco_products": 1, + "number_health_problems": 0, + "reported_product_problems": [ + "Exploded, caught on fire, or burned abnormally" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 1 + }, + { + "date_submitted": "04/05/2020", + "nonuser_affected": "No", + "reported_health_problems": [ + "No information provided" + ], + "number_tobacco_products": 1, + "number_health_problems": 0, + "report_id": 2082337, + "reported_product_problems": [ + "Taste issue" + ], + "tobacco_products": [ + "Roll-your-own cigarette" + ], + "number_product_problems": 1 + }, + { + "date_submitted": "09/25/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Seizure grand mal" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 1210, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "08/16/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Abnormal breathing", + "Numb mouth", + "Poor swallowing reflex", + "Heart rate high", + "Numbness of tongue", + "Panic attacks", + "Dizzy" + ], + "number_tobacco_products": 1, + "number_health_problems": 7, + "report_id": 968, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "11/17/2018", + "nonuser_affected": "No", + "reported_health_problems": [ + "Other" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "04/15/2020", + "nonuser_affected": "No", + "reported_health_problems": [ + "No information provided" + ], + "number_tobacco_products": 1, + "number_health_problems": 0, + "report_id": 2082904, + "reported_product_problems": [ + "Product failed or did not work correctly (not involving overheating, fire, explosion or abnormal burning)", + "Damaged, broken, or defective product" + ], + "tobacco_products": [ + "Electronic cigarette or vaping product (also known as E-cigarette, vape pen, hookah pen, mod, e-cigar, e-hookah, and e-pipe; E-liquid (also known as \"e-juice\" or \"vape juice\"))" + ], + "number_product_problems": 2 + }, + { + "date_submitted": "09/25/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Breathing difficult" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 1205, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "08/18/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Light headedness" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 967, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "12/04/2018", + "nonuser_affected": "No", + "reported_health_problems": [ + "Feelings of worthlessness", + "Mental state abnormal" + ], + "number_tobacco_products": 1, + "number_health_problems": 2, + "reported_product_problems": [ + "Appearance, look, smell, or taste issue", + "Foreign material (something in the product that does not belong)" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 2 + }, + { + "date_submitted": "04/12/2020", + "nonuser_affected": "No", + "reported_health_problems": [ + "Seizure grand mal" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 2082711, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette or vaping product (also known as E-cigarette, vape pen, hookah pen, mod, e-cigar, e-hookah, and e-pipe; E-liquid (also known as \"e-juice\" or \"vape juice\"))" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "09/23/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Seizure" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 1286, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "08/18/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Secondary hypothyroidism", + "Other", + "Anxiety" + ], + "number_tobacco_products": 1, + "number_health_problems": 3, + "report_id": 1324, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "11/28/2018", + "nonuser_affected": "No information provided", + "reported_health_problems": [ + "No information provided" + ], + "number_tobacco_products": 1, + "number_health_problems": 0, + "reported_product_problems": [ + "Overheated" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 1 + }, + { + "date_submitted": "04/08/2020", + "nonuser_affected": "No", + "reported_health_problems": [ + "Seizure" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 2082533, + "reported_product_problems": [ + "Child safety hazard" + ], + "tobacco_products": [ + "Electronic cigarette or vaping product (also known as E-cigarette, vape pen, hookah pen, mod, e-cigar, e-hookah, and e-pipe; E-liquid (also known as \"e-juice\" or \"vape juice\"))" + ], + "number_product_problems": 1 + }, + { + "date_submitted": "09/24/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Chest pain", + "Shortness of breath", + "Nicotine addiction" + ], + "number_tobacco_products": 1, + "number_health_problems": 3, + "report_id": 1204, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "08/16/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Seizure grand mal" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 969, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "04/12/2018", + "nonuser_affected": "No information provided", + "reported_health_problems": [ + "No information provided" + ], + "number_tobacco_products": 1, + "number_health_problems": 0, + "reported_product_problems": [ + "Exploded, Caught on fire when it wasn't supposed to" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 2 + }, + { + "date_submitted": "03/30/2020", + "nonuser_affected": "No", + "reported_health_problems": [ + "High feeling" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 2082128, + "reported_product_problems": [ + "Other" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 1 + }, + { + "date_submitted": "09/20/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Nausea", + "Diarrhea", + "Fever", + "Vomiting" + ], + "number_tobacco_products": 1, + "number_health_problems": 4, + "report_id": 1196, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "08/15/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Grand mal seizure" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 1086, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "10/29/2018", + "nonuser_affected": "No information provided", + "reported_health_problems": [ + "No information provided" + ], + "number_tobacco_products": 1, + "number_health_problems": 0, + "reported_product_problems": [ + "Label or instruction issue" + ], + "tobacco_products": [ + "Chewing tobacco (loose leaf chew, plug, twist/roll)" + ], + "number_product_problems": 1 + }, + { + "date_submitted": "04/03/2020", + "nonuser_affected": "No", + "reported_health_problems": [ + "Acute respiratory failure", + "Nonconvulsive status epilepticus" + ], + "number_tobacco_products": 1, + "number_health_problems": 2, + "report_id": 2082279, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette or vaping product (also known as E-cigarette, vape pen, hookah pen, mod, e-cigar, e-hookah, and e-pipe; E-liquid (also known as \"e-juice\" or \"vape juice\"))" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "09/23/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Abnormal breathing", + "Difficulty breathing" + ], + "number_tobacco_products": 1, + "number_health_problems": 2, + "report_id": 1203, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "08/15/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Heart rate abnormal", + "Alcohol abuse", + "CPK increase", + "Prolonged seizure", + "Dehydration", + "Creatinine high", + "Intubation", + "Alcohol withdrawal seizure" + ], + "number_tobacco_products": 1, + "number_health_problems": 8, + "report_id": 1087, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "11/14/2018", + "nonuser_affected": "No", + "reported_health_problems": [ + "Cough", + "Mental deterioration" + ], + "number_tobacco_products": 1, + "number_health_problems": 2, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "04/01/2020", + "nonuser_affected": "No", + "reported_health_problems": [ + "Seizure" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 2082195, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette or vaping product (also known as E-cigarette, vape pen, hookah pen, mod, e-cigar, e-hookah, and e-pipe; E-liquid (also known as \"e-juice\" or \"vape juice\"))" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "09/24/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Energy increased" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 1201, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "08/15/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Diarrhea", + "Vomiting", + "Pneumonitis NOS", + "Pneumonia", + "Hypoxemia", + "Fever" + ], + "number_tobacco_products": 1, + "number_health_problems": 6, + "report_id": 966, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "11/01/2018", + "nonuser_affected": "No", + "reported_health_problems": [ + "Allergic reaction" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "03/31/2020", + "nonuser_affected": "No", + "reported_health_problems": [ + "Painful respiration", + "Burning sensation" + ], + "number_tobacco_products": 1, + "number_health_problems": 2, + "report_id": 2082161, + "reported_product_problems": [ + "Other" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 1 + }, + { + "date_submitted": "09/23/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Persistent cough" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 1197, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "08/15/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Seizure" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 1088, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "11/13/2018", + "nonuser_affected": "No information provided", + "reported_health_problems": [ + "No information provided" + ], + "number_tobacco_products": 1, + "number_health_problems": 0, + "reported_product_problems": [ + "Damaged, broken or defective product, part, accessory, or package", + "Leaked or spilled", + "Child safety hazard", + "Overheated", + "Product failed or did not work correctly" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 5 + }, + { + "date_submitted": "03/23/2020", + "nonuser_affected": "No", + "reported_health_problems": [ + "Complex partial seizures exacerbated", + "Grand mal epilepsy" + ], + "number_tobacco_products": 1, + "number_health_problems": 2, + "report_id": 2081863, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "09/20/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Stress test", + "Lung inflammation", + "Oxygen therapy", + "Difficulty breathing", + "EKG", + "Pulmonary function test", + "Chest X-ray", + "Steroid therapy" + ], + "number_tobacco_products": 1, + "number_health_problems": 8, + "report_id": 1193, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "08/14/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Seizure" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 964, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "11/01/2018", + "nonuser_affected": "Yes", + "reported_health_problems": [ + "Nicotine addiction" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "03/28/2020", + "nonuser_affected": "No", + "reported_health_problems": [ + "Headache", + "Coma", + "Nausea", + "Abdominal pain", + "Nuchal rigidity", + "Fever", + "Convulsive status epilepticus", + "Serum transaminase increased" + ], + "number_tobacco_products": 1, + "number_health_problems": 8, + "report_id": 2082083, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "09/20/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Eye abnormality", + "Dry eyes", + "Red eye" + ], + "number_tobacco_products": 1, + "number_health_problems": 3, + "report_id": 1195, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "10/13/2020", + "nonuser_affected": "No", + "reported_health_problems": [ + "Seizure grand mal", + "Memory loss" + ], + "number_tobacco_products": 1, + "number_health_problems": 2, + "report_id": 2092707, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette or vaping product (also known as E-cigarette, vape pen, hookah pen, mod, e-cigar, e-hookah, and e-pipe; E-liquid (also known as \"e-juice\" or \"vape juice\"))" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "07/27/2020", + "nonuser_affected": "No", + "reported_health_problems": [ + "Schizoaffective disorder", + "Bipolar disorder", + "Cannabinoid hyperemesis syndrome", + "Anxiety", + "Marijuana use", + "Asthma" + ], + "number_tobacco_products": 1, + "number_health_problems": 6, + "report_id": 2087794, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette or vaping product (also known as E-cigarette, vape pen, hookah pen, mod, e-cigar, e-hookah, and e-pipe; E-liquid (also known as \"e-juice\" or \"vape juice\"))" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "03/12/2020", + "nonuser_affected": "No", + "reported_health_problems": [ + "Emotional reaction" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 2081866, + "reported_product_problems": [ + "Other", + "Appearance or look issue" + ], + "tobacco_products": [ + "Other" + ], + "number_product_problems": 2 + }, + { + "date_submitted": "12/23/2020", + "nonuser_affected": "No", + "reported_health_problems": [ + "Seizure" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 2104067, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette or vaping product (also known as E-cigarette, vape pen, hookah pen, mod, e-cigar, e-hookah, and e-pipe; E-liquid (also known as \"e-juice\" or \"vape juice\"))" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "08/14/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Seizure" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 1311, + "reported_product_problems": [ + "Child safety hazard" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 1 + }, + { + "date_submitted": "10/29/2018", + "nonuser_affected": "No", + "reported_health_problems": [ + "Cardiac arrest" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "reported_product_problems": [ + "Foreign material (something in the product that does not belong)" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 1 + }, + { + "date_submitted": "03/15/2021", + "nonuser_affected": "No", + "reported_health_problems": [ + "Apparent life threatening event" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "reported_product_problems": [ + "Exploded" + ], + "tobacco_products": [ + "Electronic cigarette or vaping product (also known as E-cigarette, vape pen, hookah pen, mod, e-cigar, e-hookah, and e-pipe; E-liquid (also known as \"e-juice\" or \"vape juice\"))" + ], + "number_product_problems": 1 + }, + { + "date_submitted": "09/23/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Nausea" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 1194, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "08/14/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Traumatic brain injury", + "Seizure", + "Intubation", + "Blackout spell", + "Motor vehicle accident", + "Gastrostomy tube insertion" + ], + "number_tobacco_products": 1, + "number_health_problems": 6, + "report_id": 965, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "11/02/2018", + "nonuser_affected": "No information provided", + "reported_health_problems": [ + "Accidental exposure to product by child" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "reported_product_problems": [ + "Child safety hazard" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 1 + }, + { + "date_submitted": "03/04/2020", + "nonuser_affected": "No", + "reported_health_problems": [ + "Respiratory disorder" + ], + "number_tobacco_products": 1, + "number_health_problems": 1, + "report_id": 2081742, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "09/20/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Seizure", + "Breath shortness" + ], + "number_tobacco_products": 1, + "number_health_problems": 2, + "report_id": 1189, + "reported_product_problems": [ + "Other" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 1 + }, + { + "date_submitted": "08/12/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "Chest tightness", + "Shortness of breath", + "Palpitations" + ], + "number_tobacco_products": 1, + "number_health_problems": 3, + "report_id": 939, + "reported_product_problems": [ + "No information provided" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 0 + }, + { + "date_submitted": "10/23/2018", + "nonuser_affected": "No information provided", + "reported_health_problems": [ + "No information provided" + ], + "number_tobacco_products": 1, + "number_health_problems": 0, + "reported_product_problems": [ + "Overheated" + ], + "tobacco_products": [ + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 1 + } + ] +} \ No newline at end of file diff --git a/bench/fda/tobacco_products.json b/bench/fda/tobacco_products.json new file mode 100644 index 0000000..95bd804 --- /dev/null +++ b/bench/fda/tobacco_products.json @@ -0,0 +1,82 @@ +{ + "meta": { + "disclaimer": "Do not rely on openFDA to make decisions regarding medical care. While we make every effort to ensure that data is accurate, you should assume all results are unvalidated. We may limit or otherwise restrict your access to the API in line with our Terms of Service.", + "terms": "https://open.fda.gov/terms/", + "license": "https://open.fda.gov/license/", + "last_updated": "2021-04-30" + }, + "results": [ + { + "term": "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)", + "count": 810 + }, + { + "term": "Electronic cigarette or vaping product (also known as E-cigarette, vape pen, hookah pen, mod, e-cigar, e-hookah, and e-pipe; E-liquid (also known as \"e-juice\" or \"vape juice\"))", + "count": 77 + }, + { + "term": "Cigarette", + "count": 68 + }, + { + "term": "Other", + "count": 48 + }, + { + "term": "Snuff (dry or moist for use in nose or mouth)", + "count": 14 + }, + { + "term": "Roll-your-own cigarette", + "count": 10 + }, + { + "term": "Pipe or pipe tobacco", + "count": 8 + }, + { + "term": "Chewing tobacco (loose leaf chew, plug, twist/roll)", + "count": 6 + }, + { + "term": "Small Cigar, Little Cigar or Cigarillo", + "count": 4 + }, + { + "term": "Tobacco Heating System (heats tobacco leaf not liquid)", + "count": 4 + }, + { + "term": "Snus (pouches or loose)", + "count": 3 + }, + { + "term": "Cigar (large or premium)", + "count": 2 + }, + { + "term": "Heated Tobacco Product (also known as \"Heat not Burn\"; heats dry or moist tobacco)", + "count": 2 + }, + { + "term": "Waterpipe (also known as hookah, narghile, shisha, or goza)", + "count": 2 + }, + { + "term": "Dissolvable (for example, strips, sticks, orbs)", + "count": 1 + }, + { + "term": "Gutka (or Gutkha), Betel Quid with Tobacco", + "count": 1 + }, + { + "term": "Mixture of tobacco with spices, herbs, nuts, fruit, plant leaves, etc. (used for chewing)", + "count": 1 + }, + { + "term": "Nicotine Lotions or Gels (applied to the skin)", + "count": 1 + } + ] +} \ No newline at end of file diff --git a/bench/fda/waterpipe.json b/bench/fda/waterpipe.json new file mode 100644 index 0000000..1addeb0 --- /dev/null +++ b/bench/fda/waterpipe.json @@ -0,0 +1,56 @@ +{ + "meta": { + "disclaimer": "Do not rely on openFDA to make decisions regarding medical care. While we make every effort to ensure that data is accurate, you should assume all results are unvalidated. We may limit or otherwise restrict your access to the API in line with our Terms of Service.", + "terms": "https://open.fda.gov/terms/", + "license": "https://open.fda.gov/license/", + "last_updated": "2021-04-30", + "results": { + "skip": 0, + "limit": 100, + "total": 2 + } + }, + "results": [ + { + "date_submitted": "09/12/2019", + "nonuser_affected": "No", + "reported_health_problems": [ + "No information provided" + ], + "number_tobacco_products": 1, + "number_health_problems": 0, + "report_id": 1128, + "reported_product_problems": [ + "Other", + "Damaged, broken, or defective product" + ], + "tobacco_products": [ + "Waterpipe (also known as hookah, narghile, shisha, or goza)" + ], + "number_product_problems": 2 + }, + { + "date_submitted": "09/28/2017", + "nonuser_affected": "No", + "reported_health_problems": [ + "Other", + "Acute migraine" + ], + "number_tobacco_products": 3, + "number_health_problems": 2, + "reported_product_problems": [ + "Damaged, broken or defective product, part, accessory, or package", + "Appearance, look, smell, or taste issue", + "Label or instruction issue", + "Other", + "Foreign material (something in the product that does not belong)" + ], + "tobacco_products": [ + "Waterpipe (also known as hookah, narghile, shisha, or goza)", + "Pipe or pipe tobacco", + "Electronic cigarette, electronic nicotine or vaping product (E-cigarette, e-cigars, e-hookahs, e-pipes, vape pens, hookah pens, and personal vaporizers; E-liquids, e-juice or vape juice)" + ], + "number_product_problems": 5 + } + ] +} \ No newline at end of file diff --git a/bench/fixup_micro.sh b/bench/fixup_micro.sh new file mode 100755 index 0000000..06097ca --- /dev/null +++ b/bench/fixup_micro.sh @@ -0,0 +1,29 @@ +#!/bin/sh + +# the log format for micro benchmark has a bunch of information nested in the filename +# here we break it apart so that we can generate appropriate charts + +[ "$#" -eq 1 ] && [ -f "$1" ] || { + echo "Usage: $(basename $0) [BENCHMARK LOG]" >&2 + echo >&2 + echo " see run_bench.sh in the repo root" >&2 + exit 2 +} + +group=$(mktemp) +name=$(mktemp) +info=$(mktemp) +rest=$(mktemp) + +cat $1 | cut -f 1 -d ',' >$group +cat $1 | cut -f 2 -d ',' >$name + +# take the filename and break it up; we need to emit a new header field, too +echo kind,direction,magnitude >$info +tail -n +2 $name | sed s/_/,/g | sed s/.json// >>$info + +cat $1 | cut -f 3,4,5,6 -d ',' >$rest + +paste -d ',' $group $name $info $rest + +rm $group $name $info $rest diff --git a/bench/generate_charts.R b/bench/generate_charts.R new file mode 100755 index 0000000..e3d5d9f --- /dev/null +++ b/bench/generate_charts.R @@ -0,0 +1,25 @@ +#!/usr/bin/env Rscript +library(ggplot2) + +args = commandArgs(trailingOnly=TRUE) + +bench <- data.frame(read.csv(args[1])) +bench$activity <- factor(bench$activity, levels = c("reading", "loading", "saving", "writing")) +benchPlot <- ggplot(bench) + + xlab("File size (MiB)") + ylab("Time (ms, log10)") + scale_colour_discrete(name = "Activity") + + scale_x_continuous(limits=c(0,3100), breaks=c(0,1024,2048,3072), labels=c("0MiB","1MiB","2MiB","3MiB")) + + scale_y_continuous(breaks=c(0,2,4,6,8,10),labels=c("0ms", "0.01ms", "0.1ms", "1ms", "10ms", "100ms")) + + geom_point(aes(size/1024,log(ns,base=10),colour=activity)) + +ggsave(gsub("log","png",args[1]), benchPlot, width=4.5, height=4.5) + +micro <- data.frame(read.csv(args[2])) +micro$activity <- factor(micro$activity, levels = c("reading", "loading", "saving", "writing")) +microPlot <- ggplot(micro) + + xlab("JSON value size") + ylab("Time (ms, log10)") + scale_colour_discrete(name = "Activity") + scale_shape_discrete(name = "Kind") + + scale_x_continuous(limits=c(0,8), breaks=c(0,2,4,6,8), labels=c("1", "4", "16", "64", "256")) + + scale_y_continuous(breaks=c(0,2,4,6,8,10),labels=c("0ms", "0.01ms", "0.1ms", "1ms", "10ms", "100ms")) + + geom_point(aes(log(magnitude,base=2),log(ns,base=10),colour=activity,shape=kind)) + + facet_wrap( ~ direction, labeller = as_labeller(c(`deep` = "Deep { { ... } }", `wide` = "Wide { ..., ... }"))) + +ggsave(gsub("log","png",args[2]), microPlot, width=4.5, height=4.5) \ No newline at end of file diff --git a/bench/gh/ffs.json b/bench/gh/ffs.json new file mode 100644 index 0000000..62b6698 --- /dev/null +++ b/bench/gh/ffs.json @@ -0,0 +1,103 @@ +{ + "id": 374712709, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ3MTI3MDk=", + "name": "ffs", + "full_name": "mgree/ffs", + "private": false, + "owner": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/mgree/ffs", + "description": "the file filesystem: mount semi-structured data (like JSON) as a Unix filesystem", + "fork": false, + "url": "https://api.github.com/repos/mgree/ffs", + "forks_url": "https://api.github.com/repos/mgree/ffs/forks", + "keys_url": "https://api.github.com/repos/mgree/ffs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mgree/ffs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mgree/ffs/teams", + "hooks_url": "https://api.github.com/repos/mgree/ffs/hooks", + "issue_events_url": "https://api.github.com/repos/mgree/ffs/issues/events{/number}", + "events_url": "https://api.github.com/repos/mgree/ffs/events", + "assignees_url": "https://api.github.com/repos/mgree/ffs/assignees{/user}", + "branches_url": "https://api.github.com/repos/mgree/ffs/branches{/branch}", + "tags_url": "https://api.github.com/repos/mgree/ffs/tags", + "blobs_url": "https://api.github.com/repos/mgree/ffs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mgree/ffs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mgree/ffs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mgree/ffs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mgree/ffs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mgree/ffs/languages", + "stargazers_url": "https://api.github.com/repos/mgree/ffs/stargazers", + "contributors_url": "https://api.github.com/repos/mgree/ffs/contributors", + "subscribers_url": "https://api.github.com/repos/mgree/ffs/subscribers", + "subscription_url": "https://api.github.com/repos/mgree/ffs/subscription", + "commits_url": "https://api.github.com/repos/mgree/ffs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mgree/ffs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mgree/ffs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mgree/ffs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mgree/ffs/contents/{+path}", + "compare_url": "https://api.github.com/repos/mgree/ffs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mgree/ffs/merges", + "archive_url": "https://api.github.com/repos/mgree/ffs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mgree/ffs/downloads", + "issues_url": "https://api.github.com/repos/mgree/ffs/issues{/number}", + "pulls_url": "https://api.github.com/repos/mgree/ffs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mgree/ffs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mgree/ffs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mgree/ffs/labels{/name}", + "releases_url": "https://api.github.com/repos/mgree/ffs/releases{/id}", + "deployments_url": "https://api.github.com/repos/mgree/ffs/deployments", + "created_at": "2021-06-07T15:22:28Z", + "updated_at": "2021-07-22T21:09:54Z", + "pushed_at": "2021-07-27T14:07:46Z", + "git_url": "git://github.com/mgree/ffs.git", + "ssh_url": "git@github.com:mgree/ffs.git", + "clone_url": "https://github.com/mgree/ffs.git", + "svn_url": "https://github.com/mgree/ffs", + "homepage": "https://mgree.github.io/ffs/", + "size": 1011, + "stargazers_count": 109, + "watchers_count": 109, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 15, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 3, + "open_issues": 15, + "watchers": 109, + "default_branch": "main", + "temp_clone_token": null, + "network_count": 3, + "subscribers_count": 1 +} diff --git a/bench/gh/ffs_issues.json b/bench/gh/ffs_issues.json new file mode 100644 index 0000000..638930f --- /dev/null +++ b/bench/gh/ffs_issues.json @@ -0,0 +1,926 @@ +[ + { + "url": "https://api.github.com/repos/mgree/ffs/issues/37", + "repository_url": "https://api.github.com/repos/mgree/ffs", + "labels_url": "https://api.github.com/repos/mgree/ffs/issues/37/labels{/name}", + "comments_url": "https://api.github.com/repos/mgree/ffs/issues/37/comments", + "events_url": "https://api.github.com/repos/mgree/ffs/issues/37/events", + "html_url": "https://github.com/mgree/ffs/issues/37", + "id": 936563865, + "node_id": "MDU6SXNzdWU5MzY1NjM4NjU=", + "number": 37, + "title": "Debian package", + "user": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "labels": [ + { + "id": 3066390728, + "node_id": "MDU6TGFiZWwzMDY2MzkwNzI4", + "url": "https://api.github.com/repos/mgree/ffs/labels/help%20wanted", + "name": "help wanted", + "color": "008672", + "default": true, + "description": "Extra attention is needed" + }, + { + "id": 3141103140, + "node_id": "MDU6TGFiZWwzMTQxMTAzMTQw", + "url": "https://api.github.com/repos/mgree/ffs/labels/install", + "name": "install", + "color": "790BD4", + "default": false, + "description": "" + } + ], + "state": "open", + "locked": false, + "assignee": null, + "assignees": [ + + ], + "milestone": null, + "comments": 0, + "created_at": "2021-07-04T23:41:37Z", + "updated_at": "2021-07-04T23:45:07Z", + "closed_at": null, + "author_association": "OWNER", + "active_lock_reason": null, + "body": "Would be good to build a `.deb` file for this.\r\n\r\nhttps://github.com/mmstick/cargo-deb seems promising.", + "performed_via_github_app": null + }, + { + "url": "https://api.github.com/repos/mgree/ffs/issues/36", + "repository_url": "https://api.github.com/repos/mgree/ffs", + "labels_url": "https://api.github.com/repos/mgree/ffs/issues/36/labels{/name}", + "comments_url": "https://api.github.com/repos/mgree/ffs/issues/36/comments", + "events_url": "https://api.github.com/repos/mgree/ffs/issues/36/events", + "html_url": "https://github.com/mgree/ffs/issues/36", + "id": 936563859, + "node_id": "MDU6SXNzdWU5MzY1NjM4NTk=", + "number": 36, + "title": "homebrew package", + "user": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "labels": [ + { + "id": 3066390728, + "node_id": "MDU6TGFiZWwzMDY2MzkwNzI4", + "url": "https://api.github.com/repos/mgree/ffs/labels/help%20wanted", + "name": "help wanted", + "color": "008672", + "default": true, + "description": "Extra attention is needed" + }, + { + "id": 3141103140, + "node_id": "MDU6TGFiZWwzMTQxMTAzMTQw", + "url": "https://api.github.com/repos/mgree/ffs/labels/install", + "name": "install", + "color": "790BD4", + "default": false, + "description": "" + } + ], + "state": "open", + "locked": false, + "assignee": null, + "assignees": [ + + ], + "milestone": null, + "comments": 0, + "created_at": "2021-07-04T23:41:34Z", + "updated_at": "2021-07-04T23:43:47Z", + "closed_at": null, + "author_association": "OWNER", + "active_lock_reason": null, + "body": "Started working in https://github.com/mgree/ffs/tree/homebrew.\r\n\r\nReally, no idea what I'm doing. Not sure how to depend on a cask (macfuse) and I have the sinking feeling that you can't. Oy.", + "performed_via_github_app": null + }, + { + "url": "https://api.github.com/repos/mgree/ffs/issues/28", + "repository_url": "https://api.github.com/repos/mgree/ffs", + "labels_url": "https://api.github.com/repos/mgree/ffs/issues/28/labels{/name}", + "comments_url": "https://api.github.com/repos/mgree/ffs/issues/28/comments", + "events_url": "https://api.github.com/repos/mgree/ffs/issues/28/events", + "html_url": "https://github.com/mgree/ffs/issues/28", + "id": 932778160, + "node_id": "MDU6SXNzdWU5MzI3NzgxNjA=", + "number": 28, + "title": "PDF (?!)", + "user": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "labels": [ + { + "id": 3066390726, + "node_id": "MDU6TGFiZWwzMDY2MzkwNzI2", + "url": "https://api.github.com/repos/mgree/ffs/labels/enhancement", + "name": "enhancement", + "color": "a2eeef", + "default": true, + "description": "New feature or request" + }, + { + "id": 3126904200, + "node_id": "MDU6TGFiZWwzMTI2OTA0MjAw", + "url": "https://api.github.com/repos/mgree/ffs/labels/format", + "name": "format", + "color": "44EE79", + "default": false, + "description": "" + } + ], + "state": "open", + "locked": false, + "assignee": null, + "assignees": [ + + ], + "milestone": null, + "comments": 0, + "created_at": "2021-06-29T14:46:21Z", + "updated_at": "2021-06-29T14:46:21Z", + "closed_at": null, + "author_association": "OWNER", + "active_lock_reason": null, + "body": "Request: https://twitter.com/wtfpdf/status/1409883313888804868\r\n\r\nPromising lead on a Rust library: https://github.com/J-F-Liu/lopdf with [Document::load](https://docs.rs/lopdf/0.26.0/lopdf/struct.Document.html#method.load) and [Document.*](https://docs.rs/lopdf/0.26.0/lopdf/struct.Document.html#fields)", + "performed_via_github_app": null + }, + { + "url": "https://api.github.com/repos/mgree/ffs/issues/23", + "repository_url": "https://api.github.com/repos/mgree/ffs", + "labels_url": "https://api.github.com/repos/mgree/ffs/issues/23/labels{/name}", + "comments_url": "https://api.github.com/repos/mgree/ffs/issues/23/comments", + "events_url": "https://api.github.com/repos/mgree/ffs/issues/23/events", + "html_url": "https://github.com/mgree/ffs/issues/23", + "id": 929208382, + "node_id": "MDU6SXNzdWU5MjkyMDgzODI=", + "number": 23, + "title": "Sync/live flags", + "user": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "labels": [ + { + "id": 3066390726, + "node_id": "MDU6TGFiZWwzMDY2MzkwNzI2", + "url": "https://api.github.com/repos/mgree/ffs/labels/enhancement", + "name": "enhancement", + "color": "a2eeef", + "default": true, + "description": "New feature or request" + } + ], + "state": "open", + "locked": false, + "assignee": null, + "assignees": [ + + ], + "milestone": null, + "comments": 0, + "created_at": "2021-06-24T13:04:05Z", + "updated_at": "2021-06-24T13:04:05Z", + "closed_at": null, + "author_association": "OWNER", + "active_lock_reason": null, + "body": "A `--live` flag to sync the JSON out on every write.\r\n\r\nA `--watch` flag to notice updates to the JSON file and rebuild the FS.\r\n\r\nWith lazy/incremental, this would be complicated.", + "performed_via_github_app": null + }, + { + "url": "https://api.github.com/repos/mgree/ffs/issues/21", + "repository_url": "https://api.github.com/repos/mgree/ffs", + "labels_url": "https://api.github.com/repos/mgree/ffs/issues/21/labels{/name}", + "comments_url": "https://api.github.com/repos/mgree/ffs/issues/21/comments", + "events_url": "https://api.github.com/repos/mgree/ffs/issues/21/events", + "html_url": "https://github.com/mgree/ffs/issues/21", + "id": 928742395, + "node_id": "MDU6SXNzdWU5Mjg3NDIzOTU=", + "number": 21, + "title": "Support `copy_file_range`", + "user": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "labels": [ + { + "id": 3066390726, + "node_id": "MDU6TGFiZWwzMDY2MzkwNzI2", + "url": "https://api.github.com/repos/mgree/ffs/labels/enhancement", + "name": "enhancement", + "color": "a2eeef", + "default": true, + "description": "New feature or request" + } + ], + "state": "open", + "locked": false, + "assignee": null, + "assignees": [ + + ], + "milestone": null, + "comments": 0, + "created_at": "2021-06-24T00:29:41Z", + "updated_at": "2021-07-03T22:22:01Z", + "closed_at": null, + "author_association": "OWNER", + "active_lock_reason": null, + "body": null, + "performed_via_github_app": null + }, + { + "url": "https://api.github.com/repos/mgree/ffs/issues/20", + "repository_url": "https://api.github.com/repos/mgree/ffs", + "labels_url": "https://api.github.com/repos/mgree/ffs/issues/20/labels{/name}", + "comments_url": "https://api.github.com/repos/mgree/ffs/issues/20/comments", + "events_url": "https://api.github.com/repos/mgree/ffs/issues/20/events", + "html_url": "https://github.com/mgree/ffs/issues/20", + "id": 928568009, + "node_id": "MDU6SXNzdWU5Mjg1NjgwMDk=", + "number": 20, + "title": "Alternative models", + "user": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "labels": [ + { + "id": 3095291610, + "node_id": "MDU6TGFiZWwzMDk1MjkxNjEw", + "url": "https://api.github.com/repos/mgree/ffs/labels/research", + "name": "research", + "color": "6B832F", + "default": false, + "description": "" + } + ], + "state": "open", + "locked": false, + "assignee": null, + "assignees": [ + + ], + "milestone": null, + "comments": 0, + "created_at": "2021-06-23T19:21:20Z", + "updated_at": "2021-07-04T23:47:01Z", + "closed_at": null, + "author_association": "OWNER", + "active_lock_reason": null, + "body": "Lazy loading (scan but don't parse into structures until demanded).\r\n\r\nAhead-of-time mappings (literally build/unbuild FS).\r\n\r\nUse 9p, per [Jay McCarthy](http://www.weaselhat.com/2021/06/29/processing-semi-structured-data-in-the-unix-shell/#comment-187595). Or use the Bento FS thing?", + "performed_via_github_app": null + }, + { + "url": "https://api.github.com/repos/mgree/ffs/issues/19", + "repository_url": "https://api.github.com/repos/mgree/ffs", + "labels_url": "https://api.github.com/repos/mgree/ffs/issues/19/labels{/name}", + "comments_url": "https://api.github.com/repos/mgree/ffs/issues/19/comments", + "events_url": "https://api.github.com/repos/mgree/ffs/issues/19/events", + "html_url": "https://github.com/mgree/ffs/issues/19", + "id": 928565560, + "node_id": "MDU6SXNzdWU5Mjg1NjU1NjA=", + "number": 19, + "title": "Reconsider mount options", + "user": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "labels": [ + { + "id": 3066390726, + "node_id": "MDU6TGFiZWwzMDY2MzkwNzI2", + "url": "https://api.github.com/repos/mgree/ffs/labels/enhancement", + "name": "enhancement", + "color": "a2eeef", + "default": true, + "description": "New feature or request" + } + ], + "state": "open", + "locked": false, + "assignee": null, + "assignees": [ + + ], + "milestone": null, + "comments": 0, + "created_at": "2021-06-23T19:17:48Z", + "updated_at": "2021-06-24T14:14:59Z", + "closed_at": null, + "author_association": "OWNER", + "active_lock_reason": null, + "body": "There are plenty of interesting options on https://man7.org/linux/man-pages/man8/mount.fuse3.8.html.\r\n\r\n- default_permissions\r\n- allow_other\r\n- ~~auto_unmount always on?~~ a02d674\r\n- kernel_cache", + "performed_via_github_app": null + }, + { + "url": "https://api.github.com/repos/mgree/ffs/issues/16", + "repository_url": "https://api.github.com/repos/mgree/ffs", + "labels_url": "https://api.github.com/repos/mgree/ffs/issues/16/labels{/name}", + "comments_url": "https://api.github.com/repos/mgree/ffs/issues/16/comments", + "events_url": "https://api.github.com/repos/mgree/ffs/issues/16/events", + "html_url": "https://github.com/mgree/ffs/issues/16", + "id": 926721477, + "node_id": "MDU6SXNzdWU5MjY3MjE0Nzc=", + "number": 16, + "title": "Speculative format detection", + "user": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "labels": [ + { + "id": 3066390726, + "node_id": "MDU6TGFiZWwzMDY2MzkwNzI2", + "url": "https://api.github.com/repos/mgree/ffs/labels/enhancement", + "name": "enhancement", + "color": "a2eeef", + "default": true, + "description": "New feature or request" + }, + { + "id": 3126904200, + "node_id": "MDU6TGFiZWwzMTI2OTA0MjAw", + "url": "https://api.github.com/repos/mgree/ffs/labels/format", + "name": "format", + "color": "44EE79", + "default": false, + "description": "" + } + ], + "state": "open", + "locked": false, + "assignee": null, + "assignees": [ + + ], + "milestone": null, + "comments": 0, + "created_at": "2021-06-22T00:45:53Z", + "updated_at": "2021-06-29T14:46:54Z", + "closed_at": null, + "author_association": "OWNER", + "active_lock_reason": null, + "body": "Use a short buffer and some heuristic ([xdg-mime](https://crates.io/crates/xdg-mime) or [infer](https://crates.io/crates/infer), but really probably custom heuristics) to detect file types.", + "performed_via_github_app": null + }, + { + "url": "https://api.github.com/repos/mgree/ffs/issues/15", + "repository_url": "https://api.github.com/repos/mgree/ffs", + "labels_url": "https://api.github.com/repos/mgree/ffs/issues/15/labels{/name}", + "comments_url": "https://api.github.com/repos/mgree/ffs/issues/15/comments", + "events_url": "https://api.github.com/repos/mgree/ffs/issues/15/events", + "html_url": "https://github.com/mgree/ffs/issues/15", + "id": 926720138, + "node_id": "MDU6SXNzdWU5MjY3MjAxMzg=", + "number": 15, + "title": "Support XML", + "user": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "labels": [ + { + "id": 3066390726, + "node_id": "MDU6TGFiZWwzMDY2MzkwNzI2", + "url": "https://api.github.com/repos/mgree/ffs/labels/enhancement", + "name": "enhancement", + "color": "a2eeef", + "default": true, + "description": "New feature or request" + }, + { + "id": 3126904200, + "node_id": "MDU6TGFiZWwzMTI2OTA0MjAw", + "url": "https://api.github.com/repos/mgree/ffs/labels/format", + "name": "format", + "color": "44EE79", + "default": false, + "description": "" + } + ], + "state": "open", + "locked": false, + "assignee": null, + "assignees": [ + + ], + "milestone": null, + "comments": 0, + "created_at": "2021-06-22T00:41:34Z", + "updated_at": "2021-06-29T14:46:36Z", + "closed_at": null, + "author_association": "OWNER", + "active_lock_reason": null, + "body": "Depends on #2 in part.", + "performed_via_github_app": null + }, + { + "url": "https://api.github.com/repos/mgree/ffs/issues/13", + "repository_url": "https://api.github.com/repos/mgree/ffs", + "labels_url": "https://api.github.com/repos/mgree/ffs/issues/13/labels{/name}", + "comments_url": "https://api.github.com/repos/mgree/ffs/issues/13/comments", + "events_url": "https://api.github.com/repos/mgree/ffs/issues/13/events", + "html_url": "https://github.com/mgree/ffs/issues/13", + "id": 926529509, + "node_id": "MDU6SXNzdWU5MjY1Mjk1MDk=", + "number": 13, + "title": "GC `unlink`ed/`rmdir`ed inodes", + "user": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "labels": [ + { + "id": 3066390726, + "node_id": "MDU6TGFiZWwzMDY2MzkwNzI2", + "url": "https://api.github.com/repos/mgree/ffs/labels/enhancement", + "name": "enhancement", + "color": "a2eeef", + "default": true, + "description": "New feature or request" + } + ], + "state": "open", + "locked": false, + "assignee": null, + "assignees": [ + + ], + "milestone": null, + "comments": 0, + "created_at": "2021-06-21T19:34:45Z", + "updated_at": "2021-06-23T12:52:00Z", + "closed_at": null, + "author_association": "OWNER", + "active_lock_reason": null, + "body": "Keep a free list, and reuse inode numbers.", + "performed_via_github_app": null + }, + { + "url": "https://api.github.com/repos/mgree/ffs/issues/10", + "repository_url": "https://api.github.com/repos/mgree/ffs", + "labels_url": "https://api.github.com/repos/mgree/ffs/issues/10/labels{/name}", + "comments_url": "https://api.github.com/repos/mgree/ffs/issues/10/comments", + "events_url": "https://api.github.com/repos/mgree/ffs/issues/10/events", + "html_url": "https://github.com/mgree/ffs/issues/10", + "id": 925383896, + "node_id": "MDU6SXNzdWU5MjUzODM4OTY=", + "number": 10, + "title": "Use `Filesystem::destroy` instead of `Drop::drop`", + "user": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "labels": [ + { + "id": 3066390726, + "node_id": "MDU6TGFiZWwzMDY2MzkwNzI2", + "url": "https://api.github.com/repos/mgree/ffs/labels/enhancement", + "name": "enhancement", + "color": "a2eeef", + "default": true, + "description": "New feature or request" + }, + { + "id": 3106124865, + "node_id": "MDU6TGFiZWwzMTA2MTI0ODY1", + "url": "https://api.github.com/repos/mgree/ffs/labels/upstream", + "name": "upstream", + "color": "28A5CF", + "default": false, + "description": "" + } + ], + "state": "open", + "locked": false, + "assignee": null, + "assignees": [ + + ], + "milestone": null, + "comments": 1, + "created_at": "2021-06-19T12:23:52Z", + "updated_at": "2021-06-22T00:47:26Z", + "closed_at": null, + "author_association": "OWNER", + "active_lock_reason": null, + "body": "Per https://github.com/cberner/fuser/issues/153#issuecomment-864348771, better to rely on the explicit contract than on the the current implementation in fuser calling `mem::drop`.", + "performed_via_github_app": null + }, + { + "url": "https://api.github.com/repos/mgree/ffs/issues/9", + "repository_url": "https://api.github.com/repos/mgree/ffs", + "labels_url": "https://api.github.com/repos/mgree/ffs/issues/9/labels{/name}", + "comments_url": "https://api.github.com/repos/mgree/ffs/issues/9/comments", + "events_url": "https://api.github.com/repos/mgree/ffs/issues/9/events", + "html_url": "https://github.com/mgree/ffs/issues/9", + "id": 924150016, + "node_id": "MDU6SXNzdWU5MjQxNTAwMTY=", + "number": 9, + "title": "Performance benchmarking", + "user": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "labels": [ + { + "id": 3095291610, + "node_id": "MDU6TGFiZWwzMDk1MjkxNjEw", + "url": "https://api.github.com/repos/mgree/ffs/labels/research", + "name": "research", + "color": "6B832F", + "default": false, + "description": "" + } + ], + "state": "open", + "locked": false, + "assignee": null, + "assignees": [ + + ], + "milestone": null, + "comments": 1, + "created_at": "2021-06-17T16:58:38Z", + "updated_at": "2021-07-03T15:01:23Z", + "closed_at": null, + "author_association": "OWNER", + "active_lock_reason": null, + "body": "Timing: use https://crates.io/crates/tracing-timing?\r\n\r\nMicrobenchmarks\r\n\r\n- read\r\n- write\r\n\r\nMacrobenchmarks\r\n\r\n- tasks?\r\n\r\nCompare against\r\n\r\n- FS (various hdd configs) as baseline\r\n- ramdisk as memory FS baseline\r\n- jq\r\n- js\r\n- python\r\n- native rust", + "performed_via_github_app": null + }, + { + "url": "https://api.github.com/repos/mgree/ffs/issues/7", + "repository_url": "https://api.github.com/repos/mgree/ffs", + "labels_url": "https://api.github.com/repos/mgree/ffs/issues/7/labels{/name}", + "comments_url": "https://api.github.com/repos/mgree/ffs/issues/7/comments", + "events_url": "https://api.github.com/repos/mgree/ffs/issues/7/events", + "html_url": "https://github.com/mgree/ffs/issues/7", + "id": 921731087, + "node_id": "MDU6SXNzdWU5MjE3MzEwODc=", + "number": 7, + "title": "Missing tests", + "user": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "labels": [ + { + "id": 3066390726, + "node_id": "MDU6TGFiZWwzMDY2MzkwNzI2", + "url": "https://api.github.com/repos/mgree/ffs/labels/enhancement", + "name": "enhancement", + "color": "a2eeef", + "default": true, + "description": "New feature or request" + } + ], + "state": "open", + "locked": false, + "assignee": null, + "assignees": [ + + ], + "milestone": null, + "comments": 0, + "created_at": "2021-06-15T19:34:07Z", + "updated_at": "2021-06-22T01:10:13Z", + "closed_at": null, + "author_association": "OWNER", + "active_lock_reason": null, + "body": "+ [ ] `access`, `fallocate`\r\n+ [ ] multi-user stuff\r\n+ [ ] error code coverage\r\n+ [x] ~~TOML~~ 476f3a1 and 8cac6d2\r\n+ [x] ~~run testing in parallel~~ 2ec8fa6", + "performed_via_github_app": null + }, + { + "url": "https://api.github.com/repos/mgree/ffs/issues/2", + "repository_url": "https://api.github.com/repos/mgree/ffs", + "labels_url": "https://api.github.com/repos/mgree/ffs/issues/2/labels{/name}", + "comments_url": "https://api.github.com/repos/mgree/ffs/issues/2/comments", + "events_url": "https://api.github.com/repos/mgree/ffs/issues/2/events", + "html_url": "https://github.com/mgree/ffs/issues/2", + "id": 921729354, + "node_id": "MDU6SXNzdWU5MjE3MjkzNTQ=", + "number": 2, + "title": "Metadata support", + "user": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "labels": [ + { + "id": 3066390726, + "node_id": "MDU6TGFiZWwzMDY2MzkwNzI2", + "url": "https://api.github.com/repos/mgree/ffs/labels/enhancement", + "name": "enhancement", + "color": "a2eeef", + "default": true, + "description": "New feature or request" + } + ], + "state": "open", + "locked": false, + "assignee": null, + "assignees": [ + + ], + "milestone": null, + "comments": 2, + "created_at": "2021-06-15T19:31:44Z", + "updated_at": "2021-07-02T00:20:01Z", + "closed_at": null, + "author_association": "OWNER", + "active_lock_reason": null, + "body": "+ [ ] Options for naming of ListDirectory elements (prefix/suffix? format string?)\r\n+ [ ] Metadata\r\n - [ ] extensions\r\n - [ ] dotfiles\r\n - [x] ~~xattrs~~ in #30\r\n", + "performed_via_github_app": null + }, + { + "url": "https://api.github.com/repos/mgree/ffs/issues/1", + "repository_url": "https://api.github.com/repos/mgree/ffs", + "labels_url": "https://api.github.com/repos/mgree/ffs/issues/1/labels{/name}", + "comments_url": "https://api.github.com/repos/mgree/ffs/issues/1/comments", + "events_url": "https://api.github.com/repos/mgree/ffs/issues/1/events", + "html_url": "https://github.com/mgree/ffs/issues/1", + "id": 920859719, + "node_id": "MDU6SXNzdWU5MjA4NTk3MTk=", + "number": 1, + "title": "Invalid unmount on macOS", + "user": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "labels": [ + { + "id": 3066390720, + "node_id": "MDU6TGFiZWwzMDY2MzkwNzIw", + "url": "https://api.github.com/repos/mgree/ffs/labels/bug", + "name": "bug", + "color": "d73a4a", + "default": true, + "description": "Something isn't working" + } + ], + "state": "open", + "locked": false, + "assignee": null, + "assignees": [ + + ], + "milestone": null, + "comments": 0, + "created_at": "2021-06-14T23:51:13Z", + "updated_at": "2021-06-15T19:30:59Z", + "closed_at": null, + "author_association": "OWNER", + "active_lock_reason": null, + "body": "Investigate weird unmounts on macOS, producing:\r\n\r\n```\r\nWARN fuser::mnt::fuse2: umount failed with Os { code: 22, kind: InvalidInput, message: \"Invalid argument\" }\r\n```\r\n\r\nSee [actions log](https://github.com/mgree/ffs/runs/2821652281?check_suite_focus=true#step:5:88). Linux seems fine.", + "performed_via_github_app": null + } +] diff --git a/bench/gh/gh_apache2.json b/bench/gh/gh_apache2.json new file mode 100644 index 0000000..c540a51 --- /dev/null +++ b/bench/gh/gh_apache2.json @@ -0,0 +1,28 @@ +{ + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=", + "html_url": "http://choosealicense.com/licenses/apache-2.0/", + "description": "A permissive license whose main conditions require preservation of copyright and license notices. Contributors provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without source code.", + "implementation": "Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.", + "permissions": [ + "commercial-use", + "modifications", + "distribution", + "patent-use", + "private-use" + ], + "conditions": [ + "include-copyright", + "document-changes" + ], + "limitations": [ + "trademark-use", + "liability", + "warranty" + ], + "body": " Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright [yyyy] [name of copyright owner]\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n", + "featured": true +} diff --git a/bench/gh/gh_emoji.json b/bench/gh/gh_emoji.json new file mode 100644 index 0000000..63c9a91 --- /dev/null +++ b/bench/gh/gh_emoji.json @@ -0,0 +1,1876 @@ +{ + "+1": "https://github.githubassets.com/images/icons/emoji/unicode/1f44d.png?v8", + "-1": "https://github.githubassets.com/images/icons/emoji/unicode/1f44e.png?v8", + "100": "https://github.githubassets.com/images/icons/emoji/unicode/1f4af.png?v8", + "1234": "https://github.githubassets.com/images/icons/emoji/unicode/1f522.png?v8", + "1st_place_medal": "https://github.githubassets.com/images/icons/emoji/unicode/1f947.png?v8", + "2nd_place_medal": "https://github.githubassets.com/images/icons/emoji/unicode/1f948.png?v8", + "3rd_place_medal": "https://github.githubassets.com/images/icons/emoji/unicode/1f949.png?v8", + "8ball": "https://github.githubassets.com/images/icons/emoji/unicode/1f3b1.png?v8", + "a": "https://github.githubassets.com/images/icons/emoji/unicode/1f170.png?v8", + "ab": "https://github.githubassets.com/images/icons/emoji/unicode/1f18e.png?v8", + "abacus": "https://github.githubassets.com/images/icons/emoji/unicode/1f9ee.png?v8", + "abc": "https://github.githubassets.com/images/icons/emoji/unicode/1f524.png?v8", + "abcd": "https://github.githubassets.com/images/icons/emoji/unicode/1f521.png?v8", + "accept": "https://github.githubassets.com/images/icons/emoji/unicode/1f251.png?v8", + "accordion": "https://github.githubassets.com/images/icons/emoji/unicode/1fa97.png?v8", + "adhesive_bandage": "https://github.githubassets.com/images/icons/emoji/unicode/1fa79.png?v8", + "adult": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d1.png?v8", + "aerial_tramway": "https://github.githubassets.com/images/icons/emoji/unicode/1f6a1.png?v8", + "afghanistan": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e6-1f1eb.png?v8", + "airplane": "https://github.githubassets.com/images/icons/emoji/unicode/2708.png?v8", + "aland_islands": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e6-1f1fd.png?v8", + "alarm_clock": "https://github.githubassets.com/images/icons/emoji/unicode/23f0.png?v8", + "albania": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e6-1f1f1.png?v8", + "alembic": "https://github.githubassets.com/images/icons/emoji/unicode/2697.png?v8", + "algeria": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e9-1f1ff.png?v8", + "alien": "https://github.githubassets.com/images/icons/emoji/unicode/1f47d.png?v8", + "ambulance": "https://github.githubassets.com/images/icons/emoji/unicode/1f691.png?v8", + "american_samoa": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e6-1f1f8.png?v8", + "amphora": "https://github.githubassets.com/images/icons/emoji/unicode/1f3fa.png?v8", + "anatomical_heart": "https://github.githubassets.com/images/icons/emoji/unicode/1fac0.png?v8", + "anchor": "https://github.githubassets.com/images/icons/emoji/unicode/2693.png?v8", + "andorra": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e6-1f1e9.png?v8", + "angel": "https://github.githubassets.com/images/icons/emoji/unicode/1f47c.png?v8", + "anger": "https://github.githubassets.com/images/icons/emoji/unicode/1f4a2.png?v8", + "angola": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e6-1f1f4.png?v8", + "angry": "https://github.githubassets.com/images/icons/emoji/unicode/1f620.png?v8", + "anguilla": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e6-1f1ee.png?v8", + "anguished": "https://github.githubassets.com/images/icons/emoji/unicode/1f627.png?v8", + "ant": "https://github.githubassets.com/images/icons/emoji/unicode/1f41c.png?v8", + "antarctica": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e6-1f1f6.png?v8", + "antigua_barbuda": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e6-1f1ec.png?v8", + "apple": "https://github.githubassets.com/images/icons/emoji/unicode/1f34e.png?v8", + "aquarius": "https://github.githubassets.com/images/icons/emoji/unicode/2652.png?v8", + "argentina": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e6-1f1f7.png?v8", + "aries": "https://github.githubassets.com/images/icons/emoji/unicode/2648.png?v8", + "armenia": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e6-1f1f2.png?v8", + "arrow_backward": "https://github.githubassets.com/images/icons/emoji/unicode/25c0.png?v8", + "arrow_double_down": "https://github.githubassets.com/images/icons/emoji/unicode/23ec.png?v8", + "arrow_double_up": "https://github.githubassets.com/images/icons/emoji/unicode/23eb.png?v8", + "arrow_down": "https://github.githubassets.com/images/icons/emoji/unicode/2b07.png?v8", + "arrow_down_small": "https://github.githubassets.com/images/icons/emoji/unicode/1f53d.png?v8", + "arrow_forward": "https://github.githubassets.com/images/icons/emoji/unicode/25b6.png?v8", + "arrow_heading_down": "https://github.githubassets.com/images/icons/emoji/unicode/2935.png?v8", + "arrow_heading_up": "https://github.githubassets.com/images/icons/emoji/unicode/2934.png?v8", + "arrow_left": "https://github.githubassets.com/images/icons/emoji/unicode/2b05.png?v8", + "arrow_lower_left": "https://github.githubassets.com/images/icons/emoji/unicode/2199.png?v8", + "arrow_lower_right": "https://github.githubassets.com/images/icons/emoji/unicode/2198.png?v8", + "arrow_right": "https://github.githubassets.com/images/icons/emoji/unicode/27a1.png?v8", + "arrow_right_hook": "https://github.githubassets.com/images/icons/emoji/unicode/21aa.png?v8", + "arrow_up": "https://github.githubassets.com/images/icons/emoji/unicode/2b06.png?v8", + "arrow_up_down": "https://github.githubassets.com/images/icons/emoji/unicode/2195.png?v8", + "arrow_up_small": "https://github.githubassets.com/images/icons/emoji/unicode/1f53c.png?v8", + "arrow_upper_left": "https://github.githubassets.com/images/icons/emoji/unicode/2196.png?v8", + "arrow_upper_right": "https://github.githubassets.com/images/icons/emoji/unicode/2197.png?v8", + "arrows_clockwise": "https://github.githubassets.com/images/icons/emoji/unicode/1f503.png?v8", + "arrows_counterclockwise": "https://github.githubassets.com/images/icons/emoji/unicode/1f504.png?v8", + "art": "https://github.githubassets.com/images/icons/emoji/unicode/1f3a8.png?v8", + "articulated_lorry": "https://github.githubassets.com/images/icons/emoji/unicode/1f69b.png?v8", + "artificial_satellite": "https://github.githubassets.com/images/icons/emoji/unicode/1f6f0.png?v8", + "artist": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d1-1f3a8.png?v8", + "aruba": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e6-1f1fc.png?v8", + "ascension_island": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e6-1f1e8.png?v8", + "asterisk": "https://github.githubassets.com/images/icons/emoji/unicode/002a-20e3.png?v8", + "astonished": "https://github.githubassets.com/images/icons/emoji/unicode/1f632.png?v8", + "astronaut": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d1-1f680.png?v8", + "athletic_shoe": "https://github.githubassets.com/images/icons/emoji/unicode/1f45f.png?v8", + "atm": "https://github.githubassets.com/images/icons/emoji/unicode/1f3e7.png?v8", + "atom": "https://github.githubassets.com/images/icons/emoji/atom.png?v8", + "atom_symbol": "https://github.githubassets.com/images/icons/emoji/unicode/269b.png?v8", + "australia": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e6-1f1fa.png?v8", + "austria": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e6-1f1f9.png?v8", + "auto_rickshaw": "https://github.githubassets.com/images/icons/emoji/unicode/1f6fa.png?v8", + "avocado": "https://github.githubassets.com/images/icons/emoji/unicode/1f951.png?v8", + "axe": "https://github.githubassets.com/images/icons/emoji/unicode/1fa93.png?v8", + "azerbaijan": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e6-1f1ff.png?v8", + "b": "https://github.githubassets.com/images/icons/emoji/unicode/1f171.png?v8", + "baby": "https://github.githubassets.com/images/icons/emoji/unicode/1f476.png?v8", + "baby_bottle": "https://github.githubassets.com/images/icons/emoji/unicode/1f37c.png?v8", + "baby_chick": "https://github.githubassets.com/images/icons/emoji/unicode/1f424.png?v8", + "baby_symbol": "https://github.githubassets.com/images/icons/emoji/unicode/1f6bc.png?v8", + "back": "https://github.githubassets.com/images/icons/emoji/unicode/1f519.png?v8", + "bacon": "https://github.githubassets.com/images/icons/emoji/unicode/1f953.png?v8", + "badger": "https://github.githubassets.com/images/icons/emoji/unicode/1f9a1.png?v8", + "badminton": "https://github.githubassets.com/images/icons/emoji/unicode/1f3f8.png?v8", + "bagel": "https://github.githubassets.com/images/icons/emoji/unicode/1f96f.png?v8", + "baggage_claim": "https://github.githubassets.com/images/icons/emoji/unicode/1f6c4.png?v8", + "baguette_bread": "https://github.githubassets.com/images/icons/emoji/unicode/1f956.png?v8", + "bahamas": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e7-1f1f8.png?v8", + "bahrain": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e7-1f1ed.png?v8", + "balance_scale": "https://github.githubassets.com/images/icons/emoji/unicode/2696.png?v8", + "bald_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f9b2.png?v8", + "bald_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f9b2.png?v8", + "ballet_shoes": "https://github.githubassets.com/images/icons/emoji/unicode/1fa70.png?v8", + "balloon": "https://github.githubassets.com/images/icons/emoji/unicode/1f388.png?v8", + "ballot_box": "https://github.githubassets.com/images/icons/emoji/unicode/1f5f3.png?v8", + "ballot_box_with_check": "https://github.githubassets.com/images/icons/emoji/unicode/2611.png?v8", + "bamboo": "https://github.githubassets.com/images/icons/emoji/unicode/1f38d.png?v8", + "banana": "https://github.githubassets.com/images/icons/emoji/unicode/1f34c.png?v8", + "bangbang": "https://github.githubassets.com/images/icons/emoji/unicode/203c.png?v8", + "bangladesh": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e7-1f1e9.png?v8", + "banjo": "https://github.githubassets.com/images/icons/emoji/unicode/1fa95.png?v8", + "bank": "https://github.githubassets.com/images/icons/emoji/unicode/1f3e6.png?v8", + "bar_chart": "https://github.githubassets.com/images/icons/emoji/unicode/1f4ca.png?v8", + "barbados": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e7-1f1e7.png?v8", + "barber": "https://github.githubassets.com/images/icons/emoji/unicode/1f488.png?v8", + "baseball": "https://github.githubassets.com/images/icons/emoji/unicode/26be.png?v8", + "basecamp": "https://github.githubassets.com/images/icons/emoji/basecamp.png?v8", + "basecampy": "https://github.githubassets.com/images/icons/emoji/basecampy.png?v8", + "basket": "https://github.githubassets.com/images/icons/emoji/unicode/1f9fa.png?v8", + "basketball": "https://github.githubassets.com/images/icons/emoji/unicode/1f3c0.png?v8", + "basketball_man": "https://github.githubassets.com/images/icons/emoji/unicode/26f9-2642.png?v8", + "basketball_woman": "https://github.githubassets.com/images/icons/emoji/unicode/26f9-2640.png?v8", + "bat": "https://github.githubassets.com/images/icons/emoji/unicode/1f987.png?v8", + "bath": "https://github.githubassets.com/images/icons/emoji/unicode/1f6c0.png?v8", + "bathtub": "https://github.githubassets.com/images/icons/emoji/unicode/1f6c1.png?v8", + "battery": "https://github.githubassets.com/images/icons/emoji/unicode/1f50b.png?v8", + "beach_umbrella": "https://github.githubassets.com/images/icons/emoji/unicode/1f3d6.png?v8", + "bear": "https://github.githubassets.com/images/icons/emoji/unicode/1f43b.png?v8", + "bearded_person": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d4.png?v8", + "beaver": "https://github.githubassets.com/images/icons/emoji/unicode/1f9ab.png?v8", + "bed": "https://github.githubassets.com/images/icons/emoji/unicode/1f6cf.png?v8", + "bee": "https://github.githubassets.com/images/icons/emoji/unicode/1f41d.png?v8", + "beer": "https://github.githubassets.com/images/icons/emoji/unicode/1f37a.png?v8", + "beers": "https://github.githubassets.com/images/icons/emoji/unicode/1f37b.png?v8", + "beetle": "https://github.githubassets.com/images/icons/emoji/unicode/1fab2.png?v8", + "beginner": "https://github.githubassets.com/images/icons/emoji/unicode/1f530.png?v8", + "belarus": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e7-1f1fe.png?v8", + "belgium": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e7-1f1ea.png?v8", + "belize": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e7-1f1ff.png?v8", + "bell": "https://github.githubassets.com/images/icons/emoji/unicode/1f514.png?v8", + "bell_pepper": "https://github.githubassets.com/images/icons/emoji/unicode/1fad1.png?v8", + "bellhop_bell": "https://github.githubassets.com/images/icons/emoji/unicode/1f6ce.png?v8", + "benin": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e7-1f1ef.png?v8", + "bento": "https://github.githubassets.com/images/icons/emoji/unicode/1f371.png?v8", + "bermuda": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e7-1f1f2.png?v8", + "beverage_box": "https://github.githubassets.com/images/icons/emoji/unicode/1f9c3.png?v8", + "bhutan": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e7-1f1f9.png?v8", + "bicyclist": "https://github.githubassets.com/images/icons/emoji/unicode/1f6b4.png?v8", + "bike": "https://github.githubassets.com/images/icons/emoji/unicode/1f6b2.png?v8", + "biking_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f6b4-2642.png?v8", + "biking_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f6b4-2640.png?v8", + "bikini": "https://github.githubassets.com/images/icons/emoji/unicode/1f459.png?v8", + "billed_cap": "https://github.githubassets.com/images/icons/emoji/unicode/1f9e2.png?v8", + "biohazard": "https://github.githubassets.com/images/icons/emoji/unicode/2623.png?v8", + "bird": "https://github.githubassets.com/images/icons/emoji/unicode/1f426.png?v8", + "birthday": "https://github.githubassets.com/images/icons/emoji/unicode/1f382.png?v8", + "bison": "https://github.githubassets.com/images/icons/emoji/unicode/1f9ac.png?v8", + "black_cat": "https://github.githubassets.com/images/icons/emoji/unicode/1f408-2b1b.png?v8", + "black_circle": "https://github.githubassets.com/images/icons/emoji/unicode/26ab.png?v8", + "black_flag": "https://github.githubassets.com/images/icons/emoji/unicode/1f3f4.png?v8", + "black_heart": "https://github.githubassets.com/images/icons/emoji/unicode/1f5a4.png?v8", + "black_joker": "https://github.githubassets.com/images/icons/emoji/unicode/1f0cf.png?v8", + "black_large_square": "https://github.githubassets.com/images/icons/emoji/unicode/2b1b.png?v8", + "black_medium_small_square": "https://github.githubassets.com/images/icons/emoji/unicode/25fe.png?v8", + "black_medium_square": "https://github.githubassets.com/images/icons/emoji/unicode/25fc.png?v8", + "black_nib": "https://github.githubassets.com/images/icons/emoji/unicode/2712.png?v8", + "black_small_square": "https://github.githubassets.com/images/icons/emoji/unicode/25aa.png?v8", + "black_square_button": "https://github.githubassets.com/images/icons/emoji/unicode/1f532.png?v8", + "blond_haired_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f471-2642.png?v8", + "blond_haired_person": "https://github.githubassets.com/images/icons/emoji/unicode/1f471.png?v8", + "blond_haired_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f471-2640.png?v8", + "blonde_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f471-2640.png?v8", + "blossom": "https://github.githubassets.com/images/icons/emoji/unicode/1f33c.png?v8", + "blowfish": "https://github.githubassets.com/images/icons/emoji/unicode/1f421.png?v8", + "blue_book": "https://github.githubassets.com/images/icons/emoji/unicode/1f4d8.png?v8", + "blue_car": "https://github.githubassets.com/images/icons/emoji/unicode/1f699.png?v8", + "blue_heart": "https://github.githubassets.com/images/icons/emoji/unicode/1f499.png?v8", + "blue_square": "https://github.githubassets.com/images/icons/emoji/unicode/1f7e6.png?v8", + "blueberries": "https://github.githubassets.com/images/icons/emoji/unicode/1fad0.png?v8", + "blush": "https://github.githubassets.com/images/icons/emoji/unicode/1f60a.png?v8", + "boar": "https://github.githubassets.com/images/icons/emoji/unicode/1f417.png?v8", + "boat": "https://github.githubassets.com/images/icons/emoji/unicode/26f5.png?v8", + "bolivia": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e7-1f1f4.png?v8", + "bomb": "https://github.githubassets.com/images/icons/emoji/unicode/1f4a3.png?v8", + "bone": "https://github.githubassets.com/images/icons/emoji/unicode/1f9b4.png?v8", + "book": "https://github.githubassets.com/images/icons/emoji/unicode/1f4d6.png?v8", + "bookmark": "https://github.githubassets.com/images/icons/emoji/unicode/1f516.png?v8", + "bookmark_tabs": "https://github.githubassets.com/images/icons/emoji/unicode/1f4d1.png?v8", + "books": "https://github.githubassets.com/images/icons/emoji/unicode/1f4da.png?v8", + "boom": "https://github.githubassets.com/images/icons/emoji/unicode/1f4a5.png?v8", + "boomerang": "https://github.githubassets.com/images/icons/emoji/unicode/1fa83.png?v8", + "boot": "https://github.githubassets.com/images/icons/emoji/unicode/1f462.png?v8", + "bosnia_herzegovina": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e7-1f1e6.png?v8", + "botswana": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e7-1f1fc.png?v8", + "bouncing_ball_man": "https://github.githubassets.com/images/icons/emoji/unicode/26f9-2642.png?v8", + "bouncing_ball_person": "https://github.githubassets.com/images/icons/emoji/unicode/26f9.png?v8", + "bouncing_ball_woman": "https://github.githubassets.com/images/icons/emoji/unicode/26f9-2640.png?v8", + "bouquet": "https://github.githubassets.com/images/icons/emoji/unicode/1f490.png?v8", + "bouvet_island": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e7-1f1fb.png?v8", + "bow": "https://github.githubassets.com/images/icons/emoji/unicode/1f647.png?v8", + "bow_and_arrow": "https://github.githubassets.com/images/icons/emoji/unicode/1f3f9.png?v8", + "bowing_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f647-2642.png?v8", + "bowing_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f647-2640.png?v8", + "bowl_with_spoon": "https://github.githubassets.com/images/icons/emoji/unicode/1f963.png?v8", + "bowling": "https://github.githubassets.com/images/icons/emoji/unicode/1f3b3.png?v8", + "bowtie": "https://github.githubassets.com/images/icons/emoji/bowtie.png?v8", + "boxing_glove": "https://github.githubassets.com/images/icons/emoji/unicode/1f94a.png?v8", + "boy": "https://github.githubassets.com/images/icons/emoji/unicode/1f466.png?v8", + "brain": "https://github.githubassets.com/images/icons/emoji/unicode/1f9e0.png?v8", + "brazil": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e7-1f1f7.png?v8", + "bread": "https://github.githubassets.com/images/icons/emoji/unicode/1f35e.png?v8", + "breast_feeding": "https://github.githubassets.com/images/icons/emoji/unicode/1f931.png?v8", + "bricks": "https://github.githubassets.com/images/icons/emoji/unicode/1f9f1.png?v8", + "bride_with_veil": "https://github.githubassets.com/images/icons/emoji/unicode/1f470-2640.png?v8", + "bridge_at_night": "https://github.githubassets.com/images/icons/emoji/unicode/1f309.png?v8", + "briefcase": "https://github.githubassets.com/images/icons/emoji/unicode/1f4bc.png?v8", + "british_indian_ocean_territory": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ee-1f1f4.png?v8", + "british_virgin_islands": "https://github.githubassets.com/images/icons/emoji/unicode/1f1fb-1f1ec.png?v8", + "broccoli": "https://github.githubassets.com/images/icons/emoji/unicode/1f966.png?v8", + "broken_heart": "https://github.githubassets.com/images/icons/emoji/unicode/1f494.png?v8", + "broom": "https://github.githubassets.com/images/icons/emoji/unicode/1f9f9.png?v8", + "brown_circle": "https://github.githubassets.com/images/icons/emoji/unicode/1f7e4.png?v8", + "brown_heart": "https://github.githubassets.com/images/icons/emoji/unicode/1f90e.png?v8", + "brown_square": "https://github.githubassets.com/images/icons/emoji/unicode/1f7eb.png?v8", + "brunei": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e7-1f1f3.png?v8", + "bubble_tea": "https://github.githubassets.com/images/icons/emoji/unicode/1f9cb.png?v8", + "bucket": "https://github.githubassets.com/images/icons/emoji/unicode/1faa3.png?v8", + "bug": "https://github.githubassets.com/images/icons/emoji/unicode/1f41b.png?v8", + "building_construction": "https://github.githubassets.com/images/icons/emoji/unicode/1f3d7.png?v8", + "bulb": "https://github.githubassets.com/images/icons/emoji/unicode/1f4a1.png?v8", + "bulgaria": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e7-1f1ec.png?v8", + "bullettrain_front": "https://github.githubassets.com/images/icons/emoji/unicode/1f685.png?v8", + "bullettrain_side": "https://github.githubassets.com/images/icons/emoji/unicode/1f684.png?v8", + "burkina_faso": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e7-1f1eb.png?v8", + "burrito": "https://github.githubassets.com/images/icons/emoji/unicode/1f32f.png?v8", + "burundi": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e7-1f1ee.png?v8", + "bus": "https://github.githubassets.com/images/icons/emoji/unicode/1f68c.png?v8", + "business_suit_levitating": "https://github.githubassets.com/images/icons/emoji/unicode/1f574.png?v8", + "busstop": "https://github.githubassets.com/images/icons/emoji/unicode/1f68f.png?v8", + "bust_in_silhouette": "https://github.githubassets.com/images/icons/emoji/unicode/1f464.png?v8", + "busts_in_silhouette": "https://github.githubassets.com/images/icons/emoji/unicode/1f465.png?v8", + "butter": "https://github.githubassets.com/images/icons/emoji/unicode/1f9c8.png?v8", + "butterfly": "https://github.githubassets.com/images/icons/emoji/unicode/1f98b.png?v8", + "cactus": "https://github.githubassets.com/images/icons/emoji/unicode/1f335.png?v8", + "cake": "https://github.githubassets.com/images/icons/emoji/unicode/1f370.png?v8", + "calendar": "https://github.githubassets.com/images/icons/emoji/unicode/1f4c6.png?v8", + "call_me_hand": "https://github.githubassets.com/images/icons/emoji/unicode/1f919.png?v8", + "calling": "https://github.githubassets.com/images/icons/emoji/unicode/1f4f2.png?v8", + "cambodia": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f0-1f1ed.png?v8", + "camel": "https://github.githubassets.com/images/icons/emoji/unicode/1f42b.png?v8", + "camera": "https://github.githubassets.com/images/icons/emoji/unicode/1f4f7.png?v8", + "camera_flash": "https://github.githubassets.com/images/icons/emoji/unicode/1f4f8.png?v8", + "cameroon": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e8-1f1f2.png?v8", + "camping": "https://github.githubassets.com/images/icons/emoji/unicode/1f3d5.png?v8", + "canada": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e8-1f1e6.png?v8", + "canary_islands": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ee-1f1e8.png?v8", + "cancer": "https://github.githubassets.com/images/icons/emoji/unicode/264b.png?v8", + "candle": "https://github.githubassets.com/images/icons/emoji/unicode/1f56f.png?v8", + "candy": "https://github.githubassets.com/images/icons/emoji/unicode/1f36c.png?v8", + "canned_food": "https://github.githubassets.com/images/icons/emoji/unicode/1f96b.png?v8", + "canoe": "https://github.githubassets.com/images/icons/emoji/unicode/1f6f6.png?v8", + "cape_verde": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e8-1f1fb.png?v8", + "capital_abcd": "https://github.githubassets.com/images/icons/emoji/unicode/1f520.png?v8", + "capricorn": "https://github.githubassets.com/images/icons/emoji/unicode/2651.png?v8", + "car": "https://github.githubassets.com/images/icons/emoji/unicode/1f697.png?v8", + "card_file_box": "https://github.githubassets.com/images/icons/emoji/unicode/1f5c3.png?v8", + "card_index": "https://github.githubassets.com/images/icons/emoji/unicode/1f4c7.png?v8", + "card_index_dividers": "https://github.githubassets.com/images/icons/emoji/unicode/1f5c2.png?v8", + "caribbean_netherlands": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e7-1f1f6.png?v8", + "carousel_horse": "https://github.githubassets.com/images/icons/emoji/unicode/1f3a0.png?v8", + "carpentry_saw": "https://github.githubassets.com/images/icons/emoji/unicode/1fa9a.png?v8", + "carrot": "https://github.githubassets.com/images/icons/emoji/unicode/1f955.png?v8", + "cartwheeling": "https://github.githubassets.com/images/icons/emoji/unicode/1f938.png?v8", + "cat": "https://github.githubassets.com/images/icons/emoji/unicode/1f431.png?v8", + "cat2": "https://github.githubassets.com/images/icons/emoji/unicode/1f408.png?v8", + "cayman_islands": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f0-1f1fe.png?v8", + "cd": "https://github.githubassets.com/images/icons/emoji/unicode/1f4bf.png?v8", + "central_african_republic": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e8-1f1eb.png?v8", + "ceuta_melilla": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ea-1f1e6.png?v8", + "chad": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f9-1f1e9.png?v8", + "chains": "https://github.githubassets.com/images/icons/emoji/unicode/26d3.png?v8", + "chair": "https://github.githubassets.com/images/icons/emoji/unicode/1fa91.png?v8", + "champagne": "https://github.githubassets.com/images/icons/emoji/unicode/1f37e.png?v8", + "chart": "https://github.githubassets.com/images/icons/emoji/unicode/1f4b9.png?v8", + "chart_with_downwards_trend": "https://github.githubassets.com/images/icons/emoji/unicode/1f4c9.png?v8", + "chart_with_upwards_trend": "https://github.githubassets.com/images/icons/emoji/unicode/1f4c8.png?v8", + "checkered_flag": "https://github.githubassets.com/images/icons/emoji/unicode/1f3c1.png?v8", + "cheese": "https://github.githubassets.com/images/icons/emoji/unicode/1f9c0.png?v8", + "cherries": "https://github.githubassets.com/images/icons/emoji/unicode/1f352.png?v8", + "cherry_blossom": "https://github.githubassets.com/images/icons/emoji/unicode/1f338.png?v8", + "chess_pawn": "https://github.githubassets.com/images/icons/emoji/unicode/265f.png?v8", + "chestnut": "https://github.githubassets.com/images/icons/emoji/unicode/1f330.png?v8", + "chicken": "https://github.githubassets.com/images/icons/emoji/unicode/1f414.png?v8", + "child": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d2.png?v8", + "children_crossing": "https://github.githubassets.com/images/icons/emoji/unicode/1f6b8.png?v8", + "chile": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e8-1f1f1.png?v8", + "chipmunk": "https://github.githubassets.com/images/icons/emoji/unicode/1f43f.png?v8", + "chocolate_bar": "https://github.githubassets.com/images/icons/emoji/unicode/1f36b.png?v8", + "chopsticks": "https://github.githubassets.com/images/icons/emoji/unicode/1f962.png?v8", + "christmas_island": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e8-1f1fd.png?v8", + "christmas_tree": "https://github.githubassets.com/images/icons/emoji/unicode/1f384.png?v8", + "church": "https://github.githubassets.com/images/icons/emoji/unicode/26ea.png?v8", + "cinema": "https://github.githubassets.com/images/icons/emoji/unicode/1f3a6.png?v8", + "circus_tent": "https://github.githubassets.com/images/icons/emoji/unicode/1f3aa.png?v8", + "city_sunrise": "https://github.githubassets.com/images/icons/emoji/unicode/1f307.png?v8", + "city_sunset": "https://github.githubassets.com/images/icons/emoji/unicode/1f306.png?v8", + "cityscape": "https://github.githubassets.com/images/icons/emoji/unicode/1f3d9.png?v8", + "cl": "https://github.githubassets.com/images/icons/emoji/unicode/1f191.png?v8", + "clamp": "https://github.githubassets.com/images/icons/emoji/unicode/1f5dc.png?v8", + "clap": "https://github.githubassets.com/images/icons/emoji/unicode/1f44f.png?v8", + "clapper": "https://github.githubassets.com/images/icons/emoji/unicode/1f3ac.png?v8", + "classical_building": "https://github.githubassets.com/images/icons/emoji/unicode/1f3db.png?v8", + "climbing": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d7.png?v8", + "climbing_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d7-2642.png?v8", + "climbing_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d7-2640.png?v8", + "clinking_glasses": "https://github.githubassets.com/images/icons/emoji/unicode/1f942.png?v8", + "clipboard": "https://github.githubassets.com/images/icons/emoji/unicode/1f4cb.png?v8", + "clipperton_island": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e8-1f1f5.png?v8", + "clock1": "https://github.githubassets.com/images/icons/emoji/unicode/1f550.png?v8", + "clock10": "https://github.githubassets.com/images/icons/emoji/unicode/1f559.png?v8", + "clock1030": "https://github.githubassets.com/images/icons/emoji/unicode/1f565.png?v8", + "clock11": "https://github.githubassets.com/images/icons/emoji/unicode/1f55a.png?v8", + "clock1130": "https://github.githubassets.com/images/icons/emoji/unicode/1f566.png?v8", + "clock12": "https://github.githubassets.com/images/icons/emoji/unicode/1f55b.png?v8", + "clock1230": "https://github.githubassets.com/images/icons/emoji/unicode/1f567.png?v8", + "clock130": "https://github.githubassets.com/images/icons/emoji/unicode/1f55c.png?v8", + "clock2": "https://github.githubassets.com/images/icons/emoji/unicode/1f551.png?v8", + "clock230": "https://github.githubassets.com/images/icons/emoji/unicode/1f55d.png?v8", + "clock3": "https://github.githubassets.com/images/icons/emoji/unicode/1f552.png?v8", + "clock330": "https://github.githubassets.com/images/icons/emoji/unicode/1f55e.png?v8", + "clock4": "https://github.githubassets.com/images/icons/emoji/unicode/1f553.png?v8", + "clock430": "https://github.githubassets.com/images/icons/emoji/unicode/1f55f.png?v8", + "clock5": "https://github.githubassets.com/images/icons/emoji/unicode/1f554.png?v8", + "clock530": "https://github.githubassets.com/images/icons/emoji/unicode/1f560.png?v8", + "clock6": "https://github.githubassets.com/images/icons/emoji/unicode/1f555.png?v8", + "clock630": "https://github.githubassets.com/images/icons/emoji/unicode/1f561.png?v8", + "clock7": "https://github.githubassets.com/images/icons/emoji/unicode/1f556.png?v8", + "clock730": "https://github.githubassets.com/images/icons/emoji/unicode/1f562.png?v8", + "clock8": "https://github.githubassets.com/images/icons/emoji/unicode/1f557.png?v8", + "clock830": "https://github.githubassets.com/images/icons/emoji/unicode/1f563.png?v8", + "clock9": "https://github.githubassets.com/images/icons/emoji/unicode/1f558.png?v8", + "clock930": "https://github.githubassets.com/images/icons/emoji/unicode/1f564.png?v8", + "closed_book": "https://github.githubassets.com/images/icons/emoji/unicode/1f4d5.png?v8", + "closed_lock_with_key": "https://github.githubassets.com/images/icons/emoji/unicode/1f510.png?v8", + "closed_umbrella": "https://github.githubassets.com/images/icons/emoji/unicode/1f302.png?v8", + "cloud": "https://github.githubassets.com/images/icons/emoji/unicode/2601.png?v8", + "cloud_with_lightning": "https://github.githubassets.com/images/icons/emoji/unicode/1f329.png?v8", + "cloud_with_lightning_and_rain": "https://github.githubassets.com/images/icons/emoji/unicode/26c8.png?v8", + "cloud_with_rain": "https://github.githubassets.com/images/icons/emoji/unicode/1f327.png?v8", + "cloud_with_snow": "https://github.githubassets.com/images/icons/emoji/unicode/1f328.png?v8", + "clown_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f921.png?v8", + "clubs": "https://github.githubassets.com/images/icons/emoji/unicode/2663.png?v8", + "cn": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e8-1f1f3.png?v8", + "coat": "https://github.githubassets.com/images/icons/emoji/unicode/1f9e5.png?v8", + "cockroach": "https://github.githubassets.com/images/icons/emoji/unicode/1fab3.png?v8", + "cocktail": "https://github.githubassets.com/images/icons/emoji/unicode/1f378.png?v8", + "coconut": "https://github.githubassets.com/images/icons/emoji/unicode/1f965.png?v8", + "cocos_islands": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e8-1f1e8.png?v8", + "coffee": "https://github.githubassets.com/images/icons/emoji/unicode/2615.png?v8", + "coffin": "https://github.githubassets.com/images/icons/emoji/unicode/26b0.png?v8", + "coin": "https://github.githubassets.com/images/icons/emoji/unicode/1fa99.png?v8", + "cold_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f976.png?v8", + "cold_sweat": "https://github.githubassets.com/images/icons/emoji/unicode/1f630.png?v8", + "collision": "https://github.githubassets.com/images/icons/emoji/unicode/1f4a5.png?v8", + "colombia": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e8-1f1f4.png?v8", + "comet": "https://github.githubassets.com/images/icons/emoji/unicode/2604.png?v8", + "comoros": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f0-1f1f2.png?v8", + "compass": "https://github.githubassets.com/images/icons/emoji/unicode/1f9ed.png?v8", + "computer": "https://github.githubassets.com/images/icons/emoji/unicode/1f4bb.png?v8", + "computer_mouse": "https://github.githubassets.com/images/icons/emoji/unicode/1f5b1.png?v8", + "confetti_ball": "https://github.githubassets.com/images/icons/emoji/unicode/1f38a.png?v8", + "confounded": "https://github.githubassets.com/images/icons/emoji/unicode/1f616.png?v8", + "confused": "https://github.githubassets.com/images/icons/emoji/unicode/1f615.png?v8", + "congo_brazzaville": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e8-1f1ec.png?v8", + "congo_kinshasa": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e8-1f1e9.png?v8", + "congratulations": "https://github.githubassets.com/images/icons/emoji/unicode/3297.png?v8", + "construction": "https://github.githubassets.com/images/icons/emoji/unicode/1f6a7.png?v8", + "construction_worker": "https://github.githubassets.com/images/icons/emoji/unicode/1f477.png?v8", + "construction_worker_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f477-2642.png?v8", + "construction_worker_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f477-2640.png?v8", + "control_knobs": "https://github.githubassets.com/images/icons/emoji/unicode/1f39b.png?v8", + "convenience_store": "https://github.githubassets.com/images/icons/emoji/unicode/1f3ea.png?v8", + "cook": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d1-1f373.png?v8", + "cook_islands": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e8-1f1f0.png?v8", + "cookie": "https://github.githubassets.com/images/icons/emoji/unicode/1f36a.png?v8", + "cool": "https://github.githubassets.com/images/icons/emoji/unicode/1f192.png?v8", + "cop": "https://github.githubassets.com/images/icons/emoji/unicode/1f46e.png?v8", + "copyright": "https://github.githubassets.com/images/icons/emoji/unicode/00a9.png?v8", + "corn": "https://github.githubassets.com/images/icons/emoji/unicode/1f33d.png?v8", + "costa_rica": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e8-1f1f7.png?v8", + "cote_divoire": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e8-1f1ee.png?v8", + "couch_and_lamp": "https://github.githubassets.com/images/icons/emoji/unicode/1f6cb.png?v8", + "couple": "https://github.githubassets.com/images/icons/emoji/unicode/1f46b.png?v8", + "couple_with_heart": "https://github.githubassets.com/images/icons/emoji/unicode/1f491.png?v8", + "couple_with_heart_man_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-2764-1f468.png?v8", + "couple_with_heart_woman_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-2764-1f468.png?v8", + "couple_with_heart_woman_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-2764-1f469.png?v8", + "couplekiss": "https://github.githubassets.com/images/icons/emoji/unicode/1f48f.png?v8", + "couplekiss_man_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-2764-1f48b-1f468.png?v8", + "couplekiss_man_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-2764-1f48b-1f468.png?v8", + "couplekiss_woman_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-2764-1f48b-1f469.png?v8", + "cow": "https://github.githubassets.com/images/icons/emoji/unicode/1f42e.png?v8", + "cow2": "https://github.githubassets.com/images/icons/emoji/unicode/1f404.png?v8", + "cowboy_hat_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f920.png?v8", + "crab": "https://github.githubassets.com/images/icons/emoji/unicode/1f980.png?v8", + "crayon": "https://github.githubassets.com/images/icons/emoji/unicode/1f58d.png?v8", + "credit_card": "https://github.githubassets.com/images/icons/emoji/unicode/1f4b3.png?v8", + "crescent_moon": "https://github.githubassets.com/images/icons/emoji/unicode/1f319.png?v8", + "cricket": "https://github.githubassets.com/images/icons/emoji/unicode/1f997.png?v8", + "cricket_game": "https://github.githubassets.com/images/icons/emoji/unicode/1f3cf.png?v8", + "croatia": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ed-1f1f7.png?v8", + "crocodile": "https://github.githubassets.com/images/icons/emoji/unicode/1f40a.png?v8", + "croissant": "https://github.githubassets.com/images/icons/emoji/unicode/1f950.png?v8", + "crossed_fingers": "https://github.githubassets.com/images/icons/emoji/unicode/1f91e.png?v8", + "crossed_flags": "https://github.githubassets.com/images/icons/emoji/unicode/1f38c.png?v8", + "crossed_swords": "https://github.githubassets.com/images/icons/emoji/unicode/2694.png?v8", + "crown": "https://github.githubassets.com/images/icons/emoji/unicode/1f451.png?v8", + "cry": "https://github.githubassets.com/images/icons/emoji/unicode/1f622.png?v8", + "crying_cat_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f63f.png?v8", + "crystal_ball": "https://github.githubassets.com/images/icons/emoji/unicode/1f52e.png?v8", + "cuba": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e8-1f1fa.png?v8", + "cucumber": "https://github.githubassets.com/images/icons/emoji/unicode/1f952.png?v8", + "cup_with_straw": "https://github.githubassets.com/images/icons/emoji/unicode/1f964.png?v8", + "cupcake": "https://github.githubassets.com/images/icons/emoji/unicode/1f9c1.png?v8", + "cupid": "https://github.githubassets.com/images/icons/emoji/unicode/1f498.png?v8", + "curacao": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e8-1f1fc.png?v8", + "curling_stone": "https://github.githubassets.com/images/icons/emoji/unicode/1f94c.png?v8", + "curly_haired_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f9b1.png?v8", + "curly_haired_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f9b1.png?v8", + "curly_loop": "https://github.githubassets.com/images/icons/emoji/unicode/27b0.png?v8", + "currency_exchange": "https://github.githubassets.com/images/icons/emoji/unicode/1f4b1.png?v8", + "curry": "https://github.githubassets.com/images/icons/emoji/unicode/1f35b.png?v8", + "cursing_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f92c.png?v8", + "custard": "https://github.githubassets.com/images/icons/emoji/unicode/1f36e.png?v8", + "customs": "https://github.githubassets.com/images/icons/emoji/unicode/1f6c3.png?v8", + "cut_of_meat": "https://github.githubassets.com/images/icons/emoji/unicode/1f969.png?v8", + "cyclone": "https://github.githubassets.com/images/icons/emoji/unicode/1f300.png?v8", + "cyprus": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e8-1f1fe.png?v8", + "czech_republic": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e8-1f1ff.png?v8", + "dagger": "https://github.githubassets.com/images/icons/emoji/unicode/1f5e1.png?v8", + "dancer": "https://github.githubassets.com/images/icons/emoji/unicode/1f483.png?v8", + "dancers": "https://github.githubassets.com/images/icons/emoji/unicode/1f46f.png?v8", + "dancing_men": "https://github.githubassets.com/images/icons/emoji/unicode/1f46f-2642.png?v8", + "dancing_women": "https://github.githubassets.com/images/icons/emoji/unicode/1f46f-2640.png?v8", + "dango": "https://github.githubassets.com/images/icons/emoji/unicode/1f361.png?v8", + "dark_sunglasses": "https://github.githubassets.com/images/icons/emoji/unicode/1f576.png?v8", + "dart": "https://github.githubassets.com/images/icons/emoji/unicode/1f3af.png?v8", + "dash": "https://github.githubassets.com/images/icons/emoji/unicode/1f4a8.png?v8", + "date": "https://github.githubassets.com/images/icons/emoji/unicode/1f4c5.png?v8", + "de": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e9-1f1ea.png?v8", + "deaf_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f9cf-2642.png?v8", + "deaf_person": "https://github.githubassets.com/images/icons/emoji/unicode/1f9cf.png?v8", + "deaf_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f9cf-2640.png?v8", + "deciduous_tree": "https://github.githubassets.com/images/icons/emoji/unicode/1f333.png?v8", + "deer": "https://github.githubassets.com/images/icons/emoji/unicode/1f98c.png?v8", + "denmark": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e9-1f1f0.png?v8", + "department_store": "https://github.githubassets.com/images/icons/emoji/unicode/1f3ec.png?v8", + "derelict_house": "https://github.githubassets.com/images/icons/emoji/unicode/1f3da.png?v8", + "desert": "https://github.githubassets.com/images/icons/emoji/unicode/1f3dc.png?v8", + "desert_island": "https://github.githubassets.com/images/icons/emoji/unicode/1f3dd.png?v8", + "desktop_computer": "https://github.githubassets.com/images/icons/emoji/unicode/1f5a5.png?v8", + "detective": "https://github.githubassets.com/images/icons/emoji/unicode/1f575.png?v8", + "diamond_shape_with_a_dot_inside": "https://github.githubassets.com/images/icons/emoji/unicode/1f4a0.png?v8", + "diamonds": "https://github.githubassets.com/images/icons/emoji/unicode/2666.png?v8", + "diego_garcia": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e9-1f1ec.png?v8", + "disappointed": "https://github.githubassets.com/images/icons/emoji/unicode/1f61e.png?v8", + "disappointed_relieved": "https://github.githubassets.com/images/icons/emoji/unicode/1f625.png?v8", + "disguised_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f978.png?v8", + "diving_mask": "https://github.githubassets.com/images/icons/emoji/unicode/1f93f.png?v8", + "diya_lamp": "https://github.githubassets.com/images/icons/emoji/unicode/1fa94.png?v8", + "dizzy": "https://github.githubassets.com/images/icons/emoji/unicode/1f4ab.png?v8", + "dizzy_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f635.png?v8", + "djibouti": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e9-1f1ef.png?v8", + "dna": "https://github.githubassets.com/images/icons/emoji/unicode/1f9ec.png?v8", + "do_not_litter": "https://github.githubassets.com/images/icons/emoji/unicode/1f6af.png?v8", + "dodo": "https://github.githubassets.com/images/icons/emoji/unicode/1f9a4.png?v8", + "dog": "https://github.githubassets.com/images/icons/emoji/unicode/1f436.png?v8", + "dog2": "https://github.githubassets.com/images/icons/emoji/unicode/1f415.png?v8", + "dollar": "https://github.githubassets.com/images/icons/emoji/unicode/1f4b5.png?v8", + "dolls": "https://github.githubassets.com/images/icons/emoji/unicode/1f38e.png?v8", + "dolphin": "https://github.githubassets.com/images/icons/emoji/unicode/1f42c.png?v8", + "dominica": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e9-1f1f2.png?v8", + "dominican_republic": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e9-1f1f4.png?v8", + "door": "https://github.githubassets.com/images/icons/emoji/unicode/1f6aa.png?v8", + "doughnut": "https://github.githubassets.com/images/icons/emoji/unicode/1f369.png?v8", + "dove": "https://github.githubassets.com/images/icons/emoji/unicode/1f54a.png?v8", + "dragon": "https://github.githubassets.com/images/icons/emoji/unicode/1f409.png?v8", + "dragon_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f432.png?v8", + "dress": "https://github.githubassets.com/images/icons/emoji/unicode/1f457.png?v8", + "dromedary_camel": "https://github.githubassets.com/images/icons/emoji/unicode/1f42a.png?v8", + "drooling_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f924.png?v8", + "drop_of_blood": "https://github.githubassets.com/images/icons/emoji/unicode/1fa78.png?v8", + "droplet": "https://github.githubassets.com/images/icons/emoji/unicode/1f4a7.png?v8", + "drum": "https://github.githubassets.com/images/icons/emoji/unicode/1f941.png?v8", + "duck": "https://github.githubassets.com/images/icons/emoji/unicode/1f986.png?v8", + "dumpling": "https://github.githubassets.com/images/icons/emoji/unicode/1f95f.png?v8", + "dvd": "https://github.githubassets.com/images/icons/emoji/unicode/1f4c0.png?v8", + "e-mail": "https://github.githubassets.com/images/icons/emoji/unicode/1f4e7.png?v8", + "eagle": "https://github.githubassets.com/images/icons/emoji/unicode/1f985.png?v8", + "ear": "https://github.githubassets.com/images/icons/emoji/unicode/1f442.png?v8", + "ear_of_rice": "https://github.githubassets.com/images/icons/emoji/unicode/1f33e.png?v8", + "ear_with_hearing_aid": "https://github.githubassets.com/images/icons/emoji/unicode/1f9bb.png?v8", + "earth_africa": "https://github.githubassets.com/images/icons/emoji/unicode/1f30d.png?v8", + "earth_americas": "https://github.githubassets.com/images/icons/emoji/unicode/1f30e.png?v8", + "earth_asia": "https://github.githubassets.com/images/icons/emoji/unicode/1f30f.png?v8", + "ecuador": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ea-1f1e8.png?v8", + "egg": "https://github.githubassets.com/images/icons/emoji/unicode/1f95a.png?v8", + "eggplant": "https://github.githubassets.com/images/icons/emoji/unicode/1f346.png?v8", + "egypt": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ea-1f1ec.png?v8", + "eight": "https://github.githubassets.com/images/icons/emoji/unicode/0038-20e3.png?v8", + "eight_pointed_black_star": "https://github.githubassets.com/images/icons/emoji/unicode/2734.png?v8", + "eight_spoked_asterisk": "https://github.githubassets.com/images/icons/emoji/unicode/2733.png?v8", + "eject_button": "https://github.githubassets.com/images/icons/emoji/unicode/23cf.png?v8", + "el_salvador": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f8-1f1fb.png?v8", + "electric_plug": "https://github.githubassets.com/images/icons/emoji/unicode/1f50c.png?v8", + "electron": "https://github.githubassets.com/images/icons/emoji/electron.png?v8", + "elephant": "https://github.githubassets.com/images/icons/emoji/unicode/1f418.png?v8", + "elevator": "https://github.githubassets.com/images/icons/emoji/unicode/1f6d7.png?v8", + "elf": "https://github.githubassets.com/images/icons/emoji/unicode/1f9dd.png?v8", + "elf_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f9dd-2642.png?v8", + "elf_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f9dd-2640.png?v8", + "email": "https://github.githubassets.com/images/icons/emoji/unicode/1f4e7.png?v8", + "end": "https://github.githubassets.com/images/icons/emoji/unicode/1f51a.png?v8", + "england": "https://github.githubassets.com/images/icons/emoji/unicode/1f3f4-e0067-e0062-e0065-e006e-e0067-e007f.png?v8", + "envelope": "https://github.githubassets.com/images/icons/emoji/unicode/2709.png?v8", + "envelope_with_arrow": "https://github.githubassets.com/images/icons/emoji/unicode/1f4e9.png?v8", + "equatorial_guinea": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ec-1f1f6.png?v8", + "eritrea": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ea-1f1f7.png?v8", + "es": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ea-1f1f8.png?v8", + "estonia": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ea-1f1ea.png?v8", + "ethiopia": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ea-1f1f9.png?v8", + "eu": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ea-1f1fa.png?v8", + "euro": "https://github.githubassets.com/images/icons/emoji/unicode/1f4b6.png?v8", + "european_castle": "https://github.githubassets.com/images/icons/emoji/unicode/1f3f0.png?v8", + "european_post_office": "https://github.githubassets.com/images/icons/emoji/unicode/1f3e4.png?v8", + "european_union": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ea-1f1fa.png?v8", + "evergreen_tree": "https://github.githubassets.com/images/icons/emoji/unicode/1f332.png?v8", + "exclamation": "https://github.githubassets.com/images/icons/emoji/unicode/2757.png?v8", + "exploding_head": "https://github.githubassets.com/images/icons/emoji/unicode/1f92f.png?v8", + "expressionless": "https://github.githubassets.com/images/icons/emoji/unicode/1f611.png?v8", + "eye": "https://github.githubassets.com/images/icons/emoji/unicode/1f441.png?v8", + "eye_speech_bubble": "https://github.githubassets.com/images/icons/emoji/unicode/1f441-1f5e8.png?v8", + "eyeglasses": "https://github.githubassets.com/images/icons/emoji/unicode/1f453.png?v8", + "eyes": "https://github.githubassets.com/images/icons/emoji/unicode/1f440.png?v8", + "face_exhaling": "https://github.githubassets.com/images/icons/emoji/unicode/1f62e-1f4a8.png?v8", + "face_in_clouds": "https://github.githubassets.com/images/icons/emoji/unicode/1f636-1f32b.png?v8", + "face_with_head_bandage": "https://github.githubassets.com/images/icons/emoji/unicode/1f915.png?v8", + "face_with_spiral_eyes": "https://github.githubassets.com/images/icons/emoji/unicode/1f635-1f4ab.png?v8", + "face_with_thermometer": "https://github.githubassets.com/images/icons/emoji/unicode/1f912.png?v8", + "facepalm": "https://github.githubassets.com/images/icons/emoji/unicode/1f926.png?v8", + "facepunch": "https://github.githubassets.com/images/icons/emoji/unicode/1f44a.png?v8", + "factory": "https://github.githubassets.com/images/icons/emoji/unicode/1f3ed.png?v8", + "factory_worker": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d1-1f3ed.png?v8", + "fairy": "https://github.githubassets.com/images/icons/emoji/unicode/1f9da.png?v8", + "fairy_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f9da-2642.png?v8", + "fairy_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f9da-2640.png?v8", + "falafel": "https://github.githubassets.com/images/icons/emoji/unicode/1f9c6.png?v8", + "falkland_islands": "https://github.githubassets.com/images/icons/emoji/unicode/1f1eb-1f1f0.png?v8", + "fallen_leaf": "https://github.githubassets.com/images/icons/emoji/unicode/1f342.png?v8", + "family": "https://github.githubassets.com/images/icons/emoji/unicode/1f46a.png?v8", + "family_man_boy": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f466.png?v8", + "family_man_boy_boy": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f466-1f466.png?v8", + "family_man_girl": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f467.png?v8", + "family_man_girl_boy": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f467-1f466.png?v8", + "family_man_girl_girl": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f467-1f467.png?v8", + "family_man_man_boy": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f468-1f466.png?v8", + "family_man_man_boy_boy": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f468-1f466-1f466.png?v8", + "family_man_man_girl": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f468-1f467.png?v8", + "family_man_man_girl_boy": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f468-1f467-1f466.png?v8", + "family_man_man_girl_girl": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f468-1f467-1f467.png?v8", + "family_man_woman_boy": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f469-1f466.png?v8", + "family_man_woman_boy_boy": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f469-1f466-1f466.png?v8", + "family_man_woman_girl": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f469-1f467.png?v8", + "family_man_woman_girl_boy": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f469-1f467-1f466.png?v8", + "family_man_woman_girl_girl": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f469-1f467-1f467.png?v8", + "family_woman_boy": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f466.png?v8", + "family_woman_boy_boy": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f466-1f466.png?v8", + "family_woman_girl": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f467.png?v8", + "family_woman_girl_boy": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f467-1f466.png?v8", + "family_woman_girl_girl": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f467-1f467.png?v8", + "family_woman_woman_boy": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f469-1f466.png?v8", + "family_woman_woman_boy_boy": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f469-1f466-1f466.png?v8", + "family_woman_woman_girl": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f469-1f467.png?v8", + "family_woman_woman_girl_boy": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f469-1f467-1f466.png?v8", + "family_woman_woman_girl_girl": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f469-1f467-1f467.png?v8", + "farmer": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d1-1f33e.png?v8", + "faroe_islands": "https://github.githubassets.com/images/icons/emoji/unicode/1f1eb-1f1f4.png?v8", + "fast_forward": "https://github.githubassets.com/images/icons/emoji/unicode/23e9.png?v8", + "fax": "https://github.githubassets.com/images/icons/emoji/unicode/1f4e0.png?v8", + "fearful": "https://github.githubassets.com/images/icons/emoji/unicode/1f628.png?v8", + "feather": "https://github.githubassets.com/images/icons/emoji/unicode/1fab6.png?v8", + "feelsgood": "https://github.githubassets.com/images/icons/emoji/feelsgood.png?v8", + "feet": "https://github.githubassets.com/images/icons/emoji/unicode/1f43e.png?v8", + "female_detective": "https://github.githubassets.com/images/icons/emoji/unicode/1f575-2640.png?v8", + "female_sign": "https://github.githubassets.com/images/icons/emoji/unicode/2640.png?v8", + "ferris_wheel": "https://github.githubassets.com/images/icons/emoji/unicode/1f3a1.png?v8", + "ferry": "https://github.githubassets.com/images/icons/emoji/unicode/26f4.png?v8", + "field_hockey": "https://github.githubassets.com/images/icons/emoji/unicode/1f3d1.png?v8", + "fiji": "https://github.githubassets.com/images/icons/emoji/unicode/1f1eb-1f1ef.png?v8", + "file_cabinet": "https://github.githubassets.com/images/icons/emoji/unicode/1f5c4.png?v8", + "file_folder": "https://github.githubassets.com/images/icons/emoji/unicode/1f4c1.png?v8", + "film_projector": "https://github.githubassets.com/images/icons/emoji/unicode/1f4fd.png?v8", + "film_strip": "https://github.githubassets.com/images/icons/emoji/unicode/1f39e.png?v8", + "finland": "https://github.githubassets.com/images/icons/emoji/unicode/1f1eb-1f1ee.png?v8", + "finnadie": "https://github.githubassets.com/images/icons/emoji/finnadie.png?v8", + "fire": "https://github.githubassets.com/images/icons/emoji/unicode/1f525.png?v8", + "fire_engine": "https://github.githubassets.com/images/icons/emoji/unicode/1f692.png?v8", + "fire_extinguisher": "https://github.githubassets.com/images/icons/emoji/unicode/1f9ef.png?v8", + "firecracker": "https://github.githubassets.com/images/icons/emoji/unicode/1f9e8.png?v8", + "firefighter": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d1-1f692.png?v8", + "fireworks": "https://github.githubassets.com/images/icons/emoji/unicode/1f386.png?v8", + "first_quarter_moon": "https://github.githubassets.com/images/icons/emoji/unicode/1f313.png?v8", + "first_quarter_moon_with_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f31b.png?v8", + "fish": "https://github.githubassets.com/images/icons/emoji/unicode/1f41f.png?v8", + "fish_cake": "https://github.githubassets.com/images/icons/emoji/unicode/1f365.png?v8", + "fishing_pole_and_fish": "https://github.githubassets.com/images/icons/emoji/unicode/1f3a3.png?v8", + "fist": "https://github.githubassets.com/images/icons/emoji/unicode/270a.png?v8", + "fist_left": "https://github.githubassets.com/images/icons/emoji/unicode/1f91b.png?v8", + "fist_oncoming": "https://github.githubassets.com/images/icons/emoji/unicode/1f44a.png?v8", + "fist_raised": "https://github.githubassets.com/images/icons/emoji/unicode/270a.png?v8", + "fist_right": "https://github.githubassets.com/images/icons/emoji/unicode/1f91c.png?v8", + "five": "https://github.githubassets.com/images/icons/emoji/unicode/0035-20e3.png?v8", + "flags": "https://github.githubassets.com/images/icons/emoji/unicode/1f38f.png?v8", + "flamingo": "https://github.githubassets.com/images/icons/emoji/unicode/1f9a9.png?v8", + "flashlight": "https://github.githubassets.com/images/icons/emoji/unicode/1f526.png?v8", + "flat_shoe": "https://github.githubassets.com/images/icons/emoji/unicode/1f97f.png?v8", + "flatbread": "https://github.githubassets.com/images/icons/emoji/unicode/1fad3.png?v8", + "fleur_de_lis": "https://github.githubassets.com/images/icons/emoji/unicode/269c.png?v8", + "flight_arrival": "https://github.githubassets.com/images/icons/emoji/unicode/1f6ec.png?v8", + "flight_departure": "https://github.githubassets.com/images/icons/emoji/unicode/1f6eb.png?v8", + "flipper": "https://github.githubassets.com/images/icons/emoji/unicode/1f42c.png?v8", + "floppy_disk": "https://github.githubassets.com/images/icons/emoji/unicode/1f4be.png?v8", + "flower_playing_cards": "https://github.githubassets.com/images/icons/emoji/unicode/1f3b4.png?v8", + "flushed": "https://github.githubassets.com/images/icons/emoji/unicode/1f633.png?v8", + "fly": "https://github.githubassets.com/images/icons/emoji/unicode/1fab0.png?v8", + "flying_disc": "https://github.githubassets.com/images/icons/emoji/unicode/1f94f.png?v8", + "flying_saucer": "https://github.githubassets.com/images/icons/emoji/unicode/1f6f8.png?v8", + "fog": "https://github.githubassets.com/images/icons/emoji/unicode/1f32b.png?v8", + "foggy": "https://github.githubassets.com/images/icons/emoji/unicode/1f301.png?v8", + "fondue": "https://github.githubassets.com/images/icons/emoji/unicode/1fad5.png?v8", + "foot": "https://github.githubassets.com/images/icons/emoji/unicode/1f9b6.png?v8", + "football": "https://github.githubassets.com/images/icons/emoji/unicode/1f3c8.png?v8", + "footprints": "https://github.githubassets.com/images/icons/emoji/unicode/1f463.png?v8", + "fork_and_knife": "https://github.githubassets.com/images/icons/emoji/unicode/1f374.png?v8", + "fortune_cookie": "https://github.githubassets.com/images/icons/emoji/unicode/1f960.png?v8", + "fountain": "https://github.githubassets.com/images/icons/emoji/unicode/26f2.png?v8", + "fountain_pen": "https://github.githubassets.com/images/icons/emoji/unicode/1f58b.png?v8", + "four": "https://github.githubassets.com/images/icons/emoji/unicode/0034-20e3.png?v8", + "four_leaf_clover": "https://github.githubassets.com/images/icons/emoji/unicode/1f340.png?v8", + "fox_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f98a.png?v8", + "fr": "https://github.githubassets.com/images/icons/emoji/unicode/1f1eb-1f1f7.png?v8", + "framed_picture": "https://github.githubassets.com/images/icons/emoji/unicode/1f5bc.png?v8", + "free": "https://github.githubassets.com/images/icons/emoji/unicode/1f193.png?v8", + "french_guiana": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ec-1f1eb.png?v8", + "french_polynesia": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f5-1f1eb.png?v8", + "french_southern_territories": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f9-1f1eb.png?v8", + "fried_egg": "https://github.githubassets.com/images/icons/emoji/unicode/1f373.png?v8", + "fried_shrimp": "https://github.githubassets.com/images/icons/emoji/unicode/1f364.png?v8", + "fries": "https://github.githubassets.com/images/icons/emoji/unicode/1f35f.png?v8", + "frog": "https://github.githubassets.com/images/icons/emoji/unicode/1f438.png?v8", + "frowning": "https://github.githubassets.com/images/icons/emoji/unicode/1f626.png?v8", + "frowning_face": "https://github.githubassets.com/images/icons/emoji/unicode/2639.png?v8", + "frowning_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f64d-2642.png?v8", + "frowning_person": "https://github.githubassets.com/images/icons/emoji/unicode/1f64d.png?v8", + "frowning_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f64d-2640.png?v8", + "fu": "https://github.githubassets.com/images/icons/emoji/unicode/1f595.png?v8", + "fuelpump": "https://github.githubassets.com/images/icons/emoji/unicode/26fd.png?v8", + "full_moon": "https://github.githubassets.com/images/icons/emoji/unicode/1f315.png?v8", + "full_moon_with_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f31d.png?v8", + "funeral_urn": "https://github.githubassets.com/images/icons/emoji/unicode/26b1.png?v8", + "gabon": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ec-1f1e6.png?v8", + "gambia": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ec-1f1f2.png?v8", + "game_die": "https://github.githubassets.com/images/icons/emoji/unicode/1f3b2.png?v8", + "garlic": "https://github.githubassets.com/images/icons/emoji/unicode/1f9c4.png?v8", + "gb": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ec-1f1e7.png?v8", + "gear": "https://github.githubassets.com/images/icons/emoji/unicode/2699.png?v8", + "gem": "https://github.githubassets.com/images/icons/emoji/unicode/1f48e.png?v8", + "gemini": "https://github.githubassets.com/images/icons/emoji/unicode/264a.png?v8", + "genie": "https://github.githubassets.com/images/icons/emoji/unicode/1f9de.png?v8", + "genie_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f9de-2642.png?v8", + "genie_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f9de-2640.png?v8", + "georgia": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ec-1f1ea.png?v8", + "ghana": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ec-1f1ed.png?v8", + "ghost": "https://github.githubassets.com/images/icons/emoji/unicode/1f47b.png?v8", + "gibraltar": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ec-1f1ee.png?v8", + "gift": "https://github.githubassets.com/images/icons/emoji/unicode/1f381.png?v8", + "gift_heart": "https://github.githubassets.com/images/icons/emoji/unicode/1f49d.png?v8", + "giraffe": "https://github.githubassets.com/images/icons/emoji/unicode/1f992.png?v8", + "girl": "https://github.githubassets.com/images/icons/emoji/unicode/1f467.png?v8", + "globe_with_meridians": "https://github.githubassets.com/images/icons/emoji/unicode/1f310.png?v8", + "gloves": "https://github.githubassets.com/images/icons/emoji/unicode/1f9e4.png?v8", + "goal_net": "https://github.githubassets.com/images/icons/emoji/unicode/1f945.png?v8", + "goat": "https://github.githubassets.com/images/icons/emoji/unicode/1f410.png?v8", + "goberserk": "https://github.githubassets.com/images/icons/emoji/goberserk.png?v8", + "godmode": "https://github.githubassets.com/images/icons/emoji/godmode.png?v8", + "goggles": "https://github.githubassets.com/images/icons/emoji/unicode/1f97d.png?v8", + "golf": "https://github.githubassets.com/images/icons/emoji/unicode/26f3.png?v8", + "golfing": "https://github.githubassets.com/images/icons/emoji/unicode/1f3cc.png?v8", + "golfing_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f3cc-2642.png?v8", + "golfing_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f3cc-2640.png?v8", + "gorilla": "https://github.githubassets.com/images/icons/emoji/unicode/1f98d.png?v8", + "grapes": "https://github.githubassets.com/images/icons/emoji/unicode/1f347.png?v8", + "greece": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ec-1f1f7.png?v8", + "green_apple": "https://github.githubassets.com/images/icons/emoji/unicode/1f34f.png?v8", + "green_book": "https://github.githubassets.com/images/icons/emoji/unicode/1f4d7.png?v8", + "green_circle": "https://github.githubassets.com/images/icons/emoji/unicode/1f7e2.png?v8", + "green_heart": "https://github.githubassets.com/images/icons/emoji/unicode/1f49a.png?v8", + "green_salad": "https://github.githubassets.com/images/icons/emoji/unicode/1f957.png?v8", + "green_square": "https://github.githubassets.com/images/icons/emoji/unicode/1f7e9.png?v8", + "greenland": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ec-1f1f1.png?v8", + "grenada": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ec-1f1e9.png?v8", + "grey_exclamation": "https://github.githubassets.com/images/icons/emoji/unicode/2755.png?v8", + "grey_question": "https://github.githubassets.com/images/icons/emoji/unicode/2754.png?v8", + "grimacing": "https://github.githubassets.com/images/icons/emoji/unicode/1f62c.png?v8", + "grin": "https://github.githubassets.com/images/icons/emoji/unicode/1f601.png?v8", + "grinning": "https://github.githubassets.com/images/icons/emoji/unicode/1f600.png?v8", + "guadeloupe": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ec-1f1f5.png?v8", + "guam": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ec-1f1fa.png?v8", + "guard": "https://github.githubassets.com/images/icons/emoji/unicode/1f482.png?v8", + "guardsman": "https://github.githubassets.com/images/icons/emoji/unicode/1f482-2642.png?v8", + "guardswoman": "https://github.githubassets.com/images/icons/emoji/unicode/1f482-2640.png?v8", + "guatemala": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ec-1f1f9.png?v8", + "guernsey": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ec-1f1ec.png?v8", + "guide_dog": "https://github.githubassets.com/images/icons/emoji/unicode/1f9ae.png?v8", + "guinea": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ec-1f1f3.png?v8", + "guinea_bissau": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ec-1f1fc.png?v8", + "guitar": "https://github.githubassets.com/images/icons/emoji/unicode/1f3b8.png?v8", + "gun": "https://github.githubassets.com/images/icons/emoji/unicode/1f52b.png?v8", + "guyana": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ec-1f1fe.png?v8", + "haircut": "https://github.githubassets.com/images/icons/emoji/unicode/1f487.png?v8", + "haircut_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f487-2642.png?v8", + "haircut_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f487-2640.png?v8", + "haiti": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ed-1f1f9.png?v8", + "hamburger": "https://github.githubassets.com/images/icons/emoji/unicode/1f354.png?v8", + "hammer": "https://github.githubassets.com/images/icons/emoji/unicode/1f528.png?v8", + "hammer_and_pick": "https://github.githubassets.com/images/icons/emoji/unicode/2692.png?v8", + "hammer_and_wrench": "https://github.githubassets.com/images/icons/emoji/unicode/1f6e0.png?v8", + "hamster": "https://github.githubassets.com/images/icons/emoji/unicode/1f439.png?v8", + "hand": "https://github.githubassets.com/images/icons/emoji/unicode/270b.png?v8", + "hand_over_mouth": "https://github.githubassets.com/images/icons/emoji/unicode/1f92d.png?v8", + "handbag": "https://github.githubassets.com/images/icons/emoji/unicode/1f45c.png?v8", + "handball_person": "https://github.githubassets.com/images/icons/emoji/unicode/1f93e.png?v8", + "handshake": "https://github.githubassets.com/images/icons/emoji/unicode/1f91d.png?v8", + "hankey": "https://github.githubassets.com/images/icons/emoji/unicode/1f4a9.png?v8", + "hash": "https://github.githubassets.com/images/icons/emoji/unicode/0023-20e3.png?v8", + "hatched_chick": "https://github.githubassets.com/images/icons/emoji/unicode/1f425.png?v8", + "hatching_chick": "https://github.githubassets.com/images/icons/emoji/unicode/1f423.png?v8", + "headphones": "https://github.githubassets.com/images/icons/emoji/unicode/1f3a7.png?v8", + "headstone": "https://github.githubassets.com/images/icons/emoji/unicode/1faa6.png?v8", + "health_worker": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d1-2695.png?v8", + "hear_no_evil": "https://github.githubassets.com/images/icons/emoji/unicode/1f649.png?v8", + "heard_mcdonald_islands": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ed-1f1f2.png?v8", + "heart": "https://github.githubassets.com/images/icons/emoji/unicode/2764.png?v8", + "heart_decoration": "https://github.githubassets.com/images/icons/emoji/unicode/1f49f.png?v8", + "heart_eyes": "https://github.githubassets.com/images/icons/emoji/unicode/1f60d.png?v8", + "heart_eyes_cat": "https://github.githubassets.com/images/icons/emoji/unicode/1f63b.png?v8", + "heart_on_fire": "https://github.githubassets.com/images/icons/emoji/unicode/2764-1f525.png?v8", + "heartbeat": "https://github.githubassets.com/images/icons/emoji/unicode/1f493.png?v8", + "heartpulse": "https://github.githubassets.com/images/icons/emoji/unicode/1f497.png?v8", + "hearts": "https://github.githubassets.com/images/icons/emoji/unicode/2665.png?v8", + "heavy_check_mark": "https://github.githubassets.com/images/icons/emoji/unicode/2714.png?v8", + "heavy_division_sign": "https://github.githubassets.com/images/icons/emoji/unicode/2797.png?v8", + "heavy_dollar_sign": "https://github.githubassets.com/images/icons/emoji/unicode/1f4b2.png?v8", + "heavy_exclamation_mark": "https://github.githubassets.com/images/icons/emoji/unicode/2757.png?v8", + "heavy_heart_exclamation": "https://github.githubassets.com/images/icons/emoji/unicode/2763.png?v8", + "heavy_minus_sign": "https://github.githubassets.com/images/icons/emoji/unicode/2796.png?v8", + "heavy_multiplication_x": "https://github.githubassets.com/images/icons/emoji/unicode/2716.png?v8", + "heavy_plus_sign": "https://github.githubassets.com/images/icons/emoji/unicode/2795.png?v8", + "hedgehog": "https://github.githubassets.com/images/icons/emoji/unicode/1f994.png?v8", + "helicopter": "https://github.githubassets.com/images/icons/emoji/unicode/1f681.png?v8", + "herb": "https://github.githubassets.com/images/icons/emoji/unicode/1f33f.png?v8", + "hibiscus": "https://github.githubassets.com/images/icons/emoji/unicode/1f33a.png?v8", + "high_brightness": "https://github.githubassets.com/images/icons/emoji/unicode/1f506.png?v8", + "high_heel": "https://github.githubassets.com/images/icons/emoji/unicode/1f460.png?v8", + "hiking_boot": "https://github.githubassets.com/images/icons/emoji/unicode/1f97e.png?v8", + "hindu_temple": "https://github.githubassets.com/images/icons/emoji/unicode/1f6d5.png?v8", + "hippopotamus": "https://github.githubassets.com/images/icons/emoji/unicode/1f99b.png?v8", + "hocho": "https://github.githubassets.com/images/icons/emoji/unicode/1f52a.png?v8", + "hole": "https://github.githubassets.com/images/icons/emoji/unicode/1f573.png?v8", + "honduras": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ed-1f1f3.png?v8", + "honey_pot": "https://github.githubassets.com/images/icons/emoji/unicode/1f36f.png?v8", + "honeybee": "https://github.githubassets.com/images/icons/emoji/unicode/1f41d.png?v8", + "hong_kong": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ed-1f1f0.png?v8", + "hook": "https://github.githubassets.com/images/icons/emoji/unicode/1fa9d.png?v8", + "horse": "https://github.githubassets.com/images/icons/emoji/unicode/1f434.png?v8", + "horse_racing": "https://github.githubassets.com/images/icons/emoji/unicode/1f3c7.png?v8", + "hospital": "https://github.githubassets.com/images/icons/emoji/unicode/1f3e5.png?v8", + "hot_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f975.png?v8", + "hot_pepper": "https://github.githubassets.com/images/icons/emoji/unicode/1f336.png?v8", + "hotdog": "https://github.githubassets.com/images/icons/emoji/unicode/1f32d.png?v8", + "hotel": "https://github.githubassets.com/images/icons/emoji/unicode/1f3e8.png?v8", + "hotsprings": "https://github.githubassets.com/images/icons/emoji/unicode/2668.png?v8", + "hourglass": "https://github.githubassets.com/images/icons/emoji/unicode/231b.png?v8", + "hourglass_flowing_sand": "https://github.githubassets.com/images/icons/emoji/unicode/23f3.png?v8", + "house": "https://github.githubassets.com/images/icons/emoji/unicode/1f3e0.png?v8", + "house_with_garden": "https://github.githubassets.com/images/icons/emoji/unicode/1f3e1.png?v8", + "houses": "https://github.githubassets.com/images/icons/emoji/unicode/1f3d8.png?v8", + "hugs": "https://github.githubassets.com/images/icons/emoji/unicode/1f917.png?v8", + "hungary": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ed-1f1fa.png?v8", + "hurtrealbad": "https://github.githubassets.com/images/icons/emoji/hurtrealbad.png?v8", + "hushed": "https://github.githubassets.com/images/icons/emoji/unicode/1f62f.png?v8", + "hut": "https://github.githubassets.com/images/icons/emoji/unicode/1f6d6.png?v8", + "ice_cream": "https://github.githubassets.com/images/icons/emoji/unicode/1f368.png?v8", + "ice_cube": "https://github.githubassets.com/images/icons/emoji/unicode/1f9ca.png?v8", + "ice_hockey": "https://github.githubassets.com/images/icons/emoji/unicode/1f3d2.png?v8", + "ice_skate": "https://github.githubassets.com/images/icons/emoji/unicode/26f8.png?v8", + "icecream": "https://github.githubassets.com/images/icons/emoji/unicode/1f366.png?v8", + "iceland": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ee-1f1f8.png?v8", + "id": "https://github.githubassets.com/images/icons/emoji/unicode/1f194.png?v8", + "ideograph_advantage": "https://github.githubassets.com/images/icons/emoji/unicode/1f250.png?v8", + "imp": "https://github.githubassets.com/images/icons/emoji/unicode/1f47f.png?v8", + "inbox_tray": "https://github.githubassets.com/images/icons/emoji/unicode/1f4e5.png?v8", + "incoming_envelope": "https://github.githubassets.com/images/icons/emoji/unicode/1f4e8.png?v8", + "india": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ee-1f1f3.png?v8", + "indonesia": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ee-1f1e9.png?v8", + "infinity": "https://github.githubassets.com/images/icons/emoji/unicode/267e.png?v8", + "information_desk_person": "https://github.githubassets.com/images/icons/emoji/unicode/1f481.png?v8", + "information_source": "https://github.githubassets.com/images/icons/emoji/unicode/2139.png?v8", + "innocent": "https://github.githubassets.com/images/icons/emoji/unicode/1f607.png?v8", + "interrobang": "https://github.githubassets.com/images/icons/emoji/unicode/2049.png?v8", + "iphone": "https://github.githubassets.com/images/icons/emoji/unicode/1f4f1.png?v8", + "iran": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ee-1f1f7.png?v8", + "iraq": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ee-1f1f6.png?v8", + "ireland": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ee-1f1ea.png?v8", + "isle_of_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ee-1f1f2.png?v8", + "israel": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ee-1f1f1.png?v8", + "it": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ee-1f1f9.png?v8", + "izakaya_lantern": "https://github.githubassets.com/images/icons/emoji/unicode/1f3ee.png?v8", + "jack_o_lantern": "https://github.githubassets.com/images/icons/emoji/unicode/1f383.png?v8", + "jamaica": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ef-1f1f2.png?v8", + "japan": "https://github.githubassets.com/images/icons/emoji/unicode/1f5fe.png?v8", + "japanese_castle": "https://github.githubassets.com/images/icons/emoji/unicode/1f3ef.png?v8", + "japanese_goblin": "https://github.githubassets.com/images/icons/emoji/unicode/1f47a.png?v8", + "japanese_ogre": "https://github.githubassets.com/images/icons/emoji/unicode/1f479.png?v8", + "jeans": "https://github.githubassets.com/images/icons/emoji/unicode/1f456.png?v8", + "jersey": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ef-1f1ea.png?v8", + "jigsaw": "https://github.githubassets.com/images/icons/emoji/unicode/1f9e9.png?v8", + "jordan": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ef-1f1f4.png?v8", + "joy": "https://github.githubassets.com/images/icons/emoji/unicode/1f602.png?v8", + "joy_cat": "https://github.githubassets.com/images/icons/emoji/unicode/1f639.png?v8", + "joystick": "https://github.githubassets.com/images/icons/emoji/unicode/1f579.png?v8", + "jp": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ef-1f1f5.png?v8", + "judge": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d1-2696.png?v8", + "juggling_person": "https://github.githubassets.com/images/icons/emoji/unicode/1f939.png?v8", + "kaaba": "https://github.githubassets.com/images/icons/emoji/unicode/1f54b.png?v8", + "kangaroo": "https://github.githubassets.com/images/icons/emoji/unicode/1f998.png?v8", + "kazakhstan": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f0-1f1ff.png?v8", + "kenya": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f0-1f1ea.png?v8", + "key": "https://github.githubassets.com/images/icons/emoji/unicode/1f511.png?v8", + "keyboard": "https://github.githubassets.com/images/icons/emoji/unicode/2328.png?v8", + "keycap_ten": "https://github.githubassets.com/images/icons/emoji/unicode/1f51f.png?v8", + "kick_scooter": "https://github.githubassets.com/images/icons/emoji/unicode/1f6f4.png?v8", + "kimono": "https://github.githubassets.com/images/icons/emoji/unicode/1f458.png?v8", + "kiribati": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f0-1f1ee.png?v8", + "kiss": "https://github.githubassets.com/images/icons/emoji/unicode/1f48b.png?v8", + "kissing": "https://github.githubassets.com/images/icons/emoji/unicode/1f617.png?v8", + "kissing_cat": "https://github.githubassets.com/images/icons/emoji/unicode/1f63d.png?v8", + "kissing_closed_eyes": "https://github.githubassets.com/images/icons/emoji/unicode/1f61a.png?v8", + "kissing_heart": "https://github.githubassets.com/images/icons/emoji/unicode/1f618.png?v8", + "kissing_smiling_eyes": "https://github.githubassets.com/images/icons/emoji/unicode/1f619.png?v8", + "kite": "https://github.githubassets.com/images/icons/emoji/unicode/1fa81.png?v8", + "kiwi_fruit": "https://github.githubassets.com/images/icons/emoji/unicode/1f95d.png?v8", + "kneeling_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f9ce-2642.png?v8", + "kneeling_person": "https://github.githubassets.com/images/icons/emoji/unicode/1f9ce.png?v8", + "kneeling_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f9ce-2640.png?v8", + "knife": "https://github.githubassets.com/images/icons/emoji/unicode/1f52a.png?v8", + "knot": "https://github.githubassets.com/images/icons/emoji/unicode/1faa2.png?v8", + "koala": "https://github.githubassets.com/images/icons/emoji/unicode/1f428.png?v8", + "koko": "https://github.githubassets.com/images/icons/emoji/unicode/1f201.png?v8", + "kosovo": "https://github.githubassets.com/images/icons/emoji/unicode/1f1fd-1f1f0.png?v8", + "kr": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f0-1f1f7.png?v8", + "kuwait": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f0-1f1fc.png?v8", + "kyrgyzstan": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f0-1f1ec.png?v8", + "lab_coat": "https://github.githubassets.com/images/icons/emoji/unicode/1f97c.png?v8", + "label": "https://github.githubassets.com/images/icons/emoji/unicode/1f3f7.png?v8", + "lacrosse": "https://github.githubassets.com/images/icons/emoji/unicode/1f94d.png?v8", + "ladder": "https://github.githubassets.com/images/icons/emoji/unicode/1fa9c.png?v8", + "lady_beetle": "https://github.githubassets.com/images/icons/emoji/unicode/1f41e.png?v8", + "lantern": "https://github.githubassets.com/images/icons/emoji/unicode/1f3ee.png?v8", + "laos": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f1-1f1e6.png?v8", + "large_blue_circle": "https://github.githubassets.com/images/icons/emoji/unicode/1f535.png?v8", + "large_blue_diamond": "https://github.githubassets.com/images/icons/emoji/unicode/1f537.png?v8", + "large_orange_diamond": "https://github.githubassets.com/images/icons/emoji/unicode/1f536.png?v8", + "last_quarter_moon": "https://github.githubassets.com/images/icons/emoji/unicode/1f317.png?v8", + "last_quarter_moon_with_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f31c.png?v8", + "latin_cross": "https://github.githubassets.com/images/icons/emoji/unicode/271d.png?v8", + "latvia": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f1-1f1fb.png?v8", + "laughing": "https://github.githubassets.com/images/icons/emoji/unicode/1f606.png?v8", + "leafy_green": "https://github.githubassets.com/images/icons/emoji/unicode/1f96c.png?v8", + "leaves": "https://github.githubassets.com/images/icons/emoji/unicode/1f343.png?v8", + "lebanon": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f1-1f1e7.png?v8", + "ledger": "https://github.githubassets.com/images/icons/emoji/unicode/1f4d2.png?v8", + "left_luggage": "https://github.githubassets.com/images/icons/emoji/unicode/1f6c5.png?v8", + "left_right_arrow": "https://github.githubassets.com/images/icons/emoji/unicode/2194.png?v8", + "left_speech_bubble": "https://github.githubassets.com/images/icons/emoji/unicode/1f5e8.png?v8", + "leftwards_arrow_with_hook": "https://github.githubassets.com/images/icons/emoji/unicode/21a9.png?v8", + "leg": "https://github.githubassets.com/images/icons/emoji/unicode/1f9b5.png?v8", + "lemon": "https://github.githubassets.com/images/icons/emoji/unicode/1f34b.png?v8", + "leo": "https://github.githubassets.com/images/icons/emoji/unicode/264c.png?v8", + "leopard": "https://github.githubassets.com/images/icons/emoji/unicode/1f406.png?v8", + "lesotho": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f1-1f1f8.png?v8", + "level_slider": "https://github.githubassets.com/images/icons/emoji/unicode/1f39a.png?v8", + "liberia": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f1-1f1f7.png?v8", + "libra": "https://github.githubassets.com/images/icons/emoji/unicode/264e.png?v8", + "libya": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f1-1f1fe.png?v8", + "liechtenstein": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f1-1f1ee.png?v8", + "light_rail": "https://github.githubassets.com/images/icons/emoji/unicode/1f688.png?v8", + "link": "https://github.githubassets.com/images/icons/emoji/unicode/1f517.png?v8", + "lion": "https://github.githubassets.com/images/icons/emoji/unicode/1f981.png?v8", + "lips": "https://github.githubassets.com/images/icons/emoji/unicode/1f444.png?v8", + "lipstick": "https://github.githubassets.com/images/icons/emoji/unicode/1f484.png?v8", + "lithuania": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f1-1f1f9.png?v8", + "lizard": "https://github.githubassets.com/images/icons/emoji/unicode/1f98e.png?v8", + "llama": "https://github.githubassets.com/images/icons/emoji/unicode/1f999.png?v8", + "lobster": "https://github.githubassets.com/images/icons/emoji/unicode/1f99e.png?v8", + "lock": "https://github.githubassets.com/images/icons/emoji/unicode/1f512.png?v8", + "lock_with_ink_pen": "https://github.githubassets.com/images/icons/emoji/unicode/1f50f.png?v8", + "lollipop": "https://github.githubassets.com/images/icons/emoji/unicode/1f36d.png?v8", + "long_drum": "https://github.githubassets.com/images/icons/emoji/unicode/1fa98.png?v8", + "loop": "https://github.githubassets.com/images/icons/emoji/unicode/27bf.png?v8", + "lotion_bottle": "https://github.githubassets.com/images/icons/emoji/unicode/1f9f4.png?v8", + "lotus_position": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d8.png?v8", + "lotus_position_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d8-2642.png?v8", + "lotus_position_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d8-2640.png?v8", + "loud_sound": "https://github.githubassets.com/images/icons/emoji/unicode/1f50a.png?v8", + "loudspeaker": "https://github.githubassets.com/images/icons/emoji/unicode/1f4e2.png?v8", + "love_hotel": "https://github.githubassets.com/images/icons/emoji/unicode/1f3e9.png?v8", + "love_letter": "https://github.githubassets.com/images/icons/emoji/unicode/1f48c.png?v8", + "love_you_gesture": "https://github.githubassets.com/images/icons/emoji/unicode/1f91f.png?v8", + "low_brightness": "https://github.githubassets.com/images/icons/emoji/unicode/1f505.png?v8", + "luggage": "https://github.githubassets.com/images/icons/emoji/unicode/1f9f3.png?v8", + "lungs": "https://github.githubassets.com/images/icons/emoji/unicode/1fac1.png?v8", + "luxembourg": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f1-1f1fa.png?v8", + "lying_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f925.png?v8", + "m": "https://github.githubassets.com/images/icons/emoji/unicode/24c2.png?v8", + "macau": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f2-1f1f4.png?v8", + "macedonia": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f2-1f1f0.png?v8", + "madagascar": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f2-1f1ec.png?v8", + "mag": "https://github.githubassets.com/images/icons/emoji/unicode/1f50d.png?v8", + "mag_right": "https://github.githubassets.com/images/icons/emoji/unicode/1f50e.png?v8", + "mage": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d9.png?v8", + "mage_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d9-2642.png?v8", + "mage_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d9-2640.png?v8", + "magic_wand": "https://github.githubassets.com/images/icons/emoji/unicode/1fa84.png?v8", + "magnet": "https://github.githubassets.com/images/icons/emoji/unicode/1f9f2.png?v8", + "mahjong": "https://github.githubassets.com/images/icons/emoji/unicode/1f004.png?v8", + "mailbox": "https://github.githubassets.com/images/icons/emoji/unicode/1f4eb.png?v8", + "mailbox_closed": "https://github.githubassets.com/images/icons/emoji/unicode/1f4ea.png?v8", + "mailbox_with_mail": "https://github.githubassets.com/images/icons/emoji/unicode/1f4ec.png?v8", + "mailbox_with_no_mail": "https://github.githubassets.com/images/icons/emoji/unicode/1f4ed.png?v8", + "malawi": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f2-1f1fc.png?v8", + "malaysia": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f2-1f1fe.png?v8", + "maldives": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f2-1f1fb.png?v8", + "male_detective": "https://github.githubassets.com/images/icons/emoji/unicode/1f575-2642.png?v8", + "male_sign": "https://github.githubassets.com/images/icons/emoji/unicode/2642.png?v8", + "mali": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f2-1f1f1.png?v8", + "malta": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f2-1f1f9.png?v8", + "mammoth": "https://github.githubassets.com/images/icons/emoji/unicode/1f9a3.png?v8", + "man": "https://github.githubassets.com/images/icons/emoji/unicode/1f468.png?v8", + "man_artist": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f3a8.png?v8", + "man_astronaut": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f680.png?v8", + "man_beard": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d4-2642.png?v8", + "man_cartwheeling": "https://github.githubassets.com/images/icons/emoji/unicode/1f938-2642.png?v8", + "man_cook": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f373.png?v8", + "man_dancing": "https://github.githubassets.com/images/icons/emoji/unicode/1f57a.png?v8", + "man_facepalming": "https://github.githubassets.com/images/icons/emoji/unicode/1f926-2642.png?v8", + "man_factory_worker": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f3ed.png?v8", + "man_farmer": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f33e.png?v8", + "man_feeding_baby": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f37c.png?v8", + "man_firefighter": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f692.png?v8", + "man_health_worker": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-2695.png?v8", + "man_in_manual_wheelchair": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f9bd.png?v8", + "man_in_motorized_wheelchair": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f9bc.png?v8", + "man_in_tuxedo": "https://github.githubassets.com/images/icons/emoji/unicode/1f935-2642.png?v8", + "man_judge": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-2696.png?v8", + "man_juggling": "https://github.githubassets.com/images/icons/emoji/unicode/1f939-2642.png?v8", + "man_mechanic": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f527.png?v8", + "man_office_worker": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f4bc.png?v8", + "man_pilot": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-2708.png?v8", + "man_playing_handball": "https://github.githubassets.com/images/icons/emoji/unicode/1f93e-2642.png?v8", + "man_playing_water_polo": "https://github.githubassets.com/images/icons/emoji/unicode/1f93d-2642.png?v8", + "man_scientist": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f52c.png?v8", + "man_shrugging": "https://github.githubassets.com/images/icons/emoji/unicode/1f937-2642.png?v8", + "man_singer": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f3a4.png?v8", + "man_student": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f393.png?v8", + "man_teacher": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f3eb.png?v8", + "man_technologist": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f4bb.png?v8", + "man_with_gua_pi_mao": "https://github.githubassets.com/images/icons/emoji/unicode/1f472.png?v8", + "man_with_probing_cane": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f9af.png?v8", + "man_with_turban": "https://github.githubassets.com/images/icons/emoji/unicode/1f473-2642.png?v8", + "man_with_veil": "https://github.githubassets.com/images/icons/emoji/unicode/1f470-2642.png?v8", + "mandarin": "https://github.githubassets.com/images/icons/emoji/unicode/1f34a.png?v8", + "mango": "https://github.githubassets.com/images/icons/emoji/unicode/1f96d.png?v8", + "mans_shoe": "https://github.githubassets.com/images/icons/emoji/unicode/1f45e.png?v8", + "mantelpiece_clock": "https://github.githubassets.com/images/icons/emoji/unicode/1f570.png?v8", + "manual_wheelchair": "https://github.githubassets.com/images/icons/emoji/unicode/1f9bd.png?v8", + "maple_leaf": "https://github.githubassets.com/images/icons/emoji/unicode/1f341.png?v8", + "marshall_islands": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f2-1f1ed.png?v8", + "martial_arts_uniform": "https://github.githubassets.com/images/icons/emoji/unicode/1f94b.png?v8", + "martinique": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f2-1f1f6.png?v8", + "mask": "https://github.githubassets.com/images/icons/emoji/unicode/1f637.png?v8", + "massage": "https://github.githubassets.com/images/icons/emoji/unicode/1f486.png?v8", + "massage_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f486-2642.png?v8", + "massage_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f486-2640.png?v8", + "mate": "https://github.githubassets.com/images/icons/emoji/unicode/1f9c9.png?v8", + "mauritania": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f2-1f1f7.png?v8", + "mauritius": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f2-1f1fa.png?v8", + "mayotte": "https://github.githubassets.com/images/icons/emoji/unicode/1f1fe-1f1f9.png?v8", + "meat_on_bone": "https://github.githubassets.com/images/icons/emoji/unicode/1f356.png?v8", + "mechanic": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d1-1f527.png?v8", + "mechanical_arm": "https://github.githubassets.com/images/icons/emoji/unicode/1f9be.png?v8", + "mechanical_leg": "https://github.githubassets.com/images/icons/emoji/unicode/1f9bf.png?v8", + "medal_military": "https://github.githubassets.com/images/icons/emoji/unicode/1f396.png?v8", + "medal_sports": "https://github.githubassets.com/images/icons/emoji/unicode/1f3c5.png?v8", + "medical_symbol": "https://github.githubassets.com/images/icons/emoji/unicode/2695.png?v8", + "mega": "https://github.githubassets.com/images/icons/emoji/unicode/1f4e3.png?v8", + "melon": "https://github.githubassets.com/images/icons/emoji/unicode/1f348.png?v8", + "memo": "https://github.githubassets.com/images/icons/emoji/unicode/1f4dd.png?v8", + "men_wrestling": "https://github.githubassets.com/images/icons/emoji/unicode/1f93c-2642.png?v8", + "mending_heart": "https://github.githubassets.com/images/icons/emoji/unicode/2764-1fa79.png?v8", + "menorah": "https://github.githubassets.com/images/icons/emoji/unicode/1f54e.png?v8", + "mens": "https://github.githubassets.com/images/icons/emoji/unicode/1f6b9.png?v8", + "mermaid": "https://github.githubassets.com/images/icons/emoji/unicode/1f9dc-2640.png?v8", + "merman": "https://github.githubassets.com/images/icons/emoji/unicode/1f9dc-2642.png?v8", + "merperson": "https://github.githubassets.com/images/icons/emoji/unicode/1f9dc.png?v8", + "metal": "https://github.githubassets.com/images/icons/emoji/unicode/1f918.png?v8", + "metro": "https://github.githubassets.com/images/icons/emoji/unicode/1f687.png?v8", + "mexico": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f2-1f1fd.png?v8", + "microbe": "https://github.githubassets.com/images/icons/emoji/unicode/1f9a0.png?v8", + "micronesia": "https://github.githubassets.com/images/icons/emoji/unicode/1f1eb-1f1f2.png?v8", + "microphone": "https://github.githubassets.com/images/icons/emoji/unicode/1f3a4.png?v8", + "microscope": "https://github.githubassets.com/images/icons/emoji/unicode/1f52c.png?v8", + "middle_finger": "https://github.githubassets.com/images/icons/emoji/unicode/1f595.png?v8", + "military_helmet": "https://github.githubassets.com/images/icons/emoji/unicode/1fa96.png?v8", + "milk_glass": "https://github.githubassets.com/images/icons/emoji/unicode/1f95b.png?v8", + "milky_way": "https://github.githubassets.com/images/icons/emoji/unicode/1f30c.png?v8", + "minibus": "https://github.githubassets.com/images/icons/emoji/unicode/1f690.png?v8", + "minidisc": "https://github.githubassets.com/images/icons/emoji/unicode/1f4bd.png?v8", + "mirror": "https://github.githubassets.com/images/icons/emoji/unicode/1fa9e.png?v8", + "mobile_phone_off": "https://github.githubassets.com/images/icons/emoji/unicode/1f4f4.png?v8", + "moldova": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f2-1f1e9.png?v8", + "monaco": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f2-1f1e8.png?v8", + "money_mouth_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f911.png?v8", + "money_with_wings": "https://github.githubassets.com/images/icons/emoji/unicode/1f4b8.png?v8", + "moneybag": "https://github.githubassets.com/images/icons/emoji/unicode/1f4b0.png?v8", + "mongolia": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f2-1f1f3.png?v8", + "monkey": "https://github.githubassets.com/images/icons/emoji/unicode/1f412.png?v8", + "monkey_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f435.png?v8", + "monocle_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d0.png?v8", + "monorail": "https://github.githubassets.com/images/icons/emoji/unicode/1f69d.png?v8", + "montenegro": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f2-1f1ea.png?v8", + "montserrat": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f2-1f1f8.png?v8", + "moon": "https://github.githubassets.com/images/icons/emoji/unicode/1f314.png?v8", + "moon_cake": "https://github.githubassets.com/images/icons/emoji/unicode/1f96e.png?v8", + "morocco": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f2-1f1e6.png?v8", + "mortar_board": "https://github.githubassets.com/images/icons/emoji/unicode/1f393.png?v8", + "mosque": "https://github.githubassets.com/images/icons/emoji/unicode/1f54c.png?v8", + "mosquito": "https://github.githubassets.com/images/icons/emoji/unicode/1f99f.png?v8", + "motor_boat": "https://github.githubassets.com/images/icons/emoji/unicode/1f6e5.png?v8", + "motor_scooter": "https://github.githubassets.com/images/icons/emoji/unicode/1f6f5.png?v8", + "motorcycle": "https://github.githubassets.com/images/icons/emoji/unicode/1f3cd.png?v8", + "motorized_wheelchair": "https://github.githubassets.com/images/icons/emoji/unicode/1f9bc.png?v8", + "motorway": "https://github.githubassets.com/images/icons/emoji/unicode/1f6e3.png?v8", + "mount_fuji": "https://github.githubassets.com/images/icons/emoji/unicode/1f5fb.png?v8", + "mountain": "https://github.githubassets.com/images/icons/emoji/unicode/26f0.png?v8", + "mountain_bicyclist": "https://github.githubassets.com/images/icons/emoji/unicode/1f6b5.png?v8", + "mountain_biking_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f6b5-2642.png?v8", + "mountain_biking_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f6b5-2640.png?v8", + "mountain_cableway": "https://github.githubassets.com/images/icons/emoji/unicode/1f6a0.png?v8", + "mountain_railway": "https://github.githubassets.com/images/icons/emoji/unicode/1f69e.png?v8", + "mountain_snow": "https://github.githubassets.com/images/icons/emoji/unicode/1f3d4.png?v8", + "mouse": "https://github.githubassets.com/images/icons/emoji/unicode/1f42d.png?v8", + "mouse2": "https://github.githubassets.com/images/icons/emoji/unicode/1f401.png?v8", + "mouse_trap": "https://github.githubassets.com/images/icons/emoji/unicode/1faa4.png?v8", + "movie_camera": "https://github.githubassets.com/images/icons/emoji/unicode/1f3a5.png?v8", + "moyai": "https://github.githubassets.com/images/icons/emoji/unicode/1f5ff.png?v8", + "mozambique": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f2-1f1ff.png?v8", + "mrs_claus": "https://github.githubassets.com/images/icons/emoji/unicode/1f936.png?v8", + "muscle": "https://github.githubassets.com/images/icons/emoji/unicode/1f4aa.png?v8", + "mushroom": "https://github.githubassets.com/images/icons/emoji/unicode/1f344.png?v8", + "musical_keyboard": "https://github.githubassets.com/images/icons/emoji/unicode/1f3b9.png?v8", + "musical_note": "https://github.githubassets.com/images/icons/emoji/unicode/1f3b5.png?v8", + "musical_score": "https://github.githubassets.com/images/icons/emoji/unicode/1f3bc.png?v8", + "mute": "https://github.githubassets.com/images/icons/emoji/unicode/1f507.png?v8", + "mx_claus": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d1-1f384.png?v8", + "myanmar": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f2-1f1f2.png?v8", + "nail_care": "https://github.githubassets.com/images/icons/emoji/unicode/1f485.png?v8", + "name_badge": "https://github.githubassets.com/images/icons/emoji/unicode/1f4db.png?v8", + "namibia": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f3-1f1e6.png?v8", + "national_park": "https://github.githubassets.com/images/icons/emoji/unicode/1f3de.png?v8", + "nauru": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f3-1f1f7.png?v8", + "nauseated_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f922.png?v8", + "nazar_amulet": "https://github.githubassets.com/images/icons/emoji/unicode/1f9ff.png?v8", + "neckbeard": "https://github.githubassets.com/images/icons/emoji/neckbeard.png?v8", + "necktie": "https://github.githubassets.com/images/icons/emoji/unicode/1f454.png?v8", + "negative_squared_cross_mark": "https://github.githubassets.com/images/icons/emoji/unicode/274e.png?v8", + "nepal": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f3-1f1f5.png?v8", + "nerd_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f913.png?v8", + "nesting_dolls": "https://github.githubassets.com/images/icons/emoji/unicode/1fa86.png?v8", + "netherlands": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f3-1f1f1.png?v8", + "neutral_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f610.png?v8", + "new": "https://github.githubassets.com/images/icons/emoji/unicode/1f195.png?v8", + "new_caledonia": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f3-1f1e8.png?v8", + "new_moon": "https://github.githubassets.com/images/icons/emoji/unicode/1f311.png?v8", + "new_moon_with_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f31a.png?v8", + "new_zealand": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f3-1f1ff.png?v8", + "newspaper": "https://github.githubassets.com/images/icons/emoji/unicode/1f4f0.png?v8", + "newspaper_roll": "https://github.githubassets.com/images/icons/emoji/unicode/1f5de.png?v8", + "next_track_button": "https://github.githubassets.com/images/icons/emoji/unicode/23ed.png?v8", + "ng": "https://github.githubassets.com/images/icons/emoji/unicode/1f196.png?v8", + "ng_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f645-2642.png?v8", + "ng_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f645-2640.png?v8", + "nicaragua": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f3-1f1ee.png?v8", + "niger": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f3-1f1ea.png?v8", + "nigeria": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f3-1f1ec.png?v8", + "night_with_stars": "https://github.githubassets.com/images/icons/emoji/unicode/1f303.png?v8", + "nine": "https://github.githubassets.com/images/icons/emoji/unicode/0039-20e3.png?v8", + "ninja": "https://github.githubassets.com/images/icons/emoji/unicode/1f977.png?v8", + "niue": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f3-1f1fa.png?v8", + "no_bell": "https://github.githubassets.com/images/icons/emoji/unicode/1f515.png?v8", + "no_bicycles": "https://github.githubassets.com/images/icons/emoji/unicode/1f6b3.png?v8", + "no_entry": "https://github.githubassets.com/images/icons/emoji/unicode/26d4.png?v8", + "no_entry_sign": "https://github.githubassets.com/images/icons/emoji/unicode/1f6ab.png?v8", + "no_good": "https://github.githubassets.com/images/icons/emoji/unicode/1f645.png?v8", + "no_good_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f645-2642.png?v8", + "no_good_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f645-2640.png?v8", + "no_mobile_phones": "https://github.githubassets.com/images/icons/emoji/unicode/1f4f5.png?v8", + "no_mouth": "https://github.githubassets.com/images/icons/emoji/unicode/1f636.png?v8", + "no_pedestrians": "https://github.githubassets.com/images/icons/emoji/unicode/1f6b7.png?v8", + "no_smoking": "https://github.githubassets.com/images/icons/emoji/unicode/1f6ad.png?v8", + "non-potable_water": "https://github.githubassets.com/images/icons/emoji/unicode/1f6b1.png?v8", + "norfolk_island": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f3-1f1eb.png?v8", + "north_korea": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f0-1f1f5.png?v8", + "northern_mariana_islands": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f2-1f1f5.png?v8", + "norway": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f3-1f1f4.png?v8", + "nose": "https://github.githubassets.com/images/icons/emoji/unicode/1f443.png?v8", + "notebook": "https://github.githubassets.com/images/icons/emoji/unicode/1f4d3.png?v8", + "notebook_with_decorative_cover": "https://github.githubassets.com/images/icons/emoji/unicode/1f4d4.png?v8", + "notes": "https://github.githubassets.com/images/icons/emoji/unicode/1f3b6.png?v8", + "nut_and_bolt": "https://github.githubassets.com/images/icons/emoji/unicode/1f529.png?v8", + "o": "https://github.githubassets.com/images/icons/emoji/unicode/2b55.png?v8", + "o2": "https://github.githubassets.com/images/icons/emoji/unicode/1f17e.png?v8", + "ocean": "https://github.githubassets.com/images/icons/emoji/unicode/1f30a.png?v8", + "octocat": "https://github.githubassets.com/images/icons/emoji/octocat.png?v8", + "octopus": "https://github.githubassets.com/images/icons/emoji/unicode/1f419.png?v8", + "oden": "https://github.githubassets.com/images/icons/emoji/unicode/1f362.png?v8", + "office": "https://github.githubassets.com/images/icons/emoji/unicode/1f3e2.png?v8", + "office_worker": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d1-1f4bc.png?v8", + "oil_drum": "https://github.githubassets.com/images/icons/emoji/unicode/1f6e2.png?v8", + "ok": "https://github.githubassets.com/images/icons/emoji/unicode/1f197.png?v8", + "ok_hand": "https://github.githubassets.com/images/icons/emoji/unicode/1f44c.png?v8", + "ok_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f646-2642.png?v8", + "ok_person": "https://github.githubassets.com/images/icons/emoji/unicode/1f646.png?v8", + "ok_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f646-2640.png?v8", + "old_key": "https://github.githubassets.com/images/icons/emoji/unicode/1f5dd.png?v8", + "older_adult": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d3.png?v8", + "older_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f474.png?v8", + "older_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f475.png?v8", + "olive": "https://github.githubassets.com/images/icons/emoji/unicode/1fad2.png?v8", + "om": "https://github.githubassets.com/images/icons/emoji/unicode/1f549.png?v8", + "oman": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f4-1f1f2.png?v8", + "on": "https://github.githubassets.com/images/icons/emoji/unicode/1f51b.png?v8", + "oncoming_automobile": "https://github.githubassets.com/images/icons/emoji/unicode/1f698.png?v8", + "oncoming_bus": "https://github.githubassets.com/images/icons/emoji/unicode/1f68d.png?v8", + "oncoming_police_car": "https://github.githubassets.com/images/icons/emoji/unicode/1f694.png?v8", + "oncoming_taxi": "https://github.githubassets.com/images/icons/emoji/unicode/1f696.png?v8", + "one": "https://github.githubassets.com/images/icons/emoji/unicode/0031-20e3.png?v8", + "one_piece_swimsuit": "https://github.githubassets.com/images/icons/emoji/unicode/1fa71.png?v8", + "onion": "https://github.githubassets.com/images/icons/emoji/unicode/1f9c5.png?v8", + "open_book": "https://github.githubassets.com/images/icons/emoji/unicode/1f4d6.png?v8", + "open_file_folder": "https://github.githubassets.com/images/icons/emoji/unicode/1f4c2.png?v8", + "open_hands": "https://github.githubassets.com/images/icons/emoji/unicode/1f450.png?v8", + "open_mouth": "https://github.githubassets.com/images/icons/emoji/unicode/1f62e.png?v8", + "open_umbrella": "https://github.githubassets.com/images/icons/emoji/unicode/2602.png?v8", + "ophiuchus": "https://github.githubassets.com/images/icons/emoji/unicode/26ce.png?v8", + "orange": "https://github.githubassets.com/images/icons/emoji/unicode/1f34a.png?v8", + "orange_book": "https://github.githubassets.com/images/icons/emoji/unicode/1f4d9.png?v8", + "orange_circle": "https://github.githubassets.com/images/icons/emoji/unicode/1f7e0.png?v8", + "orange_heart": "https://github.githubassets.com/images/icons/emoji/unicode/1f9e1.png?v8", + "orange_square": "https://github.githubassets.com/images/icons/emoji/unicode/1f7e7.png?v8", + "orangutan": "https://github.githubassets.com/images/icons/emoji/unicode/1f9a7.png?v8", + "orthodox_cross": "https://github.githubassets.com/images/icons/emoji/unicode/2626.png?v8", + "otter": "https://github.githubassets.com/images/icons/emoji/unicode/1f9a6.png?v8", + "outbox_tray": "https://github.githubassets.com/images/icons/emoji/unicode/1f4e4.png?v8", + "owl": "https://github.githubassets.com/images/icons/emoji/unicode/1f989.png?v8", + "ox": "https://github.githubassets.com/images/icons/emoji/unicode/1f402.png?v8", + "oyster": "https://github.githubassets.com/images/icons/emoji/unicode/1f9aa.png?v8", + "package": "https://github.githubassets.com/images/icons/emoji/unicode/1f4e6.png?v8", + "page_facing_up": "https://github.githubassets.com/images/icons/emoji/unicode/1f4c4.png?v8", + "page_with_curl": "https://github.githubassets.com/images/icons/emoji/unicode/1f4c3.png?v8", + "pager": "https://github.githubassets.com/images/icons/emoji/unicode/1f4df.png?v8", + "paintbrush": "https://github.githubassets.com/images/icons/emoji/unicode/1f58c.png?v8", + "pakistan": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f5-1f1f0.png?v8", + "palau": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f5-1f1fc.png?v8", + "palestinian_territories": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f5-1f1f8.png?v8", + "palm_tree": "https://github.githubassets.com/images/icons/emoji/unicode/1f334.png?v8", + "palms_up_together": "https://github.githubassets.com/images/icons/emoji/unicode/1f932.png?v8", + "panama": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f5-1f1e6.png?v8", + "pancakes": "https://github.githubassets.com/images/icons/emoji/unicode/1f95e.png?v8", + "panda_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f43c.png?v8", + "paperclip": "https://github.githubassets.com/images/icons/emoji/unicode/1f4ce.png?v8", + "paperclips": "https://github.githubassets.com/images/icons/emoji/unicode/1f587.png?v8", + "papua_new_guinea": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f5-1f1ec.png?v8", + "parachute": "https://github.githubassets.com/images/icons/emoji/unicode/1fa82.png?v8", + "paraguay": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f5-1f1fe.png?v8", + "parasol_on_ground": "https://github.githubassets.com/images/icons/emoji/unicode/26f1.png?v8", + "parking": "https://github.githubassets.com/images/icons/emoji/unicode/1f17f.png?v8", + "parrot": "https://github.githubassets.com/images/icons/emoji/unicode/1f99c.png?v8", + "part_alternation_mark": "https://github.githubassets.com/images/icons/emoji/unicode/303d.png?v8", + "partly_sunny": "https://github.githubassets.com/images/icons/emoji/unicode/26c5.png?v8", + "partying_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f973.png?v8", + "passenger_ship": "https://github.githubassets.com/images/icons/emoji/unicode/1f6f3.png?v8", + "passport_control": "https://github.githubassets.com/images/icons/emoji/unicode/1f6c2.png?v8", + "pause_button": "https://github.githubassets.com/images/icons/emoji/unicode/23f8.png?v8", + "paw_prints": "https://github.githubassets.com/images/icons/emoji/unicode/1f43e.png?v8", + "peace_symbol": "https://github.githubassets.com/images/icons/emoji/unicode/262e.png?v8", + "peach": "https://github.githubassets.com/images/icons/emoji/unicode/1f351.png?v8", + "peacock": "https://github.githubassets.com/images/icons/emoji/unicode/1f99a.png?v8", + "peanuts": "https://github.githubassets.com/images/icons/emoji/unicode/1f95c.png?v8", + "pear": "https://github.githubassets.com/images/icons/emoji/unicode/1f350.png?v8", + "pen": "https://github.githubassets.com/images/icons/emoji/unicode/1f58a.png?v8", + "pencil": "https://github.githubassets.com/images/icons/emoji/unicode/1f4dd.png?v8", + "pencil2": "https://github.githubassets.com/images/icons/emoji/unicode/270f.png?v8", + "penguin": "https://github.githubassets.com/images/icons/emoji/unicode/1f427.png?v8", + "pensive": "https://github.githubassets.com/images/icons/emoji/unicode/1f614.png?v8", + "people_holding_hands": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d1-1f91d-1f9d1.png?v8", + "people_hugging": "https://github.githubassets.com/images/icons/emoji/unicode/1fac2.png?v8", + "performing_arts": "https://github.githubassets.com/images/icons/emoji/unicode/1f3ad.png?v8", + "persevere": "https://github.githubassets.com/images/icons/emoji/unicode/1f623.png?v8", + "person_bald": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d1-1f9b2.png?v8", + "person_curly_hair": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d1-1f9b1.png?v8", + "person_feeding_baby": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d1-1f37c.png?v8", + "person_fencing": "https://github.githubassets.com/images/icons/emoji/unicode/1f93a.png?v8", + "person_in_manual_wheelchair": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d1-1f9bd.png?v8", + "person_in_motorized_wheelchair": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d1-1f9bc.png?v8", + "person_in_tuxedo": "https://github.githubassets.com/images/icons/emoji/unicode/1f935.png?v8", + "person_red_hair": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d1-1f9b0.png?v8", + "person_white_hair": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d1-1f9b3.png?v8", + "person_with_probing_cane": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d1-1f9af.png?v8", + "person_with_turban": "https://github.githubassets.com/images/icons/emoji/unicode/1f473.png?v8", + "person_with_veil": "https://github.githubassets.com/images/icons/emoji/unicode/1f470.png?v8", + "peru": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f5-1f1ea.png?v8", + "petri_dish": "https://github.githubassets.com/images/icons/emoji/unicode/1f9eb.png?v8", + "philippines": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f5-1f1ed.png?v8", + "phone": "https://github.githubassets.com/images/icons/emoji/unicode/260e.png?v8", + "pick": "https://github.githubassets.com/images/icons/emoji/unicode/26cf.png?v8", + "pickup_truck": "https://github.githubassets.com/images/icons/emoji/unicode/1f6fb.png?v8", + "pie": "https://github.githubassets.com/images/icons/emoji/unicode/1f967.png?v8", + "pig": "https://github.githubassets.com/images/icons/emoji/unicode/1f437.png?v8", + "pig2": "https://github.githubassets.com/images/icons/emoji/unicode/1f416.png?v8", + "pig_nose": "https://github.githubassets.com/images/icons/emoji/unicode/1f43d.png?v8", + "pill": "https://github.githubassets.com/images/icons/emoji/unicode/1f48a.png?v8", + "pilot": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d1-2708.png?v8", + "pinata": "https://github.githubassets.com/images/icons/emoji/unicode/1fa85.png?v8", + "pinched_fingers": "https://github.githubassets.com/images/icons/emoji/unicode/1f90c.png?v8", + "pinching_hand": "https://github.githubassets.com/images/icons/emoji/unicode/1f90f.png?v8", + "pineapple": "https://github.githubassets.com/images/icons/emoji/unicode/1f34d.png?v8", + "ping_pong": "https://github.githubassets.com/images/icons/emoji/unicode/1f3d3.png?v8", + "pirate_flag": "https://github.githubassets.com/images/icons/emoji/unicode/1f3f4-2620.png?v8", + "pisces": "https://github.githubassets.com/images/icons/emoji/unicode/2653.png?v8", + "pitcairn_islands": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f5-1f1f3.png?v8", + "pizza": "https://github.githubassets.com/images/icons/emoji/unicode/1f355.png?v8", + "placard": "https://github.githubassets.com/images/icons/emoji/unicode/1faa7.png?v8", + "place_of_worship": "https://github.githubassets.com/images/icons/emoji/unicode/1f6d0.png?v8", + "plate_with_cutlery": "https://github.githubassets.com/images/icons/emoji/unicode/1f37d.png?v8", + "play_or_pause_button": "https://github.githubassets.com/images/icons/emoji/unicode/23ef.png?v8", + "pleading_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f97a.png?v8", + "plunger": "https://github.githubassets.com/images/icons/emoji/unicode/1faa0.png?v8", + "point_down": "https://github.githubassets.com/images/icons/emoji/unicode/1f447.png?v8", + "point_left": "https://github.githubassets.com/images/icons/emoji/unicode/1f448.png?v8", + "point_right": "https://github.githubassets.com/images/icons/emoji/unicode/1f449.png?v8", + "point_up": "https://github.githubassets.com/images/icons/emoji/unicode/261d.png?v8", + "point_up_2": "https://github.githubassets.com/images/icons/emoji/unicode/1f446.png?v8", + "poland": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f5-1f1f1.png?v8", + "polar_bear": "https://github.githubassets.com/images/icons/emoji/unicode/1f43b-2744.png?v8", + "police_car": "https://github.githubassets.com/images/icons/emoji/unicode/1f693.png?v8", + "police_officer": "https://github.githubassets.com/images/icons/emoji/unicode/1f46e.png?v8", + "policeman": "https://github.githubassets.com/images/icons/emoji/unicode/1f46e-2642.png?v8", + "policewoman": "https://github.githubassets.com/images/icons/emoji/unicode/1f46e-2640.png?v8", + "poodle": "https://github.githubassets.com/images/icons/emoji/unicode/1f429.png?v8", + "poop": "https://github.githubassets.com/images/icons/emoji/unicode/1f4a9.png?v8", + "popcorn": "https://github.githubassets.com/images/icons/emoji/unicode/1f37f.png?v8", + "portugal": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f5-1f1f9.png?v8", + "post_office": "https://github.githubassets.com/images/icons/emoji/unicode/1f3e3.png?v8", + "postal_horn": "https://github.githubassets.com/images/icons/emoji/unicode/1f4ef.png?v8", + "postbox": "https://github.githubassets.com/images/icons/emoji/unicode/1f4ee.png?v8", + "potable_water": "https://github.githubassets.com/images/icons/emoji/unicode/1f6b0.png?v8", + "potato": "https://github.githubassets.com/images/icons/emoji/unicode/1f954.png?v8", + "potted_plant": "https://github.githubassets.com/images/icons/emoji/unicode/1fab4.png?v8", + "pouch": "https://github.githubassets.com/images/icons/emoji/unicode/1f45d.png?v8", + "poultry_leg": "https://github.githubassets.com/images/icons/emoji/unicode/1f357.png?v8", + "pound": "https://github.githubassets.com/images/icons/emoji/unicode/1f4b7.png?v8", + "pout": "https://github.githubassets.com/images/icons/emoji/unicode/1f621.png?v8", + "pouting_cat": "https://github.githubassets.com/images/icons/emoji/unicode/1f63e.png?v8", + "pouting_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f64e.png?v8", + "pouting_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f64e-2642.png?v8", + "pouting_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f64e-2640.png?v8", + "pray": "https://github.githubassets.com/images/icons/emoji/unicode/1f64f.png?v8", + "prayer_beads": "https://github.githubassets.com/images/icons/emoji/unicode/1f4ff.png?v8", + "pregnant_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f930.png?v8", + "pretzel": "https://github.githubassets.com/images/icons/emoji/unicode/1f968.png?v8", + "previous_track_button": "https://github.githubassets.com/images/icons/emoji/unicode/23ee.png?v8", + "prince": "https://github.githubassets.com/images/icons/emoji/unicode/1f934.png?v8", + "princess": "https://github.githubassets.com/images/icons/emoji/unicode/1f478.png?v8", + "printer": "https://github.githubassets.com/images/icons/emoji/unicode/1f5a8.png?v8", + "probing_cane": "https://github.githubassets.com/images/icons/emoji/unicode/1f9af.png?v8", + "puerto_rico": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f5-1f1f7.png?v8", + "punch": "https://github.githubassets.com/images/icons/emoji/unicode/1f44a.png?v8", + "purple_circle": "https://github.githubassets.com/images/icons/emoji/unicode/1f7e3.png?v8", + "purple_heart": "https://github.githubassets.com/images/icons/emoji/unicode/1f49c.png?v8", + "purple_square": "https://github.githubassets.com/images/icons/emoji/unicode/1f7ea.png?v8", + "purse": "https://github.githubassets.com/images/icons/emoji/unicode/1f45b.png?v8", + "pushpin": "https://github.githubassets.com/images/icons/emoji/unicode/1f4cc.png?v8", + "put_litter_in_its_place": "https://github.githubassets.com/images/icons/emoji/unicode/1f6ae.png?v8", + "qatar": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f6-1f1e6.png?v8", + "question": "https://github.githubassets.com/images/icons/emoji/unicode/2753.png?v8", + "rabbit": "https://github.githubassets.com/images/icons/emoji/unicode/1f430.png?v8", + "rabbit2": "https://github.githubassets.com/images/icons/emoji/unicode/1f407.png?v8", + "raccoon": "https://github.githubassets.com/images/icons/emoji/unicode/1f99d.png?v8", + "racehorse": "https://github.githubassets.com/images/icons/emoji/unicode/1f40e.png?v8", + "racing_car": "https://github.githubassets.com/images/icons/emoji/unicode/1f3ce.png?v8", + "radio": "https://github.githubassets.com/images/icons/emoji/unicode/1f4fb.png?v8", + "radio_button": "https://github.githubassets.com/images/icons/emoji/unicode/1f518.png?v8", + "radioactive": "https://github.githubassets.com/images/icons/emoji/unicode/2622.png?v8", + "rage": "https://github.githubassets.com/images/icons/emoji/unicode/1f621.png?v8", + "rage1": "https://github.githubassets.com/images/icons/emoji/rage1.png?v8", + "rage2": "https://github.githubassets.com/images/icons/emoji/rage2.png?v8", + "rage3": "https://github.githubassets.com/images/icons/emoji/rage3.png?v8", + "rage4": "https://github.githubassets.com/images/icons/emoji/rage4.png?v8", + "railway_car": "https://github.githubassets.com/images/icons/emoji/unicode/1f683.png?v8", + "railway_track": "https://github.githubassets.com/images/icons/emoji/unicode/1f6e4.png?v8", + "rainbow": "https://github.githubassets.com/images/icons/emoji/unicode/1f308.png?v8", + "rainbow_flag": "https://github.githubassets.com/images/icons/emoji/unicode/1f3f3-1f308.png?v8", + "raised_back_of_hand": "https://github.githubassets.com/images/icons/emoji/unicode/1f91a.png?v8", + "raised_eyebrow": "https://github.githubassets.com/images/icons/emoji/unicode/1f928.png?v8", + "raised_hand": "https://github.githubassets.com/images/icons/emoji/unicode/270b.png?v8", + "raised_hand_with_fingers_splayed": "https://github.githubassets.com/images/icons/emoji/unicode/1f590.png?v8", + "raised_hands": "https://github.githubassets.com/images/icons/emoji/unicode/1f64c.png?v8", + "raising_hand": "https://github.githubassets.com/images/icons/emoji/unicode/1f64b.png?v8", + "raising_hand_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f64b-2642.png?v8", + "raising_hand_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f64b-2640.png?v8", + "ram": "https://github.githubassets.com/images/icons/emoji/unicode/1f40f.png?v8", + "ramen": "https://github.githubassets.com/images/icons/emoji/unicode/1f35c.png?v8", + "rat": "https://github.githubassets.com/images/icons/emoji/unicode/1f400.png?v8", + "razor": "https://github.githubassets.com/images/icons/emoji/unicode/1fa92.png?v8", + "receipt": "https://github.githubassets.com/images/icons/emoji/unicode/1f9fe.png?v8", + "record_button": "https://github.githubassets.com/images/icons/emoji/unicode/23fa.png?v8", + "recycle": "https://github.githubassets.com/images/icons/emoji/unicode/267b.png?v8", + "red_car": "https://github.githubassets.com/images/icons/emoji/unicode/1f697.png?v8", + "red_circle": "https://github.githubassets.com/images/icons/emoji/unicode/1f534.png?v8", + "red_envelope": "https://github.githubassets.com/images/icons/emoji/unicode/1f9e7.png?v8", + "red_haired_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f9b0.png?v8", + "red_haired_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f9b0.png?v8", + "red_square": "https://github.githubassets.com/images/icons/emoji/unicode/1f7e5.png?v8", + "registered": "https://github.githubassets.com/images/icons/emoji/unicode/00ae.png?v8", + "relaxed": "https://github.githubassets.com/images/icons/emoji/unicode/263a.png?v8", + "relieved": "https://github.githubassets.com/images/icons/emoji/unicode/1f60c.png?v8", + "reminder_ribbon": "https://github.githubassets.com/images/icons/emoji/unicode/1f397.png?v8", + "repeat": "https://github.githubassets.com/images/icons/emoji/unicode/1f501.png?v8", + "repeat_one": "https://github.githubassets.com/images/icons/emoji/unicode/1f502.png?v8", + "rescue_worker_helmet": "https://github.githubassets.com/images/icons/emoji/unicode/26d1.png?v8", + "restroom": "https://github.githubassets.com/images/icons/emoji/unicode/1f6bb.png?v8", + "reunion": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f7-1f1ea.png?v8", + "revolving_hearts": "https://github.githubassets.com/images/icons/emoji/unicode/1f49e.png?v8", + "rewind": "https://github.githubassets.com/images/icons/emoji/unicode/23ea.png?v8", + "rhinoceros": "https://github.githubassets.com/images/icons/emoji/unicode/1f98f.png?v8", + "ribbon": "https://github.githubassets.com/images/icons/emoji/unicode/1f380.png?v8", + "rice": "https://github.githubassets.com/images/icons/emoji/unicode/1f35a.png?v8", + "rice_ball": "https://github.githubassets.com/images/icons/emoji/unicode/1f359.png?v8", + "rice_cracker": "https://github.githubassets.com/images/icons/emoji/unicode/1f358.png?v8", + "rice_scene": "https://github.githubassets.com/images/icons/emoji/unicode/1f391.png?v8", + "right_anger_bubble": "https://github.githubassets.com/images/icons/emoji/unicode/1f5ef.png?v8", + "ring": "https://github.githubassets.com/images/icons/emoji/unicode/1f48d.png?v8", + "ringed_planet": "https://github.githubassets.com/images/icons/emoji/unicode/1fa90.png?v8", + "robot": "https://github.githubassets.com/images/icons/emoji/unicode/1f916.png?v8", + "rock": "https://github.githubassets.com/images/icons/emoji/unicode/1faa8.png?v8", + "rocket": "https://github.githubassets.com/images/icons/emoji/unicode/1f680.png?v8", + "rofl": "https://github.githubassets.com/images/icons/emoji/unicode/1f923.png?v8", + "roll_eyes": "https://github.githubassets.com/images/icons/emoji/unicode/1f644.png?v8", + "roll_of_paper": "https://github.githubassets.com/images/icons/emoji/unicode/1f9fb.png?v8", + "roller_coaster": "https://github.githubassets.com/images/icons/emoji/unicode/1f3a2.png?v8", + "roller_skate": "https://github.githubassets.com/images/icons/emoji/unicode/1f6fc.png?v8", + "romania": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f7-1f1f4.png?v8", + "rooster": "https://github.githubassets.com/images/icons/emoji/unicode/1f413.png?v8", + "rose": "https://github.githubassets.com/images/icons/emoji/unicode/1f339.png?v8", + "rosette": "https://github.githubassets.com/images/icons/emoji/unicode/1f3f5.png?v8", + "rotating_light": "https://github.githubassets.com/images/icons/emoji/unicode/1f6a8.png?v8", + "round_pushpin": "https://github.githubassets.com/images/icons/emoji/unicode/1f4cd.png?v8", + "rowboat": "https://github.githubassets.com/images/icons/emoji/unicode/1f6a3.png?v8", + "rowing_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f6a3-2642.png?v8", + "rowing_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f6a3-2640.png?v8", + "ru": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f7-1f1fa.png?v8", + "rugby_football": "https://github.githubassets.com/images/icons/emoji/unicode/1f3c9.png?v8", + "runner": "https://github.githubassets.com/images/icons/emoji/unicode/1f3c3.png?v8", + "running": "https://github.githubassets.com/images/icons/emoji/unicode/1f3c3.png?v8", + "running_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f3c3-2642.png?v8", + "running_shirt_with_sash": "https://github.githubassets.com/images/icons/emoji/unicode/1f3bd.png?v8", + "running_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f3c3-2640.png?v8", + "rwanda": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f7-1f1fc.png?v8", + "sa": "https://github.githubassets.com/images/icons/emoji/unicode/1f202.png?v8", + "safety_pin": "https://github.githubassets.com/images/icons/emoji/unicode/1f9f7.png?v8", + "safety_vest": "https://github.githubassets.com/images/icons/emoji/unicode/1f9ba.png?v8", + "sagittarius": "https://github.githubassets.com/images/icons/emoji/unicode/2650.png?v8", + "sailboat": "https://github.githubassets.com/images/icons/emoji/unicode/26f5.png?v8", + "sake": "https://github.githubassets.com/images/icons/emoji/unicode/1f376.png?v8", + "salt": "https://github.githubassets.com/images/icons/emoji/unicode/1f9c2.png?v8", + "samoa": "https://github.githubassets.com/images/icons/emoji/unicode/1f1fc-1f1f8.png?v8", + "san_marino": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f8-1f1f2.png?v8", + "sandal": "https://github.githubassets.com/images/icons/emoji/unicode/1f461.png?v8", + "sandwich": "https://github.githubassets.com/images/icons/emoji/unicode/1f96a.png?v8", + "santa": "https://github.githubassets.com/images/icons/emoji/unicode/1f385.png?v8", + "sao_tome_principe": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f8-1f1f9.png?v8", + "sari": "https://github.githubassets.com/images/icons/emoji/unicode/1f97b.png?v8", + "sassy_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f481-2642.png?v8", + "sassy_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f481-2640.png?v8", + "satellite": "https://github.githubassets.com/images/icons/emoji/unicode/1f4e1.png?v8", + "satisfied": "https://github.githubassets.com/images/icons/emoji/unicode/1f606.png?v8", + "saudi_arabia": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f8-1f1e6.png?v8", + "sauna_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d6-2642.png?v8", + "sauna_person": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d6.png?v8", + "sauna_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d6-2640.png?v8", + "sauropod": "https://github.githubassets.com/images/icons/emoji/unicode/1f995.png?v8", + "saxophone": "https://github.githubassets.com/images/icons/emoji/unicode/1f3b7.png?v8", + "scarf": "https://github.githubassets.com/images/icons/emoji/unicode/1f9e3.png?v8", + "school": "https://github.githubassets.com/images/icons/emoji/unicode/1f3eb.png?v8", + "school_satchel": "https://github.githubassets.com/images/icons/emoji/unicode/1f392.png?v8", + "scientist": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d1-1f52c.png?v8", + "scissors": "https://github.githubassets.com/images/icons/emoji/unicode/2702.png?v8", + "scorpion": "https://github.githubassets.com/images/icons/emoji/unicode/1f982.png?v8", + "scorpius": "https://github.githubassets.com/images/icons/emoji/unicode/264f.png?v8", + "scotland": "https://github.githubassets.com/images/icons/emoji/unicode/1f3f4-e0067-e0062-e0073-e0063-e0074-e007f.png?v8", + "scream": "https://github.githubassets.com/images/icons/emoji/unicode/1f631.png?v8", + "scream_cat": "https://github.githubassets.com/images/icons/emoji/unicode/1f640.png?v8", + "screwdriver": "https://github.githubassets.com/images/icons/emoji/unicode/1fa9b.png?v8", + "scroll": "https://github.githubassets.com/images/icons/emoji/unicode/1f4dc.png?v8", + "seal": "https://github.githubassets.com/images/icons/emoji/unicode/1f9ad.png?v8", + "seat": "https://github.githubassets.com/images/icons/emoji/unicode/1f4ba.png?v8", + "secret": "https://github.githubassets.com/images/icons/emoji/unicode/3299.png?v8", + "see_no_evil": "https://github.githubassets.com/images/icons/emoji/unicode/1f648.png?v8", + "seedling": "https://github.githubassets.com/images/icons/emoji/unicode/1f331.png?v8", + "selfie": "https://github.githubassets.com/images/icons/emoji/unicode/1f933.png?v8", + "senegal": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f8-1f1f3.png?v8", + "serbia": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f7-1f1f8.png?v8", + "service_dog": "https://github.githubassets.com/images/icons/emoji/unicode/1f415-1f9ba.png?v8", + "seven": "https://github.githubassets.com/images/icons/emoji/unicode/0037-20e3.png?v8", + "sewing_needle": "https://github.githubassets.com/images/icons/emoji/unicode/1faa1.png?v8", + "seychelles": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f8-1f1e8.png?v8", + "shallow_pan_of_food": "https://github.githubassets.com/images/icons/emoji/unicode/1f958.png?v8", + "shamrock": "https://github.githubassets.com/images/icons/emoji/unicode/2618.png?v8", + "shark": "https://github.githubassets.com/images/icons/emoji/unicode/1f988.png?v8", + "shaved_ice": "https://github.githubassets.com/images/icons/emoji/unicode/1f367.png?v8", + "sheep": "https://github.githubassets.com/images/icons/emoji/unicode/1f411.png?v8", + "shell": "https://github.githubassets.com/images/icons/emoji/unicode/1f41a.png?v8", + "shield": "https://github.githubassets.com/images/icons/emoji/unicode/1f6e1.png?v8", + "shinto_shrine": "https://github.githubassets.com/images/icons/emoji/unicode/26e9.png?v8", + "ship": "https://github.githubassets.com/images/icons/emoji/unicode/1f6a2.png?v8", + "shipit": "https://github.githubassets.com/images/icons/emoji/shipit.png?v8", + "shirt": "https://github.githubassets.com/images/icons/emoji/unicode/1f455.png?v8", + "shit": "https://github.githubassets.com/images/icons/emoji/unicode/1f4a9.png?v8", + "shoe": "https://github.githubassets.com/images/icons/emoji/unicode/1f45e.png?v8", + "shopping": "https://github.githubassets.com/images/icons/emoji/unicode/1f6cd.png?v8", + "shopping_cart": "https://github.githubassets.com/images/icons/emoji/unicode/1f6d2.png?v8", + "shorts": "https://github.githubassets.com/images/icons/emoji/unicode/1fa73.png?v8", + "shower": "https://github.githubassets.com/images/icons/emoji/unicode/1f6bf.png?v8", + "shrimp": "https://github.githubassets.com/images/icons/emoji/unicode/1f990.png?v8", + "shrug": "https://github.githubassets.com/images/icons/emoji/unicode/1f937.png?v8", + "shushing_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f92b.png?v8", + "sierra_leone": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f8-1f1f1.png?v8", + "signal_strength": "https://github.githubassets.com/images/icons/emoji/unicode/1f4f6.png?v8", + "singapore": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f8-1f1ec.png?v8", + "singer": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d1-1f3a4.png?v8", + "sint_maarten": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f8-1f1fd.png?v8", + "six": "https://github.githubassets.com/images/icons/emoji/unicode/0036-20e3.png?v8", + "six_pointed_star": "https://github.githubassets.com/images/icons/emoji/unicode/1f52f.png?v8", + "skateboard": "https://github.githubassets.com/images/icons/emoji/unicode/1f6f9.png?v8", + "ski": "https://github.githubassets.com/images/icons/emoji/unicode/1f3bf.png?v8", + "skier": "https://github.githubassets.com/images/icons/emoji/unicode/26f7.png?v8", + "skull": "https://github.githubassets.com/images/icons/emoji/unicode/1f480.png?v8", + "skull_and_crossbones": "https://github.githubassets.com/images/icons/emoji/unicode/2620.png?v8", + "skunk": "https://github.githubassets.com/images/icons/emoji/unicode/1f9a8.png?v8", + "sled": "https://github.githubassets.com/images/icons/emoji/unicode/1f6f7.png?v8", + "sleeping": "https://github.githubassets.com/images/icons/emoji/unicode/1f634.png?v8", + "sleeping_bed": "https://github.githubassets.com/images/icons/emoji/unicode/1f6cc.png?v8", + "sleepy": "https://github.githubassets.com/images/icons/emoji/unicode/1f62a.png?v8", + "slightly_frowning_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f641.png?v8", + "slightly_smiling_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f642.png?v8", + "slot_machine": "https://github.githubassets.com/images/icons/emoji/unicode/1f3b0.png?v8", + "sloth": "https://github.githubassets.com/images/icons/emoji/unicode/1f9a5.png?v8", + "slovakia": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f8-1f1f0.png?v8", + "slovenia": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f8-1f1ee.png?v8", + "small_airplane": "https://github.githubassets.com/images/icons/emoji/unicode/1f6e9.png?v8", + "small_blue_diamond": "https://github.githubassets.com/images/icons/emoji/unicode/1f539.png?v8", + "small_orange_diamond": "https://github.githubassets.com/images/icons/emoji/unicode/1f538.png?v8", + "small_red_triangle": "https://github.githubassets.com/images/icons/emoji/unicode/1f53a.png?v8", + "small_red_triangle_down": "https://github.githubassets.com/images/icons/emoji/unicode/1f53b.png?v8", + "smile": "https://github.githubassets.com/images/icons/emoji/unicode/1f604.png?v8", + "smile_cat": "https://github.githubassets.com/images/icons/emoji/unicode/1f638.png?v8", + "smiley": "https://github.githubassets.com/images/icons/emoji/unicode/1f603.png?v8", + "smiley_cat": "https://github.githubassets.com/images/icons/emoji/unicode/1f63a.png?v8", + "smiling_face_with_tear": "https://github.githubassets.com/images/icons/emoji/unicode/1f972.png?v8", + "smiling_face_with_three_hearts": "https://github.githubassets.com/images/icons/emoji/unicode/1f970.png?v8", + "smiling_imp": "https://github.githubassets.com/images/icons/emoji/unicode/1f608.png?v8", + "smirk": "https://github.githubassets.com/images/icons/emoji/unicode/1f60f.png?v8", + "smirk_cat": "https://github.githubassets.com/images/icons/emoji/unicode/1f63c.png?v8", + "smoking": "https://github.githubassets.com/images/icons/emoji/unicode/1f6ac.png?v8", + "snail": "https://github.githubassets.com/images/icons/emoji/unicode/1f40c.png?v8", + "snake": "https://github.githubassets.com/images/icons/emoji/unicode/1f40d.png?v8", + "sneezing_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f927.png?v8", + "snowboarder": "https://github.githubassets.com/images/icons/emoji/unicode/1f3c2.png?v8", + "snowflake": "https://github.githubassets.com/images/icons/emoji/unicode/2744.png?v8", + "snowman": "https://github.githubassets.com/images/icons/emoji/unicode/26c4.png?v8", + "snowman_with_snow": "https://github.githubassets.com/images/icons/emoji/unicode/2603.png?v8", + "soap": "https://github.githubassets.com/images/icons/emoji/unicode/1f9fc.png?v8", + "sob": "https://github.githubassets.com/images/icons/emoji/unicode/1f62d.png?v8", + "soccer": "https://github.githubassets.com/images/icons/emoji/unicode/26bd.png?v8", + "socks": "https://github.githubassets.com/images/icons/emoji/unicode/1f9e6.png?v8", + "softball": "https://github.githubassets.com/images/icons/emoji/unicode/1f94e.png?v8", + "solomon_islands": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f8-1f1e7.png?v8", + "somalia": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f8-1f1f4.png?v8", + "soon": "https://github.githubassets.com/images/icons/emoji/unicode/1f51c.png?v8", + "sos": "https://github.githubassets.com/images/icons/emoji/unicode/1f198.png?v8", + "sound": "https://github.githubassets.com/images/icons/emoji/unicode/1f509.png?v8", + "south_africa": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ff-1f1e6.png?v8", + "south_georgia_south_sandwich_islands": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ec-1f1f8.png?v8", + "south_sudan": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f8-1f1f8.png?v8", + "space_invader": "https://github.githubassets.com/images/icons/emoji/unicode/1f47e.png?v8", + "spades": "https://github.githubassets.com/images/icons/emoji/unicode/2660.png?v8", + "spaghetti": "https://github.githubassets.com/images/icons/emoji/unicode/1f35d.png?v8", + "sparkle": "https://github.githubassets.com/images/icons/emoji/unicode/2747.png?v8", + "sparkler": "https://github.githubassets.com/images/icons/emoji/unicode/1f387.png?v8", + "sparkles": "https://github.githubassets.com/images/icons/emoji/unicode/2728.png?v8", + "sparkling_heart": "https://github.githubassets.com/images/icons/emoji/unicode/1f496.png?v8", + "speak_no_evil": "https://github.githubassets.com/images/icons/emoji/unicode/1f64a.png?v8", + "speaker": "https://github.githubassets.com/images/icons/emoji/unicode/1f508.png?v8", + "speaking_head": "https://github.githubassets.com/images/icons/emoji/unicode/1f5e3.png?v8", + "speech_balloon": "https://github.githubassets.com/images/icons/emoji/unicode/1f4ac.png?v8", + "speedboat": "https://github.githubassets.com/images/icons/emoji/unicode/1f6a4.png?v8", + "spider": "https://github.githubassets.com/images/icons/emoji/unicode/1f577.png?v8", + "spider_web": "https://github.githubassets.com/images/icons/emoji/unicode/1f578.png?v8", + "spiral_calendar": "https://github.githubassets.com/images/icons/emoji/unicode/1f5d3.png?v8", + "spiral_notepad": "https://github.githubassets.com/images/icons/emoji/unicode/1f5d2.png?v8", + "sponge": "https://github.githubassets.com/images/icons/emoji/unicode/1f9fd.png?v8", + "spoon": "https://github.githubassets.com/images/icons/emoji/unicode/1f944.png?v8", + "squid": "https://github.githubassets.com/images/icons/emoji/unicode/1f991.png?v8", + "sri_lanka": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f1-1f1f0.png?v8", + "st_barthelemy": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e7-1f1f1.png?v8", + "st_helena": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f8-1f1ed.png?v8", + "st_kitts_nevis": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f0-1f1f3.png?v8", + "st_lucia": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f1-1f1e8.png?v8", + "st_martin": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f2-1f1eb.png?v8", + "st_pierre_miquelon": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f5-1f1f2.png?v8", + "st_vincent_grenadines": "https://github.githubassets.com/images/icons/emoji/unicode/1f1fb-1f1e8.png?v8", + "stadium": "https://github.githubassets.com/images/icons/emoji/unicode/1f3df.png?v8", + "standing_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f9cd-2642.png?v8", + "standing_person": "https://github.githubassets.com/images/icons/emoji/unicode/1f9cd.png?v8", + "standing_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f9cd-2640.png?v8", + "star": "https://github.githubassets.com/images/icons/emoji/unicode/2b50.png?v8", + "star2": "https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png?v8", + "star_and_crescent": "https://github.githubassets.com/images/icons/emoji/unicode/262a.png?v8", + "star_of_david": "https://github.githubassets.com/images/icons/emoji/unicode/2721.png?v8", + "star_struck": "https://github.githubassets.com/images/icons/emoji/unicode/1f929.png?v8", + "stars": "https://github.githubassets.com/images/icons/emoji/unicode/1f320.png?v8", + "station": "https://github.githubassets.com/images/icons/emoji/unicode/1f689.png?v8", + "statue_of_liberty": "https://github.githubassets.com/images/icons/emoji/unicode/1f5fd.png?v8", + "steam_locomotive": "https://github.githubassets.com/images/icons/emoji/unicode/1f682.png?v8", + "stethoscope": "https://github.githubassets.com/images/icons/emoji/unicode/1fa7a.png?v8", + "stew": "https://github.githubassets.com/images/icons/emoji/unicode/1f372.png?v8", + "stop_button": "https://github.githubassets.com/images/icons/emoji/unicode/23f9.png?v8", + "stop_sign": "https://github.githubassets.com/images/icons/emoji/unicode/1f6d1.png?v8", + "stopwatch": "https://github.githubassets.com/images/icons/emoji/unicode/23f1.png?v8", + "straight_ruler": "https://github.githubassets.com/images/icons/emoji/unicode/1f4cf.png?v8", + "strawberry": "https://github.githubassets.com/images/icons/emoji/unicode/1f353.png?v8", + "stuck_out_tongue": "https://github.githubassets.com/images/icons/emoji/unicode/1f61b.png?v8", + "stuck_out_tongue_closed_eyes": "https://github.githubassets.com/images/icons/emoji/unicode/1f61d.png?v8", + "stuck_out_tongue_winking_eye": "https://github.githubassets.com/images/icons/emoji/unicode/1f61c.png?v8", + "student": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d1-1f393.png?v8", + "studio_microphone": "https://github.githubassets.com/images/icons/emoji/unicode/1f399.png?v8", + "stuffed_flatbread": "https://github.githubassets.com/images/icons/emoji/unicode/1f959.png?v8", + "sudan": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f8-1f1e9.png?v8", + "sun_behind_large_cloud": "https://github.githubassets.com/images/icons/emoji/unicode/1f325.png?v8", + "sun_behind_rain_cloud": "https://github.githubassets.com/images/icons/emoji/unicode/1f326.png?v8", + "sun_behind_small_cloud": "https://github.githubassets.com/images/icons/emoji/unicode/1f324.png?v8", + "sun_with_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f31e.png?v8", + "sunflower": "https://github.githubassets.com/images/icons/emoji/unicode/1f33b.png?v8", + "sunglasses": "https://github.githubassets.com/images/icons/emoji/unicode/1f60e.png?v8", + "sunny": "https://github.githubassets.com/images/icons/emoji/unicode/2600.png?v8", + "sunrise": "https://github.githubassets.com/images/icons/emoji/unicode/1f305.png?v8", + "sunrise_over_mountains": "https://github.githubassets.com/images/icons/emoji/unicode/1f304.png?v8", + "superhero": "https://github.githubassets.com/images/icons/emoji/unicode/1f9b8.png?v8", + "superhero_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f9b8-2642.png?v8", + "superhero_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f9b8-2640.png?v8", + "supervillain": "https://github.githubassets.com/images/icons/emoji/unicode/1f9b9.png?v8", + "supervillain_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f9b9-2642.png?v8", + "supervillain_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f9b9-2640.png?v8", + "surfer": "https://github.githubassets.com/images/icons/emoji/unicode/1f3c4.png?v8", + "surfing_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f3c4-2642.png?v8", + "surfing_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f3c4-2640.png?v8", + "suriname": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f8-1f1f7.png?v8", + "sushi": "https://github.githubassets.com/images/icons/emoji/unicode/1f363.png?v8", + "suspect": "https://github.githubassets.com/images/icons/emoji/suspect.png?v8", + "suspension_railway": "https://github.githubassets.com/images/icons/emoji/unicode/1f69f.png?v8", + "svalbard_jan_mayen": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f8-1f1ef.png?v8", + "swan": "https://github.githubassets.com/images/icons/emoji/unicode/1f9a2.png?v8", + "swaziland": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f8-1f1ff.png?v8", + "sweat": "https://github.githubassets.com/images/icons/emoji/unicode/1f613.png?v8", + "sweat_drops": "https://github.githubassets.com/images/icons/emoji/unicode/1f4a6.png?v8", + "sweat_smile": "https://github.githubassets.com/images/icons/emoji/unicode/1f605.png?v8", + "sweden": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f8-1f1ea.png?v8", + "sweet_potato": "https://github.githubassets.com/images/icons/emoji/unicode/1f360.png?v8", + "swim_brief": "https://github.githubassets.com/images/icons/emoji/unicode/1fa72.png?v8", + "swimmer": "https://github.githubassets.com/images/icons/emoji/unicode/1f3ca.png?v8", + "swimming_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f3ca-2642.png?v8", + "swimming_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f3ca-2640.png?v8", + "switzerland": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e8-1f1ed.png?v8", + "symbols": "https://github.githubassets.com/images/icons/emoji/unicode/1f523.png?v8", + "synagogue": "https://github.githubassets.com/images/icons/emoji/unicode/1f54d.png?v8", + "syria": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f8-1f1fe.png?v8", + "syringe": "https://github.githubassets.com/images/icons/emoji/unicode/1f489.png?v8", + "t-rex": "https://github.githubassets.com/images/icons/emoji/unicode/1f996.png?v8", + "taco": "https://github.githubassets.com/images/icons/emoji/unicode/1f32e.png?v8", + "tada": "https://github.githubassets.com/images/icons/emoji/unicode/1f389.png?v8", + "taiwan": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f9-1f1fc.png?v8", + "tajikistan": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f9-1f1ef.png?v8", + "takeout_box": "https://github.githubassets.com/images/icons/emoji/unicode/1f961.png?v8", + "tamale": "https://github.githubassets.com/images/icons/emoji/unicode/1fad4.png?v8", + "tanabata_tree": "https://github.githubassets.com/images/icons/emoji/unicode/1f38b.png?v8", + "tangerine": "https://github.githubassets.com/images/icons/emoji/unicode/1f34a.png?v8", + "tanzania": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f9-1f1ff.png?v8", + "taurus": "https://github.githubassets.com/images/icons/emoji/unicode/2649.png?v8", + "taxi": "https://github.githubassets.com/images/icons/emoji/unicode/1f695.png?v8", + "tea": "https://github.githubassets.com/images/icons/emoji/unicode/1f375.png?v8", + "teacher": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d1-1f3eb.png?v8", + "teapot": "https://github.githubassets.com/images/icons/emoji/unicode/1fad6.png?v8", + "technologist": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d1-1f4bb.png?v8", + "teddy_bear": "https://github.githubassets.com/images/icons/emoji/unicode/1f9f8.png?v8", + "telephone": "https://github.githubassets.com/images/icons/emoji/unicode/260e.png?v8", + "telephone_receiver": "https://github.githubassets.com/images/icons/emoji/unicode/1f4de.png?v8", + "telescope": "https://github.githubassets.com/images/icons/emoji/unicode/1f52d.png?v8", + "tennis": "https://github.githubassets.com/images/icons/emoji/unicode/1f3be.png?v8", + "tent": "https://github.githubassets.com/images/icons/emoji/unicode/26fa.png?v8", + "test_tube": "https://github.githubassets.com/images/icons/emoji/unicode/1f9ea.png?v8", + "thailand": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f9-1f1ed.png?v8", + "thermometer": "https://github.githubassets.com/images/icons/emoji/unicode/1f321.png?v8", + "thinking": "https://github.githubassets.com/images/icons/emoji/unicode/1f914.png?v8", + "thong_sandal": "https://github.githubassets.com/images/icons/emoji/unicode/1fa74.png?v8", + "thought_balloon": "https://github.githubassets.com/images/icons/emoji/unicode/1f4ad.png?v8", + "thread": "https://github.githubassets.com/images/icons/emoji/unicode/1f9f5.png?v8", + "three": "https://github.githubassets.com/images/icons/emoji/unicode/0033-20e3.png?v8", + "thumbsdown": "https://github.githubassets.com/images/icons/emoji/unicode/1f44e.png?v8", + "thumbsup": "https://github.githubassets.com/images/icons/emoji/unicode/1f44d.png?v8", + "ticket": "https://github.githubassets.com/images/icons/emoji/unicode/1f3ab.png?v8", + "tickets": "https://github.githubassets.com/images/icons/emoji/unicode/1f39f.png?v8", + "tiger": "https://github.githubassets.com/images/icons/emoji/unicode/1f42f.png?v8", + "tiger2": "https://github.githubassets.com/images/icons/emoji/unicode/1f405.png?v8", + "timer_clock": "https://github.githubassets.com/images/icons/emoji/unicode/23f2.png?v8", + "timor_leste": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f9-1f1f1.png?v8", + "tipping_hand_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f481-2642.png?v8", + "tipping_hand_person": "https://github.githubassets.com/images/icons/emoji/unicode/1f481.png?v8", + "tipping_hand_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f481-2640.png?v8", + "tired_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f62b.png?v8", + "tm": "https://github.githubassets.com/images/icons/emoji/unicode/2122.png?v8", + "togo": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f9-1f1ec.png?v8", + "toilet": "https://github.githubassets.com/images/icons/emoji/unicode/1f6bd.png?v8", + "tokelau": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f9-1f1f0.png?v8", + "tokyo_tower": "https://github.githubassets.com/images/icons/emoji/unicode/1f5fc.png?v8", + "tomato": "https://github.githubassets.com/images/icons/emoji/unicode/1f345.png?v8", + "tonga": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f9-1f1f4.png?v8", + "tongue": "https://github.githubassets.com/images/icons/emoji/unicode/1f445.png?v8", + "toolbox": "https://github.githubassets.com/images/icons/emoji/unicode/1f9f0.png?v8", + "tooth": "https://github.githubassets.com/images/icons/emoji/unicode/1f9b7.png?v8", + "toothbrush": "https://github.githubassets.com/images/icons/emoji/unicode/1faa5.png?v8", + "top": "https://github.githubassets.com/images/icons/emoji/unicode/1f51d.png?v8", + "tophat": "https://github.githubassets.com/images/icons/emoji/unicode/1f3a9.png?v8", + "tornado": "https://github.githubassets.com/images/icons/emoji/unicode/1f32a.png?v8", + "tr": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f9-1f1f7.png?v8", + "trackball": "https://github.githubassets.com/images/icons/emoji/unicode/1f5b2.png?v8", + "tractor": "https://github.githubassets.com/images/icons/emoji/unicode/1f69c.png?v8", + "traffic_light": "https://github.githubassets.com/images/icons/emoji/unicode/1f6a5.png?v8", + "train": "https://github.githubassets.com/images/icons/emoji/unicode/1f68b.png?v8", + "train2": "https://github.githubassets.com/images/icons/emoji/unicode/1f686.png?v8", + "tram": "https://github.githubassets.com/images/icons/emoji/unicode/1f68a.png?v8", + "transgender_flag": "https://github.githubassets.com/images/icons/emoji/unicode/1f3f3-26a7.png?v8", + "transgender_symbol": "https://github.githubassets.com/images/icons/emoji/unicode/26a7.png?v8", + "triangular_flag_on_post": "https://github.githubassets.com/images/icons/emoji/unicode/1f6a9.png?v8", + "triangular_ruler": "https://github.githubassets.com/images/icons/emoji/unicode/1f4d0.png?v8", + "trident": "https://github.githubassets.com/images/icons/emoji/unicode/1f531.png?v8", + "trinidad_tobago": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f9-1f1f9.png?v8", + "tristan_da_cunha": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f9-1f1e6.png?v8", + "triumph": "https://github.githubassets.com/images/icons/emoji/unicode/1f624.png?v8", + "trolleybus": "https://github.githubassets.com/images/icons/emoji/unicode/1f68e.png?v8", + "trollface": "https://github.githubassets.com/images/icons/emoji/trollface.png?v8", + "trophy": "https://github.githubassets.com/images/icons/emoji/unicode/1f3c6.png?v8", + "tropical_drink": "https://github.githubassets.com/images/icons/emoji/unicode/1f379.png?v8", + "tropical_fish": "https://github.githubassets.com/images/icons/emoji/unicode/1f420.png?v8", + "truck": "https://github.githubassets.com/images/icons/emoji/unicode/1f69a.png?v8", + "trumpet": "https://github.githubassets.com/images/icons/emoji/unicode/1f3ba.png?v8", + "tshirt": "https://github.githubassets.com/images/icons/emoji/unicode/1f455.png?v8", + "tulip": "https://github.githubassets.com/images/icons/emoji/unicode/1f337.png?v8", + "tumbler_glass": "https://github.githubassets.com/images/icons/emoji/unicode/1f943.png?v8", + "tunisia": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f9-1f1f3.png?v8", + "turkey": "https://github.githubassets.com/images/icons/emoji/unicode/1f983.png?v8", + "turkmenistan": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f9-1f1f2.png?v8", + "turks_caicos_islands": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f9-1f1e8.png?v8", + "turtle": "https://github.githubassets.com/images/icons/emoji/unicode/1f422.png?v8", + "tuvalu": "https://github.githubassets.com/images/icons/emoji/unicode/1f1f9-1f1fb.png?v8", + "tv": "https://github.githubassets.com/images/icons/emoji/unicode/1f4fa.png?v8", + "twisted_rightwards_arrows": "https://github.githubassets.com/images/icons/emoji/unicode/1f500.png?v8", + "two": "https://github.githubassets.com/images/icons/emoji/unicode/0032-20e3.png?v8", + "two_hearts": "https://github.githubassets.com/images/icons/emoji/unicode/1f495.png?v8", + "two_men_holding_hands": "https://github.githubassets.com/images/icons/emoji/unicode/1f46c.png?v8", + "two_women_holding_hands": "https://github.githubassets.com/images/icons/emoji/unicode/1f46d.png?v8", + "u5272": "https://github.githubassets.com/images/icons/emoji/unicode/1f239.png?v8", + "u5408": "https://github.githubassets.com/images/icons/emoji/unicode/1f234.png?v8", + "u55b6": "https://github.githubassets.com/images/icons/emoji/unicode/1f23a.png?v8", + "u6307": "https://github.githubassets.com/images/icons/emoji/unicode/1f22f.png?v8", + "u6708": "https://github.githubassets.com/images/icons/emoji/unicode/1f237.png?v8", + "u6709": "https://github.githubassets.com/images/icons/emoji/unicode/1f236.png?v8", + "u6e80": "https://github.githubassets.com/images/icons/emoji/unicode/1f235.png?v8", + "u7121": "https://github.githubassets.com/images/icons/emoji/unicode/1f21a.png?v8", + "u7533": "https://github.githubassets.com/images/icons/emoji/unicode/1f238.png?v8", + "u7981": "https://github.githubassets.com/images/icons/emoji/unicode/1f232.png?v8", + "u7a7a": "https://github.githubassets.com/images/icons/emoji/unicode/1f233.png?v8", + "uganda": "https://github.githubassets.com/images/icons/emoji/unicode/1f1fa-1f1ec.png?v8", + "uk": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ec-1f1e7.png?v8", + "ukraine": "https://github.githubassets.com/images/icons/emoji/unicode/1f1fa-1f1e6.png?v8", + "umbrella": "https://github.githubassets.com/images/icons/emoji/unicode/2614.png?v8", + "unamused": "https://github.githubassets.com/images/icons/emoji/unicode/1f612.png?v8", + "underage": "https://github.githubassets.com/images/icons/emoji/unicode/1f51e.png?v8", + "unicorn": "https://github.githubassets.com/images/icons/emoji/unicode/1f984.png?v8", + "united_arab_emirates": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e6-1f1ea.png?v8", + "united_nations": "https://github.githubassets.com/images/icons/emoji/unicode/1f1fa-1f1f3.png?v8", + "unlock": "https://github.githubassets.com/images/icons/emoji/unicode/1f513.png?v8", + "up": "https://github.githubassets.com/images/icons/emoji/unicode/1f199.png?v8", + "upside_down_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f643.png?v8", + "uruguay": "https://github.githubassets.com/images/icons/emoji/unicode/1f1fa-1f1fe.png?v8", + "us": "https://github.githubassets.com/images/icons/emoji/unicode/1f1fa-1f1f8.png?v8", + "us_outlying_islands": "https://github.githubassets.com/images/icons/emoji/unicode/1f1fa-1f1f2.png?v8", + "us_virgin_islands": "https://github.githubassets.com/images/icons/emoji/unicode/1f1fb-1f1ee.png?v8", + "uzbekistan": "https://github.githubassets.com/images/icons/emoji/unicode/1f1fa-1f1ff.png?v8", + "v": "https://github.githubassets.com/images/icons/emoji/unicode/270c.png?v8", + "vampire": "https://github.githubassets.com/images/icons/emoji/unicode/1f9db.png?v8", + "vampire_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f9db-2642.png?v8", + "vampire_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f9db-2640.png?v8", + "vanuatu": "https://github.githubassets.com/images/icons/emoji/unicode/1f1fb-1f1fa.png?v8", + "vatican_city": "https://github.githubassets.com/images/icons/emoji/unicode/1f1fb-1f1e6.png?v8", + "venezuela": "https://github.githubassets.com/images/icons/emoji/unicode/1f1fb-1f1ea.png?v8", + "vertical_traffic_light": "https://github.githubassets.com/images/icons/emoji/unicode/1f6a6.png?v8", + "vhs": "https://github.githubassets.com/images/icons/emoji/unicode/1f4fc.png?v8", + "vibration_mode": "https://github.githubassets.com/images/icons/emoji/unicode/1f4f3.png?v8", + "video_camera": "https://github.githubassets.com/images/icons/emoji/unicode/1f4f9.png?v8", + "video_game": "https://github.githubassets.com/images/icons/emoji/unicode/1f3ae.png?v8", + "vietnam": "https://github.githubassets.com/images/icons/emoji/unicode/1f1fb-1f1f3.png?v8", + "violin": "https://github.githubassets.com/images/icons/emoji/unicode/1f3bb.png?v8", + "virgo": "https://github.githubassets.com/images/icons/emoji/unicode/264d.png?v8", + "volcano": "https://github.githubassets.com/images/icons/emoji/unicode/1f30b.png?v8", + "volleyball": "https://github.githubassets.com/images/icons/emoji/unicode/1f3d0.png?v8", + "vomiting_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f92e.png?v8", + "vs": "https://github.githubassets.com/images/icons/emoji/unicode/1f19a.png?v8", + "vulcan_salute": "https://github.githubassets.com/images/icons/emoji/unicode/1f596.png?v8", + "waffle": "https://github.githubassets.com/images/icons/emoji/unicode/1f9c7.png?v8", + "wales": "https://github.githubassets.com/images/icons/emoji/unicode/1f3f4-e0067-e0062-e0077-e006c-e0073-e007f.png?v8", + "walking": "https://github.githubassets.com/images/icons/emoji/unicode/1f6b6.png?v8", + "walking_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f6b6-2642.png?v8", + "walking_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f6b6-2640.png?v8", + "wallis_futuna": "https://github.githubassets.com/images/icons/emoji/unicode/1f1fc-1f1eb.png?v8", + "waning_crescent_moon": "https://github.githubassets.com/images/icons/emoji/unicode/1f318.png?v8", + "waning_gibbous_moon": "https://github.githubassets.com/images/icons/emoji/unicode/1f316.png?v8", + "warning": "https://github.githubassets.com/images/icons/emoji/unicode/26a0.png?v8", + "wastebasket": "https://github.githubassets.com/images/icons/emoji/unicode/1f5d1.png?v8", + "watch": "https://github.githubassets.com/images/icons/emoji/unicode/231a.png?v8", + "water_buffalo": "https://github.githubassets.com/images/icons/emoji/unicode/1f403.png?v8", + "water_polo": "https://github.githubassets.com/images/icons/emoji/unicode/1f93d.png?v8", + "watermelon": "https://github.githubassets.com/images/icons/emoji/unicode/1f349.png?v8", + "wave": "https://github.githubassets.com/images/icons/emoji/unicode/1f44b.png?v8", + "wavy_dash": "https://github.githubassets.com/images/icons/emoji/unicode/3030.png?v8", + "waxing_crescent_moon": "https://github.githubassets.com/images/icons/emoji/unicode/1f312.png?v8", + "waxing_gibbous_moon": "https://github.githubassets.com/images/icons/emoji/unicode/1f314.png?v8", + "wc": "https://github.githubassets.com/images/icons/emoji/unicode/1f6be.png?v8", + "weary": "https://github.githubassets.com/images/icons/emoji/unicode/1f629.png?v8", + "wedding": "https://github.githubassets.com/images/icons/emoji/unicode/1f492.png?v8", + "weight_lifting": "https://github.githubassets.com/images/icons/emoji/unicode/1f3cb.png?v8", + "weight_lifting_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f3cb-2642.png?v8", + "weight_lifting_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f3cb-2640.png?v8", + "western_sahara": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ea-1f1ed.png?v8", + "whale": "https://github.githubassets.com/images/icons/emoji/unicode/1f433.png?v8", + "whale2": "https://github.githubassets.com/images/icons/emoji/unicode/1f40b.png?v8", + "wheel_of_dharma": "https://github.githubassets.com/images/icons/emoji/unicode/2638.png?v8", + "wheelchair": "https://github.githubassets.com/images/icons/emoji/unicode/267f.png?v8", + "white_check_mark": "https://github.githubassets.com/images/icons/emoji/unicode/2705.png?v8", + "white_circle": "https://github.githubassets.com/images/icons/emoji/unicode/26aa.png?v8", + "white_flag": "https://github.githubassets.com/images/icons/emoji/unicode/1f3f3.png?v8", + "white_flower": "https://github.githubassets.com/images/icons/emoji/unicode/1f4ae.png?v8", + "white_haired_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f468-1f9b3.png?v8", + "white_haired_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f9b3.png?v8", + "white_heart": "https://github.githubassets.com/images/icons/emoji/unicode/1f90d.png?v8", + "white_large_square": "https://github.githubassets.com/images/icons/emoji/unicode/2b1c.png?v8", + "white_medium_small_square": "https://github.githubassets.com/images/icons/emoji/unicode/25fd.png?v8", + "white_medium_square": "https://github.githubassets.com/images/icons/emoji/unicode/25fb.png?v8", + "white_small_square": "https://github.githubassets.com/images/icons/emoji/unicode/25ab.png?v8", + "white_square_button": "https://github.githubassets.com/images/icons/emoji/unicode/1f533.png?v8", + "wilted_flower": "https://github.githubassets.com/images/icons/emoji/unicode/1f940.png?v8", + "wind_chime": "https://github.githubassets.com/images/icons/emoji/unicode/1f390.png?v8", + "wind_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f32c.png?v8", + "window": "https://github.githubassets.com/images/icons/emoji/unicode/1fa9f.png?v8", + "wine_glass": "https://github.githubassets.com/images/icons/emoji/unicode/1f377.png?v8", + "wink": "https://github.githubassets.com/images/icons/emoji/unicode/1f609.png?v8", + "wolf": "https://github.githubassets.com/images/icons/emoji/unicode/1f43a.png?v8", + "woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f469.png?v8", + "woman_artist": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f3a8.png?v8", + "woman_astronaut": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f680.png?v8", + "woman_beard": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d4-2640.png?v8", + "woman_cartwheeling": "https://github.githubassets.com/images/icons/emoji/unicode/1f938-2640.png?v8", + "woman_cook": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f373.png?v8", + "woman_dancing": "https://github.githubassets.com/images/icons/emoji/unicode/1f483.png?v8", + "woman_facepalming": "https://github.githubassets.com/images/icons/emoji/unicode/1f926-2640.png?v8", + "woman_factory_worker": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f3ed.png?v8", + "woman_farmer": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f33e.png?v8", + "woman_feeding_baby": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f37c.png?v8", + "woman_firefighter": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f692.png?v8", + "woman_health_worker": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-2695.png?v8", + "woman_in_manual_wheelchair": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f9bd.png?v8", + "woman_in_motorized_wheelchair": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f9bc.png?v8", + "woman_in_tuxedo": "https://github.githubassets.com/images/icons/emoji/unicode/1f935-2640.png?v8", + "woman_judge": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-2696.png?v8", + "woman_juggling": "https://github.githubassets.com/images/icons/emoji/unicode/1f939-2640.png?v8", + "woman_mechanic": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f527.png?v8", + "woman_office_worker": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f4bc.png?v8", + "woman_pilot": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-2708.png?v8", + "woman_playing_handball": "https://github.githubassets.com/images/icons/emoji/unicode/1f93e-2640.png?v8", + "woman_playing_water_polo": "https://github.githubassets.com/images/icons/emoji/unicode/1f93d-2640.png?v8", + "woman_scientist": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f52c.png?v8", + "woman_shrugging": "https://github.githubassets.com/images/icons/emoji/unicode/1f937-2640.png?v8", + "woman_singer": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f3a4.png?v8", + "woman_student": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f393.png?v8", + "woman_teacher": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f3eb.png?v8", + "woman_technologist": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f4bb.png?v8", + "woman_with_headscarf": "https://github.githubassets.com/images/icons/emoji/unicode/1f9d5.png?v8", + "woman_with_probing_cane": "https://github.githubassets.com/images/icons/emoji/unicode/1f469-1f9af.png?v8", + "woman_with_turban": "https://github.githubassets.com/images/icons/emoji/unicode/1f473-2640.png?v8", + "woman_with_veil": "https://github.githubassets.com/images/icons/emoji/unicode/1f470-2640.png?v8", + "womans_clothes": "https://github.githubassets.com/images/icons/emoji/unicode/1f45a.png?v8", + "womans_hat": "https://github.githubassets.com/images/icons/emoji/unicode/1f452.png?v8", + "women_wrestling": "https://github.githubassets.com/images/icons/emoji/unicode/1f93c-2640.png?v8", + "womens": "https://github.githubassets.com/images/icons/emoji/unicode/1f6ba.png?v8", + "wood": "https://github.githubassets.com/images/icons/emoji/unicode/1fab5.png?v8", + "woozy_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f974.png?v8", + "world_map": "https://github.githubassets.com/images/icons/emoji/unicode/1f5fa.png?v8", + "worm": "https://github.githubassets.com/images/icons/emoji/unicode/1fab1.png?v8", + "worried": "https://github.githubassets.com/images/icons/emoji/unicode/1f61f.png?v8", + "wrench": "https://github.githubassets.com/images/icons/emoji/unicode/1f527.png?v8", + "wrestling": "https://github.githubassets.com/images/icons/emoji/unicode/1f93c.png?v8", + "writing_hand": "https://github.githubassets.com/images/icons/emoji/unicode/270d.png?v8", + "x": "https://github.githubassets.com/images/icons/emoji/unicode/274c.png?v8", + "yarn": "https://github.githubassets.com/images/icons/emoji/unicode/1f9f6.png?v8", + "yawning_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f971.png?v8", + "yellow_circle": "https://github.githubassets.com/images/icons/emoji/unicode/1f7e1.png?v8", + "yellow_heart": "https://github.githubassets.com/images/icons/emoji/unicode/1f49b.png?v8", + "yellow_square": "https://github.githubassets.com/images/icons/emoji/unicode/1f7e8.png?v8", + "yemen": "https://github.githubassets.com/images/icons/emoji/unicode/1f1fe-1f1ea.png?v8", + "yen": "https://github.githubassets.com/images/icons/emoji/unicode/1f4b4.png?v8", + "yin_yang": "https://github.githubassets.com/images/icons/emoji/unicode/262f.png?v8", + "yo_yo": "https://github.githubassets.com/images/icons/emoji/unicode/1fa80.png?v8", + "yum": "https://github.githubassets.com/images/icons/emoji/unicode/1f60b.png?v8", + "zambia": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ff-1f1f2.png?v8", + "zany_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f92a.png?v8", + "zap": "https://github.githubassets.com/images/icons/emoji/unicode/26a1.png?v8", + "zebra": "https://github.githubassets.com/images/icons/emoji/unicode/1f993.png?v8", + "zero": "https://github.githubassets.com/images/icons/emoji/unicode/0030-20e3.png?v8", + "zimbabwe": "https://github.githubassets.com/images/icons/emoji/unicode/1f1ff-1f1fc.png?v8", + "zipper_mouth_face": "https://github.githubassets.com/images/icons/emoji/unicode/1f910.png?v8", + "zombie": "https://github.githubassets.com/images/icons/emoji/unicode/1f9df.png?v8", + "zombie_man": "https://github.githubassets.com/images/icons/emoji/unicode/1f9df-2642.png?v8", + "zombie_woman": "https://github.githubassets.com/images/icons/emoji/unicode/1f9df-2640.png?v8", + "zzz": "https://github.githubassets.com/images/icons/emoji/unicode/1f4a4.png?v8" +} diff --git a/bench/gh/gh_events.json b/bench/gh/gh_events.json new file mode 100644 index 0000000..ce720b8 --- /dev/null +++ b/bench/gh/gh_events.json @@ -0,0 +1,1410 @@ +[ + { + "id": "17323014219", + "type": "PushEvent", + "actor": { + "id": 79927309, + "login": "SevenNanami", + "display_login": "SevenNanami", + "gravatar_id": "", + "url": "https://api.github.com/users/SevenNanami", + "avatar_url": "https://avatars.githubusercontent.com/u/79927309?" + }, + "repo": { + "id": 384372521, + "name": "SevenNanami/CyberExp2021", + "url": "https://api.github.com/repos/SevenNanami/CyberExp2021" + }, + "payload": { + "push_id": 7601733649, + "size": 1, + "distinct_size": 1, + "ref": "refs/heads/main", + "head": "ba097ebf51f6e8ea3a4c0aad588c073e0925087a", + "before": "75fc99363c20826e3322b66072ac40421aa6cad3", + "commits": [ + { + "sha": "ba097ebf51f6e8ea3a4c0aad588c073e0925087a", + "author": { + "email": "79927309+SevenNanami@users.noreply.github.com", + "name": "SevenNanami" + }, + "message": "lab6_report.pdf", + "distinct": true, + "url": "https://api.github.com/repos/SevenNanami/CyberExp2021/commits/ba097ebf51f6e8ea3a4c0aad588c073e0925087a" + } + ] + }, + "public": true, + "created_at": "2021-07-27T14:26:33Z" + }, + { + "id": "17323014217", + "type": "CreateEvent", + "actor": { + "id": 88043716, + "login": "MathCoderP", + "display_login": "MathCoderP", + "gravatar_id": "", + "url": "https://api.github.com/users/MathCoderP", + "avatar_url": "https://avatars.githubusercontent.com/u/88043716?" + }, + "repo": { + "id": 390013534, + "name": "MathCoderP/Assignment-Submission", + "url": "https://api.github.com/repos/MathCoderP/Assignment-Submission" + }, + "payload": { + "ref": null, + "ref_type": "repository", + "master_branch": "main", + "description": null, + "pusher_type": "user" + }, + "public": true, + "created_at": "2021-07-27T14:26:33Z" + }, + { + "id": "17323014174", + "type": "CreateEvent", + "actor": { + "id": 87753227, + "login": "thatjohn0a", + "display_login": "thatjohn0a", + "gravatar_id": "", + "url": "https://api.github.com/users/thatjohn0a", + "avatar_url": "https://avatars.githubusercontent.com/u/87753227?" + }, + "repo": { + "id": 390013535, + "name": "thatjohn0a/753996001", + "url": "https://api.github.com/repos/thatjohn0a/753996001" + }, + "payload": { + "ref": null, + "ref_type": "repository", + "master_branch": "master", + "description": "白话文学史-胡适精品典藏-02_PDF下载_胡适", + "pusher_type": "user" + }, + "public": true, + "created_at": "2021-07-27T14:26:33Z" + }, + { + "id": "17323013885", + "type": "PushEvent", + "actor": { + "id": 41680328, + "login": "ConorFWild", + "display_login": "ConorFWild", + "gravatar_id": "", + "url": "https://api.github.com/users/ConorFWild", + "avatar_url": "https://avatars.githubusercontent.com/u/41680328?" + }, + "repo": { + "id": 380203370, + "name": "ConorFWild/pandda_2_gemmi", + "url": "https://api.github.com/repos/ConorFWild/pandda_2_gemmi" + }, + "payload": { + "push_id": 7601733478, + "size": 1, + "distinct_size": 1, + "ref": "refs/heads/master", + "head": "ed6832bf5075f763cfc796c349f0c682d271896d", + "before": "6f51df922b91563fe47dbf5c5673aea1456f4531", + "commits": [ + { + "sha": "ed6832bf5075f763cfc796c349f0c682d271896d", + "author": { + "email": "conor.wild@sky.com", + "name": "cwild" + }, + "message": "y", + "distinct": true, + "url": "https://api.github.com/repos/ConorFWild/pandda_2_gemmi/commits/ed6832bf5075f763cfc796c349f0c682d271896d" + } + ] + }, + "public": true, + "created_at": "2021-07-27T14:26:32Z" + }, + { + "id": "17323014149", + "type": "PushEvent", + "actor": { + "id": 54281882, + "login": "datarods-svc", + "display_login": "datarods-svc", + "gravatar_id": "", + "url": "https://api.github.com/users/datarods-svc", + "avatar_url": "https://avatars.githubusercontent.com/u/54281882?" + }, + "repo": { + "id": 273106075, + "name": "feedarchive/libera-newsbot-live", + "url": "https://api.github.com/repos/feedarchive/libera-newsbot-live" + }, + "payload": { + "push_id": 7601733621, + "size": 1, + "distinct_size": 1, + "ref": "refs/heads/master", + "head": "fc4ff5e22122e6152e832677b03e3efe93e9e51b", + "before": "d8e5bf92dcd5ca68be0f33509460dd2379c1e1b8", + "commits": [ + { + "sha": "fc4ff5e22122e6152e832677b03e3efe93e9e51b", + "author": { + "email": "54281882+datarods-svc@users.noreply.github.com", + "name": "datarods-svc" + }, + "message": "Add 2 SeekingAlpha entries of #us-market-news", + "distinct": true, + "url": "https://api.github.com/repos/feedarchive/libera-newsbot-live/commits/fc4ff5e22122e6152e832677b03e3efe93e9e51b" + } + ] + }, + "public": true, + "created_at": "2021-07-27T14:26:33Z", + "org": { + "id": 57158033, + "login": "feedarchive", + "gravatar_id": "", + "url": "https://api.github.com/orgs/feedarchive", + "avatar_url": "https://avatars.githubusercontent.com/u/57158033?" + } + }, + { + "id": "17323014159", + "type": "PushEvent", + "actor": { + "id": 506707, + "login": "zwarm", + "display_login": "zwarm", + "gravatar_id": "", + "url": "https://api.github.com/users/zwarm", + "avatar_url": "https://avatars.githubusercontent.com/u/506707?" + }, + "repo": { + "id": 9306568, + "name": "wordpress-mobile/WordPress-Android", + "url": "https://api.github.com/repos/wordpress-mobile/WordPress-Android" + }, + "payload": { + "push_id": 7601733581, + "size": 8, + "distinct_size": 8, + "ref": "refs/heads/develop", + "head": "2acc29b18bbd63067522d27adab796d7cd8ec8c6", + "before": "86a481c1c928af576f183ff9196769956b231563", + "commits": [ + { + "sha": "be54c0729c0fdcdf3e46b95b6e0de9ce3bbb0af7", + "author": { + "email": "annmarie.ziegler@gmail.com", + "name": "Annmarie Ziegler" + }, + "message": "Add choose_site to Click enum", + "distinct": true, + "url": "https://api.github.com/repos/wordpress-mobile/WordPress-Android/commits/be54c0729c0fdcdf3e46b95b6e0de9ce3bbb0af7" + }, + { + "sha": "8e2faf57af2cb2c752b7b4876684f5f36d1ebca1", + "author": { + "email": "annmarie.ziegler@gmail.com", + "name": "Annmarie Ziegler" + }, + "message": "Add events for onboarding improvements existing user", + "distinct": true, + "url": "https://api.github.com/repos/wordpress-mobile/WordPress-Android/commits/8e2faf57af2cb2c752b7b4876684f5f36d1ebca1" + }, + { + "sha": "58d4c348be1fde4bbc2604d71755e040e3de43b8", + "author": { + "email": "annmarie.ziegler@gmail.com", + "name": "Annmarie Ziegler" + }, + "message": "Add track event for create new site on new login epilogue", + "distinct": true, + "url": "https://api.github.com/repos/wordpress-mobile/WordPress-Android/commits/58d4c348be1fde4bbc2604d71755e040e3de43b8" + }, + { + "sha": "71bcc62e7d2016744c45ff6d4eef1334a03e7740", + "author": { + "email": "annmarie.ziegler@gmail.com", + "name": "Annmarie Ziegler" + }, + "message": "Remove unused import", + "distinct": true, + "url": "https://api.github.com/repos/wordpress-mobile/WordPress-Android/commits/71bcc62e7d2016744c45ff6d4eef1334a03e7740" + }, + { + "sha": "6d5feeddf3ac12f3346710667d749c942ab00be7", + "author": { + "email": "annmarie.ziegler@gmail.com", + "name": "Annmarie Ziegler" + }, + "message": "Merge branch 'develop' into issue/15010-onboarding-improvements-tracking", + "distinct": true, + "url": "https://api.github.com/repos/wordpress-mobile/WordPress-Android/commits/6d5feeddf3ac12f3346710667d749c942ab00be7" + }, + { + "sha": "fd9c21624b66759a2271c1d2683fe4c98b1a2b3c", + "author": { + "email": "annmarie.ziegler@gmail.com", + "name": "Annmarie Ziegler" + }, + "message": "Merge branch 'develop' into issue/15010-onboarding-improvements-tracking", + "distinct": true, + "url": "https://api.github.com/repos/wordpress-mobile/WordPress-Android/commits/fd9c21624b66759a2271c1d2683fe4c98b1a2b3c" + }, + { + "sha": "3ef6e3e247d0288f38c57706cb2775922b10dc50", + "author": { + "email": "annmarie.ziegler@gmail.com", + "name": "Annmarie Ziegler" + }, + "message": "Add tracks for site chosen", + "distinct": true, + "url": "https://api.github.com/repos/wordpress-mobile/WordPress-Android/commits/3ef6e3e247d0288f38c57706cb2775922b10dc50" + }, + { + "sha": "2acc29b18bbd63067522d27adab796d7cd8ec8c6", + "author": { + "email": "annmarie.ziegler@automattic.com", + "name": "Annmarie" + }, + "message": "Merge pull request #15075 from wordpress-mobile/issue/15010-onboarding-improvements-tracking\n\nOnboarding Improvements Existing Users: Tracking", + "distinct": true, + "url": "https://api.github.com/repos/wordpress-mobile/WordPress-Android/commits/2acc29b18bbd63067522d27adab796d7cd8ec8c6" + } + ] + }, + "public": true, + "created_at": "2021-07-27T14:26:33Z", + "org": { + "id": 1306301, + "login": "wordpress-mobile", + "gravatar_id": "", + "url": "https://api.github.com/orgs/wordpress-mobile", + "avatar_url": "https://avatars.githubusercontent.com/u/1306301?" + } + }, + { + "id": "17323014519", + "type": "PushEvent", + "actor": { + "id": 70035086, + "login": "SquidmarcHD", + "display_login": "SquidmarcHD", + "gravatar_id": "", + "url": "https://api.github.com/users/SquidmarcHD", + "avatar_url": "https://avatars.githubusercontent.com/u/70035086?" + }, + "repo": { + "id": 386652424, + "name": "SquidmarcHD/Hbm-s-Nuclear-Tech-GIT", + "url": "https://api.github.com/repos/SquidmarcHD/Hbm-s-Nuclear-Tech-GIT" + }, + "payload": { + "push_id": 7601733818, + "size": 1, + "distinct_size": 1, + "ref": "refs/heads/master", + "head": "d4d6194e307c915e73833b630ae3e32a0ce5ff79", + "before": "b02a59c7060b7cf1473be1f46a53b5c5008cdbbf", + "commits": [ + { + "sha": "d4d6194e307c915e73833b630ae3e32a0ce5ff79", + "author": { + "email": "70035086+SquidmarcHD@users.noreply.github.com", + "name": "SquidmarcHD" + }, + "message": "Add files via upload", + "distinct": true, + "url": "https://api.github.com/repos/SquidmarcHD/Hbm-s-Nuclear-Tech-GIT/commits/d4d6194e307c915e73833b630ae3e32a0ce5ff79" + } + ] + }, + "public": true, + "created_at": "2021-07-27T14:26:34Z" + }, + { + "id": "17323014466", + "type": "PushEvent", + "actor": { + "id": 4380815, + "login": "droshev", + "display_login": "droshev", + "gravatar_id": "", + "url": "https://api.github.com/users/droshev", + "avatar_url": "https://avatars.githubusercontent.com/u/4380815?" + }, + "repo": { + "id": 135006241, + "name": "SAP/fundamental-ngx", + "url": "https://api.github.com/repos/SAP/fundamental-ngx" + }, + "payload": { + "push_id": 7601733763, + "size": 1, + "distinct_size": 1, + "ref": "refs/heads/docs/add-labels-to-ariba-comps", + "head": "d99da4572683eed5d90620d7741d9a55def9a07b", + "before": "50f16d0327513fa717401f6d68f4f8823116ab2b", + "commits": [ + { + "sha": "d99da4572683eed5d90620d7741d9a55def9a07b", + "author": { + "email": "mladen.droshev@sap.com", + "name": "droshev" + }, + "message": "docs: update the info labels with the components", + "distinct": true, + "url": "https://api.github.com/repos/SAP/fundamental-ngx/commits/d99da4572683eed5d90620d7741d9a55def9a07b" + } + ] + }, + "public": true, + "created_at": "2021-07-27T14:26:34Z", + "org": { + "id": 2531208, + "login": "SAP", + "gravatar_id": "", + "url": "https://api.github.com/orgs/SAP", + "avatar_url": "https://avatars.githubusercontent.com/u/2531208?" + } + }, + { + "id": "17323013887", + "type": "MemberEvent", + "actor": { + "id": 85000470, + "login": "PedroLSF", + "display_login": "PedroLSF", + "gravatar_id": "", + "url": "https://api.github.com/users/PedroLSF", + "avatar_url": "https://avatars.githubusercontent.com/u/85000470?" + }, + "repo": { + "id": 389627461, + "name": "fga-eps-mds/2021-1-Bot", + "url": "https://api.github.com/repos/fga-eps-mds/2021-1-Bot" + }, + "payload": { + "member": { + "login": "DouglasMonteles", + "id": 54580766, + "node_id": "MDQ6VXNlcjU0NTgwNzY2", + "avatar_url": "https://avatars.githubusercontent.com/u/54580766?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DouglasMonteles", + "html_url": "https://github.com/DouglasMonteles", + "followers_url": "https://api.github.com/users/DouglasMonteles/followers", + "following_url": "https://api.github.com/users/DouglasMonteles/following{/other_user}", + "gists_url": "https://api.github.com/users/DouglasMonteles/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DouglasMonteles/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DouglasMonteles/subscriptions", + "organizations_url": "https://api.github.com/users/DouglasMonteles/orgs", + "repos_url": "https://api.github.com/users/DouglasMonteles/repos", + "events_url": "https://api.github.com/users/DouglasMonteles/events{/privacy}", + "received_events_url": "https://api.github.com/users/DouglasMonteles/received_events", + "type": "User", + "site_admin": false + }, + "action": "added" + }, + "public": true, + "created_at": "2021-07-27T14:26:32Z", + "org": { + "id": 19551710, + "login": "fga-eps-mds", + "gravatar_id": "", + "url": "https://api.github.com/orgs/fga-eps-mds", + "avatar_url": "https://avatars.githubusercontent.com/u/19551710?" + } + }, + { + "id": "17323013892", + "type": "PushEvent", + "actor": { + "id": 82842409, + "login": "appsvk2", + "display_login": "appsvk2", + "gravatar_id": "", + "url": "https://api.github.com/users/appsvk2", + "avatar_url": "https://avatars.githubusercontent.com/u/82842409?" + }, + "repo": { + "id": 367963663, + "name": "appsvk2/anonim", + "url": "https://api.github.com/repos/appsvk2/anonim" + }, + "payload": { + "push_id": 7601733510, + "size": 1, + "distinct_size": 1, + "ref": "refs/heads/main", + "head": "9f472a71631d8becf71a7bdb6a16fc86bf6ca32e", + "before": "c9871f6a82ea1b05eec90e449de90ae1d5bc223a", + "commits": [ + { + "sha": "9f472a71631d8becf71a7bdb6a16fc86bf6ca32e", + "author": { + "email": "82842409+appsvk2@users.noreply.github.com", + "name": "appsvk2" + }, + "message": "Create red5.html", + "distinct": true, + "url": "https://api.github.com/repos/appsvk2/anonim/commits/9f472a71631d8becf71a7bdb6a16fc86bf6ca32e" + } + ] + }, + "public": true, + "created_at": "2021-07-27T14:26:32Z" + }, + { + "id": "17323013874", + "type": "PushEvent", + "actor": { + "id": 85977393, + "login": "kvnsBotAccount", + "display_login": "kvnsBotAccount", + "gravatar_id": "", + "url": "https://api.github.com/users/kvnsBotAccount", + "avatar_url": "https://avatars.githubusercontent.com/u/85977393?" + }, + "repo": { + "id": 377304138, + "name": "kvnlpz/RSSFeed", + "url": "https://api.github.com/repos/kvnlpz/RSSFeed" + }, + "payload": { + "push_id": 7601733493, + "size": 1, + "distinct_size": 1, + "ref": "refs/heads/main", + "head": "052546e86ce18598b3700451068e82c5e4c37099", + "before": "845bc30c23fc354bfe92dd662aff7ef92ee92999", + "commits": [ + { + "sha": "052546e86ce18598b3700451068e82c5e4c37099", + "author": { + "email": "85977393+kvnsBotAccount@users.noreply.github.com", + "name": "kvnsBotAccount" + }, + "message": "twitter update", + "distinct": true, + "url": "https://api.github.com/repos/kvnlpz/RSSFeed/commits/052546e86ce18598b3700451068e82c5e4c37099" + } + ] + }, + "public": true, + "created_at": "2021-07-27T14:26:32Z" + }, + { + "id": "17323014495", + "type": "CreateEvent", + "actor": { + "id": 20248967, + "login": "l3lackShark", + "display_login": "l3lackShark", + "gravatar_id": "", + "url": "https://api.github.com/users/l3lackShark", + "avatar_url": "https://avatars.githubusercontent.com/u/20248967?" + }, + "repo": { + "id": 390013532, + "name": "l3lackShark/winservice", + "url": "https://api.github.com/repos/l3lackShark/winservice" + }, + "payload": { + "ref": "master", + "ref_type": "branch", + "master_branch": "master", + "description": null, + "pusher_type": "user" + }, + "public": true, + "created_at": "2021-07-27T14:26:34Z" + }, + { + "id": "17323014518", + "type": "CreateEvent", + "actor": { + "id": 12278069, + "login": "fmarslan", + "display_login": "fmarslan", + "gravatar_id": "", + "url": "https://api.github.com/users/fmarslan", + "avatar_url": "https://avatars.githubusercontent.com/u/12278069?" + }, + "repo": { + "id": 383369441, + "name": "mantis-software-company/psql2rabbitmq", + "url": "https://api.github.com/repos/mantis-software-company/psql2rabbitmq" + }, + "payload": { + "ref": "1.0.1-a", + "ref_type": "tag", + "master_branch": "master", + "description": null, + "pusher_type": "user" + }, + "public": true, + "created_at": "2021-07-27T14:26:34Z", + "org": { + "id": 43669448, + "login": "mantis-software-company", + "gravatar_id": "", + "url": "https://api.github.com/orgs/mantis-software-company", + "avatar_url": "https://avatars.githubusercontent.com/u/43669448?" + } + }, + { + "id": "17323014513", + "type": "PushEvent", + "actor": { + "id": 80883503, + "login": "Prateek-mars", + "display_login": "Prateek-mars", + "gravatar_id": "", + "url": "https://api.github.com/users/Prateek-mars", + "avatar_url": "https://avatars.githubusercontent.com/u/80883503?" + }, + "repo": { + "id": 387388748, + "name": "Prateek-mars/PizzaApp", + "url": "https://api.github.com/repos/Prateek-mars/PizzaApp" + }, + "payload": { + "push_id": 7601733807, + "size": 1, + "distinct_size": 1, + "ref": "refs/heads/main", + "head": "a461f6c8411e2f64231d886c654f0915f5f15c21", + "before": "e45f4736c5617b9872bdda7c6ac81b044f06eac4", + "commits": [ + { + "sha": "a461f6c8411e2f64231d886c654f0915f5f15c21", + "author": { + "email": "80883503+Prateek-mars@users.noreply.github.com", + "name": "Prateek-mars" + }, + "message": "Add files via upload", + "distinct": true, + "url": "https://api.github.com/repos/Prateek-mars/PizzaApp/commits/a461f6c8411e2f64231d886c654f0915f5f15c21" + } + ] + }, + "public": true, + "created_at": "2021-07-27T14:26:34Z" + }, + { + "id": "17323014487", + "type": "PushEvent", + "actor": { + "id": 50456493, + "login": "Lee-JuHwan", + "display_login": "Lee-JuHwan", + "gravatar_id": "", + "url": "https://api.github.com/users/Lee-JuHwan", + "avatar_url": "https://avatars.githubusercontent.com/u/50456493?" + }, + "repo": { + "id": 382211463, + "name": "Lee-JuHwan/gis4_2", + "url": "https://api.github.com/repos/Lee-JuHwan/gis4_2" + }, + "payload": { + "push_id": 7601733806, + "size": 1, + "distinct_size": 1, + "ref": "refs/heads/master", + "head": "3647b5d3ac50e9628c46f91ff4761268aa2cb514", + "before": "3c480606145a838fb46c8944ee718b7c3790703d", + "commits": [ + { + "sha": "3647b5d3ac50e9628c46f91ff4761268aa2cb514", + "author": { + "email": "ljk8190@naver.com", + "name": "Lee-JuHwan" + }, + "message": "07/27 commit2", + "distinct": true, + "url": "https://api.github.com/repos/Lee-JuHwan/gis4_2/commits/3647b5d3ac50e9628c46f91ff4761268aa2cb514" + } + ] + }, + "public": true, + "created_at": "2021-07-27T14:26:34Z" + }, + { + "id": "17323014498", + "type": "PushEvent", + "actor": { + "id": 76428802, + "login": "vhthuong", + "display_login": "vhthuong", + "gravatar_id": "", + "url": "https://api.github.com/users/vhthuong", + "avatar_url": "https://avatars.githubusercontent.com/u/76428802?" + }, + "repo": { + "id": 390012432, + "name": "vhthuong/F8-practice", + "url": "https://api.github.com/repos/vhthuong/F8-practice" + }, + "payload": { + "push_id": 7601733799, + "size": 1, + "distinct_size": 1, + "ref": "refs/heads/main", + "head": "7de33391687b9d415d34da930fcad539c70a3def", + "before": "11f15208d3e0d142eb2e5f0b6bf53a77d288e913", + "commits": [ + { + "sha": "7de33391687b9d415d34da930fcad539c70a3def", + "author": { + "email": "76428802+vhthuong@users.noreply.github.com", + "name": "vhthuong" + }, + "message": "Add files via upload", + "distinct": true, + "url": "https://api.github.com/repos/vhthuong/F8-practice/commits/7de33391687b9d415d34da930fcad539c70a3def" + } + ] + }, + "public": true, + "created_at": "2021-07-27T14:26:34Z" + }, + { + "id": "17323014489", + "type": "PushEvent", + "actor": { + "id": 16438248, + "login": "kylak", + "display_login": "kylak", + "gravatar_id": "", + "url": "https://api.github.com/users/kylak", + "avatar_url": "https://avatars.githubusercontent.com/u/16438248?" + }, + "repo": { + "id": 382455399, + "name": "kylak/paque", + "url": "https://api.github.com/repos/kylak/paque" + }, + "payload": { + "push_id": 7601733796, + "size": 1, + "distinct_size": 1, + "ref": "refs/heads/master", + "head": "6998e25fde0c368f3e2a3b2d177d10084ef3f52c", + "before": "e5837eb7ea8791c7d78bd9b239ed069e929a5971", + "commits": [ + { + "sha": "6998e25fde0c368f3e2a3b2d177d10084ef3f52c", + "author": { + "email": "gustavberloty2@gmail.com", + "name": "kylak" + }, + "message": "ajout de la bordure droite pour les textes", + "distinct": true, + "url": "https://api.github.com/repos/kylak/paque/commits/6998e25fde0c368f3e2a3b2d177d10084ef3f52c" + } + ] + }, + "public": true, + "created_at": "2021-07-27T14:26:34Z" + }, + { + "id": "17323014150", + "type": "CreateEvent", + "actor": { + "id": 59787046, + "login": "sharvesh0608", + "display_login": "sharvesh0608", + "gravatar_id": "", + "url": "https://api.github.com/users/sharvesh0608", + "avatar_url": "https://avatars.githubusercontent.com/u/59787046?" + }, + "repo": { + "id": 390013473, + "name": "sharvesh0608/MoviesGo", + "url": "https://api.github.com/repos/sharvesh0608/MoviesGo" + }, + "payload": { + "ref": "master", + "ref_type": "branch", + "master_branch": "master", + "description": null, + "pusher_type": "user" + }, + "public": true, + "created_at": "2021-07-27T14:26:33Z" + }, + { + "id": "17323014119", + "type": "CreateEvent", + "actor": { + "id": 29275062, + "login": "sunlibocs", + "display_login": "sunlibocs", + "gravatar_id": "", + "url": "https://api.github.com/users/sunlibocs", + "avatar_url": "https://avatars.githubusercontent.com/u/29275062?" + }, + "repo": { + "id": 384706450, + "name": "sunlibocs/SC-V3", + "url": "https://api.github.com/repos/sunlibocs/SC-V3" + }, + "payload": { + "ref": "ep100_NormSmooth_MaskRanking", + "ref_type": "branch", + "master_branch": "master", + "description": null, + "pusher_type": "user" + }, + "public": true, + "created_at": "2021-07-27T14:26:33Z" + }, + { + "id": "17323013854", + "type": "PushEvent", + "actor": { + "id": 46860875, + "login": "trinhdung98", + "display_login": "trinhdung98", + "gravatar_id": "", + "url": "https://api.github.com/users/trinhdung98", + "avatar_url": "https://avatars.githubusercontent.com/u/46860875?" + }, + "repo": { + "id": 389170045, + "name": "toandovan/DEPLOYFRONTEND", + "url": "https://api.github.com/repos/toandovan/DEPLOYFRONTEND" + }, + "payload": { + "push_id": 7601733486, + "size": 2, + "distinct_size": 2, + "ref": "refs/heads/master", + "head": "bcc1c42193953bc8b6ad4b40a964e0066ed7c165", + "before": "0fd2bf3a6b1a95500308258fe3f26b29bac460e4", + "commits": [ + { + "sha": "b3ea73e83c684a182f486b096651e9dc4e55c3f0", + "author": { + "email": "trinhdungbk98@gmail.com", + "name": "trinhdung98" + }, + "message": "update", + "distinct": true, + "url": "https://api.github.com/repos/toandovan/DEPLOYFRONTEND/commits/b3ea73e83c684a182f486b096651e9dc4e55c3f0" + }, + { + "sha": "bcc1c42193953bc8b6ad4b40a964e0066ed7c165", + "author": { + "email": "trinhdungbk98@gmail.com", + "name": "trinhdung98" + }, + "message": "Merge branch 'master' of https://github.com/toandovan/DEPLOYFRONTEND into master", + "distinct": true, + "url": "https://api.github.com/repos/toandovan/DEPLOYFRONTEND/commits/bcc1c42193953bc8b6ad4b40a964e0066ed7c165" + } + ] + }, + "public": true, + "created_at": "2021-07-27T14:26:32Z" + }, + { + "id": "17323014446", + "type": "PushEvent", + "actor": { + "id": 10527588, + "login": "aiyotu", + "display_login": "aiyotu", + "gravatar_id": "", + "url": "https://api.github.com/users/aiyotu", + "avatar_url": "https://avatars.githubusercontent.com/u/10527588?" + }, + "repo": { + "id": 358592420, + "name": "aiyotu/zhxx", + "url": "https://api.github.com/repos/aiyotu/zhxx" + }, + "payload": { + "push_id": 7601733785, + "size": 1, + "distinct_size": 1, + "ref": "refs/heads/master", + "head": "149daeaa1d115fa0bd3789833701ade42b22d666", + "before": "fe928ef3ec5146142ecca1f51beb273a2eab5f8c", + "commits": [ + { + "sha": "149daeaa1d115fa0bd3789833701ade42b22d666", + "author": { + "email": "aiyotu@yandex.com", + "name": "a" + }, + "message": "*", + "distinct": true, + "url": "https://api.github.com/repos/aiyotu/zhxx/commits/149daeaa1d115fa0bd3789833701ade42b22d666" + } + ] + }, + "public": true, + "created_at": "2021-07-27T14:26:34Z" + }, + { + "id": "17323013857", + "type": "PushEvent", + "actor": { + "id": 66398851, + "login": "yeokim5", + "display_login": "yeokim5", + "gravatar_id": "", + "url": "https://api.github.com/users/yeokim5", + "avatar_url": "https://avatars.githubusercontent.com/u/66398851?" + }, + "repo": { + "id": 390010719, + "name": "yeokim5/soccertest", + "url": "https://api.github.com/repos/yeokim5/soccertest" + }, + "payload": { + "push_id": 7601733489, + "size": 1, + "distinct_size": 1, + "ref": "refs/heads/main", + "head": "b4090bba46e3f02a9e4b87035750af21fc50af9c", + "before": "06db5cd5ad4810cd17be96c02046b2d8ccfb56b6", + "commits": [ + { + "sha": "b4090bba46e3f02a9e4b87035750af21fc50af9c", + "author": { + "email": "66398851+yeokim5@users.noreply.github.com", + "name": "yeokim5" + }, + "message": "Set theme jekyll-theme-cayman", + "distinct": true, + "url": "https://api.github.com/repos/yeokim5/soccertest/commits/b4090bba46e3f02a9e4b87035750af21fc50af9c" + } + ] + }, + "public": true, + "created_at": "2021-07-27T14:26:32Z" + }, + { + "id": "17323014426", + "type": "PushEvent", + "actor": { + "id": 56159740, + "login": "Haid-Faiz", + "display_login": "Haid-Faiz", + "gravatar_id": "", + "url": "https://api.github.com/users/Haid-Faiz", + "avatar_url": "https://avatars.githubusercontent.com/u/56159740?" + }, + "repo": { + "id": 306826257, + "name": "Haid-Faiz/NewsLand", + "url": "https://api.github.com/repos/Haid-Faiz/NewsLand" + }, + "payload": { + "push_id": 7601733755, + "size": 1, + "distinct_size": 1, + "ref": "refs/heads/master", + "head": "cc6fbb023d18e8053893544d9fb489d85af07c55", + "before": "ca4fa836b0e80fcf1e81db241b3e0d9f81feca4b", + "commits": [ + { + "sha": "cc6fbb023d18e8053893544d9fb489d85af07c55", + "author": { + "email": "haiderfaizan732@gmail.com", + "name": "Faizan Haider" + }, + "message": "Altered NewsApp.kt", + "distinct": true, + "url": "https://api.github.com/repos/Haid-Faiz/NewsLand/commits/cc6fbb023d18e8053893544d9fb489d85af07c55" + } + ] + }, + "public": true, + "created_at": "2021-07-27T14:26:34Z" + }, + { + "id": "17323014096", + "type": "PushEvent", + "actor": { + "id": 86971849, + "login": "JuditAldeguer", + "display_login": "JuditAldeguer", + "gravatar_id": "", + "url": "https://api.github.com/users/JuditAldeguer", + "avatar_url": "https://avatars.githubusercontent.com/u/86971849?" + }, + "repo": { + "id": 385677976, + "name": "Adalab/project-promo-n-module-1-team-6", + "url": "https://api.github.com/repos/Adalab/project-promo-n-module-1-team-6" + }, + "payload": { + "push_id": 7601733606, + "size": 2, + "distinct_size": 2, + "ref": "refs/heads/master", + "head": "76037a02cae367a252ce15f96aa8e95158b1cac0", + "before": "5113ba6b9e9fbe341161922f11ce2dabe6581798", + "commits": [ + { + "sha": "ca9ca23f88ce9b9e4499afe65f00385e2e73b500", + "author": { + "email": "jud.vicens@hotmail.es", + "name": "JuditAldeguer" + }, + "message": "grid deskop contact page done", + "distinct": true, + "url": "https://api.github.com/repos/Adalab/project-promo-n-module-1-team-6/commits/ca9ca23f88ce9b9e4499afe65f00385e2e73b500" + }, + { + "sha": "76037a02cae367a252ce15f96aa8e95158b1cac0", + "author": { + "email": "jud.vicens@hotmail.es", + "name": "JuditAldeguer" + }, + "message": "button submit", + "distinct": true, + "url": "https://api.github.com/repos/Adalab/project-promo-n-module-1-team-6/commits/76037a02cae367a252ce15f96aa8e95158b1cac0" + } + ] + }, + "public": true, + "created_at": "2021-07-27T14:26:33Z", + "org": { + "id": 22891503, + "login": "Adalab", + "gravatar_id": "", + "url": "https://api.github.com/orgs/Adalab", + "avatar_url": "https://avatars.githubusercontent.com/u/22891503?" + } + }, + { + "id": "17323014447", + "type": "PushEvent", + "actor": { + "id": 87495745, + "login": "DiegoCMachado", + "display_login": "DiegoCMachado", + "gravatar_id": "", + "url": "https://api.github.com/users/DiegoCMachado", + "avatar_url": "https://avatars.githubusercontent.com/u/87495745?" + }, + "repo": { + "id": 388946069, + "name": "DiegoCMachado/AutomationPractice", + "url": "https://api.github.com/repos/DiegoCMachado/AutomationPractice" + }, + "payload": { + "push_id": 7601733751, + "size": 1, + "distinct_size": 1, + "ref": "refs/heads/main", + "head": "56eb6c04d2dc6280e4eb3101e87489e8ed1ccdd5", + "before": "9c9217095d862a22dc6aabbf2357242e5fbf8567", + "commits": [ + { + "sha": "56eb6c04d2dc6280e4eb3101e87489e8ed1ccdd5", + "author": { + "email": "87495745+DiegoCMachado@users.noreply.github.com", + "name": "DiegoCMachado" + }, + "message": "Update README.md", + "distinct": true, + "url": "https://api.github.com/repos/DiegoCMachado/AutomationPractice/commits/56eb6c04d2dc6280e4eb3101e87489e8ed1ccdd5" + } + ] + }, + "public": true, + "created_at": "2021-07-27T14:26:34Z" + }, + { + "id": "17323014445", + "type": "PushEvent", + "actor": { + "id": 70947217, + "login": "emnabz", + "display_login": "emnabz", + "gravatar_id": "", + "url": "https://api.github.com/users/emnabz", + "avatar_url": "https://avatars.githubusercontent.com/u/70947217?" + }, + "repo": { + "id": 385591270, + "name": "emnabz/holbertonschool-web_front_end", + "url": "https://api.github.com/repos/emnabz/holbertonschool-web_front_end" + }, + "payload": { + "push_id": 7601733734, + "size": 1, + "distinct_size": 1, + "ref": "refs/heads/master", + "head": "0d9fbf35e1e67b8323bd90ab9cd28d4e517fe5ac", + "before": "8d9a526f6e36627948090d9bcb662dc11090df24", + "commits": [ + { + "sha": "0d9fbf35e1e67b8323bd90ab9cd28d4e517fe5ac", + "author": { + "email": "1947@holbertonschool.com", + "name": "emna" + }, + "message": "task1", + "distinct": true, + "url": "https://api.github.com/repos/emnabz/holbertonschool-web_front_end/commits/0d9fbf35e1e67b8323bd90ab9cd28d4e517fe5ac" + } + ] + }, + "public": true, + "created_at": "2021-07-27T14:26:34Z" + }, + { + "id": "17323014429", + "type": "IssuesEvent", + "actor": { + "id": 71229847, + "login": "TT22000", + "display_login": "TT22000", + "gravatar_id": "", + "url": "https://api.github.com/users/TT22000", + "avatar_url": "https://avatars.githubusercontent.com/u/71229847?" + }, + "repo": { + "id": 234612419, + "name": "raft-tech/raft-tech.github.io", + "url": "https://api.github.com/repos/raft-tech/raft-tech.github.io" + }, + "payload": { + "action": "closed", + "issue": { + "url": "https://api.github.com/repos/raft-tech/raft-tech.github.io/issues/274", + "repository_url": "https://api.github.com/repos/raft-tech/raft-tech.github.io", + "labels_url": "https://api.github.com/repos/raft-tech/raft-tech.github.io/issues/274/labels{/name}", + "comments_url": "https://api.github.com/repos/raft-tech/raft-tech.github.io/issues/274/comments", + "events_url": "https://api.github.com/repos/raft-tech/raft-tech.github.io/issues/274/events", + "html_url": "https://github.com/raft-tech/raft-tech.github.io/issues/274", + "id": 856109546, + "node_id": "MDU6SXNzdWU4NTYxMDk1NDY=", + "number": 274, + "title": "DAGOBAH Technologies", + "user": { + "login": "omnipresent07", + "id": 44377678, + "node_id": "MDQ6VXNlcjQ0Mzc3Njc4", + "avatar_url": "https://avatars.githubusercontent.com/u/44377678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/omnipresent07", + "html_url": "https://github.com/omnipresent07", + "followers_url": "https://api.github.com/users/omnipresent07/followers", + "following_url": "https://api.github.com/users/omnipresent07/following{/other_user}", + "gists_url": "https://api.github.com/users/omnipresent07/gists{/gist_id}", + "starred_url": "https://api.github.com/users/omnipresent07/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/omnipresent07/subscriptions", + "organizations_url": "https://api.github.com/users/omnipresent07/orgs", + "repos_url": "https://api.github.com/users/omnipresent07/repos", + "events_url": "https://api.github.com/users/omnipresent07/events{/privacy}", + "received_events_url": "https://api.github.com/users/omnipresent07/received_events", + "type": "User", + "site_admin": false + }, + "labels": [ + { + "id": 2619023467, + "node_id": "MDU6TGFiZWwyNjE5MDIzNDY3", + "url": "https://api.github.com/repos/raft-tech/raft-tech.github.io/labels/BlogPost", + "name": "BlogPost", + "color": "0052cc", + "default": false, + "description": "" + } + ], + "state": "closed", + "locked": false, + "assignee": { + "login": "jtwillis92", + "id": 22626085, + "node_id": "MDQ6VXNlcjIyNjI2MDg1", + "avatar_url": "https://avatars.githubusercontent.com/u/22626085?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jtwillis92", + "html_url": "https://github.com/jtwillis92", + "followers_url": "https://api.github.com/users/jtwillis92/followers", + "following_url": "https://api.github.com/users/jtwillis92/following{/other_user}", + "gists_url": "https://api.github.com/users/jtwillis92/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jtwillis92/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jtwillis92/subscriptions", + "organizations_url": "https://api.github.com/users/jtwillis92/orgs", + "repos_url": "https://api.github.com/users/jtwillis92/repos", + "events_url": "https://api.github.com/users/jtwillis92/events{/privacy}", + "received_events_url": "https://api.github.com/users/jtwillis92/received_events", + "type": "User", + "site_admin": false + }, + "assignees": [ + { + "login": "jtwillis92", + "id": 22626085, + "node_id": "MDQ6VXNlcjIyNjI2MDg1", + "avatar_url": "https://avatars.githubusercontent.com/u/22626085?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jtwillis92", + "html_url": "https://github.com/jtwillis92", + "followers_url": "https://api.github.com/users/jtwillis92/followers", + "following_url": "https://api.github.com/users/jtwillis92/following{/other_user}", + "gists_url": "https://api.github.com/users/jtwillis92/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jtwillis92/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jtwillis92/subscriptions", + "organizations_url": "https://api.github.com/users/jtwillis92/orgs", + "repos_url": "https://api.github.com/users/jtwillis92/repos", + "events_url": "https://api.github.com/users/jtwillis92/events{/privacy}", + "received_events_url": "https://api.github.com/users/jtwillis92/received_events", + "type": "User", + "site_admin": false + } + ], + "milestone": null, + "comments": 0, + "created_at": "2021-04-12T15:45:38Z", + "updated_at": "2021-07-27T14:26:34Z", + "closed_at": "2021-07-27T14:26:34Z", + "author_association": "MEMBER", + "active_lock_reason": null, + "body": "Blog post about the technical items explored in the DAGOBAH project.\r\n\r\nOutline (Just section titles) due date: End of May, 2021\r\nFinal Draft Due Date: June 2nd week", + "performed_via_github_app": null + } + }, + "public": true, + "created_at": "2021-07-27T14:26:34Z", + "org": { + "id": 59988299, + "login": "raft-tech", + "gravatar_id": "", + "url": "https://api.github.com/orgs/raft-tech", + "avatar_url": "https://avatars.githubusercontent.com/u/59988299?" + } + }, + { + "id": "17323014425", + "type": "PushEvent", + "actor": { + "id": 49313463, + "login": "HeoSolji", + "display_login": "HeoSolji", + "gravatar_id": "", + "url": "https://api.github.com/users/HeoSolji", + "avatar_url": "https://avatars.githubusercontent.com/u/49313463?" + }, + "repo": { + "id": 384881252, + "name": "khieem/PetHouseManagement_Backend", + "url": "https://api.github.com/repos/khieem/PetHouseManagement_Backend" + }, + "payload": { + "push_id": 7601733749, + "size": 1, + "distinct_size": 1, + "ref": "refs/heads/migration_db", + "head": "21f4805ff1de6ac45e1869f885eac3d533d866da", + "before": "a39baa08e669e8d8503a4399ab0fa9fbb75ab4ac", + "commits": [ + { + "sha": "21f4805ff1de6ac45e1869f885eac3d533d866da", + "author": { + "email": "49313463+HeoSolji@users.noreply.github.com", + "name": "HeoSolji" + }, + "message": ":|", + "distinct": true, + "url": "https://api.github.com/repos/khieem/PetHouseManagement_Backend/commits/21f4805ff1de6ac45e1869f885eac3d533d866da" + } + ] + }, + "public": true, + "created_at": "2021-07-27T14:26:34Z" + }, + { + "id": "17323013783", + "type": "PushEvent", + "actor": { + "id": 16689638, + "login": "seasidesparrow", + "display_login": "seasidesparrow", + "gravatar_id": "", + "url": "https://api.github.com/users/seasidesparrow", + "avatar_url": "https://avatars.githubusercontent.com/u/16689638?" + }, + "repo": { + "id": 38894263, + "name": "adsabs/adsabs-pyingest", + "url": "https://api.github.com/repos/adsabs/adsabs-pyingest" + }, + "payload": { + "push_id": 7601733449, + "size": 2, + "distinct_size": 2, + "ref": "refs/heads/master", + "head": "9afc3db282646fa5e2be9c52b906d87336fc5836", + "before": "a1f31179efcf093631b68e84d8e42faaa6573e0d", + "commits": [ + { + "sha": "6a5d1c68972b92436a0e69b95d812c6fa51cd1a2", + "author": { + "email": "matthew.templeton@cfa.harvard.edu", + "name": "seasidesparrow" + }, + "message": " \tmodified: pyingest/parsers/iop.py\n \tnew file: pyingest/tests/data/stubdata/input/iop_ansnn_issueletter.xml\n \tmodified: pyingest/tests/test_parsers_iop.py", + "distinct": true, + "url": "https://api.github.com/repos/adsabs/adsabs-pyingest/commits/6a5d1c68972b92436a0e69b95d812c6fa51cd1a2" + }, + { + "sha": "9afc3db282646fa5e2be9c52b906d87336fc5836", + "author": { + "email": "seasidesparrow@users.noreply.github.com", + "name": "Matthew Templeton" + }, + "message": "Merge pull request #157 from seasidesparrow/master\n\n \tmodified: pyingest/parsers/iop.py", + "distinct": true, + "url": "https://api.github.com/repos/adsabs/adsabs-pyingest/commits/9afc3db282646fa5e2be9c52b906d87336fc5836" + } + ] + }, + "public": true, + "created_at": "2021-07-27T14:26:32Z", + "org": { + "id": 1004839, + "login": "adsabs", + "gravatar_id": "", + "url": "https://api.github.com/orgs/adsabs", + "avatar_url": "https://avatars.githubusercontent.com/u/1004839?" + } + }, + { + "id": "17323014410", + "type": "IssueCommentEvent", + "actor": { + "id": 49699333, + "login": "dependabot[bot]", + "display_login": "dependabot", + "gravatar_id": "", + "url": "https://api.github.com/users/dependabot[bot]", + "avatar_url": "https://avatars.githubusercontent.com/u/49699333?" + }, + "repo": { + "id": 372743041, + "name": "xybots/cloudinfo", + "url": "https://api.github.com/repos/xybots/cloudinfo" + }, + "payload": { + "action": "created", + "issue": { + "url": "https://api.github.com/repos/xybots/cloudinfo/issues/112", + "repository_url": "https://api.github.com/repos/xybots/cloudinfo", + "labels_url": "https://api.github.com/repos/xybots/cloudinfo/issues/112/labels{/name}", + "comments_url": "https://api.github.com/repos/xybots/cloudinfo/issues/112/comments", + "events_url": "https://api.github.com/repos/xybots/cloudinfo/issues/112/events", + "html_url": "https://github.com/xybots/cloudinfo/pull/112", + "id": 953941825, + "node_id": "MDExOlB1bGxSZXF1ZXN0Njk3OTExOTAz", + "number": 112, + "title": "Bump github.com/prometheus/common from 0.25.0 to 0.30.0", + "user": { + "login": "dependabot[bot]", + "id": 49699333, + "node_id": "MDM6Qm90NDk2OTkzMzM=", + "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dependabot%5Bbot%5D", + "html_url": "https://github.com/apps/dependabot", + "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "labels": [ + + ], + "state": "open", + "locked": false, + "assignee": null, + "assignees": [ + + ], + "milestone": null, + "comments": 1, + "created_at": "2021-07-27T14:26:33Z", + "updated_at": "2021-07-27T14:26:34Z", + "closed_at": null, + "author_association": "NONE", + "active_lock_reason": null, + "pull_request": { + "url": "https://api.github.com/repos/xybots/cloudinfo/pulls/112", + "html_url": "https://github.com/xybots/cloudinfo/pull/112", + "diff_url": "https://github.com/xybots/cloudinfo/pull/112.diff", + "patch_url": "https://github.com/xybots/cloudinfo/pull/112.patch" + }, + "body": "Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.25.0 to 0.30.0.\n
\nRelease notes\n

Sourced from github.com/prometheus/common's releases.

\n
\n

v0.30.0

\n

Add the ability to enable HTTP2 again via an env variable

\n

v0.29.0

\n

Add WithIdleConnTimeout HTTP client option

\n

v0.28.0

\n

Client golang dependency update.

\n

v0.27.0 / 2021-06-03

\n\n

v0.26.0 / 2021-06-03

\n\n
\n
\n
\nCommits\n\n
\n
\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/prometheus/common&package-manager=go_modules&previous-version=0.25.0&new-version=0.30.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n
", + "performed_via_github_app": null + }, + "comment": { + "url": "https://api.github.com/repos/xybots/cloudinfo/issues/comments/887559396", + "html_url": "https://github.com/xybots/cloudinfo/pull/112#issuecomment-887559396", + "issue_url": "https://api.github.com/repos/xybots/cloudinfo/issues/112", + "id": 887559396, + "node_id": "IC_kwDOFjebgc405xTk", + "user": { + "login": "dependabot[bot]", + "id": 49699333, + "node_id": "MDM6Qm90NDk2OTkzMzM=", + "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dependabot%5Bbot%5D", + "html_url": "https://github.com/apps/dependabot", + "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", + "type": "Bot", + "site_admin": false + }, + "created_at": "2021-07-27T14:26:34Z", + "updated_at": "2021-07-27T14:26:34Z", + "author_association": "NONE", + "body": "The following labels could not be found: `dependencies`.", + "performed_via_github_app": null + } + }, + "public": true, + "created_at": "2021-07-27T14:26:34Z", + "org": { + "id": 59859516, + "login": "xybots", + "gravatar_id": "", + "url": "https://api.github.com/orgs/xybots", + "avatar_url": "https://avatars.githubusercontent.com/u/59859516?" + } + } +] diff --git a/bench/gh/gh_gpl3.json b/bench/gh/gh_gpl3.json new file mode 100644 index 0000000..71fd99c --- /dev/null +++ b/bench/gh/gh_gpl3.json @@ -0,0 +1,29 @@ +{ + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=", + "html_url": "http://choosealicense.com/licenses/gpl-3.0/", + "description": "Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights.", + "implementation": "Create a text file (typically named COPYING, as per GNU conventions) in the root of your source code and copy the text of the license into the file.", + "permissions": [ + "commercial-use", + "modifications", + "distribution", + "patent-use", + "private-use" + ], + "conditions": [ + "include-copyright", + "document-changes", + "disclose-source", + "same-license" + ], + "limitations": [ + "liability", + "warranty" + ], + "body": " GNU GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. \n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n Preamble\n\n The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works. By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users. We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors. You can apply it to\nyour programs, too.\n\n When we speak of free software, we are referring to freedom, not\nprice. Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights. Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received. You must make sure that they, too, receive\nor can get the source code. And you must show them these terms so they\nknow their rights.\n\n Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software. For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so. This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software. The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable. Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts. If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary. To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n The precise terms and conditions for copying, distribution and\nmodification follow.\n\n TERMS AND CONDITIONS\n\n 0. Definitions.\n\n \"This License\" refers to version 3 of the GNU General Public License.\n\n \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n \"The Program\" refers to any copyrightable work licensed under this\nLicense. Each licensee is addressed as \"you\". \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy. The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy. Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies. Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License. If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n 1. Source Code.\n\n The \"source code\" for a work means the preferred form of the work\nfor making modifications to it. \"Object code\" means any non-source\nform of a work.\n\n A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form. A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities. However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work. For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n The Corresponding Source for a work in source code form is that\nsame work.\n\n 2. Basic Permissions.\n\n All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met. This License explicitly affirms your unlimited\npermission to run the unmodified Program. The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work. This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force. You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright. Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n Conveying under any other circumstances is permitted solely under\nthe conditions stated below. Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n 3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n 4. Conveying Verbatim Copies.\n\n You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n 5. Conveying Modified Source Versions.\n\n You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n a) The work must carry prominent notices stating that you modified\n it, and giving a relevant date.\n\n b) The work must carry prominent notices stating that it is\n released under this License and any conditions added under section\n 7. This requirement modifies the requirement in section 4 to\n \"keep intact all notices\".\n\n c) You must license the entire work, as a whole, under this\n License to anyone who comes into possession of a copy. This\n License will therefore apply, along with any applicable section 7\n additional terms, to the whole of the work, and all its parts,\n regardless of how they are packaged. This License gives no\n permission to license the work in any other way, but it does not\n invalidate such permission if you have separately received it.\n\n d) If the work has interactive user interfaces, each must display\n Appropriate Legal Notices; however, if the Program has interactive\n interfaces that do not display Appropriate Legal Notices, your\n work need not make them do so.\n\n A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit. Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n 6. Conveying Non-Source Forms.\n\n You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n a) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by the\n Corresponding Source fixed on a durable physical medium\n customarily used for software interchange.\n\n b) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by a\n written offer, valid for at least three years and valid for as\n long as you offer spare parts or customer support for that product\n model, to give anyone who possesses the object code either (1) a\n copy of the Corresponding Source for all the software in the\n product that is covered by this License, on a durable physical\n medium customarily used for software interchange, for a price no\n more than your reasonable cost of physically performing this\n conveying of source, or (2) access to copy the\n Corresponding Source from a network server at no charge.\n\n c) Convey individual copies of the object code with a copy of the\n written offer to provide the Corresponding Source. This\n alternative is allowed only occasionally and noncommercially, and\n only if you received the object code with such an offer, in accord\n with subsection 6b.\n\n d) Convey the object code by offering access from a designated\n place (gratis or for a charge), and offer equivalent access to the\n Corresponding Source in the same way through the same place at no\n further charge. You need not require recipients to copy the\n Corresponding Source along with the object code. If the place to\n copy the object code is a network server, the Corresponding Source\n may be on a different server (operated by you or a third party)\n that supports equivalent copying facilities, provided you maintain\n clear directions next to the object code saying where to find the\n Corresponding Source. Regardless of what server hosts the\n Corresponding Source, you remain obligated to ensure that it is\n available for as long as needed to satisfy these requirements.\n\n e) Convey the object code using peer-to-peer transmission, provided\n you inform other peers where the object code and Corresponding\n Source of the work are being offered to the general public at no\n charge under subsection 6d.\n\n A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling. In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage. For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product. A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source. The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information. But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed. Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n 7. Additional Terms.\n\n \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law. If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit. (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.) You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n a) Disclaiming warranty or limiting liability differently from the\n terms of sections 15 and 16 of this License; or\n\n b) Requiring preservation of specified reasonable legal notices or\n author attributions in that material or in the Appropriate Legal\n Notices displayed by works containing it; or\n\n c) Prohibiting misrepresentation of the origin of that material, or\n requiring that modified versions of such material be marked in\n reasonable ways as different from the original version; or\n\n d) Limiting the use for publicity purposes of names of licensors or\n authors of the material; or\n\n e) Declining to grant rights under trademark law for use of some\n trade names, trademarks, or service marks; or\n\n f) Requiring indemnification of licensors and authors of that\n material by anyone who conveys the material (or modified versions of\n it) with contractual assumptions of liability to the recipient, for\n any liability that these contractual assumptions directly impose on\n those licensors and authors.\n\n All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10. If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term. If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n 8. Termination.\n\n You may not propagate or modify a covered work except as expressly\nprovided under this License. Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License. If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n 9. Acceptance Not Required for Having Copies.\n\n You are not required to accept this License in order to receive or\nrun a copy of the Program. Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance. However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work. These actions infringe copyright if you do\nnot accept this License. Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n 10. Automatic Licensing of Downstream Recipients.\n\n Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License. You are not responsible\nfor enforcing compliance by third parties with this License.\n\n An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations. If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License. For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n 11. Patents.\n\n A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based. The\nwork thus licensed is called the contributor's \"contributor version\".\n\n A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version. For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement). To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients. \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License. You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n 12. No Surrender of Others' Freedom.\n\n If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License. If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all. For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n 13. Use with the GNU Affero General Public License.\n\n Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work. The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n 14. Revised Versions of this License.\n\n The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time. Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n Each version is given a distinguishing version number. If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation. If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n Later license versions may give you additional or different\npermissions. However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n 15. Disclaimer of Warranty.\n\n THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n 16. Limitation of Liability.\n\n IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n 17. Interpretation of Sections 15 and 16.\n\n If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n END OF TERMS AND CONDITIONS\n\n How to Apply These Terms to Your New Programs\n\n If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n To do so, attach the following notices to the program. It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n \n Copyright (C) \n\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program. If not, see .\n\nAlso add information on how to contact you by electronic and paper mail.\n\n If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n\n Copyright (C) \n This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n This is free software, and you are welcome to redistribute it\n under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License. Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n\n You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\n.\n\n The GNU General Public License does not permit incorporating your program\ninto proprietary programs. If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library. If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License. But first, please read\n.\n", + "featured": true +} diff --git a/bench/gh/gh_licenses.json b/bench/gh/gh_licenses.json new file mode 100644 index 0000000..06d2af2 --- /dev/null +++ b/bench/gh/gh_licenses.json @@ -0,0 +1,93 @@ +[ + { + "key": "agpl-3.0", + "name": "GNU Affero General Public License v3.0", + "spdx_id": "AGPL-3.0", + "url": "https://api.github.com/licenses/agpl-3.0", + "node_id": "MDc6TGljZW5zZTE=" + }, + { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + { + "key": "bsl-1.0", + "name": "Boost Software License 1.0", + "spdx_id": "BSL-1.0", + "url": "https://api.github.com/licenses/bsl-1.0", + "node_id": "MDc6TGljZW5zZTI4" + }, + { + "key": "cc0-1.0", + "name": "Creative Commons Zero v1.0 Universal", + "spdx_id": "CC0-1.0", + "url": "https://api.github.com/licenses/cc0-1.0", + "node_id": "MDc6TGljZW5zZTY=" + }, + { + "key": "epl-2.0", + "name": "Eclipse Public License 2.0", + "spdx_id": "EPL-2.0", + "url": "https://api.github.com/licenses/epl-2.0", + "node_id": "MDc6TGljZW5zZTMy" + }, + { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + { + "key": "lgpl-2.1", + "name": "GNU Lesser General Public License v2.1", + "spdx_id": "LGPL-2.1", + "url": "https://api.github.com/licenses/lgpl-2.1", + "node_id": "MDc6TGljZW5zZTEx" + }, + { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + { + "key": "mpl-2.0", + "name": "Mozilla Public License 2.0", + "spdx_id": "MPL-2.0", + "url": "https://api.github.com/licenses/mpl-2.0", + "node_id": "MDc6TGljZW5zZTE0" + }, + { + "key": "unlicense", + "name": "The Unlicense", + "spdx_id": "Unlicense", + "url": "https://api.github.com/licenses/unlicense", + "node_id": "MDc6TGljZW5zZTE1" + } +] diff --git a/bench/gh/gh_mgree_events.json b/bench/gh/gh_mgree_events.json new file mode 100644 index 0000000..6f020d7 --- /dev/null +++ b/bench/gh/gh_mgree_events.json @@ -0,0 +1,3546 @@ +[ + { + "id": "17322681750", + "type": "CreateEvent", + "actor": { + "id": 505088, + "login": "mgree", + "display_login": "mgree", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?" + }, + "repo": { + "id": 374712709, + "name": "mgree/ffs", + "url": "https://api.github.com/repos/mgree/ffs" + }, + "payload": { + "ref": "timing", + "ref_type": "branch", + "master_branch": "main", + "description": "the file filesystem: mount semi-structured data (like JSON) as a Unix filesystem", + "pusher_type": "user" + }, + "public": true, + "created_at": "2021-07-27T14:07:47Z" + }, + { + "id": "17296181634", + "type": "WatchEvent", + "actor": { + "id": 505088, + "login": "mgree", + "display_login": "mgree", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?" + }, + "repo": { + "id": 215404927, + "name": "kellyjonbrazil/jc", + "url": "https://api.github.com/repos/kellyjonbrazil/jc" + }, + "payload": { + "action": "started" + }, + "public": true, + "created_at": "2021-07-25T19:28:59Z" + }, + { + "id": "17296122344", + "type": "WatchEvent", + "actor": { + "id": 505088, + "login": "mgree", + "display_login": "mgree", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?" + }, + "repo": { + "id": 41925963, + "name": "Nukesor/pueue", + "url": "https://api.github.com/repos/Nukesor/pueue" + }, + "payload": { + "action": "started" + }, + "public": true, + "created_at": "2021-07-25T19:12:54Z" + }, + { + "id": "17285745586", + "type": "CreateEvent", + "actor": { + "id": 505088, + "login": "mgree", + "display_login": "mgree", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?" + }, + "repo": { + "id": 383849221, + "name": "mgree/dts", + "url": "https://api.github.com/repos/mgree/dts" + }, + "payload": { + "ref": "mlton", + "ref_type": "branch", + "master_branch": "main", + "description": "Fritz Henglein and Jakob Rehof's '90s investigations into dynamic typing", + "pusher_type": "user" + }, + "public": true, + "created_at": "2021-07-23T20:52:04Z" + }, + { + "id": "17266839566", + "type": "PullRequestReviewEvent", + "actor": { + "id": 505088, + "login": "mgree", + "display_login": "mgree", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?" + }, + "repo": { + "id": 194473604, + "name": "binpash/pash", + "url": "https://api.github.com/repos/binpash/pash" + }, + "payload": { + "action": "created", + "review": { + "id": 712878230, + "node_id": "MDE3OlB1bGxSZXF1ZXN0UmV2aWV3NzEyODc4MjMw", + "user": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "body": "Left comments in; lgtm given pending fixes.", + "commit_id": "4820035a0f017052c265cdf282ae4c52e428572c", + "submitted_at": "2021-07-22T14:42:31Z", + "state": "approved", + "html_url": "https://github.com/binpash/pash/pull/246#pullrequestreview-712878230", + "pull_request_url": "https://api.github.com/repos/binpash/pash/pulls/246", + "author_association": "COLLABORATOR", + "_links": { + "html": { + "href": "https://github.com/binpash/pash/pull/246#pullrequestreview-712878230" + }, + "pull_request": { + "href": "https://api.github.com/repos/binpash/pash/pulls/246" + } + } + }, + "pull_request": { + "url": "https://api.github.com/repos/binpash/pash/pulls/246", + "id": 630896995, + "node_id": "MDExOlB1bGxSZXF1ZXN0NjMwODk2OTk1", + "html_url": "https://github.com/binpash/pash/pull/246", + "diff_url": "https://github.com/binpash/pash/pull/246.diff", + "patch_url": "https://github.com/binpash/pash/pull/246.patch", + "issue_url": "https://api.github.com/repos/binpash/pash/issues/246", + "number": 246, + "state": "open", + "locked": false, + "title": "Extend PaSh's expansion to properly handle input arguments", + "user": { + "login": "angelhof", + "id": 12186758, + "node_id": "MDQ6VXNlcjEyMTg2NzU4", + "avatar_url": "https://avatars.githubusercontent.com/u/12186758?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/angelhof", + "html_url": "https://github.com/angelhof", + "followers_url": "https://api.github.com/users/angelhof/followers", + "following_url": "https://api.github.com/users/angelhof/following{/other_user}", + "gists_url": "https://api.github.com/users/angelhof/gists{/gist_id}", + "starred_url": "https://api.github.com/users/angelhof/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/angelhof/subscriptions", + "organizations_url": "https://api.github.com/users/angelhof/orgs", + "repos_url": "https://api.github.com/users/angelhof/repos", + "events_url": "https://api.github.com/users/angelhof/events{/privacy}", + "received_events_url": "https://api.github.com/users/angelhof/received_events", + "type": "User", + "site_admin": false + }, + "body": "@mgree whenever you have some time you could take a look and see if that looks reasonable to you, no rush!\r\n\r\nThe input arguments for scripts are stored in the pash runtime in the `pash_input_args` variable and therefore expansion needs to search them there.", + "created_at": "2021-05-05T20:58:15Z", + "updated_at": "2021-07-22T14:42:31Z", + "closed_at": null, + "merged_at": null, + "merge_commit_sha": "b85aebdba02442b9c82a721a0239f180960bdc98", + "assignee": null, + "assignees": [ + + ], + "requested_reviewers": [ + + ], + "requested_teams": [ + + ], + "labels": [ + + ], + "milestone": null, + "draft": false, + "commits_url": "https://api.github.com/repos/binpash/pash/pulls/246/commits", + "review_comments_url": "https://api.github.com/repos/binpash/pash/pulls/246/comments", + "review_comment_url": "https://api.github.com/repos/binpash/pash/pulls/comments{/number}", + "comments_url": "https://api.github.com/repos/binpash/pash/issues/246/comments", + "statuses_url": "https://api.github.com/repos/binpash/pash/statuses/476694b4c932afef9d0673066225696576f331e3", + "head": { + "label": "binpash:pash-expand-args", + "ref": "pash-expand-args", + "sha": "476694b4c932afef9d0673066225696576f331e3", + "user": { + "login": "binpash", + "id": 87086014, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg3MDg2MDE0", + "avatar_url": "https://avatars.githubusercontent.com/u/87086014?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binpash", + "html_url": "https://github.com/binpash", + "followers_url": "https://api.github.com/users/binpash/followers", + "following_url": "https://api.github.com/users/binpash/following{/other_user}", + "gists_url": "https://api.github.com/users/binpash/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binpash/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binpash/subscriptions", + "organizations_url": "https://api.github.com/users/binpash/orgs", + "repos_url": "https://api.github.com/users/binpash/repos", + "events_url": "https://api.github.com/users/binpash/events{/privacy}", + "received_events_url": "https://api.github.com/users/binpash/received_events", + "type": "Organization", + "site_admin": false + }, + "repo": { + "id": 194473604, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ0NzM2MDQ=", + "name": "pash", + "full_name": "binpash/pash", + "private": false, + "owner": { + "login": "binpash", + "id": 87086014, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg3MDg2MDE0", + "avatar_url": "https://avatars.githubusercontent.com/u/87086014?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binpash", + "html_url": "https://github.com/binpash", + "followers_url": "https://api.github.com/users/binpash/followers", + "following_url": "https://api.github.com/users/binpash/following{/other_user}", + "gists_url": "https://api.github.com/users/binpash/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binpash/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binpash/subscriptions", + "organizations_url": "https://api.github.com/users/binpash/orgs", + "repos_url": "https://api.github.com/users/binpash/repos", + "events_url": "https://api.github.com/users/binpash/events{/privacy}", + "received_events_url": "https://api.github.com/users/binpash/received_events", + "type": "Organization", + "site_admin": false + }, + "html_url": "https://github.com/binpash/pash", + "description": "PaSh: Light-touch Data-Parallel Shell Processing", + "fork": false, + "url": "https://api.github.com/repos/binpash/pash", + "forks_url": "https://api.github.com/repos/binpash/pash/forks", + "keys_url": "https://api.github.com/repos/binpash/pash/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/binpash/pash/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/binpash/pash/teams", + "hooks_url": "https://api.github.com/repos/binpash/pash/hooks", + "issue_events_url": "https://api.github.com/repos/binpash/pash/issues/events{/number}", + "events_url": "https://api.github.com/repos/binpash/pash/events", + "assignees_url": "https://api.github.com/repos/binpash/pash/assignees{/user}", + "branches_url": "https://api.github.com/repos/binpash/pash/branches{/branch}", + "tags_url": "https://api.github.com/repos/binpash/pash/tags", + "blobs_url": "https://api.github.com/repos/binpash/pash/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/binpash/pash/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/binpash/pash/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/binpash/pash/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/binpash/pash/statuses/{sha}", + "languages_url": "https://api.github.com/repos/binpash/pash/languages", + "stargazers_url": "https://api.github.com/repos/binpash/pash/stargazers", + "contributors_url": "https://api.github.com/repos/binpash/pash/contributors", + "subscribers_url": "https://api.github.com/repos/binpash/pash/subscribers", + "subscription_url": "https://api.github.com/repos/binpash/pash/subscription", + "commits_url": "https://api.github.com/repos/binpash/pash/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/binpash/pash/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/binpash/pash/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/binpash/pash/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/binpash/pash/contents/{+path}", + "compare_url": "https://api.github.com/repos/binpash/pash/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/binpash/pash/merges", + "archive_url": "https://api.github.com/repos/binpash/pash/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/binpash/pash/downloads", + "issues_url": "https://api.github.com/repos/binpash/pash/issues{/number}", + "pulls_url": "https://api.github.com/repos/binpash/pash/pulls{/number}", + "milestones_url": "https://api.github.com/repos/binpash/pash/milestones{/number}", + "notifications_url": "https://api.github.com/repos/binpash/pash/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/binpash/pash/labels{/name}", + "releases_url": "https://api.github.com/repos/binpash/pash/releases{/id}", + "deployments_url": "https://api.github.com/repos/binpash/pash/deployments", + "created_at": "2019-06-30T04:12:11Z", + "updated_at": "2021-07-22T11:37:07Z", + "pushed_at": "2021-07-22T14:41:34Z", + "git_url": "git://github.com/binpash/pash.git", + "ssh_url": "git@github.com:binpash/pash.git", + "clone_url": "https://github.com/binpash/pash.git", + "svn_url": "https://github.com/binpash/pash", + "homepage": "", + "size": 24678, + "stargazers_count": 69, + "watchers_count": 69, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 57, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 14, + "open_issues": 57, + "watchers": 69, + "default_branch": "main" + } + }, + "base": { + "label": "binpash:main", + "ref": "main", + "sha": "8b144dfcef60ff860136485c30681c3a4ef2b884", + "user": { + "login": "binpash", + "id": 87086014, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg3MDg2MDE0", + "avatar_url": "https://avatars.githubusercontent.com/u/87086014?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binpash", + "html_url": "https://github.com/binpash", + "followers_url": "https://api.github.com/users/binpash/followers", + "following_url": "https://api.github.com/users/binpash/following{/other_user}", + "gists_url": "https://api.github.com/users/binpash/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binpash/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binpash/subscriptions", + "organizations_url": "https://api.github.com/users/binpash/orgs", + "repos_url": "https://api.github.com/users/binpash/repos", + "events_url": "https://api.github.com/users/binpash/events{/privacy}", + "received_events_url": "https://api.github.com/users/binpash/received_events", + "type": "Organization", + "site_admin": false + }, + "repo": { + "id": 194473604, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ0NzM2MDQ=", + "name": "pash", + "full_name": "binpash/pash", + "private": false, + "owner": { + "login": "binpash", + "id": 87086014, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg3MDg2MDE0", + "avatar_url": "https://avatars.githubusercontent.com/u/87086014?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binpash", + "html_url": "https://github.com/binpash", + "followers_url": "https://api.github.com/users/binpash/followers", + "following_url": "https://api.github.com/users/binpash/following{/other_user}", + "gists_url": "https://api.github.com/users/binpash/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binpash/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binpash/subscriptions", + "organizations_url": "https://api.github.com/users/binpash/orgs", + "repos_url": "https://api.github.com/users/binpash/repos", + "events_url": "https://api.github.com/users/binpash/events{/privacy}", + "received_events_url": "https://api.github.com/users/binpash/received_events", + "type": "Organization", + "site_admin": false + }, + "html_url": "https://github.com/binpash/pash", + "description": "PaSh: Light-touch Data-Parallel Shell Processing", + "fork": false, + "url": "https://api.github.com/repos/binpash/pash", + "forks_url": "https://api.github.com/repos/binpash/pash/forks", + "keys_url": "https://api.github.com/repos/binpash/pash/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/binpash/pash/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/binpash/pash/teams", + "hooks_url": "https://api.github.com/repos/binpash/pash/hooks", + "issue_events_url": "https://api.github.com/repos/binpash/pash/issues/events{/number}", + "events_url": "https://api.github.com/repos/binpash/pash/events", + "assignees_url": "https://api.github.com/repos/binpash/pash/assignees{/user}", + "branches_url": "https://api.github.com/repos/binpash/pash/branches{/branch}", + "tags_url": "https://api.github.com/repos/binpash/pash/tags", + "blobs_url": "https://api.github.com/repos/binpash/pash/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/binpash/pash/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/binpash/pash/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/binpash/pash/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/binpash/pash/statuses/{sha}", + "languages_url": "https://api.github.com/repos/binpash/pash/languages", + "stargazers_url": "https://api.github.com/repos/binpash/pash/stargazers", + "contributors_url": "https://api.github.com/repos/binpash/pash/contributors", + "subscribers_url": "https://api.github.com/repos/binpash/pash/subscribers", + "subscription_url": "https://api.github.com/repos/binpash/pash/subscription", + "commits_url": "https://api.github.com/repos/binpash/pash/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/binpash/pash/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/binpash/pash/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/binpash/pash/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/binpash/pash/contents/{+path}", + "compare_url": "https://api.github.com/repos/binpash/pash/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/binpash/pash/merges", + "archive_url": "https://api.github.com/repos/binpash/pash/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/binpash/pash/downloads", + "issues_url": "https://api.github.com/repos/binpash/pash/issues{/number}", + "pulls_url": "https://api.github.com/repos/binpash/pash/pulls{/number}", + "milestones_url": "https://api.github.com/repos/binpash/pash/milestones{/number}", + "notifications_url": "https://api.github.com/repos/binpash/pash/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/binpash/pash/labels{/name}", + "releases_url": "https://api.github.com/repos/binpash/pash/releases{/id}", + "deployments_url": "https://api.github.com/repos/binpash/pash/deployments", + "created_at": "2019-06-30T04:12:11Z", + "updated_at": "2021-07-22T11:37:07Z", + "pushed_at": "2021-07-22T14:41:34Z", + "git_url": "git://github.com/binpash/pash.git", + "ssh_url": "git@github.com:binpash/pash.git", + "clone_url": "https://github.com/binpash/pash.git", + "svn_url": "https://github.com/binpash/pash", + "homepage": "", + "size": 24678, + "stargazers_count": 69, + "watchers_count": 69, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 57, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 14, + "open_issues": 57, + "watchers": 69, + "default_branch": "main" + } + }, + "_links": { + "self": { + "href": "https://api.github.com/repos/binpash/pash/pulls/246" + }, + "html": { + "href": "https://github.com/binpash/pash/pull/246" + }, + "issue": { + "href": "https://api.github.com/repos/binpash/pash/issues/246" + }, + "comments": { + "href": "https://api.github.com/repos/binpash/pash/issues/246/comments" + }, + "review_comments": { + "href": "https://api.github.com/repos/binpash/pash/pulls/246/comments" + }, + "review_comment": { + "href": "https://api.github.com/repos/binpash/pash/pulls/comments{/number}" + }, + "commits": { + "href": "https://api.github.com/repos/binpash/pash/pulls/246/commits" + }, + "statuses": { + "href": "https://api.github.com/repos/binpash/pash/statuses/476694b4c932afef9d0673066225696576f331e3" + } + }, + "author_association": "COLLABORATOR", + "auto_merge": null, + "active_lock_reason": null + } + }, + "public": true, + "created_at": "2021-07-22T14:42:31Z", + "org": { + "id": 87086014, + "login": "binpash", + "gravatar_id": "", + "url": "https://api.github.com/orgs/binpash", + "avatar_url": "https://avatars.githubusercontent.com/u/87086014?" + } + }, + { + "id": "17266822997", + "type": "PushEvent", + "actor": { + "id": 505088, + "login": "mgree", + "display_login": "mgree", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?" + }, + "repo": { + "id": 194473604, + "name": "binpash/pash", + "url": "https://api.github.com/repos/binpash/pash" + }, + "payload": { + "push_id": 7572546674, + "size": 1, + "distinct_size": 1, + "ref": "refs/heads/pash-expand-args", + "head": "476694b4c932afef9d0673066225696576f331e3", + "before": "ccb46be34e7822f4c9219fd2c7be62d2e40035e4", + "commits": [ + { + "sha": "476694b4c932afef9d0673066225696576f331e3", + "author": { + "email": "michael.greenberg@pomona.edu", + "name": "Michael Greenberg" + }, + "message": "notes on correct handling of positional arguments", + "distinct": true, + "url": "https://api.github.com/repos/binpash/pash/commits/476694b4c932afef9d0673066225696576f331e3" + } + ] + }, + "public": true, + "created_at": "2021-07-22T14:41:33Z", + "org": { + "id": 87086014, + "login": "binpash", + "gravatar_id": "", + "url": "https://api.github.com/orgs/binpash", + "avatar_url": "https://avatars.githubusercontent.com/u/87086014?" + } + }, + { + "id": "17266124302", + "type": "PushEvent", + "actor": { + "id": 505088, + "login": "mgree", + "display_login": "mgree", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?" + }, + "repo": { + "id": 384828736, + "name": "mgree/st", + "url": "https://api.github.com/repos/mgree/st" + }, + "payload": { + "push_id": 7572217693, + "size": 1, + "distinct_size": 1, + "ref": "refs/heads/main", + "head": "5df8df13ff93b5d42dc2b5c6db6dfd4f01d8aaec", + "before": "4bf795e9ca2b9727760321c0b0daad45d3a84eeb", + "commits": [ + { + "sha": "5df8df13ff93b5d42dc2b5c6db6dfd4f01d8aaec", + "author": { + "email": "michael.greenberg@pomona.edu", + "name": "Michael Greenberg" + }, + "message": "working on 31", + "distinct": true, + "url": "https://api.github.com/repos/mgree/st/commits/5df8df13ff93b5d42dc2b5c6db6dfd4f01d8aaec" + } + ] + }, + "public": true, + "created_at": "2021-07-22T14:00:07Z" + }, + { + "id": "17251644658", + "type": "DeleteEvent", + "actor": { + "id": 505088, + "login": "mgree", + "display_login": "mgree", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?" + }, + "repo": { + "id": 374712709, + "name": "mgree/ffs", + "url": "https://api.github.com/repos/mgree/ffs" + }, + "payload": { + "ref": "exit-status", + "ref_type": "branch", + "pusher_type": "user" + }, + "public": true, + "created_at": "2021-07-21T15:10:46Z" + }, + { + "id": "17251643971", + "type": "PushEvent", + "actor": { + "id": 505088, + "login": "mgree", + "display_login": "mgree", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?" + }, + "repo": { + "id": 374712709, + "name": "mgree/ffs", + "url": "https://api.github.com/repos/mgree/ffs" + }, + "payload": { + "push_id": 7565010531, + "size": 1, + "distinct_size": 1, + "ref": "refs/heads/main", + "head": "b651c9c1ac66a1117bcbe93b1113bc1617be5928", + "before": "747301c8152b1f8a385299c1fe72a4977c7919cc", + "commits": [ + { + "sha": "b651c9c1ac66a1117bcbe93b1113bc1617be5928", + "author": { + "email": "michael.greenberg@pomona.edu", + "name": "Michael Greenberg" + }, + "message": "Exit status (#44)\n\nUnify exit status (0=success, 1=fs error, 2=cli error).\r\n\r\nDocumented and tested; one test is disabled due to an upstream error masking.", + "distinct": true, + "url": "https://api.github.com/repos/mgree/ffs/commits/b651c9c1ac66a1117bcbe93b1113bc1617be5928" + } + ] + }, + "public": true, + "created_at": "2021-07-21T15:10:44Z" + }, + { + "id": "17251643728", + "type": "PullRequestEvent", + "actor": { + "id": 505088, + "login": "mgree", + "display_login": "mgree", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?" + }, + "repo": { + "id": 374712709, + "name": "mgree/ffs", + "url": "https://api.github.com/repos/mgree/ffs" + }, + "payload": { + "action": "closed", + "number": 44, + "pull_request": { + "url": "https://api.github.com/repos/mgree/ffs/pulls/44", + "id": 694463605, + "node_id": "MDExOlB1bGxSZXF1ZXN0Njk0NDYzNjA1", + "html_url": "https://github.com/mgree/ffs/pull/44", + "diff_url": "https://github.com/mgree/ffs/pull/44.diff", + "patch_url": "https://github.com/mgree/ffs/pull/44.patch", + "issue_url": "https://api.github.com/repos/mgree/ffs/issues/44", + "number": 44, + "state": "closed", + "locked": false, + "title": "Exit status", + "user": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "body": "Unify exit status.", + "created_at": "2021-07-21T15:05:41Z", + "updated_at": "2021-07-21T15:10:43Z", + "closed_at": "2021-07-21T15:10:43Z", + "merged_at": "2021-07-21T15:10:42Z", + "merge_commit_sha": "b651c9c1ac66a1117bcbe93b1113bc1617be5928", + "assignee": null, + "assignees": [ + + ], + "requested_reviewers": [ + + ], + "requested_teams": [ + + ], + "labels": [ + + ], + "milestone": null, + "draft": false, + "commits_url": "https://api.github.com/repos/mgree/ffs/pulls/44/commits", + "review_comments_url": "https://api.github.com/repos/mgree/ffs/pulls/44/comments", + "review_comment_url": "https://api.github.com/repos/mgree/ffs/pulls/comments{/number}", + "comments_url": "https://api.github.com/repos/mgree/ffs/issues/44/comments", + "statuses_url": "https://api.github.com/repos/mgree/ffs/statuses/93f4f8e56d08d51cb75e039f2981cdeb2a812e4f", + "head": { + "label": "mgree:exit-status", + "ref": "exit-status", + "sha": "93f4f8e56d08d51cb75e039f2981cdeb2a812e4f", + "user": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "repo": { + "id": 374712709, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ3MTI3MDk=", + "name": "ffs", + "full_name": "mgree/ffs", + "private": false, + "owner": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/mgree/ffs", + "description": "the file filesystem: mount semi-structured data (like JSON) as a Unix filesystem", + "fork": false, + "url": "https://api.github.com/repos/mgree/ffs", + "forks_url": "https://api.github.com/repos/mgree/ffs/forks", + "keys_url": "https://api.github.com/repos/mgree/ffs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mgree/ffs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mgree/ffs/teams", + "hooks_url": "https://api.github.com/repos/mgree/ffs/hooks", + "issue_events_url": "https://api.github.com/repos/mgree/ffs/issues/events{/number}", + "events_url": "https://api.github.com/repos/mgree/ffs/events", + "assignees_url": "https://api.github.com/repos/mgree/ffs/assignees{/user}", + "branches_url": "https://api.github.com/repos/mgree/ffs/branches{/branch}", + "tags_url": "https://api.github.com/repos/mgree/ffs/tags", + "blobs_url": "https://api.github.com/repos/mgree/ffs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mgree/ffs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mgree/ffs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mgree/ffs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mgree/ffs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mgree/ffs/languages", + "stargazers_url": "https://api.github.com/repos/mgree/ffs/stargazers", + "contributors_url": "https://api.github.com/repos/mgree/ffs/contributors", + "subscribers_url": "https://api.github.com/repos/mgree/ffs/subscribers", + "subscription_url": "https://api.github.com/repos/mgree/ffs/subscription", + "commits_url": "https://api.github.com/repos/mgree/ffs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mgree/ffs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mgree/ffs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mgree/ffs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mgree/ffs/contents/{+path}", + "compare_url": "https://api.github.com/repos/mgree/ffs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mgree/ffs/merges", + "archive_url": "https://api.github.com/repos/mgree/ffs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mgree/ffs/downloads", + "issues_url": "https://api.github.com/repos/mgree/ffs/issues{/number}", + "pulls_url": "https://api.github.com/repos/mgree/ffs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mgree/ffs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mgree/ffs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mgree/ffs/labels{/name}", + "releases_url": "https://api.github.com/repos/mgree/ffs/releases{/id}", + "deployments_url": "https://api.github.com/repos/mgree/ffs/deployments", + "created_at": "2021-06-07T15:22:28Z", + "updated_at": "2021-07-21T13:32:46Z", + "pushed_at": "2021-07-21T15:10:42Z", + "git_url": "git://github.com/mgree/ffs.git", + "ssh_url": "git@github.com:mgree/ffs.git", + "clone_url": "https://github.com/mgree/ffs.git", + "svn_url": "https://github.com/mgree/ffs", + "homepage": "https://mgree.github.io/ffs/", + "size": 988, + "stargazers_count": 110, + "watchers_count": 110, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 15, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 3, + "open_issues": 15, + "watchers": 110, + "default_branch": "main" + } + }, + "base": { + "label": "mgree:main", + "ref": "main", + "sha": "747301c8152b1f8a385299c1fe72a4977c7919cc", + "user": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "repo": { + "id": 374712709, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ3MTI3MDk=", + "name": "ffs", + "full_name": "mgree/ffs", + "private": false, + "owner": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/mgree/ffs", + "description": "the file filesystem: mount semi-structured data (like JSON) as a Unix filesystem", + "fork": false, + "url": "https://api.github.com/repos/mgree/ffs", + "forks_url": "https://api.github.com/repos/mgree/ffs/forks", + "keys_url": "https://api.github.com/repos/mgree/ffs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mgree/ffs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mgree/ffs/teams", + "hooks_url": "https://api.github.com/repos/mgree/ffs/hooks", + "issue_events_url": "https://api.github.com/repos/mgree/ffs/issues/events{/number}", + "events_url": "https://api.github.com/repos/mgree/ffs/events", + "assignees_url": "https://api.github.com/repos/mgree/ffs/assignees{/user}", + "branches_url": "https://api.github.com/repos/mgree/ffs/branches{/branch}", + "tags_url": "https://api.github.com/repos/mgree/ffs/tags", + "blobs_url": "https://api.github.com/repos/mgree/ffs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mgree/ffs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mgree/ffs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mgree/ffs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mgree/ffs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mgree/ffs/languages", + "stargazers_url": "https://api.github.com/repos/mgree/ffs/stargazers", + "contributors_url": "https://api.github.com/repos/mgree/ffs/contributors", + "subscribers_url": "https://api.github.com/repos/mgree/ffs/subscribers", + "subscription_url": "https://api.github.com/repos/mgree/ffs/subscription", + "commits_url": "https://api.github.com/repos/mgree/ffs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mgree/ffs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mgree/ffs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mgree/ffs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mgree/ffs/contents/{+path}", + "compare_url": "https://api.github.com/repos/mgree/ffs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mgree/ffs/merges", + "archive_url": "https://api.github.com/repos/mgree/ffs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mgree/ffs/downloads", + "issues_url": "https://api.github.com/repos/mgree/ffs/issues{/number}", + "pulls_url": "https://api.github.com/repos/mgree/ffs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mgree/ffs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mgree/ffs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mgree/ffs/labels{/name}", + "releases_url": "https://api.github.com/repos/mgree/ffs/releases{/id}", + "deployments_url": "https://api.github.com/repos/mgree/ffs/deployments", + "created_at": "2021-06-07T15:22:28Z", + "updated_at": "2021-07-21T13:32:46Z", + "pushed_at": "2021-07-21T15:10:42Z", + "git_url": "git://github.com/mgree/ffs.git", + "ssh_url": "git@github.com:mgree/ffs.git", + "clone_url": "https://github.com/mgree/ffs.git", + "svn_url": "https://github.com/mgree/ffs", + "homepage": "https://mgree.github.io/ffs/", + "size": 988, + "stargazers_count": 110, + "watchers_count": 110, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 15, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 3, + "open_issues": 15, + "watchers": 110, + "default_branch": "main" + } + }, + "_links": { + "self": { + "href": "https://api.github.com/repos/mgree/ffs/pulls/44" + }, + "html": { + "href": "https://github.com/mgree/ffs/pull/44" + }, + "issue": { + "href": "https://api.github.com/repos/mgree/ffs/issues/44" + }, + "comments": { + "href": "https://api.github.com/repos/mgree/ffs/issues/44/comments" + }, + "review_comments": { + "href": "https://api.github.com/repos/mgree/ffs/pulls/44/comments" + }, + "review_comment": { + "href": "https://api.github.com/repos/mgree/ffs/pulls/comments{/number}" + }, + "commits": { + "href": "https://api.github.com/repos/mgree/ffs/pulls/44/commits" + }, + "statuses": { + "href": "https://api.github.com/repos/mgree/ffs/statuses/93f4f8e56d08d51cb75e039f2981cdeb2a812e4f" + } + }, + "author_association": "OWNER", + "auto_merge": null, + "active_lock_reason": null, + "merged": true, + "mergeable": null, + "rebaseable": null, + "mergeable_state": "unknown", + "merged_by": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "comments": 0, + "review_comments": 0, + "maintainer_can_modify": false, + "commits": 4, + "additions": 319, + "deletions": 41, + "changed_files": 13 + } + }, + "public": true, + "created_at": "2021-07-21T15:10:43Z" + }, + { + "id": "17251602425", + "type": "PushEvent", + "actor": { + "id": 505088, + "login": "mgree", + "display_login": "mgree", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?" + }, + "repo": { + "id": 374712709, + "name": "mgree/ffs", + "url": "https://api.github.com/repos/mgree/ffs" + }, + "payload": { + "push_id": 7564991008, + "size": 1, + "distinct_size": 1, + "ref": "refs/heads/exit-status", + "head": "93f4f8e56d08d51cb75e039f2981cdeb2a812e4f", + "before": "4a23bc1b2e17e19768b95a3d0717f15098e10516", + "commits": [ + { + "sha": "93f4f8e56d08d51cb75e039f2981cdeb2a812e4f", + "author": { + "email": "michael.greenberg@pomona.edu", + "name": "Michael Greenberg" + }, + "message": "changelog", + "distinct": true, + "url": "https://api.github.com/repos/mgree/ffs/commits/93f4f8e56d08d51cb75e039f2981cdeb2a812e4f" + } + ] + }, + "public": true, + "created_at": "2021-07-21T15:08:12Z" + }, + { + "id": "17251560900", + "type": "PullRequestEvent", + "actor": { + "id": 505088, + "login": "mgree", + "display_login": "mgree", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?" + }, + "repo": { + "id": 374712709, + "name": "mgree/ffs", + "url": "https://api.github.com/repos/mgree/ffs" + }, + "payload": { + "action": "opened", + "number": 44, + "pull_request": { + "url": "https://api.github.com/repos/mgree/ffs/pulls/44", + "id": 694463605, + "node_id": "MDExOlB1bGxSZXF1ZXN0Njk0NDYzNjA1", + "html_url": "https://github.com/mgree/ffs/pull/44", + "diff_url": "https://github.com/mgree/ffs/pull/44.diff", + "patch_url": "https://github.com/mgree/ffs/pull/44.patch", + "issue_url": "https://api.github.com/repos/mgree/ffs/issues/44", + "number": 44, + "state": "open", + "locked": false, + "title": "Exit status", + "user": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "body": "Unify exit status.", + "created_at": "2021-07-21T15:05:41Z", + "updated_at": "2021-07-21T15:05:41Z", + "closed_at": null, + "merged_at": null, + "merge_commit_sha": null, + "assignee": null, + "assignees": [ + + ], + "requested_reviewers": [ + + ], + "requested_teams": [ + + ], + "labels": [ + + ], + "milestone": null, + "draft": false, + "commits_url": "https://api.github.com/repos/mgree/ffs/pulls/44/commits", + "review_comments_url": "https://api.github.com/repos/mgree/ffs/pulls/44/comments", + "review_comment_url": "https://api.github.com/repos/mgree/ffs/pulls/comments{/number}", + "comments_url": "https://api.github.com/repos/mgree/ffs/issues/44/comments", + "statuses_url": "https://api.github.com/repos/mgree/ffs/statuses/4a23bc1b2e17e19768b95a3d0717f15098e10516", + "head": { + "label": "mgree:exit-status", + "ref": "exit-status", + "sha": "4a23bc1b2e17e19768b95a3d0717f15098e10516", + "user": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "repo": { + "id": 374712709, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ3MTI3MDk=", + "name": "ffs", + "full_name": "mgree/ffs", + "private": false, + "owner": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/mgree/ffs", + "description": "the file filesystem: mount semi-structured data (like JSON) as a Unix filesystem", + "fork": false, + "url": "https://api.github.com/repos/mgree/ffs", + "forks_url": "https://api.github.com/repos/mgree/ffs/forks", + "keys_url": "https://api.github.com/repos/mgree/ffs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mgree/ffs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mgree/ffs/teams", + "hooks_url": "https://api.github.com/repos/mgree/ffs/hooks", + "issue_events_url": "https://api.github.com/repos/mgree/ffs/issues/events{/number}", + "events_url": "https://api.github.com/repos/mgree/ffs/events", + "assignees_url": "https://api.github.com/repos/mgree/ffs/assignees{/user}", + "branches_url": "https://api.github.com/repos/mgree/ffs/branches{/branch}", + "tags_url": "https://api.github.com/repos/mgree/ffs/tags", + "blobs_url": "https://api.github.com/repos/mgree/ffs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mgree/ffs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mgree/ffs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mgree/ffs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mgree/ffs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mgree/ffs/languages", + "stargazers_url": "https://api.github.com/repos/mgree/ffs/stargazers", + "contributors_url": "https://api.github.com/repos/mgree/ffs/contributors", + "subscribers_url": "https://api.github.com/repos/mgree/ffs/subscribers", + "subscription_url": "https://api.github.com/repos/mgree/ffs/subscription", + "commits_url": "https://api.github.com/repos/mgree/ffs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mgree/ffs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mgree/ffs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mgree/ffs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mgree/ffs/contents/{+path}", + "compare_url": "https://api.github.com/repos/mgree/ffs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mgree/ffs/merges", + "archive_url": "https://api.github.com/repos/mgree/ffs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mgree/ffs/downloads", + "issues_url": "https://api.github.com/repos/mgree/ffs/issues{/number}", + "pulls_url": "https://api.github.com/repos/mgree/ffs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mgree/ffs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mgree/ffs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mgree/ffs/labels{/name}", + "releases_url": "https://api.github.com/repos/mgree/ffs/releases{/id}", + "deployments_url": "https://api.github.com/repos/mgree/ffs/deployments", + "created_at": "2021-06-07T15:22:28Z", + "updated_at": "2021-07-21T13:32:46Z", + "pushed_at": "2021-07-21T15:05:41Z", + "git_url": "git://github.com/mgree/ffs.git", + "ssh_url": "git@github.com:mgree/ffs.git", + "clone_url": "https://github.com/mgree/ffs.git", + "svn_url": "https://github.com/mgree/ffs", + "homepage": "https://mgree.github.io/ffs/", + "size": 988, + "stargazers_count": 110, + "watchers_count": 110, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 16, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 3, + "open_issues": 16, + "watchers": 110, + "default_branch": "main" + } + }, + "base": { + "label": "mgree:main", + "ref": "main", + "sha": "747301c8152b1f8a385299c1fe72a4977c7919cc", + "user": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "repo": { + "id": 374712709, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ3MTI3MDk=", + "name": "ffs", + "full_name": "mgree/ffs", + "private": false, + "owner": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/mgree/ffs", + "description": "the file filesystem: mount semi-structured data (like JSON) as a Unix filesystem", + "fork": false, + "url": "https://api.github.com/repos/mgree/ffs", + "forks_url": "https://api.github.com/repos/mgree/ffs/forks", + "keys_url": "https://api.github.com/repos/mgree/ffs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mgree/ffs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mgree/ffs/teams", + "hooks_url": "https://api.github.com/repos/mgree/ffs/hooks", + "issue_events_url": "https://api.github.com/repos/mgree/ffs/issues/events{/number}", + "events_url": "https://api.github.com/repos/mgree/ffs/events", + "assignees_url": "https://api.github.com/repos/mgree/ffs/assignees{/user}", + "branches_url": "https://api.github.com/repos/mgree/ffs/branches{/branch}", + "tags_url": "https://api.github.com/repos/mgree/ffs/tags", + "blobs_url": "https://api.github.com/repos/mgree/ffs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mgree/ffs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mgree/ffs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mgree/ffs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mgree/ffs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mgree/ffs/languages", + "stargazers_url": "https://api.github.com/repos/mgree/ffs/stargazers", + "contributors_url": "https://api.github.com/repos/mgree/ffs/contributors", + "subscribers_url": "https://api.github.com/repos/mgree/ffs/subscribers", + "subscription_url": "https://api.github.com/repos/mgree/ffs/subscription", + "commits_url": "https://api.github.com/repos/mgree/ffs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mgree/ffs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mgree/ffs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mgree/ffs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mgree/ffs/contents/{+path}", + "compare_url": "https://api.github.com/repos/mgree/ffs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mgree/ffs/merges", + "archive_url": "https://api.github.com/repos/mgree/ffs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mgree/ffs/downloads", + "issues_url": "https://api.github.com/repos/mgree/ffs/issues{/number}", + "pulls_url": "https://api.github.com/repos/mgree/ffs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mgree/ffs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mgree/ffs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mgree/ffs/labels{/name}", + "releases_url": "https://api.github.com/repos/mgree/ffs/releases{/id}", + "deployments_url": "https://api.github.com/repos/mgree/ffs/deployments", + "created_at": "2021-06-07T15:22:28Z", + "updated_at": "2021-07-21T13:32:46Z", + "pushed_at": "2021-07-21T15:05:41Z", + "git_url": "git://github.com/mgree/ffs.git", + "ssh_url": "git@github.com:mgree/ffs.git", + "clone_url": "https://github.com/mgree/ffs.git", + "svn_url": "https://github.com/mgree/ffs", + "homepage": "https://mgree.github.io/ffs/", + "size": 988, + "stargazers_count": 110, + "watchers_count": 110, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 16, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 3, + "open_issues": 16, + "watchers": 110, + "default_branch": "main" + } + }, + "_links": { + "self": { + "href": "https://api.github.com/repos/mgree/ffs/pulls/44" + }, + "html": { + "href": "https://github.com/mgree/ffs/pull/44" + }, + "issue": { + "href": "https://api.github.com/repos/mgree/ffs/issues/44" + }, + "comments": { + "href": "https://api.github.com/repos/mgree/ffs/issues/44/comments" + }, + "review_comments": { + "href": "https://api.github.com/repos/mgree/ffs/pulls/44/comments" + }, + "review_comment": { + "href": "https://api.github.com/repos/mgree/ffs/pulls/comments{/number}" + }, + "commits": { + "href": "https://api.github.com/repos/mgree/ffs/pulls/44/commits" + }, + "statuses": { + "href": "https://api.github.com/repos/mgree/ffs/statuses/4a23bc1b2e17e19768b95a3d0717f15098e10516" + } + }, + "author_association": "OWNER", + "auto_merge": null, + "active_lock_reason": null, + "merged": false, + "mergeable": null, + "rebaseable": null, + "mergeable_state": "unknown", + "merged_by": null, + "comments": 0, + "review_comments": 0, + "maintainer_can_modify": false, + "commits": 3, + "additions": 317, + "deletions": 41, + "changed_files": 12 + } + }, + "public": true, + "created_at": "2021-07-21T15:05:41Z" + }, + { + "id": "17251475267", + "type": "PushEvent", + "actor": { + "id": 505088, + "login": "mgree", + "display_login": "mgree", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?" + }, + "repo": { + "id": 374712709, + "name": "mgree/ffs", + "url": "https://api.github.com/repos/mgree/ffs" + }, + "payload": { + "push_id": 7564930938, + "size": 1, + "distinct_size": 1, + "ref": "refs/heads/exit-status", + "head": "4a23bc1b2e17e19768b95a3d0717f15098e10516", + "before": "286189dea3619adfdd43066548e61caab37cb658", + "commits": [ + { + "sha": "4a23bc1b2e17e19768b95a3d0717f15098e10516", + "author": { + "email": "michael.greenberg@pomona.edu", + "name": "Michael Greenberg" + }, + "message": "fix test with new basename-based mountpoint inference", + "distinct": true, + "url": "https://api.github.com/repos/mgree/ffs/commits/4a23bc1b2e17e19768b95a3d0717f15098e10516" + } + ] + }, + "public": true, + "created_at": "2021-07-21T15:00:42Z" + }, + { + "id": "17251397036", + "type": "PushEvent", + "actor": { + "id": 505088, + "login": "mgree", + "display_login": "mgree", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?" + }, + "repo": { + "id": 374712709, + "name": "mgree/ffs", + "url": "https://api.github.com/repos/mgree/ffs" + }, + "payload": { + "push_id": 7564893502, + "size": 1, + "distinct_size": 1, + "ref": "refs/heads/exit-status", + "head": "286189dea3619adfdd43066548e61caab37cb658", + "before": "8e36dad9618b797c6c02f7ae6ac2b72697b3068a", + "commits": [ + { + "sha": "286189dea3619adfdd43066548e61caab37cb658", + "author": { + "email": "michael.greenberg@pomona.edu", + "name": "Michael Greenberg" + }, + "message": "disable test masked by fuser issue", + "distinct": true, + "url": "https://api.github.com/repos/mgree/ffs/commits/286189dea3619adfdd43066548e61caab37cb658" + } + ] + }, + "public": true, + "created_at": "2021-07-21T14:56:10Z" + }, + { + "id": "17251293164", + "type": "CreateEvent", + "actor": { + "id": 505088, + "login": "mgree", + "display_login": "mgree", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?" + }, + "repo": { + "id": 374712709, + "name": "mgree/ffs", + "url": "https://api.github.com/repos/mgree/ffs" + }, + "payload": { + "ref": "exit-status", + "ref_type": "branch", + "master_branch": "main", + "description": "the file filesystem: mount semi-structured data (like JSON) as a Unix filesystem", + "pusher_type": "user" + }, + "public": true, + "created_at": "2021-07-21T14:50:05Z" + }, + { + "id": "17250026213", + "type": "IssueCommentEvent", + "actor": { + "id": 505088, + "login": "mgree", + "display_login": "mgree", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?" + }, + "repo": { + "id": 374712709, + "name": "mgree/ffs", + "url": "https://api.github.com/repos/mgree/ffs" + }, + "payload": { + "action": "created", + "issue": { + "url": "https://api.github.com/repos/mgree/ffs/issues/42", + "repository_url": "https://api.github.com/repos/mgree/ffs", + "labels_url": "https://api.github.com/repos/mgree/ffs/issues/42/labels{/name}", + "comments_url": "https://api.github.com/repos/mgree/ffs/issues/42/comments", + "events_url": "https://api.github.com/repos/mgree/ffs/issues/42/events", + "html_url": "https://github.com/mgree/ffs/issues/42", + "id": 949192571, + "node_id": "MDU6SXNzdWU5NDkxOTI1NzE=", + "number": 42, + "title": "Invalid mount attempt leaves behind empty directory/member", + "user": { + "login": "RaphaelWimmer", + "id": 382535, + "node_id": "MDQ6VXNlcjM4MjUzNQ==", + "avatar_url": "https://avatars.githubusercontent.com/u/382535?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RaphaelWimmer", + "html_url": "https://github.com/RaphaelWimmer", + "followers_url": "https://api.github.com/users/RaphaelWimmer/followers", + "following_url": "https://api.github.com/users/RaphaelWimmer/following{/other_user}", + "gists_url": "https://api.github.com/users/RaphaelWimmer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RaphaelWimmer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RaphaelWimmer/subscriptions", + "organizations_url": "https://api.github.com/users/RaphaelWimmer/orgs", + "repos_url": "https://api.github.com/users/RaphaelWimmer/repos", + "events_url": "https://api.github.com/users/RaphaelWimmer/events{/privacy}", + "received_events_url": "https://api.github.com/users/RaphaelWimmer/received_events", + "type": "User", + "site_admin": false + }, + "labels": [ + + ], + "state": "closed", + "locked": false, + "assignee": null, + "assignees": [ + + ], + "milestone": null, + "comments": 1, + "created_at": "2021-07-20T23:40:28Z", + "updated_at": "2021-07-21T13:34:21Z", + "closed_at": "2021-07-21T13:34:21Z", + "author_association": "NONE", + "active_lock_reason": null, + "body": "Trying to mount a JSON file within the virtual filesystem fails (which is ok, I guess):\r\n\r\n> raphael@tukk ~/Downloads> ./ffs -i ffs1.json\r\n> raphael@tukk ~/Downloads> cat ffs1.json\r\n> {\"option\":\"test\"}\r\n> raphael@tukk ~/Downloads> cp ffs1.json ffs1/\r\n> raphael@tukk ~/Downloads> ls ffs1/\r\n> ffs1.json option\r\n> raphael@tukk ~/Downloads> ./ffs -i ffs1/ffs1.json \r\n> fusermount: bad mount point ffs1/ffs1: Permission denied\r\n> thread 'main' panicked at 'called `Result::unwrap()` on an `Err`\r\n> value: Os { code: 2, kind: NotFound, message: \"No such file or\r\n> directory\" }', src/main.rs:38:41\r\n> note: run with `RUST_BACKTRACE=1` environment variable to display a\r\n> backtrace\r\n\r\nThis actually creates the subdirectory `ffs1/ffs1` but does not mount anything there. Unmounting the filesystem results in an additional entry \"ffs1: {}\" in the json file. I'd suggest that a failed command should not leave behind any new files/members.\r\n", + "performed_via_github_app": null + }, + "comment": { + "url": "https://api.github.com/repos/mgree/ffs/issues/comments/884194283", + "html_url": "https://github.com/mgree/ffs/issues/42#issuecomment-884194283", + "issue_url": "https://api.github.com/repos/mgree/ffs/issues/42", + "id": 884194283, + "node_id": "IC_kwDOFlWphc40s7vr", + "user": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "created_at": "2021-07-21T13:34:21Z", + "updated_at": "2021-07-21T13:34:21Z", + "author_association": "OWNER", + "body": "Thanks for this report! I patterned my test off of your example, so it should be good. Can you download a dev build and comment/re-open this if it's not fixed?", + "performed_via_github_app": null + } + }, + "public": true, + "created_at": "2021-07-21T13:34:21Z" + }, + { + "id": "17250026321", + "type": "IssuesEvent", + "actor": { + "id": 505088, + "login": "mgree", + "display_login": "mgree", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?" + }, + "repo": { + "id": 374712709, + "name": "mgree/ffs", + "url": "https://api.github.com/repos/mgree/ffs" + }, + "payload": { + "action": "closed", + "issue": { + "url": "https://api.github.com/repos/mgree/ffs/issues/42", + "repository_url": "https://api.github.com/repos/mgree/ffs", + "labels_url": "https://api.github.com/repos/mgree/ffs/issues/42/labels{/name}", + "comments_url": "https://api.github.com/repos/mgree/ffs/issues/42/comments", + "events_url": "https://api.github.com/repos/mgree/ffs/issues/42/events", + "html_url": "https://github.com/mgree/ffs/issues/42", + "id": 949192571, + "node_id": "MDU6SXNzdWU5NDkxOTI1NzE=", + "number": 42, + "title": "Invalid mount attempt leaves behind empty directory/member", + "user": { + "login": "RaphaelWimmer", + "id": 382535, + "node_id": "MDQ6VXNlcjM4MjUzNQ==", + "avatar_url": "https://avatars.githubusercontent.com/u/382535?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RaphaelWimmer", + "html_url": "https://github.com/RaphaelWimmer", + "followers_url": "https://api.github.com/users/RaphaelWimmer/followers", + "following_url": "https://api.github.com/users/RaphaelWimmer/following{/other_user}", + "gists_url": "https://api.github.com/users/RaphaelWimmer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RaphaelWimmer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RaphaelWimmer/subscriptions", + "organizations_url": "https://api.github.com/users/RaphaelWimmer/orgs", + "repos_url": "https://api.github.com/users/RaphaelWimmer/repos", + "events_url": "https://api.github.com/users/RaphaelWimmer/events{/privacy}", + "received_events_url": "https://api.github.com/users/RaphaelWimmer/received_events", + "type": "User", + "site_admin": false + }, + "labels": [ + + ], + "state": "closed", + "locked": false, + "assignee": null, + "assignees": [ + + ], + "milestone": null, + "comments": 1, + "created_at": "2021-07-20T23:40:28Z", + "updated_at": "2021-07-21T13:34:21Z", + "closed_at": "2021-07-21T13:34:21Z", + "author_association": "NONE", + "active_lock_reason": null, + "body": "Trying to mount a JSON file within the virtual filesystem fails (which is ok, I guess):\r\n\r\n> raphael@tukk ~/Downloads> ./ffs -i ffs1.json\r\n> raphael@tukk ~/Downloads> cat ffs1.json\r\n> {\"option\":\"test\"}\r\n> raphael@tukk ~/Downloads> cp ffs1.json ffs1/\r\n> raphael@tukk ~/Downloads> ls ffs1/\r\n> ffs1.json option\r\n> raphael@tukk ~/Downloads> ./ffs -i ffs1/ffs1.json \r\n> fusermount: bad mount point ffs1/ffs1: Permission denied\r\n> thread 'main' panicked at 'called `Result::unwrap()` on an `Err`\r\n> value: Os { code: 2, kind: NotFound, message: \"No such file or\r\n> directory\" }', src/main.rs:38:41\r\n> note: run with `RUST_BACKTRACE=1` environment variable to display a\r\n> backtrace\r\n\r\nThis actually creates the subdirectory `ffs1/ffs1` but does not mount anything there. Unmounting the filesystem results in an additional entry \"ffs1: {}\" in the json file. I'd suggest that a failed command should not leave behind any new files/members.\r\n", + "performed_via_github_app": null + } + }, + "public": true, + "created_at": "2021-07-21T13:34:22Z" + }, + { + "id": "17250003102", + "type": "DeleteEvent", + "actor": { + "id": 505088, + "login": "mgree", + "display_login": "mgree", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?" + }, + "repo": { + "id": 374712709, + "name": "mgree/ffs", + "url": "https://api.github.com/repos/mgree/ffs" + }, + "payload": { + "ref": "nested-mount", + "ref_type": "branch", + "pusher_type": "user" + }, + "public": true, + "created_at": "2021-07-21T13:32:52Z" + }, + { + "id": "17250001270", + "type": "PushEvent", + "actor": { + "id": 505088, + "login": "mgree", + "display_login": "mgree", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?" + }, + "repo": { + "id": 374712709, + "name": "mgree/ffs", + "url": "https://api.github.com/repos/mgree/ffs" + }, + "payload": { + "push_id": 7564237721, + "size": 1, + "distinct_size": 1, + "ref": "refs/heads/main", + "head": "747301c8152b1f8a385299c1fe72a4977c7919cc", + "before": "6668f60068fe5f3ece858c9af695b6c6c0a512aa", + "commits": [ + { + "sha": "747301c8152b1f8a385299c1fe72a4977c7919cc", + "author": { + "email": "michael.greenberg@pomona.edu", + "name": "Michael Greenberg" + }, + "message": "Fix nested mount bug (#43)\n\n@RaphaelWimmer reports in #42 an issue with nested mounts (which are just disallowed by FUSE and macFUSE), which we were handling poorly.\r\n\r\nThe solution is to check that mount2 worked correctly and report messages.", + "distinct": true, + "url": "https://api.github.com/repos/mgree/ffs/commits/747301c8152b1f8a385299c1fe72a4977c7919cc" + } + ] + }, + "public": true, + "created_at": "2021-07-21T13:32:45Z" + }, + { + "id": "17250001082", + "type": "PullRequestEvent", + "actor": { + "id": 505088, + "login": "mgree", + "display_login": "mgree", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?" + }, + "repo": { + "id": 374712709, + "name": "mgree/ffs", + "url": "https://api.github.com/repos/mgree/ffs" + }, + "payload": { + "action": "closed", + "number": 43, + "pull_request": { + "url": "https://api.github.com/repos/mgree/ffs/pulls/43", + "id": 694370698, + "node_id": "MDExOlB1bGxSZXF1ZXN0Njk0MzcwNjk4", + "html_url": "https://github.com/mgree/ffs/pull/43", + "diff_url": "https://github.com/mgree/ffs/pull/43.diff", + "patch_url": "https://github.com/mgree/ffs/pull/43.patch", + "issue_url": "https://api.github.com/repos/mgree/ffs/issues/43", + "number": 43, + "state": "closed", + "locked": false, + "title": "Fix nested mount bug", + "user": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "body": "#42 reports an issue with nested mounts (which are just disallowed by FUSE and macFUSE), which we were handling poorly.\r\n\r\nCheck that `mount2` worked correctly and report messages.", + "created_at": "2021-07-21T13:27:30Z", + "updated_at": "2021-07-21T13:32:44Z", + "closed_at": "2021-07-21T13:32:44Z", + "merged_at": "2021-07-21T13:32:44Z", + "merge_commit_sha": "747301c8152b1f8a385299c1fe72a4977c7919cc", + "assignee": null, + "assignees": [ + + ], + "requested_reviewers": [ + + ], + "requested_teams": [ + + ], + "labels": [ + + ], + "milestone": null, + "draft": false, + "commits_url": "https://api.github.com/repos/mgree/ffs/pulls/43/commits", + "review_comments_url": "https://api.github.com/repos/mgree/ffs/pulls/43/comments", + "review_comment_url": "https://api.github.com/repos/mgree/ffs/pulls/comments{/number}", + "comments_url": "https://api.github.com/repos/mgree/ffs/issues/43/comments", + "statuses_url": "https://api.github.com/repos/mgree/ffs/statuses/5a9d06b157660daf74449f41ad6f32ec2ff329aa", + "head": { + "label": "mgree:nested-mount", + "ref": "nested-mount", + "sha": "5a9d06b157660daf74449f41ad6f32ec2ff329aa", + "user": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "repo": { + "id": 374712709, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ3MTI3MDk=", + "name": "ffs", + "full_name": "mgree/ffs", + "private": false, + "owner": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/mgree/ffs", + "description": "the file filesystem: mount semi-structured data (like JSON) as a Unix filesystem", + "fork": false, + "url": "https://api.github.com/repos/mgree/ffs", + "forks_url": "https://api.github.com/repos/mgree/ffs/forks", + "keys_url": "https://api.github.com/repos/mgree/ffs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mgree/ffs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mgree/ffs/teams", + "hooks_url": "https://api.github.com/repos/mgree/ffs/hooks", + "issue_events_url": "https://api.github.com/repos/mgree/ffs/issues/events{/number}", + "events_url": "https://api.github.com/repos/mgree/ffs/events", + "assignees_url": "https://api.github.com/repos/mgree/ffs/assignees{/user}", + "branches_url": "https://api.github.com/repos/mgree/ffs/branches{/branch}", + "tags_url": "https://api.github.com/repos/mgree/ffs/tags", + "blobs_url": "https://api.github.com/repos/mgree/ffs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mgree/ffs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mgree/ffs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mgree/ffs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mgree/ffs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mgree/ffs/languages", + "stargazers_url": "https://api.github.com/repos/mgree/ffs/stargazers", + "contributors_url": "https://api.github.com/repos/mgree/ffs/contributors", + "subscribers_url": "https://api.github.com/repos/mgree/ffs/subscribers", + "subscription_url": "https://api.github.com/repos/mgree/ffs/subscription", + "commits_url": "https://api.github.com/repos/mgree/ffs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mgree/ffs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mgree/ffs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mgree/ffs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mgree/ffs/contents/{+path}", + "compare_url": "https://api.github.com/repos/mgree/ffs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mgree/ffs/merges", + "archive_url": "https://api.github.com/repos/mgree/ffs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mgree/ffs/downloads", + "issues_url": "https://api.github.com/repos/mgree/ffs/issues{/number}", + "pulls_url": "https://api.github.com/repos/mgree/ffs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mgree/ffs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mgree/ffs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mgree/ffs/labels{/name}", + "releases_url": "https://api.github.com/repos/mgree/ffs/releases{/id}", + "deployments_url": "https://api.github.com/repos/mgree/ffs/deployments", + "created_at": "2021-06-07T15:22:28Z", + "updated_at": "2021-07-16T16:29:00Z", + "pushed_at": "2021-07-21T13:32:43Z", + "git_url": "git://github.com/mgree/ffs.git", + "ssh_url": "git@github.com:mgree/ffs.git", + "clone_url": "https://github.com/mgree/ffs.git", + "svn_url": "https://github.com/mgree/ffs", + "homepage": "https://mgree.github.io/ffs/", + "size": 983, + "stargazers_count": 110, + "watchers_count": 110, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 16, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 3, + "open_issues": 16, + "watchers": 110, + "default_branch": "main" + } + }, + "base": { + "label": "mgree:main", + "ref": "main", + "sha": "6668f60068fe5f3ece858c9af695b6c6c0a512aa", + "user": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "repo": { + "id": 374712709, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ3MTI3MDk=", + "name": "ffs", + "full_name": "mgree/ffs", + "private": false, + "owner": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/mgree/ffs", + "description": "the file filesystem: mount semi-structured data (like JSON) as a Unix filesystem", + "fork": false, + "url": "https://api.github.com/repos/mgree/ffs", + "forks_url": "https://api.github.com/repos/mgree/ffs/forks", + "keys_url": "https://api.github.com/repos/mgree/ffs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mgree/ffs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mgree/ffs/teams", + "hooks_url": "https://api.github.com/repos/mgree/ffs/hooks", + "issue_events_url": "https://api.github.com/repos/mgree/ffs/issues/events{/number}", + "events_url": "https://api.github.com/repos/mgree/ffs/events", + "assignees_url": "https://api.github.com/repos/mgree/ffs/assignees{/user}", + "branches_url": "https://api.github.com/repos/mgree/ffs/branches{/branch}", + "tags_url": "https://api.github.com/repos/mgree/ffs/tags", + "blobs_url": "https://api.github.com/repos/mgree/ffs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mgree/ffs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mgree/ffs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mgree/ffs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mgree/ffs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mgree/ffs/languages", + "stargazers_url": "https://api.github.com/repos/mgree/ffs/stargazers", + "contributors_url": "https://api.github.com/repos/mgree/ffs/contributors", + "subscribers_url": "https://api.github.com/repos/mgree/ffs/subscribers", + "subscription_url": "https://api.github.com/repos/mgree/ffs/subscription", + "commits_url": "https://api.github.com/repos/mgree/ffs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mgree/ffs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mgree/ffs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mgree/ffs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mgree/ffs/contents/{+path}", + "compare_url": "https://api.github.com/repos/mgree/ffs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mgree/ffs/merges", + "archive_url": "https://api.github.com/repos/mgree/ffs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mgree/ffs/downloads", + "issues_url": "https://api.github.com/repos/mgree/ffs/issues{/number}", + "pulls_url": "https://api.github.com/repos/mgree/ffs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mgree/ffs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mgree/ffs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mgree/ffs/labels{/name}", + "releases_url": "https://api.github.com/repos/mgree/ffs/releases{/id}", + "deployments_url": "https://api.github.com/repos/mgree/ffs/deployments", + "created_at": "2021-06-07T15:22:28Z", + "updated_at": "2021-07-16T16:29:00Z", + "pushed_at": "2021-07-21T13:32:43Z", + "git_url": "git://github.com/mgree/ffs.git", + "ssh_url": "git@github.com:mgree/ffs.git", + "clone_url": "https://github.com/mgree/ffs.git", + "svn_url": "https://github.com/mgree/ffs", + "homepage": "https://mgree.github.io/ffs/", + "size": 983, + "stargazers_count": 110, + "watchers_count": 110, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 16, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 3, + "open_issues": 16, + "watchers": 110, + "default_branch": "main" + } + }, + "_links": { + "self": { + "href": "https://api.github.com/repos/mgree/ffs/pulls/43" + }, + "html": { + "href": "https://github.com/mgree/ffs/pull/43" + }, + "issue": { + "href": "https://api.github.com/repos/mgree/ffs/issues/43" + }, + "comments": { + "href": "https://api.github.com/repos/mgree/ffs/issues/43/comments" + }, + "review_comments": { + "href": "https://api.github.com/repos/mgree/ffs/pulls/43/comments" + }, + "review_comment": { + "href": "https://api.github.com/repos/mgree/ffs/pulls/comments{/number}" + }, + "commits": { + "href": "https://api.github.com/repos/mgree/ffs/pulls/43/commits" + }, + "statuses": { + "href": "https://api.github.com/repos/mgree/ffs/statuses/5a9d06b157660daf74449f41ad6f32ec2ff329aa" + } + }, + "author_association": "OWNER", + "auto_merge": null, + "active_lock_reason": null, + "merged": true, + "mergeable": null, + "rebaseable": null, + "mergeable_state": "unknown", + "merged_by": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "comments": 0, + "review_comments": 0, + "maintainer_can_modify": false, + "commits": 2, + "additions": 183, + "deletions": 6, + "changed_files": 4 + } + }, + "public": true, + "created_at": "2021-07-21T13:32:44Z" + }, + { + "id": "17249918814", + "type": "PullRequestEvent", + "actor": { + "id": 505088, + "login": "mgree", + "display_login": "mgree", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?" + }, + "repo": { + "id": 374712709, + "name": "mgree/ffs", + "url": "https://api.github.com/repos/mgree/ffs" + }, + "payload": { + "action": "opened", + "number": 43, + "pull_request": { + "url": "https://api.github.com/repos/mgree/ffs/pulls/43", + "id": 694370698, + "node_id": "MDExOlB1bGxSZXF1ZXN0Njk0MzcwNjk4", + "html_url": "https://github.com/mgree/ffs/pull/43", + "diff_url": "https://github.com/mgree/ffs/pull/43.diff", + "patch_url": "https://github.com/mgree/ffs/pull/43.patch", + "issue_url": "https://api.github.com/repos/mgree/ffs/issues/43", + "number": 43, + "state": "open", + "locked": false, + "title": "Fix nested mount bug", + "user": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "body": "#42 reports an issue with nested mounts (which are just disallowed by FUSE and macFUSE), which we were handling poorly.\r\n\r\nCheck that `mount2` worked correctly and report messages.", + "created_at": "2021-07-21T13:27:30Z", + "updated_at": "2021-07-21T13:27:30Z", + "closed_at": null, + "merged_at": null, + "merge_commit_sha": null, + "assignee": null, + "assignees": [ + + ], + "requested_reviewers": [ + + ], + "requested_teams": [ + + ], + "labels": [ + + ], + "milestone": null, + "draft": false, + "commits_url": "https://api.github.com/repos/mgree/ffs/pulls/43/commits", + "review_comments_url": "https://api.github.com/repos/mgree/ffs/pulls/43/comments", + "review_comment_url": "https://api.github.com/repos/mgree/ffs/pulls/comments{/number}", + "comments_url": "https://api.github.com/repos/mgree/ffs/issues/43/comments", + "statuses_url": "https://api.github.com/repos/mgree/ffs/statuses/5a9d06b157660daf74449f41ad6f32ec2ff329aa", + "head": { + "label": "mgree:nested-mount", + "ref": "nested-mount", + "sha": "5a9d06b157660daf74449f41ad6f32ec2ff329aa", + "user": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "repo": { + "id": 374712709, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ3MTI3MDk=", + "name": "ffs", + "full_name": "mgree/ffs", + "private": false, + "owner": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/mgree/ffs", + "description": "the file filesystem: mount semi-structured data (like JSON) as a Unix filesystem", + "fork": false, + "url": "https://api.github.com/repos/mgree/ffs", + "forks_url": "https://api.github.com/repos/mgree/ffs/forks", + "keys_url": "https://api.github.com/repos/mgree/ffs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mgree/ffs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mgree/ffs/teams", + "hooks_url": "https://api.github.com/repos/mgree/ffs/hooks", + "issue_events_url": "https://api.github.com/repos/mgree/ffs/issues/events{/number}", + "events_url": "https://api.github.com/repos/mgree/ffs/events", + "assignees_url": "https://api.github.com/repos/mgree/ffs/assignees{/user}", + "branches_url": "https://api.github.com/repos/mgree/ffs/branches{/branch}", + "tags_url": "https://api.github.com/repos/mgree/ffs/tags", + "blobs_url": "https://api.github.com/repos/mgree/ffs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mgree/ffs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mgree/ffs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mgree/ffs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mgree/ffs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mgree/ffs/languages", + "stargazers_url": "https://api.github.com/repos/mgree/ffs/stargazers", + "contributors_url": "https://api.github.com/repos/mgree/ffs/contributors", + "subscribers_url": "https://api.github.com/repos/mgree/ffs/subscribers", + "subscription_url": "https://api.github.com/repos/mgree/ffs/subscription", + "commits_url": "https://api.github.com/repos/mgree/ffs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mgree/ffs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mgree/ffs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mgree/ffs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mgree/ffs/contents/{+path}", + "compare_url": "https://api.github.com/repos/mgree/ffs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mgree/ffs/merges", + "archive_url": "https://api.github.com/repos/mgree/ffs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mgree/ffs/downloads", + "issues_url": "https://api.github.com/repos/mgree/ffs/issues{/number}", + "pulls_url": "https://api.github.com/repos/mgree/ffs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mgree/ffs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mgree/ffs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mgree/ffs/labels{/name}", + "releases_url": "https://api.github.com/repos/mgree/ffs/releases{/id}", + "deployments_url": "https://api.github.com/repos/mgree/ffs/deployments", + "created_at": "2021-06-07T15:22:28Z", + "updated_at": "2021-07-16T16:29:00Z", + "pushed_at": "2021-07-21T13:27:30Z", + "git_url": "git://github.com/mgree/ffs.git", + "ssh_url": "git@github.com:mgree/ffs.git", + "clone_url": "https://github.com/mgree/ffs.git", + "svn_url": "https://github.com/mgree/ffs", + "homepage": "https://mgree.github.io/ffs/", + "size": 983, + "stargazers_count": 110, + "watchers_count": 110, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 17, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 3, + "open_issues": 17, + "watchers": 110, + "default_branch": "main" + } + }, + "base": { + "label": "mgree:main", + "ref": "main", + "sha": "6668f60068fe5f3ece858c9af695b6c6c0a512aa", + "user": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "repo": { + "id": 374712709, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ3MTI3MDk=", + "name": "ffs", + "full_name": "mgree/ffs", + "private": false, + "owner": { + "login": "mgree", + "id": 505088, + "node_id": "MDQ6VXNlcjUwNTA4OA==", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "html_url": "https://github.com/mgree", + "followers_url": "https://api.github.com/users/mgree/followers", + "following_url": "https://api.github.com/users/mgree/following{/other_user}", + "gists_url": "https://api.github.com/users/mgree/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mgree/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mgree/subscriptions", + "organizations_url": "https://api.github.com/users/mgree/orgs", + "repos_url": "https://api.github.com/users/mgree/repos", + "events_url": "https://api.github.com/users/mgree/events{/privacy}", + "received_events_url": "https://api.github.com/users/mgree/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/mgree/ffs", + "description": "the file filesystem: mount semi-structured data (like JSON) as a Unix filesystem", + "fork": false, + "url": "https://api.github.com/repos/mgree/ffs", + "forks_url": "https://api.github.com/repos/mgree/ffs/forks", + "keys_url": "https://api.github.com/repos/mgree/ffs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mgree/ffs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mgree/ffs/teams", + "hooks_url": "https://api.github.com/repos/mgree/ffs/hooks", + "issue_events_url": "https://api.github.com/repos/mgree/ffs/issues/events{/number}", + "events_url": "https://api.github.com/repos/mgree/ffs/events", + "assignees_url": "https://api.github.com/repos/mgree/ffs/assignees{/user}", + "branches_url": "https://api.github.com/repos/mgree/ffs/branches{/branch}", + "tags_url": "https://api.github.com/repos/mgree/ffs/tags", + "blobs_url": "https://api.github.com/repos/mgree/ffs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mgree/ffs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mgree/ffs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mgree/ffs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mgree/ffs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mgree/ffs/languages", + "stargazers_url": "https://api.github.com/repos/mgree/ffs/stargazers", + "contributors_url": "https://api.github.com/repos/mgree/ffs/contributors", + "subscribers_url": "https://api.github.com/repos/mgree/ffs/subscribers", + "subscription_url": "https://api.github.com/repos/mgree/ffs/subscription", + "commits_url": "https://api.github.com/repos/mgree/ffs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mgree/ffs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mgree/ffs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mgree/ffs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mgree/ffs/contents/{+path}", + "compare_url": "https://api.github.com/repos/mgree/ffs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mgree/ffs/merges", + "archive_url": "https://api.github.com/repos/mgree/ffs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mgree/ffs/downloads", + "issues_url": "https://api.github.com/repos/mgree/ffs/issues{/number}", + "pulls_url": "https://api.github.com/repos/mgree/ffs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mgree/ffs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mgree/ffs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mgree/ffs/labels{/name}", + "releases_url": "https://api.github.com/repos/mgree/ffs/releases{/id}", + "deployments_url": "https://api.github.com/repos/mgree/ffs/deployments", + "created_at": "2021-06-07T15:22:28Z", + "updated_at": "2021-07-16T16:29:00Z", + "pushed_at": "2021-07-21T13:27:30Z", + "git_url": "git://github.com/mgree/ffs.git", + "ssh_url": "git@github.com:mgree/ffs.git", + "clone_url": "https://github.com/mgree/ffs.git", + "svn_url": "https://github.com/mgree/ffs", + "homepage": "https://mgree.github.io/ffs/", + "size": 983, + "stargazers_count": 110, + "watchers_count": 110, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 17, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 3, + "open_issues": 17, + "watchers": 110, + "default_branch": "main" + } + }, + "_links": { + "self": { + "href": "https://api.github.com/repos/mgree/ffs/pulls/43" + }, + "html": { + "href": "https://github.com/mgree/ffs/pull/43" + }, + "issue": { + "href": "https://api.github.com/repos/mgree/ffs/issues/43" + }, + "comments": { + "href": "https://api.github.com/repos/mgree/ffs/issues/43/comments" + }, + "review_comments": { + "href": "https://api.github.com/repos/mgree/ffs/pulls/43/comments" + }, + "review_comment": { + "href": "https://api.github.com/repos/mgree/ffs/pulls/comments{/number}" + }, + "commits": { + "href": "https://api.github.com/repos/mgree/ffs/pulls/43/commits" + }, + "statuses": { + "href": "https://api.github.com/repos/mgree/ffs/statuses/5a9d06b157660daf74449f41ad6f32ec2ff329aa" + } + }, + "author_association": "OWNER", + "auto_merge": null, + "active_lock_reason": null, + "merged": false, + "mergeable": null, + "rebaseable": null, + "mergeable_state": "unknown", + "merged_by": null, + "comments": 0, + "review_comments": 0, + "maintainer_can_modify": false, + "commits": 2, + "additions": 183, + "deletions": 6, + "changed_files": 4 + } + }, + "public": true, + "created_at": "2021-07-21T13:27:30Z" + }, + { + "id": "17249787909", + "type": "PushEvent", + "actor": { + "id": 505088, + "login": "mgree", + "display_login": "mgree", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?" + }, + "repo": { + "id": 374712709, + "name": "mgree/ffs", + "url": "https://api.github.com/repos/mgree/ffs" + }, + "payload": { + "push_id": 7564135783, + "size": 1, + "distinct_size": 1, + "ref": "refs/heads/nested-mount", + "head": "5a9d06b157660daf74449f41ad6f32ec2ff329aa", + "before": "745aa79018088e81ed3411b4515d00bbf62e51a1", + "commits": [ + { + "sha": "5a9d06b157660daf74449f41ad6f32ec2ff329aa", + "author": { + "email": "michael.greenberg@pomona.edu", + "name": "Michael Greenberg" + }, + "message": "record change, fix linux test", + "distinct": true, + "url": "https://api.github.com/repos/mgree/ffs/commits/5a9d06b157660daf74449f41ad6f32ec2ff329aa" + } + ] + }, + "public": true, + "created_at": "2021-07-21T13:19:10Z" + }, + { + "id": "17249659237", + "type": "CreateEvent", + "actor": { + "id": 505088, + "login": "mgree", + "display_login": "mgree", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?" + }, + "repo": { + "id": 374712709, + "name": "mgree/ffs", + "url": "https://api.github.com/repos/mgree/ffs" + }, + "payload": { + "ref": "nested-mount", + "ref_type": "branch", + "master_branch": "main", + "description": "the file filesystem: mount semi-structured data (like JSON) as a Unix filesystem", + "pusher_type": "user" + }, + "public": true, + "created_at": "2021-07-21T13:10:54Z" + }, + { + "id": "17238022913", + "type": "CreateEvent", + "actor": { + "id": 505088, + "login": "mgree", + "display_login": "mgree", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?" + }, + "repo": { + "id": 25701929, + "name": "mgree/phpenkoder", + "url": "https://api.github.com/repos/mgree/phpenkoder" + }, + "payload": { + "ref": "1.15.1", + "ref_type": "tag", + "master_branch": "trunk", + "description": "Mirror of https://plugins.trac.wordpress.org/browser/php-enkoder/. Wordpress plugin for obfuscating email addresses.", + "pusher_type": "user" + }, + "public": true, + "created_at": "2021-07-20T18:22:39Z" + }, + { + "id": "17238004887", + "type": "IssueCommentEvent", + "actor": { + "id": 505088, + "login": "mgree", + "display_login": "mgree", + "gravatar_id": "", + "url": "https://api.github.com/users/mgree", + "avatar_url": "https://avatars.githubusercontent.com/u/505088?" + }, + "repo": { + "id": 25701929, + "name": "mgree/phpenkoder", + "url": "https://api.github.com/repos/mgree/phpenkoder" + }, + "payload": { + "action": "created", + "issue": { + "url": "https://api.github.com/repos/mgree/phpenkoder/issues/5", + "repository_url": "https://api.github.com/repos/mgree/phpenkoder", + "labels_url": "https://api.github.com/repos/mgree/phpenkoder/issues/5/labels{/name}", + "comments_url": "https://api.github.com/repos/mgree/phpenkoder/issues/5/comments", + "events_url": "https://api.github.com/repos/mgree/phpenkoder/issues/5/events", + "html_url": "https://github.com/mgree/phpenkoder/pull/5", + "id": 948184574, + "node_id": "MDExOlB1bGxSZXF1ZXN0NjkzMDYwOTE2", + "number": 5, + "title": "fix: typos in enk_extract_linktext / LINKTEXT", + "user": { + "login": "basscl", + "id": 4893796, + "node_id": "MDQ6VXNlcjQ4OTM3OTY=", + "avatar_url": "https://avatars.githubusercontent.com/u/4893796?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/basscl", + "html_url": "https://github.com/basscl", + "followers_url": "https://api.github.com/users/basscl/followers", + "following_url": "https://api.github.com/users/basscl/following{/other_user}", + "gists_url": "https://api.github.com/users/basscl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/basscl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/basscl/subscriptions", + "organizations_url": "https://api.github.com/users/basscl/orgs", + "repos_url": "https://api.github.com/users/basscl/repos", + "events_url": "https://api.github.com/users/basscl/events{/privacy}", + "received_events_url": "https://api.github.com/users/basscl/received_events", + "type": "User", + "site_admin": false + }, + "labels": [ + + ], + "state": "closed", + "locked": false, + "assignee": null, + "assignees": [ + + ], + "milestone": null, + "comments": 0, + "created_at": "2021-07-20T02:14:51Z", + "updated_at": "2021-07-20T18:21:14Z", + "closed_at": "2021-07-20T18:13:32Z", + "author_association": "CONTRIBUTOR", + "active_lock_reason": null, + "pull_request": { + "url": "https://api.github.com/repos/mgree/phpenkoder/pulls/5", + "html_url": "https://github.com/mgree/phpenkoder/pull/5", + "diff_url": "https://github.com/mgree/phpenkoder/pull/5.diff", + "patch_url": "https://github.com/mgree/phpenkoder/pull/5.patch" + }, + "body": "line 146 \r\ndefine(\"LINK_TEXT\", \"#/>(.*?)(.*?)]*?href=[\\'\\\"]mailto:[^<>]*?>.*?)#i' will not then match LINK_TEXT \"#/>(.*?)(.*?)(.*?)]*?href=[\\'\\\"]mailto:[^<>]*?>.*?)#i' will not then match LINK_TEXT \"#/>(.*?)$file 2>/dev/null + if [ $? -ne 0 ] || ! [ -s $file ] + then + echo "Couldn't build $file." + rm $file + fi + done + done +done diff --git a/bench/ncdc/ncdc_07030.json b/bench/ncdc/ncdc_07030.json new file mode 100644 index 0000000..0349325 --- /dev/null +++ b/bench/ncdc/ncdc_07030.json @@ -0,0 +1 @@ +{"mindate":"1995-04-26","maxdate":"2021-07-25","name":"Hoboken, NJ 07030","datacoverage":0.95,"id":"ZIP:07030"} \ No newline at end of file diff --git a/bench/ncdc/ncdc_07030_stations.json b/bench/ncdc/ncdc_07030_stations.json new file mode 100644 index 0000000..2ed7504 --- /dev/null +++ b/bench/ncdc/ncdc_07030_stations.json @@ -0,0 +1 @@ +{"metadata":{"resultset":{"offset":1,"count":7,"limit":25}},"results":[{"elevation":519.2,"mindate":"1995-05-09","maxdate":"2021-07-25","latitude":42.199694,"name":"BINGHAMTON, NY US","datacoverage":0.95,"id":"NEXRAD:KBGM","elevationUnit":"METERS","longitude":-75.984722},{"elevation":70.1,"mindate":"1995-04-26","maxdate":"2021-07-25","latitude":39.947089,"name":"PHILADELPHIA, NJ US","datacoverage":0.95,"id":"NEXRAD:KDIX","elevationUnit":"METERS","longitude":-74.410731},{"elevation":589.7,"mindate":"1995-05-09","maxdate":"2021-07-25","latitude":42.586556,"name":"ALBANY, NY US","datacoverage":0.95,"id":"NEXRAD:KENX","elevationUnit":"METERS","longitude":-74.064083},{"elevation":60.6,"mindate":"1995-04-27","maxdate":"2021-07-25","latitude":40.865528,"name":"NEW YORK CITY, NY US","datacoverage":0.95,"id":"NEXRAD:KOKX","elevationUnit":"METERS","longitude":-72.863917},{"elevation":41.1,"mindate":"2008-12-09","maxdate":"2021-07-25","latitude":40.593056,"name":"NEWARK, NJ US","datacoverage":0.95,"id":"NEXRAD:TEWR","elevationUnit":"METERS","longitude":-74.27},{"elevation":34.1,"mindate":"2009-02-19","maxdate":"2021-07-25","latitude":40.588889,"name":"NEW YORK CITY JFK, NY US","datacoverage":0.95,"id":"NEXRAD:TJFK","elevationUnit":"METERS","longitude":-73.881111},{"elevation":46.9,"mindate":"2009-03-25","maxdate":"2021-07-25","latitude":39.948889,"name":"PHILADELPHIA, NJ US","datacoverage":0.95,"id":"NEXRAD:TPHL","elevationUnit":"METERS","longitude":-75.068889}]} \ No newline at end of file diff --git a/bench/ncdc/ncdc_datacategories.json b/bench/ncdc/ncdc_datacategories.json new file mode 100644 index 0000000..bd8d557 --- /dev/null +++ b/bench/ncdc/ncdc_datacategories.json @@ -0,0 +1 @@ +{"metadata":{"resultset":{"offset":1,"count":42,"limit":25}},"results":[{"name":"Annual Agricultural","id":"ANNAGR"},{"name":"Annual Degree Days","id":"ANNDD"},{"name":"Annual Precipitation","id":"ANNPRCP"},{"name":"Annual Temperature","id":"ANNTEMP"},{"name":"Autumn Agricultural","id":"AUAGR"},{"name":"Autumn Degree Days","id":"AUDD"},{"name":"Autumn Precipitation","id":"AUPRCP"},{"name":"Autumn Temperature","id":"AUTEMP"},{"name":"Computed","id":"COMP"},{"name":"Computed Agricultural","id":"COMPAGR"},{"name":"Degree Days","id":"DD"},{"name":"Dual-Pol Moments","id":"DUALPOLMOMENT"},{"name":"Echo Tops","id":"ECHOTOP"},{"name":"Evaporation","id":"EVAP"},{"name":"Hydrometeor Type","id":"HYDROMETEOR"},{"name":"Land","id":"LAND"},{"name":"Miscellany","id":"MISC"},{"name":"Other","id":"OTHER"},{"name":"Overlay","id":"OVERLAY"},{"name":"Precipitation","id":"PRCP"},{"name":"Pressure","id":"PRES"},{"name":"Reflectivity","id":"REFLECTIVITY"},{"name":"Sky cover & clouds","id":"SKY"},{"name":"Spring Agricultural","id":"SPAGR"},{"name":"Spring Degree Days","id":"SPDD"}]} \ No newline at end of file diff --git a/bench/ncdc/ncdc_datasets.json b/bench/ncdc/ncdc_datasets.json new file mode 100644 index 0000000..c041967 --- /dev/null +++ b/bench/ncdc/ncdc_datasets.json @@ -0,0 +1 @@ +{"metadata":{"resultset":{"offset":1,"count":11,"limit":25}},"results":[{"uid":"gov.noaa.ncdc:C00861","mindate":"1763-01-01","maxdate":"2021-07-25","name":"Daily Summaries","datacoverage":1,"id":"GHCND"},{"uid":"gov.noaa.ncdc:C00946","mindate":"1763-01-01","maxdate":"2021-07-01","name":"Global Summary of the Month","datacoverage":1,"id":"GSOM"},{"uid":"gov.noaa.ncdc:C00947","mindate":"1763-01-01","maxdate":"2021-01-01","name":"Global Summary of the Year","datacoverage":1,"id":"GSOY"},{"uid":"gov.noaa.ncdc:C00345","mindate":"1991-06-05","maxdate":"2021-07-25","name":"Weather Radar (Level II)","datacoverage":0.95,"id":"NEXRAD2"},{"uid":"gov.noaa.ncdc:C00708","mindate":"1994-05-20","maxdate":"2021-07-24","name":"Weather Radar (Level III)","datacoverage":0.95,"id":"NEXRAD3"},{"uid":"gov.noaa.ncdc:C00821","mindate":"2010-01-01","maxdate":"2010-01-01","name":"Normals Annual/Seasonal","datacoverage":1,"id":"NORMAL_ANN"},{"uid":"gov.noaa.ncdc:C00823","mindate":"2010-01-01","maxdate":"2010-12-31","name":"Normals Daily","datacoverage":1,"id":"NORMAL_DLY"},{"uid":"gov.noaa.ncdc:C00824","mindate":"2010-01-01","maxdate":"2010-12-31","name":"Normals Hourly","datacoverage":1,"id":"NORMAL_HLY"},{"uid":"gov.noaa.ncdc:C00822","mindate":"2010-01-01","maxdate":"2010-12-01","name":"Normals Monthly","datacoverage":1,"id":"NORMAL_MLY"},{"uid":"gov.noaa.ncdc:C00505","mindate":"1970-05-12","maxdate":"2014-01-01","name":"Precipitation 15 Minute","datacoverage":0.25,"id":"PRECIP_15"},{"uid":"gov.noaa.ncdc:C00313","mindate":"1900-01-01","maxdate":"2014-01-01","name":"Precipitation Hourly","datacoverage":1,"id":"PRECIP_HLY"}]} \ No newline at end of file diff --git a/bench/ncdc/ncdc_datatypes.json b/bench/ncdc/ncdc_datatypes.json new file mode 100644 index 0000000..657e6fc --- /dev/null +++ b/bench/ncdc/ncdc_datatypes.json @@ -0,0 +1 @@ +{"metadata":{"resultset":{"offset":1,"count":1565,"limit":25}},"results":[{"mindate":"1994-03-19","maxdate":"1996-05-28","name":"Average cloudiness midnight to midnight from 30-second ceilometer data","datacoverage":1,"id":"ACMC"},{"mindate":"1965-01-01","maxdate":"2005-12-31","name":"Average cloudiness midnight to midnight from manual observations","datacoverage":1,"id":"ACMH"},{"mindate":"1994-02-01","maxdate":"1996-05-28","name":"Average cloudiness sunrise to sunset from 30-second ceilometer data","datacoverage":1,"id":"ACSC"},{"mindate":"1965-01-01","maxdate":"2005-12-31","name":"Average cloudiness sunrise to sunset from manual observations","datacoverage":1,"id":"ACSH"},{"mindate":"1991-06-05","maxdate":"2021-07-25","name":"Base Data","datacoverage":0.95,"id":"ALL"},{"mindate":"2010-01-01","maxdate":"2010-01-01","name":"Long-term averages of annual cooling degree days with base 45F","datacoverage":1,"id":"ANN-CLDD-BASE45"},{"mindate":"2010-01-01","maxdate":"2010-01-01","name":"Long-term averages of annual cooling degree days with base 50F","datacoverage":1,"id":"ANN-CLDD-BASE50"},{"mindate":"2010-01-01","maxdate":"2010-01-01","name":"Long-term averages of annual cooling degree days with base 55F","datacoverage":1,"id":"ANN-CLDD-BASE55"},{"mindate":"2010-01-01","maxdate":"2010-01-01","name":"Long-term averages of annual cooling degree days with base 57F","datacoverage":1,"id":"ANN-CLDD-BASE57"},{"mindate":"2010-01-01","maxdate":"2010-01-01","name":"Long-term averages of annual cooling degree days with base 60F","datacoverage":1,"id":"ANN-CLDD-BASE60"},{"mindate":"2010-01-01","maxdate":"2010-01-01","name":"Long-term averages of annual cooling degree days with base 70F","datacoverage":1,"id":"ANN-CLDD-BASE70"},{"mindate":"2010-01-01","maxdate":"2010-01-01","name":"Long-term averages of annual cooling degree days with base 72F","datacoverage":1,"id":"ANN-CLDD-BASE72"},{"mindate":"2010-01-01","maxdate":"2010-01-01","name":"Long-term averages of annual cooling degree days with base 65F","datacoverage":1,"id":"ANN-CLDD-NORMAL"},{"mindate":"2010-01-01","maxdate":"2010-01-01","name":"Long-term averages of annual diurnal temperature range","datacoverage":1,"id":"ANN-DUTR-NORMAL"},{"mindate":"2010-01-01","maxdate":"2010-01-01","name":"Long-term averages of annual growing degree days with base 40F","datacoverage":1,"id":"ANN-GRDD-BASE40"},{"mindate":"2010-01-01","maxdate":"2010-01-01","name":"Long-term averages of annual growing degree days with base 45F","datacoverage":1,"id":"ANN-GRDD-BASE45"},{"mindate":"2010-01-01","maxdate":"2010-01-01","name":"Long-term averages of annual growing degree days with base 50F","datacoverage":1,"id":"ANN-GRDD-BASE50"},{"mindate":"2010-01-01","maxdate":"2010-01-01","name":"Long-term averages of annual growing degree days with base 55F","datacoverage":1,"id":"ANN-GRDD-BASE55"},{"mindate":"2010-01-01","maxdate":"2010-01-01","name":"Long-term averages of annual growing degree days with base 57F","datacoverage":1,"id":"ANN-GRDD-BASE57"},{"mindate":"2010-01-01","maxdate":"2010-01-01","name":"Long-term averages of annual growing degree days with base 60F","datacoverage":1,"id":"ANN-GRDD-BASE60"},{"mindate":"2010-01-01","maxdate":"2010-01-01","name":"Long-term averages of annual growing degree days with base 65F","datacoverage":1,"id":"ANN-GRDD-BASE65"},{"mindate":"2010-01-01","maxdate":"2010-01-01","name":"Long-term averages of annual growing degree days with base 70F","datacoverage":1,"id":"ANN-GRDD-BASE70"},{"mindate":"2010-01-01","maxdate":"2010-01-01","name":"Long-term averages of annual growing degree days with base 72F","datacoverage":1,"id":"ANN-GRDD-BASE72"},{"mindate":"2010-01-01","maxdate":"2010-01-01","name":"Long-term averages of annual growing degree days with truncated bases 48F and 86F","datacoverage":1,"id":"ANN-GRDD-TB4886"},{"mindate":"2010-01-01","maxdate":"2010-01-01","name":"Long-term averages of annual growing degree days with truncated bases 50F and 86F","datacoverage":1,"id":"ANN-GRDD-TB5086"}]} \ No newline at end of file diff --git a/bench/ncdc/ncdc_ewr_station.json b/bench/ncdc/ncdc_ewr_station.json new file mode 100644 index 0000000..8dfae59 --- /dev/null +++ b/bench/ncdc/ncdc_ewr_station.json @@ -0,0 +1 @@ +{"elevation":41.1,"mindate":"2008-12-09","maxdate":"2021-07-25","latitude":40.593056,"name":"NEWARK, NJ US","datacoverage":0.95,"id":"NEXRAD:TEWR","elevationUnit":"METERS","longitude":-74.27} \ No newline at end of file diff --git a/bench/ncdc/ncdc_gsom_sample.json b/bench/ncdc/ncdc_gsom_sample.json new file mode 100644 index 0000000..3fb0cf5 --- /dev/null +++ b/bench/ncdc/ncdc_gsom_sample.json @@ -0,0 +1 @@ +{"metadata":{"resultset":{"offset":1,"count":156,"limit":25}},"results":[{"date":"2009-05-01T00:00:00","datatype":"DP01","station":"GHCND:USC00010008","attributes":",0","value":14},{"date":"2009-05-01T00:00:00","datatype":"DP10","station":"GHCND:USC00010008","attributes":",0","value":14},{"date":"2009-05-01T00:00:00","datatype":"DP1X","station":"GHCND:USC00010008","attributes":",0","value":3},{"date":"2009-05-01T00:00:00","datatype":"DSND","station":"GHCND:USC00010008","attributes":"1,0","value":0},{"date":"2009-05-01T00:00:00","datatype":"DSNW","station":"GHCND:USC00010008","attributes":",0","value":0},{"date":"2009-05-01T00:00:00","datatype":"DYSD","station":"GHCND:USC00010008","attributes":"+,1,0","value":20090531},{"date":"2009-05-01T00:00:00","datatype":"DYSN","station":"GHCND:USC00010008","attributes":"+,,0","value":20090531},{"date":"2009-05-01T00:00:00","datatype":"DYXP","station":"GHCND:USC00010008","attributes":",,0","value":20090516},{"date":"2009-05-01T00:00:00","datatype":"EMSD","station":"GHCND:USC00010008","attributes":"1,,0,31,+","value":0.0},{"date":"2009-05-01T00:00:00","datatype":"EMSN","station":"GHCND:USC00010008","attributes":",,0,31,+","value":0.0},{"date":"2009-05-01T00:00:00","datatype":"EMXP","station":"GHCND:USC00010008","attributes":",,0,16,","value":1.43},{"date":"2009-05-01T00:00:00","datatype":"PRCP","station":"GHCND:USC00010008","attributes":",,,0","value":8.24},{"date":"2009-05-01T00:00:00","datatype":"SNOW","station":"GHCND:USC00010008","attributes":",,,0","value":0.0},{"date":"2009-06-01T00:00:00","datatype":"DP01","station":"GHCND:USC00010008","attributes":",0","value":3},{"date":"2009-06-01T00:00:00","datatype":"DP10","station":"GHCND:USC00010008","attributes":",0","value":3},{"date":"2009-06-01T00:00:00","datatype":"DP1X","station":"GHCND:USC00010008","attributes":",0","value":3},{"date":"2009-06-01T00:00:00","datatype":"DSND","station":"GHCND:USC00010008","attributes":",0","value":0},{"date":"2009-06-01T00:00:00","datatype":"DSNW","station":"GHCND:USC00010008","attributes":",0","value":0},{"date":"2009-06-01T00:00:00","datatype":"DYSD","station":"GHCND:USC00010008","attributes":"+,,0","value":20090630},{"date":"2009-06-01T00:00:00","datatype":"DYSN","station":"GHCND:USC00010008","attributes":"+,,0","value":20090630},{"date":"2009-06-01T00:00:00","datatype":"DYXP","station":"GHCND:USC00010008","attributes":",,0","value":20090615},{"date":"2009-06-01T00:00:00","datatype":"EMSD","station":"GHCND:USC00010008","attributes":",,0,30,+","value":0.0},{"date":"2009-06-01T00:00:00","datatype":"EMSN","station":"GHCND:USC00010008","attributes":",,0,30,+","value":0.0},{"date":"2009-06-01T00:00:00","datatype":"EMXP","station":"GHCND:USC00010008","attributes":",,0,15,","value":2.0},{"date":"2009-06-01T00:00:00","datatype":"PRCP","station":"GHCND:USC00010008","attributes":",,,0","value":4.43}]} \ No newline at end of file diff --git a/bench/ncdc/ncdc_locationcategories.json b/bench/ncdc/ncdc_locationcategories.json new file mode 100644 index 0000000..2e9033f --- /dev/null +++ b/bench/ncdc/ncdc_locationcategories.json @@ -0,0 +1 @@ +{"metadata":{"resultset":{"offset":1,"count":12,"limit":25}},"results":[{"name":"City","id":"CITY"},{"name":"Climate Division","id":"CLIM_DIV"},{"name":"Climate Region","id":"CLIM_REG"},{"name":"Country","id":"CNTRY"},{"name":"County","id":"CNTY"},{"name":"Hydrologic Accounting Unit","id":"HYD_ACC"},{"name":"Hydrologic Cataloging Unit","id":"HYD_CAT"},{"name":"Hydrologic Region","id":"HYD_REG"},{"name":"Hydrologic Subregion","id":"HYD_SUB"},{"name":"State","id":"ST"},{"name":"US Territory","id":"US_TERR"},{"name":"Zip Code","id":"ZIP"}]} \ No newline at end of file diff --git a/bench/ncdc/ncdc_locations.json b/bench/ncdc/ncdc_locations.json new file mode 100644 index 0000000..a9fcf06 --- /dev/null +++ b/bench/ncdc/ncdc_locations.json @@ -0,0 +1 @@ +{"metadata":{"resultset":{"offset":1,"count":38862,"limit":25}},"results":[{"mindate":"1983-01-01","maxdate":"2021-07-24","name":"Abu Dhabi, AE","datacoverage":0.9977,"id":"CITY:AE000001"},{"mindate":"1944-03-01","maxdate":"2021-07-24","name":"Ajman, AE","datacoverage":0.9991,"id":"CITY:AE000002"},{"mindate":"1944-03-01","maxdate":"2021-07-24","name":"Dubai, AE","datacoverage":0.9991,"id":"CITY:AE000003"},{"mindate":"1944-03-01","maxdate":"2021-07-24","name":"Sharjah, AE","datacoverage":0.9991,"id":"CITY:AE000006"},{"mindate":"1966-03-02","maxdate":"2021-07-24","name":"Kabul, AF","datacoverage":0.9969,"id":"CITY:AF000007"},{"mindate":"1973-01-02","maxdate":"2020-12-31","name":"Kandahar, AF","datacoverage":1,"id":"CITY:AF000008"},{"mindate":"1877-04-01","maxdate":"2021-07-24","name":"Algiers, AG","datacoverage":1,"id":"CITY:AG000001"},{"mindate":"1909-11-01","maxdate":"2021-07-24","name":"Annaba, AG","datacoverage":1,"id":"CITY:AG000002"},{"mindate":"1973-04-01","maxdate":"2021-07-24","name":"Batna, AG","datacoverage":1,"id":"CITY:AG000003"},{"mindate":"1957-01-01","maxdate":"2021-07-24","name":"Bechar, AG","datacoverage":1,"id":"CITY:AG000004"},{"mindate":"1909-11-01","maxdate":"2021-07-24","name":"Bejaia, AG","datacoverage":1,"id":"CITY:AG000005"},{"mindate":"1880-05-01","maxdate":"2021-07-24","name":"Constantine, AG","datacoverage":1,"id":"CITY:AG000006"},{"mindate":"1995-10-01","maxdate":"2021-07-24","name":"Guelma, AG","datacoverage":1,"id":"CITY:AG000007"},{"mindate":"1888-01-01","maxdate":"2021-07-24","name":"Laghouat, AG","datacoverage":1,"id":"CITY:AG000008"},{"mindate":"1995-10-01","maxdate":"2021-07-24","name":"Medea, AG","datacoverage":0.9904,"id":"CITY:AG000009"},{"mindate":"1976-04-01","maxdate":"2021-07-24","name":"Mostaganem, AG","datacoverage":1,"id":"CITY:AG000010"},{"mindate":"1957-01-01","maxdate":"2021-07-24","name":"Oran, AG","datacoverage":1,"id":"CITY:AG000011"},{"mindate":"1985-02-01","maxdate":"2021-07-24","name":"Oum el Bouaghi, AG","datacoverage":1,"id":"CITY:AG000012"},{"mindate":"1981-01-01","maxdate":"2021-07-24","name":"Saida, AG","datacoverage":1,"id":"CITY:AG000013"},{"mindate":"1995-10-01","maxdate":"2021-07-24","name":"Sidi-Bel-Abbes, AG","datacoverage":0.9995,"id":"CITY:AG000014"},{"mindate":"1957-12-31","maxdate":"2021-07-24","name":"Skikda, AG","datacoverage":0.9993,"id":"CITY:AG000015"},{"mindate":"1940-01-01","maxdate":"2014-02-01","name":"Tamanrasset, AG","datacoverage":0.9973,"id":"CITY:AG000016"},{"mindate":"1981-01-01","maxdate":"2021-07-24","name":"Tlemcen, AG","datacoverage":1,"id":"CITY:AG000017"},{"mindate":"1881-07-01","maxdate":"1992-01-31","name":"Baku, AJ","datacoverage":0.991,"id":"CITY:AJ000001"},{"mindate":"1925-09-01","maxdate":"1991-12-31","name":"Naxcivian, AJ","datacoverage":1,"id":"CITY:AJ000002"}]} \ No newline at end of file diff --git a/bench/ncdc/ncdc_stations_big.json b/bench/ncdc/ncdc_stations_big.json new file mode 100644 index 0000000..687dbde --- /dev/null +++ b/bench/ncdc/ncdc_stations_big.json @@ -0,0 +1 @@ +{"metadata":{"resultset":{"offset":1,"count":142896,"limit":1000}},"results":[{"elevation":139,"mindate":"1948-01-01","maxdate":"2014-01-01","latitude":31.5702,"name":"ABBEVILLE, AL US","datacoverage":0.8813,"id":"COOP:010008","elevationUnit":"METERS","longitude":-85.2482},{"elevation":249.3,"mindate":"1938-01-01","maxdate":"2015-11-01","latitude":34.2553,"name":"ADDISON, AL US","datacoverage":0.5059,"id":"COOP:010063","elevationUnit":"METERS","longitude":-87.1814},{"elevation":302.1,"mindate":"1940-05-01","maxdate":"1962-03-01","latitude":34.41667,"name":"ADDISON CENTRAL TOWER, AL US","datacoverage":0.9658,"id":"COOP:010071","elevationUnit":"METERS","longitude":-87.31667},{"elevation":172.2,"mindate":"1995-04-01","maxdate":"2015-11-01","latitude":33.1783,"name":"ALABASTER SHELBY CO AIRPORT ASOS, AL US","datacoverage":0.8064,"id":"COOP:010116","elevationUnit":"METERS","longitude":-86.7816},{"elevation":183.8,"mindate":"1949-01-01","maxdate":"1949-12-01","latitude":34.6891,"name":"BELLE MINA 2 N, AL US","datacoverage":1,"id":"COOP:010117","elevationUnit":"METERS","longitude":-86.8819},{"elevation":34.1,"mindate":"1935-05-01","maxdate":"1936-11-01","latitude":31.13333,"name":"ALAGA, AL US","datacoverage":0.2624,"id":"COOP:010125","elevationUnit":"METERS","longitude":-85.06667},{"elevation":53.3,"mindate":"1940-11-01","maxdate":"2014-12-01","latitude":32.2322,"name":"ALBERTA, AL US","datacoverage":0.9888,"id":"COOP:010140","elevationUnit":"METERS","longitude":-87.4104},{"elevation":348.1,"mindate":"1931-01-01","maxdate":"1977-06-01","latitude":34.23333,"name":"ALBERTVILLE, AL US","datacoverage":0.9535,"id":"COOP:010148","elevationUnit":"METERS","longitude":-86.16667},{"elevation":201.2,"mindate":"1969-10-01","maxdate":"2015-11-01","latitude":32.935,"name":"ALEXANDER CITY, AL US","datacoverage":0.9946,"id":"COOP:010160","elevationUnit":"METERS","longitude":-85.95556},{"elevation":200.9,"mindate":"1942-11-01","maxdate":"1969-10-01","latitude":32.98333,"name":"ALEXANDER CITY 6 NE, AL US","datacoverage":0.9629,"id":"COOP:010163","elevationUnit":"METERS","longitude":-85.86667},{"elevation":59.4,"mindate":"1940-01-01","maxdate":"2015-11-01","latitude":33.1272,"name":"ALICEVILLE, AL US","datacoverage":0.9144,"id":"COOP:010178","elevationUnit":"METERS","longitude":-88.155},{"elevation":50.3,"mindate":"1980-05-01","maxdate":"2015-11-01","latitude":33.21,"name":"BEVILL LOCK AND DAM, AL US","datacoverage":0.9883,"id":"COOP:010184","elevationUnit":"METERS","longitude":-88.2878},{"elevation":76.2,"mindate":"1938-01-01","maxdate":"2015-11-01","latitude":31.3071,"name":"ANDALUSIA 3 W, AL US","datacoverage":0.9744,"id":"COOP:010252","elevationUnit":"METERS","longitude":-86.5226},{"elevation":231.6,"mindate":"2004-07-01","maxdate":"2015-11-01","latitude":34.96285,"name":"LEXINGTON, AL US","datacoverage":1,"id":"COOP:010260","elevationUnit":"METERS","longitude":-87.37195},{"elevation":220.1,"mindate":"1948-01-01","maxdate":"1949-03-01","latitude":33.66667,"name":"ANNISTON, AL US","datacoverage":1,"id":"COOP:010267","elevationUnit":"METERS","longitude":-85.83333},{"elevation":181.1,"mindate":"1948-01-01","maxdate":"2015-11-01","latitude":33.5872,"name":"ANNISTON METROPOLITAN AIRPORT, AL US","datacoverage":0.9816,"id":"COOP:010272","elevationUnit":"METERS","longitude":-85.8556},{"elevation":227.1,"mindate":"1938-01-01","maxdate":"1983-10-01","latitude":34.06667,"name":"ARLEY 1 S, AL US","datacoverage":0.9691,"id":"COOP:010338","elevationUnit":"METERS","longitude":-87.23333},{"elevation":311.5,"mindate":"1948-01-01","maxdate":"2013-11-01","latitude":33.2941,"name":"ASHLAND, AL US","datacoverage":0.8872,"id":"COOP:010369","elevationUnit":"METERS","longitude":-85.7788},{"elevation":180.1,"mindate":"1941-06-01","maxdate":"1973-06-01","latitude":33.85,"name":"ASHVILLE, AL US","datacoverage":0.9429,"id":"COOP:010377","elevationUnit":"METERS","longitude":-86.33333},{"elevation":210,"mindate":"1948-01-01","maxdate":"2015-11-01","latitude":34.7752,"name":"ATHENS, AL US","datacoverage":0.5632,"id":"COOP:010390","elevationUnit":"METERS","longitude":-86.9508},{"elevation":219.5,"mindate":"1955-10-01","maxdate":"1991-07-01","latitude":34.8,"name":"ATHENS 2, AL US","datacoverage":0.9442,"id":"COOP:010395","elevationUnit":"METERS","longitude":-86.98333},{"elevation":220.1,"mindate":"1958-05-01","maxdate":"1958-06-01","latitude":34.8,"name":"ATHENS COURTHOUSE, AL US","datacoverage":0.998,"id":"COOP:010398","elevationUnit":"METERS","longitude":-86.96667},{"elevation":91.4,"mindate":"1940-01-01","maxdate":"2015-11-01","latitude":31.182,"name":"ATMORE, AL US","datacoverage":0.7103,"id":"COOP:010402","elevationUnit":"METERS","longitude":-87.439},{"elevation":67.1,"mindate":"1965-01-01","maxdate":"1982-10-01","latitude":31.01667,"name":"ATMORE, AL US","datacoverage":0.967,"id":"COOP:010407","elevationUnit":"METERS","longitude":-87.51667},{"elevation":223.1,"mindate":"1931-01-01","maxdate":"1970-12-01","latitude":32.6,"name":"AUBURN, AL US","datacoverage":0.9917,"id":"COOP:010422","elevationUnit":"METERS","longitude":-85.5},{"elevation":166.1,"mindate":"1996-08-01","maxdate":"2015-11-01","latitude":32.5992,"name":"AUBURN NUMBER 2, AL US","datacoverage":0.9828,"id":"COOP:010425","elevationUnit":"METERS","longitude":-85.4653},{"elevation":198.7,"mindate":"1948-01-01","maxdate":"1962-09-01","latitude":32.6,"name":"AUBURN AGRONOMY FARM, AL US","datacoverage":1,"id":"COOP:010427","elevationUnit":"METERS","longitude":-85.5},{"elevation":198.7,"mindate":"1976-01-01","maxdate":"1996-07-01","latitude":32.6,"name":"AUBURN AGRONOMY FARM, AL US","datacoverage":0.9673,"id":"COOP:010430","elevationUnit":"METERS","longitude":-85.5},{"elevation":61,"mindate":"1940-11-01","maxdate":"2001-09-01","latitude":32.47056,"name":"AUTAUGAVILLE 3 N, AL US","datacoverage":0.9658,"id":"COOP:010440","elevationUnit":"METERS","longitude":-86.68},{"elevation":85.3,"mindate":"1957-01-01","maxdate":"2015-11-01","latitude":33.4527,"name":"BANKHEAD LOCK AND DAM, AL US","datacoverage":1,"id":"COOP:010505","elevationUnit":"METERS","longitude":-87.3572},{"elevation":139.9,"mindate":"1949-01-01","maxdate":"1953-04-01","latitude":34.71667,"name":"BARTON, AL US","datacoverage":0.9819,"id":"COOP:010546","elevationUnit":"METERS","longitude":-87.86667},{"elevation":82.6,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":30.884,"name":"BAY MINETTE, AL US","datacoverage":0.9313,"id":"COOP:010583","elevationUnit":"METERS","longitude":-87.7852},{"elevation":54.3,"mindate":"1942-01-01","maxdate":"2000-11-01","latitude":31.72222,"name":"BEATRICE, AL US","datacoverage":0.5927,"id":"COOP:010616","elevationUnit":"METERS","longitude":-87.21194},{"elevation":246.9,"mindate":"1948-01-01","maxdate":"1962-03-01","latitude":34.46667,"name":"BELGREEN, AL US","datacoverage":1,"id":"COOP:010631","elevationUnit":"METERS","longitude":-87.86667},{"elevation":183.8,"mindate":"1950-01-01","maxdate":"2015-11-01","latitude":34.6891,"name":"BELLE MINA 2 N, AL US","datacoverage":0.995,"id":"COOP:010655","elevationUnit":"METERS","longitude":-86.8819},{"elevation":150.3,"mindate":"1948-01-01","maxdate":"2015-11-01","latitude":33.69709,"name":"BERRY 3 NW, AL US","datacoverage":0.2098,"id":"COOP:010748","elevationUnit":"METERS","longitude":-87.64875},{"elevation":164.9,"mindate":"1954-01-01","maxdate":"1975-06-01","latitude":33.36667,"name":"BESSEMER, AL US","datacoverage":0.9421,"id":"COOP:010757","elevationUnit":"METERS","longitude":-87.01667},{"elevation":159.1,"mindate":"1958-01-01","maxdate":"1958-06-01","latitude":33.43333,"name":"BESSEMER, AL US","datacoverage":1,"id":"COOP:010762","elevationUnit":"METERS","longitude":-86.91667},{"elevation":135.6,"mindate":"1977-01-01","maxdate":"2015-11-01","latitude":33.3952,"name":"BESSEMER 3 WSW, AL US","datacoverage":0.998,"id":"COOP:010764","elevationUnit":"METERS","longitude":-87.0077},{"elevation":188.1,"mindate":"2003-05-01","maxdate":"2007-12-01","latitude":32.94417,"name":"BESSIE, AL US","datacoverage":0.9634,"id":"COOP:010768","elevationUnit":"METERS","longitude":-86.83306},{"elevation":267.9,"mindate":"1958-01-01","maxdate":"1962-03-01","latitude":34.98333,"name":"BETHLEHEM, AL US","datacoverage":1,"id":"COOP:010776","elevationUnit":"METERS","longitude":-86.63333},{"elevation":174,"mindate":"1948-04-01","maxdate":"1967-12-01","latitude":34.16667,"name":"BEXAR, AL US","datacoverage":0.9527,"id":"COOP:010790","elevationUnit":"METERS","longitude":-88.11667},{"elevation":134.1,"mindate":"1938-12-01","maxdate":"2015-11-01","latitude":32.6624,"name":"BILLINGSLEY, AL US","datacoverage":0.7565,"id":"COOP:010823","elevationUnit":"METERS","longitude":-86.7244},{"elevation":499.9,"mindate":"1959-07-01","maxdate":"1962-03-01","latitude":34.76667,"name":"BINGHAM MOUNTAIN, AL US","datacoverage":0.9692,"id":"COOP:010826","elevationUnit":"METERS","longitude":-86.28333},{"elevation":226.8,"mindate":"1978-10-01","maxdate":"1990-02-01","latitude":33.46667,"name":"BIRMINGHAM WSFO, AL US","datacoverage":0.9998,"id":"COOP:010829","elevationUnit":"METERS","longitude":-86.83333},{"elevation":187.5,"mindate":"1948-06-01","maxdate":"2015-11-01","latitude":33.56556,"name":"BIRMINGHAM AIRPORT, AL US","datacoverage":0.995,"id":"COOP:010831","elevationUnit":"METERS","longitude":-86.745},{"elevation":214,"mindate":"1946-01-01","maxdate":"1953-10-01","latitude":33.53333,"name":"BIRMINGHAM, AL US","datacoverage":1,"id":"COOP:010836","elevationUnit":"METERS","longitude":-86.83333},{"elevation":143,"mindate":"1948-01-01","maxdate":"1962-03-01","latitude":34.65,"name":"BISHOP, AL US","datacoverage":0.9885,"id":"COOP:010854","elevationUnit":"METERS","longitude":-88.11667},{"elevation":98.1,"mindate":"1954-07-01","maxdate":"1957-07-01","latitude":31.66667,"name":"BLUE SPRINGS, AL US","datacoverage":0.7292,"id":"COOP:010948","elevationUnit":"METERS","longitude":-85.51667},{"elevation":326.1,"mindate":"1938-01-01","maxdate":"2015-11-01","latitude":34.2008,"name":"BOAZ, AL US","datacoverage":0.9198,"id":"COOP:010957","elevationUnit":"METERS","longitude":-86.1633},{"elevation":83.5,"mindate":"1931-01-01","maxdate":"1982-01-01","latitude":31.58333,"name":"BRANTLEY, AL US","datacoverage":0.9885,"id":"COOP:011069","elevationUnit":"METERS","longitude":-86.26667},{"elevation":48.8,"mindate":"1977-03-01","maxdate":"2015-11-01","latitude":31.1413,"name":"BREWTON 3 ENE, AL US","datacoverage":0.9892,"id":"COOP:011080","elevationUnit":"METERS","longitude":-87.0486},{"elevation":25.9,"mindate":"1931-01-01","maxdate":"2014-12-01","latitude":31.0583,"name":"BREWTON 3 SSE, AL US","datacoverage":0.994,"id":"COOP:011084","elevationUnit":"METERS","longitude":-87.0549},{"elevation":202.4,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":34.9786,"name":"BRIDGEPORT 5 NW, AL US","datacoverage":0.8686,"id":"COOP:011099","elevationUnit":"METERS","longitude":-85.8008},{"elevation":153.3,"mindate":"1960-07-01","maxdate":"2010-10-01","latitude":33.262,"name":"BROOKWOOD, AL US","datacoverage":0.9354,"id":"COOP:011143","elevationUnit":"METERS","longitude":-87.3103},{"elevation":138.7,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":31.7055,"name":"BRUNDIDGE, AL US","datacoverage":0.8479,"id":"COOP:011178","elevationUnit":"METERS","longitude":-85.8369},{"elevation":61,"mindate":"1989-06-01","maxdate":"2005-07-01","latitude":32.09111,"name":"BUTLER, AL US","datacoverage":0.4072,"id":"COOP:011189","elevationUnit":"METERS","longitude":-88.23222},{"elevation":140.5,"mindate":"1981-12-01","maxdate":"2015-11-01","latitude":33.4517,"name":"CAHABA PUMP HOUSE, AL US","datacoverage":0.9706,"id":"COOP:011225","elevationUnit":"METERS","longitude":-86.7158},{"elevation":161.5,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":33.0944,"name":"CALERA, AL US","datacoverage":0.8774,"id":"COOP:011288","elevationUnit":"METERS","longitude":-86.7455},{"elevation":71.6,"mindate":"1950-01-01","maxdate":"1961-02-01","latitude":32.02889,"name":"CAMDEN 3 NW, AL US","datacoverage":0.963,"id":"COOP:011300","elevationUnit":"METERS","longitude":-87.31667},{"elevation":71.6,"mindate":"1961-03-01","maxdate":"2001-12-01","latitude":32.02889,"name":"CAMDEN 3 NW, AL US","datacoverage":0.9979,"id":"COOP:011301","elevationUnit":"METERS","longitude":-87.31667},{"elevation":27.1,"mindate":"1948-01-01","maxdate":"1967-12-01","latitude":31.91667,"name":"CAMPBELL, AL US","datacoverage":0.7446,"id":"COOP:011315","elevationUnit":"METERS","longitude":-87.98333},{"elevation":207.3,"mindate":"1931-01-01","maxdate":"2013-12-01","latitude":32.8236,"name":"CAMP HILL 2 NW, AL US","datacoverage":0.6385,"id":"COOP:011324","elevationUnit":"METERS","longitude":-85.6561},{"elevation":136.6,"mindate":"1938-01-01","maxdate":"2013-12-01","latitude":33.8463,"name":"CARBON HILL 4 SE, AL US","datacoverage":0.8596,"id":"COOP:011377","elevationUnit":"METERS","longitude":-87.4871},{"elevation":182.9,"mindate":"2002-01-01","maxdate":"2015-11-01","latitude":34.15,"name":"CENTRE, AL US","datacoverage":0.9343,"id":"COOP:011490","elevationUnit":"METERS","longitude":-85.6846},{"elevation":238,"mindate":"1948-01-01","maxdate":"1962-03-01","latitude":34.38333,"name":"CENTER GROVE, AL US","datacoverage":1,"id":"COOP:011492","elevationUnit":"METERS","longitude":-86.63333},{"elevation":182.9,"mindate":"1949-01-01","maxdate":"1949-03-01","latitude":34.81667,"name":"CENTER STAR, AL US","datacoverage":1,"id":"COOP:011497","elevationUnit":"METERS","longitude":-87.41667},{"elevation":188.1,"mindate":"1949-01-01","maxdate":"1984-10-01","latitude":34.11667,"name":"CENTRE 4 SW, AL US","datacoverage":0.7837,"id":"COOP:011512","elevationUnit":"METERS","longitude":-85.73333},{"elevation":67.1,"mindate":"1931-01-01","maxdate":"1973-12-01","latitude":32.95,"name":"CENTREVILLE, AL US","datacoverage":0.9806,"id":"COOP:011520","elevationUnit":"METERS","longitude":-87.13333},{"elevation":100.6,"mindate":"1975-01-01","maxdate":"2015-11-01","latitude":32.929,"name":"CENTREVILLE 2.9 SW, AL US","datacoverage":0.9838,"id":"COOP:011525","elevationUnit":"METERS","longitude":-87.1898},{"elevation":86.9,"mindate":"1949-09-01","maxdate":"2015-11-01","latitude":31.4715,"name":"CHATOM, AL US","datacoverage":0.9799,"id":"COOP:011566","elevationUnit":"METERS","longitude":-88.2504},{"elevation":146,"mindate":"1937-01-01","maxdate":"1968-02-01","latitude":33.28333,"name":"CHILDERSBURG, AL US","datacoverage":0.9894,"id":"COOP:011615","elevationUnit":"METERS","longitude":-86.36667},{"elevation":127.4,"mindate":"1957-01-01","maxdate":"2015-11-01","latitude":33.285,"name":"CHILDERSBURG WATER PLANT, AL US","datacoverage":1,"id":"COOP:011620","elevationUnit":"METERS","longitude":-86.3431},{"elevation":100.9,"mindate":"1931-01-01","maxdate":"1966-12-01","latitude":31.08333,"name":"CITRONELLE, AL US","datacoverage":0.9745,"id":"COOP:011685","elevationUnit":"METERS","longitude":-88.23333},{"elevation":15.2,"mindate":"1952-11-01","maxdate":"2015-11-01","latitude":31.61469,"name":"CLAIBORNE LOCK AND DAM, AL US","datacoverage":0.9115,"id":"COOP:011690","elevationUnit":"METERS","longitude":-87.5003},{"elevation":179.8,"mindate":"1931-01-01","maxdate":"2013-12-01","latitude":32.816,"name":"CLANTON, AL US","datacoverage":0.9468,"id":"COOP:011694","elevationUnit":"METERS","longitude":-86.60417},{"elevation":173.4,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":31.8709,"name":"CLAYTON, AL US","datacoverage":0.9186,"id":"COOP:011725","elevationUnit":"METERS","longitude":-85.4501},{"elevation":46,"mindate":"1956-08-01","maxdate":"1956-12-01","latitude":33.08333,"name":"COCHRANE 2 E, AL US","datacoverage":0.7958,"id":"COOP:011799","elevationUnit":"METERS","longitude":-88.23333},{"elevation":3.7,"mindate":"1956-10-01","maxdate":"2014-12-01","latitude":30.3875,"name":"CODEN, AL US","datacoverage":0.9184,"id":"COOP:011803","elevationUnit":"METERS","longitude":-88.227},{"elevation":76.2,"mindate":"1931-01-01","maxdate":"1983-12-01","latitude":31.18333,"name":"COFFEE SPRINGS, AL US","datacoverage":0.9717,"id":"COOP:011807","elevationUnit":"METERS","longitude":-85.93333},{"elevation":14,"mindate":"1982-12-01","maxdate":"2015-10-01","latitude":31.75615,"name":"COFFEEVILLE LOCK AND DAM, AL US","datacoverage":0.9873,"id":"COOP:011810","elevationUnit":"METERS","longitude":-88.12876},{"elevation":143,"mindate":"1951-11-01","maxdate":"1981-01-01","latitude":34.75,"name":"COLBERT STEAM PLANT, AL US","datacoverage":0.992,"id":"COOP:011819","elevationUnit":"METERS","longitude":-87.85},{"elevation":228.9,"mindate":"1938-01-01","maxdate":"1978-06-01","latitude":34.25,"name":"COLLINSVILLE, AL US","datacoverage":0.961,"id":"COOP:011849","elevationUnit":"METERS","longitude":-85.88333},{"elevation":27.1,"mindate":"1935-07-01","maxdate":"1966-07-01","latitude":31.28333,"name":"COLUMBIA, AL US","datacoverage":0.9463,"id":"COOP:011865","elevationUnit":"METERS","longitude":-85.11667},{"elevation":97.5,"mindate":"1932-04-01","maxdate":"1991-07-01","latitude":33.75,"name":"CORDOVA, AL US","datacoverage":0.9944,"id":"COOP:011940","elevationUnit":"METERS","longitude":-87.15},{"elevation":66.1,"mindate":"1959-05-01","maxdate":"1986-08-01","latitude":32.15,"name":"COTTONTON, AL US","datacoverage":0.9358,"id":"COOP:011974","elevationUnit":"METERS","longitude":-85.06667},{"elevation":67.1,"mindate":"1940-01-01","maxdate":"1983-02-01","latitude":32.43333,"name":"CUBA, AL US","datacoverage":0.9808,"id":"COOP:012079","elevationUnit":"METERS","longitude":-88.38333},{"elevation":247.2,"mindate":"1994-12-01","maxdate":"2015-11-01","latitude":34.1924,"name":"CULLMAN N.A.H.S., AL US","datacoverage":1,"id":"COOP:012096","elevationUnit":"METERS","longitude":-86.7972},{"elevation":198.1,"mindate":"1931-01-01","maxdate":"1983-12-01","latitude":32.81667,"name":"DADEVILLE, AL US","datacoverage":0.989,"id":"COOP:012119","elevationUnit":"METERS","longitude":-85.75},{"elevation":223.4,"mindate":"1948-01-01","maxdate":"2015-11-01","latitude":32.8622,"name":"DADEVILLE 2, AL US","datacoverage":0.4061,"id":"COOP:012124","elevationUnit":"METERS","longitude":-85.7358},{"elevation":64,"mindate":"1931-01-01","maxdate":"1965-06-01","latitude":33.06667,"name":"DANCY, AL US","datacoverage":0.9783,"id":"COOP:012141","elevationUnit":"METERS","longitude":-88.28333},{"elevation":182.9,"mindate":"1949-01-01","maxdate":"1962-03-01","latitude":34.41667,"name":"DANVILLE, AL US","datacoverage":1,"id":"COOP:012149","elevationUnit":"METERS","longitude":-87.08333},{"elevation":2.4,"mindate":"1975-08-01","maxdate":"2015-11-01","latitude":30.2505,"name":"DAUPHIN ISLAND NUMBER 2, AL US","datacoverage":0.9876,"id":"COOP:012172","elevationUnit":"METERS","longitude":-88.0775},{"elevation":70.1,"mindate":"1940-01-01","maxdate":"1982-03-01","latitude":32.36667,"name":"DAYTON, AL US","datacoverage":0.9902,"id":"COOP:012188","elevationUnit":"METERS","longitude":-87.65},{"elevation":177.1,"mindate":"1931-01-01","maxdate":"1969-10-01","latitude":34.58333,"name":"DECATUR, AL US","datacoverage":0.9892,"id":"COOP:012207","elevationUnit":"METERS","longitude":-86.96667},{"elevation":167.6,"mindate":"1998-12-01","maxdate":"2015-11-01","latitude":34.57556,"name":"DECATUR 4 SE, AL US","datacoverage":1,"id":"COOP:012209","elevationUnit":"METERS","longitude":-86.93389},{"elevation":174,"mindate":"1949-01-01","maxdate":"1962-03-01","latitude":34.61667,"name":"DECATUR 4, AL US","datacoverage":1,"id":"COOP:012216","elevationUnit":"METERS","longitude":-86.98333},{"elevation":180.1,"mindate":"1949-01-01","maxdate":"1962-03-01","latitude":34.6,"name":"DECATUR SUBSTATION, AL US","datacoverage":1,"id":"COOP:012221","elevationUnit":"METERS","longitude":-86.96667},{"elevation":313.9,"mindate":"1956-09-01","maxdate":"1977-06-01","latitude":33.43333,"name":"DELTA, AL US","datacoverage":0.9001,"id":"COOP:012235","elevationUnit":"METERS","longitude":-85.7},{"elevation":31.1,"mindate":"1931-01-01","maxdate":"1954-08-01","latitude":32.51667,"name":"DEMOPOLIS LOCK 4, AL US","datacoverage":0.9719,"id":"COOP:012240","elevationUnit":"METERS","longitude":-87.85},{"elevation":30.5,"mindate":"1951-07-01","maxdate":"2015-11-01","latitude":32.5193,"name":"DEMOPOLIS LOCK AND DAM, AL US","datacoverage":0.9844,"id":"COOP:012245","elevationUnit":"METERS","longitude":-87.88},{"elevation":143.3,"mindate":"2005-10-01","maxdate":"2015-11-01","latitude":33.74778,"name":"DORA, AL US","datacoverage":0.7378,"id":"COOP:012350","elevationUnit":"METERS","longitude":-87.05861},{"elevation":114,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":31.3167,"name":"DOTHAN REGIONAL AIRPORT, AL US","datacoverage":0.4966,"id":"COOP:012372","elevationUnit":"METERS","longitude":-85.45},{"elevation":83.8,"mindate":"1952-04-01","maxdate":"2015-11-01","latitude":31.1941,"name":"DOTHAN, AL US","datacoverage":0.954,"id":"COOP:012377","elevationUnit":"METERS","longitude":-85.3708},{"elevation":246.9,"mindate":"1957-01-01","maxdate":"1978-09-01","latitude":34.15,"name":"DOUBLE SPRINGS, AL US","datacoverage":1,"id":"COOP:012386","elevationUnit":"METERS","longitude":-87.41667},{"elevation":59.4,"mindate":"1931-01-01","maxdate":"2010-12-01","latitude":31.4238,"name":"ELBA, AL US","datacoverage":0.95,"id":"COOP:012577","elevationUnit":"METERS","longitude":-86.0667},{"elevation":235,"mindate":"1959-01-01","maxdate":"1962-03-01","latitude":34.88333,"name":"ELKMONT, AL US","datacoverage":1,"id":"COOP:012600","elevationUnit":"METERS","longitude":-86.91667},{"elevation":76.8,"mindate":"1940-01-01","maxdate":"2000-07-01","latitude":33.25694,"name":"ELROD, AL US","datacoverage":0.9904,"id":"COOP:012632","elevationUnit":"METERS","longitude":-87.79722},{"elevation":116.1,"mindate":"1956-02-01","maxdate":"1966-05-01","latitude":31.31667,"name":"ENTERPRISE, AL US","datacoverage":0.9681,"id":"COOP:012670","elevationUnit":"METERS","longitude":-85.85},{"elevation":102.7,"mindate":"1966-06-01","maxdate":"2015-11-01","latitude":31.2975,"name":"ENTERPRISE 4 W, AL US","datacoverage":0.9327,"id":"COOP:012675","elevationUnit":"METERS","longitude":-85.8996},{"elevation":61.6,"mindate":"1931-01-01","maxdate":"1966-12-01","latitude":31.86667,"name":"EUFAULA, AL US","datacoverage":0.963,"id":"COOP:012727","elevationUnit":"METERS","longitude":-85.15},{"elevation":91.4,"mindate":"1967-01-01","maxdate":"2015-11-01","latitude":32.0112,"name":"EUFAULA WILDLIFE REF, AL US","datacoverage":0.9745,"id":"COOP:012730","elevationUnit":"METERS","longitude":-85.0901},{"elevation":318.5,"mindate":"1998-06-01","maxdate":"2000-02-01","latitude":34.315,"name":"EVA, AL US","datacoverage":1,"id":"COOP:012737","elevationUnit":"METERS","longitude":-86.72556},{"elevation":33.5,"mindate":"1938-05-01","maxdate":"1958-01-01","latitude":32.77472,"name":"WARRIOR LOCK AND DAM, AL US","datacoverage":0.9659,"id":"COOP:012742","elevationUnit":"METERS","longitude":-87.83056},{"elevation":88.4,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":31.4449,"name":"EVERGREEN, AL US","datacoverage":0.7714,"id":"COOP:012758","elevationUnit":"METERS","longitude":-86.9532},{"elevation":78,"mindate":"1938-10-01","maxdate":"1961-07-01","latitude":31.41667,"name":"EVERGREEN INTERMEDIATE FIELD, AL US","datacoverage":0.854,"id":"COOP:012763","elevationUnit":"METERS","longitude":-87.03333},{"elevation":7,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":30.5468,"name":"FAIRHOPE 2 NE, AL US","datacoverage":0.9941,"id":"COOP:012813","elevationUnit":"METERS","longitude":-87.8807},{"elevation":70.1,"mindate":"1940-01-01","maxdate":"1964-12-01","latitude":31.1,"name":"FALCO OPEN POND TOWER, AL US","datacoverage":0.8033,"id":"COOP:012832","elevationUnit":"METERS","longitude":-86.55},{"elevation":190.5,"mindate":"1948-01-01","maxdate":"1992-06-01","latitude":34.36667,"name":"FALKVILLE, AL US","datacoverage":0.9907,"id":"COOP:012840","elevationUnit":"METERS","longitude":-86.88333},{"elevation":198.1,"mindate":"1940-07-01","maxdate":"1965-04-01","latitude":34.06667,"name":"FALLS CITY BLK POND, AL US","datacoverage":0.8356,"id":"COOP:012848","elevationUnit":"METERS","longitude":-87.33333},{"elevation":174,"mindate":"1949-01-01","maxdate":"1962-03-01","latitude":34.56667,"name":"FARLEY, AL US","datacoverage":0.9248,"id":"COOP:012867","elevationUnit":"METERS","longitude":-86.56667},{"elevation":108.8,"mindate":"1931-01-01","maxdate":"2010-12-01","latitude":33.7091,"name":"FAYETTE, AL US","datacoverage":0.8292,"id":"COOP:012883","elevationUnit":"METERS","longitude":-87.8152},{"elevation":427,"mindate":"1948-01-01","maxdate":"1962-03-01","latitude":34.76667,"name":"FLAT ROCK, AL US","datacoverage":0.9709,"id":"COOP:012945","elevationUnit":"METERS","longitude":-85.68333},{"elevation":176.2,"mindate":"1931-01-01","maxdate":"1977-06-01","latitude":34.8,"name":"FLORENCE, AL US","datacoverage":0.6685,"id":"COOP:012971","elevationUnit":"METERS","longitude":-87.68333},{"elevation":136.9,"mindate":"1936-02-01","maxdate":"1959-11-01","latitude":34.78333,"name":"FLORENCE AT LOCK, AL US","datacoverage":1,"id":"COOP:012976","elevationUnit":"METERS","longitude":-87.66667},{"elevation":153,"mindate":"1940-12-01","maxdate":"1970-05-01","latitude":31.98333,"name":"FORT DEPOSIT, AL US","datacoverage":0.8595,"id":"COOP:013024","elevationUnit":"METERS","longitude":-86.58333},{"elevation":3,"mindate":"1948-01-01","maxdate":"1975-08-01","latitude":30.225833,"name":"FORT MORGAN, AL US","datacoverage":0.9668,"id":"COOP:013035","elevationUnit":"METERS","longitude":-88.025833},{"elevation":279.5,"mindate":"1935-08-01","maxdate":"2015-11-01","latitude":34.4406,"name":"FORT PAYNE, AL US","datacoverage":0.8734,"id":"COOP:013043","elevationUnit":"METERS","longitude":-85.7236},{"elevation":83.8,"mindate":"1931-01-01","maxdate":"2000-11-01","latitude":31.38944,"name":"FRISCO CITY 3 SSW, AL US","datacoverage":0.9595,"id":"COOP:013105","elevationUnit":"METERS","longitude":-87.42028},{"elevation":174,"mindate":"1931-01-01","maxdate":"1968-03-01","latitude":34.01667,"name":"GADSDEN, AL US","datacoverage":0.9687,"id":"COOP:013151","elevationUnit":"METERS","longitude":-86},{"elevation":172.2,"mindate":"1953-01-01","maxdate":"2015-11-01","latitude":34.0219,"name":"GADSDEN, AL US","datacoverage":0.9457,"id":"COOP:013154","elevationUnit":"METERS","longitude":-85.9878},{"elevation":38.1,"mindate":"1937-01-01","maxdate":"2015-11-01","latitude":32.8347,"name":"GAINESVILLE LOCK, AL US","datacoverage":0.9874,"id":"COOP:013160","elevationUnit":"METERS","longitude":-88.1341},{"elevation":153,"mindate":"1938-01-01","maxdate":"1984-04-01","latitude":34.01667,"name":"GARDEN CITY, AL US","datacoverage":0.9498,"id":"COOP:013200","elevationUnit":"METERS","longitude":-86.75},{"elevation":198.1,"mindate":"1959-07-01","maxdate":"1962-03-01","latitude":34.73333,"name":"GARTH, AL US","datacoverage":0.9994,"id":"COOP:013215","elevationUnit":"METERS","longitude":-86.3},{"elevation":44.2,"mindate":"1976-05-01","maxdate":"2015-11-01","latitude":31.03833,"name":"GENEVA NUMBER 2, AL US","datacoverage":0.9958,"id":"COOP:013251","elevationUnit":"METERS","longitude":-85.87083},{"elevation":32.3,"mindate":"1931-01-01","maxdate":"1976-03-01","latitude":31.03861,"name":"GENEVA, AL US","datacoverage":0.9816,"id":"COOP:013255","elevationUnit":"METERS","longitude":-85.87},{"elevation":91.4,"mindate":"1956-03-01","maxdate":"2004-07-01","latitude":31.67722,"name":"GEORGIANA, AL US","datacoverage":0.938,"id":"COOP:013271","elevationUnit":"METERS","longitude":-86.80611},{"elevation":39.9,"mindate":"1957-07-01","maxdate":"1979-03-01","latitude":31.88333,"name":"GILBERTOWN, AL US","datacoverage":0.9809,"id":"COOP:013308","elevationUnit":"METERS","longitude":-88.33333},{"elevation":307.8,"mindate":"1931-01-01","maxdate":"1954-06-01","latitude":33.06667,"name":"GOODWATER, AL US","datacoverage":0.9965,"id":"COOP:013399","elevationUnit":"METERS","longitude":-86.05},{"elevation":106.7,"mindate":"1937-01-01","maxdate":"1994-10-01","latitude":33.66667,"name":"GORGAS, AL US","datacoverage":0.9654,"id":"COOP:013430","elevationUnit":"METERS","longitude":-87.18333},{"elevation":85,"mindate":"1954-07-01","maxdate":"1965-02-01","latitude":31.18333,"name":"GREEN BAY, AL US","datacoverage":0.9688,"id":"COOP:013496","elevationUnit":"METERS","longitude":-86.28333},{"elevation":75.9,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":32.69212,"name":"GREENSBORO, AL US","datacoverage":0.9676,"id":"COOP:013511","elevationUnit":"METERS","longitude":-87.57603},{"elevation":104.2,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":31.7901,"name":"GREENVILLE, AL US","datacoverage":0.9627,"id":"COOP:013519","elevationUnit":"METERS","longitude":-86.6087},{"elevation":128,"mindate":"1948-01-01","maxdate":"1966-12-01","latitude":31.83333,"name":"GREENVILLE 2, AL US","datacoverage":0.8004,"id":"COOP:013524","elevationUnit":"METERS","longitude":-86.63333},{"elevation":3,"mindate":"1948-08-01","maxdate":"1973-12-01","latitude":30.28333,"name":"GULF SHORES POST OFFICE, AL US","datacoverage":0.9114,"id":"COOP:013559","elevationUnit":"METERS","longitude":-87.68333},{"elevation":176.2,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":34.3344,"name":"GUNTERSVILLE, AL US","datacoverage":0.8852,"id":"COOP:013573","elevationUnit":"METERS","longitude":-86.3297},{"elevation":181.4,"mindate":"1995-11-01","maxdate":"2015-11-01","latitude":34.3347,"name":"GUNTERSVILLE NUMBER 2, AL US","datacoverage":0.9835,"id":"COOP:013575","elevationUnit":"METERS","longitude":-86.3294},{"elevation":182.9,"mindate":"1948-01-01","maxdate":"1981-01-01","latitude":34.35,"name":"GUNTERSVILLE, AL US","datacoverage":0.9583,"id":"COOP:013578","elevationUnit":"METERS","longitude":-86.3},{"elevation":185.9,"mindate":"1948-01-01","maxdate":"1962-03-01","latitude":34.43333,"name":"GUNTERSVILLE DAM, AL US","datacoverage":0.9534,"id":"COOP:013583","elevationUnit":"METERS","longitude":-86.4},{"elevation":272.5,"mindate":"2004-06-01","maxdate":"2005-06-01","latitude":34.28194,"name":"HACKLEBURG, AL US","datacoverage":1,"id":"COOP:013610","elevationUnit":"METERS","longitude":-87.85444},{"elevation":280.4,"mindate":"1936-07-01","maxdate":"2015-11-01","latitude":34.2314,"name":"HALEYVILLE, AL US","datacoverage":0.9801,"id":"COOP:013620","elevationUnit":"METERS","longitude":-87.6352},{"elevation":167.9,"mindate":"1938-09-01","maxdate":"1961-12-01","latitude":34.13333,"name":"HAMILTON, AL US","datacoverage":0.9857,"id":"COOP:013644","elevationUnit":"METERS","longitude":-87.98333},{"elevation":149.4,"mindate":"1962-01-01","maxdate":"2015-11-01","latitude":34.13884,"name":"HAMILTON, AL US","datacoverage":0.997,"id":"COOP:013645","elevationUnit":"METERS","longitude":-87.99466},{"elevation":179.8,"mindate":"1973-04-01","maxdate":"2015-11-01","latitude":34.0678,"name":"HANCEVILLE, AL US","datacoverage":0.9862,"id":"COOP:013655","elevationUnit":"METERS","longitude":-86.791},{"elevation":182.9,"mindate":"1940-01-01","maxdate":"1962-06-01","latitude":32.8,"name":"HARRISBURG CAHABA TOWER, AL US","datacoverage":0.8853,"id":"COOP:013697","elevationUnit":"METERS","longitude":-87.18333},{"elevation":97.5,"mindate":"1995-05-01","maxdate":"1995-10-01","latitude":32.26667,"name":"HATCHECHUBBEE, AL US","datacoverage":0.9925,"id":"COOP:013722","elevationUnit":"METERS","longitude":-85.28333},{"elevation":52.1,"mindate":"1938-01-01","maxdate":"1981-06-01","latitude":32.18333,"name":"HAYNEVILLE, AL US","datacoverage":0.9656,"id":"COOP:013748","elevationUnit":"METERS","longitude":-86.58333},{"elevation":112.8,"mindate":"1950-04-01","maxdate":"2015-11-01","latitude":31.3625,"name":"HEADLAND, AL US","datacoverage":0.9632,"id":"COOP:013761","elevationUnit":"METERS","longitude":-85.3397},{"elevation":307.8,"mindate":"1956-01-01","maxdate":"2015-11-01","latitude":33.64347,"name":"HEFLIN, AL US","datacoverage":0.9527,"id":"COOP:013775","elevationUnit":"METERS","longitude":-85.60944},{"elevation":146.3,"mindate":"2000-03-01","maxdate":"2015-11-01","latitude":33.2725,"name":"HELENA, AL US","datacoverage":0.9947,"id":"COOP:013781","elevationUnit":"METERS","longitude":-86.83361},{"elevation":126.8,"mindate":"1931-01-01","maxdate":"1950-12-01","latitude":33.28333,"name":"HELENA, AL US","datacoverage":0.9958,"id":"COOP:013783","elevationUnit":"METERS","longitude":-86.85},{"elevation":132,"mindate":"1931-01-01","maxdate":"2011-12-01","latitude":31.8814,"name":"HIGHLAND HOME, AL US","datacoverage":0.9722,"id":"COOP:013816","elevationUnit":"METERS","longitude":-86.2503},{"elevation":169.2,"mindate":"2012-01-01","maxdate":"2015-11-01","latitude":31.9477,"name":"HIGHLAND HOME NUMBER 2, AL US","datacoverage":0.8726,"id":"COOP:013818","elevationUnit":"METERS","longitude":-86.3131},{"elevation":361.2,"mindate":"1941-08-01","maxdate":"2013-12-01","latitude":33.52111,"name":"HIGHTOWER, AL US","datacoverage":0.9252,"id":"COOP:013842","elevationUnit":"METERS","longitude":-85.38056},{"elevation":256,"mindate":"1938-01-01","maxdate":"2000-03-01","latitude":34.36056,"name":"HODGES, AL US","datacoverage":0.9813,"id":"COOP:013899","elevationUnit":"METERS","longitude":-87.92833},{"elevation":59.4,"mindate":"1981-01-01","maxdate":"2015-11-01","latitude":33.2533,"name":"HOLT LOCK AND DAM, AL US","datacoverage":0.9643,"id":"COOP:013930","elevationUnit":"METERS","longitude":-87.45},{"elevation":185.9,"mindate":"1949-01-01","maxdate":"1962-03-01","latitude":34.71667,"name":"HUNTSVILLE SUBSTATION, AL US","datacoverage":1,"id":"COOP:014060","elevationUnit":"METERS","longitude":-86.58333},{"elevation":190.2,"mindate":"1958-07-01","maxdate":"2015-11-01","latitude":34.6441,"name":"HUNTSVILLE INTNL AIRPORT, AL US","datacoverage":0.997,"id":"COOP:014064","elevationUnit":"METERS","longitude":-86.7869},{"elevation":185.9,"mindate":"1937-01-01","maxdate":"1954-07-01","latitude":34.7,"name":"HUNTSVILLE 4 SSE, AL US","datacoverage":0.9952,"id":"COOP:014068","elevationUnit":"METERS","longitude":-86.583333},{"elevation":122.5,"mindate":"1978-03-01","maxdate":"2015-11-01","latitude":32.24667,"name":"HURTSBORO, AL US","datacoverage":0.7903,"id":"COOP:014080","elevationUnit":"METERS","longitude":-85.41417},{"elevation":305.1,"mindate":"1959-09-01","maxdate":"1962-03-01","latitude":34.31667,"name":"HUSTLEVILLE, AL US","datacoverage":1,"id":"COOP:014085","elevationUnit":"METERS","longitude":-86.16667},{"elevation":494.1,"mindate":"1948-01-01","maxdate":"1962-03-01","latitude":34.81667,"name":"HYTOP, AL US","datacoverage":0.9768,"id":"COOP:014099","elevationUnit":"METERS","longitude":-86.11667},{"elevation":467,"mindate":"1956-01-01","maxdate":"1962-03-01","latitude":34.71667,"name":"IDER, AL US","datacoverage":0.8931,"id":"COOP:014115","elevationUnit":"METERS","longitude":-85.68333},{"elevation":3,"mindate":"1950-02-01","maxdate":"1961-08-01","latitude":31.55,"name":"JACKSON LOCK 1, AL US","datacoverage":0.9085,"id":"COOP:014192","elevationUnit":"METERS","longitude":-88.01667},{"elevation":67.1,"mindate":"1961-10-01","maxdate":"2015-11-01","latitude":31.5253,"name":"JACKSON, AL US","datacoverage":0.8846,"id":"COOP:014193","elevationUnit":"METERS","longitude":-87.9277},{"elevation":146,"mindate":"1937-01-01","maxdate":"1960-03-01","latitude":33.53333,"name":"JACKSON SHOALS, AL US","datacoverage":0.9679,"id":"COOP:014198","elevationUnit":"METERS","longitude":-86.2},{"elevation":192,"mindate":"1948-02-01","maxdate":"2015-11-01","latitude":33.82585,"name":"JACKSONVILLE, AL US","datacoverage":0.8305,"id":"COOP:014209","elevationUnit":"METERS","longitude":-85.78115},{"elevation":113.1,"mindate":"1955-01-01","maxdate":"1960-08-01","latitude":33.83333,"name":"JASPER, AL US","datacoverage":0.9116,"id":"COOP:014225","elevationUnit":"METERS","longitude":-87.28333},{"elevation":148.1,"mindate":"1960-08-01","maxdate":"2015-11-01","latitude":33.9048,"name":"JASPER, AL US","datacoverage":0.9006,"id":"COOP:014226","elevationUnit":"METERS","longitude":-87.3154},{"elevation":44.5,"mindate":"1981-01-01","maxdate":"2013-12-01","latitude":32.3237,"name":"JONES BLUFF LOCK AND DAM, AL US","datacoverage":0.9672,"id":"COOP:014274","elevationUnit":"METERS","longitude":-86.7827},{"elevation":88.4,"mindate":"1937-01-01","maxdate":"1992-12-01","latitude":32.6189,"name":"JORDAN DAM, AL US","datacoverage":0.9643,"id":"COOP:014306","elevationUnit":"METERS","longitude":-86.2544},{"elevation":82.3,"mindate":"1965-06-01","maxdate":"2006-12-01","latitude":31.24028,"name":"KINSTON, AL US","datacoverage":0.9038,"id":"COOP:014431","elevationUnit":"METERS","longitude":-86.19472},{"elevation":225.6,"mindate":"1944-11-01","maxdate":"2015-11-01","latitude":32.9069,"name":"LAFAYETTE 2 W, AL US","datacoverage":0.9403,"id":"COOP:014502","elevationUnit":"METERS","longitude":-85.4336},{"elevation":128,"mindate":"1937-01-01","maxdate":"1992-09-01","latitude":32.96333,"name":"LAY DAM, AL US","datacoverage":0.9791,"id":"COOP:014603","elevationUnit":"METERS","longitude":-86.52},{"elevation":182.9,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":33.5228,"name":"LEEDS, AL US","datacoverage":0.9647,"id":"COOP:014619","elevationUnit":"METERS","longitude":-86.58},{"elevation":180.1,"mindate":"1938-01-01","maxdate":"1981-10-01","latitude":34.18333,"name":"LEESBURG, AL US","datacoverage":0.9734,"id":"COOP:014627","elevationUnit":"METERS","longitude":-85.76667},{"elevation":155.4,"mindate":"1949-01-01","maxdate":"1950-05-01","latitude":33.61667,"name":"LINCOLN, AL US","datacoverage":1,"id":"COOP:014734","elevationUnit":"METERS","longitude":-86.11667},{"elevation":39,"mindate":"1937-10-01","maxdate":"2011-12-01","latitude":32.5811,"name":"LIVINGSTON, AL US","datacoverage":0.9439,"id":"COOP:014798","elevationUnit":"METERS","longitude":-88.1897},{"elevation":88.1,"mindate":"1942-10-01","maxdate":"1964-06-01","latitude":31.01667,"name":"LOCKHART, AL US","datacoverage":0.9694,"id":"COOP:014822","elevationUnit":"METERS","longitude":-86.36667},{"elevation":3,"mindate":"1932-01-01","maxdate":"1950-02-22","latitude":31.55,"name":"JACKSON LOCK 1, AL US","datacoverage":0.9952,"id":"COOP:014830","elevationUnit":"METERS","longitude":-88.01667},{"elevation":6.1,"mindate":"1932-01-01","maxdate":"1950-01-01","latitude":32.13333,"name":"PENNINGTON LOCK 2, AL US","datacoverage":0.9998,"id":"COOP:014835","elevationUnit":"METERS","longitude":-88.03333},{"elevation":9.1,"mindate":"1932-01-01","maxdate":"1950-01-01","latitude":32.28333,"name":"WHITFIELD LOCK 3, AL US","datacoverage":0.9998,"id":"COOP:014840","elevationUnit":"METERS","longitude":-88.01667},{"elevation":156.1,"mindate":"1931-01-01","maxdate":"1948-12-01","latitude":33.63333,"name":"LINCOLN LOCK 4, AL US","datacoverage":0.9999,"id":"COOP:014845","elevationUnit":"METERS","longitude":-86.18333},{"elevation":85.3,"mindate":"1938-03-01","maxdate":"1956-12-01","latitude":33.4527,"name":"BANKHEAD LOCK AND DAM, AL US","datacoverage":0.9156,"id":"COOP:014855","elevationUnit":"METERS","longitude":-87.3572},{"elevation":137.2,"mindate":"1981-10-01","maxdate":"1992-12-01","latitude":33.42583,"name":"LOGAN MARTIN DAM, AL US","datacoverage":0.9998,"id":"COOP:014866","elevationUnit":"METERS","longitude":-86.33861},{"elevation":146.3,"mindate":"1957-11-01","maxdate":"1990-05-01","latitude":31.78333,"name":"LOUISVILLE, AL US","datacoverage":0.9975,"id":"COOP:014884","elevationUnit":"METERS","longitude":-85.55},{"elevation":177.1,"mindate":"1931-01-01","maxdate":"1974-12-01","latitude":34.7,"name":"MADISON, AL US","datacoverage":0.9659,"id":"COOP:014976","elevationUnit":"METERS","longitude":-86.75},{"elevation":198.1,"mindate":"1937-01-01","maxdate":"1977-06-01","latitude":33.5,"name":"MAGELLA, AL US","datacoverage":0.9796,"id":"COOP:014996","elevationUnit":"METERS","longitude":-86.85},{"elevation":54.9,"mindate":"1948-01-01","maxdate":"1963-10-01","latitude":32.13333,"name":"MAGNOLIA, AL US","datacoverage":1,"id":"COOP:015004","elevationUnit":"METERS","longitude":-87.65},{"elevation":189,"mindate":"1931-06-01","maxdate":"1939-01-01","latitude":34.2,"name":"MAPLE GROVE, AL US","datacoverage":0.1304,"id":"COOP:015072","elevationUnit":"METERS","longitude":-85.8},{"elevation":64,"mindate":"1931-01-01","maxdate":"1967-11-30","latitude":32.63333,"name":"MARION, AL US","datacoverage":0.9503,"id":"COOP:015108","elevationUnit":"METERS","longitude":-87.3},{"elevation":52.4,"mindate":"1967-11-01","maxdate":"2004-12-31","latitude":32.70278,"name":"MARION 7 NE, AL US","datacoverage":0.9932,"id":"COOP:015112","elevationUnit":"METERS","longitude":-87.26806},{"elevation":61.6,"mindate":"1938-11-01","maxdate":"1969-12-01","latitude":32.44444,"name":"MARION JUNCTION, AL US","datacoverage":0.9786,"id":"COOP:015116","elevationUnit":"METERS","longitude":-87.17972},{"elevation":61,"mindate":"1950-02-01","maxdate":"2015-11-01","latitude":32.4715,"name":"MARION JUNCTION 2 NE, AL US","datacoverage":0.9912,"id":"COOP:015121","elevationUnit":"METERS","longitude":-87.2313},{"elevation":125,"mindate":"1931-01-01","maxdate":"1992-09-01","latitude":32.7028,"name":"WALNUT HILL 3 W, AL US","datacoverage":0.9865,"id":"COOP:015140","elevationUnit":"METERS","longitude":-85.8936},{"elevation":57.9,"mindate":"1956-08-01","maxdate":"2015-11-01","latitude":32.2603,"name":"MATHEWS, AL US","datacoverage":0.6714,"id":"COOP:015172","elevationUnit":"METERS","longitude":-86.0003},{"elevation":53,"mindate":"1934-05-01","maxdate":"1956-07-01","latitude":32.38333,"name":"MAXWELL AFB, AL US","datacoverage":0.9999,"id":"COOP:015202","elevationUnit":"METERS","longitude":-86.35},{"elevation":164.9,"mindate":"1951-01-01","maxdate":"1953-12-01","latitude":33.36667,"name":"BESSEMER, AL US","datacoverage":0.972,"id":"COOP:015233","elevationUnit":"METERS","longitude":-87.01667},{"elevation":106.7,"mindate":"1940-01-01","maxdate":"2015-11-01","latitude":31.9305,"name":"MELVIN, AL US","datacoverage":0.6125,"id":"COOP:015354","elevationUnit":"METERS","longitude":-88.4587},{"elevation":182.9,"mindate":"1940-01-01","maxdate":"1970-06-01","latitude":32.88333,"name":"MERTZ PONDVILLE TOWER, AL US","datacoverage":0.9455,"id":"COOP:015382","elevationUnit":"METERS","longitude":-87.33333},{"elevation":125.6,"mindate":"1948-01-01","maxdate":"2015-05-01","latitude":32.03474,"name":"MIDWAY, AL US","datacoverage":0.2003,"id":"COOP:015397","elevationUnit":"METERS","longitude":-85.47396},{"elevation":24.1,"mindate":"1931-01-01","maxdate":"1967-10-01","latitude":32.1,"name":"MILLERS FERRY, AL US","datacoverage":0.948,"id":"COOP:015417","elevationUnit":"METERS","longitude":-87.36667},{"elevation":35.1,"mindate":"1981-01-01","maxdate":"2015-11-01","latitude":32.1002,"name":"MILLERS FERRY LOCK AND DAM, AL US","datacoverage":0.9667,"id":"COOP:015420","elevationUnit":"METERS","longitude":-87.3982},{"elevation":110,"mindate":"1931-01-01","maxdate":"1948-09-01","latitude":31.63333,"name":"MILLRY, AL US","datacoverage":0.5915,"id":"COOP:015427","elevationUnit":"METERS","longitude":-88.31667},{"elevation":213.4,"mindate":"1931-01-01","maxdate":"1938-12-01","latitude":33.03333,"name":"MILLTOWN, AL US","datacoverage":0.75,"id":"COOP:015431","elevationUnit":"METERS","longitude":-85.48333},{"elevation":83.8,"mindate":"1981-10-01","maxdate":"2015-10-01","latitude":33.575,"name":"MILLPORT 2 E, AL US","datacoverage":0.9584,"id":"COOP:015435","elevationUnit":"METERS","longitude":-88.0344},{"elevation":65.5,"mindate":"1931-01-01","maxdate":"2013-12-01","latitude":32.4419,"name":"MILSTEAD, AL US","datacoverage":0.9478,"id":"COOP:015439","elevationUnit":"METERS","longitude":-85.8889},{"elevation":113.1,"mindate":"1957-01-01","maxdate":"1978-07-01","latitude":32.1,"name":"MINTER 3 NW, AL US","datacoverage":1,"id":"COOP:015449","elevationUnit":"METERS","longitude":-87.03333},{"elevation":128,"mindate":"1959-02-01","maxdate":"1966-09-01","latitude":32.11667,"name":"MINTER 4 NW, AL US","datacoverage":0.0465,"id":"COOP:015454","elevationUnit":"METERS","longitude":-87.05},{"elevation":106.7,"mindate":"1937-01-01","maxdate":"1992-12-01","latitude":32.80444,"name":"MITCHELL DAM, AL US","datacoverage":0.9688,"id":"COOP:015465","elevationUnit":"METERS","longitude":-86.44639},{"elevation":11.9,"mindate":"1966-02-01","maxdate":"1967-02-01","latitude":30.68333,"name":"MOBILE ALA ST DOCKS, AL US","datacoverage":0.0586,"id":"COOP:015474","elevationUnit":"METERS","longitude":-88.03333},{"elevation":65.5,"mindate":"1948-01-01","maxdate":"2015-11-01","latitude":30.6882,"name":"MOBILE REGIONAL AIRPORT, AL US","datacoverage":0.9951,"id":"COOP:015478","elevationUnit":"METERS","longitude":-88.24586},{"elevation":3,"mindate":"1948-01-01","maxdate":"1965-12-01","latitude":30.68333,"name":"MOBILE, AL US","datacoverage":0.9814,"id":"COOP:015483","elevationUnit":"METERS","longitude":-88.03333},{"elevation":488,"mindate":"1948-01-01","maxdate":"1962-03-01","latitude":34.75,"name":"MONTE SANO, AL US","datacoverage":0.9943,"id":"COOP:015529","elevationUnit":"METERS","longitude":-86.51667},{"elevation":125,"mindate":"1940-11-01","maxdate":"2015-11-01","latitude":33.098,"name":"MONTEVALLO, AL US","datacoverage":0.8757,"id":"COOP:015537","elevationUnit":"METERS","longitude":-86.8658},{"elevation":249.9,"mindate":"1995-11-01","maxdate":"1998-01-01","latitude":33.1525,"name":"MONTEVALLO 5 NW, AL US","datacoverage":0.8876,"id":"COOP:015539","elevationUnit":"METERS","longitude":-86.92278},{"elevation":67.1,"mindate":"1996-01-01","maxdate":"2007-07-01","latitude":32.3036,"name":"MONTGOMERY NUMBER 2, AL US","datacoverage":0.8059,"id":"COOP:015547","elevationUnit":"METERS","longitude":-86.3997},{"elevation":61.6,"mindate":"1948-01-01","maxdate":"2015-11-01","latitude":32.2997,"name":"MONTGOMERY AIRPORT, AL US","datacoverage":0.9951,"id":"COOP:015550","elevationUnit":"METERS","longitude":-86.4075},{"elevation":68.6,"mindate":"1998-03-01","maxdate":"2015-11-01","latitude":32.26,"name":"MONTGOMERY 6 SW, AL US","datacoverage":0.9952,"id":"COOP:015553","elevationUnit":"METERS","longitude":-86.218},{"elevation":78,"mindate":"1948-01-01","maxdate":"1954-09-17","latitude":32.38333,"name":"MONTGOMERY WEATHER BUREAU OFFICE, AL US","datacoverage":1,"id":"COOP:015555","elevationUnit":"METERS","longitude":-86.3},{"elevation":192,"mindate":"1948-01-01","maxdate":"1977-09-01","latitude":34.46667,"name":"MOULTON, AL US","datacoverage":1,"id":"COOP:015625","elevationUnit":"METERS","longitude":-87.3},{"elevation":189.6,"mindate":"1957-01-01","maxdate":"2015-11-01","latitude":34.4884,"name":"MOULTON 2, AL US","datacoverage":0.976,"id":"COOP:015635","elevationUnit":"METERS","longitude":-87.299},{"elevation":36.6,"mindate":"1981-12-01","maxdate":"2015-11-01","latitude":32.9963,"name":"MOUNDVILLE, AL US","datacoverage":0.9314,"id":"COOP:015658","elevationUnit":"METERS","longitude":-87.632},{"elevation":164.6,"mindate":"1940-12-01","maxdate":"2015-11-01","latitude":34.7441,"name":"MUSCLE SHOALS AIRPORT, AL US","datacoverage":0.9489,"id":"COOP:015749","elevationUnit":"METERS","longitude":-87.5997},{"elevation":164.6,"mindate":"2012-01-01","maxdate":"2015-11-01","latitude":34.7586,"name":"MUSCLE SHOALS WATER PLANT, AL US","datacoverage":1,"id":"COOP:015751","elevationUnit":"METERS","longitude":-87.6411},{"elevation":162.8,"mindate":"2001-07-01","maxdate":"2011-12-01","latitude":34.78889,"name":"MUSCLE SHOALS 3 NE, AL US","datacoverage":0.9046,"id":"COOP:015752","elevationUnit":"METERS","longitude":-87.53944},{"elevation":54.9,"mindate":"1951-01-01","maxdate":"1967-06-01","latitude":31.71667,"name":"NATCHEZ, AL US","datacoverage":0.975,"id":"COOP:015785","elevationUnit":"METERS","longitude":-87.26667},{"elevation":139.9,"mindate":"1948-01-01","maxdate":"1971-01-01","latitude":31.4,"name":"NEW BROCKTON, AL US","datacoverage":0.7782,"id":"COOP:015842","elevationUnit":"METERS","longitude":-85.93333},{"elevation":192,"mindate":"1949-01-01","maxdate":"1962-03-01","latitude":34.51667,"name":"NEWBURG, AL US","datacoverage":1,"id":"COOP:015847","elevationUnit":"METERS","longitude":-87.56667},{"elevation":232,"mindate":"1948-01-01","maxdate":"1962-03-01","latitude":34.9,"name":"NEW MARKET, AL US","datacoverage":1,"id":"COOP:015862","elevationUnit":"METERS","longitude":-86.43333},{"elevation":223.1,"mindate":"1957-04-01","maxdate":"1977-06-01","latitude":34.91667,"name":"NEW MARKET, AL US","datacoverage":0.8231,"id":"COOP:015867","elevationUnit":"METERS","longitude":-86.45},{"elevation":42.4,"mindate":"1931-01-01","maxdate":"1981-05-01","latitude":31.3458,"name":"NEWTON, AL US","datacoverage":0.967,"id":"COOP:015875","elevationUnit":"METERS","longitude":-85.6227},{"elevation":177.1,"mindate":"1958-01-01","maxdate":"1959-05-01","latitude":34.81667,"name":"NEW WILSON LOCK, AL US","datacoverage":0.9438,"id":"COOP:015890","elevationUnit":"METERS","longitude":-87.63333},{"elevation":176.8,"mindate":"1981-07-01","maxdate":"2010-10-01","latitude":33.3263,"name":"OAK MOUNTAIN STATE PARK, AL US","datacoverage":0.659,"id":"COOP:016000","elevationUnit":"METERS","longitude":-86.7562},{"elevation":335.3,"mindate":"1937-01-01","maxdate":"2015-11-01","latitude":33.9265,"name":"ONEONTA, AL US","datacoverage":0.9599,"id":"COOP:016121","elevationUnit":"METERS","longitude":-86.42116},{"elevation":195.1,"mindate":"1957-04-01","maxdate":"2015-11-01","latitude":32.6592,"name":"OPELIKA, AL US","datacoverage":0.9347,"id":"COOP:016129","elevationUnit":"METERS","longitude":-85.4492},{"elevation":61,"mindate":"1941-01-01","maxdate":"1973-06-01","latitude":32.3,"name":"ORRVILLE, AL US","datacoverage":0.9693,"id":"COOP:016161","elevationUnit":"METERS","longitude":-87.23333},{"elevation":179.8,"mindate":"2004-09-01","maxdate":"2015-11-01","latitude":34.5528,"name":"OWENS CROSS ROADS 3 S, AL US","datacoverage":1,"id":"COOP:016196","elevationUnit":"METERS","longitude":-86.445},{"elevation":143.3,"mindate":"1931-01-01","maxdate":"1986-03-01","latitude":31.53333,"name":"OZARK 6 NNW, AL US","datacoverage":0.9789,"id":"COOP:016218","elevationUnit":"METERS","longitude":-85.68333},{"elevation":195.1,"mindate":"1948-01-01","maxdate":"1981-01-01","latitude":34.7,"name":"PAINT ROCK, AL US","datacoverage":0.9709,"id":"COOP:016226","elevationUnit":"METERS","longitude":-86.33333},{"elevation":220.1,"mindate":"1940-01-01","maxdate":"2012-12-01","latitude":33.7449,"name":"PALMERDALE, AL US","datacoverage":0.9498,"id":"COOP:016246","elevationUnit":"METERS","longitude":-86.6418},{"mindate":"1938-01-01","maxdate":"1944-06-01","latitude":33.71667,"name":"PARRISH, AL US","datacoverage":0.1411,"id":"COOP:016278","longitude":-87.21667},{"elevation":292.9,"mindate":"1950-11-01","maxdate":"1951-01-01","latitude":33.6,"name":"PELL CITY, AL US","datacoverage":0.9925,"id":"COOP:016327","elevationUnit":"METERS","longitude":-86.26667},{"elevation":246.9,"mindate":"1951-04-01","maxdate":"1960-05-01","latitude":33.6,"name":"PELL CITY, AL US","datacoverage":0.9634,"id":"COOP:016328","elevationUnit":"METERS","longitude":-86.31667},{"elevation":292.9,"mindate":"1960-06-01","maxdate":"1976-07-01","latitude":33.6,"name":"PELL CITY, AL US","datacoverage":0.9948,"id":"COOP:016329","elevationUnit":"METERS","longitude":-86.26667},{"elevation":25.9,"mindate":"1981-10-01","maxdate":"1998-06-01","latitude":32.22583,"name":"PENNINGTON 2 NE, AL US","datacoverage":0.9753,"id":"COOP:016334","elevationUnit":"METERS","longitude":-88.02806},{"elevation":6.1,"mindate":"1950-02-01","maxdate":"1960-08-01","latitude":32.13333,"name":"PENNINGTON LOCK 2, AL US","datacoverage":0.9056,"id":"COOP:016335","elevationUnit":"METERS","longitude":-88.03333},{"elevation":82.9,"mindate":"1940-01-01","maxdate":"2004-10-01","latitude":32.65667,"name":"PERRYVILLE, AL US","datacoverage":0.937,"id":"COOP:016362","elevationUnit":"METERS","longitude":-87.09278},{"elevation":73.2,"mindate":"1948-01-01","maxdate":"2011-07-01","latitude":31.58833,"name":"PETERMAN, AL US","datacoverage":0.9338,"id":"COOP:016370","elevationUnit":"METERS","longitude":-87.26806},{"elevation":118.9,"mindate":"1957-03-01","maxdate":"1959-01-01","latitude":32.51667,"name":"PHENIX CITY 5 NW, AL US","datacoverage":0.7805,"id":"COOP:016397","elevationUnit":"METERS","longitude":-85.06667},{"elevation":174,"mindate":"1958-07-01","maxdate":"1974-10-01","latitude":32.5,"name":"PHENIX CITY 2 NNW, AL US","datacoverage":0.9029,"id":"COOP:016398","elevationUnit":"METERS","longitude":-85.01667},{"elevation":52.1,"mindate":"1940-01-01","maxdate":"1977-06-01","latitude":33.21667,"name":"PICKENSVILLE, AL US","datacoverage":0.9823,"id":"COOP:016414","elevationUnit":"METERS","longitude":-88.25},{"elevation":50.3,"mindate":"1977-07-01","maxdate":"1980-06-01","latitude":33.21,"name":"BEVILL LOCK AND DAM, AL US","datacoverage":0.972,"id":"COOP:016418","elevationUnit":"METERS","longitude":-88.2878},{"elevation":80.8,"mindate":"1967-10-01","maxdate":"2015-11-01","latitude":31.8812,"name":"PINE APPLE, AL US","datacoverage":0.9931,"id":"COOP:016436","elevationUnit":"METERS","longitude":-86.9865},{"elevation":34.1,"mindate":"1940-12-01","maxdate":"1968-04-01","latitude":31.98333,"name":"PINE HILL, AL US","datacoverage":0.9271,"id":"COOP:016460","elevationUnit":"METERS","longitude":-87.6},{"elevation":146.3,"mindate":"1941-01-01","maxdate":"1989-06-01","latitude":32.03333,"name":"PINE LEVEL 4 ESE, AL US","datacoverage":0.8936,"id":"COOP:016468","elevationUnit":"METERS","longitude":-85.98333},{"elevation":185.3,"mindate":"1980-05-01","maxdate":"2014-12-01","latitude":33.6906,"name":"PINSON, AL US","datacoverage":0.9975,"id":"COOP:016478","elevationUnit":"METERS","longitude":-86.685},{"elevation":115.8,"mindate":"1968-03-01","maxdate":"1985-10-01","latitude":32.18333,"name":"PITTSVIEW, AL US","datacoverage":0.8913,"id":"COOP:016501","elevationUnit":"METERS","longitude":-85.16667},{"elevation":70.1,"mindate":"1940-01-01","maxdate":"2015-11-01","latitude":32.613,"name":"PLANTERSVILLE 2 SSE, AL US","datacoverage":0.9847,"id":"COOP:016508","elevationUnit":"METERS","longitude":-86.9055},{"elevation":192,"mindate":"1949-05-01","maxdate":"1962-03-01","latitude":34.95,"name":"PLEASANT GROVE SCHOOL, AL US","datacoverage":0.9742,"id":"COOP:016521","elevationUnit":"METERS","longitude":-85.91667},{"elevation":31.1,"mindate":"1948-03-01","maxdate":"1957-02-01","latitude":32.15,"name":"PLEASANT HILL, AL US","datacoverage":0.4185,"id":"COOP:016526","elevationUnit":"METERS","longitude":-86.91667},{"elevation":92,"mindate":"1931-01-01","maxdate":"1978-06-01","latitude":32.48333,"name":"PRATTVILLE, AL US","datacoverage":0.8825,"id":"COOP:016640","elevationUnit":"METERS","longitude":-86.48333},{"elevation":107,"mindate":"2001-12-01","maxdate":"2007-04-01","latitude":32.44528,"name":"PRATTVILLE 3 SW, AL US","datacoverage":1,"id":"COOP:016643","elevationUnit":"METERS","longitude":-86.555},{"elevation":54.9,"mindate":"1931-01-01","maxdate":"1965-05-01","latitude":32.3,"name":"PRIMROSE FARM, AL US","datacoverage":0.9589,"id":"COOP:016684","elevationUnit":"METERS","longitude":-86.25},{"elevation":78.9,"mindate":"1931-01-01","maxdate":"1964-12-01","latitude":32.2,"name":"PUSHMATAHA, AL US","datacoverage":0.9558,"id":"COOP:016719","elevationUnit":"METERS","longitude":-88.35},{"elevation":402.9,"mindate":"1956-01-01","maxdate":"1962-03-01","latitude":34.5,"name":"RAINSVILLE, AL US","datacoverage":0.9203,"id":"COOP:016762","elevationUnit":"METERS","longitude":-85.86667},{"elevation":207,"mindate":"1949-01-01","maxdate":"1979-10-01","latitude":34.43333,"name":"RED BAY, AL US","datacoverage":0.9839,"id":"COOP:016805","elevationUnit":"METERS","longitude":-88.13333},{"elevation":174,"mindate":"1954-08-01","maxdate":"1975-05-01","latitude":34.58333,"name":"REDSTONE ARSENAL, AL US","datacoverage":1,"id":"COOP:016833","elevationUnit":"METERS","longitude":-86.6},{"elevation":70.1,"mindate":"1938-01-01","maxdate":"2011-12-01","latitude":33.37389,"name":"REFORM, AL US","datacoverage":0.9651,"id":"COOP:016847","elevationUnit":"METERS","longitude":-88.00528},{"elevation":54.9,"mindate":"1931-01-01","maxdate":"1979-06-01","latitude":31.35,"name":"RIVER FALLS, AL US","datacoverage":0.9331,"id":"COOP:016937","elevationUnit":"METERS","longitude":-86.53333},{"elevation":57.9,"mindate":"1948-01-01","maxdate":"1981-01-01","latitude":31.36667,"name":"RIVER FALLS 2 NE, AL US","datacoverage":0.6225,"id":"COOP:016942","elevationUnit":"METERS","longitude":-86.51667},{"elevation":110,"mindate":"1935-01-01","maxdate":"1938-01-01","latitude":34.83333,"name":"RIVERTON, MS US","datacoverage":0.9993,"id":"COOP:016956","elevationUnit":"METERS","longitude":-88.33333},{"elevation":49.1,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":30.5654,"name":"ROBERTSDALE, AL US","datacoverage":0.9882,"id":"COOP:016988","elevationUnit":"METERS","longitude":-87.7018},{"elevation":182.9,"mindate":"1954-07-01","maxdate":"2015-11-01","latitude":32.8711,"name":"ROCKFORD 3 ESE, AL US","datacoverage":0.8399,"id":"COOP:017020","elevationUnit":"METERS","longitude":-86.1758},{"elevation":228.6,"mindate":"1938-06-01","maxdate":"2015-11-01","latitude":33.158,"name":"ROCK MILLS, AL US","datacoverage":0.8344,"id":"COOP:017025","elevationUnit":"METERS","longitude":-85.2911},{"elevation":225.9,"mindate":"1952-12-01","maxdate":"1962-03-01","latitude":34.5,"name":"RUSSELLVILLE, AL US","datacoverage":1,"id":"COOP:017126","elevationUnit":"METERS","longitude":-87.73333},{"elevation":253,"mindate":"1953-09-01","maxdate":"2015-11-01","latitude":34.51,"name":"RUSSELLVILLE NUMBER 2, AL US","datacoverage":0.984,"id":"COOP:017131","elevationUnit":"METERS","longitude":-87.7319},{"elevation":243.8,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":34.1736,"name":"SAINT BERNARD, AL US","datacoverage":0.9775,"id":"COOP:017157","elevationUnit":"METERS","longitude":-86.8133},{"elevation":118.9,"mindate":"1938-01-01","maxdate":"1938-02-01","latitude":33.41667,"name":"SAMANTHA, AL US","datacoverage":1,"id":"COOP:017185","elevationUnit":"METERS","longitude":-87.6},{"elevation":362.7,"mindate":"1949-01-01","maxdate":"2015-11-01","latitude":34.2877,"name":"SAND MOUNT SUBSTATION, AL US","datacoverage":0.9876,"id":"COOP:017207","elevationUnit":"METERS","longitude":-85.968},{"elevation":94.5,"mindate":"1938-01-01","maxdate":"1992-03-01","latitude":33.7525,"name":"SUMITON, AL US","datacoverage":0.8894,"id":"COOP:017282","elevationUnit":"METERS","longitude":-87.04833},{"elevation":187.5,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":34.6736,"name":"SCOTTSBORO, AL US","datacoverage":0.9676,"id":"COOP:017304","elevationUnit":"METERS","longitude":-86.0536},{"elevation":200.9,"mindate":"1949-01-01","maxdate":"1962-03-01","latitude":34.68333,"name":"SCOTTSBORO SUBSTATION, AL US","datacoverage":0.9752,"id":"COOP:017310","elevationUnit":"METERS","longitude":-86.01667},{"elevation":121.9,"mindate":"1996-06-01","maxdate":"2015-11-01","latitude":32.4123,"name":"SEALE, AL US","datacoverage":0.8419,"id":"COOP:017326","elevationUnit":"METERS","longitude":-85.1794},{"elevation":118.9,"mindate":"1931-01-01","maxdate":"1964-12-01","latitude":32.3,"name":"SEALE, AL US","datacoverage":0.7647,"id":"COOP:017328","elevationUnit":"METERS","longitude":-85.16667},{"elevation":167.9,"mindate":"1953-09-01","maxdate":"1959-06-01","latitude":32.3,"name":"SEALE 6 W, AL US","datacoverage":0.8864,"id":"COOP:017329","elevationUnit":"METERS","longitude":-85.25},{"elevation":44.8,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":32.411,"name":"SELMA, AL US","datacoverage":0.9912,"id":"COOP:017366","elevationUnit":"METERS","longitude":-87.0144},{"elevation":54.9,"mindate":"1931-01-01","maxdate":"1938-04-01","latitude":30.63333,"name":"SEVEN HILLS, AL US","datacoverage":0.6254,"id":"COOP:017383","elevationUnit":"METERS","longitude":-88.36667},{"elevation":156.1,"mindate":"1948-01-01","maxdate":"1954-07-01","latitude":34.76667,"name":"SHEFFIELD TVA NURSERY, AL US","datacoverage":0.9876,"id":"COOP:017415","elevationUnit":"METERS","longitude":-87.7},{"elevation":185.9,"mindate":"1949-01-01","maxdate":"1962-03-01","latitude":34.85,"name":"SHOEMAKER SPRINGS, AL US","datacoverage":0.994,"id":"COOP:017460","elevationUnit":"METERS","longitude":-87.2},{"elevation":75.9,"mindate":"1948-07-01","maxdate":"1969-12-01","latitude":31.11667,"name":"SLOCOMB, AL US","datacoverage":0.8875,"id":"COOP:017576","elevationUnit":"METERS","longitude":-85.6},{"elevation":153,"mindate":"1949-01-01","maxdate":"1949-03-01","latitude":34.76667,"name":"SMITHSONIA, AL US","datacoverage":1,"id":"COOP:017599","elevationUnit":"METERS","longitude":-87.85},{"elevation":70.1,"mindate":"1938-01-01","maxdate":"1967-09-01","latitude":32,"name":"SNOW HILL, AL US","datacoverage":0.9721,"id":"COOP:017620","elevationUnit":"METERS","longitude":-87.01667},{"elevation":342,"mindate":"1948-01-01","maxdate":"1962-03-01","latitude":34.4,"name":"SOUTH HILL, AL US","datacoverage":0.9768,"id":"COOP:017671","elevationUnit":"METERS","longitude":-86.03333},{"elevation":178.3,"mindate":"2013-01-01","maxdate":"2015-11-01","latitude":34.6375,"name":"SOUTHWEST HUNTSVILLE, AL US","datacoverage":1,"id":"COOP:017674","elevationUnit":"METERS","longitude":-86.7269},{"elevation":54.9,"mindate":"1938-01-01","maxdate":"1951-06-01","latitude":30.7,"name":"SPRING HILL, AL US","datacoverage":0.9201,"id":"COOP:017733","elevationUnit":"METERS","longitude":-88.16667},{"elevation":122.8,"mindate":"1984-02-01","maxdate":"2015-11-01","latitude":33.91571,"name":"SULLIGENT, AL US","datacoverage":0.9163,"id":"COOP:017947","elevationUnit":"METERS","longitude":-88.10147},{"elevation":94.5,"mindate":"1992-04-01","maxdate":"2004-04-01","latitude":33.7525,"name":"SUMITON, AL US","datacoverage":0.8622,"id":"COOP:017955","elevationUnit":"METERS","longitude":-87.04833},{"elevation":44.2,"mindate":"1949-11-01","maxdate":"1980-06-01","latitude":32.5411,"name":"SUTTLE, AL US","datacoverage":0.9294,"id":"COOP:017963","elevationUnit":"METERS","longitude":-87.1783},{"elevation":203.9,"mindate":"1948-01-01","maxdate":"1962-03-01","latitude":34.88333,"name":"SWAIM, AL US","datacoverage":0.9768,"id":"COOP:017968","elevationUnit":"METERS","longitude":-86.21667},{"elevation":167.9,"mindate":"1937-01-01","maxdate":"1959-07-01","latitude":33.16667,"name":"SYLACAUGA 2 W, AL US","datacoverage":0.9854,"id":"COOP:017994","elevationUnit":"METERS","longitude":-86.28333},{"elevation":149.4,"mindate":"1955-01-01","maxdate":"2015-11-01","latitude":33.2053,"name":"SYLACAUGA 4 NE, AL US","datacoverage":0.9015,"id":"COOP:017999","elevationUnit":"METERS","longitude":-86.2114},{"elevation":427,"mindate":"1948-01-01","maxdate":"1962-03-01","latitude":34.56667,"name":"SYLVANIA, AL US","datacoverage":0.9768,"id":"COOP:018012","elevationUnit":"METERS","longitude":-85.81667},{"elevation":136.6,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":33.4163,"name":"TALLADEGA, AL US","datacoverage":0.9843,"id":"COOP:018024","elevationUnit":"METERS","longitude":-86.135},{"elevation":586.1,"mindate":"1944-03-01","maxdate":"1959-09-01","latitude":33.3,"name":"TALLADEGA HORN MOUNTAIN TOWER, AL US","datacoverage":0.7112,"id":"COOP:018032","elevationUnit":"METERS","longitude":-86.06667},{"elevation":53.9,"mindate":"1978-04-01","maxdate":"2015-11-01","latitude":32.4392,"name":"TALLAPOOSA WATER PLANT, AL US","datacoverage":0.9867,"id":"COOP:018038","elevationUnit":"METERS","longitude":-86.2025},{"elevation":118.9,"mindate":"1931-01-01","maxdate":"2014-01-01","latitude":31.91722,"name":"THOMASVILLE, AL US","datacoverage":0.9889,"id":"COOP:018178","elevationUnit":"METERS","longitude":-87.73472},{"elevation":61,"mindate":"1948-01-01","maxdate":"1972-04-01","latitude":32.9,"name":"THORSBY 1 SW, AL US","datacoverage":0.9116,"id":"COOP:018204","elevationUnit":"METERS","longitude":-86.73333},{"elevation":207.3,"mindate":"1957-10-01","maxdate":"2015-11-01","latitude":32.9205,"name":"THORSBY EXPERIMENTAL STATION, AL US","datacoverage":0.9828,"id":"COOP:018209","elevationUnit":"METERS","longitude":-86.6708},{"elevation":87.8,"mindate":"1937-01-01","maxdate":"1992-09-01","latitude":32.53333,"name":"THURLOW DAM, AL US","datacoverage":0.9791,"id":"COOP:018215","elevationUnit":"METERS","longitude":-85.9},{"elevation":70.1,"mindate":"1940-01-01","maxdate":"1949-06-01","latitude":31.33333,"name":"TIBBIE 2 S, AL US","datacoverage":1,"id":"COOP:018223","elevationUnit":"METERS","longitude":-88.25},{"elevation":253,"mindate":"1948-01-01","maxdate":"1981-01-01","latitude":34.9,"name":"TONEY, AL US","datacoverage":0.9943,"id":"COOP:018259","elevationUnit":"METERS","longitude":-86.73333},{"elevation":143,"mindate":"1942-01-01","maxdate":"1967-03-01","latitude":33.81667,"name":"TRAFFORD, AL US","datacoverage":0.9701,"id":"COOP:018285","elevationUnit":"METERS","longitude":-86.73333},{"elevation":165.2,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":31.8075,"name":"TROY, AL US","datacoverage":0.9657,"id":"COOP:018323","elevationUnit":"METERS","longitude":-85.9722},{"elevation":168.9,"mindate":"2012-05-01","maxdate":"2014-01-01","latitude":31.8351,"name":"TROY NUMBER 2, AL US","datacoverage":0.0304,"id":"COOP:018325","elevationUnit":"METERS","longitude":-85.9329},{"elevation":51.5,"mindate":"1941-11-01","maxdate":"2015-11-01","latitude":33.2119,"name":"TUSCALOOSA ACFD, AL US","datacoverage":0.9843,"id":"COOP:018380","elevationUnit":"METERS","longitude":-87.6161},{"elevation":45.7,"mindate":"2010-05-01","maxdate":"2015-11-01","latitude":33.2119,"name":"TUSCALOOSA AIRPORT ASOS, AL US","datacoverage":0.9997,"id":"COOP:018383","elevationUnit":"METERS","longitude":-87.6161},{"elevation":46.3,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":33.2097,"name":"TUSCALOOSA OLIVER DAM, AL US","datacoverage":0.9637,"id":"COOP:018385","elevationUnit":"METERS","longitude":-87.5936},{"elevation":134.1,"mindate":"1931-01-01","maxdate":"1954-06-01","latitude":32.43333,"name":"TUSKEGEE, AL US","datacoverage":0.9931,"id":"COOP:018398","elevationUnit":"METERS","longitude":-85.7},{"elevation":128,"mindate":"1954-07-01","maxdate":"1968-12-01","latitude":32.38333,"name":"TUSKEGEE 3 S, AL US","datacoverage":0.9767,"id":"COOP:018403","elevationUnit":"METERS","longitude":-85.65},{"elevation":128,"mindate":"1969-01-01","maxdate":"1969-12-01","latitude":32.38333,"name":"TUSKEGEE 3 SW, AL US","datacoverage":0.9173,"id":"COOP:018406","elevationUnit":"METERS","longitude":-85.71667},{"elevation":134.1,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":32.0142,"name":"UNION SPRINGS 9 S, AL US","datacoverage":0.9892,"id":"COOP:018438","elevationUnit":"METERS","longitude":-85.7464},{"elevation":50.3,"mindate":"1940-01-01","maxdate":"2015-11-01","latitude":32.5505,"name":"UNIONTOWN, AL US","datacoverage":0.9089,"id":"COOP:018446","elevationUnit":"METERS","longitude":-87.5309},{"elevation":70.1,"mindate":"1938-01-01","maxdate":"1956-09-01","latitude":33.2,"name":"UNIVERSITY, AL US","datacoverage":0.9775,"id":"COOP:018454","elevationUnit":"METERS","longitude":-87.55},{"elevation":341.7,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":34.5686,"name":"VALLEY HEAD, AL US","datacoverage":0.9784,"id":"COOP:018469","elevationUnit":"METERS","longitude":-85.6063},{"elevation":149,"mindate":"1940-01-01","maxdate":"1960-05-01","latitude":33.16667,"name":"VANCE, AL US","datacoverage":0.9551,"id":"COOP:018477","elevationUnit":"METERS","longitude":-87.21667},{"elevation":90.8,"mindate":"1948-01-01","maxdate":"2015-11-01","latitude":33.7392,"name":"VERNON, AL US","datacoverage":0.8687,"id":"COOP:018517","elevationUnit":"METERS","longitude":-88.1275},{"elevation":136.9,"mindate":"1981-06-01","maxdate":"1982-09-01","latitude":32.6,"name":"VIDA 2 SE, AL US","datacoverage":1,"id":"COOP:018580","elevationUnit":"METERS","longitude":-86.65},{"elevation":205.7,"mindate":"1933-10-01","maxdate":"1992-10-01","latitude":33.11667,"name":"WADLEY, AL US","datacoverage":0.9294,"id":"COOP:018605","elevationUnit":"METERS","longitude":-85.56667},{"elevation":216.4,"mindate":"2003-10-01","maxdate":"2015-11-01","latitude":33.13611,"name":"WADLEY NR 2, AL US","datacoverage":0.9383,"id":"COOP:018608","elevationUnit":"METERS","longitude":-85.58694},{"elevation":62.5,"mindate":"1941-01-01","maxdate":"2015-11-01","latitude":31.2099,"name":"WALLACE 2 E, AL US","datacoverage":0.9689,"id":"COOP:018637","elevationUnit":"METERS","longitude":-87.1788},{"elevation":259.1,"mindate":"1941-07-01","maxdate":"2015-11-01","latitude":34.0661,"name":"WALNUT GROVE, AL US","datacoverage":0.8275,"id":"COOP:018648","elevationUnit":"METERS","longitude":-86.3069},{"elevation":125,"mindate":"1993-05-01","maxdate":"2015-11-01","latitude":32.7028,"name":"WALNUT HILL 3 W, AL US","datacoverage":0.952,"id":"COOP:018653","elevationUnit":"METERS","longitude":-85.8936},{"elevation":164.9,"mindate":"1967-03-01","maxdate":"1972-05-01","latitude":33.81667,"name":"WARRIOR, AL US","datacoverage":0.9998,"id":"COOP:018668","elevationUnit":"METERS","longitude":-86.81667},{"elevation":158.5,"mindate":"1972-04-01","maxdate":"2014-01-01","latitude":33.7924,"name":"WARRIOR, AL US","datacoverage":0.9886,"id":"COOP:018670","elevationUnit":"METERS","longitude":-86.8258},{"elevation":33.5,"mindate":"1957-12-01","maxdate":"2015-11-01","latitude":32.77472,"name":"WARRIOR LOCK AND DAM, AL US","datacoverage":0.9871,"id":"COOP:018673","elevationUnit":"METERS","longitude":-87.83056},{"elevation":139.9,"mindate":"1938-01-01","maxdate":"1976-07-01","latitude":34.91667,"name":"WATERLOO, AL US","datacoverage":0.8942,"id":"COOP:018686","elevationUnit":"METERS","longitude":-88.06667},{"elevation":251.8,"mindate":"2004-01-01","maxdate":"2006-08-01","latitude":33.36778,"name":"WEDOWEE, AL US","datacoverage":1,"id":"COOP:018692","elevationUnit":"METERS","longitude":-85.49833},{"elevation":179.8,"mindate":"1981-10-01","maxdate":"1992-12-01","latitude":34.1324,"name":"WEISS DAM, AL US","datacoverage":0.9998,"id":"COOP:018755","elevationUnit":"METERS","longitude":-85.7926},{"elevation":152.4,"mindate":"1940-01-01","maxdate":"2015-11-01","latitude":33.1186,"name":"WEST BLOCTON, AL US","datacoverage":0.9737,"id":"COOP:018809","elevationUnit":"METERS","longitude":-87.1268},{"elevation":283.5,"mindate":"2007-12-01","maxdate":"2015-11-01","latitude":34.2834,"name":"WEST POINT, AL US","datacoverage":0.875,"id":"COOP:018812","elevationUnit":"METERS","longitude":-86.9142},{"elevation":97.2,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":32.5937,"name":"WETUMPKA, AL US","datacoverage":0.9509,"id":"COOP:018859","elevationUnit":"METERS","longitude":-86.1664},{"elevation":53.3,"mindate":"1999-01-01","maxdate":"2003-05-01","latitude":32.44639,"name":"WETUMPKA 8 SE, AL US","datacoverage":1,"id":"COOP:018862","elevationUnit":"METERS","longitude":-86.14167},{"elevation":51.8,"mindate":"1940-01-01","maxdate":"2007-09-01","latitude":31.6508,"name":"WHATLEY, AL US","datacoverage":0.9927,"id":"COOP:018867","elevationUnit":"METERS","longitude":-87.7097},{"elevation":177.1,"mindate":"1948-01-01","maxdate":"1962-03-01","latitude":34.78333,"name":"WHEELER DAM, AL US","datacoverage":1,"id":"COOP:018875","elevationUnit":"METERS","longitude":-87.35},{"elevation":9.1,"mindate":"1950-02-01","maxdate":"1960-11-01","latitude":32.28333,"name":"WHITFIELD LOCK 3, AL US","datacoverage":0.9464,"id":"COOP:018925","elevationUnit":"METERS","longitude":-88.01667},{"elevation":192,"mindate":"1950-04-01","maxdate":"1962-03-01","latitude":34.88333,"name":"WIDOWS CREEK STEAM PLANT, AL US","datacoverage":0.9649,"id":"COOP:018936","elevationUnit":"METERS","longitude":-85.75},{"elevation":161.8,"mindate":"1949-01-01","maxdate":"1962-03-01","latitude":34.8,"name":"WILSON DAM, AL US","datacoverage":1,"id":"COOP:018980","elevationUnit":"METERS","longitude":-87.61667},{"elevation":158.5,"mindate":"1937-05-01","maxdate":"2015-11-01","latitude":33.9107,"name":"WINFIELD 2 SW, AL US","datacoverage":0.9841,"id":"COOP:018998","elevationUnit":"METERS","longitude":-87.8469},{"elevation":103.9,"mindate":"1931-01-01","maxdate":"1970-06-01","latitude":32.56667,"name":"YATES HYDRO PLANT, AL US","datacoverage":0.9853,"id":"COOP:019103","elevationUnit":"METERS","longitude":-85.9},{"elevation":225.9,"mindate":"1949-01-01","maxdate":"1962-03-01","latitude":34.95,"name":"YOUNGS STORE, AL US","datacoverage":0.9877,"id":"COOP:019350","elevationUnit":"METERS","longitude":-87.86667},{"elevation":138.1,"mindate":"1931-01-01","maxdate":"1937-08-01","latitude":32.98333,"name":"AGUA CALIENTE, AZ US","datacoverage":0.7875,"id":"COOP:020040","elevationUnit":"METERS","longitude":-113.33333},{"elevation":659.9,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":33.9433,"name":"AGUILA, AZ US","datacoverage":0.845,"id":"COOP:020060","elevationUnit":"METERS","longitude":-113.1875},{"elevation":533.7,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":32.3698,"name":"AJO, AZ US","datacoverage":0.9941,"id":"COOP:020080","elevationUnit":"METERS","longitude":-112.8599},{"elevation":435.9,"mindate":"1940-01-01","maxdate":"1975-04-01","latitude":32.45,"name":"AJO WELL, AZ US","datacoverage":1,"id":"COOP:020088","elevationUnit":"METERS","longitude":-112.83333},{"elevation":323.1,"mindate":"1948-03-01","maxdate":"1965-04-01","latitude":34.26667,"name":"ALAMO, AZ US","datacoverage":0.6217,"id":"COOP:020096","elevationUnit":"METERS","longitude":-113.56667},{"elevation":289.9,"mindate":"1957-02-01","maxdate":"1960-07-01","latitude":34.2,"name":"ALAMO 8 SW, AZ US","datacoverage":0.9534,"id":"COOP:020097","elevationUnit":"METERS","longitude":-113.7},{"elevation":926.9,"mindate":"1931-01-01","maxdate":"1946-03-01","latitude":33.5,"name":"ALAMO RANGER STATION, AZ US","datacoverage":0.9674,"id":"COOP:020098","elevationUnit":"METERS","longitude":-110.85},{"elevation":451.1,"mindate":"1962-02-01","maxdate":"1974-11-01","latitude":34.25,"name":"ALAMO DAM 6 ESE, AZ US","datacoverage":0.987,"id":"COOP:020099","elevationUnit":"METERS","longitude":-113.46667},{"elevation":393.2,"mindate":"1965-03-01","maxdate":"2015-11-01","latitude":34.228,"name":"ALAMO DAM, AZ US","datacoverage":0.9999,"id":"COOP:020100","elevationUnit":"METERS","longitude":-113.5777},{"elevation":348.1,"mindate":"1946-01-01","maxdate":"1976-09-01","latitude":33.51667,"name":"ALHAMBRA 2 NE, AZ US","datacoverage":1,"id":"COOP:020104","elevationUnit":"METERS","longitude":-112.11667},{"elevation":2453.6,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":33.8492,"name":"ALPINE, AZ US","datacoverage":0.9716,"id":"COOP:020159","elevationUnit":"METERS","longitude":-109.1469},{"elevation":2792,"mindate":"1985-07-01","maxdate":"1988-05-01","latitude":33.6391,"name":"ALPINE 18 SW, AZ US","datacoverage":0.9137,"id":"COOP:020170","elevationUnit":"METERS","longitude":-109.3277},{"elevation":2051.3,"mindate":"1989-11-01","maxdate":"2009-11-01","latitude":33.7383,"name":"ALPINE 8 SSE, AZ US","datacoverage":0.9627,"id":"COOP:020174","elevationUnit":"METERS","longitude":-109.1166},{"elevation":929.9,"mindate":"1941-07-01","maxdate":"1976-09-01","latitude":31.71667,"name":"AMADO 1 SE, AZ US","datacoverage":0.9408,"id":"COOP:020204","elevationUnit":"METERS","longitude":-111.05},{"elevation":840.9,"mindate":"1942-12-01","maxdate":"2015-11-01","latitude":31.9793,"name":"ANVIL RANCH, AZ US","datacoverage":0.9555,"id":"COOP:020287","elevationUnit":"METERS","longitude":-111.3837},{"elevation":630.9,"mindate":"1987-05-01","maxdate":"2015-11-01","latitude":33.4625,"name":"APACHE JUNCTION 5 NE, AZ US","datacoverage":0.997,"id":"COOP:020288","elevationUnit":"METERS","longitude":-111.4813},{"elevation":1603.9,"mindate":"1955-08-01","maxdate":"1956-12-01","latitude":35.06667,"name":"ANVIL ROCK, AZ US","datacoverage":0.997,"id":"COOP:020291","elevationUnit":"METERS","longitude":-113.13333},{"elevation":1641,"mindate":"1965-03-01","maxdate":"1980-08-01","latitude":31.71667,"name":"APACHE 6 WNW, AZ US","datacoverage":0.9782,"id":"COOP:020300","elevationUnit":"METERS","longitude":-109.23333},{"elevation":524.9,"mindate":"1962-09-01","maxdate":"1979-12-01","latitude":33.41667,"name":"APACHE JUNCTION, AZ US","datacoverage":0.75,"id":"COOP:020306","elevationUnit":"METERS","longitude":-111.55},{"elevation":576.1,"mindate":"1965-01-01","maxdate":"1969-04-01","latitude":33.46667,"name":"APACHE JUNCTION 4 NN, AZ US","datacoverage":1,"id":"COOP:020307","elevationUnit":"METERS","longitude":-111.58333},{"elevation":1124.7,"mindate":"1931-01-01","maxdate":"1990-04-01","latitude":31.8805,"name":"BENSON 6 SE, AZ US","datacoverage":0.9959,"id":"COOP:020309","elevationUnit":"METERS","longitude":-110.2403},{"elevation":1118.9,"mindate":"1952-01-01","maxdate":"1953-08-01","latitude":32.78333,"name":"ARAVAIPA RANGER STATION, AZ US","datacoverage":0.9996,"id":"COOP:020344","elevationUnit":"METERS","longitude":-110.26667},{"elevation":1112.2,"mindate":"1956-01-01","maxdate":"2015-11-01","latitude":31.57669,"name":"ARIVACA, AZ US","datacoverage":0.9124,"id":"COOP:020380","elevationUnit":"METERS","longitude":-111.31709},{"elevation":464.8,"mindate":"2002-03-01","maxdate":"2015-11-01","latitude":32.7306,"name":"ARIZONA CITY, AZ US","datacoverage":0.9332,"id":"COOP:020404","elevationUnit":"METERS","longitude":-111.6917},{"elevation":381,"mindate":"1963-07-01","maxdate":"1968-02-01","latitude":33.5,"name":"ARIZONA FALLS 1 WNW, AZ US","datacoverage":0.9997,"id":"COOP:020406","elevationUnit":"METERS","longitude":-111.98333},{"elevation":860.1,"mindate":"1962-01-01","maxdate":"1973-06-01","latitude":32.25,"name":"ARIZONA SONORA DST M, AZ US","datacoverage":0.8409,"id":"COOP:020415","elevationUnit":"METERS","longitude":-111.16667},{"elevation":1434.1,"mindate":"1948-01-01","maxdate":"1951-12-01","latitude":33.26667,"name":"ARSENIC TUBS, AZ US","datacoverage":0.5417,"id":"COOP:020433","elevationUnit":"METERS","longitude":-109.83333},{"elevation":1403,"mindate":"1948-01-01","maxdate":"1948-02-01","latitude":33.36667,"name":"ASH CREEK, AZ US","datacoverage":1,"id":"COOP:020459","elevationUnit":"METERS","longitude":-110.01667},{"elevation":1007.1,"mindate":"1931-04-01","maxdate":"1948-05-01","latitude":33.96667,"name":"ASHDALE R S, AZ US","datacoverage":0.9222,"id":"COOP:020467","elevationUnit":"METERS","longitude":-111.86667},{"elevation":1617,"mindate":"1909-04-01","maxdate":"1987-09-01","latitude":35.3,"name":"ASH FORK 6 N, AZ US","datacoverage":0.8185,"id":"COOP:020482","elevationUnit":"METERS","longitude":-112.48333},{"elevation":1546.9,"mindate":"1948-01-01","maxdate":"2014-01-01","latitude":35.1989,"name":"ASH FORK 3, AZ US","datacoverage":0.2637,"id":"COOP:020487","elevationUnit":"METERS","longitude":-112.4886},{"elevation":1623.4,"mindate":"1976-04-01","maxdate":"1983-12-01","latitude":35.28333,"name":"ASH FORK 5 N, AZ US","datacoverage":0.9999,"id":"COOP:020490","elevationUnit":"METERS","longitude":-112.46667},{"elevation":1749.6,"mindate":"1984-12-01","maxdate":"1991-11-01","latitude":35.26667,"name":"ASH FORK 12 WNW, AZ US","datacoverage":0.7621,"id":"COOP:020492","elevationUnit":"METERS","longitude":-112.66667},{"elevation":1570,"mindate":"1984-04-01","maxdate":"1984-07-01","latitude":35.21667,"name":"ASH FORK CAMPGROUND, AZ US","datacoverage":0.998,"id":"COOP:020494","elevationUnit":"METERS","longitude":-112.48333},{"elevation":492.3,"mindate":"1956-01-01","maxdate":"2015-11-01","latitude":33.09864,"name":"ASHURST HAYDEN DAM, AZ US","datacoverage":0.9625,"id":"COOP:020498","elevationUnit":"METERS","longitude":-111.24702},{"elevation":976,"mindate":"1931-01-01","maxdate":"1949-11-10","latitude":34.6,"name":"BAGDAD, AZ US","datacoverage":0.9912,"id":"COOP:020582","elevationUnit":"METERS","longitude":-113.2},{"elevation":1254.9,"mindate":"1978-09-01","maxdate":"1986-08-01","latitude":34.6,"name":"BAGDAD 2, AZ US","datacoverage":1,"id":"COOP:020584","elevationUnit":"METERS","longitude":-113.13333},{"elevation":1199.4,"mindate":"1949-07-01","maxdate":"2015-11-01","latitude":34.5975,"name":"BAGDAD, AZ US","datacoverage":0.872,"id":"COOP:020586","elevationUnit":"METERS","longitude":-113.1745},{"elevation":1293,"mindate":"1950-04-01","maxdate":"1975-04-01","latitude":34.65,"name":"BAGDAD 8 NE, AZ US","datacoverage":1,"id":"COOP:020590","elevationUnit":"METERS","longitude":-113.08333},{"elevation":946.1,"mindate":"1952-01-01","maxdate":"1980-02-17","latitude":34.03333,"name":"BAR T BAR RANCH, AZ US","datacoverage":0.8274,"id":"COOP:020625","elevationUnit":"METERS","longitude":-111.36667},{"elevation":502.9,"mindate":"1939-09-01","maxdate":"2015-11-01","latitude":33.8097,"name":"BARTLETT DAM, AZ US","datacoverage":0.9847,"id":"COOP:020632","elevationUnit":"METERS","longitude":-111.6497},{"elevation":1147,"mindate":"1940-06-01","maxdate":"1956-04-01","latitude":31.93333,"name":"MOUNT FAGAN RANCH, AZ US","datacoverage":0.9844,"id":"COOP:020640","elevationUnit":"METERS","longitude":-110.76667},{"elevation":387.1,"mindate":"1950-02-01","maxdate":"1978-06-01","latitude":33.66667,"name":"BEARDSLEY, AZ US","datacoverage":0.9971,"id":"COOP:020660","elevationUnit":"METERS","longitude":-112.38333},{"elevation":1229,"mindate":"1943-09-01","maxdate":"1957-02-01","latitude":31.41667,"name":"BEAR VALLEY, AZ US","datacoverage":0.9817,"id":"COOP:020665","elevationUnit":"METERS","longitude":-111.18333},{"elevation":1074.4,"mindate":"1957-02-01","maxdate":"2007-06-01","latitude":34.6416,"name":"BEAVER CREEK, AZ US","datacoverage":0.972,"id":"COOP:020670","elevationUnit":"METERS","longitude":-111.783},{"elevation":571.5,"mindate":"1996-02-01","maxdate":"1996-11-01","latitude":36.89694,"name":"BEAVER DAM, AZ US","datacoverage":1,"id":"COOP:020671","elevationUnit":"METERS","longitude":-113.9425},{"elevation":588.6,"mindate":"1956-08-01","maxdate":"2015-11-01","latitude":36.9139,"name":"BEAVER DAM, AZ US","datacoverage":0.8188,"id":"COOP:020672","elevationUnit":"METERS","longitude":-113.9423},{"elevation":2467.1,"mindate":"1948-01-01","maxdate":"1969-12-01","latitude":33.68333,"name":"BEAVERHEAD LODGE, AZ US","datacoverage":0.9999,"id":"COOP:020675","elevationUnit":"METERS","longitude":-109.21667},{"elevation":2179.9,"mindate":"1999-11-01","maxdate":"2015-11-01","latitude":35.2302,"name":"BELLEMONT WEATHER FORECAST OFFICE, AZ US","datacoverage":1,"id":"COOP:020678","elevationUnit":"METERS","longitude":-111.8221},{"elevation":1118.9,"mindate":"1931-01-01","maxdate":"1975-06-01","latitude":31.96667,"name":"BENSON, AZ US","datacoverage":0.9327,"id":"COOP:020680","elevationUnit":"METERS","longitude":-110.3},{"elevation":1124.7,"mindate":"1990-05-01","maxdate":"2015-11-01","latitude":31.8805,"name":"BENSON 6 SE, AZ US","datacoverage":0.9315,"id":"COOP:020683","elevationUnit":"METERS","longitude":-110.2403},{"elevation":973.5,"mindate":"1965-06-01","maxdate":"1969-06-01","latitude":32.26174,"name":"CASCABEL, AZ US","datacoverage":0.9799,"id":"COOP:020690","elevationUnit":"METERS","longitude":-110.34803},{"elevation":2220.8,"mindate":"1939-03-01","maxdate":"2015-11-01","latitude":36.6778,"name":"BETATAKIN, AZ US","datacoverage":0.9587,"id":"COOP:020750","elevationUnit":"METERS","longitude":-110.5411},{"elevation":2745,"mindate":"1955-04-01","maxdate":"1957-02-01","latitude":33.86667,"name":"BIG LAKE, AZ US","datacoverage":0.6957,"id":"COOP:020758","elevationUnit":"METERS","longitude":-109.41667},{"elevation":1617.6,"mindate":"1931-01-01","maxdate":"1985-02-27","latitude":31.43333,"name":"BISBEE, AZ US","datacoverage":0.6139,"id":"COOP:020768","elevationUnit":"METERS","longitude":-109.91667},{"elevation":1539.2,"mindate":"1961-06-01","maxdate":"1997-06-04","latitude":31.42694,"name":"BISBEE 2, AZ US","datacoverage":0.6929,"id":"COOP:020773","elevationUnit":"METERS","longitude":-109.895},{"elevation":1694.7,"mindate":"1985-03-01","maxdate":"2015-11-01","latitude":31.4475,"name":"BISBEE 1 WNW, AZ US","datacoverage":0.813,"id":"COOP:020775","elevationUnit":"METERS","longitude":-109.9288},{"elevation":1800.1,"mindate":"1958-01-01","maxdate":"1958-12-01","latitude":35.41667,"name":"BITA HOCHEE TRADING, AZ US","datacoverage":1,"id":"COOP:020781","elevationUnit":"METERS","longitude":-110.08333},{"elevation":1937,"mindate":"1952-01-01","maxdate":"1965-12-01","latitude":36.11667,"name":"BLACK MOUNTAIN MISSION, AZ US","datacoverage":0.5476,"id":"COOP:020800","elevationUnit":"METERS","longitude":-109.86667},{"elevation":1848.6,"mindate":"1947-04-01","maxdate":"2015-11-01","latitude":33.4783,"name":"BLACK RIVER PUMPS, AZ US","datacoverage":0.9684,"id":"COOP:020808","elevationUnit":"METERS","longitude":-109.7516},{"elevation":1652,"mindate":"1959-07-01","maxdate":"1989-08-01","latitude":33.58333,"name":"BLUE, AZ US","datacoverage":0.9778,"id":"COOP:020855","elevationUnit":"METERS","longitude":-109.16667},{"elevation":2097,"mindate":"1967-07-01","maxdate":"2015-11-01","latitude":34.6108,"name":"BLUE RIDGE RANGER STATION, AZ US","datacoverage":0.9965,"id":"COOP:020871","elevationUnit":"METERS","longitude":-111.1922},{"elevation":1464,"mindate":"1948-01-01","maxdate":"1948-11-01","latitude":33.15,"name":"BONITA CREEK, AZ US","datacoverage":0.9994,"id":"COOP:020903","elevationUnit":"METERS","longitude":-109.78333},{"elevation":1464,"mindate":"1941-07-01","maxdate":"1966-06-01","latitude":32.56667,"name":"BOSLEY RANCH, AZ US","datacoverage":0.9967,"id":"COOP:020923","elevationUnit":"METERS","longitude":-110.2},{"elevation":281.9,"mindate":"1952-02-01","maxdate":"2015-11-01","latitude":33.9431,"name":"BOUSE, AZ US","datacoverage":0.9948,"id":"COOP:020949","elevationUnit":"METERS","longitude":-114.0242},{"elevation":1151.2,"mindate":"1931-01-01","maxdate":"2011-12-01","latitude":32.3249,"name":"BOWIE, AZ US","datacoverage":0.9064,"id":"COOP:020958","elevationUnit":"METERS","longitude":-109.4917},{"elevation":1439.9,"mindate":"1939-08-01","maxdate":"1967-03-01","latitude":32.43333,"name":"BOWIE JUNCTION R15, AZ US","datacoverage":0.7699,"id":"COOP:020966","elevationUnit":"METERS","longitude":-109.7},{"elevation":2438.4,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":36.2147,"name":"BRIGHT ANGEL RANGER STATION, AZ US","datacoverage":0.8823,"id":"COOP:021001","elevationUnit":"METERS","longitude":-112.0619},{"elevation":271.3,"mindate":"1931-01-01","maxdate":"2003-11-01","latitude":33.37611,"name":"BUCKEYE, AZ US","datacoverage":0.9337,"id":"COOP:021026","elevationUnit":"METERS","longitude":-112.58278},{"elevation":1726.1,"mindate":"1959-08-01","maxdate":"1962-05-01","latitude":36.46667,"name":"BUFFALO RANCH, AZ US","datacoverage":0.9999,"id":"COOP:021042","elevationUnit":"METERS","longitude":-111.95},{"elevation":161.8,"mindate":"1977-11-01","maxdate":"2015-11-01","latitude":35.1411,"name":"BULLHEAD CITY, AZ US","datacoverage":0.9957,"id":"COOP:021050","elevationUnit":"METERS","longitude":-114.5686},{"elevation":762.9,"mindate":"1952-12-01","maxdate":"1979-09-01","latitude":34.2,"name":"BUMBLE BEE, AZ US","datacoverage":0.9846,"id":"COOP:021059","elevationUnit":"METERS","longitude":-112.15},{"elevation":2073.9,"mindate":"1943-11-01","maxdate":"1968-10-01","latitude":35.26667,"name":"BURRUS RANCH, AZ US","datacoverage":0.9799,"id":"COOP:021101","elevationUnit":"METERS","longitude":-111.53333},{"elevation":381,"mindate":"1931-01-01","maxdate":"1963-06-01","latitude":33.5,"name":"ARIZONA FALLS 1 WNW, AZ US","datacoverage":0.9976,"id":"COOP:021161","elevationUnit":"METERS","longitude":-111.98333},{"elevation":1269.5,"mindate":"1962-05-01","maxdate":"1992-09-01","latitude":35.88333,"name":"CAMERON 1 NNE, AZ US","datacoverage":0.9971,"id":"COOP:021169","elevationUnit":"METERS","longitude":-111.4},{"elevation":1681,"mindate":"1977-08-01","maxdate":"1979-03-01","latitude":34.4,"name":"CAMP GERONIMO, AZ US","datacoverage":0.7509,"id":"COOP:021193","elevationUnit":"METERS","longitude":-111.36667},{"elevation":1741.9,"mindate":"1942-10-01","maxdate":"1979-10-01","latitude":34.8,"name":"CAMP WOOD, AZ US","datacoverage":0.9887,"id":"COOP:021216","elevationUnit":"METERS","longitude":-112.86667},{"elevation":1527,"mindate":"1931-01-01","maxdate":"2012-12-01","latitude":31.5588,"name":"CANELO 1 NW, AZ US","datacoverage":0.9401,"id":"COOP:021231","elevationUnit":"METERS","longitude":-110.5294},{"elevation":1709.9,"mindate":"1971-01-01","maxdate":"2015-11-01","latitude":36.1533,"name":"CANYON DE CHELLY, AZ US","datacoverage":0.9963,"id":"COOP:021248","elevationUnit":"METERS","longitude":-109.5394},{"elevation":771.1,"mindate":"1962-06-01","maxdate":"2015-11-01","latitude":33.8161,"name":"CAREFREE, AZ US","datacoverage":0.8707,"id":"COOP:021282","elevationUnit":"METERS","longitude":-111.9019},{"elevation":468.2,"mindate":"1949-11-01","maxdate":"1958-12-01","latitude":33.8383,"name":"LAKE PLEASANT, AZ US","datacoverage":1,"id":"COOP:021295","elevationUnit":"METERS","longitude":-112.2661},{"elevation":426.7,"mindate":"1931-01-01","maxdate":"2009-07-01","latitude":32.8875,"name":"CASA GRANDE, AZ US","datacoverage":0.9629,"id":"COOP:021306","elevationUnit":"METERS","longitude":-111.7147},{"elevation":432.5,"mindate":"1931-10-01","maxdate":"2015-11-01","latitude":32.9947,"name":"CASA GRANDE NATIONAL MONUMENT, AZ US","datacoverage":0.9921,"id":"COOP:021314","elevationUnit":"METERS","longitude":-111.5367},{"elevation":973.5,"mindate":"1969-01-01","maxdate":"2015-11-01","latitude":32.26174,"name":"CASCABEL, AZ US","datacoverage":0.9414,"id":"COOP:021330","elevationUnit":"METERS","longitude":-110.34803},{"elevation":606.6,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":33.9826,"name":"CASTLE HOT SPRINGS, AZ US","datacoverage":0.7213,"id":"COOP:021353","elevationUnit":"METERS","longitude":-112.3628},{"elevation":854,"mindate":"1949-06-01","maxdate":"1958-07-01","latitude":34.05,"name":"CASTLE HOT SPRNS 4 N, AZ US","datacoverage":1,"id":"COOP:021356","elevationUnit":"METERS","longitude":-112.35},{"elevation":825.1,"mindate":"2007-04-01","maxdate":"2015-11-01","latitude":32.4177,"name":"CATALINA STATE PARK, AZ US","datacoverage":0.9229,"id":"COOP:021357","elevationUnit":"METERS","longitude":-110.9302},{"elevation":647.1,"mindate":"1950-03-01","maxdate":"1961-09-01","latitude":33.83333,"name":"CAVE CREEK, AZ US","datacoverage":0.9781,"id":"COOP:021361","elevationUnit":"METERS","longitude":-111.95},{"elevation":771.1,"mindate":"1961-11-01","maxdate":"1962-05-01","latitude":33.8161,"name":"CAREFREE, AZ US","datacoverage":1,"id":"COOP:021363","elevationUnit":"METERS","longitude":-111.9019},{"elevation":509,"mindate":"1949-12-01","maxdate":"1969-02-01","latitude":33.71667,"name":"CAVE CREEK DAM, AZ US","datacoverage":0.9958,"id":"COOP:021365","elevationUnit":"METERS","longitude":-112.05},{"elevation":1417.9,"mindate":"1931-01-01","maxdate":"1953-12-01","latitude":34.96667,"name":"DRAKE R S, AZ US","datacoverage":0.9927,"id":"COOP:021419","elevationUnit":"METERS","longitude":-112.38333},{"elevation":1805.9,"mindate":"1938-02-01","maxdate":"1967-03-01","latitude":36.38333,"name":"CEDAR RIDGE TRADING, AZ US","datacoverage":0.5258,"id":"COOP:021427","elevationUnit":"METERS","longitude":-111.51667},{"elevation":371.9,"mindate":"1931-01-01","maxdate":"1980-11-01","latitude":33.3,"name":"CHANDLER, AZ US","datacoverage":0.6778,"id":"COOP:021511","elevationUnit":"METERS","longitude":-111.83333},{"elevation":434.3,"mindate":"1941-01-01","maxdate":"2007-04-01","latitude":33.20583,"name":"CHANDLER HEIGHTS, AZ US","datacoverage":0.936,"id":"COOP:021514","elevationUnit":"METERS","longitude":-111.68194},{"elevation":2135.4,"mindate":"1959-05-01","maxdate":"2014-01-01","latitude":34.54,"name":"CHEVELON RANGER STATION, AZ US","datacoverage":0.9183,"id":"COOP:021574","elevationUnit":"METERS","longitude":-110.9152},{"elevation":807.7,"mindate":"1931-01-01","maxdate":"2005-05-01","latitude":34.34944,"name":"CHILDS, AZ US","datacoverage":0.9989,"id":"COOP:021614","elevationUnit":"METERS","longitude":-111.69806},{"elevation":1709.9,"mindate":"1935-07-01","maxdate":"1970-12-01","latitude":36.1533,"name":"CANYON DE CHELLY, AZ US","datacoverage":0.9811,"id":"COOP:021634","elevationUnit":"METERS","longitude":-109.5394},{"elevation":1447.8,"mindate":"1941-07-01","maxdate":"2015-11-01","latitude":34.7569,"name":"CHINO VALLEY, AZ US","datacoverage":0.9888,"id":"COOP:021654","elevationUnit":"METERS","longitude":-112.4567},{"elevation":1615.4,"mindate":"1948-04-01","maxdate":"2015-11-01","latitude":32.0061,"name":"CHIRICAHUA NATIONAL MONUMENT, AZ US","datacoverage":0.9618,"id":"COOP:021664","elevationUnit":"METERS","longitude":-109.3572},{"elevation":1225.9,"mindate":"1965-04-01","maxdate":"1965-12-01","latitude":35.41667,"name":"CHLORIDE, AZ US","datacoverage":0.9961,"id":"COOP:021680","elevationUnit":"METERS","longitude":-114.2},{"elevation":1517.9,"mindate":"1931-01-01","maxdate":"2014-01-01","latitude":34.0375,"name":"CIBECUE, AZ US","datacoverage":0.8787,"id":"COOP:021749","elevationUnit":"METERS","longitude":-110.4875},{"elevation":1926.3,"mindate":"1971-10-01","maxdate":"1987-09-01","latitude":34.38333,"name":"CLAY SPRINGS, AZ US","datacoverage":0.9323,"id":"COOP:021760","elevationUnit":"METERS","longitude":-110.31667},{"elevation":1072.9,"mindate":"1931-01-01","maxdate":"2009-09-01","latitude":33.0561,"name":"CLIFTON, AZ US","datacoverage":0.9662,"id":"COOP:021849","elevationUnit":"METERS","longitude":-109.3072},{"elevation":1304.8,"mindate":"1978-06-01","maxdate":"1981-01-01","latitude":33.28333,"name":"CLIFTON 17 NE, AZ US","datacoverage":0.0161,"id":"COOP:021852","elevationUnit":"METERS","longitude":-109.2},{"elevation":1274.1,"mindate":"1948-07-01","maxdate":"2014-01-01","latitude":32.0588,"name":"COCHISE 4 SSE, AZ US","datacoverage":0.9731,"id":"COOP:021870","elevationUnit":"METERS","longitude":-109.8908},{"elevation":1447.8,"mindate":"1944-03-01","maxdate":"1948-12-01","latitude":31.95,"name":"COCHISE STRONGHOLD, AZ US","datacoverage":0.9646,"id":"COOP:021874","elevationUnit":"METERS","longitude":-109.95},{"elevation":1509.1,"mindate":"1931-01-01","maxdate":"1943-07-01","latitude":31.95,"name":"COCHISE STRONGHOLD 1, AZ US","datacoverage":0.8678,"id":"COOP:021875","elevationUnit":"METERS","longitude":-109.95},{"elevation":1524.3,"mindate":"1963-07-01","maxdate":"2012-12-01","latitude":36.9935,"name":"COLORADO CITY, AZ US","datacoverage":0.9342,"id":"COOP:021920","elevationUnit":"METERS","longitude":-112.9719},{"elevation":921.1,"mindate":"1970-01-01","maxdate":"1980-05-01","latitude":34.16667,"name":"CONGRESS, AZ US","datacoverage":1,"id":"COOP:022020","elevationUnit":"METERS","longitude":-112.86667},{"elevation":1946.1,"mindate":"1939-04-01","maxdate":"1976-12-01","latitude":36.63333,"name":"COPPER MINE TRADING, AZ US","datacoverage":0.9932,"id":"COOP:022099","elevationUnit":"METERS","longitude":-111.41667},{"elevation":1149.4,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":34.305,"name":"CORDES, AZ US","datacoverage":0.9932,"id":"COOP:022109","elevationUnit":"METERS","longitude":-112.165},{"elevation":1692.9,"mindate":"1955-07-01","maxdate":"1960-02-01","latitude":31.36667,"name":"CORONADO NATIONAL MONUMT, AZ US","datacoverage":0.9997,"id":"COOP:022139","elevationUnit":"METERS","longitude":-110.28333},{"elevation":1597.8,"mindate":"1960-02-01","maxdate":"2015-11-01","latitude":31.3455,"name":"CORONADO NATIONAL MEMORIAL, AZ US","datacoverage":0.9851,"id":"COOP:022140","elevationUnit":"METERS","longitude":-110.2541},{"elevation":691.9,"mindate":"1945-03-01","maxdate":"1976-09-01","latitude":32.33333,"name":"CORTARO 3 SW, AZ US","datacoverage":0.9841,"id":"COOP:022159","elevationUnit":"METERS","longitude":-111.11667},{"elevation":1024.1,"mindate":"1931-01-01","maxdate":"1977-06-01","latitude":34.75,"name":"COTTONWOOD, AZ US","datacoverage":0.724,"id":"COOP:022193","elevationUnit":"METERS","longitude":-112.03333},{"elevation":1845,"mindate":"1956-10-01","maxdate":"1958-12-01","latitude":36.06667,"name":"COTTONWOOD INDIAN SC, AZ US","datacoverage":0.9998,"id":"COOP:022197","elevationUnit":"METERS","longitude":-109.88333},{"elevation":798.9,"mindate":"1956-02-01","maxdate":"1963-12-01","latitude":32.15,"name":"COVERED WELLS 1 E, AZ US","datacoverage":0.8738,"id":"COOP:022216","elevationUnit":"METERS","longitude":-112.15},{"elevation":1738.9,"mindate":"1965-06-01","maxdate":"1970-05-01","latitude":36.41667,"name":"COW SPRINGS TRADING, AZ US","datacoverage":0.9001,"id":"COOP:022246","elevationUnit":"METERS","longitude":-110.85},{"elevation":1804.4,"mindate":"1931-01-01","maxdate":"2014-01-01","latitude":34.2097,"name":"CROWN KING, AZ US","datacoverage":0.9909,"id":"COOP:022329","elevationUnit":"METERS","longitude":-112.3453},{"elevation":136.9,"mindate":"1952-04-01","maxdate":"1968-10-01","latitude":32.8,"name":"DATELAND, AZ US","datacoverage":0.9195,"id":"COOP:022430","elevationUnit":"METERS","longitude":-113.53333},{"elevation":158.5,"mindate":"1972-06-01","maxdate":"2010-05-01","latitude":32.9711,"name":"DATELAND WHITEWING RANCH, AZ US","datacoverage":0.8882,"id":"COOP:022434","elevationUnit":"METERS","longitude":-113.498},{"elevation":200.9,"mindate":"1954-04-01","maxdate":"1977-07-01","latitude":35.2,"name":"DAVIS DAM NUMBER 2, AZ US","datacoverage":0.9999,"id":"COOP:022439","elevationUnit":"METERS","longitude":-114.56667},{"elevation":200.9,"mindate":"1948-03-01","maxdate":"1954-03-01","latitude":35.2,"name":"DAVIS DAM NUMBER 2, AZ US","datacoverage":1,"id":"COOP:022440","elevationUnit":"METERS","longitude":-114.56667},{"elevation":383.1,"mindate":"1950-02-01","maxdate":"1985-01-01","latitude":33.58333,"name":"DEER VALLEY, AZ US","datacoverage":0.9881,"id":"COOP:022462","elevationUnit":"METERS","longitude":-112.08333},{"elevation":828.8,"mindate":"2010-02-01","maxdate":"2015-11-01","latitude":32.2844,"name":"DESTINY RANCH, AZ US","datacoverage":0.9722,"id":"COOP:022480","elevationUnit":"METERS","longitude":-110.7313},{"elevation":1097.9,"mindate":"1952-07-01","maxdate":"1956-12-01","latitude":35.88333,"name":"DIAMOND BAR RANCH, AZ US","datacoverage":0.9807,"id":"COOP:022525","elevationUnit":"METERS","longitude":-114},{"elevation":1674,"mindate":"1999-08-01","maxdate":"2015-11-01","latitude":35.2947,"name":"DIAMOND M. RANCH, AZ US","datacoverage":0.9949,"id":"COOP:022527","elevationUnit":"METERS","longitude":-113.3666},{"elevation":1524.9,"mindate":"1950-11-01","maxdate":"1950-11-01","latitude":35.38333,"name":"DILKON, AZ US","datacoverage":1,"id":"COOP:022536","elevationUnit":"METERS","longitude":-110.31667},{"elevation":1531,"mindate":"1950-07-01","maxdate":"1974-12-01","latitude":36.85,"name":"DINNEHOTSO, AZ US","datacoverage":0.6972,"id":"COOP:022545","elevationUnit":"METERS","longitude":-109.85},{"elevation":1556,"mindate":"1951-10-01","maxdate":"1975-04-01","latitude":32.16667,"name":"DOS CABEZAS 1 SE, AZ US","datacoverage":1,"id":"COOP:022648","elevationUnit":"METERS","longitude":-109.6},{"elevation":1231.4,"mindate":"1948-01-01","maxdate":"2015-11-01","latitude":31.345,"name":"DOUGLAS, AZ US","datacoverage":0.6577,"id":"COOP:022659","elevationUnit":"METERS","longitude":-109.5394},{"elevation":1251.2,"mindate":"1948-04-01","maxdate":"2015-11-01","latitude":31.4583,"name":"DOUGLAS BISBEE INTERNATIONAL AIRPORT, AZ US","datacoverage":1,"id":"COOP:022664","elevationUnit":"METERS","longitude":-109.6061},{"elevation":1211,"mindate":"1931-01-01","maxdate":"1973-03-01","latitude":31.35,"name":"DOUGLAS SMELTER, AZ US","datacoverage":1,"id":"COOP:022669","elevationUnit":"METERS","longitude":-109.58333},{"elevation":1417.9,"mindate":"1954-01-01","maxdate":"1962-04-01","latitude":34.96667,"name":"DRAKE R S, AZ US","datacoverage":1,"id":"COOP:022705","elevationUnit":"METERS","longitude":-112.38333},{"elevation":1232,"mindate":"1960-01-01","maxdate":"1972-11-01","latitude":34.35,"name":"DUGAS 2 SE, AZ US","datacoverage":1,"id":"COOP:022742","elevationUnit":"METERS","longitude":-111.95},{"elevation":1115.6,"mindate":"1941-05-01","maxdate":"2015-11-01","latitude":32.748,"name":"DUNCAN, AZ US","datacoverage":0.9888,"id":"COOP:022754","elevationUnit":"METERS","longitude":-109.1213},{"elevation":1556,"mindate":"1931-01-01","maxdate":"1973-09-01","latitude":33.4,"name":"EAGLE CREEK, AZ US","datacoverage":0.9766,"id":"COOP:022779","elevationUnit":"METERS","longitude":-109.48333},{"elevation":1484.4,"mindate":"1973-11-01","maxdate":"1989-06-01","latitude":33.35,"name":"EAGLE CREEK 2, AZ US","datacoverage":0.9577,"id":"COOP:022781","elevationUnit":"METERS","longitude":-109.48333},{"elevation":462.7,"mindate":"2002-08-01","maxdate":"2015-11-01","latitude":33.4191,"name":"EAST MESA, AZ US","datacoverage":0.9813,"id":"COOP:022782","elevationUnit":"METERS","longitude":-111.6444},{"elevation":98.1,"mindate":"1941-11-01","maxdate":"1977-01-01","latitude":33.6,"name":"EHRENBERG, AZ US","datacoverage":0.9881,"id":"COOP:022787","elevationUnit":"METERS","longitude":-114.53333},{"elevation":141.7,"mindate":"1977-02-01","maxdate":"2015-11-01","latitude":33.6133,"name":"EHRENBERG 2 E, AZ US","datacoverage":0.9186,"id":"COOP:022790","elevationUnit":"METERS","longitude":-114.4706},{"elevation":1495,"mindate":"1931-01-01","maxdate":"1970-01-01","latitude":31.73333,"name":"ELGIN 5 N, AZ US","datacoverage":0.9978,"id":"COOP:022797","elevationUnit":"METERS","longitude":-110.53333},{"elevation":348.1,"mindate":"1955-03-01","maxdate":"1955-09-01","latitude":33.63333,"name":"EL MIRAGE, AZ US","datacoverage":0.7112,"id":"COOP:022804","elevationUnit":"METERS","longitude":-112.31667},{"elevation":470.9,"mindate":"1951-06-01","maxdate":"2005-09-01","latitude":32.78194,"name":"ELOY 4 NE, AZ US","datacoverage":0.9555,"id":"COOP:022807","elevationUnit":"METERS","longitude":-111.51861},{"elevation":1174.1,"mindate":"1931-01-01","maxdate":"1973-07-01","latitude":31.71667,"name":"FAIRBANK 1 S, AZ US","datacoverage":0.9237,"id":"COOP:022902","elevationUnit":"METERS","longitude":-110.18333},{"elevation":402.9,"mindate":"1942-06-01","maxdate":"1976-09-01","latitude":33.43333,"name":"FALCON FIELD, AZ US","datacoverage":0.9126,"id":"COOP:022927","elevationUnit":"METERS","longitude":-111.75},{"elevation":2110.1,"mindate":"1948-07-01","maxdate":"1951-03-08","latitude":35.2,"name":"FLAGSTAFF WEATHER BUREAU CITY, AZ US","datacoverage":0.8614,"id":"COOP:023007","elevationUnit":"METERS","longitude":-111.66667},{"elevation":2171.7,"mindate":"1984-05-01","maxdate":"2015-11-01","latitude":35.1611,"name":"FLAGSTAFF 4 SW, AZ US","datacoverage":0.9921,"id":"COOP:023009","elevationUnit":"METERS","longitude":-111.7311},{"elevation":2134.5,"mindate":"1950-01-01","maxdate":"2015-11-01","latitude":35.1441,"name":"FLAGSTAFF AIRPORT, AZ US","datacoverage":1,"id":"COOP:023010","elevationUnit":"METERS","longitude":-111.6663},{"mindate":"1958-09-08","maxdate":"1958-09-08","latitude":35.2,"name":"FLAGSTAFF A, AZ US","datacoverage":0.1538,"id":"COOP:023011","longitude":-111.6},{"elevation":426.7,"mindate":"1931-01-01","maxdate":"2009-02-01","latitude":33.0363,"name":"FLORENCE, AZ US","datacoverage":0.983,"id":"COOP:023027","elevationUnit":"METERS","longitude":-111.388},{"elevation":573.9,"mindate":"1968-01-01","maxdate":"1982-10-01","latitude":33.28333,"name":"FLORENCE JUNCTION, AZ US","datacoverage":0.0092,"id":"COOP:023035","elevationUnit":"METERS","longitude":-111.36667},{"elevation":1549,"mindate":"1948-01-01","maxdate":"1958-12-01","latitude":31.4,"name":"FLYING H RANCH, AZ US","datacoverage":0.9318,"id":"COOP:023071","elevationUnit":"METERS","longitude":-110.23333},{"elevation":1861.1,"mindate":"1947-10-01","maxdate":"1971-05-01","latitude":34.15,"name":"FORESTDALE, AZ US","datacoverage":0.9613,"id":"COOP:023082","elevationUnit":"METERS","longitude":-110.1},{"elevation":2104.9,"mindate":"1931-01-01","maxdate":"1948-12-01","latitude":35.75,"name":"FORT DEFIANCE, AZ US","datacoverage":0.9768,"id":"COOP:023102","elevationUnit":"METERS","longitude":-109.08333},{"elevation":1478.3,"mindate":"1931-01-01","maxdate":"2014-12-01","latitude":32.623,"name":"FORT GRANT, AZ US","datacoverage":0.5912,"id":"COOP:023110","elevationUnit":"METERS","longitude":-109.9427},{"elevation":1438.4,"mindate":"1954-09-01","maxdate":"1981-12-01","latitude":31.58833,"name":"FORT HUACHUCA SIERRA VISTA MUNICIPAL AIRPORT, AZ US","datacoverage":0.9999,"id":"COOP:023120","elevationUnit":"METERS","longitude":-110.34417},{"elevation":816.9,"mindate":"1958-12-01","maxdate":"1966-05-01","latitude":33.03333,"name":"FORT THOMAS, AZ US","datacoverage":0.9887,"id":"COOP:023144","elevationUnit":"METERS","longitude":-109.95},{"elevation":864.1,"mindate":"1966-01-01","maxdate":"2015-11-01","latitude":33.0094,"name":"FORT THOMAS 2 SW, AZ US","datacoverage":0.9784,"id":"COOP:023150","elevationUnit":"METERS","longitude":-109.9855},{"elevation":2239.4,"mindate":"1909-02-01","maxdate":"2015-11-01","latitude":35.2681,"name":"FORT VALLEY, AZ US","datacoverage":0.9805,"id":"COOP:023160","elevationUnit":"METERS","longitude":-111.7428},{"elevation":1302.1,"mindate":"1934-04-01","maxdate":"1970-12-01","latitude":34.41667,"name":"FOSSIL SPRINGS, AZ US","datacoverage":0.9818,"id":"COOP:023185","elevationUnit":"METERS","longitude":-111.56667},{"elevation":481.6,"mindate":"1979-10-01","maxdate":"2015-11-01","latitude":33.6027,"name":"FOUNTAIN HILLS, AZ US","datacoverage":0.9839,"id":"COOP:023190","elevationUnit":"METERS","longitude":-111.713},{"elevation":1421,"mindate":"1937-03-01","maxdate":"2010-11-01","latitude":36.9415,"name":"FREDONIA, AZ US","datacoverage":0.5853,"id":"COOP:023250","elevationUnit":"METERS","longitude":-112.5259},{"elevation":1129,"mindate":"1931-01-01","maxdate":"1942-08-01","latitude":31.81667,"name":"FRESNAL RANCH SCHOOL, AZ US","datacoverage":0.8858,"id":"COOP:023253","elevationUnit":"METERS","longitude":-111.53333},{"elevation":1318,"mindate":"1940-05-01","maxdate":"1980-06-01","latitude":33.33333,"name":"FRITZ RANCH, AZ US","datacoverage":0.9772,"id":"COOP:023258","elevationUnit":"METERS","longitude":-109.18333},{"elevation":1932.4,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":35.7088,"name":"GANADO, AZ US","datacoverage":0.9716,"id":"COOP:023303","elevationUnit":"METERS","longitude":-109.5539},{"elevation":242,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":32.93803,"name":"GILA BEND 2 SE, AZ US","datacoverage":0.9736,"id":"COOP:023393","elevationUnit":"METERS","longitude":-112.68109},{"elevation":220.1,"mindate":"1944-02-01","maxdate":"1966-12-01","latitude":32.95,"name":"GILA BEND AVIATION, AZ US","datacoverage":0.9964,"id":"COOP:023398","elevationUnit":"METERS","longitude":-112.71667},{"elevation":883.9,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":34.1111,"name":"GISELA, AZ US","datacoverage":0.9853,"id":"COOP:023448","elevationUnit":"METERS","longitude":-111.2758},{"elevation":1112.5,"mindate":"1931-01-01","maxdate":"1975-06-01","latitude":33.3767,"name":"GLOBE, AZ US","datacoverage":0.9982,"id":"COOP:023498","elevationUnit":"METERS","longitude":-110.7711},{"elevation":1091.2,"mindate":"1975-08-01","maxdate":"2008-12-01","latitude":33.3949,"name":"GLOBE 2, AZ US","datacoverage":0.3815,"id":"COOP:023500","elevationUnit":"METERS","longitude":-110.7827},{"elevation":1115.6,"mindate":"2009-03-01","maxdate":"2015-11-01","latitude":33.3947,"name":"GLOBE NUMBER 3, AZ US","datacoverage":0.9998,"id":"COOP:023501","elevationUnit":"METERS","longitude":-110.7933},{"elevation":1112.5,"mindate":"1981-03-01","maxdate":"2006-06-01","latitude":33.3767,"name":"GLOBE, AZ US","datacoverage":0.9737,"id":"COOP:023505","elevationUnit":"METERS","longitude":-110.7711},{"elevation":352,"mindate":"1931-01-01","maxdate":"1960-08-01","latitude":33.3814,"name":"SOUTH PHOENIX, AZ US","datacoverage":0.9747,"id":"COOP:023573","elevationUnit":"METERS","longitude":-112.07},{"elevation":2106.8,"mindate":"1948-01-01","maxdate":"1957-09-01","latitude":36.05,"name":"GRAND CANYON, AZ US","datacoverage":0.9783,"id":"COOP:023581","elevationUnit":"METERS","longitude":-112.133333},{"elevation":2158.9,"mindate":"2011-01-01","maxdate":"2015-11-01","latitude":36.0597,"name":"GRAND CANYON VISITOR CENTER, AZ US","datacoverage":1,"id":"COOP:023582","elevationUnit":"METERS","longitude":-112.1098},{"elevation":2279.9,"mindate":"2011-01-01","maxdate":"2015-11-01","latitude":36.0353,"name":"GRAND CANYON EAST ENTRANCE, AZ US","datacoverage":1,"id":"COOP:023584","elevationUnit":"METERS","longitude":-111.8304},{"elevation":2126,"mindate":"1913-04-01","maxdate":"1967-04-01","latitude":36.05,"name":"GRAND CANYON AIRWAYS, AZ US","datacoverage":0.4761,"id":"COOP:023586","elevationUnit":"METERS","longitude":-112.13333},{"elevation":1158.8,"mindate":"2010-05-01","maxdate":"2013-12-01","latitude":36.0757,"name":"GRAND CANYON GARDEN CREEK, AZ US","datacoverage":0.9533,"id":"COOP:023589","elevationUnit":"METERS","longitude":-112.1292},{"elevation":2100.1,"mindate":"1903-10-01","maxdate":"1957-08-01","latitude":36.05,"name":"GRAND CANYON HEADQUARTERS, AZ US","datacoverage":0.9984,"id":"COOP:023591","elevationUnit":"METERS","longitude":-112.13333},{"elevation":2119.9,"mindate":"1957-08-01","maxdate":"1977-07-01","latitude":36.05,"name":"GRAND CANYON NATIONAL PARK, AZ US","datacoverage":0.9958,"id":"COOP:023595","elevationUnit":"METERS","longitude":-112.13333},{"elevation":2068.1,"mindate":"1976-05-01","maxdate":"2011-12-01","latitude":36.0527,"name":"GRAND CANYON NATIONAL PARK 2, AZ US","datacoverage":0.9579,"id":"COOP:023596","elevationUnit":"METERS","longitude":-112.1502},{"elevation":402.9,"mindate":"1931-01-01","maxdate":"1979-09-01","latitude":33.51667,"name":"GRANITE REEF DAM, AZ US","datacoverage":0.9676,"id":"COOP:023621","elevationUnit":"METERS","longitude":-111.7},{"elevation":2073.9,"mindate":"1955-04-01","maxdate":"1975-08-01","latitude":33.2,"name":"GRANVILLE, AZ US","datacoverage":0.9958,"id":"COOP:023635","elevationUnit":"METERS","longitude":-109.38333},{"elevation":677,"mindate":"1943-06-01","maxdate":"1950-12-01","latitude":33.63333,"name":"GRAPEVINE, AZ US","datacoverage":0.9996,"id":"COOP:023643","elevationUnit":"METERS","longitude":-111.05},{"elevation":1498.1,"mindate":"1956-08-01","maxdate":"1962-04-01","latitude":35.73333,"name":"GRAY MOUNTAIN TRADIN POST, AZ US","datacoverage":0.9857,"id":"COOP:023663","elevationUnit":"METERS","longitude":-111.48333},{"elevation":883.9,"mindate":"1988-05-01","maxdate":"2015-11-01","latitude":31.893,"name":"GREEN VALLEY, AZ US","datacoverage":0.9396,"id":"COOP:023668","elevationUnit":"METERS","longitude":-110.9977},{"elevation":2522.2,"mindate":"1946-11-01","maxdate":"2011-12-01","latitude":34.0219,"name":"GREER, AZ US","datacoverage":0.9207,"id":"COOP:023683","elevationUnit":"METERS","longitude":-109.4519},{"elevation":2030,"mindate":"1950-01-01","maxdate":"1954-06-01","latitude":33.25,"name":"GREYS PEAK MNTC YD, AZ US","datacoverage":0.7785,"id":"COOP:023697","elevationUnit":"METERS","longitude":-109.38333},{"elevation":2030,"mindate":"1975-09-01","maxdate":"1981-12-01","latitude":33.25,"name":"GREYS PEAK MNTC YD, AZ US","datacoverage":0.9997,"id":"COOP:023698","elevationUnit":"METERS","longitude":-109.38333},{"elevation":353.6,"mindate":"1950-02-01","maxdate":"1990-03-01","latitude":33.5,"name":"GRIGGS 3 W, AZ US","datacoverage":0.9939,"id":"COOP:023702","elevationUnit":"METERS","longitude":-112.48333},{"elevation":1861.1,"mindate":"1942-07-01","maxdate":"1976-07-01","latitude":34.48333,"name":"GROOM CREEK, AZ US","datacoverage":0.9632,"id":"COOP:023713","elevationUnit":"METERS","longitude":-112.45},{"elevation":1092.1,"mindate":"1948-01-01","maxdate":"1959-02-01","latitude":35.36667,"name":"HACKBERRY, AZ US","datacoverage":1,"id":"COOP:023788","elevationUnit":"METERS","longitude":-113.73333},{"elevation":1129,"mindate":"1959-01-01","maxdate":"1970-08-01","latitude":35.35,"name":"HACKBERRY 2 SE, AZ US","datacoverage":0.0166,"id":"COOP:023790","elevationUnit":"METERS","longitude":-113.68333},{"elevation":2279.9,"mindate":"1969-05-01","maxdate":"2015-11-01","latitude":34.7433,"name":"HAPPY JACK RANGER STATION, AZ US","datacoverage":0.9892,"id":"COOP:023828","elevationUnit":"METERS","longitude":-111.4139},{"elevation":371.9,"mindate":"1952-04-01","maxdate":"1979-12-01","latitude":33.53333,"name":"HARQUAHALA PLAINS, AZ US","datacoverage":0.9189,"id":"COOP:023852","elevationUnit":"METERS","longitude":-113.16667},{"elevation":2493.3,"mindate":"1967-11-01","maxdate":"1988-08-01","latitude":33.98333,"name":"HAWLEY LAKE, AZ US","datacoverage":0.9919,"id":"COOP:023926","elevationUnit":"METERS","longitude":-109.75},{"elevation":1983,"mindate":"1948-01-01","maxdate":"1950-07-01","latitude":34.38333,"name":"HEBER, AZ US","datacoverage":1,"id":"COOP:023958","elevationUnit":"METERS","longitude":-110.58333},{"elevation":2008.6,"mindate":"1950-08-01","maxdate":"2015-11-01","latitude":34.3925,"name":"HEBER BLACK MESA RANGER STATION, AZ US","datacoverage":0.9936,"id":"COOP:023961","elevationUnit":"METERS","longitude":-110.558},{"elevation":982.1,"mindate":"1940-11-01","maxdate":"1954-07-01","latitude":31.95,"name":"HELMET PEAK, AZ US","datacoverage":0.6729,"id":"COOP:023973","elevationUnit":"METERS","longitude":-111.05},{"elevation":1110.1,"mindate":"1948-02-01","maxdate":"1950-01-01","latitude":31.91667,"name":"HELMET PEAK RUBY STATION, AZ US","datacoverage":0.9993,"id":"COOP:023975","elevationUnit":"METERS","longitude":-111.08333},{"elevation":1311.9,"mindate":"1931-01-01","maxdate":"1950-04-02","latitude":31.86667,"name":"HELVETIA SANTA RITA, AZ US","datacoverage":1,"id":"COOP:023981","elevationUnit":"METERS","longitude":-110.78333},{"elevation":1708.1,"mindate":"1931-01-01","maxdate":"1940-04-01","latitude":33.81667,"name":"HENRYS CAMP, AZ US","datacoverage":0.9021,"id":"COOP:023987","elevationUnit":"METERS","longitude":-109.8},{"elevation":1534.1,"mindate":"1950-03-01","maxdate":"1950-10-01","latitude":31.4,"name":"HEREFORD 8 SW, AZ US","datacoverage":0.9939,"id":"COOP:023996","elevationUnit":"METERS","longitude":-110.23333},{"elevation":1174.1,"mindate":"1940-06-01","maxdate":"1954-12-01","latitude":34.41667,"name":"HILLSIDE, AZ US","datacoverage":0.7599,"id":"COOP:024049","elevationUnit":"METERS","longitude":-112.91667},{"elevation":1011.9,"mindate":"1955-01-01","maxdate":"1997-12-01","latitude":34.47,"name":"HILLSIDE 4 NNE, AZ US","datacoverage":0.9903,"id":"COOP:024053","elevationUnit":"METERS","longitude":-112.88806},{"elevation":1738.9,"mindate":"1940-01-01","maxdate":"1948-08-01","latitude":33.61667,"name":"HILLTOP, AZ US","datacoverage":0.9518,"id":"COOP:024069","elevationUnit":"METERS","longitude":-110.4},{"elevation":1549.9,"mindate":"1931-01-01","maxdate":"2010-09-01","latitude":34.9094,"name":"HOLBROOK, AZ US","datacoverage":0.9823,"id":"COOP:024089","elevationUnit":"METERS","longitude":-110.1544},{"elevation":615.7,"mindate":"1948-03-01","maxdate":"2015-08-01","latitude":33.9825,"name":"HORSESHOE DAM, AZ US","datacoverage":0.9778,"id":"COOP:024182","elevationUnit":"METERS","longitude":-111.7138},{"elevation":1772.1,"mindate":"1957-06-01","maxdate":"1957-11-01","latitude":35.28333,"name":"HOUCK 2 W, AZ US","datacoverage":0.998,"id":"COOP:024228","elevationUnit":"METERS","longitude":-109.23333},{"elevation":1641,"mindate":"1948-08-01","maxdate":"1957-04-01","latitude":36.73333,"name":"HOUSE ROCK, AZ US","datacoverage":0.3525,"id":"COOP:024240","elevationUnit":"METERS","longitude":-112.05},{"elevation":52.1,"mindate":"1948-01-01","maxdate":"1949-08-01","latitude":32.88333,"name":"IMPERIAL DAM, CA US","datacoverage":0.9996,"id":"COOP:024299","elevationUnit":"METERS","longitude":-114.46667},{"elevation":1800.1,"mindate":"1955-03-01","maxdate":"1965-11-01","latitude":35.41667,"name":"BITA HOCHEE TRADING, AZ US","datacoverage":0.4184,"id":"COOP:024317","elevationUnit":"METERS","longitude":-110.08333},{"elevation":771.1,"mindate":"1935-06-01","maxdate":"1966-07-01","latitude":36.1066,"name":"PHANTOM RANCH, AZ US","datacoverage":0.9786,"id":"COOP:024335","elevationUnit":"METERS","longitude":-112.0947},{"elevation":677,"mindate":"1931-01-01","maxdate":"1952-04-01","latitude":33.61667,"name":"INTAKE, AZ US","datacoverage":0.9961,"id":"COOP:024345","elevationUnit":"METERS","longitude":-110.93333},{"elevation":1156.7,"mindate":"1934-04-01","maxdate":"2005-03-01","latitude":34.4025,"name":"IRVING, AZ US","datacoverage":0.9929,"id":"COOP:024391","elevationUnit":"METERS","longitude":-111.61806},{"elevation":2385.7,"mindate":"1948-01-01","maxdate":"1987-10-01","latitude":36.73333,"name":"JACOB LAKE, AZ US","datacoverage":0.5816,"id":"COOP:024418","elevationUnit":"METERS","longitude":-112.21667},{"elevation":2044,"mindate":"1931-12-01","maxdate":"1955-10-01","latitude":35.76667,"name":"JEDDITO, AZ US","datacoverage":0.9895,"id":"COOP:024438","elevationUnit":"METERS","longitude":-110.13333},{"elevation":1508.8,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":34.7522,"name":"JEROME, AZ US","datacoverage":0.9814,"id":"COOP:024453","elevationUnit":"METERS","longitude":-112.1114},{"elevation":1560,"mindate":"1935-03-01","maxdate":"1982-06-01","latitude":34.9599,"name":"OAK CREEK CANYON, AZ US","datacoverage":0.9718,"id":"COOP:024508","elevationUnit":"METERS","longitude":-111.7553},{"elevation":1830,"mindate":"1938-02-01","maxdate":"1961-01-01","latitude":36.6,"name":"KAIBITO, AZ US","datacoverage":0.9094,"id":"COOP:024528","elevationUnit":"METERS","longitude":-111.08333},{"elevation":1429.5,"mindate":"2009-11-01","maxdate":"2015-11-01","latitude":31.8352,"name":"KARTCHNER CAVERNS, AZ US","datacoverage":1,"id":"COOP:024534","elevationUnit":"METERS","longitude":-110.3552},{"elevation":204.2,"mindate":"1977-08-01","maxdate":"1978-02-01","latitude":35.23333,"name":"KATHERINE RANGER STATION, AZ US","datacoverage":1,"id":"COOP:024558","elevationUnit":"METERS","longitude":-114.56667},{"elevation":1738.9,"mindate":"1931-01-01","maxdate":"1978-06-01","latitude":36.73333,"name":"KAYENTA, AZ US","datacoverage":0.8527,"id":"COOP:024578","elevationUnit":"METERS","longitude":-110.28333},{"elevation":1989.1,"mindate":"1972-10-01","maxdate":"1975-07-01","latitude":36.45,"name":"KAYENTA 21 SSW, AZ US","datacoverage":0.942,"id":"COOP:024580","elevationUnit":"METERS","longitude":-110.4},{"elevation":1891.3,"mindate":"1948-01-01","maxdate":"2015-11-01","latitude":35.8109,"name":"KEAMS CANYON, AZ US","datacoverage":0.8319,"id":"COOP:024586","elevationUnit":"METERS","longitude":-110.1932},{"elevation":557.8,"mindate":"1984-06-01","maxdate":"2014-12-01","latitude":33.0483,"name":"KEARNY, AZ US","datacoverage":0.9509,"id":"COOP:024590","elevationUnit":"METERS","longitude":-110.9125},{"elevation":563.9,"mindate":"1938-12-01","maxdate":"1983-11-01","latitude":33.1,"name":"KELVIN, AZ US","datacoverage":0.9778,"id":"COOP:024594","elevationUnit":"METERS","longitude":-110.96667},{"elevation":1024.1,"mindate":"1931-01-01","maxdate":"1967-09-01","latitude":35.183333,"name":"KINGMAN, AZ US","datacoverage":0.8885,"id":"COOP:024639","elevationUnit":"METERS","longitude":-114.05},{"elevation":1042.4,"mindate":"2002-04-01","maxdate":"2015-11-01","latitude":35.2577,"name":"KINGMAN AIRPORT, AZ US","datacoverage":0.9999,"id":"COOP:024640","elevationUnit":"METERS","longitude":-113.933},{"elevation":1078.7,"mindate":"1967-08-01","maxdate":"1993-11-01","latitude":35.2,"name":"KINGMAN NUMBER 2, AZ US","datacoverage":0.9968,"id":"COOP:024645","elevationUnit":"METERS","longitude":-114.01667},{"elevation":2069.6,"mindate":"1960-09-01","maxdate":"2015-11-01","latitude":31.96018,"name":"KITT PEAK, AZ US","datacoverage":0.9835,"id":"COOP:024675","elevationUnit":"METERS","longitude":-111.59787},{"elevation":1951.9,"mindate":"1950-09-01","maxdate":"1959-01-01","latitude":35.5,"name":"KLAGETOH, AZ US","datacoverage":0.9997,"id":"COOP:024683","elevationUnit":"METERS","longitude":-109.53333},{"elevation":1981.2,"mindate":"1959-11-01","maxdate":"1993-04-01","latitude":35.55,"name":"KLAGETOH 12 WNW, AZ US","datacoverage":0.9926,"id":"COOP:024686","elevationUnit":"METERS","longitude":-109.7},{"elevation":1100.9,"mindate":"1953-09-01","maxdate":"1978-06-01","latitude":32.8,"name":"KLONDYKE 3 SE, AZ US","datacoverage":0.9196,"id":"COOP:024698","elevationUnit":"METERS","longitude":-110.3},{"elevation":541,"mindate":"1952-05-01","maxdate":"2015-11-01","latitude":33.2742,"name":"KOFA MINE, AZ US","datacoverage":0.9423,"id":"COOP:024702","elevationUnit":"METERS","longitude":-113.9653},{"elevation":146.9,"mindate":"1967-09-01","maxdate":"1991-02-01","latitude":34.45,"name":"LAKE HAVASU, AZ US","datacoverage":0.986,"id":"COOP:024759","elevationUnit":"METERS","longitude":-114.36667},{"elevation":136.9,"mindate":"1991-03-01","maxdate":"2015-11-01","latitude":34.5031,"name":"LAKE HAVASU CITY, AZ US","datacoverage":0.9696,"id":"COOP:024761","elevationUnit":"METERS","longitude":-114.3604},{"elevation":468.2,"mindate":"1959-01-01","maxdate":"1978-02-01","latitude":33.8383,"name":"LAKE PLEASANT, AZ US","datacoverage":0.9741,"id":"COOP:024770","elevationUnit":"METERS","longitude":-112.2661},{"elevation":2044,"mindate":"1931-01-01","maxdate":"1975-06-01","latitude":34.16667,"name":"LAKESIDE R S, AZ US","datacoverage":0.6499,"id":"COOP:024779","elevationUnit":"METERS","longitude":-109.98333},{"elevation":345.9,"mindate":"1948-03-01","maxdate":"2015-11-01","latitude":33.3371,"name":"LAVEEN 3 SSE, AZ US","datacoverage":0.9988,"id":"COOP:024829","elevationUnit":"METERS","longitude":-112.147},{"elevation":978.4,"mindate":"1928-01-01","maxdate":"2011-12-01","latitude":36.8644,"name":"LEES FERRY, AZ US","datacoverage":0.88,"id":"COOP:024849","elevationUnit":"METERS","longitude":-111.6022},{"elevation":1271,"mindate":"1931-01-01","maxdate":"1960-01-01","latitude":31.6016,"name":"MC NEAL, AZ US","datacoverage":0.9942,"id":"COOP:024864","elevationUnit":"METERS","longitude":-109.6686},{"elevation":1434.1,"mindate":"1934-06-01","maxdate":"1981-06-01","latitude":35.28333,"name":"LEUPP, AZ US","datacoverage":0.9416,"id":"COOP:024872","elevationUnit":"METERS","longitude":-110.96667},{"elevation":317,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":33.4991,"name":"LITCHFIELD PARK, AZ US","datacoverage":0.9372,"id":"COOP:024977","elevationUnit":"METERS","longitude":-112.363},{"elevation":588.6,"mindate":"1951-11-01","maxdate":"1995-05-01","latitude":36.9139,"name":"BEAVER DAM, AZ US","datacoverage":0.1549,"id":"COOP:024995","elevationUnit":"METERS","longitude":-113.9423},{"elevation":1220.1,"mindate":"1948-01-01","maxdate":"1951-04-01","latitude":36.53333,"name":"LITTLEFIELD 25 SSW, AZ US","datacoverage":0.9498,"id":"COOP:024999","elevationUnit":"METERS","longitude":-114.03333},{"elevation":1524.9,"mindate":"1952-05-01","maxdate":"1958-12-01","latitude":35.2,"name":"LOOKOUT RANCH, AZ US","datacoverage":0.9371,"id":"COOP:025064","elevationUnit":"METERS","longitude":-113.38333},{"elevation":1987.3,"mindate":"1951-09-01","maxdate":"2010-07-01","latitude":36.4191,"name":"LUKACHUKAI, AZ US","datacoverage":0.8812,"id":"COOP:025129","elevationUnit":"METERS","longitude":-109.2269},{"elevation":1894,"mindate":"1958-11-01","maxdate":"1960-12-01","latitude":35.35,"name":"LUPTON, AZ US","datacoverage":0.9992,"id":"COOP:025156","elevationUnit":"METERS","longitude":-109.05},{"elevation":1620,"mindate":"1951-09-01","maxdate":"1975-07-01","latitude":36.36667,"name":"MANY FARMS SCHOOL, AZ US","datacoverage":0.9896,"id":"COOP:025204","elevationUnit":"METERS","longitude":-109.61667},{"elevation":353.6,"mindate":"1960-02-01","maxdate":"2015-11-01","latitude":33.1139,"name":"MARICOPA 4 N, AZ US","datacoverage":0.9986,"id":"COOP:025270","elevationUnit":"METERS","longitude":-112.0303},{"elevation":427,"mindate":"1931-01-01","maxdate":"1958-12-01","latitude":32.91667,"name":"MARICOPA 9 SSW, AZ US","datacoverage":0.8423,"id":"COOP:025274","elevationUnit":"METERS","longitude":-112.1},{"elevation":351.1,"mindate":"1931-01-01","maxdate":"1964-09-01","latitude":33.63333,"name":"MARINETTE, AZ US","datacoverage":0.8,"id":"COOP:025282","elevationUnit":"METERS","longitude":-112.3},{"elevation":2379,"mindate":"1948-05-01","maxdate":"1967-07-01","latitude":33.75,"name":"MAVERICK, AZ US","datacoverage":0.9957,"id":"COOP:025312","elevationUnit":"METERS","longitude":-109.55},{"elevation":1371.6,"mindate":"1969-03-01","maxdate":"1986-12-01","latitude":34.4,"name":"MAYER, AZ US","datacoverage":0.0151,"id":"COOP:025325","elevationUnit":"METERS","longitude":-112.25},{"elevation":1252.1,"mindate":"1986-11-01","maxdate":"2014-01-01","latitude":34.3709,"name":"MAYER NUMBER 2, AZ US","datacoverage":0.0116,"id":"COOP:025344","elevationUnit":"METERS","longitude":-112.1827},{"elevation":2237.2,"mindate":"1933-09-01","maxdate":"2015-11-01","latitude":34.1141,"name":"MC NARY 2 N, AZ US","datacoverage":0.9798,"id":"COOP:025412","elevationUnit":"METERS","longitude":-109.8588},{"elevation":1271,"mindate":"1960-04-01","maxdate":"2015-10-01","latitude":31.6016,"name":"MC NEAL, AZ US","datacoverage":0.9685,"id":"COOP:025418","elevationUnit":"METERS","longitude":-109.6686},{"elevation":895.5,"mindate":"1996-10-01","maxdate":"2014-12-01","latitude":36.0184,"name":"MEADVIEW 1 W, AZ US","datacoverage":0.9087,"id":"COOP:025426","elevationUnit":"METERS","longitude":-114.0681},{"elevation":376.4,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":33.4114,"name":"MESA, AZ US","datacoverage":0.9981,"id":"COOP:025467","elevationUnit":"METERS","longitude":-111.8183},{"elevation":1687.1,"mindate":"1962-05-01","maxdate":"2015-11-01","latitude":35.0364,"name":"METEOR CRATER, AZ US","datacoverage":0.1664,"id":"COOP:025494","elevationUnit":"METERS","longitude":-111.0231},{"elevation":1085.1,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":33.4044,"name":"MIAMI, AZ US","datacoverage":0.9853,"id":"COOP:025512","elevationUnit":"METERS","longitude":-110.87},{"elevation":1716.9,"mindate":"1950-04-01","maxdate":"1950-09-01","latitude":34.4,"name":"MILLERS RIM TRAIL RH, AZ US","datacoverage":0.8316,"id":"COOP:025560","elevationUnit":"METERS","longitude":-111.23333},{"elevation":164.9,"mindate":"1931-01-01","maxdate":"1951-05-01","latitude":32.73333,"name":"MOHAWK, AZ US","datacoverage":0.9593,"id":"COOP:025627","elevationUnit":"METERS","longitude":-113.76667},{"elevation":225.9,"mindate":"1959-02-01","maxdate":"1963-07-01","latitude":33.1,"name":"MONTEZUMA, AZ US","datacoverage":0.6859,"id":"COOP:025633","elevationUnit":"METERS","longitude":-113.38333},{"elevation":969.3,"mindate":"1938-10-01","maxdate":"2015-11-01","latitude":34.6105,"name":"MONTEZUMA CASTLE NM, AZ US","datacoverage":0.9968,"id":"COOP:025635","elevationUnit":"METERS","longitude":-111.838},{"elevation":1676.7,"mindate":"1980-10-01","maxdate":"2012-12-01","latitude":36.9854,"name":"MONUMENT VALLEY, AZ US","datacoverage":0.8759,"id":"COOP:025665","elevationUnit":"METERS","longitude":-110.1201},{"elevation":519.7,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":33.5544,"name":"MORMON FLAT, AZ US","datacoverage":0.9451,"id":"COOP:025700","elevationUnit":"METERS","longitude":-111.4425},{"elevation":2190,"mindate":"1948-05-01","maxdate":"1968-08-01","latitude":34.91667,"name":"MORMON LAKE R S, AZ US","datacoverage":0.5123,"id":"COOP:025708","elevationUnit":"METERS","longitude":-111.45},{"elevation":1147,"mindate":"1956-05-01","maxdate":"1967-07-01","latitude":31.93333,"name":"MOUNT FAGAN RANCH, AZ US","datacoverage":0.6445,"id":"COOP:025729","elevationUnit":"METERS","longitude":-110.76667},{"elevation":2403.7,"mindate":"1958-09-01","maxdate":"2010-01-01","latitude":32.4487,"name":"MOUNT LEMMON FIRE DEPARTMENT, AZ US","datacoverage":0.1718,"id":"COOP:025732","elevationUnit":"METERS","longitude":-110.75454},{"elevation":2345.1,"mindate":"1950-05-01","maxdate":"1956-12-01","latitude":32.41667,"name":"MOUNT LEMMON, AZ US","datacoverage":0.8743,"id":"COOP:025733","elevationUnit":"METERS","longitude":-110.71667},{"elevation":2788,"mindate":"1957-08-01","maxdate":"1958-08-01","latitude":32.45,"name":"MOUNT LEMMON SUMMIT, AZ US","datacoverage":0.9223,"id":"COOP:025734","elevationUnit":"METERS","longitude":-110.78333},{"elevation":1708.1,"mindate":"1925-03-01","maxdate":"1978-01-01","latitude":36.41667,"name":"MOUNT TRUMBULL, AZ US","datacoverage":0.9762,"id":"COOP:025744","elevationUnit":"METERS","longitude":-113.35},{"elevation":420.9,"mindate":"1969-12-01","maxdate":"1972-12-01","latitude":33.56667,"name":"PARADISE VALLEY NUMBER 2, AZ US","datacoverage":0.9993,"id":"COOP:025765","elevationUnit":"METERS","longitude":-111.96667},{"elevation":1972.1,"mindate":"1986-06-01","maxdate":"2012-12-01","latitude":34.9364,"name":"MUND S PARK, AZ US","datacoverage":0.9967,"id":"COOP:025780","elevationUnit":"METERS","longitude":-111.6392},{"elevation":1404.5,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":34.322,"name":"NATURAL BRIDGE, AZ US","datacoverage":0.5928,"id":"COOP:025825","elevationUnit":"METERS","longitude":-111.4532},{"elevation":1702,"mindate":"1961-04-01","maxdate":"1976-06-01","latitude":35.13333,"name":"NAVAJO, AZ US","datacoverage":0.929,"id":"COOP:025837","elevationUnit":"METERS","longitude":-109.53333},{"elevation":929.6,"mindate":"1941-04-01","maxdate":"1991-12-01","latitude":32.11667,"name":"N LAZY H RANCH, AZ US","datacoverage":1,"id":"COOP:025908","elevationUnit":"METERS","longitude":-110.68333},{"elevation":1161.9,"mindate":"1945-10-01","maxdate":"1984-01-01","latitude":31.35,"name":"NOGALES, AZ US","datacoverage":1,"id":"COOP:025921","elevationUnit":"METERS","longitude":-110.91667},{"elevation":1054.9,"mindate":"1952-10-01","maxdate":"2015-11-01","latitude":31.4554,"name":"NOGALES 6 N, AZ US","datacoverage":0.9816,"id":"COOP:025924","elevationUnit":"METERS","longitude":-110.968},{"elevation":1560,"mindate":"1982-07-01","maxdate":"2015-11-01","latitude":34.9599,"name":"OAK CREEK CANYON, AZ US","datacoverage":0.9875,"id":"COOP:026037","elevationUnit":"METERS","longitude":-111.7553},{"elevation":1403,"mindate":"1931-01-01","maxdate":"1949-09-25","latitude":32.6,"name":"ORACLE, AZ US","datacoverage":0.9819,"id":"COOP:026116","elevationUnit":"METERS","longitude":-110.78333},{"elevation":1400.6,"mindate":"2010-02-01","maxdate":"2015-11-01","latitude":32.61,"name":"ORACLE STATE PARK, AZ US","datacoverage":1,"id":"COOP:026117","elevationUnit":"METERS","longitude":-110.7317},{"elevation":1374.6,"mindate":"1950-02-01","maxdate":"2009-11-01","latitude":32.6025,"name":"ORACLE 2 SE, AZ US","datacoverage":0.9845,"id":"COOP:026119","elevationUnit":"METERS","longitude":-110.73444},{"elevation":1809,"mindate":"1938-05-01","maxdate":"1965-08-01","latitude":35.86667,"name":"ORAIBI, AZ US","datacoverage":0.5731,"id":"COOP:026124","elevationUnit":"METERS","longitude":-110.61667},{"elevation":511.5,"mindate":"1944-01-01","maxdate":"2015-11-01","latitude":31.9555,"name":"ORGAN PIPE CACTUS NM, AZ US","datacoverage":0.9931,"id":"COOP:026132","elevationUnit":"METERS","longitude":-112.8002},{"elevation":1301.5,"mindate":"1957-10-01","maxdate":"2011-12-01","latitude":36.9208,"name":"PAGE, AZ US","datacoverage":0.9769,"id":"COOP:026180","elevationUnit":"METERS","longitude":-111.4483},{"elevation":1642.9,"mindate":"1937-09-01","maxdate":"1965-02-01","latitude":31.8834,"name":"PORTAL 4 SW, AZ US","datacoverage":0.7486,"id":"COOP:026186","elevationUnit":"METERS","longitude":-109.2056},{"elevation":1755.6,"mindate":"1973-07-01","maxdate":"2015-11-01","latitude":35.068,"name":"PAINTED DESERT NATIONAL PARK, AZ US","datacoverage":0.9705,"id":"COOP:026190","elevationUnit":"METERS","longitude":-109.7688},{"elevation":173.1,"mindate":"1960-12-01","maxdate":"2015-11-01","latitude":33.0772,"name":"PAINTED ROCK DAM, AZ US","datacoverage":0.2455,"id":"COOP:026194","elevationUnit":"METERS","longitude":-113.0316},{"elevation":2425,"mindate":"1965-01-01","maxdate":"1981-09-01","latitude":32.41667,"name":"PALISADE RANGER STATION, AZ US","datacoverage":1,"id":"COOP:026202","elevationUnit":"METERS","longitude":-110.71667},{"elevation":555,"mindate":"1959-03-01","maxdate":"1960-05-01","latitude":31.78333,"name":"PAPAGO FARMS, AZ US","datacoverage":0.9304,"id":"COOP:026233","elevationUnit":"METERS","longitude":-112.28333},{"elevation":1664.2,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":31.9352,"name":"PARADISE, AZ US","datacoverage":0.1698,"id":"COOP:026242","elevationUnit":"METERS","longitude":-109.2187},{"elevation":420.9,"mindate":"1955-06-01","maxdate":"1970-01-01","latitude":33.56667,"name":"PARADISE VALLEY NUMBER 2, AZ US","datacoverage":0.9996,"id":"COOP:026244","elevationUnit":"METERS","longitude":-111.96667},{"elevation":420.9,"mindate":"1973-02-01","maxdate":"1976-09-01","latitude":33.56667,"name":"PARADISE VALLEY NUMBER 2, AZ US","datacoverage":1,"id":"COOP:026246","elevationUnit":"METERS","longitude":-111.96667},{"elevation":128,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":34.1547,"name":"PARKER, AZ US","datacoverage":0.9755,"id":"COOP:026250","elevationUnit":"METERS","longitude":-114.2908},{"elevation":1521.9,"mindate":"1972-03-01","maxdate":"1976-01-01","latitude":33.78333,"name":"PARKER CREEK MNTC YD, AZ US","datacoverage":0.0216,"id":"COOP:026260","elevationUnit":"METERS","longitude":-110.96667},{"elevation":1232.6,"mindate":"1931-01-01","maxdate":"1977-12-01","latitude":31.53923,"name":"PATAGONIA PATON CENTER, AZ US","datacoverage":1,"id":"COOP:026280","elevationUnit":"METERS","longitude":-110.76028},{"elevation":1232.6,"mindate":"1978-01-01","maxdate":"2015-08-01","latitude":31.53923,"name":"PATAGONIA PATON CENTER, AZ US","datacoverage":0.9779,"id":"COOP:026282","elevationUnit":"METERS","longitude":-110.76028},{"elevation":1677.9,"mindate":"1952-11-01","maxdate":"1976-09-01","latitude":34.4,"name":"PAYSON 12 NNE, AZ US","datacoverage":0.9966,"id":"COOP:026315","elevationUnit":"METERS","longitude":-111.26667},{"elevation":1478.9,"mindate":"1931-01-01","maxdate":"1974-02-01","latitude":34.23333,"name":"PAYSON R S, AZ US","datacoverage":0.9982,"id":"COOP:026320","elevationUnit":"METERS","longitude":-111.33333},{"elevation":1523.7,"mindate":"1974-03-01","maxdate":"2011-12-01","latitude":34.4002,"name":"PAYSON R S 2, AZ US","datacoverage":0.1476,"id":"COOP:026321","elevationUnit":"METERS","longitude":-111.5105},{"elevation":1478.3,"mindate":"1948-08-01","maxdate":"2015-11-01","latitude":34.2326,"name":"PAYSON, AZ US","datacoverage":0.979,"id":"COOP:026323","elevationUnit":"METERS","longitude":-111.3446},{"elevation":1472.8,"mindate":"1940-04-01","maxdate":"2005-08-01","latitude":35.5405,"name":"PEACH SPRINGS, AZ US","datacoverage":0.9006,"id":"COOP:026328","elevationUnit":"METERS","longitude":-113.4236},{"elevation":1325.9,"mindate":"1950-03-01","maxdate":"2015-11-01","latitude":31.9355,"name":"PEARCE SUNSITES, AZ US","datacoverage":0.8669,"id":"COOP:026353","elevationUnit":"METERS","longitude":-109.8377},{"elevation":1501.1,"mindate":"1949-01-01","maxdate":"1950-02-01","latitude":31.88333,"name":"PEARCE 5 W, AZ US","datacoverage":0.7897,"id":"COOP:026358","elevationUnit":"METERS","longitude":-109.9},{"elevation":1177.1,"mindate":"1962-05-01","maxdate":"1972-08-01","latitude":34.9,"name":"PERKINSVILLE, AZ US","datacoverage":0.9835,"id":"COOP:026424","elevationUnit":"METERS","longitude":-112.2},{"elevation":1708.1,"mindate":"1952-04-01","maxdate":"1969-12-01","latitude":35.36667,"name":"PERNER RANCH, AZ US","datacoverage":0.0131,"id":"COOP:026434","elevationUnit":"METERS","longitude":-113.28333},{"elevation":1659.9,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":34.7994,"name":"PETRIFIED FOREST NATIONAL PARK, AZ US","datacoverage":0.9971,"id":"COOP:026468","elevationUnit":"METERS","longitude":-109.885},{"elevation":771.1,"mindate":"1966-08-01","maxdate":"2015-11-01","latitude":36.1066,"name":"PHANTOM RANCH, AZ US","datacoverage":0.9257,"id":"COOP:026471","elevationUnit":"METERS","longitude":-112.0947},{"elevation":342,"mindate":"1931-01-01","maxdate":"1975-04-01","latitude":33.5,"name":"PHOENIX INDIAN SCHOOL, AZ US","datacoverage":0.9136,"id":"COOP:026476","elevationUnit":"METERS","longitude":-112.06667},{"elevation":806.5,"mindate":"1975-01-01","maxdate":"1983-04-01","latitude":33.33333,"name":"PHOENIX S MOUNTAIN, AZ US","datacoverage":0.9901,"id":"COOP:026479","elevationUnit":"METERS","longitude":-112.05},{"elevation":337.4,"mindate":"1948-01-01","maxdate":"2015-11-01","latitude":33.4277,"name":"PHOENIX AIRPORT, AZ US","datacoverage":1,"id":"COOP:026481","elevationUnit":"METERS","longitude":-112.0038},{"elevation":334.7,"mindate":"1948-07-01","maxdate":"1998-10-01","latitude":33.44889,"name":"PHOENIX CITY, AZ US","datacoverage":0.8972,"id":"COOP:026486","elevationUnit":"METERS","longitude":-112.0825},{"elevation":460.9,"mindate":"1956-01-01","maxdate":"1983-08-01","latitude":32.86667,"name":"PICACHO RESERVOIR, AZ US","datacoverage":1,"id":"COOP:026506","elevationUnit":"METERS","longitude":-111.46667},{"elevation":603.8,"mindate":"1987-12-01","maxdate":"2015-11-01","latitude":32.6463,"name":"PICACHO 8 SE, AZ US","datacoverage":0.9732,"id":"COOP:026513","elevationUnit":"METERS","longitude":-111.4017},{"elevation":417.9,"mindate":"1948-10-01","maxdate":"1952-06-01","latitude":36.11667,"name":"PIERCE FERRY, AZ US","datacoverage":1,"id":"COOP:026536","elevationUnit":"METERS","longitude":-114},{"elevation":1175.9,"mindate":"1963-06-01","maxdate":"1984-07-01","latitude":35.88333,"name":"PIERCE FERRY 17 SSW, AZ US","datacoverage":0.992,"id":"COOP:026538","elevationUnit":"METERS","longitude":-114.08333},{"elevation":1150,"mindate":"1943-07-01","maxdate":"1967-03-01","latitude":32.83333,"name":"PIMA R4 ON W2, AZ US","datacoverage":0.8679,"id":"COOP:026546","elevationUnit":"METERS","longitude":-110.01667},{"elevation":1378.9,"mindate":"1931-01-01","maxdate":"1973-12-01","latitude":33.35,"name":"PINAL RANCH, AZ US","datacoverage":0.9845,"id":"COOP:026561","elevationUnit":"METERS","longitude":-110.98333},{"elevation":1662.1,"mindate":"1973-06-01","maxdate":"1974-09-01","latitude":34.38333,"name":"PINE, AZ US","datacoverage":1,"id":"COOP:026571","elevationUnit":"METERS","longitude":-111.46667},{"elevation":1983,"mindate":"1931-01-01","maxdate":"1968-12-01","latitude":34.3,"name":"PINEDALE, AZ US","datacoverage":0.9495,"id":"COOP:026581","elevationUnit":"METERS","longitude":-110.25},{"elevation":2121.4,"mindate":"1980-01-01","maxdate":"1997-09-01","latitude":34.11667,"name":"PINETOP, AZ US","datacoverage":0.9906,"id":"COOP:026597","elevationUnit":"METERS","longitude":-109.93333},{"elevation":2194.6,"mindate":"1943-11-01","maxdate":"2015-11-01","latitude":34.124,"name":"PINETOP 2 E, AZ US","datacoverage":1,"id":"COOP:026601","elevationUnit":"METERS","longitude":-109.922},{"elevation":781.8,"mindate":"2002-05-01","maxdate":"2015-11-01","latitude":33.7275,"name":"PINNACLE PEAK, AZ US","datacoverage":0.9999,"id":"COOP:026603","elevationUnit":"METERS","longitude":-111.8605},{"elevation":1940.1,"mindate":"1959-10-01","maxdate":"1974-03-01","latitude":36.1,"name":"PINON, AZ US","datacoverage":0.8161,"id":"COOP:026604","elevationUnit":"METERS","longitude":-110.23333},{"elevation":1652.9,"mindate":"1956-03-01","maxdate":"1960-09-01","latitude":35.05,"name":"PINTA, AZ US","datacoverage":0.8904,"id":"COOP:026606","elevationUnit":"METERS","longitude":-109.65},{"elevation":1499.6,"mindate":"1963-06-01","maxdate":"2015-11-01","latitude":36.8626,"name":"PIPE SPRING NATIONAL MONUMENT, AZ US","datacoverage":0.9905,"id":"COOP:026616","elevationUnit":"METERS","longitude":-112.7374},{"elevation":580,"mindate":"1936-08-01","maxdate":"1955-12-01","latitude":32.05,"name":"PISINEMO, AZ US","datacoverage":1,"id":"COOP:026630","elevationUnit":"METERS","longitude":-112.31667},{"elevation":1579.8,"mindate":"1964-09-01","maxdate":"2015-11-01","latitude":34.1003,"name":"PLEASANT VALLEY, AZ US","datacoverage":0.9838,"id":"COOP:026653","elevationUnit":"METERS","longitude":-110.9659},{"elevation":1414.9,"mindate":"1948-01-01","maxdate":"1969-04-01","latitude":34.43333,"name":"MAYER 3 NNW, AZ US","datacoverage":0.8893,"id":"COOP:026676","elevationUnit":"METERS","longitude":-112.25},{"elevation":1524.9,"mindate":"1931-01-01","maxdate":"1955-03-01","latitude":31.9,"name":"PORTAL, AZ US","datacoverage":0.7149,"id":"COOP:026706","elevationUnit":"METERS","longitude":-109.16667},{"elevation":1642.9,"mindate":"1965-01-01","maxdate":"2015-11-01","latitude":31.8834,"name":"PORTAL 4 SW, AZ US","datacoverage":0.9886,"id":"COOP:026716","elevationUnit":"METERS","longitude":-109.2056},{"elevation":1586.5,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":34.5706,"name":"PRESCOTT, AZ US","datacoverage":0.9667,"id":"COOP:026796","elevationUnit":"METERS","longitude":-112.4322},{"elevation":1536.8,"mindate":"1948-01-01","maxdate":"1969-12-01","latitude":34.65167,"name":"PRESCOTT LOVE FIELD, AZ US","datacoverage":0.9999,"id":"COOP:026801","elevationUnit":"METERS","longitude":-112.42083},{"elevation":708.7,"mindate":"1973-06-01","maxdate":"2015-11-01","latitude":33.8555,"name":"PUNKIN CENTER, AZ US","datacoverage":0.953,"id":"COOP:026840","elevationUnit":"METERS","longitude":-111.3063},{"elevation":266.7,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":33.665,"name":"QUARTZSITE, AZ US","datacoverage":0.6516,"id":"COOP:026865","elevationUnit":"METERS","longitude":-114.2272},{"elevation":1961.1,"mindate":"1952-05-01","maxdate":"1952-10-01","latitude":37,"name":"RAINBOW LODGE, AZ US","datacoverage":0.9925,"id":"COOP:026940","elevationUnit":"METERS","longitude":-110.9},{"elevation":879,"mindate":"1941-07-01","maxdate":"2015-11-01","latitude":32.42757,"name":"REDINGTON, AZ US","datacoverage":0.9541,"id":"COOP:027036","elevationUnit":"METERS","longitude":-110.48762},{"elevation":573,"mindate":"1931-02-01","maxdate":"1973-12-01","latitude":32.48333,"name":"RED ROCK 6 SSW, AZ US","datacoverage":0.5767,"id":"COOP:027058","elevationUnit":"METERS","longitude":-111.33333},{"elevation":1495,"mindate":"1969-09-01","maxdate":"1973-07-01","latitude":35.13333,"name":"RED SANDS TRADE POST, AZ US","datacoverage":0.5534,"id":"COOP:027069","elevationUnit":"METERS","longitude":-110.88333},{"elevation":708.7,"mindate":"1931-01-01","maxdate":"1973-05-01","latitude":33.8555,"name":"PUNKIN CENTER, AZ US","datacoverage":0.9293,"id":"COOP:027081","elevationUnit":"METERS","longitude":-111.3063},{"elevation":1097.9,"mindate":"1941-06-01","maxdate":"1962-05-01","latitude":34.65,"name":"RIMROCK, AZ US","datacoverage":0.9762,"id":"COOP:027131","elevationUnit":"METERS","longitude":-111.73333},{"elevation":1677.9,"mindate":"1951-06-01","maxdate":"1952-08-01","latitude":34.4,"name":"PAYSON 12 NNE, AZ US","datacoverage":0.3323,"id":"COOP:027143","elevationUnit":"METERS","longitude":-111.26667},{"elevation":455.7,"mindate":"2009-10-01","maxdate":"2015-11-01","latitude":32.8118,"name":"ROBSON RANCH, AZ US","datacoverage":1,"id":"COOP:027187","elevationUnit":"METERS","longitude":-111.6313},{"elevation":1107,"mindate":"1955-06-01","maxdate":"1966-03-28","latitude":33.81667,"name":"ROCK CREEK R S, AZ US","datacoverage":0.0409,"id":"COOP:027210","elevationUnit":"METERS","longitude":-109.8},{"elevation":794,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":33.649,"name":"ROOSEVELT 1 S, AZ US","datacoverage":0.9941,"id":"COOP:027281","elevationUnit":"METERS","longitude":-111.1088},{"elevation":1905.9,"mindate":"1966-05-01","maxdate":"1972-04-01","latitude":36.41667,"name":"ROUGH ROCK SCHOOL, AZ US","datacoverage":0.7498,"id":"COOP:027291","elevationUnit":"METERS","longitude":-109.85},{"elevation":1140.9,"mindate":"1948-01-01","maxdate":"1969-12-01","latitude":35.1,"name":"ROUND VALLEY, AZ US","datacoverage":0.6929,"id":"COOP:027311","elevationUnit":"METERS","longitude":-113.63333},{"elevation":1311.9,"mindate":"1931-01-01","maxdate":"1944-12-01","latitude":31.46667,"name":"RUBY, AZ US","datacoverage":0.9999,"id":"COOP:027324","elevationUnit":"METERS","longitude":-111.23333},{"elevation":1214,"mindate":"1945-01-01","maxdate":"1955-12-01","latitude":31.5,"name":"RUBY 4 NW, AZ US","datacoverage":1,"id":"COOP:027326","elevationUnit":"METERS","longitude":-111.28333},{"elevation":1110.1,"mindate":"1950-02-01","maxdate":"1983-10-01","latitude":31.91667,"name":"HELMET PEAK RUBY STATION, AZ US","datacoverage":0.931,"id":"COOP:027330","elevationUnit":"METERS","longitude":-111.08333},{"elevation":1636.8,"mindate":"1931-01-01","maxdate":"2015-08-01","latitude":31.7561,"name":"RUCKER CANYON, AZ US","datacoverage":0.9567,"id":"COOP:027334","elevationUnit":"METERS","longitude":-109.413},{"elevation":1922.1,"mindate":"1952-03-01","maxdate":"1954-12-01","latitude":36.68333,"name":"RYAN STATION, AZ US","datacoverage":0.9989,"id":"COOP:027349","elevationUnit":"METERS","longitude":-112.35},{"elevation":804.7,"mindate":"1941-07-01","maxdate":"1982-09-01","latitude":32.3111,"name":"SABINO CANYON, AZ US","datacoverage":1,"id":"COOP:027355","elevationUnit":"METERS","longitude":-110.8186},{"elevation":396.2,"mindate":"1931-01-01","maxdate":"2012-12-01","latitude":33.0723,"name":"SACATON, AZ US","datacoverage":0.9045,"id":"COOP:027370","elevationUnit":"METERS","longitude":-111.7662},{"elevation":885.1,"mindate":"1931-01-01","maxdate":"1973-07-01","latitude":32.83333,"name":"SAFFORD, AZ US","datacoverage":0.9825,"id":"COOP:027388","elevationUnit":"METERS","longitude":-109.71667},{"elevation":900.4,"mindate":"1948-08-01","maxdate":"2015-11-01","latitude":32.815,"name":"SAFFORD AGRICULTURAL CENTER, AZ US","datacoverage":0.9975,"id":"COOP:027390","elevationUnit":"METERS","longitude":-109.6808},{"elevation":938.8,"mindate":"2009-07-01","maxdate":"2015-11-01","latitude":32.1794,"name":"SAGUARO NATIONAL PARK, AZ US","datacoverage":0.9868,"id":"COOP:027398","elevationUnit":"METERS","longitude":-110.7363},{"elevation":819.9,"mindate":"1956-02-01","maxdate":"1972-08-01","latitude":31.96667,"name":"SAHUARITA 2 NW, AZ US","datacoverage":0.9899,"id":"COOP:027403","elevationUnit":"METERS","longitude":-110.96667},{"elevation":1085.1,"mindate":"1983-11-01","maxdate":"1988-03-01","latitude":31.9,"name":"SAHUARITA 8 W, AZ US","datacoverage":0.9812,"id":"COOP:027419","elevationUnit":"METERS","longitude":-111.06667},{"elevation":1764.8,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":34.5172,"name":"SAINT JOHNS, AZ US","datacoverage":0.9657,"id":"COOP:027435","elevationUnit":"METERS","longitude":-109.4028},{"elevation":1574,"mindate":"1947-08-01","maxdate":"1978-09-01","latitude":31.86667,"name":"SALA RANCH, AZ US","datacoverage":0.9973,"id":"COOP:027445","elevationUnit":"METERS","longitude":-109.98333},{"elevation":580,"mindate":"1956-04-01","maxdate":"1973-02-01","latitude":33.78333,"name":"SALOME 1 ESE, AZ US","datacoverage":0.8376,"id":"COOP:027453","elevationUnit":"METERS","longitude":-113.61667},{"elevation":519.1,"mindate":"1931-01-01","maxdate":"1957-03-01","latitude":33.73333,"name":"SALOME 6 SE, AZ US","datacoverage":1,"id":"COOP:027460","elevationUnit":"METERS","longitude":-113.53333},{"elevation":487.4,"mindate":"1987-03-01","maxdate":"1998-04-01","latitude":33.68333,"name":"SALOME 17 SE, AZ US","datacoverage":0.9999,"id":"COOP:027462","elevationUnit":"METERS","longitude":-113.48333},{"elevation":1100.9,"mindate":"1941-07-01","maxdate":"1966-06-01","latitude":33.8,"name":"SALT RIVER, AZ US","datacoverage":0.7067,"id":"COOP:027466","elevationUnit":"METERS","longitude":-110.5},{"elevation":805,"mindate":"1940-01-01","maxdate":"1979-05-01","latitude":33.35,"name":"SAN CARLOS, AZ US","datacoverage":0.9324,"id":"COOP:027475","elevationUnit":"METERS","longitude":-110.45},{"elevation":880.9,"mindate":"1977-05-01","maxdate":"1980-06-01","latitude":33.38333,"name":"SAN CARLOS AIRPORT, AZ US","datacoverage":0.9471,"id":"COOP:027477","elevationUnit":"METERS","longitude":-110.46667},{"elevation":771.8,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":33.1819,"name":"SAN CARLOS RESERVOIR, AZ US","datacoverage":0.9353,"id":"COOP:027480","elevationUnit":"METERS","longitude":-110.5261},{"elevation":1784,"mindate":"1949-07-01","maxdate":"2015-11-01","latitude":35.2239,"name":"SANDERS, AZ US","datacoverage":0.8369,"id":"COOP:027488","elevationUnit":"METERS","longitude":-109.3222},{"elevation":1905,"mindate":"1961-05-01","maxdate":"1986-07-01","latitude":35.16667,"name":"SANDERS 11 ESE, AZ US","datacoverage":0.9967,"id":"COOP:027496","elevationUnit":"METERS","longitude":-109.16667},{"elevation":1042.4,"mindate":"1954-06-01","maxdate":"2015-11-01","latitude":32.60135,"name":"SAN MANUEL, AZ US","datacoverage":0.981,"id":"COOP:027530","elevationUnit":"METERS","longitude":-110.62908},{"elevation":1452.4,"mindate":"1931-01-01","maxdate":"2009-12-01","latitude":31.35333,"name":"SAN RAFAEL RANCH SP, AZ US","datacoverage":0.4948,"id":"COOP:027555","elevationUnit":"METERS","longitude":-110.61278},{"elevation":1091.2,"mindate":"1949-02-01","maxdate":"2015-11-01","latitude":32.29329,"name":"SAN SIMON, AZ US","datacoverage":0.6285,"id":"COOP:027560","elevationUnit":"METERS","longitude":-109.22691},{"elevation":1100.9,"mindate":"1931-01-01","maxdate":"1949-01-01","latitude":32.33333,"name":"SAN SIMON 5 NW, AZ US","datacoverage":0.9861,"id":"COOP:027563","elevationUnit":"METERS","longitude":-109.26667},{"elevation":1220.1,"mindate":"1941-06-01","maxdate":"1949-10-01","latitude":32.36667,"name":"SAN SIMON 9 NE, AZ US","datacoverage":0.9898,"id":"COOP:027565","elevationUnit":"METERS","longitude":-109.13333},{"elevation":1182.6,"mindate":"1962-07-01","maxdate":"1986-07-01","latitude":32.16667,"name":"SAN SIMON 9 ESE, AZ US","datacoverage":0.9999,"id":"COOP:027567","elevationUnit":"METERS","longitude":-109.08333},{"elevation":1199.1,"mindate":"1931-01-01","maxdate":"1950-12-01","latitude":31.68333,"name":"SANTA MARGARITA, AZ US","datacoverage":1,"id":"COOP:027583","elevationUnit":"METERS","longitude":-111.58333},{"elevation":1310.6,"mindate":"1950-05-01","maxdate":"2010-06-01","latitude":31.7625,"name":"SANTA RITA EXPERIMENTAL RANGE, AZ US","datacoverage":0.9391,"id":"COOP:027593","elevationUnit":"METERS","longitude":-110.8463},{"elevation":561.1,"mindate":"1959-09-01","maxdate":"1977-06-01","latitude":32.31667,"name":"SANTA ROSA SCHOOL, AZ US","datacoverage":0.9674,"id":"COOP:027600","elevationUnit":"METERS","longitude":-112.05},{"elevation":1094.2,"mindate":"1959-02-01","maxdate":"2015-11-01","latitude":31.483,"name":"SASABE, AZ US","datacoverage":0.9649,"id":"COOP:027619","elevationUnit":"METERS","longitude":-111.5436},{"elevation":1165.9,"mindate":"1951-01-01","maxdate":"2015-11-01","latitude":31.6036,"name":"SASABE 7 NW, AZ US","datacoverage":0.9564,"id":"COOP:027622","elevationUnit":"METERS","longitude":-111.6022},{"elevation":1065.3,"mindate":"1987-01-01","maxdate":"2015-11-01","latitude":31.5716,"name":"SASABE 6 NNE, AZ US","datacoverage":0.8675,"id":"COOP:027625","elevationUnit":"METERS","longitude":-111.5055},{"elevation":366.1,"mindate":"1968-03-01","maxdate":"1985-11-01","latitude":33.46667,"name":"SCOTTSDALE, AZ US","datacoverage":0.9811,"id":"COOP:027661","elevationUnit":"METERS","longitude":-111.88333},{"elevation":1800.1,"mindate":"1963-04-01","maxdate":"1972-06-01","latitude":35.5,"name":"SEBA DALKAI SCHOOL, AZ US","datacoverage":0.9188,"id":"COOP:027671","elevationUnit":"METERS","longitude":-110.43333},{"elevation":1286.3,"mindate":"1943-11-01","maxdate":"2010-11-01","latitude":34.8955,"name":"SEDONA, AZ US","datacoverage":0.9975,"id":"COOP:027708","elevationUnit":"METERS","longitude":-111.7644},{"elevation":1600.2,"mindate":"1904-12-01","maxdate":"2015-11-01","latitude":35.3322,"name":"SELIGMAN, AZ US","datacoverage":0.9497,"id":"COOP:027716","elevationUnit":"METERS","longitude":-112.8797},{"elevation":1702,"mindate":"1948-03-01","maxdate":"1951-06-02","latitude":35.3,"name":"SELIGMAN AIRPORT, AZ US","datacoverage":0.5406,"id":"COOP:027718","elevationUnit":"METERS","longitude":-113.16667},{"elevation":1598.1,"mindate":"1962-07-01","maxdate":"1982-01-01","latitude":35.13333,"name":"SELIGMAN 13 SSW, AZ US","datacoverage":0.9997,"id":"COOP:027720","elevationUnit":"METERS","longitude":-112.91667},{"elevation":714.8,"mindate":"1940-11-01","maxdate":"2009-12-01","latitude":31.9123,"name":"SELLS, AZ US","datacoverage":0.6482,"id":"COOP:027726","elevationUnit":"METERS","longitude":-111.885},{"elevation":1501.1,"mindate":"1948-01-01","maxdate":"1965-12-01","latitude":33.78333,"name":"SENECA 3 NW, AZ US","datacoverage":0.7729,"id":"COOP:027741","elevationUnit":"METERS","longitude":-110.53333},{"elevation":210,"mindate":"1950-01-01","maxdate":"1960-03-01","latitude":32.86667,"name":"SENTINEL, AZ US","datacoverage":0.9352,"id":"COOP:027751","elevationUnit":"METERS","longitude":-113.21667},{"elevation":1866.9,"mindate":"1957-10-01","maxdate":"1959-04-01","latitude":35.8,"name":"SHONGOPOVI, AZ US","datacoverage":1,"id":"COOP:027829","elevationUnit":"METERS","longitude":-110.53333},{"elevation":1524.3,"mindate":"1950-07-01","maxdate":"1963-06-01","latitude":36.9935,"name":"COLORADO CITY, AZ US","datacoverage":0.9744,"id":"COOP:027837","elevationUnit":"METERS","longitude":-112.9719},{"elevation":1955,"mindate":"1949-11-01","maxdate":"1965-11-01","latitude":34.26667,"name":"SHOW LOW, AZ US","datacoverage":0.855,"id":"COOP:027849","elevationUnit":"METERS","longitude":-110},{"elevation":1954.1,"mindate":"1965-12-01","maxdate":"2015-11-01","latitude":34.2639,"name":"SHOW LOW AIRPORT, AZ US","datacoverage":0.9967,"id":"COOP:027855","elevationUnit":"METERS","longitude":-110.0075},{"elevation":1554.5,"mindate":"1935-10-01","maxdate":"2014-01-01","latitude":33.7986,"name":"SIERRA ANCHA, AZ US","datacoverage":0.9981,"id":"COOP:027876","elevationUnit":"METERS","longitude":-110.9714},{"elevation":1403.9,"mindate":"1982-03-01","maxdate":"2009-09-01","latitude":31.53699,"name":"SIERRA VISTA, AZ US","datacoverage":0.9636,"id":"COOP:027880","elevationUnit":"METERS","longitude":-110.28073},{"elevation":463.9,"mindate":"1948-01-01","maxdate":"1952-07-01","latitude":34.46667,"name":"SIGNAL, AZ US","datacoverage":0.8104,"id":"COOP:027884","elevationUnit":"METERS","longitude":-113.63333},{"elevation":766,"mindate":"1952-06-01","maxdate":"1961-08-01","latitude":34.36667,"name":"SIGNAL 13 SW, AZ US","datacoverage":0.936,"id":"COOP:027888","elevationUnit":"METERS","longitude":-113.8},{"elevation":835.2,"mindate":"1953-03-01","maxdate":"1974-04-01","latitude":32.38333,"name":"SILVER BELL, AZ US","datacoverage":1,"id":"COOP:027915","elevationUnit":"METERS","longitude":-111.5},{"elevation":1876,"mindate":"1939-01-01","maxdate":"1967-01-01","latitude":34.35,"name":"SILVER CREEK RANCH, AZ US","datacoverage":0.994,"id":"COOP:027921","elevationUnit":"METERS","longitude":-109.98333},{"elevation":1296,"mindate":"1972-09-01","maxdate":"1980-11-01","latitude":34.5,"name":"SKULL VALLEY, AZ US","datacoverage":0.9294,"id":"COOP:027965","elevationUnit":"METERS","longitude":-112.68333},{"elevation":588.9,"mindate":"1974-08-01","maxdate":"1978-02-01","latitude":32.51667,"name":"SLATE MOUNTAIN, AZ US","datacoverage":1,"id":"COOP:027984","elevationUnit":"METERS","longitude":-111.88333},{"elevation":1492,"mindate":"2012-01-01","maxdate":"2015-11-01","latitude":31.681,"name":"SONOITA, AZ US","datacoverage":0.7663,"id":"COOP:027990","elevationUnit":"METERS","longitude":-110.6554},{"elevation":1719.7,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":34.508,"name":"SNOWFLAKE, AZ US","datacoverage":0.9784,"id":"COOP:028012","elevationUnit":"METERS","longitude":-110.0838},{"elevation":1853.2,"mindate":"1965-05-01","maxdate":"1998-02-01","latitude":34.5,"name":"SNOWFLAKE 15 W, AZ US","datacoverage":1,"id":"COOP:028018","elevationUnit":"METERS","longitude":-110.33333},{"elevation":57,"mindate":"2010-07-01","maxdate":"2011-12-01","latitude":32.57639,"name":"SOMERTON, AZ US","datacoverage":0.998,"id":"COOP:028070","elevationUnit":"METERS","longitude":-114.64111},{"elevation":352,"mindate":"1961-01-01","maxdate":"2007-05-01","latitude":33.3814,"name":"SOUTH PHOENIX, AZ US","datacoverage":1,"id":"COOP:028112","elevationUnit":"METERS","longitude":-112.07},{"elevation":2133,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":34.1311,"name":"SPRINGERVILLE, AZ US","datacoverage":0.9971,"id":"COOP:028162","elevationUnit":"METERS","longitude":-109.275},{"elevation":399.9,"mindate":"1954-05-01","maxdate":"1955-05-01","latitude":32.88333,"name":"STANFIELD, AZ US","datacoverage":0.9992,"id":"COOP:028177","elevationUnit":"METERS","longitude":-111.96667},{"elevation":1061,"mindate":"1944-04-01","maxdate":"1969-12-01","latitude":34.16667,"name":"STANTON, AZ US","datacoverage":0.9999,"id":"COOP:028184","elevationUnit":"METERS","longitude":-112.73333},{"elevation":1218.9,"mindate":"1931-01-01","maxdate":"1982-03-01","latitude":31.4,"name":"STEPHENS RANCH, AZ US","datacoverage":0.9757,"id":"COOP:028206","elevationUnit":"METERS","longitude":-109.2},{"elevation":433.4,"mindate":"1939-06-01","maxdate":"2015-11-01","latitude":33.5575,"name":"STEWART MOUNTAIN DAM, AZ US","datacoverage":0.9662,"id":"COOP:028214","elevationUnit":"METERS","longitude":-111.5358},{"elevation":1113.1,"mindate":"1951-10-01","maxdate":"1977-05-24","latitude":33.55,"name":"SUMMIT, AZ US","datacoverage":0.0268,"id":"COOP:028264","elevationUnit":"METERS","longitude":-110.95},{"elevation":307.8,"mindate":"1956-08-01","maxdate":"1957-01-01","latitude":33.18333,"name":"SUNDAD, AZ US","datacoverage":0.9925,"id":"COOP:028268","elevationUnit":"METERS","longitude":-113.23333},{"elevation":1133.9,"mindate":"1945-01-01","maxdate":"2003-04-01","latitude":33.91194,"name":"SUNFLOWER 3 NNW, AZ US","datacoverage":0.8769,"id":"COOP:028273","elevationUnit":"METERS","longitude":-111.48556},{"elevation":2856,"mindate":"1972-01-01","maxdate":"2015-11-01","latitude":33.9733,"name":"SUNRISE MOUNTAIN, AZ US","datacoverage":0.4896,"id":"COOP:028326","elevationUnit":"METERS","longitude":-109.563},{"elevation":2127.5,"mindate":"1969-12-01","maxdate":"2015-11-01","latitude":35.3694,"name":"SUNSET CRATER NM, AZ US","datacoverage":0.9982,"id":"COOP:028329","elevationUnit":"METERS","longitude":-111.5436},{"elevation":976.6,"mindate":"1956-06-01","maxdate":"1987-02-01","latitude":36.2,"name":"SUPAI, AZ US","datacoverage":0.9973,"id":"COOP:028343","elevationUnit":"METERS","longitude":-112.7},{"elevation":871.7,"mindate":"1931-01-01","maxdate":"2006-08-01","latitude":33.3002,"name":"SUPERIOR, AZ US","datacoverage":0.989,"id":"COOP:028348","elevationUnit":"METERS","longitude":-111.0972},{"elevation":1266.4,"mindate":"1974-01-01","maxdate":"2008-02-01","latitude":33.305,"name":"SUPERIOR 2 ENE, AZ US","datacoverage":0.9669,"id":"COOP:028349","elevationUnit":"METERS","longitude":-111.0672},{"elevation":851,"mindate":"1948-09-01","maxdate":"1958-03-01","latitude":33.3,"name":"SUPERIOR SMELTER, AZ US","datacoverage":0.9348,"id":"COOP:028351","elevationUnit":"METERS","longitude":-111.1},{"elevation":598,"mindate":"1946-11-01","maxdate":"1968-01-28","latitude":33.36667,"name":"SUPERSTITION MOUNTAIN, AZ US","datacoverage":0.9627,"id":"COOP:028356","elevationUnit":"METERS","longitude":-111.43333},{"elevation":1232,"mindate":"1931-01-01","maxdate":"1959-12-01","latitude":34.35,"name":"DUGAS 2 SE, AZ US","datacoverage":0.9799,"id":"COOP:028391","elevationUnit":"METERS","longitude":-111.95},{"elevation":98.8,"mindate":"1969-01-01","maxdate":"2015-11-01","latitude":32.7225,"name":"TACNA 3 NE, AZ US","datacoverage":1,"id":"COOP:028396","elevationUnit":"METERS","longitude":-113.9191},{"elevation":1086,"mindate":"1939-01-01","maxdate":"1967-03-01","latitude":32.61667,"name":"TANQUE R9 ON W4, AZ US","datacoverage":0.8273,"id":"COOP:028409","elevationUnit":"METERS","longitude":-109.61667},{"elevation":1612.4,"mindate":"1962-06-01","maxdate":"2015-11-01","latitude":36.9233,"name":"TEEC NOS POS, AZ US","datacoverage":0.9657,"id":"COOP:028468","elevationUnit":"METERS","longitude":-109.09},{"elevation":1769.1,"mindate":"1952-11-01","maxdate":"1960-06-01","latitude":35.5,"name":"TEES TO, AZ US","datacoverage":0.7612,"id":"COOP:028483","elevationUnit":"METERS","longitude":-110.41667},{"elevation":351.1,"mindate":"1931-01-01","maxdate":"1984-09-01","latitude":33.43333,"name":"TEMPE 1 SE, AZ US","datacoverage":1,"id":"COOP:028489","elevationUnit":"METERS","longitude":-111.93333},{"elevation":360,"mindate":"1944-01-01","maxdate":"1952-06-01","latitude":33.38333,"name":"TEMPE 3 S, AZ US","datacoverage":1,"id":"COOP:028494","elevationUnit":"METERS","longitude":-111.93333},{"elevation":365.8,"mindate":"1996-10-01","maxdate":"2001-02-14","latitude":33.44611,"name":"TEMPE SRP, AZ US","datacoverage":0.0142,"id":"COOP:028495","elevationUnit":"METERS","longitude":-111.95111},{"elevation":360,"mindate":"1931-01-01","maxdate":"1943-12-01","latitude":33.38333,"name":"TEMPE 3 S, AZ US","datacoverage":1,"id":"COOP:028496","elevationUnit":"METERS","longitude":-111.93333},{"elevation":355.7,"mindate":"1953-01-01","maxdate":"2015-11-01","latitude":33.4258,"name":"TEMPE ASU, AZ US","datacoverage":0.9881,"id":"COOP:028499","elevationUnit":"METERS","longitude":-111.9216},{"elevation":390.1,"mindate":"1987-12-01","maxdate":"2007-05-01","latitude":36.03,"name":"TEMPLE BAR, AZ US","datacoverage":0.983,"id":"COOP:028516","elevationUnit":"METERS","longitude":-114.3288},{"elevation":335,"mindate":"1952-07-01","maxdate":"1960-09-01","latitude":33.56667,"name":"WADDELL 3 SSE, AZ US","datacoverage":0.9998,"id":"COOP:028566","elevationUnit":"METERS","longitude":-112.4},{"elevation":975.4,"mindate":"2009-11-01","maxdate":"2011-12-01","latitude":32.0138,"name":"THREE POINTS FIRE DEPARTMENT, AZ US","datacoverage":0.8081,"id":"COOP:028569","elevationUnit":"METERS","longitude":-111.2638},{"elevation":2097,"mindate":"1965-06-01","maxdate":"1967-06-01","latitude":34.6108,"name":"BLUE RIDGE RANGER STATION, AZ US","datacoverage":1,"id":"COOP:028576","elevationUnit":"METERS","longitude":-111.1922},{"elevation":770.2,"mindate":"2009-07-01","maxdate":"2015-11-01","latitude":32.3391,"name":"TOHONO CHUL, AZ US","datacoverage":0.9999,"id":"COOP:028590","elevationUnit":"METERS","longitude":-110.9808},{"elevation":312.4,"mindate":"1951-10-01","maxdate":"2015-11-01","latitude":33.4519,"name":"TOLLESON 1 E, AZ US","datacoverage":0.9766,"id":"COOP:028598","elevationUnit":"METERS","longitude":-112.2433},{"elevation":1420.1,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":31.7119,"name":"TOMBSTONE, AZ US","datacoverage":0.9686,"id":"COOP:028619","elevationUnit":"METERS","longitude":-110.0686},{"elevation":1681,"mindate":"1948-10-01","maxdate":"1949-07-01","latitude":36.33333,"name":"TONALEA, AZ US","datacoverage":0.9011,"id":"COOP:028634","elevationUnit":"METERS","longitude":-110.95},{"elevation":396.2,"mindate":"1951-09-01","maxdate":"2010-07-01","latitude":33.4204,"name":"TONOPAH, AZ US","datacoverage":0.4753,"id":"COOP:028641","elevationUnit":"METERS","longitude":-112.86},{"elevation":1915.1,"mindate":"1944-06-01","maxdate":"1975-07-01","latitude":34.36667,"name":"TONTO CREEK FISH HAT, AZ US","datacoverage":0.9626,"id":"COOP:028649","elevationUnit":"METERS","longitude":-111.1},{"elevation":1947.7,"mindate":"1975-08-01","maxdate":"2010-11-01","latitude":34.3839,"name":"TONTO CK FISH HAT NUMBER 2, AZ US","datacoverage":0.9552,"id":"COOP:028650","elevationUnit":"METERS","longitude":-111.0972},{"elevation":1122,"mindate":"1973-09-01","maxdate":"1974-06-01","latitude":33.88333,"name":"TONTO HILLS, AZ US","datacoverage":1,"id":"COOP:028653","elevationUnit":"METERS","longitude":-111.83333},{"elevation":1464,"mindate":"1931-04-01","maxdate":"1966-12-01","latitude":34.61667,"name":"TONTO SPRINGS R S 4 W, AZ US","datacoverage":0.7925,"id":"COOP:028657","elevationUnit":"METERS","longitude":-112.75},{"elevation":136.9,"mindate":"1961-01-01","maxdate":"1963-12-01","latitude":34.71667,"name":"TOPOCK, AZ US","datacoverage":1,"id":"COOP:028678","elevationUnit":"METERS","longitude":-114.48333},{"elevation":153,"mindate":"1948-05-01","maxdate":"1960-08-01","latitude":34.7,"name":"TOPOCK 2 SSE, AZ US","datacoverage":0.9997,"id":"COOP:028686","elevationUnit":"METERS","longitude":-114.45},{"elevation":869,"mindate":"1948-03-01","maxdate":"1969-12-01","latitude":34.88333,"name":"TROUT CREEK STORE, AZ US","datacoverage":0.6758,"id":"COOP:028762","elevationUnit":"METERS","longitude":-113.65},{"elevation":1164.3,"mindate":"1931-01-01","maxdate":"2008-01-01","latitude":35.38806,"name":"TRUXTON CANYON, AZ US","datacoverage":0.9529,"id":"COOP:028778","elevationUnit":"METERS","longitude":-113.65944},{"elevation":1520.3,"mindate":"1905-01-01","maxdate":"2012-12-01","latitude":36.1305,"name":"TUBA CITY, AZ US","datacoverage":0.8356,"id":"COOP:028792","elevationUnit":"METERS","longitude":-111.2436},{"elevation":780.6,"mindate":"1982-05-01","maxdate":"2015-11-01","latitude":32.2541,"name":"TUCSON 17 NW, AZ US","datacoverage":0.9727,"id":"COOP:028795","elevationUnit":"METERS","longitude":-111.1961},{"elevation":710.2,"mindate":"1949-02-01","maxdate":"2012-12-01","latitude":32.2816,"name":"TUCSON CP AVE EXPERIMENTAL FM, AZ US","datacoverage":0.9896,"id":"COOP:028796","elevationUnit":"METERS","longitude":-110.9441},{"elevation":769.9,"mindate":"1934-10-01","maxdate":"1994-03-01","latitude":32.25,"name":"TUCSON MAGNETIC OBSERVATORY, AZ US","datacoverage":1,"id":"COOP:028800","elevationUnit":"METERS","longitude":-110.83333},{"elevation":860.1,"mindate":"1943-10-01","maxdate":"1954-12-01","latitude":32.25,"name":"ARIZONA SONORA DST M, AZ US","datacoverage":0.8294,"id":"COOP:028805","elevationUnit":"METERS","longitude":-111.16667},{"elevation":816.9,"mindate":"1948-11-01","maxdate":"1948-12-01","latitude":32.21667,"name":"TUCSON MOUNTAIN PARK, AZ US","datacoverage":0.499,"id":"COOP:028806","elevationUnit":"METERS","longitude":-111.13333},{"elevation":686.1,"mindate":"1948-01-01","maxdate":"1965-03-01","latitude":32.3,"name":"TUCSON NURSERY 4 NW, AZ US","datacoverage":1,"id":"COOP:028810","elevationUnit":"METERS","longitude":-111.05},{"elevation":742.2,"mindate":"1931-01-01","maxdate":"2008-01-01","latitude":32.22917,"name":"TUCSON WEATHER FORECAST OFFICE, AZ US","datacoverage":0.9935,"id":"COOP:028815","elevationUnit":"METERS","longitude":-110.95361},{"elevation":705.6,"mindate":"1982-05-01","maxdate":"2012-12-01","latitude":32.258,"name":"TUCSON U OF A NUMBER 1, AZ US","datacoverage":0.9754,"id":"COOP:028817","elevationUnit":"METERS","longitude":-111.0052},{"elevation":776.9,"mindate":"1948-01-01","maxdate":"2015-11-01","latitude":32.1313,"name":"TUCSON INTERNATIONAL AIRPORT, AZ US","datacoverage":1,"id":"COOP:028820","elevationUnit":"METERS","longitude":-110.9552},{"elevation":995.8,"mindate":"1946-05-01","maxdate":"2015-11-01","latitude":31.5677,"name":"TUMACACORI NM, AZ US","datacoverage":0.9928,"id":"COOP:028865","elevationUnit":"METERS","longitude":-111.0497},{"elevation":2058.9,"mindate":"1955-06-01","maxdate":"1966-03-28","latitude":33.75,"name":"TURKEY CREEK 1, AZ US","datacoverage":0.0448,"id":"COOP:028875","elevationUnit":"METERS","longitude":-109.8},{"elevation":1455.4,"mindate":"1941-07-01","maxdate":"2008-01-01","latitude":36.2861,"name":"TUWEEP, AZ US","datacoverage":0.9606,"id":"COOP:028895","elevationUnit":"METERS","longitude":-113.0636},{"elevation":1057.7,"mindate":"1977-07-01","maxdate":"2015-11-01","latitude":34.7705,"name":"TUZIGOOT, AZ US","datacoverage":0.9956,"id":"COOP:028904","elevationUnit":"METERS","longitude":-112.0263},{"elevation":1521.9,"mindate":"1948-01-01","maxdate":"1972-04-01","latitude":33.78333,"name":"PARKER CREEK MNTC YD, AZ US","datacoverage":0.9338,"id":"COOP:028940","elevationUnit":"METERS","longitude":-110.96667},{"elevation":984.5,"mindate":"1977-09-01","maxdate":"2010-06-01","latitude":32.0455,"name":"VAIL, AZ US","datacoverage":0.0105,"id":"COOP:028995","elevationUnit":"METERS","longitude":-110.7141},{"elevation":908.3,"mindate":"1992-02-01","maxdate":"2015-11-01","latitude":32.1263,"name":"VAIL 7 N, AZ US","datacoverage":0.8952,"id":"COOP:028998","elevationUnit":"METERS","longitude":-110.7247},{"elevation":1795.9,"mindate":"1957-05-01","maxdate":"1962-10-01","latitude":35.65,"name":"VALLE, AZ US","datacoverage":0.1666,"id":"COOP:029005","elevationUnit":"METERS","longitude":-112.2},{"elevation":1830,"mindate":"1947-09-01","maxdate":"1959-10-01","latitude":35.66667,"name":"VALLE AIRPORT, AZ US","datacoverage":0.7192,"id":"COOP:029007","elevationUnit":"METERS","longitude":-112.15},{"elevation":360,"mindate":"1943-08-01","maxdate":"1952-12-01","latitude":33.38333,"name":"TEMPE U. OF A. CITRUS EXP. STATION, AZ US","datacoverage":0.9995,"id":"COOP:029015","elevationUnit":"METERS","longitude":-111.96667},{"elevation":335,"mindate":"1960-10-01","maxdate":"1961-12-01","latitude":33.56667,"name":"WADDELL 3 SSE, AZ US","datacoverage":0.999,"id":"COOP:029095","elevationUnit":"METERS","longitude":-112.4},{"elevation":580,"mindate":"1963-03-01","maxdate":"1966-05-01","latitude":32.21667,"name":"WAHAK HOTRONTK, AZ US","datacoverage":0.9736,"id":"COOP:029109","elevationUnit":"METERS","longitude":-112.36667},{"elevation":1136.9,"mindate":"1961-05-01","maxdate":"2012-12-01","latitude":36.9953,"name":"WAHWEAP, AZ US","datacoverage":0.9757,"id":"COOP:029114","elevationUnit":"METERS","longitude":-111.4914},{"elevation":2137.9,"mindate":"1931-01-01","maxdate":"1959-04-01","latitude":34.53333,"name":"WALLACE R S, AZ US","datacoverage":0.8266,"id":"COOP:029150","elevationUnit":"METERS","longitude":-110.91667},{"elevation":2040.6,"mindate":"1950-12-01","maxdate":"2015-11-01","latitude":35.1721,"name":"WALNUT CANYON N.M., AZ US","datacoverage":0.9949,"id":"COOP:029156","elevationUnit":"METERS","longitude":-111.5097},{"elevation":1551.4,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":34.9281,"name":"WALNUT CREEK, AZ US","datacoverage":0.9922,"id":"COOP:029158","elevationUnit":"METERS","longitude":-112.8097},{"elevation":1147.3,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":34.3117,"name":"WALNUT GROVE, AZ US","datacoverage":0.9932,"id":"COOP:029166","elevationUnit":"METERS","longitude":-112.5619},{"elevation":78.9,"mindate":"1931-01-01","maxdate":"1980-12-01","latitude":32.66667,"name":"WELLTON, AZ US","datacoverage":0.955,"id":"COOP:029211","elevationUnit":"METERS","longitude":-114.13333},{"elevation":73.2,"mindate":"1950-03-01","maxdate":"1951-10-01","latitude":32.71667,"name":"WELLTON 6 NE, AZ US","datacoverage":0.998,"id":"COOP:029215","elevationUnit":"METERS","longitude":-114.05},{"elevation":566.9,"mindate":"1973-02-01","maxdate":"1973-12-01","latitude":33.81667,"name":"WENDEN, AZ US","datacoverage":1,"id":"COOP:029223","elevationUnit":"METERS","longitude":-113.53333},{"elevation":741,"mindate":"1962-04-01","maxdate":"1966-11-01","latitude":35.7,"name":"WHITE HILLS 5 WSW, AZ US","datacoverage":0.7141,"id":"COOP:029269","elevationUnit":"METERS","longitude":-114.48333},{"elevation":1575.8,"mindate":"1931-01-01","maxdate":"2012-01-01","latitude":33.8215,"name":"WHITERIVER 1 SW, AZ US","datacoverage":0.8786,"id":"COOP:029271","elevationUnit":"METERS","longitude":-109.984},{"elevation":1003.1,"mindate":"1939-01-01","maxdate":"1967-03-01","latitude":32.81667,"name":"WHITLOCK VALLEY R2, AZ US","datacoverage":0.8809,"id":"COOP:029279","elevationUnit":"METERS","longitude":-109.51667},{"elevation":638.6,"mindate":"1931-01-01","maxdate":"2008-03-01","latitude":33.9792,"name":"WICKENBURG, AZ US","datacoverage":0.9795,"id":"COOP:029287","elevationUnit":"METERS","longitude":-112.7403},{"elevation":612.6,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":34.7055,"name":"WIKIEUP, AZ US","datacoverage":0.8911,"id":"COOP:029309","elevationUnit":"METERS","longitude":-113.6124},{"elevation":1271,"mindate":"1939-11-01","maxdate":"2015-11-01","latitude":32.2553,"name":"WILLCOX, AZ US","datacoverage":0.9847,"id":"COOP:029334","elevationUnit":"METERS","longitude":-109.8369},{"elevation":1281.1,"mindate":"1931-01-01","maxdate":"1939-04-01","latitude":32.31667,"name":"WILLCOX 8 NW, AZ US","datacoverage":0.9906,"id":"COOP:029337","elevationUnit":"METERS","longitude":-109.95},{"elevation":2105.9,"mindate":"1907-04-01","maxdate":"2015-11-01","latitude":35.2413,"name":"WILLIAMS, AZ US","datacoverage":0.9885,"id":"COOP:029359","elevationUnit":"METERS","longitude":-112.1929},{"elevation":1754.1,"mindate":"1965-06-01","maxdate":"1968-03-01","latitude":35.53333,"name":"WILLIAMS 24 NNW, AZ US","datacoverage":0.9999,"id":"COOP:029362","elevationUnit":"METERS","longitude":-112.4},{"elevation":2122.9,"mindate":"1961-11-01","maxdate":"1975-07-01","latitude":34.05,"name":"WILLIAMS CK HATCHERY, AZ US","datacoverage":0.9938,"id":"COOP:029367","elevationUnit":"METERS","longitude":-109.81667},{"elevation":225.6,"mindate":"1967-10-01","maxdate":"2007-09-01","latitude":35.8686,"name":"WILLOW BEACH, AZ US","datacoverage":0.9813,"id":"COOP:029376","elevationUnit":"METERS","longitude":-114.6611},{"elevation":1125,"mindate":"1943-03-01","maxdate":"1979-03-01","latitude":32.71667,"name":"WILLOW SPRINGS RANCH, AZ US","datacoverage":0.8544,"id":"COOP:029382","elevationUnit":"METERS","longitude":-110.86667},{"elevation":2109.2,"mindate":"1949-01-01","maxdate":"1999-09-01","latitude":35.61694,"name":"WINDOW ROCK 4 SW, AZ US","datacoverage":0.9886,"id":"COOP:029410","elevationUnit":"METERS","longitude":-109.12444},{"elevation":634,"mindate":"1951-05-01","maxdate":"1980-05-01","latitude":32.91667,"name":"WINKELMAN 6 S, AZ US","datacoverage":0.9712,"id":"COOP:029420","elevationUnit":"METERS","longitude":-110.71667},{"elevation":789.4,"mindate":"1985-03-01","maxdate":"1995-02-01","latitude":32.86667,"name":"WINKLEMAN 12 SE, AZ US","datacoverage":1,"id":"COOP:029425","elevationUnit":"METERS","longitude":-110.6},{"elevation":1484.1,"mindate":"2004-05-01","maxdate":"2007-10-01","latitude":35.0216,"name":"WINSLOW, AZ US","datacoverage":0.9519,"id":"COOP:029437","elevationUnit":"METERS","longitude":-110.696},{"elevation":1489.3,"mindate":"1948-01-01","maxdate":"2015-11-01","latitude":35.0281,"name":"WINSLOW AIRPORT, AZ US","datacoverage":1,"id":"COOP:029439","elevationUnit":"METERS","longitude":-110.7208},{"elevation":513,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":33.7776,"name":"WITTMANN 1 SE, AZ US","datacoverage":0.5407,"id":"COOP:029464","elevationUnit":"METERS","longitude":-112.523},{"elevation":2126,"mindate":"1948-01-01","maxdate":"1986-03-01","latitude":33.81667,"name":"WORKMAN CREEK 1, AZ US","datacoverage":0.956,"id":"COOP:029534","elevationUnit":"METERS","longitude":-110.91667},{"elevation":2126,"mindate":"1950-08-10","maxdate":"1950-08-10","latitude":33.81667,"name":"WORKMAN CREEK 2, AZ US","datacoverage":0.2381,"id":"COOP:029535","elevationUnit":"METERS","longitude":-110.91667},{"elevation":1496,"mindate":"1939-09-01","maxdate":"2015-11-01","latitude":35.5247,"name":"WUPATKI NM, AZ US","datacoverage":0.9716,"id":"COOP:029542","elevationUnit":"METERS","longitude":-111.3702},{"elevation":1399,"mindate":"1939-01-01","maxdate":"2012-12-01","latitude":31.4516,"name":"Y LIGHTNING RANCH, AZ US","datacoverage":0.9718,"id":"COOP:029562","elevationUnit":"METERS","longitude":-110.2266},{"elevation":1830,"mindate":"1931-01-01","maxdate":"1948-08-01","latitude":34.68333,"name":"YAEGER CANYON, AZ US","datacoverage":0.9764,"id":"COOP:029572","elevationUnit":"METERS","longitude":-112.16667},{"elevation":1153.1,"mindate":"1946-12-01","maxdate":"1975-04-01","latitude":34.45,"name":"YAVA 6 ESE, AZ US","datacoverage":1,"id":"COOP:029601","elevationUnit":"METERS","longitude":-112.8},{"elevation":1579.8,"mindate":"1931-01-01","maxdate":"1964-08-01","latitude":34.1003,"name":"PLEASANT VALLEY, AZ US","datacoverage":0.9653,"id":"COOP:029622","elevationUnit":"METERS","longitude":-110.9659},{"elevation":1989.1,"mindate":"1952-04-01","maxdate":"1956-12-01","latitude":34.26667,"name":"YOUNG 12 N, AZ US","datacoverage":0.9994,"id":"COOP:029626","elevationUnit":"METERS","longitude":-110.9},{"elevation":345.9,"mindate":"1964-03-01","maxdate":"2015-11-01","latitude":33.595,"name":"YOUNGTOWN, AZ US","datacoverage":0.9984,"id":"COOP:029634","elevationUnit":"METERS","longitude":-112.3014},{"elevation":594.4,"mindate":"1953-06-01","maxdate":"2010-12-01","latitude":34.8775,"name":"YUCCA 1 NNE, AZ US","datacoverage":0.9696,"id":"COOP:029645","elevationUnit":"METERS","longitude":-114.1344},{"elevation":58.2,"mindate":"1931-01-01","maxdate":"2006-03-01","latitude":32.6114,"name":"YUMA CITRUS STATION, AZ US","datacoverage":0.9735,"id":"COOP:029652","elevationUnit":"METERS","longitude":-114.635},{"elevation":98.8,"mindate":"1958-01-01","maxdate":"2015-11-01","latitude":32.8356,"name":"YUMA PROVING GROUND, AZ US","datacoverage":0.9799,"id":"COOP:029654","elevationUnit":"METERS","longitude":-114.3942},{"elevation":48.8,"mindate":"1993-01-01","maxdate":"2015-11-01","latitude":32.7276,"name":"YUMA QUARTERMASTER DEPOT, AZ US","datacoverage":0.9347,"id":"COOP:029656","elevationUnit":"METERS","longitude":-114.6217},{"elevation":36.6,"mindate":"1931-01-01","maxdate":"1992-12-01","latitude":32.71667,"name":"YUMA VALLEY, AZ US","datacoverage":0.9368,"id":"COOP:029657","elevationUnit":"METERS","longitude":-114.71667},{"elevation":121.9,"mindate":"2001-03-01","maxdate":"2004-02-01","latitude":32.63806,"name":"YUMA FOOTHILLS, AZ US","datacoverage":0.8609,"id":"COOP:029659","elevationUnit":"METERS","longitude":-114.40944},{"elevation":62.8,"mindate":"1948-09-01","maxdate":"1996-08-01","latitude":32.66667,"name":"YUMA INTERNATIONAL AIRPORT, AZ US","datacoverage":0.9964,"id":"COOP:029660","elevationUnit":"METERS","longitude":-114.6},{"elevation":73.2,"mindate":"1948-01-01","maxdate":"1974-04-01","latitude":32.73333,"name":"YUMA WEATHER BUREAU CITY, CA US","datacoverage":0.9906,"id":"COOP:029662","elevationUnit":"METERS","longitude":-114.61667},{"elevation":207.3,"mindate":"1941-07-01","maxdate":"2015-11-01","latitude":35.0237,"name":"ABBOTT, AR US","datacoverage":0.9451,"id":"COOP:030006","elevationUnit":"METERS","longitude":-94.1594},{"elevation":78.6,"mindate":"1948-05-01","maxdate":"2015-11-01","latitude":35.9307,"name":"ALICIA 2 NNE, AR US","datacoverage":0.8914,"id":"COOP:030064","elevationUnit":"METERS","longitude":-91.055},{"elevation":121.9,"mindate":"1944-04-01","maxdate":"1949-12-01","latitude":34.23333,"name":"ALPINE, AR US","datacoverage":0.7388,"id":"COOP:030118","elevationUnit":"METERS","longitude":-93.28333},{"elevation":212.8,"mindate":"1937-02-01","maxdate":"2015-11-01","latitude":34.7961,"name":"ALUM FORK, AR US","datacoverage":0.9948,"id":"COOP:030130","elevationUnit":"METERS","longitude":-92.8417},{"elevation":274,"mindate":"1948-01-01","maxdate":"1984-03-01","latitude":34.8,"name":"ALY, AR US","datacoverage":0.9928,"id":"COOP:030136","elevationUnit":"METERS","longitude":-93.46667},{"elevation":158.5,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":34.26861,"name":"AMITY, AR US","datacoverage":0.843,"id":"COOP:030150","elevationUnit":"METERS","longitude":-93.46972},{"elevation":91.4,"mindate":"1940-04-01","maxdate":"2015-11-01","latitude":34.0275,"name":"ANTOINE 1 SW, AR US","datacoverage":0.9053,"id":"COOP:030178","elevationUnit":"METERS","longitude":-93.4332},{"elevation":121.9,"mindate":"1944-01-01","maxdate":"1975-04-01","latitude":34.96667,"name":"APLIN 1, AR US","datacoverage":1,"id":"COOP:030188","elevationUnit":"METERS","longitude":-93},{"elevation":159.1,"mindate":"1948-01-01","maxdate":"1966-10-01","latitude":35.41667,"name":"APPLETON, AR US","datacoverage":0.3319,"id":"COOP:030196","elevationUnit":"METERS","longitude":-92.88333},{"elevation":59.7,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":34.1433,"name":"ARKADELPHIA, AR US","datacoverage":0.9725,"id":"COOP:030220","elevationUnit":"METERS","longitude":-93.0589},{"elevation":51.8,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":33.63778,"name":"ARKANSAS CITY, AR US","datacoverage":0.9657,"id":"COOP:030234","elevationUnit":"METERS","longitude":-91.21194},{"elevation":59.1,"mindate":"1963-09-01","maxdate":"2015-11-01","latitude":34.025,"name":"ARKANSAS POST, AR US","datacoverage":0.9968,"id":"COOP:030240","elevationUnit":"METERS","longitude":-91.3444},{"elevation":97.5,"mindate":"1945-03-01","maxdate":"2015-11-01","latitude":33.6195,"name":"ASHDOWN 4 SSE, AR US","datacoverage":0.914,"id":"COOP:030286","elevationUnit":"METERS","longitude":-94.0994},{"elevation":292.6,"mindate":"1948-07-01","maxdate":"2013-12-01","latitude":34.32528,"name":"ATHENS, AR US","datacoverage":0.9465,"id":"COOP:030300","elevationUnit":"METERS","longitude":-93.98111},{"elevation":100.9,"mindate":"1948-05-03","maxdate":"1950-09-01","latitude":33.11667,"name":"ATLANTA, AR US","datacoverage":0.7913,"id":"COOP:030310","elevationUnit":"METERS","longitude":-93.03333},{"elevation":59.4,"mindate":"1943-12-01","maxdate":"2015-11-01","latitude":35.2894,"name":"AUGUSTA, AR US","datacoverage":0.9769,"id":"COOP:030326","elevationUnit":"METERS","longitude":-91.3533},{"elevation":70.1,"mindate":"1950-01-01","maxdate":"1967-03-01","latitude":35.3,"name":"BALD KNOB, AR US","datacoverage":0.9906,"id":"COOP:030350","elevationUnit":"METERS","longitude":-91.56667},{"elevation":177.1,"mindate":"1967-01-01","maxdate":"1975-03-01","latitude":35.38333,"name":"BALD KNOB 5 N, AR US","datacoverage":1,"id":"COOP:030355","elevationUnit":"METERS","longitude":-91.56667},{"elevation":110,"mindate":"1937-03-01","maxdate":"1951-01-31","latitude":35.76667,"name":"BATESVILLE AIRWAY, AR US","datacoverage":0.9996,"id":"COOP:030456","elevationUnit":"METERS","longitude":-91.65},{"elevation":174,"mindate":"1941-07-01","maxdate":"2015-11-01","latitude":35.8306,"name":"BATESVILLE LVSTK, AR US","datacoverage":0.9933,"id":"COOP:030458","elevationUnit":"METERS","longitude":-91.7944},{"elevation":88.4,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":35.7595,"name":"BATESVILLE LOCK AND DAM 1, AR US","datacoverage":0.9784,"id":"COOP:030460","elevationUnit":"METERS","longitude":-91.6384},{"elevation":67.1,"mindate":"1948-05-02","maxdate":"1960-03-01","latitude":34.71667,"name":"BEAR CREEK LAKE, AR US","datacoverage":0.1144,"id":"COOP:030496","elevationUnit":"METERS","longitude":-90.7},{"elevation":121.9,"mindate":"1940-01-01","maxdate":"1960-07-01","latitude":35.08333,"name":"BEATY LAKE, AR US","datacoverage":0.9676,"id":"COOP:030512","elevationUnit":"METERS","longitude":-90.71667},{"elevation":284.1,"mindate":"1944-11-01","maxdate":"1959-05-01","latitude":36.46667,"name":"BEAVER 1 SE, AR US","datacoverage":0.9946,"id":"COOP:030518","elevationUnit":"METERS","longitude":-93.76667},{"elevation":348.1,"mindate":"1961-06-01","maxdate":"1965-10-01","latitude":36.41667,"name":"BEAVER DAM, AR US","datacoverage":0.9618,"id":"COOP:030524","elevationUnit":"METERS","longitude":-93.83333},{"elevation":198.1,"mindate":"1931-01-01","maxdate":"1953-04-01","latitude":35.45,"name":"BEE BRANCH, AR US","datacoverage":0.9852,"id":"COOP:030528","elevationUnit":"METERS","longitude":-92.4},{"elevation":76.2,"mindate":"1948-05-07","maxdate":"2014-01-01","latitude":35.0644,"name":"BEEBE, AR US","datacoverage":0.3109,"id":"COOP:030530","elevationUnit":"METERS","longitude":-91.8961},{"elevation":92,"mindate":"1941-06-01","maxdate":"1975-04-01","latitude":36.18333,"name":"BEECH GROVE, AR US","datacoverage":0.9534,"id":"COOP:030534","elevationUnit":"METERS","longitude":-90.63333},{"elevation":67.7,"mindate":"1940-03-01","maxdate":"2015-11-01","latitude":35.4586,"name":"BEEDEVILLE 4 NE, AR US","datacoverage":0.9703,"id":"COOP:030536","elevationUnit":"METERS","longitude":-91.0567},{"elevation":94.5,"mindate":"1935-12-01","maxdate":"2015-11-01","latitude":34.5675,"name":"BENTON, AR US","datacoverage":0.9792,"id":"COOP:030582","elevationUnit":"METERS","longitude":-92.6006},{"elevation":371.9,"mindate":"1943-06-01","maxdate":"2007-02-01","latitude":36.32194,"name":"BENTONVILLE 4 S, AR US","datacoverage":0.983,"id":"COOP:030586","elevationUnit":"METERS","longitude":-94.215},{"elevation":359.7,"mindate":"1948-05-10","maxdate":"2014-12-01","latitude":36.4294,"name":"BERRYVILLE 5 NW, AR US","datacoverage":0.9311,"id":"COOP:030616","elevationUnit":"METERS","longitude":-93.6255},{"elevation":359.7,"mindate":"2001-11-01","maxdate":"2012-12-01","latitude":36.3602,"name":"BERRYVILLE, AR US","datacoverage":0.7313,"id":"COOP:030618","elevationUnit":"METERS","longitude":-93.5513},{"elevation":153,"mindate":"1940-01-01","maxdate":"1949-06-01","latitude":35.81667,"name":"BETHESDA, AR US","datacoverage":0.9915,"id":"COOP:030644","elevationUnit":"METERS","longitude":-91.78333},{"elevation":381,"mindate":"1945-01-01","maxdate":"1951-10-01","latitude":36,"name":"BIG FLAT, AR US","datacoverage":0.915,"id":"COOP:030662","elevationUnit":"METERS","longitude":-92.4},{"elevation":365.8,"mindate":"1944-05-01","maxdate":"2015-11-01","latitude":34.4619,"name":"BIG FORK 1 SSE, AR US","datacoverage":0.9523,"id":"COOP:030664","elevationUnit":"METERS","longitude":-93.9983},{"elevation":70.1,"mindate":"1931-01-01","maxdate":"1960-07-01","latitude":35.85,"name":"BIG LAKE OUTLET, AR US","datacoverage":0.9972,"id":"COOP:030676","elevationUnit":"METERS","longitude":-90.13333},{"elevation":152.4,"mindate":"1965-09-01","maxdate":"2015-11-01","latitude":34.2872,"name":"BISMARCK 2 SE, AR US","datacoverage":0.9934,"id":"COOP:030724","elevationUnit":"METERS","longitude":-93.1444},{"elevation":101.8,"mindate":"1931-01-01","maxdate":"2013-12-01","latitude":36.1367,"name":"BLACK ROCK, AR US","datacoverage":0.997,"id":"COOP:030746","elevationUnit":"METERS","longitude":-91.1171},{"elevation":129.8,"mindate":"1950-05-01","maxdate":"2015-11-01","latitude":34.5697,"name":"BLAKELY MOUNTAIN DAM, AR US","datacoverage":0.9682,"id":"COOP:030764","elevationUnit":"METERS","longitude":-93.1947},{"elevation":129.8,"mindate":"1948-01-01","maxdate":"2015-11-01","latitude":35.1161,"name":"BLUE MOUNTAIN DAM, AR US","datacoverage":0.7743,"id":"COOP:030798","elevationUnit":"METERS","longitude":-93.6506},{"elevation":109.7,"mindate":"1941-10-01","maxdate":"2011-12-01","latitude":33.6919,"name":"BLUFF CITY 3 SW, AR US","datacoverage":0.9205,"id":"COOP:030800","elevationUnit":"METERS","longitude":-93.1622},{"elevation":76.8,"mindate":"1931-01-01","maxdate":"2011-12-01","latitude":35.9239,"name":"BLYTHEVILLE, AR US","datacoverage":0.9846,"id":"COOP:030806","elevationUnit":"METERS","longitude":-89.9044},{"elevation":358.1,"mindate":"1994-11-01","maxdate":"2015-11-01","latitude":34.3267,"name":"BOGG SPRINGS, AR US","datacoverage":0.9685,"id":"COOP:030814","elevationUnit":"METERS","longitude":-94.4122},{"elevation":181.1,"mindate":"1965-09-01","maxdate":"2015-11-01","latitude":34.3898,"name":"BONNERDALE 5 E, AR US","datacoverage":0.9619,"id":"COOP:030820","elevationUnit":"METERS","longitude":-93.2823},{"elevation":182.9,"mindate":"1957-07-01","maxdate":"1970-07-01","latitude":35.2,"name":"BOONEVILLE 6 NW, AR US","datacoverage":0.0412,"id":"COOP:030825","elevationUnit":"METERS","longitude":-93.98333},{"elevation":223.1,"mindate":"1957-07-01","maxdate":"1970-07-01","latitude":35.21667,"name":"BOONEVILLE 7 NE, AR US","datacoverage":0.0436,"id":"COOP:030826","elevationUnit":"METERS","longitude":-93.83333},{"elevation":185.9,"mindate":"1957-07-01","maxdate":"1970-07-01","latitude":35.21667,"name":"BOONEVILLE 6 NNE, AR US","datacoverage":0.043,"id":"COOP:030827","elevationUnit":"METERS","longitude":-93.9},{"elevation":139.9,"mindate":"1931-01-01","maxdate":"1949-08-01","latitude":35.15,"name":"BOONEVILLE 3 W, AR US","datacoverage":0.982,"id":"COOP:030828","elevationUnit":"METERS","longitude":-93.96667},{"elevation":182.9,"mindate":"1941-03-01","maxdate":"1977-06-01","latitude":35.093,"name":"BOONEVILLE, AR US","datacoverage":0.9679,"id":"COOP:030830","elevationUnit":"METERS","longitude":-93.9258},{"elevation":182.9,"mindate":"1978-04-01","maxdate":"2015-11-01","latitude":35.093,"name":"BOONEVILLE, AR US","datacoverage":1,"id":"COOP:030832","elevationUnit":"METERS","longitude":-93.9258},{"elevation":387.4,"mindate":"1948-05-11","maxdate":"2015-11-01","latitude":35.72639,"name":"BOTKINBURG 3 NE, AR US","datacoverage":0.3494,"id":"COOP:030842","elevationUnit":"METERS","longitude":-92.46722},{"elevation":75.9,"mindate":"1935-11-01","maxdate":"1982-10-01","latitude":33.86667,"name":"BOUGHTON, AR US","datacoverage":0.9947,"id":"COOP:030848","elevationUnit":"METERS","longitude":-93.33333},{"elevation":73.2,"mindate":"1945-04-01","maxdate":"1960-07-01","latitude":35.41667,"name":"BRADFORD, AR US","datacoverage":0.9999,"id":"COOP:030872","elevationUnit":"METERS","longitude":-91.46667},{"elevation":143,"mindate":"1957-07-01","maxdate":"1970-07-01","latitude":35.35,"name":"BRANCH 4 NW, AR US","datacoverage":0.0429,"id":"COOP:030887","elevationUnit":"METERS","longitude":-94},{"elevation":153,"mindate":"1957-07-01","maxdate":"1970-07-01","latitude":35.26667,"name":"BRANCH 3 SW, AR US","datacoverage":0.0443,"id":"COOP:030888","elevationUnit":"METERS","longitude":-93.98333},{"elevation":140.2,"mindate":"1985-11-01","maxdate":"2014-01-01","latitude":34.9458,"name":"BRIGGSVILLE, AR US","datacoverage":0.0358,"id":"COOP:030900","elevationUnit":"METERS","longitude":-93.4637},{"elevation":56.4,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":34.8822,"name":"BRINKLEY, AR US","datacoverage":0.9775,"id":"COOP:030936","elevationUnit":"METERS","longitude":-91.2152},{"elevation":785.8,"mindate":"1948-11-01","maxdate":"1987-08-01","latitude":35.86667,"name":"BUFFALO TOWER, AR US","datacoverage":0.985,"id":"COOP:031010","elevationUnit":"METERS","longitude":-93.5},{"elevation":146.3,"mindate":"1948-05-12","maxdate":"2014-01-01","latitude":36.3647,"name":"BULL SHOALS DAM, AR US","datacoverage":0.9173,"id":"COOP:031020","elevationUnit":"METERS","longitude":-92.5781},{"elevation":224,"mindate":"2014-01-01","maxdate":"2015-11-01","latitude":36.3694,"name":"BULL SHOALS 1 S, AR US","datacoverage":1,"id":"COOP:031021","elevationUnit":"METERS","longitude":-92.5772},{"elevation":73.2,"mindate":"1943-04-01","maxdate":"1975-05-01","latitude":35.81667,"name":"BURDETTE, AR US","datacoverage":0.9948,"id":"COOP:031052","elevationUnit":"METERS","longitude":-89.95},{"elevation":91.4,"mindate":"1943-10-01","maxdate":"2015-11-01","latitude":34.9818,"name":"CABOT, AR US","datacoverage":0.9607,"id":"COOP:031102","elevationUnit":"METERS","longitude":-92.0064},{"elevation":88.4,"mindate":"2009-10-01","maxdate":"2015-11-01","latitude":36.0214,"name":"CALAMINE, AR US","datacoverage":1,"id":"COOP:031120","elevationUnit":"METERS","longitude":-91.3782},{"elevation":106.7,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":36.1092,"name":"CALICO ROCK 2 WSW, AR US","datacoverage":0.9971,"id":"COOP:031132","elevationUnit":"METERS","longitude":-92.1636},{"elevation":29,"mindate":"1985-09-01","maxdate":"2015-11-01","latitude":33.30527,"name":"CALION LOCK AND DAM, AR US","datacoverage":0.9808,"id":"COOP:031140","elevationUnit":"METERS","longitude":-92.48655},{"elevation":35.4,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":33.59,"name":"CAMDEN 1, AR US","datacoverage":0.9922,"id":"COOP:031152","elevationUnit":"METERS","longitude":-92.8236},{"elevation":49.1,"mindate":"1948-01-01","maxdate":"1966-05-01","latitude":33.58333,"name":"CAMDEN 2, AR US","datacoverage":0.8226,"id":"COOP:031154","elevationUnit":"METERS","longitude":-92.85},{"elevation":128,"mindate":"1941-12-01","maxdate":"1959-03-01","latitude":35.3,"name":"CAMP CHAFFEE, AR US","datacoverage":0.904,"id":"COOP:031172","elevationUnit":"METERS","longitude":-94.3},{"elevation":244.1,"mindate":"1948-05-01","maxdate":"1956-10-30","latitude":35.86667,"name":"CANAAN 2 W, AR US","datacoverage":0.7899,"id":"COOP:031188","elevationUnit":"METERS","longitude":-92.73333},{"elevation":79.2,"mindate":"1998-09-01","maxdate":"2015-11-01","latitude":33.9153,"name":"CANE CREEK STATE PARK, AR US","datacoverage":1,"id":"COOP:031191","elevationUnit":"METERS","longitude":-91.7711},{"elevation":73.2,"mindate":"1940-03-01","maxdate":"1975-03-01","latitude":34.78333,"name":"CARLISLE, AR US","datacoverage":0.9216,"id":"COOP:031224","elevationUnit":"METERS","longitude":-91.75},{"elevation":125,"mindate":"1948-01-01","maxdate":"1975-11-01","latitude":34.45,"name":"CARPENTER DAM, AR US","datacoverage":0.4896,"id":"COOP:031238","elevationUnit":"METERS","longitude":-93.01667},{"mindate":"1931-06-01","maxdate":"1938-09-01","latitude":34.06667,"name":"CARTHAGE, AR US","datacoverage":0.9089,"id":"COOP:031255","longitude":-92.55},{"elevation":143,"mindate":"1931-01-01","maxdate":"1936-06-01","latitude":34.03333,"name":"CENTER POINT, AR US","datacoverage":0.9246,"id":"COOP:031306","elevationUnit":"METERS","longitude":-93.95},{"elevation":195.1,"mindate":"1949-08-01","maxdate":"1950-12-01","latitude":35.36667,"name":"CENTER RIDGE, AR US","datacoverage":0.1763,"id":"COOP:031308","elevationUnit":"METERS","longitude":-92.56667},{"elevation":203.9,"mindate":"1995-11-01","maxdate":"2015-11-01","latitude":35.33534,"name":"CENTER RIDGE 3 S, AR US","datacoverage":1,"id":"COOP:031310","elevationUnit":"METERS","longitude":-92.56539},{"elevation":103.9,"mindate":"1947-08-01","maxdate":"1948-05-01","latitude":35.06667,"name":"CENTERVILLE, AR US","datacoverage":0.998,"id":"COOP:031326","elevationUnit":"METERS","longitude":-93.2},{"elevation":97.5,"mindate":"2000-09-01","maxdate":"2015-11-01","latitude":35.0931,"name":"CENTERVILLE 4 SE, AR US","datacoverage":0.6941,"id":"COOP:031328","elevationUnit":"METERS","longitude":-93.1046},{"elevation":350.5,"mindate":"1996-10-01","maxdate":"2013-12-01","latitude":35.6111,"name":"CHIMES 12 ESE, AR US","datacoverage":0.9951,"id":"COOP:031419","elevationUnit":"METERS","longitude":-92.5614},{"elevation":54.6,"mindate":"1931-01-01","maxdate":"2013-12-01","latitude":34.6986,"name":"CLARENDON, AR US","datacoverage":0.9176,"id":"COOP:031442","elevationUnit":"METERS","longitude":-91.30355},{"elevation":138.4,"mindate":"1953-07-01","maxdate":"1993-10-01","latitude":35.48333,"name":"CLARKSVILLE, AR US","datacoverage":0.9978,"id":"COOP:031455","elevationUnit":"METERS","longitude":-93.45},{"elevation":167.9,"mindate":"1948-05-05","maxdate":"1953-12-01","latitude":35.43333,"name":"LAMAR, AR US","datacoverage":0.6411,"id":"COOP:031456","elevationUnit":"METERS","longitude":-93.41667},{"elevation":259.1,"mindate":"1961-12-01","maxdate":"2015-11-01","latitude":35.5328,"name":"CLARKSVILLE 6 NE, AR US","datacoverage":0.9722,"id":"COOP:031457","elevationUnit":"METERS","longitude":-93.4036},{"elevation":136.6,"mindate":"1993-11-01","maxdate":"2015-11-01","latitude":35.5001,"name":"CLARKSVILLE 2 N, AR US","datacoverage":1,"id":"COOP:031459","elevationUnit":"METERS","longitude":-93.4727},{"elevation":173.7,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":35.5836,"name":"CLINTON 6 SE, AR US","datacoverage":0.8901,"id":"COOP:031492","elevationUnit":"METERS","longitude":-92.4511},{"elevation":142,"mindate":"1998-03-01","maxdate":"2015-11-01","latitude":35.4363,"name":"COAL HILL, AR US","datacoverage":0.9905,"id":"COOP:031508","elevationUnit":"METERS","longitude":-93.6716},{"elevation":381,"mindate":"1941-10-01","maxdate":"1958-03-01","latitude":34.96667,"name":"COLD SPRINGS GUARD STATION, AR US","datacoverage":0.99,"id":"COOP:031520","elevationUnit":"METERS","longitude":-93.9},{"elevation":426.7,"mindate":"1940-07-01","maxdate":"1986-11-01","latitude":35.8,"name":"COMBS, AR US","datacoverage":0.8959,"id":"COOP:031574","elevationUnit":"METERS","longitude":-93.8},{"elevation":648.9,"mindate":"1940-01-01","maxdate":"2014-01-01","latitude":36.0913,"name":"COMPTON, AR US","datacoverage":0.1892,"id":"COOP:031582","elevationUnit":"METERS","longitude":-93.3208},{"elevation":95.1,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":35.1034,"name":"CONWAY, AR US","datacoverage":0.9833,"id":"COOP:031596","elevationUnit":"METERS","longitude":-92.4903},{"elevation":91.4,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":36.4197,"name":"CORNING, AR US","datacoverage":0.9873,"id":"COOP:031632","elevationUnit":"METERS","longitude":-90.5858},{"elevation":85.3,"mindate":"1947-08-01","maxdate":"1948-05-01","latitude":36.4,"name":"CORNING 2 E, AR US","datacoverage":0.499,"id":"COOP:031634","elevationUnit":"METERS","longitude":-90.53333},{"elevation":134.1,"mindate":"1931-01-01","maxdate":"1956-06-01","latitude":36.28333,"name":"COTTER, AR US","datacoverage":1,"id":"COOP:031640","elevationUnit":"METERS","longitude":-92.51667},{"elevation":323.1,"mindate":"1946-03-01","maxdate":"2015-11-01","latitude":34.4314,"name":"COVE, AR US","datacoverage":0.9534,"id":"COOP:031666","elevationUnit":"METERS","longitude":-94.4175},{"elevation":54.9,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":33.1111,"name":"CROSSETT 2 SSE, AR US","datacoverage":0.9971,"id":"COOP:031730","elevationUnit":"METERS","longitude":-91.948},{"elevation":108.2,"mindate":"1941-12-01","maxdate":"2015-11-01","latitude":34.6886,"name":"CRYSTAL VALLEY, AR US","datacoverage":0.9505,"id":"COOP:031750","elevationUnit":"METERS","longitude":-92.45},{"elevation":228.9,"mindate":"1947-09-01","maxdate":"1948-05-01","latitude":35.5,"name":"CULPEPPER, AR US","datacoverage":0.9998,"id":"COOP:031756","elevationUnit":"METERS","longitude":-92.55},{"elevation":54.9,"mindate":"1944-07-01","maxdate":"1965-04-01","latitude":34.06667,"name":"CUMMINS FARM, AR US","datacoverage":0.992,"id":"COOP:031768","elevationUnit":"METERS","longitude":-91.58333},{"elevation":192,"mindate":"1948-05-01","maxdate":"1975-03-01","latitude":34.25,"name":"DAISY, AR US","datacoverage":0.9905,"id":"COOP:031814","elevationUnit":"METERS","longitude":-93.73333},{"elevation":207.3,"mindate":"1953-11-01","maxdate":"2015-11-01","latitude":35.4033,"name":"DAMASCUS, AR US","datacoverage":0.996,"id":"COOP:031829","elevationUnit":"METERS","longitude":-92.3827},{"elevation":114.3,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":35.0375,"name":"DANVILLE, AR US","datacoverage":0.999,"id":"COOP:031834","elevationUnit":"METERS","longitude":-93.3947},{"elevation":112.8,"mindate":"1953-01-01","maxdate":"1991-04-01","latitude":35.06667,"name":"DANVILLE SOIL CONSERVATION SERVICE, AR US","datacoverage":0.0465,"id":"COOP:031835","elevationUnit":"METERS","longitude":-93.4},{"elevation":112.8,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":35.2342,"name":"DARDANELLE, AR US","datacoverage":0.9608,"id":"COOP:031838","elevationUnit":"METERS","longitude":-93.1675},{"elevation":723.9,"mindate":"1975-06-01","maxdate":"2011-12-01","latitude":35.8272,"name":"DEER, AR US","datacoverage":0.9999,"id":"COOP:031900","elevationUnit":"METERS","longitude":-93.2044},{"elevation":149.4,"mindate":"2010-08-01","maxdate":"2015-11-01","latitude":34.253,"name":"DEGRAY LAKE STATE PARK, AR US","datacoverage":1,"id":"COOP:031910","elevationUnit":"METERS","longitude":-93.1486},{"elevation":530.4,"mindate":"2014-01-01","maxdate":"2015-11-01","latitude":35.7214,"name":"DENNARD 10 WSW, AR US","datacoverage":1,"id":"COOP:031935","elevationUnit":"METERS","longitude":-92.6962},{"elevation":124.1,"mindate":"1936-01-01","maxdate":"2015-11-01","latitude":34.0463,"name":"DEQUEEN, AR US","datacoverage":0.9906,"id":"COOP:031948","elevationUnit":"METERS","longitude":-94.348},{"elevation":169.8,"mindate":"1973-05-01","maxdate":"2008-05-01","latitude":34.1002,"name":"DE QUEEN DAM, AR US","datacoverage":0.9219,"id":"COOP:031952","elevationUnit":"METERS","longitude":-94.3724},{"elevation":108.2,"mindate":"2004-11-01","maxdate":"2015-11-01","latitude":34.0502,"name":"DE QUEEN SEVIER CO AIRPORT, AR US","datacoverage":0.8649,"id":"COOP:031953","elevationUnit":"METERS","longitude":-94.4008},{"elevation":313.9,"mindate":"1948-05-01","maxdate":"1956-07-01","latitude":36.38333,"name":"DENVER, AR US","datacoverage":0.9504,"id":"COOP:031956","elevationUnit":"METERS","longitude":-93.3},{"elevation":43,"mindate":"1940-04-01","maxdate":"1966-01-01","latitude":33.51667,"name":"DERMOTT, AR US","datacoverage":0.9805,"id":"COOP:031960","elevationUnit":"METERS","longitude":-91.43333},{"elevation":44.2,"mindate":"1963-08-01","maxdate":"2015-11-01","latitude":33.5597,"name":"DERMOTT 3 NE, AR US","datacoverage":1,"id":"COOP:031962","elevationUnit":"METERS","longitude":-91.3849},{"elevation":61,"mindate":"1939-07-01","maxdate":"2015-11-01","latitude":34.9772,"name":"DES ARC, AR US","datacoverage":0.9683,"id":"COOP:031968","elevationUnit":"METERS","longitude":-91.4978},{"elevation":408.4,"mindate":"2003-10-01","maxdate":"2011-12-01","latitude":35.78,"name":"DEVILS DEN STATE PARK, AR US","datacoverage":0.8887,"id":"COOP:031980","elevationUnit":"METERS","longitude":-94.2516},{"elevation":716.9,"mindate":"1937-07-01","maxdate":"1969-06-01","latitude":35.71667,"name":"DEVILS KNOB, AR US","datacoverage":0.9818,"id":"COOP:031982","elevationUnit":"METERS","longitude":-93.4},{"elevation":143.3,"mindate":"1959-07-01","maxdate":"2015-11-01","latitude":34.1266,"name":"DIERKS, AR US","datacoverage":0.9689,"id":"COOP:032015","elevationUnit":"METERS","longitude":-94.0172},{"elevation":209.1,"mindate":"1973-05-01","maxdate":"2005-07-01","latitude":34.1475,"name":"DIERKS DAM, AR US","datacoverage":0.9844,"id":"COOP:032020","elevationUnit":"METERS","longitude":-94.0888},{"elevation":39.6,"mindate":"1998-12-01","maxdate":"2000-04-01","latitude":35.07361,"name":"DIXIE, AR US","datacoverage":1,"id":"COOP:032062","elevationUnit":"METERS","longitude":-91.36667},{"elevation":49.7,"mindate":"1931-01-01","maxdate":"2015-11-01","latitude":33.88852,"name":"DUMAS, AR US","datacoverage":0.9941,"id":"COOP:032148","elevationUnit":"METERS","longitude":-91.53161}]} \ No newline at end of file diff --git a/bench/ncdc/ncdc_zips.json b/bench/ncdc/ncdc_zips.json new file mode 100644 index 0000000..2a1ba1c --- /dev/null +++ b/bench/ncdc/ncdc_zips.json @@ -0,0 +1 @@ +{"metadata":{"resultset":{"offset":1,"count":30415,"limit":25}},"results":[{"mindate":"1995-05-11","maxdate":"2021-07-25","name":"Zwolle, LA 71486","datacoverage":0.95,"id":"ZIP:71486"},{"mindate":"1995-04-13","maxdate":"2021-07-25","name":"Zwingle, IA 52079","datacoverage":0.95,"id":"ZIP:52079"},{"mindate":"1995-05-04","maxdate":"2021-07-25","name":"Zuni, VA 23898","datacoverage":0.95,"id":"ZIP:23898"},{"mindate":"1908-06-01","maxdate":"2021-07-25","name":"Zuni, NM 87327","datacoverage":1,"id":"ZIP:87327"},{"mindate":"1894-12-15","maxdate":"2021-07-25","name":"Zumbrota, MN 55992","datacoverage":1,"id":"ZIP:55992"},{"mindate":"1948-12-01","maxdate":"2021-07-25","name":"Zumbro Falls, MN 55991","datacoverage":1,"id":"ZIP:55991"},{"mindate":"1913-12-08","maxdate":"2021-07-25","name":"Zortman, MT 59546","datacoverage":1,"id":"ZIP:59546"},{"mindate":"1994-03-30","maxdate":"2021-07-25","name":"Zolfo Springs, FL 33890","datacoverage":1,"id":"ZIP:33890"},{"mindate":"1995-05-09","maxdate":"2021-07-25","name":"Zoe, KY 41397","datacoverage":0.95,"id":"ZIP:41397"},{"mindate":"1949-01-01","maxdate":"2021-07-25","name":"Zirconia, NC 28790","datacoverage":1,"id":"ZIP:28790"},{"mindate":"1948-01-01","maxdate":"2021-07-25","name":"Zionville, NC 28698","datacoverage":1,"id":"ZIP:28698"},{"mindate":"1950-10-17","maxdate":"2021-07-25","name":"Zionsville, PA 18092","datacoverage":0.9997,"id":"ZIP:18092"},{"mindate":"1957-12-01","maxdate":"2021-07-25","name":"Zionsville, IN 46077","datacoverage":1,"id":"ZIP:46077"},{"mindate":"1995-04-13","maxdate":"2021-07-25","name":"Zion, IL 60099","datacoverage":1,"id":"ZIP:60099"},{"mindate":"1951-11-01","maxdate":"2021-07-25","name":"Zion Grove, PA 17985","datacoverage":1,"id":"ZIP:17985"},{"mindate":"1995-11-01","maxdate":"2021-07-25","name":"Zimmerman, MN 55398","datacoverage":1,"id":"ZIP:55398"},{"mindate":"1911-05-01","maxdate":"2021-07-25","name":"Zillah, WA 98953","datacoverage":1,"id":"ZIP:98953"},{"mindate":"1994-06-15","maxdate":"2021-07-25","name":"Zieglerville, PA 19492","datacoverage":1,"id":"ZIP:19492"},{"mindate":"1994-03-30","maxdate":"2021-07-25","name":"Zephyrhills, FL 33542","datacoverage":1,"id":"ZIP:33542"},{"mindate":"1994-03-30","maxdate":"2021-07-25","name":"Zephyrhills, FL 33541","datacoverage":1,"id":"ZIP:33541"},{"mindate":"1994-03-30","maxdate":"2021-07-25","name":"Zephyrhills, FL 33540","datacoverage":1,"id":"ZIP:33540"},{"mindate":"1994-12-15","maxdate":"2021-07-25","name":"Zephyr, TX 76890","datacoverage":0.95,"id":"ZIP:76890"},{"mindate":"1995-05-09","maxdate":"2021-07-25","name":"Zephyr Cove, NV 89448","datacoverage":0.95,"id":"ZIP:89448"},{"mindate":"1969-11-19","maxdate":"2021-07-25","name":"Zenia, CA 95595","datacoverage":1,"id":"ZIP:95595"},{"mindate":"1994-04-01","maxdate":"2021-07-25","name":"Zenda, KS 67159","datacoverage":1,"id":"ZIP:67159"}]} \ No newline at end of file diff --git a/bench/penguin/bsd.json b/bench/penguin/bsd.json new file mode 100644 index 0000000..89d647f --- /dev/null +++ b/bench/penguin/bsd.json @@ -0,0 +1 @@ +{"@uri":"https://reststop.randomhouse.com/resources/titles?start=0&end=0&search=bsd","title":{"@uri":"https://reststop.randomhouse.com/resources/titles/9781593271589","author":"KONG, JOSEPH","authors":{"authorId":{"@contributortype":"A","$":"2158380"}},"authorbio":"Tinkering with computers has always been a primary passion of author Joseph Kong. He is a self-taught programmer who dabbles in information security, operating system theory, reverse engineering, and vulnerability assessment. He has written for Phrack Magazine and was a system administrator for the City of Toronto.","authorweb":"Joseph Kong","awards":null,"characters":null,"contributorfirst1":"Joseph","contributorlast1":"Kong","division":"No Starch","flapcopy":"Though rootkits have a fairly negative image, they can be used for both good and evil. Designing BSD Rootkits arms you with the knowledge you need to write offensive rootkits, to defend against malicious ones, and to explore the FreeBSD kernel and operating system in the process.

Organized as a tutorial, Designing BSD Rootkits will teach you the fundamentals of programming and developing rootkits under the FreeBSD operating system. Author Joseph Kong's goal is to make you smarter, not to teach you how to write exploits or launch attacks. You'll learn how to maintain root access long after gaining access to a computer and how to hack FreeBSD.

Kongs liberal use of examples assumes no prior kernel-hacking experience but doesn't water down the information. All code is thoroughly described and analyzed, and each chapter contains at least one real-world application.

Included:
–The fundamentals of FreeBSD kernel module programming
–Using call hooking to subvert the FreeBSD kernel
–Directly manipulating the objects the kernel depends upon for its internal record-keeping
–Patching kernel code resident in main memory; in other words, altering the kernel's logic while it’s still running
–How to defend against the attacks described

Hack the FreeBSD kernel for yourself!","formatcode":"EL","formatname":"eBook","imprint":"No Starch Press","isbn":"9781593271589","isbn10":"1593271581","isbn10hyphenated":"1-59327-158-1","isbn13hyphenated":"978-1-59327-158-9","keyword":"Designing BSD Rootkits : An Introduction to Kernel Hacking : Joseph Kong : No Starch Press : Computers - Operating Systems - UNIX : Computers - Security - General : Computers - Software Development & Engineering - Systems Analysis & Design : 1593271581 : 1-59327-158-1 : 9781593271589 : 978-1-59327-158-9 : Though rootkits have a fairly negative image, they can be used for both good and evil. Designing BSD Rootkits arms you with the knowledge you need to write offensive rootkits, to defend against malicious ones, and to explore the FreeBSD kernel and operating system in the process.

Organized as a tutorial, Designing BSD Rootkits will teach you the fundamentals of programming and developing rootkits under the FreeBSD operating system. Author Joseph Kong's goal is to make you smarter, not to teach you how to write exploits or launch attacks. You'll learn how to maintain root access long after gaining access to a computer and how to hack FreeBSD.

Kongs liberal use of examples assumes no prior kernel-hacking experience but doesn't water down the information. All code is thoroughly described and analyzed, and each chapter contains at least one real-world application.

Included:
–The fundamentals of FreeBSD kernel module programming
–Using call hooking to subvert the FreeBSD kernel
–Directly manipulating the objects the kernel depends upon for its internal record-keeping
–Patching kernel code resident in main memory; in other words, altering the kernel's logic while it’s still running
–How to defend against the attacks described

Hack the FreeBSD kernel for yourself!","onsaledate":"04/01/2007","pages":"144","pricecanada":"30.95","priceusa":"17.99","relatedisbns":{"isbn":{"@formatcode":"EL","$":"9781593271589"}},"salestatus":"EL","subformat":"001","subjectcategory1":"COM046030","subjectcategory2":"COM053000","subjectcategory3":"COM051240","subjectcategorydescription1":"Computers - Operating Systems - UNIX","subjectcategorydescription2":"Computers - Security - General","subjectcategorydescription3":"Computers - Software Development & Engineering - Systems Analysis & Design","subtitle":"An Introduction to Kernel Hacking","tgpdf":"false","themes":null,"titleauthisbn":"Designing BSD Rootkits : Joseph Kong : 1593271581 : 1-59327-158-1 : 9781593271589 : 978-1-59327-158-9","titleshort":"DESIGNING BSD ROOTKITS (EBK)","titlesubtitleauthisbn":"Designing BSD Rootkits : An Introduction to Kernel Hacking : Joseph Kong : 1593271581 : 1-59327-158-1 : 9781593271589 : 978-1-59327-158-9","titleweb":"Designing BSD Rootkits","updatedOn":"2020-07-02T10:48:51.000","webdomains":{"webdomain":[{"@sell":"true","@domain":"BC.CA"},{"@sell":"true","@domain":"CA"},{"@sell":"true","@domain":"CAN"},{"@sell":"true","@domain":"PRH.CA"},{"@sell":"true","@domain":"PRH.CA_"},{"@sell":"true","@domain":"PRH.NA"},{"@sell":"true","@domain":"PRH.US"},{"@sell":"true","@domain":"PRH.US_"},{"@sell":"true","@domain":"SALESPL"},{"@sell":"true","@domain":"USA"},{"@sell":"true","@domain":"USA3PD"}]},"links":null,"workid":"565419"}} \ No newline at end of file diff --git a/bench/penguin/dekeijzer.json b/bench/penguin/dekeijzer.json new file mode 100644 index 0000000..9919772 --- /dev/null +++ b/bench/penguin/dekeijzer.json @@ -0,0 +1 @@ +{"@uri":"https://reststop.randomhouse.com/resources/authors?lastName=de%20Keijzer","author":{"@uri":"https://reststop.randomhouse.com/resources/authors/2180608","approved":"X","authordisplay":"Maja S.M. De Keijzer","authorfirst":"Maja S.M.","authorfirstlc":"maja s.m.","authorid":"2180608","authorlast":"De Keijzer","authorlastfirst":"DE KEIJZER, MAJA S.M.","authorlastlc":"de keijzer","titles":null,"lastinitial":"d","works":{"works":"586956"}}} \ No newline at end of file diff --git a/bench/penguin/grisham.json b/bench/penguin/grisham.json new file mode 100644 index 0000000..6b4567d --- /dev/null +++ b/bench/penguin/grisham.json @@ -0,0 +1 @@ +{"@uri":"https://reststop.randomhouse.com/resources/authors?lastName=Grisham","author":[{"@uri":"https://reststop.randomhouse.com/resources/authors/11178","approved":"X","authordisplay":"John Grisham","authorfirst":"John","authorfirstlc":"john","authorid":"11178","authorlast":"Grisham","authorlastfirst":"GRISHAM, JOHN","authorlastlc":"grisham","titles":{"isbn":[{"@contributortype":"A","$":"9780142417225"},{"@contributortype":"A","$":"9780142421376"},{"@contributortype":"A","$":"9780142423097"},{"@contributortype":"A","$":"9780142426135"},{"@contributortype":"A","$":"9780142428696"},{"@contributortype":"A","$":"9780142429419"},{"@contributortype":"A","$":"9780147510181"},{"@contributortype":"A","$":"9780147510198"},{"@contributortype":"A","$":"9780307575968"},{"@contributortype":"A","$":"9780307575975"},{"@contributortype":"A","$":"9780307575982"},{"@contributortype":"A","$":"9780307575999"},{"@contributortype":"A","$":"9780307576002"},{"@contributortype":"A","$":"9780307576019"},{"@contributortype":"A","$":"9780307576026"},{"@contributortype":"A","$":"9780307576033"},{"@contributortype":"A","$":"9780307576040"},{"@contributortype":"A","$":"9780307576057"},{"@contributortype":"A","$":"9780307576064"},{"@contributortype":"A","$":"9780307576071"},{"@contributortype":"A","$":"9780307576088"},{"@contributortype":"A","$":"9780307576095"},{"@contributortype":"A","$":"9780307576101"},{"@contributortype":"A","$":"9780307576118"},{"@contributortype":"A","$":"9780307576125"},{"@contributortype":"A","$":"9780307576132"},{"@contributortype":"A","$":"9780307576149"},{"@contributortype":"A","$":"9780307576156"},{"@contributortype":"A","$":"9780307576163"},{"@contributortype":"A","$":"9780307576170"},{"@contributortype":"A","$":"9780307576200"},{"@contributortype":"4 A","$":"9780307702111"},{"@contributortype":"4 A","$":"9780307702135"},{"@contributortype":"A","$":"9780307702951"},{"@contributortype":"A","$":"9780307750907"},{"@contributortype":"A","$":"9780307943187"},{"@contributortype":"A","$":"9780307943200"},{"@contributortype":"A","$":"9780307943224"},{"@contributortype":"A","$":"9780307943248"},{"@contributortype":"A","$":"9780307943262"},{"@contributortype":"A","$":"9780307943286"},{"@contributortype":"A","$":"9780307970893"},{"@contributortype":"A","$":"9780307990747"},{"@contributortype":"A","$":"9780345525727"},{"@contributortype":"A","$":"9780345530561"},{"@contributortype":"A","$":"9780345530578"},{"@contributortype":"A","$":"9780345531926"},{"@contributortype":"A","$":"9780345531933"},{"@contributortype":"A","$":"9780345531940"},{"@contributortype":"A","$":"9780345531957"},{"@contributortype":"A","$":"9780345531964"},{"@contributortype":"A","$":"9780345531971"},{"@contributortype":"A","$":"9780345531988"},{"@contributortype":"A","$":"9780345531995"},{"@contributortype":"A","$":"9780345532008"},{"@contributortype":"A","$":"9780345532015"},{"@contributortype":"A","$":"9780345532022"},{"@contributortype":"A","$":"9780345532039"},{"@contributortype":"A","$":"9780345532046"},{"@contributortype":"A","$":"9780345532053"},{"@contributortype":"A","$":"9780345534552"},{"@contributortype":"A","$":"9780345536648"},{"@contributortype":"A","$":"9780345536884"},{"@contributortype":"A","$":"9780345541338"},{"@contributortype":"A","$":"9780345543240"},{"@contributortype":"A","$":"9780345543257"},{"@contributortype":"A","$":"9780345545336"},{"@contributortype":"A","$":"9780345546586"},{"@contributortype":"A","$":"9780385319058"},{"@contributortype":"A","$":"9780385337939"},{"@contributortype":"A","$":"9780385338608"},{"@contributortype":"A","$":"9780385339087"},{"@contributortype":"A","$":"9780385339094"},{"@contributortype":"A","$":"9780385339100"},{"@contributortype":"A","$":"9780385339582"},{"@contributortype":"A","$":"9780385339599"},{"@contributortype":"A","$":"9780385339605"},{"@contributortype":"A","$":"9780385339650"},{"@contributortype":"A","$":"9780385339667"},{"@contributortype":"A","$":"9780385339674"},{"@contributortype":"A","$":"9780385339681"},{"@contributortype":"A","$":"9780385339698"},{"@contributortype":"A","$":"9780385339704"},{"@contributortype":"A","$":"9780385340540"},{"@contributortype":"A","$":"9780385340878"},{"@contributortype":"A","$":"9780385340915"},{"@contributortype":"A","$":"9780385342926"},{"@contributortype":"A","$":"9780385344005"},{"@contributortype":"A","$":"9780385363150"},{"@contributortype":"A","$":"9780385363167"},{"@contributortype":"A","$":"9780385366465"},{"@contributortype":"A","$":"9780385366489"},{"@contributortype":"A","$":"9780385366502"},{"@contributortype":"A","$":"9780385366526"},{"@contributortype":"A","$":"9780385366540"},{"@contributortype":"A","$":"9780385366564"},{"@contributortype":"A","$":"9780385416344"},{"@contributortype":"A","$":"9780385421980"},{"@contributortype":"A","$":"9780385424714"},{"@contributortype":"A","$":"9780385424721"},{"@contributortype":"A","$":"9780385424738"},{"@contributortype":"A","$":"9780385470810"},{"@contributortype":"A","$":"9780385472944"},{"@contributortype":"A","$":"9780385472951"},{"@contributortype":"A","$":"9780385490993"},{"@contributortype":"A","$":"9780385493802"},{"@contributortype":"A","$":"9780385497466"},{"@contributortype":"A","$":"9780385501200"},{"@contributortype":"A","$":"9780385503822"},{"@contributortype":"A","$":"9780385503839"},{"@contributortype":"A","$":"9780385508049"},{"@contributortype":"A","$":"9780385508414"},{"@contributortype":"A","$":"9780385510431"},{"@contributortype":"A","$":"9780385510448"},{"@contributortype":"A","$":"9780385510455"},{"@contributortype":"A","$":"9780385510462"},{"@contributortype":"A","$":"9780385511612"},{"@contributortype":"A","$":"9780385515047"},{"@contributortype":"A","$":"9780385517232"},{"@contributortype":"A","$":"9780385517836"},{"@contributortype":"A","$":"9780385525008"},{"@contributortype":"A","$":"9780385526333"},{"@contributortype":"A","$":"9780385528030"},{"@contributortype":"A","$":"9780385528047"},{"@contributortype":"A","$":"9780385532457"},{"@contributortype":"A","$":"9780385534130"},{"@contributortype":"A","$":"9780385535137"},{"@contributortype":"A","$":"9780385535144"},{"@contributortype":"A","$":"9780385535250"},{"@contributortype":"A","$":"9780385536073"},{"@contributortype":"A","$":"9780385536080"},{"@contributortype":"A","$":"9780385536882"},{"@contributortype":"A","$":"9780385537131"},{"@contributortype":"A","$":"9780385537148"},{"@contributortype":"A","$":"9780385537926"},{"@contributortype":"A","$":"9780385537933"},{"@contributortype":"A","$":"9780385539166"},{"@contributortype":"A","$":"9780385539173"},{"@contributortype":"A","$":"9780385539432"},{"@contributortype":"A","$":"9780385539449"},{"@contributortype":"A","$":"9780385539456"},{"@contributortype":"A","$":"9780385541176"},{"@contributortype":"A","$":"9780385541183"},{"@contributortype":"A","$":"9780385541190"},{"@contributortype":"A","$":"9780385541206"},{"@contributortype":"A","$":"9780385541923"},{"@contributortype":"A","$":"9780385542579"},{"@contributortype":"A","$":"9780385543026"},{"@contributortype":"A","$":"9780385543057"},{"@contributortype":"A","$":"9780385544153"},{"@contributortype":"A","$":"9780385544160"},{"@contributortype":"A","$":"9780385544184"},{"@contributortype":"A","$":"9780385544191"},{"@contributortype":"U","$":"9780385545037"},{"@contributortype":"U","$":"9780385545044"},{"@contributortype":"A","$":"9780385545938"},{"@contributortype":"A","$":"9780385545945"},{"@contributortype":"A","$":"9780385545952"},{"@contributortype":"A","$":"9780385545969"},{"@contributortype":"A","$":"9780385545976"},{"@contributortype":"A","$":"9780385547680"},{"@contributortype":"A","$":"9780385547710"},{"@contributortype":"A","$":"9780385547727"},{"@contributortype":"A","$":"9780399187179"},{"@contributortype":"A","$":"9780399565007"},{"@contributortype":"A","$":"9780399565021"},{"@contributortype":"A","$":"9780399565045"},{"@contributortype":"A","$":"9780399565144"},{"@contributortype":"A","$":"9780399565168"},{"@contributortype":"A","$":"9780399565182"},{"@contributortype":"A","$":"9780399565199"},{"@contributortype":"A","$":"9780399565205"},{"@contributortype":"A","$":"9780440211723"},{"@contributortype":"A","$":"9780440221470"},{"@contributortype":"A","$":"9780440221654"},{"@contributortype":"A","$":"9780440236672"},{"@contributortype":"A","$":"9780440237228"},{"@contributortype":"A","$":"9780440241577"},{"@contributortype":"A","$":"9780440243823"},{"@contributortype":"A","$":"9780440243830"},{"@contributortype":"A","$":"9780440245117"},{"@contributortype":"A","$":"9780440245919"},{"@contributortype":"A","$":"9780440245926"},{"@contributortype":"A","$":"9780440245933"},{"@contributortype":"A","$":"9780440245940"},{"@contributortype":"A","$":"9780440245957"},{"@contributortype":"A","$":"9780440246022"},{"@contributortype":"A","$":"9780440246213"},{"@contributortype":"A","$":"9780440297031"},{"@contributortype":"A","$":"9780440422969"},{"@contributortype":"A","$":"9780440422976"},{"@contributortype":"A","$":"9780449011010"},{"@contributortype":"A","$":"9780449011034"},{"@contributortype":"A","$":"9780449806913"},{"@contributortype":"A","$":"9780451486127"},{"@contributortype":"A","$":"9780451486141"},{"@contributortype":"A","$":"9780525423843"},{"@contributortype":"A","$":"9780525425571"},{"@contributortype":"A","$":"9780525425762"},{"@contributortype":"A","$":"9780525425779"},{"@contributortype":"A","$":"9780525426387"},{"@contributortype":"A","$":"9780525426394"},{"@contributortype":"A","$":"9780525486176"},{"@contributortype":"A","$":"9780525492856"},{"@contributortype":"A","$":"9780525523260"},{"@contributortype":"A","$":"9780525523284"},{"@contributortype":"A","$":"9780525523307"},{"@contributortype":"A","$":"9780525527459"},{"@contributortype":"A","$":"9780525556268"},{"@contributortype":"A","$":"9780525556275"},{"@contributortype":"A","$":"9780525556282"},{"@contributortype":"U","$":"9780525566823"},{"@contributortype":"A","$":"9780525620938"},{"@contributortype":"A","$":"9780525620945"},{"@contributortype":"A","$":"9780525634904"},{"@contributortype":"A","$":"9780525639251"},{"@contributortype":"A","$":"9780525639268"},{"@contributortype":"A","$":"9780525639282"},{"@contributortype":"A","$":"9780525639305"},{"@contributortype":"A","$":"9780525639312"},{"@contributortype":"A","$":"9780525639329"},{"@contributortype":"A","$":"9780525639336"},{"@contributortype":"A","$":"9780525639350"},{"@contributortype":"A","$":"9780525639367"},{"@contributortype":"A","$":"9780525639374"},{"@contributortype":"A","$":"9780525639381"},{"@contributortype":"U","$":"9780525654759"},{"@contributortype":"U","$":"9780525654766"},{"@contributortype":"A","$":"9780553386813"},{"@contributortype":"A","$":"9780553393484"},{"@contributortype":"A","$":"9780553393613"},{"@contributortype":"A","$":"9780553399813"},{"@contributortype":"A","$":"9780553399820"},{"@contributortype":"A","$":"9780553399837"},{"@contributortype":"A","$":"9780553399844"},{"@contributortype":"A","$":"9780553545258"},{"@contributortype":"A","$":"9780553750911"},{"@contributortype":"A","$":"9780553750928"},{"@contributortype":"A","$":"9780553750935"},{"@contributortype":"A","$":"9780553750942"},{"@contributortype":"A","$":"9780553750966"},{"@contributortype":"A","$":"9780553750973"},{"@contributortype":"A","$":"9780553753301"},{"@contributortype":"A","$":"9780553753578"},{"@contributortype":"A","$":"9780553753592"},{"@contributortype":"A","$":"9780553753677"},{"@contributortype":"A","$":"9780553753684"},{"@contributortype":"A","$":"9780553753707"},{"@contributortype":"A","$":"9780553754315"},{"@contributortype":"A","$":"9780553754384"},{"@contributortype":"A","$":"9780553754414"},{"@contributortype":"A","$":"9780553754506"},{"@contributortype":"A","$":"9780553754704"},{"@contributortype":"A","$":"9780553755190"},{"@contributortype":"A","$":"9780553755503"},{"@contributortype":"A","$":"9780553841398"},{"@contributortype":"A","$":"9780593103227"},{"@contributortype":"A","$":"9780593103234"},{"@contributortype":"A","$":"9780593103258"},{"@contributortype":"A","$":"9780593103609"},{"@contributortype":"A","$":"9780593105313"},{"@contributortype":"A","$":"9780593129982"},{"@contributortype":"A","$":"9780593157770"},{"@contributortype":"A","$":"9780593157787"},{"@contributortype":"A","$":"9780593157817"},{"@contributortype":"A","$":"9780593157824"},{"@contributortype":"A","$":"9780593159217"},{"@contributortype":"A","$":"9780593168424"},{"@contributortype":"A","$":"9780593168431"},{"@contributortype":"A","$":"9780593168448"},{"@contributortype":"A","$":"9780593168547"},{"@contributortype":"A","$":"9780593168554"},{"@contributortype":"A","$":"9780593168561"},{"@contributortype":"A","$":"9780593168578"},{"@contributortype":"A","$":"9780593168585"},{"@contributortype":"A","$":"9780593168592"},{"@contributortype":"A","$":"9780593168615"},{"@contributortype":"U","$":"9780593169872"},{"@contributortype":"U","$":"9780593169889"},{"@contributortype":"A","$":"9780593215142"},{"@contributortype":"U","$":"9780593215715"},{"@contributortype":"U","$":"9780593215722"},{"@contributortype":"A","$":"9780593215982"},{"@contributortype":"V","$":"9780593311844"},{"@contributortype":"V","$":"9780593311851"},{"@contributortype":"V","$":"9780593312919"},{"@contributortype":"A","$":"9780593356852"},{"@contributortype":"A","$":"9780593356883"},{"@contributortype":"A","$":"9780593400357"},{"@contributortype":"A","$":"9780593459287"},{"@contributortype":"A","$":"9780593459294"},{"@contributortype":"A","$":"9780593459300"},{"@contributortype":"A","$":"9780593459317"},{"@contributortype":"A","$":"9780698147973"},{"@contributortype":"A","$":"9780739302231"},{"@contributortype":"A","$":"9780739302255"},{"@contributortype":"A","$":"9780739309025"},{"@contributortype":"A","$":"9780739309032"},{"@contributortype":"4 A","$":"9780739310175"},{"@contributortype":"A","$":"9780739312650"},{"@contributortype":"A","$":"9780739316450"},{"@contributortype":"A","$":"9780739316481"},{"@contributortype":"A","$":"9780739316511"},{"@contributortype":"A","$":"9780739316542"},{"@contributortype":"A","$":"9780739323588"},{"@contributortype":"A","$":"9780739324202"},{"@contributortype":"A","$":"9780739325650"},{"@contributortype":"A","$":"9780739333020"},{"@contributortype":"A","$":"9780739333051"},{"@contributortype":"A","$":"9780739333303"},{"@contributortype":"A","$":"9780739334027"},{"@contributortype":"A","$":"9780739340493"},{"@contributortype":"A","$":"9780739342787"},{"@contributortype":"A","$":"9780739342800"},{"@contributortype":"A","$":"9780739343821"},{"@contributortype":"A","$":"9780739346853"},{"@contributortype":"A","$":"9780739357798"},{"@contributortype":"A","$":"9780739359105"},{"@contributortype":"A","$":"9780739365670"},{"@contributortype":"A","$":"9780739366202"},{"@contributortype":"A","$":"9780739376188"},{"@contributortype":"A","$":"9780739376201"},{"@contributortype":"A","$":"9780739377383"},{"@contributortype":"A","$":"9780739378335"},{"@contributortype":"A","$":"9780739378342"},{"@contributortype":"A","$":"9780739382141"},{"@contributortype":"A","$":"9780804121156"},{"@contributortype":"A","$":"9780804148931"},{"@contributortype":"A","$":"9780804164610"},{"@contributortype":"A","$":"9780804194792"},{"@contributortype":"A","$":"9780812999051"},{"@contributortype":"A","$":"9780812999266"},{"@contributortype":"A","$":"9781101404591"},{"@contributortype":"A","$":"9781101526293"},{"@contributortype":"A","$":"9781101563168"},{"@contributortype":"A","$":"9781101567739"},{"@contributortype":"A","$":"9781101567753"},{"@contributortype":"A","$":"9781101585498"},{"@contributortype":"A","$":"9781101593516"},{"@contributortype":"A","$":"9781101616956"},{"@contributortype":"A","$":"9781101915219"},{"@contributortype":"A","$":"9781101915233"},{"@contributortype":"A","$":"9781101921852"},{"@contributortype":"A","$":"9781101964873"},{"@contributortype":"A","$":"9781101965863"},{"@contributortype":"A","$":"9781101967669"},{"@contributortype":"A","$":"9781101967676"},{"@contributortype":"A","$":"9781101967683"},{"@contributortype":"A","$":"9781101967690"},{"@contributortype":"A","$":"9781101967706"},{"@contributortype":"A","$":"9781101977491"},{"@contributortype":"A","$":"9781101978719"},{"@contributortype":"A","$":"9781415920664"},{"@contributortype":"A","$":"9781415920848"},{"@contributortype":"A","$":"9781415920855"},{"@contributortype":"A","$":"9781415920862"},{"@contributortype":"A","$":"9781415943595"},{"@contributortype":"A","$":"9781415945322"},{"@contributortype":"A","$":"9781415945339"},{"@contributortype":"A","$":"9781415945346"},{"@contributortype":"A","$":"9781415945353"},{"@contributortype":"4 A","$":"9781415945391"},{"@contributortype":"A","$":"9781415946640"},{"@contributortype":"A","$":"9781415947548"},{"@contributortype":"A","$":"9781415947555"},{"@contributortype":"A","$":"9781415950418"},{"@contributortype":"A","$":"9781415950753"},{"@contributortype":"A","$":"9781415950845"},{"@contributortype":"A","$":"9781415950852"},{"@contributortype":"A","$":"9781415951347"},{"@contributortype":"A","$":"9781415951354"},{"@contributortype":"A","$":"9781415951361"},{"@contributortype":"A","$":"9781415951378"},{"@contributortype":"A","$":"9781415958902"},{"@contributortype":"A","$":"9781524703721"},{"@contributortype":"A","$":"9781524703820"},{"@contributortype":"A","$":"9781524721077"},{"@contributortype":"A","$":"9781524721084"},{"@contributortype":"A","$":"9781524754730"},{"@contributortype":"A","$":"9781524777463"},{"@contributortype":"A","$":"9781524777470"},{"@contributortype":"A","$":"9781524797140"},{"@contributortype":"A","$":"9781524797157"},{"@contributortype":"A","$":"9781524798840"},{"@contributortype":"A","$":"9781611760644"},{"@contributortype":"A","$":"9781611761580"},{"@contributortype":"A","$":"9781984816429"},{"@contributortype":"A","$":"9781984816535"},{"@contributortype":"A","$":"9781984819581"},{"@contributortype":"A","$":"9781984819956"},{"@contributortype":"A","$":"9781984833167"},{"@contributortype":"A","$":"9781984833174"},{"@contributortype":"A","$":"9783002012523"},{"@contributortype":"A","$":"9783002013261"},{"@contributortype":"A","$":"9783002019775"},{"@contributortype":"A","$":"9783002020450"},{"@contributortype":"A","$":"9783002023512"}]},"lastinitial":"g","photocredit":"Michael Lionstar","photodate":"2020","spotlight":"John Grisham is the author of thirty novels, one work of nonfiction, a collection of stories, and six novels for young readers.","works":{"works":["72131","72132","72133","72134","72134","72136","72140","72143","72144","72145","72148","72149","72150","72151","72152","72153","72154","72155","72156","72157","72158","72159","72160","72161","72162","72163","72164","72165","72166","72167","72168","72169","72170","72171","72172","72173","72174","72175","72176","72177","72179","72180","72186","72187","196944","196944","213068","213069","219074","220049","223785","223786","224871","225996","231955","234636","234637","241089","286136","308211","308212","309929","309931","314536","314537","350993","354130","529574","535021","535022","547015","554117","561414","580395","586399","586400","606648","607683","612342","612864","623063","623067","675830","678813"]}},{"@uri":"https://reststop.randomhouse.com/resources/authors/109824","approved":"X","authordisplay":"John Grisham","authorfirst":"John","authorfirstlc":"john","authorid":"109824","authorlast":"Grisham","authorlastfirst":"GRISHAM, JOHN","authorlastlc":"grisham","titles":null,"lastinitial":"g","spotlight":"John Grisham (Jonesboro, Arkansas, 1955) se dedicó a la abogacía antes de convertirse en un escritor de éxito mundial. Desde que publicó su primera novela en 1988, ha escrito casi una por año. Todas, sin excepción, han sido best sellers y muchas se han convertido en excelentes guiones cinematográficos. Aparte de las novelas, es también autor de los relatos reunidos bajo el título Siete vidas, de un libro de no ficción, El proyecto Williamson: una historia real, así como de una serie de novelas juveniles sobre el joven abogado y detective Theodore Boone. John Grisham es directivo del Innocence Project en Nueva York y Mississippi, una organización dedicada a la reforma penal y a la exoneración, a través de pruebas de ADN, de individuos inocentes condenados por asesinato. Vive con su esposa y sus dos hijos entre Virginia y Mississippi.","works":null},{"@uri":"https://reststop.randomhouse.com/resources/authors/289155","approved":"X","authordisplay":"John Grisham","authorfirst":"John","authorfirstlc":"john","authorid":"289155","authorlast":"Grisham","authorlastfirst":"GRISHAM, JOHN","authorlastlc":"grisham","titles":null,"lastinitial":"g","works":null},{"@uri":"https://reststop.randomhouse.com/resources/authors/2069683","approved":"X","authordisplay":"John Grisham","authorfirst":"John","authorfirstlc":"john","authorid":"2069683","authorlast":"Grisham","authorlastfirst":"GRISHAM, JOHN","authorlastlc":"grisham","titles":null,"lastinitial":"g","works":null},{"@uri":"https://reststop.randomhouse.com/resources/authors/2172732","approved":"X","authordisplay":"John Grisham","authorfirst":"John","authorfirstlc":"john","authorid":"2172732","authorlast":"Grisham","authorlastfirst":"GRISHAM, JOHN","authorlastlc":"grisham","titles":{"isbn":[{"@contributortype":"A","$":"9780307474759"},{"@contributortype":"A","$":"9780307475329"},{"@contributortype":"A","$":"9780525433347"},{"@contributortype":"A","$":"9780525435815"},{"@contributortype":"A","$":"9780593311776"},{"@contributortype":"A","$":"9781101872253"},{"@contributortype":"A","$":"9781101873137"},{"@contributortype":"A","$":"9781101910764"},{"@contributortype":"A","$":"9781984898265"},{"@contributortype":"A","$":"9786073112062"},{"@contributortype":"A","$":"9786073113809"},{"@contributortype":"A","$":"9786073121019"},{"@contributortype":"A","$":"9786073159166"},{"@contributortype":"A","$":"9786074298697"},{"@contributortype":"A","$":"9788417773915"},{"@contributortype":"A","$":"9788483469941"},{"@contributortype":"A","$":"9788490324349"},{"@contributortype":"A","$":"9788490434642"},{"@contributortype":"A","$":"9788490437209"}]},"lastinitial":"g","works":{"works":["196329","196907","228694","237477","243185","243719","247089","247720","247753","247754","249753","250469","553089","561693","577948","579120","579173","586218","586400","589663","611155","635261","642991"]}}]} \ No newline at end of file diff --git a/bench/penguin/linux.json b/bench/penguin/linux.json new file mode 100644 index 0000000..7bcb82a --- /dev/null +++ b/bench/penguin/linux.json @@ -0,0 +1 @@ +{"@uri":"https://reststop.randomhouse.com/resources/titles?start=0&end=0&search=linux","title":[{"@uri":"https://reststop.randomhouse.com/resources/titles/9781593270889","author":"WARD, BRIAN","authors":{"authorId":{"@contributortype":"A","$":"2158525"}},"authorbio":"Brian Ward has been working with Linux since 1993. He is the author of The Linux Kernel-HOWTO, The Book of VMware (No Starch Press), and The Linux Problem Solver (No Starch Press).","authorweb":"Brian Ward","awards":null,"characters":null,"contributorfirst1":"Brian","contributorlast1":"Ward","division":"No Starch","flapcopy":"Whether you're a systems administrator or a home user, you need to understand how Linux internals work before you can really master Linux — how it boots, how networking works, how to customize the kernel, and even what hardware to buy.

How Linux Works contains the kind of information normally handed down from wizards—knowledge that comes from years of experience doing things the hard way. But instead of seeking the right incantation to make your system work, you can read How Linux Works to see how to administer Linux and why each particular technique works.

This book covers such need-to-know topics as:
–How Linux boots, with coverage of boot loaders and init
–How networking, interfaces, firewalls, and servers work
–How development tools and shared libraries work
–How the kernel manages devices, device drivers, and processes, and how to build a custom kernel
–How the Linux printing system works, with sections on cups, filters, and Ghostscript
–How shell scripts work

With its combination of background theory and real-world examples, How Linux Works will show you how to run your system instead of having your system run you.","formatcode":"EL","formatname":"eBook","imprint":"No Starch Press","isbn":"9781593270889","isbn10":"1593270887","isbn10hyphenated":"1-59327-088-7","isbn13hyphenated":"978-1-59327-088-9","keyword":"How Linux Works : What Every Superuser Should Know : Brian Ward : No Starch Press : Computers - Operating Systems - Linux : Computers - System Administration - Linux & UNIX Administration : Computers - Programming - Open Source : 1593270887 : 1-59327-088-7 : 9781593270889 : 978-1-59327-088-9 : Whether you're a systems administrator or a home user, you need to understand how Linux internals work before you can really master Linux — how it boots, how networking works, how to customize the kernel, and even what hardware to buy.

How Linux Works contains the kind of information normally handed down from wizards—knowledge that comes from years of experience doing things the hard way. But instead of seeking the right incantation to make your system work, you can read How Linux Works to see how to administer Linux and why each particular technique works.

This book covers such need-to-know topics as:
–How Linux boots, with coverage of boot loaders and init
–How networking, interfaces, firewalls, and servers work
–How development tools and shared libraries work
–How the kernel manages devices, device drivers, and processes, and how to build a custom kernel
–How the Linux printing system works, with sections on cups, filters, and Ghostscript
–How shell scripts work

With its combination of background theory and real-world examples, How Linux Works will show you how to run your system instead of having your system run you.","onsaledate":"05/01/2004","pages":"368","pricecanada":"44.95","priceusa":"22.99","relatedisbns":{"isbn":{"@formatcode":"EL","$":"9781593270889"}},"salestatus":"EL","subformat":"001","subjectcategory1":"COM046070","subjectcategory2":"COM088010","subjectcategory3":"COM051390","subjectcategorydescription1":"Computers - Operating Systems - Linux","subjectcategorydescription2":"Computers - System Administration - Linux & UNIX Administration","subjectcategorydescription3":"Computers - Programming - Open Source","subtitle":"What Every Superuser Should Know","tgpdf":"false","themes":null,"titleauthisbn":"How Linux Works : Brian Ward : 1593270887 : 1-59327-088-7 : 9781593270889 : 978-1-59327-088-9","titleshort":"HOW LINUX WORKS (EBK)","titlesubtitleauthisbn":"How Linux Works : What Every Superuser Should Know : Brian Ward : 1593270887 : 1-59327-088-7 : 9781593270889 : 978-1-59327-088-9","titleweb":"How Linux Works","updatedOn":"2020-08-28T18:07:03.000","webdomains":{"webdomain":[{"@sell":"true","@domain":"BC.CA"},{"@sell":"true","@domain":"CA"},{"@sell":"true","@domain":"CAN"},{"@sell":"true","@domain":"PRH.CA"},{"@sell":"true","@domain":"PRH.CA_"},{"@sell":"true","@domain":"PRH.NA"},{"@sell":"true","@domain":"PRH.US"},{"@sell":"true","@domain":"PRH.US_"},{"@sell":"true","@domain":"SALESPL"},{"@sell":"true","@domain":"USA"},{"@sell":"true","@domain":"USA3PD"}]},"links":null,"workid":"565470"},{"@uri":"https://reststop.randomhouse.com/resources/titles/9781593272203","author":"KERRISK, MICHAEL","authors":{"authorId":{"@contributortype":"A","$":"2158394"}},"authorbio":"Michael Kerrisk has been using and programming UNIX systems for more than 20 years, and has taught many week-long courses on UNIX system programming. Since 2004, he has maintained the man-pages project (http://www.kernel.org/doc/man-pages/), which produces the manual pages describing the Linux kernel and glibc programming APIs. He has written or co-written more than 250 of the manual pages and is actively involved in the testing and design review of new Linux kernel-userspace interfaces. Michael lives with his family in Munich, Germany.","authorweb":"Michael Kerrisk","awards":null,"characters":null,"contributorfirst1":"Michael","contributorlast1":"Kerrisk","division":"No Starch","flapcopy":"The Linux Programming Interface (TLPI) is the definitive guide to the Linux and UNIX programming interface—the interface employed by nearly every application that runs on a Linux or UNIX system.

In this authoritative work, Linux programming expert Michael Kerrisk provides detailed descriptions of the system calls and library functions that you need in order to master the craft of system programming, and accompanies his explanations with clear, complete example programs.

You'll find descriptions of over 500 system calls and library functions, and more than 200 example programs, 88 tables, and 115 diagrams. You'll learn how to:
–Read and write files efficiently
–Use signals, clocks, and timers
–Create processes and execute programs
–Write secure programs
–Write multithreaded programs using POSIX threads
–Build and use shared libraries
–Perform interprocess communication using pipes, message queues, shared memory, and semaphores
–Write network applications with the sockets API

While The Linux Programming Interface covers a wealth of Linux-specific features, including epoll, inotify, and the /proc file system, its emphasis on UNIX standards (POSIX.1-2001/SUSv3 and POSIX.1-2008/SUSv4) makes it equally valuable to programmers working on other UNIX platforms.

The Linux Programming Interface is the most comprehensive single-volume work on the Linux and UNIX programming interface, and a book that's destined to become a new classic.","formatcode":"HC","formatname":"Hardcover","imprint":"No Starch Press","isbn":"9781593272203","isbn10":"1593272200","isbn10hyphenated":"1-59327-220-0","isbn13hyphenated":"978-1-59327-220-3","keyword":"The Linux Programming Interface : A Linux and UNIX System Programming Handbook : Michael Kerrisk : No Starch Press : Computers - Programming - Open Source : Computers - Operating Systems - Linux : Computers - Operating Systems - UNIX : 1593272200 : 1-59327-220-0 : 9781593272203 : 978-1-59327-220-3 : The Linux Programming Interface (TLPI) is the definitive guide to the Linux and UNIX programming interface—the interface employed by nearly every application that runs on a Linux or UNIX system.

In this authoritative work, Linux programming expert Michael Kerrisk provides detailed descriptions of the system calls and library functions that you need in order to master the craft of system programming, and accompanies his explanations with clear, complete example programs.

You'll find descriptions of over 500 system calls and library functions, and more than 200 example programs, 88 tables, and 115 diagrams. You'll learn how to:
–Read and write files efficiently
–Use signals, clocks, and timers
–Create processes and execute programs
–Write secure programs
–Write multithreaded programs using POSIX threads
–Build and use shared libraries
–Perform interprocess communication using pipes, message queues, shared memory, and semaphores
–Write network applications with the sockets API

While The Linux Programming Interface covers a wealth of Linux-specific features, including epoll, inotify, and the /proc file system, its emphasis on UNIX standards (POSIX.1-2001/SUSv3 and POSIX.1-2008/SUSv4) makes it equally valuable to programmers working on other UNIX platforms.

The Linux Programming Interface is the most comprehensive single-volume work on the Linux and UNIX programming interface, and a book that's destined to become a new classic.","onsaledate":"10/01/2010","pages":"1552","pricecanada":"114.95","priceusa":"99.95","relatedisbns":{"isbn":[{"@formatcode":"HC","$":"9781593272203"},{"@formatcode":"EL","$":"9781593272913"}]},"salestatus":"IP","subjectcategory1":"COM051390","subjectcategory2":"COM046070","subjectcategory3":"COM046030","subjectcategorydescription1":"Computers - Programming - Open Source","subjectcategorydescription2":"Computers - Operating Systems - Linux","subjectcategorydescription3":"Computers - Operating Systems - UNIX","subtitle":"A Linux and UNIX System Programming Handbook","tableofcontents":"Preface
Chapter 1: History and Standards
Chapter 2: Fundamental Concepts
Chapter 3: System Programming Concepts
Chapter 4: File I/O: The Universal I/O Model
Chapter 5: File I/O: Further Details
Chapter 6: Processes
Chapter 7: Memory Allocation
Chapter 8: Users and Groups
Chapter 9: Process Credentials
Chapter 10: Time
Chapter 11: System Limits and Options
Chapter 12: System and Process Information
Chapter 13: File I/O Buffering
Chapter 14: File Systems
Chapter 15: File Attributes
Chapter 16: Extended Attributes
Chapter 17: Access Control Lists
Chapter 18: Directories and Links
Chapter 19: Monitoring File Events
Chapter 20: Signals: Fundamental Concepts
Chapter 21: Signals: Signal Handlers
Chapter 22: Signals: Advanced Features
Chapter 23: Timers and Sleeping
Chapter 24: Process Creation
Chapter 25: Process Termination
Chapter 26: Monitoring Child Processes
Chapter 27: Program Execution
Chapter 28: Process Creation and Program Execution in More Detail
Chapter 29: Threads: Introduction
Chapter 30: Threads: Thread Synchronization
Chapter 31: Threads: Thread Safety and Per-Thread Storage
Chapter 32: Threads: Thread Cancellation
Chapter 33: Threads: Further Details
Chapter 34: Process Groups, Sessions, and Job Control
Chapter 35: Process Priorities and Scheduling
Chapter 36: Process Resources
Chapter 37: Daemons
Chapter 38: Writing Secure Privileged Programs
Chapter 39: Capabilities
Chapter 40: Login Accounting
Chapter 41: Fundamentals of Shared Libraries
Chapter 42: Advanced Features of Shared Libraries
Chapter 43: Interprocess Communication Overview
Chapter 44: Pipes and FIFOs
Chapter 45: Introduction to System V IPC
Chapter 46: System V Message Queues
Chapter 47: System V Semaphores
Chapter 48: System V Shared Memory
Chapter 49: Memory Mappings
Chapter 50: Virtual Memory Operations
Chapter 51: Introduction to POSIX IPC
Chapter 52: POSIX Message Queues
Chapter 53: POSIX Semaphores
Chapter 54: POSIX Shared Memory
Chapter 55: File Locking
Chapter 56: Sockets: Introduction
Chapter 57: Sockets: UNIX Domain
Chapter 58: Sockets: Fundamentals of TCP/IP Networks
Chapter 59: Sockets: Internet Domains
Chapter 60: Sockets: Server Design
Chapter 61: Sockets: Advanced Topics
Chapter 62: Terminals
Chapter 63: Alternative I/O Models
Chapter 64: Pseudoterminals
Appendix A: Tracing System Calls
Appendix B: Parsing Command-Line Options
Appendix C: Casting the NULL Pointer
Appendix D: Kernel Configuration
Appendix E: Further Sources of Information
Appendix F: Solutions to Selected Exercises","tgpdf":"false","themes":null,"titleauthisbn":"The Linux Programming Interface : Michael Kerrisk : 1593272200 : 1-59327-220-0 : 9781593272203 : 978-1-59327-220-3","titleshort":"LINUX PGMG INTERFACE","titlesubtitleauthisbn":"The Linux Programming Interface : A Linux and UNIX System Programming Handbook : Michael Kerrisk : 1593272200 : 1-59327-220-0 : 9781593272203 : 978-1-59327-220-3","titleweb":"The Linux Programming Interface","updatedOn":"2020-11-06T07:02:21.000","webdomains":{"webdomain":[{"@sell":"true","@domain":"ACMART"},{"@sell":"true","@domain":"BC.CA"},{"@sell":"true","@domain":"CA"},{"@sell":"true","@domain":"CAN"},{"@sell":"true","@domain":"COMPCOP"},{"@sell":"true","@domain":"PRH.CA"},{"@sell":"true","@domain":"PRH.CA_"},{"@sell":"true","@domain":"PRH.NA"},{"@sell":"true","@domain":"PRH.US"},{"@sell":"true","@domain":"PRH.US_"},{"@sell":"true","@domain":"SALESIN"},{"@sell":"true","@domain":"SALESPL"},{"@sell":"true","@domain":"USA"},{"@sell":"true","@domain":"USA3PD"}]},"links":null,"workid":"565465"},{"@uri":"https://reststop.randomhouse.com/resources/titles/9781593272289","author":"RASH, MICHAEL","authors":{"authorId":{"@contributortype":"A","$":"2158445"}},"authorbio":"Michael Rash is a Security Architect on the Dragon Intrusion Detection System with Enterasys Networks, Inc., and is a frequent contributor to open source projects. As the creator of psad, fwknop, and fwsnort, Rash is an expert on firewalls, IDSs, OS fingerprinting, and the Snort rules language. He is co-author of the book Snort 2.1 Intrusion Detection, lead-author and technical editor of the book Intrusion Prevention and Active Response, and has written security articles for Linux Journal, SysAdmin, and ;login:.","authorweb":"Michael Rash","awards":null,"characters":null,"contributorfirst1":"Michael","contributorlast1":"Rash","division":"No Starch","flapcopy":"System administrators need to stay ahead of new security vulnerabilities that leave their networks exposed every day. A firewall and an intrusion detection systems (IDS) are two important weapons in that fight, enabling you to proactively deny access and monitor network traffic for signs of an attack.

Linux Firewalls discusses the technical details of the iptables firewall and the Netfilter framework that are built into the Linux kernel, and it explains how they provide strong filtering, Network Address Translation (NAT), state tracking, and application layer inspection capabilities that rival many commercial tools. You'll learn how to deploy iptables as an IDS with psad and fwsnort and how to build a strong, passive authentication layer around iptables with fwknop.

Concrete examples illustrate concepts such as firewall log analysis and policies, passive network authentication and authorization, exploit packet traces, Snort ruleset emulation, and more with coverage of these topics:
–Passive network authentication and OS fingerprinting
–iptables log analysis and policies
–Application layer attack detection with the iptables string match extension
–Building an iptables ruleset that emulates a Snort ruleset
–Port knocking vs. Single Packet Authorization (SPA)
–Tools for visualizing iptables logs

Perl and C code snippets offer practical examples that will help you to maximize your deployment of Linux firewalls. If you're responsible for keeping a network secure, you'll find Linux Firewalls invaluable in your attempt to understand attacks and use iptables—along with psad and fwsnort—to detect and even prevent compromises.","formatcode":"EL","formatname":"eBook","imprint":"No Starch Press","isbn":"9781593272289","isbn10":"1593272286","isbn10hyphenated":"1-59327-228-6","isbn13hyphenated":"978-1-59327-228-9","keyword":"Linux Firewalls : Attack Detection and Response : Michael Rash : No Starch Press : Computers - Security - Network Security : Computers - Operating Systems - Linux : Computers - Internet - Online Safety & Privacy : 1593272286 : 1-59327-228-6 : 9781593272289 : 978-1-59327-228-9 : System administrators need to stay ahead of new security vulnerabilities that leave their networks exposed every day. A firewall and an intrusion detection systems (IDS) are two important weapons in that fight, enabling you to proactively deny access and monitor network traffic for signs of an attack.

Linux Firewalls discusses the technical details of the iptables firewall and the Netfilter framework that are built into the Linux kernel, and it explains how they provide strong filtering, Network Address Translation (NAT), state tracking, and application layer inspection capabilities that rival many commercial tools. You'll learn how to deploy iptables as an IDS with psad and fwsnort and how to build a strong, passive authentication layer around iptables with fwknop.

Concrete examples illustrate concepts such as firewall log analysis and policies, passive network authentication and authorization, exploit packet traces, Snort ruleset emulation, and more with coverage of these topics:
–Passive network authentication and OS fingerprinting
–iptables log analysis and policies
–Application layer attack detection with the iptables string match extension
–Building an iptables ruleset that emulates a Snort ruleset
–Port knocking vs. Single Packet Authorization (SPA)
–Tools for visualizing iptables logs

Perl and C code snippets offer practical examples that will help you to maximize your deployment of Linux firewalls. If you're responsible for keeping a network secure, you'll find Linux Firewalls invaluable in your attempt to understand attacks and use iptables—along with psad and fwsnort—to detect and even prevent compromises.","onsaledate":"09/07/2007","pages":"336","pricecanada":"49.95","priceusa":"29.99","relatedisbns":{"isbn":{"@formatcode":"EL","$":"9781593272289"}},"salestatus":"EL","subformat":"001","subjectcategory1":"COM043050","subjectcategory2":"COM046070","subjectcategory3":"COM060040","subjectcategorydescription1":"Computers - Security - Network Security","subjectcategorydescription2":"Computers - Operating Systems - Linux","subjectcategorydescription3":"Computers - Internet - Online Safety & Privacy","subtitle":"Attack Detection and Response","tgpdf":"false","themes":null,"titleauthisbn":"Linux Firewalls : Michael Rash : 1593272286 : 1-59327-228-6 : 9781593272289 : 978-1-59327-228-9","titleshort":"LINUX FIREWALLS (EBK)","titlesubtitleauthisbn":"Linux Firewalls : Attack Detection and Response : Michael Rash : 1593272286 : 1-59327-228-6 : 9781593272289 : 978-1-59327-228-9","titleweb":"Linux Firewalls","updatedOn":"2020-07-02T10:48:51.000","webdomains":{"webdomain":[{"@sell":"true","@domain":"BC.CA"},{"@sell":"true","@domain":"CA"},{"@sell":"true","@domain":"CAN"},{"@sell":"true","@domain":"PRH.CA"},{"@sell":"true","@domain":"PRH.CA_"},{"@sell":"true","@domain":"PRH.NA"},{"@sell":"true","@domain":"PRH.US"},{"@sell":"true","@domain":"PRH.US_"},{"@sell":"true","@domain":"SALESPL"},{"@sell":"true","@domain":"USA"},{"@sell":"true","@domain":"USA3PD"}]},"links":null,"workid":"565327"},{"@uri":"https://reststop.randomhouse.com/resources/titles/9781593272913","author":"KERRISK, MICHAEL","authors":{"authorId":{"@contributortype":"A","$":"2158394"}},"authorbio":"Michael Kerrisk has been using and programming UNIX systems for more than 20 years, and has taught many week-long courses on UNIX system programming. Since 2004, he has maintained the man-pages project (http://www.kernel.org/doc/man-pages/), which produces the manual pages describing the Linux kernel and glibc programming APIs. He has written or co-written more than 250 of the manual pages and is actively involved in the testing and design review of new Linux kernel-userspace interfaces. Michael lives with his family in Munich, Germany.","authorweb":"Michael Kerrisk","awards":null,"characters":null,"contributorfirst1":"Michael","contributorlast1":"Kerrisk","division":"No Starch","flapcopy":"The Linux Programming Interface (TLPI) is the definitive guide to the Linux and UNIX programming interface—the interface employed by nearly every application that runs on a Linux or UNIX system.

In this authoritative work, Linux programming expert Michael Kerrisk provides detailed descriptions of the system calls and library functions that you need in order to master the craft of system programming, and accompanies his explanations with clear, complete example programs.

You'll find descriptions of over 500 system calls and library functions, and more than 200 example programs, 88 tables, and 115 diagrams. You'll learn how to:
–Read and write files efficiently
–Use signals, clocks, and timers
–Create processes and execute programs
–Write secure programs
–Write multithreaded programs using POSIX threads
–Build and use shared libraries
–Perform interprocess communication using pipes, message queues, shared memory, and semaphores
–Write network applications with the sockets API

While The Linux Programming Interface covers a wealth of Linux-specific features, including epoll, inotify, and the /proc file system, its emphasis on UNIX standards (POSIX.1-2001/SUSv3 and POSIX.1-2008/SUSv4) makes it equally valuable to programmers working on other UNIX platforms.

The Linux Programming Interface is the most comprehensive single-volume work on the Linux and UNIX programming interface, and a book that's destined to become a new classic.","formatcode":"EL","formatname":"eBook","imprint":"No Starch Press","isbn":"9781593272913","isbn10":"159327291X","isbn10hyphenated":"1-59327-291-X","isbn13hyphenated":"978-1-59327-291-3","keyword":"The Linux Programming Interface : A Linux and UNIX System Programming Handbook : Michael Kerrisk : No Starch Press : Computers - Programming - Open Source : Computers - Operating Systems - Linux : Computers - Operating Systems - UNIX : 159327291X : 1-59327-291-X : 9781593272913 : 978-1-59327-291-3 : The Linux Programming Interface (TLPI) is the definitive guide to the Linux and UNIX programming interface—the interface employed by nearly every application that runs on a Linux or UNIX system.

In this authoritative work, Linux programming expert Michael Kerrisk provides detailed descriptions of the system calls and library functions that you need in order to master the craft of system programming, and accompanies his explanations with clear, complete example programs.

You'll find descriptions of over 500 system calls and library functions, and more than 200 example programs, 88 tables, and 115 diagrams. You'll learn how to:
–Read and write files efficiently
–Use signals, clocks, and timers
–Create processes and execute programs
–Write secure programs
–Write multithreaded programs using POSIX threads
–Build and use shared libraries
–Perform interprocess communication using pipes, message queues, shared memory, and semaphores
–Write network applications with the sockets API

While The Linux Programming Interface covers a wealth of Linux-specific features, including epoll, inotify, and the /proc file system, its emphasis on UNIX standards (POSIX.1-2001/SUSv3 and POSIX.1-2008/SUSv4) makes it equally valuable to programmers working on other UNIX platforms.

The Linux Programming Interface is the most comprehensive single-volume work on the Linux and UNIX programming interface, and a book that's destined to become a new classic.","onsaledate":"10/01/2010","pages":"1552","pricecanada":"91.95","priceusa":"59.99","relatedisbns":{"isbn":[{"@formatcode":"HC","$":"9781593272203"},{"@formatcode":"EL","$":"9781593272913"}]},"salestatus":"EL","subformat":"001","subjectcategory1":"COM051390","subjectcategory2":"COM046070","subjectcategory3":"COM046030","subjectcategorydescription1":"Computers - Programming - Open Source","subjectcategorydescription2":"Computers - Operating Systems - Linux","subjectcategorydescription3":"Computers - Operating Systems - UNIX","subtitle":"A Linux and UNIX System Programming Handbook","tgpdf":"false","themes":null,"titleauthisbn":"The Linux Programming Interface : Michael Kerrisk : 159327291X : 1-59327-291-X : 9781593272913 : 978-1-59327-291-3","titleshort":"LINUX PGMG INTERFACE (EBK)","titlesubtitleauthisbn":"The Linux Programming Interface : A Linux and UNIX System Programming Handbook : Michael Kerrisk : 159327291X : 1-59327-291-X : 9781593272913 : 978-1-59327-291-3","titleweb":"The Linux Programming Interface","updatedOn":"2020-07-02T10:48:52.000","webdomains":{"webdomain":[{"@sell":"true","@domain":"BC.CA"},{"@sell":"true","@domain":"CA"},{"@sell":"true","@domain":"CAN"},{"@sell":"true","@domain":"PRH.CA"},{"@sell":"true","@domain":"PRH.CA_"},{"@sell":"true","@domain":"PRH.NA"},{"@sell":"true","@domain":"PRH.US"},{"@sell":"true","@domain":"PRH.US_"},{"@sell":"true","@domain":"SALESPL"},{"@sell":"true","@domain":"USA"},{"@sell":"true","@domain":"USA3PD"}]},"links":null,"workid":"565465"},{"@uri":"https://reststop.randomhouse.com/resources/titles/9781593275679","author":"WARD, BRIAN","authors":{"authorId":{"@contributortype":"A","$":"2158525"}},"authorbio":"Brian Ward has been working with Linux since 1993. He is the author of The Linux Kernel-HOWTO, The Book of VMware (No Starch Press), and The Linux Problem Solver (No Starch Press).","authorweb":"Brian Ward","awards":null,"characters":null,"contributorfirst1":"Brian","contributorlast1":"Ward","division":"No Starch","flapcopy":"Unlike some operating systems, Linux doesn’t try to hide the important bits from you—it gives you full control of your computer. But to truly master Linux, you need to understand its internals, like how the system boots, how networking works, and what the kernel actually does.

In this completely revised second edition of the perennial best seller How Linux Works, author Brian Ward makes the concepts behind Linux internals accessible to anyone curious about the inner workings of the operating system. Inside, you’ll find the kind of knowledge that normally comes from years of experience doing things the hard way. You’ll learn:
–How Linux boots, from boot loaders to init implementations (systemd, Upstart, and System V)
–How the kernel manages devices, device drivers, and processes
–How networking, interfaces, firewalls, and servers work
–How development tools work and relate to shared libraries
–How to write effective shell scripts

You’ll also explore the kernel and examine key system tasks inside user space, including system calls, input and output, and filesystems. With its combination of background, theory, real-world examples, and patient explanations, How Linux Works will teach you what you need to know to solve pesky problems and take control of your operating system.","formatcode":"TR","formatname":"Trade Paperback","imprint":"No Starch Press","isbn":"9781593275679","isbn10":"1593275676","isbn10hyphenated":"1-59327-567-6","isbn13hyphenated":"978-1-59327-567-9","keyword":"How Linux Works, 2nd Edition : What Every Superuser Should Know : Brian Ward : No Starch Press : Computers - Operating Systems - Linux : Computers - Operating Systems - General : Computers - System Administration - General : 1593275676 : 1-59327-567-6 : 9781593275679 : 978-1-59327-567-9 : Unlike some operating systems, Linux doesn’t try to hide the important bits from you—it gives you full control of your computer. But to truly master Linux, you need to understand its internals, like how the system boots, how networking works, and what the kernel actually does.

In this completely revised second edition of the perennial best seller How Linux Works, author Brian Ward makes the concepts behind Linux internals accessible to anyone curious about the inner workings of the operating system. Inside, you’ll find the kind of knowledge that normally comes from years of experience doing things the hard way. You’ll learn:
–How Linux boots, from boot loaders to init implementations (systemd, Upstart, and System V)
–How the kernel manages devices, device drivers, and processes
–How networking, interfaces, firewalls, and servers work
–How development tools work and relate to shared libraries
–How to write effective shell scripts

You’ll also explore the kernel and examine key system tasks inside user space, including system calls, input and output, and filesystems. With its combination of background, theory, real-world examples, and patient explanations, How Linux Works will teach you what you need to know to solve pesky problems and take control of your operating system.","onsaledate":"11/14/2014","pages":"392","pricecanada":"41.95","priceusa":"39.95","relatedisbns":{"isbn":[{"@formatcode":"EL","$":"9781593276454"},{"@formatcode":"TR","$":"9781593275679"}]},"salestatus":"IP","subjectcategory1":"COM046070","subjectcategory2":"COM046000","subjectcategory3":"COM088000","subjectcategorydescription1":"Computers - Operating Systems - Linux","subjectcategorydescription2":"Computers - Operating Systems - General","subjectcategorydescription3":"Computers - System Administration - General","subtitle":"What Every Superuser Should Know","tableofcontents":"Chapter 1: The Big Picture
Chapter 2: Basic Commands and Directory Hierarchy
Chapter 3: Devices
Chapter 4: Disks and Filesystems
Chapter 5: Linux Booting: Boot Loaders and Kernel
Chapter 6: How User Space Starts
Chapter 7: System Configuration: Logging, System Time, Batch Jobs, and Users
Chapter 8: A Closer Look at Processes and Resource Utilization
Chapter 9: Understanding Your Network and Its Configuration
Chapter 10: Network Applications and Services
Chapter 11: Introduction to Shell Scripts
Chapter 12: Moving Files Across the Network
Chapter 13: User Environments
Chapter 14: A Brief Survey of the Linux Desktop
Chapter 15: Development Tools
Chapter 16: Compiling Software from Source Code
Chapter 17: Building on the Basics","tgpdf":"false","themes":null,"titleauthisbn":"How Linux Works, 2nd Edition : Brian Ward : 1593275676 : 1-59327-567-6 : 9781593275679 : 978-1-59327-567-9","titleshort":"HOW LINUX WORKS 2E","titlesubtitleauthisbn":"How Linux Works, 2nd Edition : What Every Superuser Should Know : Brian Ward : 1593275676 : 1-59327-567-6 : 9781593275679 : 978-1-59327-567-9","titleweb":"How Linux Works, 2nd Edition","updatedOn":"2020-11-06T07:02:23.000","webdomains":{"webdomain":[{"@sell":"true","@domain":"ACMART"},{"@sell":"true","@domain":"BC.CA"},{"@sell":"true","@domain":"CA"},{"@sell":"true","@domain":"CAN"},{"@sell":"true","@domain":"COMPCOP"},{"@sell":"true","@domain":"PRH.CA"},{"@sell":"true","@domain":"PRH.CA_"},{"@sell":"true","@domain":"PRH.NA"},{"@sell":"true","@domain":"PRH.US"},{"@sell":"true","@domain":"PRH.US_"},{"@sell":"true","@domain":"SALESIN"},{"@sell":"true","@domain":"SALESPL"},{"@sell":"true","@domain":"USA"},{"@sell":"true","@domain":"USA3PD"}]},"links":null,"workid":"565500"},{"@uri":"https://reststop.randomhouse.com/resources/titles/9781593276027","author":"TAYLOR, DAVE","authors":{"authorId":[{"@contributortype":"A","$":"2158453"},{"@contributortype":"A","$":"2158496"}]},"authorbio":"Dave Taylor has been in the computer industry since 1980. He was a contributor to BSD 4.4 UNIX, and his software is included in all major UNIX distributions. He is an award-winning public speaker and has written thousands of magazine and newspaper articles. He is the author of 20 books, including Learning UNIX for Mac OS X (O'Reilly), Solaris for Dummies (Hungry Minds), and Teach Yourself UNIX in 24 Hours (SAMS). A popular columnist for Linux Journal magazine, he also maintains a customer tech support website at http://www.askdavetaylor.com.
Brandon Perry started writing C# applications with the advent of the open source .NET implementation called Mono. In his free time, he enjoys writing modules for the Metasploit framework, parsing binary files, and fuzzing things.","authorweb":"Dave Taylor and Brandon Perry","awards":null,"characters":null,"contributorfirst1":"Dave","contributorfirst2":"Brandon","contributorlast1":"Taylor","contributorlast2":"Perry","division":"No Starch","flapcopy":"Shell scripts are an efficient way to interact with your machine and manage your files and system operations. With just a few lines of code, your computer will do exactly what you want it to do. But you can also use shell scripts for many other essential (and not-so-essential) tasks.

This second edition of Wicked Cool Shell Scripts offers a collection of useful, customizable, and fun shell scripts for solving common problems and personalizing your computing environment. Each chapter contains ready-to-use scripts and explanations of how they work, why you’d want to use them, and suggestions for changing and expanding them. You'll find a mix of classic favorites, like a disk backup utility that keeps your files safe when your system crashes, a password manager, a weather tracker, and several games, as well as 23 brand-new scripts, including:

– ZIP code lookup tool that reports the city and state
– Bitcoin address information retriever
– suite of tools for working with cloud services like Dropbox and iCloud
– for renaming and applying commands to files in bulk
– processing and editing tools

Whether you want to save time managing your system or just find new ways to goof off, these scripts are wicked cool!","formatcode":"TR","formatname":"Trade Paperback","imprint":"No Starch Press","isbn":"9781593276027","isbn10":"1593276028","isbn10hyphenated":"1-59327-602-8","isbn13hyphenated":"978-1-59327-602-7","keyword":"Wicked Cool Shell Scripts, 2nd Edition : 101 Scripts for Linux, OS X, and UNIX Systems : Dave Taylor and Brandon Perry : No Starch Press : Computers - Operating Systems - Linux : Computers - Operating Systems - UNIX : Computers - Operating Systems - MAC OS : 1593276028 : 1-59327-602-8 : 9781593276027 : 978-1-59327-602-7 : Shell scripts are an efficient way to interact with your machine and manage your files and system operations. With just a few lines of code, your computer will do exactly what you want it to do. But you can also use shell scripts for many other essential (and not-so-essential) tasks.

This second edition of Wicked Cool Shell Scripts offers a collection of useful, customizable, and fun shell scripts for solving common problems and personalizing your computing environment. Each chapter contains ready-to-use scripts and explanations of how they work, why you’d want to use them, and suggestions for changing and expanding them. You'll find a mix of classic favorites, like a disk backup utility that keeps your files safe when your system crashes, a password manager, a weather tracker, and several games, as well as 23 brand-new scripts, including:

– ZIP code lookup tool that reports the city and state
– Bitcoin address information retriever
– suite of tools for working with cloud services like Dropbox and iCloud
– for renaming and applying commands to files in bulk
– processing and editing tools

Whether you want to save time managing your system or just find new ways to goof off, these scripts are wicked cool!","onsaledate":"10/15/2016","pages":"392","pricecanada":"40.95","priceusa":"34.95","relatedisbns":{"isbn":[{"@formatcode":"EL","$":"9781593277833"},{"@formatcode":"TR","$":"9781593276027"}]},"salestatus":"IP","subjectcategory1":"COM046070","subjectcategory2":"COM046030","subjectcategory3":"COM046020","subjectcategorydescription1":"Computers - Operating Systems - Linux","subjectcategorydescription2":"Computers - Operating Systems - UNIX","subjectcategorydescription3":"Computers - Operating Systems - MAC OS","subtitle":"101 Scripts for Linux, OS X, and UNIX Systems","tableofcontents":"Chapter 1: The Missing Code Library
Chapter 2: Improving on User Commands
Chapter 3: Creating Utilities
Chapter 4: Tweaking Unix
Chapter 5: System Administration: Managing Users
Chapter 6: System Administration: System Maintenance
Chapter 7: Web and Internet Users
Chapter 8: Webmaster Hacks
Chapter 9: Web and Internet Administration
Chapter 10: Internet Server Administration
Chapter 11: OS X Scripts
Chapter 12: Shell Script Fun and Games
Chapter 13: Working with the Cloud
Chapter 14: ImageMagick and Working with Graphics Files
Chapter 15: Days and Dates
Appendix A: Installing Bash on Windows 10
Appendix B: Bonus Scripts","tgpdf":"false","themes":null,"titleauthisbn":"Wicked Cool Shell Scripts, 2nd Edition : Dave Taylor and Brandon Perry : 1593276028 : 1-59327-602-8 : 9781593276027 : 978-1-59327-602-7","titleshort":"WICKED COOL SHELL 2E","titlesubtitleauthisbn":"Wicked Cool Shell Scripts, 2nd Edition : 101 Scripts for Linux, OS X, and UNIX Systems : Dave Taylor and Brandon Perry : 1593276028 : 1-59327-602-8 : 9781593276027 : 978-1-59327-602-7","titleweb":"Wicked Cool Shell Scripts, 2nd Edition","updatedOn":"2020-12-14T18:05:17.000","webdomains":{"webdomain":[{"@sell":"true","@domain":"ACMART"},{"@sell":"true","@domain":"BC.CA"},{"@sell":"true","@domain":"CA"},{"@sell":"true","@domain":"CAN"},{"@sell":"true","@domain":"COMPCOP"},{"@sell":"true","@domain":"PRH.CA"},{"@sell":"true","@domain":"PRH.CA_"},{"@sell":"true","@domain":"PRH.NA"},{"@sell":"true","@domain":"PRH.US"},{"@sell":"true","@domain":"PRH.US_"},{"@sell":"true","@domain":"SALESIN"},{"@sell":"true","@domain":"SALESPL"},{"@sell":"true","@domain":"USA"},{"@sell":"true","@domain":"USA3PD"}]},"links":null,"workid":"565531"},{"@uri":"https://reststop.randomhouse.com/resources/titles/9781593276454","author":"WARD, BRIAN","authors":{"authorId":{"@contributortype":"A","$":"2158525"}},"authorbio":"Brian Ward has been working with Linux since 1993. He is the author of The Linux Kernel-HOWTO, The Book of VMware (No Starch Press), and The Linux Problem Solver (No Starch Press).","authorweb":"Brian Ward","awards":null,"characters":null,"contributorfirst1":"Brian","contributorlast1":"Ward","division":"No Starch","flapcopy":"Unlike some operating systems, Linux doesn’t try to hide the important bits from you—it gives you full control of your computer. But to truly master Linux, you need to understand its internals, like how the system boots, how networking works, and what the kernel actually does.

In this completely revised second edition of the perennial best seller How Linux Works, author Brian Ward makes the concepts behind Linux internals accessible to anyone curious about the inner workings of the operating system. Inside, you’ll find the kind of knowledge that normally comes from years of experience doing things the hard way. You’ll learn:
–How Linux boots, from boot loaders to init implementations (systemd, Upstart, and System V)
–How the kernel manages devices, device drivers, and processes
–How networking, interfaces, firewalls, and servers work
–How development tools work and relate to shared libraries
–How to write effective shell scripts

You’ll also explore the kernel and examine key system tasks inside user space, including system calls, input and output, and filesystems. With its combination of background, theory, real-world examples, and patient explanations, How Linux Works will teach you what you need to know to solve pesky problems and take control of your operating system.","formatcode":"EL","formatname":"eBook","imprint":"No Starch Press","isbn":"9781593276454","isbn10":"1593276451","isbn10hyphenated":"1-59327-645-1","isbn13hyphenated":"978-1-59327-645-4","keyword":"How Linux Works, 2nd Edition : What Every Superuser Should Know : Brian Ward : No Starch Press : Computers - Operating Systems - Linux : Computers - Operating Systems - General : Computers - System Administration - General : 1593276451 : 1-59327-645-1 : 9781593276454 : 978-1-59327-645-4 : Unlike some operating systems, Linux doesn’t try to hide the important bits from you—it gives you full control of your computer. But to truly master Linux, you need to understand its internals, like how the system boots, how networking works, and what the kernel actually does.

In this completely revised second edition of the perennial best seller How Linux Works, author Brian Ward makes the concepts behind Linux internals accessible to anyone curious about the inner workings of the operating system. Inside, you’ll find the kind of knowledge that normally comes from years of experience doing things the hard way. You’ll learn:
–How Linux boots, from boot loaders to init implementations (systemd, Upstart, and System V)
–How the kernel manages devices, device drivers, and processes
–How networking, interfaces, firewalls, and servers work
–How development tools work and relate to shared libraries
–How to write effective shell scripts

You’ll also explore the kernel and examine key system tasks inside user space, including system calls, input and output, and filesystems. With its combination of background, theory, real-world examples, and patient explanations, How Linux Works will teach you what you need to know to solve pesky problems and take control of your operating system.","onsaledate":"11/14/2014","pages":"392","pricecanada":"33.95","priceusa":"23.99","relatedisbns":{"isbn":[{"@formatcode":"EL","$":"9781593276454"},{"@formatcode":"TR","$":"9781593275679"}]},"salestatus":"EL","subformat":"001","subjectcategory1":"COM046070","subjectcategory2":"COM046000","subjectcategory3":"COM088000","subjectcategorydescription1":"Computers - Operating Systems - Linux","subjectcategorydescription2":"Computers - Operating Systems - General","subjectcategorydescription3":"Computers - System Administration - General","subtitle":"What Every Superuser Should Know","tgpdf":"false","themes":null,"titleauthisbn":"How Linux Works, 2nd Edition : Brian Ward : 1593276451 : 1-59327-645-1 : 9781593276454 : 978-1-59327-645-4","titleshort":"HOW LINUX WORKS 2E (EBK)","titlesubtitleauthisbn":"How Linux Works, 2nd Edition : What Every Superuser Should Know : Brian Ward : 1593276451 : 1-59327-645-1 : 9781593276454 : 978-1-59327-645-4","titleweb":"How Linux Works, 2nd Edition","updatedOn":"2021-02-28T18:03:56.000","webdomains":{"webdomain":[{"@sell":"true","@domain":"BC.CA"},{"@sell":"true","@domain":"CA"},{"@sell":"true","@domain":"CAN"},{"@sell":"true","@domain":"PRH.CA"},{"@sell":"true","@domain":"PRH.CA_"},{"@sell":"true","@domain":"PRH.NA"},{"@sell":"true","@domain":"PRH.US"},{"@sell":"true","@domain":"PRH.US_"},{"@sell":"true","@domain":"SALESPL"},{"@sell":"true","@domain":"USA"},{"@sell":"true","@domain":"USA3PD"}]},"links":null,"workid":"565500"},{"@uri":"https://reststop.randomhouse.com/resources/titles/9781593277833","author":"TAYLOR, DAVE","authors":{"authorId":[{"@contributortype":"A","$":"2158453"},{"@contributortype":"A","$":"2158496"}]},"authorbio":"Dave Taylor has been in the computer industry since 1980. He was a contributor to BSD 4.4 UNIX, and his software is included in all major UNIX distributions. He is an award-winning public speaker and has written thousands of magazine and newspaper articles. He is the author of 20 books, including Learning UNIX for Mac OS X (O'Reilly), Solaris for Dummies (Hungry Minds), and Teach Yourself UNIX in 24 Hours (SAMS). A popular columnist for Linux Journal magazine, he also maintains a customer tech support website at http://www.askdavetaylor.com.
Brandon Perry started writing C# applications with the advent of the open source .NET implementation called Mono. In his free time, he enjoys writing modules for the Metasploit framework, parsing binary files, and fuzzing things.","authorweb":"Dave Taylor and Brandon Perry","awards":null,"characters":null,"contributorfirst1":"Dave","contributorfirst2":"Brandon","contributorlast1":"Taylor","contributorlast2":"Perry","division":"No Starch","flapcopy":"Shell scripts are an efficient way to interact with your machine and manage your files and system operations. With just a few lines of code, your computer will do exactly what you want it to do. But you can also use shell scripts for many other essential (and not-so-essential) tasks.

This second edition of Wicked Cool Shell Scripts offers a collection of useful, customizable, and fun shell scripts for solving common problems and personalizing your computing environment. Each chapter contains ready-to-use scripts and explanations of how they work, why you’d want to use them, and suggestions for changing and expanding them. You'll find a mix of classic favorites, like a disk backup utility that keeps your files safe when your system crashes, a password manager, a weather tracker, and several games, as well as 23 brand-new scripts, including:

– ZIP code lookup tool that reports the city and state
– Bitcoin address information retriever
– suite of tools for working with cloud services like Dropbox and iCloud
– for renaming and applying commands to files in bulk
– processing and editing tools

Whether you want to save time managing your system or just find new ways to goof off, these scripts are wicked cool!","formatcode":"EL","formatname":"eBook","imprint":"No Starch Press","isbn":"9781593277833","isbn10":"1593277830","isbn10hyphenated":"1-59327-783-0","isbn13hyphenated":"978-1-59327-783-3","keyword":"Wicked Cool Shell Scripts, 2nd Edition : 101 Scripts for Linux, OS X, and UNIX Systems : Dave Taylor and Brandon Perry : No Starch Press : Computers - Operating Systems - Linux : Computers - Operating Systems - UNIX : Computers - Operating Systems - MAC OS : 1593277830 : 1-59327-783-0 : 9781593277833 : 978-1-59327-783-3 : Shell scripts are an efficient way to interact with your machine and manage your files and system operations. With just a few lines of code, your computer will do exactly what you want it to do. But you can also use shell scripts for many other essential (and not-so-essential) tasks.

This second edition of Wicked Cool Shell Scripts offers a collection of useful, customizable, and fun shell scripts for solving common problems and personalizing your computing environment. Each chapter contains ready-to-use scripts and explanations of how they work, why you’d want to use them, and suggestions for changing and expanding them. You'll find a mix of classic favorites, like a disk backup utility that keeps your files safe when your system crashes, a password manager, a weather tracker, and several games, as well as 23 brand-new scripts, including:

– ZIP code lookup tool that reports the city and state
– Bitcoin address information retriever
– suite of tools for working with cloud services like Dropbox and iCloud
– for renaming and applying commands to files in bulk
– processing and editing tools

Whether you want to save time managing your system or just find new ways to goof off, these scripts are wicked cool!","onsaledate":"10/15/2016","pages":"392","pricecanada":"32.95","priceusa":"20.99","relatedisbns":{"isbn":[{"@formatcode":"EL","$":"9781593277833"},{"@formatcode":"TR","$":"9781593276027"}]},"salestatus":"EL","subformat":"001","subjectcategory1":"COM046070","subjectcategory2":"COM046030","subjectcategory3":"COM046020","subjectcategorydescription1":"Computers - Operating Systems - Linux","subjectcategorydescription2":"Computers - Operating Systems - UNIX","subjectcategorydescription3":"Computers - Operating Systems - MAC OS","subtitle":"101 Scripts for Linux, OS X, and UNIX Systems","tgpdf":"false","themes":null,"titleauthisbn":"Wicked Cool Shell Scripts, 2nd Edition : Dave Taylor and Brandon Perry : 1593277830 : 1-59327-783-0 : 9781593277833 : 978-1-59327-783-3","titleshort":"WICKED COOL SHELL 2E (EBK)","titlesubtitleauthisbn":"Wicked Cool Shell Scripts, 2nd Edition : 101 Scripts for Linux, OS X, and UNIX Systems : Dave Taylor and Brandon Perry : 1593277830 : 1-59327-783-0 : 9781593277833 : 978-1-59327-783-3","titleweb":"Wicked Cool Shell Scripts, 2nd Edition","updatedOn":"2020-07-02T10:48:55.000","webdomains":{"webdomain":[{"@sell":"true","@domain":"BC.CA"},{"@sell":"true","@domain":"CA"},{"@sell":"true","@domain":"CAN"},{"@sell":"true","@domain":"PRH.CA"},{"@sell":"true","@domain":"PRH.CA_"},{"@sell":"true","@domain":"PRH.NA"},{"@sell":"true","@domain":"PRH.US"},{"@sell":"true","@domain":"PRH.US_"},{"@sell":"true","@domain":"SALESPL"},{"@sell":"true","@domain":"USA"},{"@sell":"true","@domain":"USA3PD"}]},"links":null,"workid":"565531"},{"@uri":"https://reststop.randomhouse.com/resources/titles/9781593277932","author":"NIKKEL, BRUCE","authors":{"authorId":{"@contributortype":"A","$":"2158461"}},"authorbio":"Bruce Nikkel is the director of Cyber-Crime / IT Investigation & Forensics at a global financial institution where he has managed the IT forensics unit since 2005. He is an editor for Digital Investigation and has published research on various digital forensic topics. Bruce holds a PhD in network forensics.","authorweb":"Bruce Nikkel","awards":null,"characters":null,"contributorfirst1":"Bruce","contributorlast1":"Nikkel","division":"No Starch","flapcopy":"Forensic image acquisition is an important part of postmortem incident response and evidence collection. Digital forensic investigators acquire, preserve, and manage digital evidence to support civil and criminal cases; examine organizational policy violations; resolve disputes; and analyze cyber attacks.

Practical Forensic Imaging takes a detailed look at how to secure and manage digital evidence using Linux-based command line tools. This essential guide walks you through the entire forensic acquisition process and covers a wide range of practical scenarios and situations related to the imaging of storage media.

You’ll learn how to:
–Perform forensic imaging of magnetic hard disks, SSDs and flash drives, optical discs, magnetic tapes, and legacy technologies
–Protect attached evidence media from accidental modification
–Manage large forensic image files, storage capacity, image format conversion, compression, splitting, duplication, secure transfer and storage, and secure disposal
–Preserve and verify evidence integrity with cryptographic and piecewise hashing, public key signatures, and RFC-3161 timestamping
–Work with newer drive and interface technologies like NVME, SATA Express, 4K-native sector drives, SSHDs, SAS, UASP/USB3x, and Thunderbolt
–Manage drive security such as ATA passwords; encrypted thumb drives; Opal self-encrypting drives; OS-encrypted drives using BitLocker, FileVault, and TrueCrypt; and others
–Acquire usable images from more complex or challenging situations such as RAID systems, virtual machine images, and damaged media

With its unique focus on digital forensic acquisition and evidence preservation, Practical Forensic Imaging is a valuable resource for experienced digital forensic investigators wanting to advance their Linux skills and experienced Linux administrators wanting to learn digital forensics. This is a must-have reference for every digital forensics lab.","formatcode":"TR","formatname":"Trade Paperback","imprint":"No Starch Press","isbn":"9781593277932","isbn10":"1593277938","isbn10hyphenated":"1-59327-793-8","isbn13hyphenated":"978-1-59327-793-2","keyword":"Practical Forensic Imaging : Securing Digital Evidence with Linux Tools : Bruce Nikkel : No Starch Press : Computers - Security - General : Computers - Operating Systems - Linux : Computers - Security - Cryptography & Encryption : 1593277938 : 1-59327-793-8 : 9781593277932 : 978-1-59327-793-2 : Forensic image acquisition is an important part of postmortem incident response and evidence collection. Digital forensic investigators acquire, preserve, and manage digital evidence to support civil and criminal cases; examine organizational policy violations; resolve disputes; and analyze cyber attacks.

Practical Forensic Imaging takes a detailed look at how to secure and manage digital evidence using Linux-based command line tools. This essential guide walks you through the entire forensic acquisition process and covers a wide range of practical scenarios and situations related to the imaging of storage media.

You’ll learn how to:
–Perform forensic imaging of magnetic hard disks, SSDs and flash drives, optical discs, magnetic tapes, and legacy technologies
–Protect attached evidence media from accidental modification
–Manage large forensic image files, storage capacity, image format conversion, compression, splitting, duplication, secure transfer and storage, and secure disposal
–Preserve and verify evidence integrity with cryptographic and piecewise hashing, public key signatures, and RFC-3161 timestamping
–Work with newer drive and interface technologies like NVME, SATA Express, 4K-native sector drives, SSHDs, SAS, UASP/USB3x, and Thunderbolt
–Manage drive security such as ATA passwords; encrypted thumb drives; Opal self-encrypting drives; OS-encrypted drives using BitLocker, FileVault, and TrueCrypt; and others
–Acquire usable images from more complex or challenging situations such as RAID systems, virtual machine images, and damaged media

With its unique focus on digital forensic acquisition and evidence preservation, Practical Forensic Imaging is a valuable resource for experienced digital forensic investigators wanting to advance their Linux skills and experienced Linux administrators wanting to learn digital forensics. This is a must-have reference for every digital forensics lab.","onsaledate":"09/01/2016","pages":"320","pricecanada":"57.95","priceusa":"49.95","relatedisbns":{"isbn":[{"@formatcode":"EL","$":"9781593278007"},{"@formatcode":"TR","$":"9781593277932"}]},"salestatus":"IP","subjectcategory1":"COM053000","subjectcategory2":"COM046070","subjectcategory3":"COM083000","subjectcategorydescription1":"Computers - Security - General","subjectcategorydescription2":"Computers - Operating Systems - Linux","subjectcategorydescription3":"Computers - Security - Cryptography & Encryption","subtitle":"Securing Digital Evidence with Linux Tools","tableofcontents":"Introduction
Chapter 0: Digital Forensics Overview
Chapter 1: Storage Media Overview&lt;
Chapter 2: Linux as a Forensic Acquisition Platform
Chapter 3: Forensic Image Formats
Chapter 4: Planning and Preparation
Chapter 5: Attaching Subject Media to an Acquisition Host
Chapter 6: Forensic Image Acquisition
Chapter 7: Forensic Image Management
Chapter 8: Special Image Access Topics
Chapter 9: Extracting Subsets of Forensic Images","tgpdf":"false","themes":null,"titleauthisbn":"Practical Forensic Imaging : Bruce Nikkel : 1593277938 : 1-59327-793-8 : 9781593277932 : 978-1-59327-793-2","titleshort":"PRACL FORENSIC IMAGING","titlesubtitleauthisbn":"Practical Forensic Imaging : Securing Digital Evidence with Linux Tools : Bruce Nikkel : 1593277938 : 1-59327-793-8 : 9781593277932 : 978-1-59327-793-2","titleweb":"Practical Forensic Imaging","updatedOn":"2020-12-09T06:06:16.000","webdomains":{"webdomain":[{"@sell":"true","@domain":"ACMART"},{"@sell":"true","@domain":"BC.CA"},{"@sell":"true","@domain":"CA"},{"@sell":"true","@domain":"CAN"},{"@sell":"true","@domain":"COMPCOP"},{"@sell":"true","@domain":"PRH.CA"},{"@sell":"true","@domain":"PRH.CA_"},{"@sell":"true","@domain":"PRH.NA"},{"@sell":"true","@domain":"PRH.US"},{"@sell":"true","@domain":"PRH.US_"},{"@sell":"true","@domain":"SALESIN"},{"@sell":"true","@domain":"SALESPL"},{"@sell":"true","@domain":"USA"},{"@sell":"true","@domain":"USA3PD"}]},"links":null,"workid":"565581"},{"@uri":"https://reststop.randomhouse.com/resources/titles/9781593278007","author":"NIKKEL, BRUCE","authors":{"authorId":{"@contributortype":"A","$":"2158461"}},"authorbio":"Bruce Nikkel is the director of Cyber-Crime / IT Investigation & Forensics at a global financial institution where he has managed the IT forensics unit since 2005. He is an editor for Digital Investigation and has published research on various digital forensic topics. Bruce holds a PhD in network forensics.","authorweb":"Bruce Nikkel","awards":null,"characters":null,"contributorfirst1":"Bruce","contributorlast1":"Nikkel","division":"No Starch","flapcopy":"Forensic image acquisition is an important part of postmortem incident response and evidence collection. Digital forensic investigators acquire, preserve, and manage digital evidence to support civil and criminal cases; examine organizational policy violations; resolve disputes; and analyze cyber attacks.

Practical Forensic Imaging takes a detailed look at how to secure and manage digital evidence using Linux-based command line tools. This essential guide walks you through the entire forensic acquisition process and covers a wide range of practical scenarios and situations related to the imaging of storage media.

You’ll learn how to:
–Perform forensic imaging of magnetic hard disks, SSDs and flash drives, optical discs, magnetic tapes, and legacy technologies
–Protect attached evidence media from accidental modification
–Manage large forensic image files, storage capacity, image format conversion, compression, splitting, duplication, secure transfer and storage, and secure disposal
–Preserve and verify evidence integrity with cryptographic and piecewise hashing, public key signatures, and RFC-3161 timestamping
–Work with newer drive and interface technologies like NVME, SATA Express, 4K-native sector drives, SSHDs, SAS, UASP/USB3x, and Thunderbolt
–Manage drive security such as ATA passwords; encrypted thumb drives; Opal self-encrypting drives; OS-encrypted drives using BitLocker, FileVault, and TrueCrypt; and others
–Acquire usable images from more complex or challenging situations such as RAID systems, virtual machine images, and damaged media

With its unique focus on digital forensic acquisition and evidence preservation, Practical Forensic Imaging is a valuable resource for experienced digital forensic investigators wanting to advance their Linux skills and experienced Linux administrators wanting to learn digital forensics. This is a must-have reference for every digital forensics lab.","formatcode":"EL","formatname":"eBook","imprint":"No Starch Press","isbn":"9781593278007","isbn10":"1593278004","isbn10hyphenated":"1-59327-800-4","isbn13hyphenated":"978-1-59327-800-7","keyword":"Practical Forensic Imaging : Securing Digital Evidence with Linux Tools : Bruce Nikkel : No Starch Press : Computers - Security - General : Computers - Operating Systems - Linux : Computers - Security - Cryptography & Encryption : 1593278004 : 1-59327-800-4 : 9781593278007 : 978-1-59327-800-7 : Forensic image acquisition is an important part of postmortem incident response and evidence collection. Digital forensic investigators acquire, preserve, and manage digital evidence to support civil and criminal cases; examine organizational policy violations; resolve disputes; and analyze cyber attacks.

Practical Forensic Imaging takes a detailed look at how to secure and manage digital evidence using Linux-based command line tools. This essential guide walks you through the entire forensic acquisition process and covers a wide range of practical scenarios and situations related to the imaging of storage media.

You’ll learn how to:
–Perform forensic imaging of magnetic hard disks, SSDs and flash drives, optical discs, magnetic tapes, and legacy technologies
–Protect attached evidence media from accidental modification
–Manage large forensic image files, storage capacity, image format conversion, compression, splitting, duplication, secure transfer and storage, and secure disposal
–Preserve and verify evidence integrity with cryptographic and piecewise hashing, public key signatures, and RFC-3161 timestamping
–Work with newer drive and interface technologies like NVME, SATA Express, 4K-native sector drives, SSHDs, SAS, UASP/USB3x, and Thunderbolt
–Manage drive security such as ATA passwords; encrypted thumb drives; Opal self-encrypting drives; OS-encrypted drives using BitLocker, FileVault, and TrueCrypt; and others
–Acquire usable images from more complex or challenging situations such as RAID systems, virtual machine images, and damaged media

With its unique focus on digital forensic acquisition and evidence preservation, Practical Forensic Imaging is a valuable resource for experienced digital forensic investigators wanting to advance their Linux skills and experienced Linux administrators wanting to learn digital forensics. This is a must-have reference for every digital forensics lab.","onsaledate":"09/01/2016","pages":"320","pricecanada":"47.95","priceusa":"29.99","relatedisbns":{"isbn":[{"@formatcode":"EL","$":"9781593278007"},{"@formatcode":"TR","$":"9781593277932"}]},"salestatus":"EL","subformat":"001","subjectcategory1":"COM053000","subjectcategory2":"COM046070","subjectcategory3":"COM083000","subjectcategorydescription1":"Computers - Security - General","subjectcategorydescription2":"Computers - Operating Systems - Linux","subjectcategorydescription3":"Computers - Security - Cryptography & Encryption","subtitle":"Securing Digital Evidence with Linux Tools","tgpdf":"false","themes":null,"titleauthisbn":"Practical Forensic Imaging : Bruce Nikkel : 1593278004 : 1-59327-800-4 : 9781593278007 : 978-1-59327-800-7","titleshort":"PRACL FORENSIC IMAGING (EBK)","titlesubtitleauthisbn":"Practical Forensic Imaging : Securing Digital Evidence with Linux Tools : Bruce Nikkel : 1593278004 : 1-59327-800-4 : 9781593278007 : 978-1-59327-800-7","titleweb":"Practical Forensic Imaging","updatedOn":"2020-07-02T10:48:55.000","webdomains":{"webdomain":[{"@sell":"true","@domain":"BC.CA"},{"@sell":"true","@domain":"CA"},{"@sell":"true","@domain":"CAN"},{"@sell":"true","@domain":"PRH.CA"},{"@sell":"true","@domain":"PRH.CA_"},{"@sell":"true","@domain":"PRH.NA"},{"@sell":"true","@domain":"PRH.US"},{"@sell":"true","@domain":"PRH.US_"},{"@sell":"true","@domain":"SALESPL"},{"@sell":"true","@domain":"USA"},{"@sell":"true","@domain":"USA3PD"}]},"links":null,"workid":"565581"}]} \ No newline at end of file diff --git a/bench/penguin/rust.json b/bench/penguin/rust.json new file mode 100644 index 0000000..3e60e4e --- /dev/null +++ b/bench/penguin/rust.json @@ -0,0 +1 @@ +{"@uri":"https://reststop.randomhouse.com/resources/titles?start=0&end=0&search=rust","title":[{"@uri":"https://reststop.randomhouse.com/resources/titles/9780140447415","author":"VERGA, GIOVANNI","authors":{"authorId":[{"@contributortype":"T V","$":"234062"},{"@contributortype":"A","$":"234071"}]},"authorbio":"Giovanni Verga (1840-1922) was born into a bourgeois family in Sicily and began writing historical romances as a teenager. His later fiction was more naturalistic and dramatic in style and dealt largely with Sicilian rural life. He was introduced to the English-speaking world in the translations of D. H. Lawrence and is now considered to be one of the major Italian nineteenth-century authors. Harry McWilliam has translated Boccaccio's DECAMERON for Penguin.","authorweb":"Giovanni Verga","awards":null,"characters":null,"contributorfirst1":"Giovanni","contributorfirst2":"G. H.","contributorfirst3":"G. H.","contributorlast1":"Verga","contributorlast2":"McWilliam","contributorlast3":"McWilliam","division":"Penguin Adult HC/TR","excerpt":"The She-Wolf

She was dark-haired, tall and lean, with firm, well-rounded breasts, though she was no longer young, and she had a pale complexion, like someone forever in the grip of malaria. The pallor was relieved by a pair of huge eyes and fresh red lips that looked as though they would eat you.

In the village they called her the She-Wolf because, no matter what she had, she was never satisfied. The woman crossed themselves whenever they saw her coming, lone as a stray bitch, with the restless and wary appearance of a starving wolf. She would gobble up their sons and their husbands in the twinkling of an eye with those red lips of hers, and draw them to the tail of her skirt and transfix them with those devilish eyes, as though they were standing before the altar at St Agrippina's. Luckily the She-Wolf herself never set foot inside the church, either at Easter or at Christmas or to hear Mass or to go to confession. Father Angiolino of St Mary of Jesus, a true servant of God, had lost his soul on her account.Maricchia, poor girl, a good and worthy soul, shed tears in secret because she was the She-Wolf's daughter and nobody would ever want to marry her, even though she too had a fine trousseau tucked away in a chest and a patch of decent land in the sun, like any other girl in the village.

Then it happened that the She-Wolf fell in love with a handsome young fellow back from the army, when the two of them were hay-making on the notary's farm. She'd fallen for him lock, stock and barrel, her flesh burning beneath her thick cotton bodice, and, staring into his eyes, she was overcome with the kind of thirst you would experience down in the valley on a hot midsummer day. But he just kept scything calmly away, head down over the hay, saying \"What's the matter, Pina?\". In the vast expansive fields, where all you could hear was the chirping of the crickets as they leapt, with the sun beating straight down, the She-Wolf tied up sheaf after sheaf, bundle after bundle, showing no sign of fatigue, never looking up for an instant, never putting her lips to the flask, just so long as she could be there behind Nanni, while he scythed away, asking her every so often, \"What is it you want, Pina?\".

One evening she told him, while the men, exhausted from their day's labours, were nodding off to sleep in the barn, and the dogs were filling the dark air of the countryside with their howling, \"It's you I want! You that are beautiful as the sun, and sweet as the honey! I want you!\".

\"It's the unmarried daughter of yours that I want,\" Nanni replied, laughing.The She-Wolf thrust her hands into her hair, tearing at the sides of her head without uttering a word, then strode off and stayed away from the barn. But then the olive-crushing season came round in October, she set her eyes on Nanni again because he was working next door to were she lived, and the creaking of the press kept her awake the whole night long.

\"Pick up that sack of olives,\" she said to her daughter, \"and come with me.\"Nanni was pushing the olives under the mill wheel with his shovel, and shouting \"Gee up there!\" to the mule to keep it moving.

\"Do you want my daughter Marricchia?\" Pina asked.

\"What are you going to give her?\" Nanni replied.

\"She's got the things her father left, and she can have my house into the bargain. All you need to leave me is the corner of the kitchen to spread out my palliasse.\"

\"In that case we can talk it over at Christmas.\" said Nanni.

Nanni was covered in grease sweat from the oil and the fermenting olives, and Maricchia wanted nothing whatever to do with him, but when they got home her mother grabbed her by the hair and said to her through clenched teeth:\"If you don't take him, I'll kill you!\".You would have thought the She-Wolf was ill, and people were saying that when the Devil grows old he goes into hiding. She never wandered about the village any more, she didn't stand on the doorstep flashing those crazy eyes of hers. Her son-in-law, whenever she fixed those eyes on him, began to laugh, and pulled out his scapular to bless himself with. Maracchia stayed at home, breastfeeding the children, while her mother went off to the fields to work alongside the men; just like a man, in fact, digging, hoeing, rounding up the cattle, and pruning the vines in all weather, in January with an icy wind from the east, or August with the sirocco from the south, when at the end of the day the mules would be drooping their heads and the men would be sitting asleep, propped against the wall with their mouths hanging open. 'In hours that run from dusk till dawn goes no good woman ever born,' and Pina was the only living soul you could see out and about, picking her way over the boundless fields that stretched into the heat haze of the far distance towards Etna, shrouded in mist, where the sky bore down on the horizon.\"Wake up!\" said the She-Wolf to Nanni, who was lying asleep in the ditch under the dust-laden hedgerow, resting his head between his arms. \"Wake up, I've brought you some wine to wet your throat.\"

Nanni opened his eyes wide, stupefied, still half-asleep, to find her standing over him, white-faced, thrusting her breast towards him and fixing him with her coal-black eyes, and he stretched out his hands, groping the air.

\"No! No good woman's abroad from dusk till dawn!\" bewailed Nanni, pressing his face down again into the dry grass of the ditch as hard as he could, with his fingernails tearing at his hair. \"Go away! Go away! Keep away from the barn!\"

She did go away, did the She-Wolf, tying up her splendid tresses as she went, staring ahead of her toward the hot fields of stubble with her coal-black eyes.

But she kept going back to the barn, and Nanni said nothing. In fact, whenever she was late arriving, in the hours that run from dusk till dawn, he would go and wait for her at the top of the ashen-white, deserted lane, with beads of sweat standing out on his forehead. And afterwards he would thrust his hands through his hair and repeat every time, \"Go away! Go away! Don't come back to the barn!\"

Maracchia wept day and night, and stared at her mother with tear-filled eyes aflame with jealousy, looking like a wolf-cub herself, every time she saw her returning pale and silent from the fields.

\"You wicked slut!\" she cried. \"You wicked slut of a mother!\"

\"Shut up!\"

\"You thief! Thief!\"

\"Shut up!\"

\"'I'll tell the police sergeant, that's what I'll do!\"

\"Go ahead and tell him!\"

She did go ahead, with her children clinging round her neck, totally unafraid, and without shedding a tear. She was like a mad woman, because now she too loved the husband they had forced upon her, all greasy and covered in sweat from the fermenting olives.The sergeant had Nanni called in, and threatened him with prison and the gallows. Nanni stood there sobbing and tearing his hair. He denied nothing, and didn't even try to make excuses.\"I was tempted!\" he cried. \"I was tempted by the Devil!\"

He threw himself at the sergeant's feet, pleading with him to send him to prison.

\"For pity's sake, sergeant, take me out of this hell on earth! Have me killed, send me to prison, never let me set eyes on her again, ever!\"

But when the sergeant spoke to the She-Wolf, she replied, \"No! I kept a corner of the kitchen to sleep in, when I gave him my house as a dowry. The house is mine. I don't intend to leave it.\"Shortly after that, Nanni was kicked in the chest by a mule, and was at death's door. But the parish priest refused to bring him the bread of Christ until the She-Wolf left the house. The She-Wolf went away, and her son-in-law could then prepare to take his leave of the world as a good Christian. He confessed and made communion with such an obvious show of repentance and contrition that all the neighbours and onlookers were in tears at the bed of the dying man. And it would have been better if he had died then and there, before the Devil returned to tempt him and to take him over body and soul as soon as he recovered.

\"Leave me alone!\" he said to the She-Wolf. \"For God's sake, leave me in peace! I stared death in the face! The poor Maricchia is in despair! The whole village knows all about it! It's better for both of us if I don't see you. . . .\"

He would have liked to tear out his eyes so as not to see the eyes of the She-Wolf, who made him surrender body and soul when she fixed them upon him. He no longer knew what to do to release himself from her spell. He paid for Masses for the souls in Purgatory, and asked the parish priest and the sergeant to help him. At Easter he went to confession, and did penance in public by crawling on his belly for six feet over the cobblestones in front of the church. After all that, when the She-Wolf returned to torment him, he said to her:

\"Listen! Just you stay away from the barn, because if you come looking for me again, I swear to God I'll kill you!\"

\"Go ahead and kill me,\" replied the She-Wolf. \"It doesn't worry me. I can't live without you.\"

When he saw her coming in the distance, through the sown fields, he stopped digging at the vine with his mattock, and went and wrenched the axe from the elm. The She-Wolf saw him coming, pale with frenzy, the axe glittering in the sun, but she never stopped for a moment or lowered her gaze as she carried on walking towards him, with her hands full of bunches of red poppies, devouring him with her coal-black eyes. \"Ah!\" Nanni stammered. \"May your soul roast in Hell!\"

","flapcopy":"The stories of Giovanni Verga (1840-1922) are wonderful evocations of ordinary Italian life, focusing in particular on his native Sicily. In an original and dynamic prose style, he portrays such eternal human themes as love, honour and adultery with rich and colourful language. The inspiration for Mascagni's opera, 'Cavalleria Rusticana' depicts a young man's triumphal return home from the army, spoilt when he learns that his beloved is engaged to another man. Verga's acute awareness of the hardships and aspirations of peasant life can be seen in stories such as 'Nedda', 'Picturesque Lives' and 'Black Bread', while others such as 'The Reverend' and 'Don Licciu Papa' show the dominance of the church and the law in the Sicilian communities he portrays so vividly.","formatcode":"TR","formatname":"Trade Paperback","imprint":"Penguin Classics","isbn":"9780140447415","isbn10":"0140447415","isbn10hyphenated":"0-14-044741-5","isbn13hyphenated":"978-0-14-044741-5","keyword":"Cavalleria Rusticana and Other Stories : : Giovanni Verga : Penguin Classics : Fiction - Classics : Fiction - Short Stories (single author) : Fiction - Literary : 0140447415 : 0-14-044741-5 : 9780140447415 : 978-0-14-044741-5 : The stories of Giovanni Verga (1840-1922) are wonderful evocations of ordinary Italian life, focusing in particular on his native Sicily. In an original and dynamic prose style, he portrays such eternal human themes as love, honour and adultery with rich and colourful language. The inspiration for Mascagni's opera, 'Cavalleria Rusticana' depicts a young man's triumphal return home from the army, spoilt when he learns that his beloved is engaged to another man. Verga's acute awareness of the hardships and aspirations of peasant life can be seen in stories such as 'Nedda', 'Picturesque Lives' and 'Black Bread', while others such as 'The Reverend' and 'Don Licciu Papa' show the dominance of the church and the law in the Sicilian communities he portrays so vividly.","onsaledate":"01/01/2000","pages":"272","pricecanada":"22.00","priceusa":"16.00","relatedisbns":{"isbn":{"@formatcode":"TR","$":"9780140447415"}},"salestatus":"IP","subjectcategory1":"FIC004000","subjectcategory2":"FIC029000","subjectcategory3":"FIC019000","subjectcategorydescription1":"Fiction - Classics","subjectcategorydescription2":"Fiction - Short Stories (single author)","subjectcategorydescription3":"Fiction - Literary","tableofcontents":"Acknowledgements
Introduction
Bibliography
Note on Sicilian Terms

Nedda

from VITA DEI CAMPI


Cavalleria rusticana
The She-Wolf
Picturesque Lives
Jeli the Shepherd
Rosso Malpelo
Gramigna's Mistress
War of the Saints
How, When and Why

from NOVELLE RUSTICANE
The Reverend
Getting to know the King
Don Licciu Papa
Malaria
Property
Black Bread
Bigwigs
Freedom

OTHER STORIES
Springtime
Wolf-hunt

Maps
Notes

","tgpdf":"false","themes":null,"titleauthisbn":"Cavalleria Rusticana and Other Stories : Giovanni Verga : 0140447415 : 0-14-044741-5 : 9780140447415 : 978-0-14-044741-5","titleshort":"CAVALLERIA RUSTICANA OTHR STOR","titlesubtitleauthisbn":"Cavalleria Rusticana and Other Stories : : Giovanni Verga : 0140447415 : 0-14-044741-5 : 9780140447415 : 978-0-14-044741-5","titleweb":"Cavalleria Rusticana and Other Stories","updatedOn":"2020-11-06T06:20:46.000","webdomains":{"webdomain":[{"@sell":"true","@domain":"ACM.CA"},{"@sell":"true","@domain":"ACMART"},{"@sell":"true","@domain":"CA"},{"@sell":"true","@domain":"COMPCOP"},{"@sell":"true","@domain":"PGI.US"},{"@sell":"true","@domain":"PRH.CA"},{"@sell":"true","@domain":"PRH.CA_"},{"@sell":"true","@domain":"PRH.NA"},{"@sell":"true","@domain":"PRH.US"},{"@sell":"true","@domain":"PRH.US_"},{"@sell":"true","@domain":"SALESIN"},{"@sell":"true","@domain":"SALESPL"}]},"links":null,"workid":"332377"},{"@uri":"https://reststop.randomhouse.com/resources/titles/9780143035343","author":"WOODARD, COLIN","authors":{"authorId":{"@contributortype":"A","$":"230706"}},"authorbio":"Colin Woodard, an award-winning writer and journalist, is currently the state and national affairs writer at the Portland Press Herald and Maine Sunday Telegram and received a 2012 George Polk Award for an investigative project he did for those papers. A longtime foreign correspondent for The Christian Science Monitor, the San Francisco Chronicle, and The Chronicle of Higher Education, he has reported from more than fifty foreign countries and seven continents. His work has appeared in dozens of publications, including The EconomistSmithsonianThe Washington PostPolitico, Newsweek, The Daily BeastThe GuardianBloomberg View, and Washington Monthly. A graduate of Tufts University and the University of Chicago, he is the author of several books, including American Nations and The Republic of Pirates.","authorweb":"Colin Woodard","awards":null,"characters":null,"contributorfirst1":"Colin","contributorlast1":"Woodard","division":"Penguin Adult HC/TR","excerpt":"one
Monhegan

In winter the Laura B., the mail boat to Monhegan Island, is usually fairly empty. A handful of islanders gather in the small aft cabin, warming themselves by the tiny black stove, while their groceries and shopping bags chill on the deck alongside rows of propane tanks and other large island-bound parcels. Mailbags rest in the starboard cubbyhole, protected from the elements, which can be extremely assertive during the fourteen-mile crossing from the mainland. From November to April, the Laura B. is the only link to the mainland for Monhegan's sixty year-round residents, making the round-trip journey from the tiny fishing town of Port Clyde only three times a week.

But on this last day of November, the Laura B. is packed with people. There are nearly as many people on board as live on the island this time of year, most of them mainlanders on their way out to help friends and family prepare for the most important day of Monhegan's year. Tomorrow, December 1, is Trap Day, the day Monhegan's lobstermen begin their unique, winter- only lobster season.

At a time of year when most of Maine's seven thousand lobster- men have hauled up their traps and brought their boats around to secure winter anchorages, Monhegan's fourteen lobstermen are getting ready to set their traps for the first time since spring. Once the fishermen have set their traps, they'll continue fishing through the dead of winter, braving ferocious weather and subzero temperatures that often leave their twenty-eight- to forty- foot boats encased in frozen spray. The lobstermen can handle this with the help of a sternman or two, but on Trap Day they need all the help they can get moving their heavy traps down to the town wharf. There are only twenty aging, beat-up pickups on the island, but each lobsterman needs to get a gang of six hundred traps, weighted metal cages weighing forty to fifty pounds apiece, out of their backyard, down the hill, and stacked up on the town wharf where they can be loaded onto the lobster boat. It can't be done much beforehand because the island's 8,400 traps can't fit on the granite wharf. Even if they did fit, they'd make offloading the Laura B. next to impossible. So, just before Trap Day, the entire village and dozens of mainlanders turn out to move the traps in the maritime equivalent of a barn-raising ceremony.

I'm on my way out to help Zoe Zanidakis, the island's only female lobster boat captain and onetime proprietor of the Monhegan House, one of the island's three summer inns. But there's a problem. About two months ago, Zoe quit answering her phone. She stopped picking up her cell phone and left e-mail and answering machine messages unreturned. It was as if Zoe had dropped off the face of the earth. After failing to track her down through several mutual acquaintances— nobody seemed to know where she was—I decided to board Laura B. as planned and track her down on the island. After all, no Monhegan lobsterman would ever miss Trap Day, least of all a ninth-generation islander like Zoe. Monhegan lobstermen make or break their season in the first few weeks of December, harvesting lobsters in an area that has not been fished in six months. But Trap Day has a ritualistic importance that transcends dollars and cents. “It's like cleaning the slate,” one islander explained to me. “We all come together to get the boats ready and any of the crap and hard feelings that have accumulated in the community are wiped away.” As we pass Allen Island and begin the final, seven-mile open ocean crossing, I'm certain Zoe is out there on the gray, humplike shape looming on the horizon.

It's a mild day for Maine in early winter—forty-five degrees and almost sunny, with still air and gently swelling seas—so many of the passengers spread out on deck, lounging amid the luggage, propane, and building supplies. I join them, and halfway up the port rail I find Billy Payne, who runs one of the island's two small stores. Billy, tanned from a vacation in South Carolina, tells me Zoe is nowhere to be found. “They say she's in a movie out in Hollywood,” he says, breaking into an understated smile. “But nobody seems to know for sure.”

The Laura B. lolls along, unperturbed by the swells. She's nearly sixty years old, and her wooden hull is only sixty-five feet long, but she was built for tougher chores than the Monhegan mail run: running soldiers and ammunition around Pacific bases during the Second World War. Slowly, steadily, Monhegan grows before us, its features becoming more detailed with each passing minute. First the rocky cliffs emerge from their forested crown. Then the forest reveals its inner anatomy of pine, spruce, and fir trees, straight and tall on the island's interior, stunted or dead along the exposed headlands. Guillemots and other cold-loving seabirds flutter over the primeval scene.

At first only one or two houses are apparent, poking out from the forest like lost children, along with the lighthouse tower, which sticks up from its hilltop like a ship's funnel. But as we round the island's northern tip and head down the western shore, the village slowly reveals itself. A cluster of wood-shingled houses, fish houses, and boat sheds stand on the gentle hillsides facing the shore. There are two hundred all told, but as we approach the harbor it's clear that most of the buildings are boarded up for the winter.

We slip past the nasty ledges guarding the north entrance and into the harbor, or what passes for one. Monhegan, a sausage-shaped island two miles long and three-quarters of a mile wide, doesn't have a single deepwater cove or inlet in which one can protect so much as a skiff. All it has is Manana, a small grass-covered hump of rock that protrudes from the sea alongside Monhegan like a whale calf cuddling next to its mother. Monhegan's lobster boats are moored in the narrow passage between the two islands, an anchorage as uncomfortable as it is beautiful. The four-hundred-yard-wide passage is well protected by the tall islands on either side, and the ledges at the narrow north entrance afford reasonable cover from northeasterly winds. But the harbor is completely open to the south, and in a southwesterly storm the seas race through the harbor unimpeded. During particularly fierce winter storms, waves have crashed through low-lying parts of the village, but the lobster boats themselves ride the tempests out on their heavy moorings. We enter the harbor and come alongside the town's heavy granite wharf. Stacks of lobster traps are already growing at the base of the wharf, and one of the town's aging pickups is driving down the dirt road, piled high with more traps to be unloaded. But as we tie up and begin collecting our bags from their pile on the foredeck, the first thing I notice is the camera crew.

The three-man crew has set up a tripod-mounted camera and a big pole-mounted mike right on the edge of the wharf to film the mail boat's arrival. The height of the tide is such that the camera is pointed right in our faces, and a couple of people pause to stare at it as we head down the gangway. “Just move along,” one of the cameramen barks, waving us along with a gloved hand. “Pretend we're not here.” I try but just up the hill from the wharf I encounter a giant boom crane, poised to capture Trap Day action on the wharf. As I stand, gaping, the pickup pulls alongside me.

I drop my bags and start stacking lobster traps.

A burly, red-faced man in a flannel shirt has climbed to the top of the truckload of traps, stacked six-high in the same inverted ziggurat pattern farmers use for hay bales, which makes sense since the traps are approximately the same size and weight as a large hay bale. He passes traps down to the four of us on the ground and we carry them, in turn, to the growing stack on the wharf belonging to that particular fisherman. It's not hard to tell which traps go with which stack. Each lobsterman has already rigged his traps, and every second or third trap has a buoy and a coil of rope inside. The distinctive main buoys are painted in the unique color pattern of their owner, in this case white with an orange top and matching orange and white spindle. Later, when the traps are deployed and the buoys are floating on the surface, there will be no confusion as to whose traps are whose. It quickly becomes evident to me that the traps with the buoys in them are much heavier than the others. These “headers” are the first to be hauled up in the strings of two or three traps used on the island. Often these are more heavily weighted than the other traps in their string, serving as the anchor for the other traps they are attached to, called “tailers.”

The truck is empty, and the four people who came down with it jump in the back and start riding up the hill for another load. We haven't yet spoken a word apart from “got it” or “over there.” Another truck rolls in, loaded with traps containing fluorescent pink buoys topped with a black ring. The scene repeats itself. By the time the Laura B.'s crew has finished hoisting the heavy cargo onto the wharf with the boat's gantry crane, truckloads of traps are already waiting to be piled up in her landing zone. After an hour or so, the same trucks begin reappearing with fresh loads of traps. The men and women in the respective crews start acknowledging my existence the second or third time around. We shake our introductions with gloved hands. One couple is from Port Clyde and attended Georges Valley High School at the same time I was at a track and basketball rival a few hours to the northwest. Another guy turns out to be from Boothbay and knows my father. As we stack traps I ask if anyone's seen Zoe. I get all sorts of answers.

“Out to help Zoe? Haven't seen her since October,” a taciturn sternman tells me. “They say she's doing stunt work out in California.” A middle-aged resident assures me she's acting in her own movie and that that's why the film crew is here, sleeping in Zoe's house at the top of the hill. “No, no, no,” a third islander asserts. “She's in Australia with that actor Russell Crowe.” After hearing variations of these and other stories throughout the day, I feel like I've stepped into a novel cowritten by the ghosts of Franz Kafka and the Brontë sisters.

After a teal and white truck comes down to the wharf for the third time, the driver introduces himself. He turns out to be my host, John Murdock, a lobsterman in his mid-forties who also runs one of two year-round bed and breakfasts on the island. “Colin!” John laughs. “Was wondering where you were. Welcome to Monhegan! When we get this unloaded, toss your bags in and we'll show you your room.” Fifteen minutes later I'm in the back, bouncing up the hill with a couple of John's friends.

We pass the imposing Island Inn, its windows boarded up for the winter and a film crew on the lawn, round a corner at the crossroads, and pull up in front of John's rambling house. John's wife, Winnie, shows me to my room, where I dump my bags and change footwear before heading around back to where John's traps have been stacked all summer, waiting for this day. A second stack belongs to his nineteen-year-old son, Ben, who has his own friends out on the island helping. But Ben has been distracted by a problem with his boat's engine, and most of his six hundred traps are still sitting in the backyard. Half of John's stack has already been moved down to the wharf.

By early evening, the wharf is stacked so high with traps that no more can be safely added. A narrow passage to the wharf's boat ramp passes between the fifteen-foot-high towers of green-, black-, or yellow-coated metal traps. A few boats come alongside and take on twenty or thirty traps for the first run, scheduled for the following morning. After that, the wharf grows quiet as most islanders turn in early in preparation for the manic day ahead.

s

The next morning I awaken to the news that Trap Day, like so many Maine winter events, has been postponed by Mother Nature. It had been blowing at thirty miles an hour from the southwest for much of the night. It was quiet now, but the wind had driven a heavy swell into the unprotected mouth of the harbor that would make loading traps from the wharf more difficult than it was worth. Monhegan's lobstermen, who make all-important decisions collectively down at the Stanley fish house, had decided to hold off for a few hours. They were meeting again at eleven to decide if they would go out in the afternoon.

It's an unseasonably warm fifty-five degrees, and the road down to the wharf is turning muddy, with pools of water accumulating in the ruts left by the town's little fleet of trucks. All that warm air hanging over the forty-degree water has created another hazard. A pea soup fog is flowing slowly over the village, whose clapboard houses drift in and out of the gray mist. Despite the towering piles of traps, I can't see the wharf until I'm almost standing on it. Inside the traps, the fluorescent paint on the buoys glows as it refracts in the swirling fog. I walk through the narrow canyon between the traps and peer out to sea. I see only two of the fourteen lobster boats in the harbor, their sterns piled high with traps. Manana, just two hundred yards away, is completely invisible, though the foghorn on her far side cries out plaintively from time to time. Big swells crash into the wharf's granite blocks every few seconds, and their splash sizzles on the ocean surface like bacon in a frying pan.

There's no breakfast place on Monhegan this time of year, but there's fresh coffee down at Billy Payne's store. Billy isn't there when I come in, but he's left a pad of receipts on the counter for patrons to fill out. Some have weighted theirs down with little piles of change and banknotes. Rita White, an elderly lady who once managed not to visit the mainland for seven years, is playing solitaire at one of the store's little booths, and a couple of lobstermen are shooting the shit by the coffee thermoses. Somebody's collie is napping on the floor. I greet people good morning, which seems to take everyone but the dog aback, as if they have gotten out of practice since the summer people went away. Rita sizes me up at a glance. As is often the case in Maine, I'm not sure if I've passed inspection, but she nods assent to my sitting opposite her to drink my coffee.

The lobstermen are speculating on the result of the upcoming fish house meeting, and there's general agreement that the swells won't die down before nightfall. Problem is, tomorrow is Sunday, and a few of the captains observe the Lord's day of rest. Traditionally, Monheganers don't start their season until everyone is ready. If somebody has engine trouble or a sick relative ashore, fishing is postponed until they can start too. But a number of years back, the fishermen by the coffee thermoses recall, the majority decided to start the season on a Sunday, and some of the older fishermen watched them leave from the beach. “Didn't do relations much good on the harbor for a time,” one recalls.

As if on cue, pastor Ted Hoskins comes into the store. Hoskins, middle aged with a white sea captain's beard, is the minister of the Maine Sea Coast Missionary Society, a century-old organization that provides social services to Maine's fourteen year-round island communities, none of which have a resident cleric. The Harvard-educated son of Isle au Haut's summer minister, Hoskins usually makes the rounds to his far-flung flock on the Sunbeam V. He conducts weddings and funerals or just talks to islanders who, by midwinter, are getting tired of talking with one another. This weekend, however, Hoskins is on Monhegan to bless the fleet. So is fishing on Sunday taboo? I ask. “Oh, gosh, it depends on who you talk to.” Hoskins laughs. “Some think it brings bad luck. But of course there are all sorts of things that fishermen say can bring bad luck.” There's wearing blue clothing on the boat, some say, or carrying black bags. Others say you should never whistle (it calls the wind) or say the word “pig,” which apparently dooms one's boat, as does setting down a hatch cover upside down. “Rest assured,” one of the lobstermen by the thermoses pipes up, “if we go out, then the next time something breaks they'll say it was because we set out on Sunday, no matter how long from now that is.” Everyone has a laugh about that.

The talk turns inevitably to lobstering and, before too long, to Zoe Zanidakis's mysterious absence. One lobsterman asserts that Zoe is definitely in California, working on her own movie. The film crew here on the island, he maintains, were probably part of the production and, in any case, were quickly making themselves unpopular. They should have had the common sense not to film on the dock as the Laura B. came in, he asserts, or to put their boom crane “in the way” on the hillside. A female fisherman—they don't like the term “fisherwoman”—chimes in that none of it surprises her. “Zoe's always wanted to be famous, she just needs to decide what she wants to be famous for,” she says, arms akimbo over her rubber overalls. “I mean, Linda Greenlaw [of The Hungry Ocean and The Perfect Storm fame] was famous for being a fisherman. Zoe seems to be trying to be famous by not fishing.”

On my way back from the store, the film crew appears out of the fog in front of me, right in the middle of the road, camera trained on my approach. “Keep coming! Keep coming!” the cameraman directs me, imperiously waving his hand. I ignore them as ordered, passing by their position without a glance. “Great,” he says, still looking through his view finder in the opposite direction. “Call your agent,” he quips, his back to me, as he jabs a thumbs-up in my direction with his free hand. The next time I look over my shoulder the crew has vanished in the mists, as if they had been but an apparition.

s

At midday, the island is still wrapped in fog, awaiting word from the Stanleys' fish house.

Built in the 1780s, more than 170 years after the first Europeans began fishing from here, the fish house is believed to be the oldest structure on Monhegan. Island fishermen have gathered to make important decisions here for a century or more, partly because of its convenient location. The little two-story structure perches on Fish Beach, one of two one-hundred-yard-long stretches of sand on the harbor, where the lobstermen land their skiffs and drag them ashore after a day of fishing. (Nearby “Swim Beach,” which is protected from the strong tidal currents running through the harbor, is reserved for summer recreation.) But the real reason that the harbor's informal legislature meets here, rather than at some adjacent fish house, is probably because the Stanley clan has owned it for generations. And for much of the last century, it is said, the Stanleys' word was practically law on the island.

Stanleys were living in Maine long before the American Revolution, and have been on Monhegan since 1883, when William Stanley came here to man the island's lighthouse. He bought the fish house in 1899, and passed it on to his son, Will, a master carpenter who built many of the homes in the village. William's grandson Dwight, however, embraced lobstering, and by the 1940s had such influence over island affairs that he became known as the “king of Monhegan,” a title occasionally ascribed to his son, Sherman M., who retired in the mid-1990s and now winters in Florida. The time of kings may be over, but Sherman's son Shermie Stanley, who serves as harbormaster, is still regarded as the informal leader of the fishing community. Someday Shermie's son Dwight may take over at the fish house, becoming the sixth generation of Stanleys to do so.

The lobstermen now gathering at Monhegan's fish house effectively determine when, how, and by whom the ocean bottom for two miles around the island is lobstered. Until very recently, anybody holding a Maine lobster fishing license was eligible to fish anywhere in Maine waters under Maine law. But in reality, each lobstering community controlled and defended its own bit of territory or “lobster bottom” from would-be interlopers. These traditional methods have proved remarkably effective at conserving the state's lobsters, virtually the only important commercial fish species that has not been fished into near-oblivion.

Monhegan, whose residents are particularly dependent on lobstering, has a long history of careful, long-term conservation. In 1907, the fish house took the unusual step of asking the legislature to ban lobster fishing within two miles of the island from July to December, initiating the island's unusual winter-only fishery. In Dwight's day, the fish house mobilized to free undersized lobsters from the traps. Doug and Harry Odom, proprietors of the island store at the time, compelled one of their unwilling fellow lobstermen to comply by threatening not to sell him anything. In 1974, when Sherman Stanley and his brother Alfred led the harbor, the island's lobstermen voluntarily imposed a six-hundred-trap limit on themselves when most mainland lobstermen fished twice as many. These conservation measures have kept Monhegan's lobster bottom unusually productive.

Things don't always go smoothly out on the water, however. From time to time, lobstermen from adjacent harbors get into disputes over where one's territory should begin and the other's end. A growing harbor occasionally tries to bully a shrinking one into ceding territory. Sometimes an aggressive fisherman or two will decide to fish wherever they want to, and woe to anyone who tries to stop them. First, warnings are left: a note left in an interloper's trap, a knot tied around the buoy. After that, things may escalate into full-scale lobster war. Traps are cut—sometimes hundreds of them in a single day. Sometimes shots are fired, and boats are rammed or sabotaged. It can, in the words of one lobsterman, get “really ugly, really fast.”

A few years back, things were getting really ugly in the waters around Monhegan. In the fall of 1995, the mainland town of Friendship, sixteen miles to the northwest, the island's chief rival, launched a full-scale incursion into Monhegan's traditional territory. Much of this territory was not recognized under the 1907 state law, and Friendship, with a winter population nearly twenty times larger than Monhe- gan's, had been “pushing the line” especially hard since the late 1970s, when bigger, safer boats made it easier to tend traps this far from home. The invasion triggered a vicious lobster war. Traps were cut and, near the end of the season, vandals sank John Murdock's Sea Hag while she sat at her mooring in Port Clyde, causing $13,000 in damage. “When they came out here and boats started getting damaged and guns were being toted around, I thought: this is wrong and somebody in the state ought to know about it and ought to help us,” recalls Doug Boynton, one of Monhegan's leading lobstermen. “We were pushed to the point where we felt if we didn't do something, we would lose our lobster bottom, and that would be the end of the winter community out here.”

Things went from bad to worse. As tempers flared, Department of Marine Resources commissioner Robin Alden tried to negotiate a compromise, but it fell apart after a single season. The dispute had laid bare the gap between the laws of the state and the laws of the fishermen. In the fall of 1997, Karl Pitcher and five other Friendship lobstermen decided to use the state's laws to crack open Monhegan's waters once and for all. Using a loophole in the state's lobster regulations, the Friendship lobstermen attempted to register as legal members of Monhegan's winter-only fishing fleet, even though they kept their boats in Friendship. If the move went forward, it would have represented a 50 percent increase in the number of lobstermen in the Monhegan Island Conservation Zone, more than enough to reduce each islander to a starvation- sized piece of the pie. Or, as Shermie Stanley put it at the time: “If ten more people come into your cranberry bog, there's not going to be that many cranberries for you.”

That's when Monhegan's lobstermen met at the fish house and decided to fight the law with the law. Rather than setting their traps in the winter of 1997, they bundled their families into their boats and took their case directly to the Maine state legislature in Augusta. If the laws weren't changed to keep nonislanders out of Monhegan waters, Doug Boynton told anyone who would listen, it would undermine the traditional territories system that had served the lobster industry so well. Harbors that hadn't managed their resource well, he told reporters, shouldn't be allowed “to uproot as a posse and raid another area.” John Murdock's family camped out in Augusta for much of the winter. His younger son, Kyle, age eight, proved one of the most effective lobbyists, engaging senators in the elevators and paging for members of the house. “They basically just moved in,” recalls Senator Marge Kilkelly of Wiscasset, who championed the islanders' cause. “Their absolute commitment to their way of life and the fact that the legislature literally controlled whether or not they survived really made an impression. At a point when we're losing many of the people in small island communities, here was a chance to help one that had done an incredibly good job of taking care of themselves for a long time.”

The effort paid off. In February 1998, the legislature passed a law effectively closing Monhegan's grounds to nonislanders by a staggering margin: 29 to 1 in the Senate and 132 to 14 in the House. On February 27, the islanders piled into the House gallery to watch Governor Angus King sign the unprecedented law. “Maine has a long history of recognizing tradition,” King said. The legislation, the governor proclaimed, was “nothing new” but rather “a recognition by the Legislature and the governor of something that's been the law for nearly 100 years.”

In the three years since, the island's lobstermen say things have been going well. Tension with Friendship has been reduced, but they fear that's only because the lobstermen there are embroiled in some internal dispute of their own. “There's probably just a changing of the guard there now,” John Murdock says with a chuckle. “Pretty soon the next generation of Monhegan-haters will come along, because they've been raised that way by their family members who hold them up on the shores of Friendship saying, ‘See that island out there? It will all be ours someday!'”

But for now, the island remains in Monhegan hands, and at midday, word comes down from the fish house: given the swell and fog, Monhegan will start its season at 6:30 the following morning.

s

I get up at six the next morning and walk down to the dock. It is still night, but the skies have cleared. The moon, nearly full, casts shadows from the village houses and dances on the gently undulating ocean. There isn't another soul on the wharf, but the lobstermen are already out on their boats, turning on lights, squaring away gear, and moving out to “the line” at the harbor entrance. There they hover, bathed in moonlight, while Ted Hoskins reads the blessing of the fleet over the marine radio. I've heard that Shermie used to blow his whistle and the fleet would charge out cowboy-style, all hoots and hollers. But when the lobster boat's diesel engines fire up at 6:30, only a few whoops and yee-haws echo across the harbor. Then, red and green running lights twinkling on the water, the boats tear out of the harbor, disappearing around the back of Monhegan and Manana.

Over the next hour, the wharf changes from a tranquil observation post to a hive of frenzied activity. The whole town has turned out to get the traps down to the dock, onto the boats, and down to the lobster bottom. Trucks trundle up and down the hill with new traps to replenish the great stacks. Boats, sometimes two or three at a time, come up to the dock, and people begin scrambling like pit crews to get them under way. We form bucket brigades, passing traps down from trucks, across the wharf, and down to the lobstermen on the boats below, who stack them in astonishing piles that overhang the aft rail and extend all the way to the cockpit housing. We move countless bait tubs filled with crushed ice and bags of stinky five- to six-inch-long herring. All the while, little Kyle Murdock is issuing orders as he marches across the tops of the trap stacks in his green rubber boots.

In the early afternoon, people start arriving at the wharf with food for everyone. In between unloading trucks and loading boats, we munch on apples and muffins, fill our cups with coffee from the thermoses, and down slices of hot pizza from the North End Market. While snacking I learn that the film crew has managed to piss off the wrong people and has been told in no uncertain terms that they are not to film on the dock today. Apparently the cameraman got right in the face of some of the lobstermen while they were working on their engine. This was the sort of thing the crew might have been welcome to do had their social standing been higher. A gregarious photographer from Portland's Salt Institute for Documentary Studies, clearly in seventh heaven amid the traps, gained permission to shoot people up close. But under the circumstances, the film crew got a shot of an enraged fisherman, eyes bulging, screaming, “Get your fucking camera out of here and don't come back!” They had retreated up the hill to their boom and were trying to capture some of the action from there. In Maine, a bad attitude can get you a long way in the wrong direction.

By four o'clock the sun is setting and the stacks of traps are vanishing like snowbanks in springtime. Doug Boynton is the first to finish, his crew marching off the Alice B. and up the hill like mock heroes. “Out of the way,” someone jokes. Doug tells me it's been the smoothest Trap Day he's ever seen. An hour later it's nearly dark, but the temperature still hovers at fifty degrees with a clear navy sky and flat calm. We load the thirty traps onto Sea Hag and John Murdock invites me to hop onboard for the last set.

We head out of the harbor through the north passage. It's that magical twilight time when the fading sky transforms the ocean into a mesmerizing silver-blue kaleidoscope. The bow wave appears almost fluorescent as we power out beyond Manana. Holden Nelson, the new owner of the Monhegan House, helps out by impaling the bags of herring on the long, skewerlike baiting needles used to bait the traps. When John reaches the spot where he wants to deploy the first traps, he throttles us down to a near-stop. Chris, John's sternman, goes back and forth to the stern a couple of times, placing a header, then a footer trap on the starboard rail. Chris flips the doors of the header out and, as we drift forward, throws the buoy and rope out into the water. Holden slips bait into each of the traps, and John ties them together with a type of nylon rope that floats, preventing it from hanging up on the bottom. At John's signal, Chris tosses the header overboard. John guns Sea Hag forward, balancing the tailer on the rail with his spare hand. A few seconds later, the rope linking it to the sinking header trap has played out and John shoves the tailer overboard. A few moments later he slows again and the crew repeats the process. For John, spacing is everything. “I want to be able to haul a trap, take the lobster out, bait it, set it back, and as I'm going out and all the ropes are rushing overboard then, within seconds, I'm onto the next one and hauling that in,” he explains. “No need to be looking all over the place for your next buoy, especially on rough days when they get harder to find, or when you get older and your eyesight gets a little worse.”

When the last tailer drops overboard we turn back toward the north end of Manana. A gannet, a great white coldwater seabird, soars over the boat, checking us out. In a lifetime in Maine, I've never seen one on our coast, but John says that out here he sees them all the time in the winter. The bird does a little loop and soars off to the southeast and into the fading sky.

Back in the harbor, as Holden and Chris begin cleaning up, John glances over the moorings, taking attendance. Every lobsterman is accounted for, their boats hanging off their respective moorings and their skiffs rowing toward or already pulled up on the beach in the shadow of the fish house.

Only one mooring lies conspicuously empty, the one with Equinox painted across its top, the one belonging to Zoe Zanidakis.

s

I'd met Zoe on Monhegan several months earlier, at the height of the summer tourist season. I was researching this book, and a number of acquaintances suggested I speak with her while on Monhegan. In a state where the ties between land and families remain strong, Zoe had rock-solid Monhegan credentials. Her mother's family, the Bracketts, had been on the island for more than a century and had run the Monhegan House for more than seventy years. Zoe, a single mom, grew up on the island, attended its white clapboard one-room school, and raised her son, Ron, here. Like most islanders, she had one foot in the fishery, and one in the summer tourist trade. She'd been lobstering for twelve years, building her way up from an old thirty-foot gasoline-powered lobster boat to the Equinox, a fast, forty-foot Young Brothers diesel. For many summers she'd run the family's inn and restaurant, but the previous winter she'd sold it to Holden and started taking fishing parties out on Equinox, which was specially rigged for the purpose. Now she was promoting a novelty calendar, “The Lobsterwomen of Maine,” in which she was featured as Miss March. “Come on out,” she said. “I'll take you fishing.”

The day before our appointed meeting, I caught one of the boats out to Monhegan. In summer, there are plenty to choose from: six round-trip boats a day running to the island from Boothbay, Port Clyde, and New Harbor. The Hardy, a double-decked excursion boat out of New Harbor, was packed with day-trippers, eager to hike out to the hundred-foot-high cliffs on the back side of the island. The crossing was balmy, almost serene. At the dock, the island's trucks were waiting to transfer luggage of short-term guests like myself to the Island Inn, Monhegan House, or Trailing Yew. The infirm could catch a ride in the truck's cab, but everyone else just walked up the hill and down the dirt roads to their given lodgings. The two hundred or so cottages in the village were open for the season, flower boxes hung from the windows, occupants seated in Adirondack chairs on the porches or the fresh green grass on the lawn. In the half-mile walk to Monhegan House, I passed three painters working at their easels capturing, respectively, the grassy hump of Manana, lilies planted along the base of a summer porch, and the weather-beaten profile of an old fish house, recently converted to summer lodgings. I passed a cadaverous-looking Englishman near the entrance to the island's tiny post office and was sure I'd met him before; I later learned this was Eric Clapton, whose elegant sailing yacht Blue Guitar was moored among the lobster boats, the Union Jack ensign hanging from the sternpost. When I reached Monhegan House, my luggage was waiting for me on the porch steps. I carried it in to the reception desk, where Holden Nelson said hello, told me how to get to my room, and promised to check me in later. People came and went through the swinging screen doors, some pausing by the stone fireplace to peek at today's New York Times, which had arrived from the Hardy with my luggage. The restaurant—one of two on the island—was gearing up for lunch service, while future patrons passed the time on the rocking chairs out on the porch, watching people walk past on the main road. A truck went by maybe once or twice an hour and traffic noise consisted of conversation and the quiet padding of people's feet.

In summer, the village seemed crowded. Indeed, the resident population quadruples to around 240 in summer, twice that if hotel guests are added to the tally. In the early afternoon, when the waves of day-trippers reach their crescendo, there can be as many as 1,500 people on the island, enough to tax the tiny community's water supplies and trash collecting abilities. In the height of summer, many residents feel overwhelmed by the tourist onslaught. When some of the boat companies added extra boat trips a few years back, Billy Payne closed his store early and posted a sign on the door protesting the island's “population explosion.” But others say it's not the sheer numbers that trigger resentment; it's the minority of short-term visitors who can't seem to grasp that they've arrived in a real, living island community. A few think they are coming to a resort like Newport or Nantucket, and arrive at the dock with golf clubs and tennis racquets (there are no facilities for either) or evening wear or high-heeled shoes (which don't mix well with either the dirt roads or the rustic ethos of the established summer community). But the most dull-witted think they're visiting a theme park like Colonial Williamsburg or Disneyland. Monheganers have awakened to find day-trippers wandering around their kitchens and living rooms and have apprehended them picking flowers in the backyard. “Where is the T-shirt shop?” one such person asked me that summer, and stood agape and confused at the notion that there wasn't such an establishment in the village. In fact, I informed her, apart from Billy Payne's store, the North End Market, and Black Duck—Barbara Hitchcock and Pam Rollinger's tiny gift shop—there was no shopping on Monhegan at all. She looked at me in horror and, after a long pause to gather her wits asked, desperation in her voice: “Well, why do people come here then?”

The answer, of course, lay all around her. We stood in the center of one of the great anomalies of early-twenty-first-century American life: an ancient, self- governing village, essentially classless and car-less, whose homes, sheds, and footpaths appear to have thrust themselves out of the wild and arrestingly beautiful landscape. There's a deep sense of rootedness on Monhegan unusual in our young, frenetic nation, a sense of knowing where you are, who you are, and where lies the critical fulcrum that balances what is individually possible with what is communally desirable. And it is certainly one of the few places in the world where the scions of great moneyed families are socially and politically outranked by persons who earn their living stuffing rotten herring in nylon bags in an effort to ensnare large bottom-feeding bugs. It is, despite its many problems and challenges, an embodiment of Thomas Jefferson's utopian vision for this country: an egalitarian republic of small, self-sufficient producers, where democracy is practiced directly by the citizens, and aristocratic privilege is unrecognized or unknown. It's an anachronism, to be sure, something better suited to a tiny community on a remote island than to, say, New York City. But being immersed in it pulls at something deep within our civic being, a hint of a simpler, perhaps nobler world that might have been, but can never be again.

But it was Monhegan's staggering beauty that first attracted outside visitors. As elsewhere on the Maine coast, painters were the first to discover this island's arresting scenery, and over the years many of the major figures of American painting have been drawn here. Stroll around Monhegan and you find yourself walking through one painting after another. There are the fish houses Robert Henri captured on a stormy day in 1903. Nearby Fish Beach is the setting for George Bellows's Cleaning Fish (1913), Eric Hudson's An Island Harbor (1926), and Samuel Triscott's late afternoon Fish Houses and Beach (c. 1910). From the hillside, on a cloudy, snowy winter's day, there's the vista of cottages and Manana that Andrew Winter painted in 1944. Nearby, the great bronze bell that Jamie Wyeth immortalized in Bronze Age stands near the lighthouse, though when he painted it in 1967 it was perched on Manana's grassy southern bluff looking out over the open ocean. Follow the footpath that snakes along the cliffs toward the back side of the island and you'll pass a rounded granite promontory littered with the crushed shells of crabs dropped by the seagulls who captured them; it's the setting for Jamie's Gull Rock. Farther up the shore you'll reach the bold cliffs and headlands that have been painted by Henri and Kent, George Bellows and Edward Hopper, Jamie, Andrew, and N. C. Wyeth. Their paintings attracted other painters and, ultimately, cottagers of all sorts searching for a pastoral setting to while away the summer months.

It's a scenario that was repeated in communities all along the coast of Maine in the late nineteenth and early twentieth centuries. Artists discovered beautiful places and, in painting them, put them on the maps consulted by the East Coast's summering classes. What Henri and Kent did for little Monhegan in the early twentieth century, Thomas Cole and Frederick Church did for mountainous Mount Desert Island in the mid-nineteenth. Fitz Hugh Lane discovered the gentle beauty of Penobscot Bay's outports and islands—lighthouses perched on rocky points beneath gentle hills. Hopper made the lighthouse at Seguin Island into a subconscious national icon, while Winslow Homer did the same for the rocks of Prout's Neck, near Portland.

Many of those who saw these paintings wanted to see the places they depicted. Most were wealthy, some shockingly so. In the mid-nineteenth century, they started coming to the Maine coast, staying in boardinghouses and, shortly thereafter, the new resort hotels that sprang up all the way from the sandy beaches of southern Maine to the stark mountains of Mount Desert. These pioneering “summer people” liked what they found. America was in the midst of the Industrial Age, its cities noisy, polluted, and swelling with immigrants with strange customs, languages, and religions. In coastal Maine, comfortable city dwellers saw a simpler time, when New England was still rural, agrarian, and Protestant. Here they could “rusticate,” recharging their batteries amid this dreamy world of the recent past, where noble, simple Yankee folk went about their lives, in harmony with their surroundings, God, and one another. And so the “Maine Myth” was born: a story of a stalwart, self-sufficient place that has somehow dodged the excesses that plague the rest of the country and retained the more connected, humane life that characterized the lost Golden Age of the early American republic. Maine, the state tourism board would later declare, was the way life should be.

The reality was somewhat different. Like other parts of New England, Maine's few industrial towns were attracting large numbers of immigrants—Irish and French, Italians and Finns, Ukrainians and Jews. But the summer folk rarely saw these places, most of which were located well inland to harness the power of the state's many rivers. They came instead to the southern beaches or the tiny outports of Maine's central and eastern coast, places that have defined Maine for outsiders since the days of John Smith. And along this coast, the population was surprisingly homogenous; most inhabitants were descended from their community's original seventeenth- and eighteenth-century English and Scotch-Irish settlers. If a summer person visited a Barters or Beal's Island, he or she could count on meeting members of the Barter or Beal clan there. There were Pendletons on Pendleton Point, Dyers on Dyers Neck, and McFarlands on McFarland Shore. Certain families had been on this coast long enough, undisturbed by major immigrations, to have developed an almost European conviction that there was a blood-and-soil link between the people and the land. They were, in large part, Protestant, though the Puritans' old Congregational Church had never had a monopoly on power here as it had for more than a century elsewhere in New England. Though there were plenty of echoes of New England's Puritan past in the design of the town greens and old meeting houses, there was much that didn't jibe with classic Yankeedom. Even the dispersed settlement patterns upon the land and the names of the oldest towns were patterned after places in the English West Country, as opposed to the Puritan strongholds of East Anglia.

But the greatest misconception—one that remains today—is that the coast's people lived in an elevated state of preindustrial simplicity. Few of Maine's summer residents of the late nineteenth century were aware that the coast's economy, once vital, had recently undergone a thorough and devastating collapse. Maine wasn't preindustrial; it had just been deindustrialized.

A few decades earlier, Maine ice, granite, lumber, salt cod, and foodstuffs filled the docks of the United States' Atlantic ports, themselves clogged with Maine-built sailing ships. But those goods had been displaced by refrigerators and cement, by fresh fish caught by Gloucester steamships and cheap lumber and foodstuffs moved from the Midwest by the nation's railroads. Practically overnight, all of Maine's industries collapsed. As a result, the coast was losing population. The wild meadows and weather-beaten farmhouses the summer people found so picturesque had been abandoned by their owners, thousands of whom had moved to Ohio in hopes of a better life. With the offshore fishing industry in decline, residents of many coastal towns tried to build an industry around the only resource they had left: the summer people themselves.

","flapcopy":"“A thorough and engaging history of Maine’s rocky coast and its tough-minded people.”—Boston Herald

“[A] well-researched and well-written cultural and ecological history of stubborn perseverance.”—USA Today

For more than four hundred years the people of coastal Maine have clung to their rocky, wind-swept lands, resisting outsiders’ attempts to control them while harvesting the astonishing bounty of the Gulf of Maine. Today’s independent, self-sufficient lobstermen belong to the communities imbued with a European sense of ties between land and people, but threatened by the forces of homogenization spreading up the eastern seaboard.

In the tradition of William Warner’s Beautiful Swimmers, veteran journalist Colin Woodard (author of American Character: A History of the Epic Struggle Between Individual Liberty and the Common Good) traces the history of the rugged fishing communities that dot the coast of Maine and the prized crustacean that has long provided their livelihood. Through forgotten wars and rebellions, and with a deep tradition of resistance to interference by people “from away,” Maine’s lobstermen have defended an earlier vision of America while defying the “tragedy of the commons”—the notion that people always overexploit their shared property. Instead, these icons of American individualism represent a rare example of true communal values and collaboration through grit, courage, and hard-won wisdom.

","formatcode":"TR","formatname":"Trade Paperback","imprint":"Penguin Books","isbn":"9780143035343","isbn10":"0143035347","isbn10hyphenated":"0-14-303534-7","isbn13hyphenated":"978-0-14-303534-3","jacketquotes":"“A thorough and engaging history of Maine’s rocky coast and its tough-minded people.”
—Boston Herald
 
“Delves deeply and reflectively into the history of the coast of Maine and its people.”
The Boston Globe
 
“[A] well-researched and well-written cultural and ecological history of stubborn perseverance.”
—USA Today 
 
“Lively. . . . Woodard uses the fishermen of Monhegan Island as the focus for a broad historical sweep, ranging from the settlers who arrived in Maine a decade before the Mayflower landed at Plymouth, to onslaughts from Indian tribes, raids by the French and an influx of ‘rusticators’ who put the state on the map as an idyllic holiday destination. The author suggests that Maine's isolated lobster-fishing communities continue to embody Jefferson’s Utopian vision of America—‘an egalitarian republic of small, self-sufficient producers, where democracy is practiced directly by the citizens, and aristocratic privilege is unrecognized or unknown.’”
The Economist
 
“A beautifully considered history . . . Woodard’s admiration for lobster culture is stirring . . . [Mainers’] feisty pluck remains undiminished in the face of obstacles.”
Newsday
 
“Woodard doesn’t disguise his pique with the forces at work. Maine is worth fighting for—as is any village with distinctly etched local character and community.”
The Christian Science Monitor
 
“Thought-provoking . . . Woodard is a talented writer, a skilled journalist. . . . lively reading for history buffs . . . an important book for any Maine lover’s bookshelf.”
Bangor Daily News
 
“Meticulous . . .For those who received the sanitized version of American history in elementary school, the truth comes as a bit of a shock.”
—The Ottowa Review
 
“A feast . . . Woodard uses the lobster to tell the whole history of Maine.”
Working Waterfront
 
“Highly engaging, intelligent.”
Down East
 
“A stellar informal history . . . The Lobster Coast is a cautionary tale, superbly told, riveting and deserving of much attention. It is a primer for land use, conservation, and the effects of bad politics.”
—The Kingston Observer (Massachusetts)
 
“Fascinating . . . horrifying account of political intrigue and bloody battles between French and English, Indians and English, colonists and just about everybody else, all of which, for better or for worse, shaped the Down East Yankee character . . . I’d make The Lobster Coast required reading.”
—Bar Harbor Times 
 
“A rocketing speed-boat ride through Maine’s history—with an underlying engine hum of ecological awareness and concern.”
—Maine Harbors
 
The Lobster Coast tells the lobster’s tale in satisfying depth and breadth. . . . Woodard writes about his native state and its ungainly mascot with grace and authority, shining a clear light through the mystery and lore that have long surrounded both.”
—Northern Sky News
 
“Lucid…engaging.”
Publishers Weekly
 
“A triumph.”
Bookpage","keyword":"The Lobster Coast : Rebels, Rusticators, and the Struggle for a Forgotten Frontier : Colin Woodard : Penguin Books : History - United States - State & Local - New England (Ct, Ma, Me, Nh, Ri, Vt) : Nature - Animals - Marine Life : Nature - Natural Resources : 0143035347 : 0-14-303534-7 : 9780143035343 : 978-0-14-303534-3 : “A thorough and engaging history of Maine’s rocky coast and its tough-minded people.”—Boston Herald

“[A] well-researched and well-written cultural and ecological history of stubborn perseverance.”—USA Today

For more than four hundred years the people of coastal Maine have clung to their rocky, wind-swept lands, resisting outsiders’ attempts to control them while harvesting the astonishing bounty of the Gulf of Maine. Today’s independent, self-sufficient lobstermen belong to the communities imbued with a European sense of ties between land and people, but threatened by the forces of homogenization spreading up the eastern seaboard.

In the tradition of William Warner’s Beautiful Swimmers, veteran journalist Colin Woodard (author of American Character: A History of the Epic Struggle Between Individual Liberty and the Common Good) traces the history of the rugged fishing communities that dot the coast of Maine and the prized crustacean that has long provided their livelihood. Through forgotten wars and rebellions, and with a deep tradition of resistance to interference by people “from away,” Maine’s lobstermen have defended an earlier vision of America while defying the “tragedy of the commons”—the notion that people always overexploit their shared property. Instead, these icons of American individualism represent a rare example of true communal values and collaboration through grit, courage, and hard-won wisdom.

","onsaledate":"04/26/2005","pages":"384","pricecanada":"24.00","priceusa":"18.00","relatedisbns":{"isbn":[{"@formatcode":"EL","$":"9781101078075"},{"@formatcode":"TR","$":"9780143035343"}]},"salestatus":"IP","subjectcategory1":"HIS036100","subjectcategory2":"NAT020000","subjectcategory3":"NAT038000","subjectcategorydescription1":"History - United States - State & Local - New England (Ct, Ma, Me, Nh, Ri, Vt)","subjectcategorydescription2":"Nature - Animals - Marine Life","subjectcategorydescription3":"Nature - Natural Resources","subtitle":"Rebels, Rusticators, and the Struggle for a Forgotten Frontier","tgpdf":"false","themes":null,"titleauthisbn":"The Lobster Coast : Colin Woodard : 0143035347 : 0-14-303534-7 : 9780143035343 : 978-0-14-303534-3","titleshort":"LOBSTER COAST, THE","titlesubtitleauthisbn":"The Lobster Coast : Rebels, Rusticators, and the Struggle for a Forgotten Frontier : Colin Woodard : 0143035347 : 0-14-303534-7 : 9780143035343 : 978-0-14-303534-3","titleweb":"The Lobster Coast","updatedOn":"2020-11-06T06:21:24.000","webdomains":{"webdomain":[{"@sell":"true","@domain":"ACM.CA"},{"@sell":"true","@domain":"ACMART"},{"@sell":"true","@domain":"CA"},{"@sell":"true","@domain":"COMPCOP"},{"@sell":"true","@domain":"PGI.US"},{"@sell":"true","@domain":"PRH.CA"},{"@sell":"true","@domain":"PRH.CA_"},{"@sell":"true","@domain":"PRH.NA"},{"@sell":"true","@domain":"PRH.US"},{"@sell":"true","@domain":"PRH.US_"},{"@sell":"true","@domain":"SALESIN"},{"@sell":"true","@domain":"SALESPL"}]},"links":null,"workid":"291260"},{"@uri":"https://reststop.randomhouse.com/resources/titles/9780143123507","author":"DE HENNEZEL, MARIE","authors":{"authorId":{"@contributortype":"A","$":"6670"}},"authorbio":"Marie de Hennezel is a clinical therapist and the author of ten previous books, including the international bestseller Intimate Death. She is the recipient of the Legion of Honor, the highest honorary decoration in France. She lives in Paris.","authorweb":"Marie de Hennezel","awards":null,"characters":null,"contributorfirst1":"Marie","contributorlast1":"De Hennezel","division":"Penguin Adult HC/TR","flapcopy":"A breakout bestseller in France and the U.K. and a transformative guide to growing older with confidence, courage, and even optimism

How should we accept aging? It’s inevitable, and yet in Western society the very subject of growing older is shrouded in anxiety and shame. Aging brings us face to face with our sacred and our mundane, our imperfections and our failures. Here internationally renowned clinical psychologist and bestselling French author Marie de Hennezel shows us how to see the later stages of life through a prism that celebrates our accomplishments and gives us fulfillment in our present. Combining personal anecdotes with psychological theory, philosophy, and eye-opening scientific research from around the world, this thought-provoking and refreshing book provides a brave and uplifting meditation on our later years as they should be lived.","formatcode":"TR","formatname":"Trade Paperback","imprint":"Penguin Books","isbn":"9780143123507","isbn10":"0143123505","isbn10hyphenated":"0-14-312350-5","isbn13hyphenated":"978-0-14-312350-7","jacketquotes":" “In this passionate book, de Hennezel takes on Western culture’s obsession with youth. She sets the record straight about the realities of aging and helps readers learn to embrace the work of growing old…. Drawing on literature, film, academia, and numerous interviews with seniors, de Hennezel combines anecdotes with psychological theory, philosophy, and research to present a refreshing take on everything that becoming older can offer. This will appeal to fans of Karl Pillemer’s 30 Lessons for Living: Tried and True Advice from the Wisest Americans and Elisabeth Kübler-Ross’s work. Highly recommended.” — Library Journal

 “This is a subject which all of us deal with, or hope to, and the author’s a wise guide on our shared pilgrimage. Neither a Pollyanna nor Cassandra, Marie de Hennezel has written an inspiring text, and one that crosses the Atlantic with scarcely a hitch in its stride: The Art of Growing Old takes as its target audience humanity itself. A luminescent book.” — Nicholas Delbanco, author of Lastingness: The Art of Old Age

 “The [Art of Growing Old] is both a gift and a guide for all of us since aging is, of course, a guaranteed part of our lives. Marie de Hennezel shows us that the true Fountain of Youth lies within, but its waters do not make us younger but open our eyes to the possibilities for growth that lie ahead as we get older. She explains how we are capable of transforming ourselves through action, acceptance and love which we gain not in spite of growing older but because of it. De Hennezel is both a poet and a prophet of the aging process, and we all would do better by hearkening to her words.” — Marc Agronin, MD, author of How We Age: A Doctor's Journey into the Heart of Gro

“[The Art of Growing Old] is, in essence, an ode to the imperatives of loving and living deeply, laced with evocative gems of wisdom from thinkers in various walks of life.”  — HuffingtonPost.com

“Oh, for a pill to end it all, I thought, as the minutes ticked by in the ‘dark night of the soul’. But instead of a pill, I can turn to Marie de Hennezel's entirely uplifting book on how to approach old age—a massive bestseller in her native France... Essential reading. But anyone in their 30s and 40s would find de Hennezel's book as inspirational as I do... The concept of ‘working at growing old’ does—paradoxically—offer every one of us a lifeline.”  — Bel Mooney, The Daily Mail

 “[A]n uplifting book…Ageing is about a never-ending process of development—but you grow old when you stop, when you refuse the renewal of the spirit, which the universe offers, if only you listen and look. This is my personal belief and why I have been bouncing like a Tigger ever since I read Marie de Hennezl’s book.” — Bel Mooney, Daily Mail Online

 “Marie de Hennezel, now 64, has become a national treasure after writing a bestseller on how to age gracefully. Her advice in The Warmth of the Heart Prevents Your Body from Rusting doesn’t involve Botox or facelifts, but embracing your achievements and your relationships…Her book has made me realize that we really become old only when we refuse to accept ageing and can’t move forward in life.”  — Alice Thomson, The Times 2

“Thanks to Hennezel…France is learning to embrace physical decline rather than resisting it…[She has] led the French field in denouncing the cult of youth that afflicts the modern world.”   — Charles Bremner, The Times

“[I]n true Gallic style, Hennezel, a psychotherapist and adviser to the French ministry of health, urges you to ‘be the actor of your own old age’ and turn it into something beautiful and interesting.”   — The Sunday Times Style

 “A moving meditation on ageing, suggesting ways to approach the later years with anticipation and optimism….Cultivating a positive awareness of ageing is the theme of this delightfully titled book that explores how it is possible to age without becoming ‘old.’ As she ‘dons the spectacles of love, faith and sometimes humour,’ the author…[F]inds a balance between the negative aspects and the myth of an idyllic old age. It is a useful guide to seeing advancing years as a time of growth and valuable experiences.”  — Choice Magazine

“This is a truly inspiring book by the French psychologist… Her latest is a call to arms for the “baby boomers” generation to embrace their impending old age, rather than fearing it. De Hennezel tackles these fears by taking a highly-intelligent look at all aspects of ageing. Using a mixture of psychological theory, philosophy, scientific research and personal anecdotes, she gently explains that the end of the end of our lives need not be as useless and terrifying as we anticipate… If you plan on living to a ripe old age, this really is worth a read.”  — Press Association","keyword":"The Warmth of the Heart Prevents Your Body from Rusting : A French Recipe for a Long Life, Well-Lived : Marie de Hennezel : Penguin Books : Self-Help - Aging : Self-Help - Personal Growth - Happiness : Self-Help - Personal Growth - Self-Esteem : 0143123505 : 0-14-312350-5 : 9780143123507 : 978-0-14-312350-7 : A breakout bestseller in France and the U.K. and a transformative guide to growing older with confidence, courage, and even optimism

How should we accept aging? It’s inevitable, and yet in Western society the very subject of growing older is shrouded in anxiety and shame. Aging brings us face to face with our sacred and our mundane, our imperfections and our failures. Here internationally renowned clinical psychologist and bestselling French author Marie de Hennezel shows us how to see the later stages of life through a prism that celebrates our accomplishments and gives us fulfillment in our present. Combining personal anecdotes with psychological theory, philosophy, and eye-opening scientific research from around the world, this thought-provoking and refreshing book provides a brave and uplifting meditation on our later years as they should be lived.","onsaledate":"09/24/2013","pages":"192","pricecanada":"15.00","priceusa":"14.00","relatedisbns":{"isbn":[{"@formatcode":"TR","$":"9780143123507"},{"@formatcode":"EL","$":"9780525503781"}]},"salestatus":"IP","subjectcategory1":"SEL005000","subjectcategory2":"SEL016000","subjectcategory3":"SEL023000","subjectcategorydescription1":"Self-Help - Aging","subjectcategorydescription2":"Self-Help - Personal Growth - Happiness","subjectcategorydescription3":"Self-Help - Personal Growth - Self-Esteem","subtitle":"A French Recipe for a Long Life, Well-Lived","tgpdf":"false","themes":null,"titleauthisbn":"The Warmth of the Heart Prevents Your Body from Rusting : Marie de Hennezel : 0143123505 : 0-14-312350-5 : 9780143123507 : 978-0-14-312350-7","titleshort":"WARMTH HEART PREVENTS YR BODY","titlesubtitleauthisbn":"The Warmth of the Heart Prevents Your Body from Rusting : A French Recipe for a Long Life, Well-Lived : Marie de Hennezel : 0143123505 : 0-14-312350-5 : 9780143123507 : 978-0-14-312350-7","titleweb":"The Warmth of the Heart Prevents Your Body from Rusting","updatedOn":"2021-01-19T15:07:32.000","webdomains":{"webdomain":[{"@sell":"true","@domain":"ACM.CA"},{"@sell":"true","@domain":"ACMART"},{"@sell":"true","@domain":"CA"},{"@sell":"true","@domain":"COMPCOP"},{"@sell":"true","@domain":"PGI.US"},{"@sell":"true","@domain":"PRH.CA"},{"@sell":"true","@domain":"PRH.CA_"},{"@sell":"true","@domain":"PRH.NA"},{"@sell":"true","@domain":"PRH.US"},{"@sell":"true","@domain":"PRH.US_"},{"@sell":"true","@domain":"SALESIN"},{"@sell":"true","@domain":"SALESPL"}]},"links":null,"workid":"558381"},{"@uri":"https://reststop.randomhouse.com/resources/titles/9780147530264","author":"WICKANINNISH INN","authors":{"authorId":{"@contributortype":"A","$":"2136116"}},"authorbio":"THE WICKANINNISH INN, Tofino, Canada, is a landmark Relais & Châteaux designated hotel--an enchanting and acclaimed getaway perched on the western edge of Vancouver Island in beautiful British Columbia. Established in 1996, The Wickaninnish Inn is the only resort on beautiful Chesterman Beach and is a luxury destination for foodies and island visitors alike.

Honoured as a member of Travel + Leisure's Hall of Fame and Condé Nast Traveler's Platinum Circle","authorweb":"The Wickaninnish Inn","awards":null,"characters":null,"contributorlast1":"Wickaninnish Inn","division":"Appetite by Random House","excerpt":"Introduction

THERE’S A MOMENT, when you’re driving along Highway 4, after you’ve passed the stands of towering old-growth Douglas firs of Cathedral Grove and traversed the narrow switchbacks near Kennedy Lake, when you turn a corner, top a rise, and there it is: your first glimpse of the wild west coast of Vancouver Island. A froth of whitewater rolls onto the wide, sandy strand of Long Beach, where the Pacific Ocean stretches out to meet the horizon.

I’ve seen this view countless times, and it’s nothing short of magical. But for me, it means one thing above all: home.

Just a few minutes farther up the road is the Wickaninnish Inn, the realization of our long-held family dream. Growing up along this wild coast, my parents would talk about opening an inn on the rocks overlooking Chesterman Beach. Our goal was to create a destination that would allow others to discover the remarkable beauty of this part of the world. To have our guests be mesmerized by the rolling waves, meet the fascinating characters we call our neighbours, and revel in the taste of local salmon and crab. We wanted to create a place of quiet serenity right on nature’s edge.

“The Wick,” as our friends like to call it, has become that place. Today we are a 75-room inn perched on the edge of the Pacific Ocean, with a view of this mighty ocean from every room, suite, and public space. The Inn was the first high-end hotel on the west coast of Vancouver Island and the first destination resort, with all that implies: high-thread-count sheets, attentive service, and a soothing ambience of natural wood, stone, and glass combined with the soft colours of the rainforest. We’re honoured to be a member of the Relais & Châteaux family, an international association of intimately scaled luxury properties guided by the five Cs: Calm, Character, Courtesy, Charm, and—perhaps most importantly—Cuisine.

The Pointe Restaurant is the crown jewel of the Wickaninnish Inn. The space is encircled with floor-to-ceiling windows framing a 240-degree panorama of Chesterman Beach, forested offshore islands, and the endless ocean. Inspired by our family cabin on the adjacent point of land, at first glance, the room looks simple: an octagonal space with wooden chairs and tables protected by massive hand-adzed cedar posts and beams fanning out from a central core to the windows and ever-changing vistas beyond. Look closer, though, and you’ll see the quiet handcrafted elegance of expertly detailed woodwork and perfectly placed lighting illuminating locally crafted tableware and haunting works by local First Nations artists. We’ve done all we can to create everything with care, no detail left to chance.

But as spectacular as the scenery is, and as elegant as the décor is, the real masterpieces here are on the plates.

Since opening in 1996, our kitchen has been led by some of Canada’s most talented chefs, from our opening chef, Chef Rod Butters, to current Executive Chef Warren Barr. Not only have they prepared delicious meals for our guests, they have also been leaders in the sustainable, seasonal, farm-to-table—or more accurately on this coast, boat-to-table—culinary movement. Long before it was fashionable, they were sourcing produce from the Island’s fishers, foragers, and farmers. Through their menus, they celebrated the incredible local seafood bounty, including Dungeness crab, salmon, spot prawns, and halibut, as well as treasures of the forest, such as tender chanterelle mushrooms and tart cynamoka berries. They created a style of cuisine unique to this region; they also inspired other chefs who over time have transformed tiny Tofino into one of Canada’s great culinary communities.

In the following pages, we’ve gathered some of the most unforgettable dishes created by our chefs, including Chef Butters’s shellfish-rich potlatch, a West Coast take on bouillabaisse (page 126); Chef Duncan Ly’s Thai-scented chowder (page 60); Chef Andrew Springett’s cinnamon-scented duck (page 168); Chef Mark Filatow’s bright sidestripe prawn escabeche (page 148); Chef Justin Labossiere’s saffron-scented ravioli stuffed with crab (page 144); Executive Chef Barr’s crispy briny oyster coals (page 130) and his beautifully sculpted salmon mosaic (page 132); Chef Matthias Conradi’s decadent chocolate platter for two (page 199); and Chef Matt Wilson’s hearty sourdough bread (page 71). There is salmon in a myriad of dishes, crab in almost as many, and chowder, so much chowder.

Are you hungry yet? Well, you’re in luck—all the deliciousness of the Wickaninnish Inn lies just ahead. Won’t you join us?

Charles McDiarmid
Managing Director","flapcopy":"2019 FINALIST for the IACP Cookbook Award - Best Chefs & Restaurants
2019 SHORTLISTED for the Taste Canada Awards
From the Wickaninnish Inn--the award-winning Relais & Châteaux property in Tofino, British Columbia--comes a rustically luxurious cookbook to celebrate their sensational west coast cuisine


Perched between the majestic old-growth forests of Tofino and the vast expanse of the Pacific Ocean, the Wickaninnish Inn is a destination like no other. In this evocative cookbook, the \"Wick,\" as it is affectionately known, welcomes you into the warmth to share the celebrated cuisine of Inn's The Pointe Restaurant. Since the Wick first opened in 1996, it has been regarded for its rustic elegance, warm hospitality, and incredible west coast cuisine. This cookbook highlights the innovative dishes (and the stories behind them) that have made The Pointe a destination dining experience like no other, and paints a vivid picture of spectacular natural surroundings, west coast life, and scenic ocean-to-table dining.
Memorable recipes from the Wick are coupled with signature recipes from current and former chefs--Warren Barr, Rod Butters, Matthias Conradi, Mark Filatow, Justin Laboissiere, Duncan Ly, Andrew Springett, and Matt Wilson--and combine cutting edge techniques with fresh, seasonal ingredients, to create a distinctly contemporary, west coast cookbook. Inside you will find both sophisticated and accessible recipes that speak to the Inn's longstanding commitment to farm- and ocean-fresh ingredients, and strike a harmonious balance between the bounties of land and sea that surround the Inn. The Wickaninnish Cookbook offers a chance to visit life on nature's edge, and discover dishes from one of the most prestigious kitchens in Canada.","formatcode":"EL","formatname":"eBook","imprint":"Appetite by Random House","isbn":"9780147530264","isbn10":"0147530261","isbn10hyphenated":"0-14-753026-1","isbn13hyphenated":"978-0-14-753026-4","jacketquotes":"ONE OF THE MOST ANTICIPATED BOOKS OF 2018: “On the furthest west coast of Vancouver Island, the Wickaninnish Inn in Tofino, B.C., has been a destination for visitors from around the world since its opening in 1996, the Pointe restaurant a pillar of the town's flourishing culinary scene. Their first cookbook gathers signature recipes from former and current chefs and focuses on regional techniques and seasonal west coast ingredients.” The Globe & Mail
 
“Since 1996, Tofino’s jewel of a hotel, the Wickaninnish Inn, has been wowing visitors with its beautiful setting (between old-growth forest and the Pacific Ocean). Included in the posh, edge-of-the-world experience is the on-site, The Pointe Restaurant. A foodies delight delivers innovative, elegant and, at the same time, perfectly comfortable West Coast cuisine. Oh and the view. Wow. Tip: Get a just-before-sunset reservation. This new cookbook is packed with recipes from current and former chefs.” Calgary Herald & Vancouver Sun

\"Full of the kinds of vivid details that transport you back to that wild coastline--and to its flavours.\"
The Georgia Straight

“Those looking to take a piece of The Wick back to their own kitchens can consider picking up a copy of The Wickaninnish Cookbook … a collection of delicacies put together by [Warren] Barr, but also by the previous chefs who’ve blessed the plates here over the years.” Montecristo

“The Pointe restaurant at the Wickaninnish Inn was the catalyst [behind the food scene] in Tofino. Back when it opened in 1996, local, seasonal eating was very much the exception rather than the rule. . . . Almost 20 years later, that adherence to local ingredients is no longer a novelty. It’s the default philosophy for almost every dish in Tofino.” CHRIS JOHNS, The Globe and Mail
 
“Tofino’s gourmet focus began 15 years ago with the opening of the smart Pointe restaurant at the Wickaninnish Inn, an elegant Relais & Châteaux hotel where folk feast on local cod with a romesco crumble while overlooking the roaring Pacific Ocean.” ROSIE BIRKETT, Condé Nast Traveler
 
“The Pointe has great views. But the food, from chef Warren Barr, is pretty darn good, too; think creative takes on local produce, including a bounty of seafood including the freshest crab and halibut.” NATHAN LUMP, Editor-in-Chief, Travel + Leisure
 
“The thriving culinary scene [in Tofino] . . . began when a native, Charles McDiarmid, opened the Wickaninnish Inn. . . . The restaurant continues to be at the top of high-end dining destinations in the area.” SHIVANI VORA, The New York Times","keyword":"The Wickaninnish Cookbook : Rustic Elegance on Natures Edge : The Wickaninnish Inn : Appetite by Random House : Cooking - Regional & Ethnic - Canadian : Cooking - Individual Chefs & Restaurants : Cooking - Regional & Ethnic - American - Northwestern States : 0147530261 : 0-14-753026-1 : 9780147530264 : 978-0-14-753026-4 : 2019 FINALIST for the IACP Cookbook Award - Best Chefs & Restaurants
2019 SHORTLISTED for the Taste Canada Awards
From the Wickaninnish Inn--the award-winning Relais & Châteaux property in Tofino, British Columbia--comes a rustically luxurious cookbook to celebrate their sensational west coast cuisine


Perched between the majestic old-growth forests of Tofino and the vast expanse of the Pacific Ocean, the Wickaninnish Inn is a destination like no other. In this evocative cookbook, the \"Wick,\" as it is affectionately known, welcomes you into the warmth to share the celebrated cuisine of Inn's The Pointe Restaurant. Since the Wick first opened in 1996, it has been regarded for its rustic elegance, warm hospitality, and incredible west coast cuisine. This cookbook highlights the innovative dishes (and the stories behind them) that have made The Pointe a destination dining experience like no other, and paints a vivid picture of spectacular natural surroundings, west coast life, and scenic ocean-to-table dining.
Memorable recipes from the Wick are coupled with signature recipes from current and former chefs--Warren Barr, Rod Butters, Matthias Conradi, Mark Filatow, Justin Laboissiere, Duncan Ly, Andrew Springett, and Matt Wilson--and combine cutting edge techniques with fresh, seasonal ingredients, to create a distinctly contemporary, west coast cookbook. Inside you will find both sophisticated and accessible recipes that speak to the Inn's longstanding commitment to farm- and ocean-fresh ingredients, and strike a harmonious balance between the bounties of land and sea that surround the Inn. The Wickaninnish Cookbook offers a chance to visit life on nature's edge, and discover dishes from one of the most prestigious kitchens in Canada.","onsaledate":"05/29/2018","pages":"256","pricecanada":"18.99","priceusa":"21.99","relatedisbns":{"isbn":[{"@formatcode":"HC","$":"9780147530271"},{"@formatcode":"EL","$":"9780147530264"}]},"salestatus":"EL","subformat":"001","subjectcategory1":"CKB091000","subjectcategory2":"CKB115000","subjectcategory3":"CKB002050","subjectcategorydescription1":"Cooking - Regional & Ethnic - Canadian","subjectcategorydescription2":"Cooking - Individual Chefs & Restaurants","subjectcategorydescription3":"Cooking - Regional & Ethnic - American - Northwestern States","subtitle":"Rustic Elegance on Nature's Edge","tgpdf":"false","themes":null,"titleauthisbn":"The Wickaninnish Cookbook : The Wickaninnish Inn : 0147530261 : 0-14-753026-1 : 9780147530264 : 978-0-14-753026-4","titleshort":"WICKANINNISH COOKBOOK (EL)","titlesubtitleauthisbn":"The Wickaninnish Cookbook : Rustic Elegance on Natures Edge : The Wickaninnish Inn : 0147530261 : 0-14-753026-1 : 9780147530264 : 978-0-14-753026-4","titleweb":"The Wickaninnish Cookbook","updatedOn":"2021-03-02T02:26:26.000","webdomains":{"webdomain":[{"@sell":"true","@domain":"BC.CA"},{"@sell":"true","@domain":"CA"},{"@sell":"true","@domain":"CAN"},{"@sell":"true","@domain":"PRH.CA"},{"@sell":"true","@domain":"PRH.CA_"},{"@sell":"true","@domain":"PRH.NA"},{"@sell":"true","@domain":"PRH.US"},{"@sell":"true","@domain":"PRH.US_"},{"@sell":"true","@domain":"SALESPL"},{"@sell":"true","@domain":"USA"},{"@sell":"true","@domain":"USA3PD"}]},"links":null,"workid":"538912"},{"@uri":"https://reststop.randomhouse.com/resources/titles/9780147530271","author":"WICKANINNISH INN","authors":{"authorId":{"@contributortype":"A","$":"2136116"}},"authorbio":"THE WICKANINNISH INN, Tofino, Canada, is a landmark Relais & Châteaux designated hotel--an enchanting and acclaimed getaway perched on the western edge of Vancouver Island in beautiful British Columbia. Established in 1996, The Wickaninnish Inn is the only resort on beautiful Chesterman Beach and is a luxury destination for foodies and island visitors alike.

Honoured as a member of Travel + Leisure's Hall of Fame and Condé Nast Traveler's Platinum Circle","authorweb":"The Wickaninnish Inn","awards":{"award":[{"awardattr":"0","awarddate":"2019-01-01T00:00:00-05:00","awarddesc":"IACP Cookbook Award - Best Chefs & Restaurants","awarddesc_upper":"IACP COOKBOOK AWARD - BEST CHEFS & RESTAURANTS","awardid":"86685","awardisbn":"2147483647","awardlevel":"FINALIST","awardyear":"2019","ean":"9780147530271"},{"awardattr":"0","awarddate":"2019-01-01T00:00:00-05:00","awarddesc":"Taste Canada Food Writing Awards A? Regional/Cultural Cookbooks","awarddesc_upper":"TASTE CANADA FOOD WRITING AWARDS A? REGIONAL/CULTURAL COOKBOOKS","awardid":"86684","awardisbn":"2147483647","awardlevel":"SHORTLIST","awardyear":"2019","ean":"9780147530271"}]},"characters":null,"contributorlast1":"Wickaninnish Inn","division":"Appetite by Random House","excerpt":"Introduction

THERE’S A MOMENT, when you’re driving along Highway 4, after you’ve passed the stands of towering old-growth Douglas firs of Cathedral Grove and traversed the narrow switchbacks near Kennedy Lake, when you turn a corner, top a rise, and there it is: your first glimpse of the wild west coast of Vancouver Island. A froth of whitewater rolls onto the wide, sandy strand of Long Beach, where the Pacific Ocean stretches out to meet the horizon.

I’ve seen this view countless times, and it’s nothing short of magical. But for me, it means one thing above all: home.

Just a few minutes farther up the road is the Wickaninnish Inn, the realization of our long-held family dream. Growing up along this wild coast, my parents would talk about opening an inn on the rocks overlooking Chesterman Beach. Our goal was to create a destination that would allow others to discover the remarkable beauty of this part of the world. To have our guests be mesmerized by the rolling waves, meet the fascinating characters we call our neighbours, and revel in the taste of local salmon and crab. We wanted to create a place of quiet serenity right on nature’s edge.

“The Wick,” as our friends like to call it, has become that place. Today we are a 75-room inn perched on the edge of the Pacific Ocean, with a view of this mighty ocean from every room, suite, and public space. The Inn was the first high-end hotel on the west coast of Vancouver Island and the first destination resort, with all that implies: high-thread-count sheets, attentive service, and a soothing ambience of natural wood, stone, and glass combined with the soft colours of the rainforest. We’re honoured to be a member of the Relais & Châteaux family, an international association of intimately scaled luxury properties guided by the five Cs: Calm, Character, Courtesy, Charm, and—perhaps most importantly—Cuisine.

The Pointe Restaurant is the crown jewel of the Wickaninnish Inn. The space is encircled with floor-to-ceiling windows framing a 240-degree panorama of Chesterman Beach, forested offshore islands, and the endless ocean. Inspired by our family cabin on the adjacent point of land, at first glance, the room looks simple: an octagonal space with wooden chairs and tables protected by massive hand-adzed cedar posts and beams fanning out from a central core to the windows and ever-changing vistas beyond. Look closer, though, and you’ll see the quiet handcrafted elegance of expertly detailed woodwork and perfectly placed lighting illuminating locally crafted tableware and haunting works by local First Nations artists. We’ve done all we can to create everything with care, no detail left to chance.

But as spectacular as the scenery is, and as elegant as the décor is, the real masterpieces here are on the plates.

Since opening in 1996, our kitchen has been led by some of Canada’s most talented chefs, from our opening chef, Chef Rod Butters, to current Executive Chef Warren Barr. Not only have they prepared delicious meals for our guests, they have also been leaders in the sustainable, seasonal, farm-to-table—or more accurately on this coast, boat-to-table—culinary movement. Long before it was fashionable, they were sourcing produce from the Island’s fishers, foragers, and farmers. Through their menus, they celebrated the incredible local seafood bounty, including Dungeness crab, salmon, spot prawns, and halibut, as well as treasures of the forest, such as tender chanterelle mushrooms and tart cynamoka berries. They created a style of cuisine unique to this region; they also inspired other chefs who over time have transformed tiny Tofino into one of Canada’s great culinary communities.

In the following pages, we’ve gathered some of the most unforgettable dishes created by our chefs, including Chef Butters’s shellfish-rich potlatch, a West Coast take on bouillabaisse (page 126); Chef Duncan Ly’s Thai-scented chowder (page 60); Chef Andrew Springett’s cinnamon-scented duck (page 168); Chef Mark Filatow’s bright sidestripe prawn escabeche (page 148); Chef Justin Labossiere’s saffron-scented ravioli stuffed with crab (page 144); Executive Chef Barr’s crispy briny oyster coals (page 130) and his beautifully sculpted salmon mosaic (page 132); Chef Matthias Conradi’s decadent chocolate platter for two (page 199); and Chef Matt Wilson’s hearty sourdough bread (page 71). There is salmon in a myriad of dishes, crab in almost as many, and chowder, so much chowder.

Are you hungry yet? Well, you’re in luck—all the deliciousness of the Wickaninnish Inn lies just ahead. Won’t you join us?

Charles McDiarmid
Managing Director","flapcopy":"2019 FINALIST for the IACP Cookbook Award - Best Chefs & Restaurants
2019 SHORTLISTED for the Taste Canada Awards
From the Wickaninnish Inn--the award-winning Relais & Châteaux property in Tofino, British Columbia--comes a rustically luxurious cookbook to celebrate their sensational west coast cuisine


Perched between the majestic old-growth forests of Tofino and the vast expanse of the Pacific Ocean, the Wickaninnish Inn is a destination like no other. In this evocative cookbook, the \"Wick,\" as it is affectionately known, welcomes you into the warmth to share the celebrated cuisine of Inn's The Pointe Restaurant. Since the Wick first opened in 1996, it has been regarded for its rustic elegance, warm hospitality, and incredible west coast cuisine. This cookbook highlights the innovative dishes (and the stories behind them) that have made The Pointe a destination dining experience like no other, and paints a vivid picture of spectacular natural surroundings, west coast life, and scenic ocean-to-table dining.
Memorable recipes from the Wick are coupled with signature recipes from current and former chefs--Warren Barr, Rod Butters, Matthias Conradi, Mark Filatow, Justin Laboissiere, Duncan Ly, Andrew Springett, and Matt Wilson--and combine cutting edge techniques with fresh, seasonal ingredients, to create a distinctly contemporary, west coast cookbook. Inside you will find both sophisticated and accessible recipes that speak to the Inn's longstanding commitment to farm- and ocean-fresh ingredients, and strike a harmonious balance between the bounties of land and sea that surround the Inn. The Wickaninnish Cookbook offers a chance to visit life on nature's edge, and discover dishes from one of the most prestigious kitchens in Canada.","formatcode":"HC","formatname":"Hardcover","imprint":"Appetite by Random House","isbn":"9780147530271","isbn10":"014753027X","isbn10hyphenated":"0-14-753027-X","isbn13hyphenated":"978-0-14-753027-1","jacketquotes":"ONE OF THE MOST ANTICIPATED BOOKS OF 2018: “On the furthest west coast of Vancouver Island, the Wickaninnish Inn in Tofino, B.C., has been a destination for visitors from around the world since its opening in 1996, the Pointe restaurant a pillar of the town's flourishing culinary scene. Their first cookbook gathers signature recipes from former and current chefs and focuses on regional techniques and seasonal west coast ingredients.” The Globe & Mail
 
“Since 1996, Tofino’s jewel of a hotel, the Wickaninnish Inn, has been wowing visitors with its beautiful setting (between old-growth forest and the Pacific Ocean). Included in the posh, edge-of-the-world experience is the on-site, The Pointe Restaurant. A foodies delight delivers innovative, elegant and, at the same time, perfectly comfortable West Coast cuisine. Oh and the view. Wow. Tip: Get a just-before-sunset reservation. This new cookbook is packed with recipes from current and former chefs.” Calgary Herald & Vancouver Sun

\"Full of the kinds of vivid details that transport you back to that wild coastline--and to its flavours.\"
The Georgia Straight

“Those looking to take a piece of The Wick back to their own kitchens can consider picking up a copy of The Wickaninnish Cookbook … a collection of delicacies put together by [Warren] Barr, but also by the previous chefs who’ve blessed the plates here over the years.” Montecristo

“The Pointe restaurant at the Wickaninnish Inn was the catalyst [behind the food scene] in Tofino. Back when it opened in 1996, local, seasonal eating was very much the exception rather than the rule. . . . Almost 20 years later, that adherence to local ingredients is no longer a novelty. It’s the default philosophy for almost every dish in Tofino.” CHRIS JOHNS, The Globe and Mail
 
“Tofino’s gourmet focus began 15 years ago with the opening of the smart Pointe restaurant at the Wickaninnish Inn, an elegant Relais & Châteaux hotel where folk feast on local cod with a romesco crumble while overlooking the roaring Pacific Ocean.” ROSIE BIRKETT, Condé Nast Traveler
 
“The Pointe has great views. But the food, from chef Warren Barr, is pretty darn good, too; think creative takes on local produce, including a bounty of seafood including the freshest crab and halibut.” NATHAN LUMP, Editor-in-Chief, Travel + Leisure
 
“The thriving culinary scene [in Tofino] . . . began when a native, Charles McDiarmid, opened the Wickaninnish Inn. . . . The restaurant continues to be at the top of high-end dining destinations in the area.” SHIVANI VORA, The New York Times","keyword":"The Wickaninnish Cookbook : Rustic Elegance on Natures Edge : The Wickaninnish Inn : Appetite by Random House : Cooking - Regional & Ethnic - Canadian : Cooking - Individual Chefs & Restaurants : Cooking - Regional & Ethnic - American - Northwestern States : 014753027X : 0-14-753027-X : 9780147530271 : 978-0-14-753027-1 : 2019 FINALIST for the IACP Cookbook Award - Best Chefs & Restaurants
2019 SHORTLISTED for the Taste Canada Awards
From the Wickaninnish Inn--the award-winning Relais & Châteaux property in Tofino, British Columbia--comes a rustically luxurious cookbook to celebrate their sensational west coast cuisine


Perched between the majestic old-growth forests of Tofino and the vast expanse of the Pacific Ocean, the Wickaninnish Inn is a destination like no other. In this evocative cookbook, the \"Wick,\" as it is affectionately known, welcomes you into the warmth to share the celebrated cuisine of Inn's The Pointe Restaurant. Since the Wick first opened in 1996, it has been regarded for its rustic elegance, warm hospitality, and incredible west coast cuisine. This cookbook highlights the innovative dishes (and the stories behind them) that have made The Pointe a destination dining experience like no other, and paints a vivid picture of spectacular natural surroundings, west coast life, and scenic ocean-to-table dining.
Memorable recipes from the Wick are coupled with signature recipes from current and former chefs--Warren Barr, Rod Butters, Matthias Conradi, Mark Filatow, Justin Laboissiere, Duncan Ly, Andrew Springett, and Matt Wilson--and combine cutting edge techniques with fresh, seasonal ingredients, to create a distinctly contemporary, west coast cookbook. Inside you will find both sophisticated and accessible recipes that speak to the Inn's longstanding commitment to farm- and ocean-fresh ingredients, and strike a harmonious balance between the bounties of land and sea that surround the Inn. The Wickaninnish Cookbook offers a chance to visit life on nature's edge, and discover dishes from one of the most prestigious kitchens in Canada.","onsaledate":"05/29/2018","pages":"304","pricecanada":"45.00","priceusa":"40.00","relatedisbns":{"isbn":[{"@formatcode":"HC","$":"9780147530271"},{"@formatcode":"EL","$":"9780147530264"}]},"salestatus":"IP","subjectcategory1":"CKB091000","subjectcategory2":"CKB115000","subjectcategory3":"CKB002050","subjectcategorydescription1":"Cooking - Regional & Ethnic - Canadian","subjectcategorydescription2":"Cooking - Individual Chefs & Restaurants","subjectcategorydescription3":"Cooking - Regional & Ethnic - American - Northwestern States","subtitle":"Rustic Elegance on Nature's Edge","tgpdf":"false","themes":null,"titleauthisbn":"The Wickaninnish Cookbook : The Wickaninnish Inn : 014753027X : 0-14-753027-X : 9780147530271 : 978-0-14-753027-1","titleshort":"WICKANINNISH COOKBOOK, THE","titlesubtitleauthisbn":"The Wickaninnish Cookbook : Rustic Elegance on Natures Edge : The Wickaninnish Inn : 014753027X : 0-14-753027-X : 9780147530271 : 978-0-14-753027-1","titleweb":"The Wickaninnish Cookbook","updatedOn":"2020-11-06T06:22:03.000","webdomains":{"webdomain":[{"@sell":"true","@domain":"ACM.CA"},{"@sell":"true","@domain":"BC.CA"},{"@sell":"true","@domain":"CA"},{"@sell":"true","@domain":"CAN"},{"@sell":"true","@domain":"COMPCOP"},{"@sell":"true","@domain":"PRH.CA"},{"@sell":"true","@domain":"PRH.CA_"},{"@sell":"true","@domain":"PRH.NA"},{"@sell":"true","@domain":"PRH.US"},{"@sell":"true","@domain":"PRH.US_"},{"@sell":"true","@domain":"SALESIN"},{"@sell":"true","@domain":"SALESPL"},{"@sell":"true","@domain":"USA"},{"@sell":"true","@domain":"USA3PD"}]},"links":null,"workid":"538912"},{"@uri":"https://reststop.randomhouse.com/resources/titles/9780262512251","author":"BRAINARD, GABRIELLE","authors":{"authorId":[{"@contributortype":"E","$":"2235743"},{"@contributortype":"E","$":"2235783"},{"@contributortype":"E","$":"2235787"}]},"authorbio":"Gabrielle Brainard is a graduate of the Yale School of Architecture and a practicing architect.

Rustam Mehta is a graduate of the Yale School of Architecture and a practicing architect.

Thomas Moran is a graduate of the Yale School of Architecture and a practicing architect.

Michael Meredith is a Principal at MOS, an internationally recognized architectural practice based in New York. His writing has appeared in Artforum, LOG, Perspecta, Harvard Design Magazine, and other publications.

Robert Venturi is an award-winning architect and an influential writer, teacher, artist, and designer. His work includes includes the Sainsbury Wing of London's National Galler; renovation of the Museum of Contemporary Art, San Diego; dozens of major academic projects; and the groundbreaking Vanna Venturi House.

Denise Scott Brown is an architect, writer, and planner. She and Robert Venturi are founding principals of the influential architectural firm Venturi, Scott Brown, and Associates (VSBA), whose work and ideas have influenced generations of architects and planners.

Ljiljana Blagojevic is a practicing architect and an architectural historian and theoretician. She is Lecturer at the Faculty of Architecture, University of Belgrade, and teaches at the School for History and Theory of Images in Belgrade.

Keller Easterling is Associate Professor, Yale University School of Architecture. She is the author of Organization Space (MIT Press, 1999).

Kazys Varnelis is Director of the Network Architecture Lab, Graduate School of Architecture, Planning, and Preservation at Columbia University, and Member of the Founding Faculty at the School of Architecture, University of Limerick.

Dan Graham's artwork has been exhibited in museums and galleries around the world. His writings have appeared in Artforum, Arts, and numerous other magazines, books, and monographs.","authorweb":"edited by Gabrielle Brainard, Rustam Mehta, and Thomas Moran","awards":null,"characters":null,"contributorfirst1":"Gabrielle","contributorfirst2":"Rustam","contributorfirst3":"Thomas","contributorlast1":"Brainard","contributorlast2":"Mehta","contributorlast3":"Moran","division":"The MIT Press","flapcopy":"Architectural travel, from the Eternal City to the generic city.

The Grand Tour was once the culmination of an architect's education. As a journey to the cultural sites of Europe, the Tour's agenda was clearly defined: to study ancient monuments in order to reproduce them at home. Architects returned from their Grand Tours with rolls of measured drawings and less tangible spoils: patronage, commissions, and cultural cachet. Although no longer carried out under the same name, the practices inscribed by the Grand Tour have continued relevance for contemporary architects. This edition of Perspecta—the oldest and most distinguished student-edited architectural journal in America—uses the Grand Tour, broadly conceived, as a model for understanding the history, current incarnation, and future of architectural travel. Perspecta 41 asks: where do we go, how do we record what we see, what do we bring back, and how does it change us? Contributions include explorations of architects' travels in times of war; Peter Eisenman's account of his career-defining 1962 trip with Colin Rowe around Europe in a Volkswagen; Robert Venturi and Denise Scott Brown's discussion of their traveling and its effect on their collecting, teaching, and design work; drawings documenting the monolithic churches of Lalibela, Ethiopia; an account of how James Gamble Rogers designed Yale's Sterling Library and residential colleges using his collection of postcards; and a proposed itinerary for a contemporary Grand Tour—in America.

Contributors
Esra Akcan, Aaron Betsky, Ljiljana Blagojevic,, Edward Burtynsky, Matthew Coolidge and CLUI, Gillian Darley, Brook Denison, Helen Dorey, Keller Easterling, Peter Eisenman, Dan Graham and Mark Wasiuta, Jeffery Inaba and C-Lab, Sam Jacob, Michael Meredith, Colin Montgomery, Dietrich Neumann, Enrique Ramirez, Mary-Ann Ray and Robert Mangurian, Kazys Varnelis, Robert Venturi and Denise Scott Brown, Enrique Walker

","formatcode":"TR","formatname":"Trade Paperback","imprint":"The MIT Press","isbn":"9780262512251","isbn10":"0262512254","isbn10hyphenated":"0-262-51225-4","isbn13hyphenated":"978-0-262-51225-1","keyword":"Perspecta 41 Grand Tour : The Yale Architectural Journal : edited by Gabrielle Brainard, Rustam Mehta, and Thomas Moran : The MIT Press : Architecture - Criticism : Architecture - History - General : : 0262512254 : 0-262-51225-4 : 9780262512251 : 978-0-262-51225-1 : Architectural travel, from the Eternal City to the generic city.

The Grand Tour was once the culmination of an architect's education. As a journey to the cultural sites of Europe, the Tour's agenda was clearly defined: to study ancient monuments in order to reproduce them at home. Architects returned from their Grand Tours with rolls of measured drawings and less tangible spoils: patronage, commissions, and cultural cachet. Although no longer carried out under the same name, the practices inscribed by the Grand Tour have continued relevance for contemporary architects. This edition of Perspecta—the oldest and most distinguished student-edited architectural journal in America—uses the Grand Tour, broadly conceived, as a model for understanding the history, current incarnation, and future of architectural travel. Perspecta 41 asks: where do we go, how do we record what we see, what do we bring back, and how does it change us? Contributions include explorations of architects' travels in times of war; Peter Eisenman's account of his career-defining 1962 trip with Colin Rowe around Europe in a Volkswagen; Robert Venturi and Denise Scott Brown's discussion of their traveling and its effect on their collecting, teaching, and design work; drawings documenting the monolithic churches of Lalibela, Ethiopia; an account of how James Gamble Rogers designed Yale's Sterling Library and residential colleges using his collection of postcards; and a proposed itinerary for a contemporary Grand Tour—in America.

Contributors
Esra Akcan, Aaron Betsky, Ljiljana Blagojevic,, Edward Burtynsky, Matthew Coolidge and CLUI, Gillian Darley, Brook Denison, Helen Dorey, Keller Easterling, Peter Eisenman, Dan Graham and Mark Wasiuta, Jeffery Inaba and C-Lab, Sam Jacob, Michael Meredith, Colin Montgomery, Dietrich Neumann, Enrique Ramirez, Mary-Ann Ray and Robert Mangurian, Kazys Varnelis, Robert Venturi and Denise Scott Brown, Enrique Walker

","onsaledate":"12/05/2008","pages":"185","pricecanada":"34.00","priceusa":"25.00","relatedisbns":{"isbn":{"@formatcode":"TR","$":"9780262512251"}},"salestatus":"IP","subjectcategory1":"ARC001000","subjectcategory2":"ARC005000","subjectcategorydescription1":"Architecture - Criticism","subjectcategorydescription2":"Architecture - History - General","subtitle":"The Yale Architectural Journal","tgpdf":"false","themes":null,"titleauthisbn":"Perspecta 41 Grand Tour : edited by Gabrielle Brainard, Rustam Mehta, and Thomas Moran : 0262512254 : 0-262-51225-4 : 9780262512251 : 978-0-262-51225-1","titleshort":"PERSPECTA 41 GRAND TOUR","titlesubtitleauthisbn":"Perspecta 41 Grand Tour : The Yale Architectural Journal : edited by Gabrielle Brainard, Rustam Mehta, and Thomas Moran : 0262512254 : 0-262-51225-4 : 9780262512251 : 978-0-262-51225-1","titleweb":"Perspecta 41 Grand Tour","updatedOn":"2020-11-06T06:22:38.000","webdomains":{"webdomain":[{"@sell":"true","@domain":"ACMART"},{"@sell":"true","@domain":"BC.CA"},{"@sell":"true","@domain":"CA"},{"@sell":"true","@domain":"CAN"},{"@sell":"true","@domain":"COMPCOP"},{"@sell":"true","@domain":"PRH.CA"},{"@sell":"true","@domain":"PRH.CA_"},{"@sell":"true","@domain":"PRH.NA"},{"@sell":"true","@domain":"PRH.US"},{"@sell":"true","@domain":"PRH.US_"},{"@sell":"true","@domain":"SALESIN"},{"@sell":"true","@domain":"SALESPL"},{"@sell":"true","@domain":"USA"},{"@sell":"true","@domain":"USA3PD"}]},"links":null,"workid":"663214"},{"@uri":"https://reststop.randomhouse.com/resources/titles/9780307395818","author":"LINK, DONALD","authors":{"authorId":[{"@contributortype":"A","$":"59875"},{"@contributortype":"A","$":"78320"}]},"authorbio":"DONALD LINK is the chef-owner of Herbsaint and Cochon in New Orleans. He won the James Beard Best Chef South Region Award in 2007.

PAULA DISBROWE is the author of Cowgirl Cuisine and co-author of Susan Spicer’s Crescent City Cooking. She lives in Austin, Texas.","authorweb":"Donald Link with Paula Disbrowe; Photography by Chris Granger","awards":null,"characters":null,"contributorfirst1":"Donald","contributorfirst2":"Paula","contributorlast1":"Link","contributorlast2":"Disbrowe","division":"Potter/TenSpeed/Harmony/Rodale","excerpt":"Lake Charles Dirty Rice
Serves 6 to 8

This recipe appears at just about every occasion in Cajun Country. Whether it’s a holiday, funeral, family reunion, or potluck dinner, you can bet there will be at least one form of dirty rice or rice dressing. At the Link family reunion in Robert’s Cove, I counted six versions, all different. The essential ingredients are few, but flavor and texture vary greatly.

The main difference between dirty rice and rice dressing is that rice dressing is generally made with ground beef or pork, whereas dirty rice is made with pork and chicken livers. Many people think they don’t like liver, but when it’s balanced with other flavors, the liver taste is not overpowering. I’ve served this deeply flavored rice to many people who claim they hate liver, only to have them love it.

2 tablespoons canola oil
4 ounces ground pork
1/2 cup chicken livers (about 4 ounces), pureed1
1/2 teaspoons salt
1/2 teaspoon ground black pepper
1/2 teaspoon chili powder
1 1/2 cups chicken broth
1 small onion, finely chopped
2 celery stalks, finely chopped
2 garlic cloves, minced
1 jalapeño pepper, stemmed, seeded, and finely chopped
1 tablespoon dried oregano
3 cups cooked rice
1/2 bunch scallions (white and green parts), chopped
2 tablespoons chopped parsley

Heat the oil in a large skillet over high heat. When the oil is hot, add the pork and chicken livers and cook, stirring, until browned. Add the salt, black pepper, and chili powder and stir often, but resist the impulse to stir constantly: You want the meat to stick to the pan and get crusty. Add &frac14; cup of the chicken broth and cook until it has evaporated, allowing the meat mixture to get browned and crusty and stick to the pan once again. Add the onion, celery, garlic, jalapeño, and oregano and cook, stirring, until the vegetables are nicely browned and crusty and beginning to stick to the pan. Add the rice, the remaining 1 &frac14; cups broth, the scallions, and parsley. Stir until the liquid is absorbed and the rice is heated through.

NOTE: When making dishes that involve rice, remember that your flavor base will seem overly seasoned until the rice absorbs the flavors. In Cajun cooking, salt is the most crucial ingredient to get right, so you’ll want to taste the dish after the rice cooks and adjust accordingly.","flapcopy":"An untamed region teeming with snakes, alligators, and snapping turtles, with sausage and cracklins sold at every gas station, Cajun Country is a world unto itself. The heart of this area—the Acadiana region of Louisiana—is a tough land that funnels its spirit into the local cuisine. You can’t find more delicious, rustic, and satisfying country cooking than the dirty rice, spicy sausage, and fresh crawfish that this area is known for. It takes a homegrown guide to show us around the back roads of this particularly unique region, and in Real Cajun, James Beard Award–winning chef Donald Link shares his own rough-and-tumble stories of living, cooking, and eating in Cajun Country.

Link takes us on an expedition to the swamps and smokehouses and the music festivals, funerals, and holiday celebrations, but, more important, reveals the fish fries, étouffées, and pots of Granny’s seafood gumbo that always accompany them. The food now famous at Link’s New Orleans–based restaurants, Cochon and Herbsaint, has roots in the family dishes and traditions that he shares in this book. You’ll find recipes for Seafood Gumbo, Smothered Pork Roast over Rice, Baked Oysters with Herbsaint Hollandaise, Louisiana Crawfish Boudin, quick and easy Flaky Buttermilk Biscuits with Fig-Ginger Preserves, Bourbon-Soaked Bread Pudding with White and Dark Chocolate, and Blueberry Ice Cream made with fresh summer berries. Link throws in a few lagniappes to give you an idea of life in the bayou, such as strategies for a great trip to Jazz Fest, a what-not-to-do instructional on catching turtles, and all you ever (or never) wanted to know about boudin sausage. Colorful personal essays enrich every recipe and introduce his grandfather and friends as they fish, shrimp, hunt, and dance.

From the backyards where crawfish boils reign as the greatest of outdoor events to the white tablecloths of Link’s famed restaurants, Real Cajun takes you on a rollicking and inspiring tour of this wild part of America and shares the soulful recipes that capture its irrepressible spirit.","formatcode":"HC","formatname":"Hardcover","imprint":"Clarkson Potter","isbn":"9780307395818","isbn10":"0307395812","isbn10hyphenated":"0-307-39581-2","isbn13hyphenated":"978-0-307-39581-8","jacketquotes":"“Donald Link’s book simply makes me hungry the way I used to be around my grandmother’s kitchen down on the Mississippi Gulf Coast. He is more than a chef. He is a southern artist using tradition as a canvas and acquired culinary magic as his box of paints, with which he brings to life masterpieces of southern cuisine that ignite our taste buds as well as reminding us of who we are and where we come from.”
—Jimmy Buffett

“Donald Link’s childhood in Cajun Country taught him that cooking is all about family, local ingredients, and, most important, taste. There's no blackened redfish here, just delicious recipes (think Crispy Softshell Crab with Chili Glaze or Satsuma Buttermilk Pie) and great memories, informed by his wry sense of humor and passion for food and place. Real Cajun is the real deal and proves, once again, that Link is not only the soul of New Orleans but also one of the most talented chefs in the country.”
—Julia Reed

“Donald Link is rediscovering traditional Cajun food in all of its diversity and simplicity. His flavors come from backyard organic vegetables, local fish, and heritage breed pork. The essence of Cochon’s cooking is beautifully revealed in this inviting book.”
—Alice Waters

"Donald Link's cooking embodies the very best–the heart and soul–of New Orleans cuisine; there's no one in the business with more credibility. Real Cajun captures the straight-up, un-cut, raw, and wonderful rustic classics in all their unvarnished, unprettified glory."
—Anthony Bourdain

“Real Cajun tells Donald Link’s captivating story of growing up in southwest Louisiana and shares with us the incredible no-holds-barred type of cooking and eating that Cajuns live for. With great traditions, vivid tales, and passionate cooking from a real Cajun chef, this cookbook will be a treasure for all who turn its pages.”
—Frank Stitt

“Real Cajun
is honest, gutsy, and proudly provincial. Read this book and you'll want to mainline shrimp and crab gumbo. Cook from this book and you'll rationalize an all boudin diet.”
—John T. Edge, general editor of Cornbread Nation","keyword":"Real Cajun : Rustic Home Cooking from Donald Links Louisiana: A Cookbook : Donald Link with Paula Disbrowe; Photography by Chris Granger : Clarkson Potter : Cooking - Regional & Ethnic - Cajun & Creole : Cooking - Regional & Ethnic - American - Southern States : Cooking - Specific Ingredients - Meat : 0307395812 : 0-307-39581-2 : 9780307395818 : 978-0-307-39581-8 : An untamed region teeming with snakes, alligators, and snapping turtles, with sausage and cracklins sold at every gas station, Cajun Country is a world unto itself. The heart of this area—the Acadiana region of Louisiana—is a tough land that funnels its spirit into the local cuisine. You can’t find more delicious, rustic, and satisfying country cooking than the dirty rice, spicy sausage, and fresh crawfish that this area is known for. It takes a homegrown guide to show us around the back roads of this particularly unique region, and in Real Cajun, James Beard Award–winning chef Donald Link shares his own rough-and-tumble stories of living, cooking, and eating in Cajun Country.

Link takes us on an expedition to the swamps and smokehouses and the music festivals, funerals, and holiday celebrations, but, more important, reveals the fish fries, étouffées, and pots of Granny’s seafood gumbo that always accompany them. The food now famous at Link’s New Orleans–based restaurants, Cochon and Herbsaint, has roots in the family dishes and traditions that he shares in this book. You’ll find recipes for Seafood Gumbo, Smothered Pork Roast over Rice, Baked Oysters with Herbsaint Hollandaise, Louisiana Crawfish Boudin, quick and easy Flaky Buttermilk Biscuits with Fig-Ginger Preserves, Bourbon-Soaked Bread Pudding with White and Dark Chocolate, and Blueberry Ice Cream made with fresh summer berries. Link throws in a few lagniappes to give you an idea of life in the bayou, such as strategies for a great trip to Jazz Fest, a what-not-to-do instructional on catching turtles, and all you ever (or never) wanted to know about boudin sausage. Colorful personal essays enrich every recipe and introduce his grandfather and friends as they fish, shrimp, hunt, and dance.

From the backyards where crawfish boils reign as the greatest of outdoor events to the white tablecloths of Link’s famed restaurants, Real Cajun takes you on a rollicking and inspiring tour of this wild part of America and shares the soulful recipes that capture its irrepressible spirit.","onsaledate":"04/21/2009","pages":"256","pricecanada":"40.00","priceusa":"35.00","relatedisbns":{"isbn":[{"@formatcode":"HC","$":"9780307395818"},{"@formatcode":"EL","$":"9780770434205"}]},"salestatus":"IP","subjectcategory1":"CKB013000","subjectcategory2":"CKB002060","subjectcategory3":"CKB054000","subjectcategorydescription1":"Cooking - Regional & Ethnic - Cajun & Creole","subjectcategorydescription2":"Cooking - Regional & Ethnic - American - Southern States","subjectcategorydescription3":"Cooking - Specific Ingredients - Meat","subtitle":"Rustic Home Cooking from Donald Link's Louisiana: A Cookbook","tgpdf":"false","themes":null,"titleauthisbn":"Real Cajun : Donald Link with Paula Disbrowe; Photography by Chris Granger : 0307395812 : 0-307-39581-2 : 9780307395818 : 978-0-307-39581-8","titleshort":"REAL CAJUN","titlesubtitleauthisbn":"Real Cajun : Rustic Home Cooking from Donald Links Louisiana: A Cookbook : Donald Link with Paula Disbrowe; Photography by Chris Granger : 0307395812 : 0-307-39581-2 : 9780307395818 : 978-0-307-39581-8","titleweb":"Real Cajun","updatedOn":"2021-02-23T13:04:03.000","webdomains":{"webdomain":[{"@sell":"true","@domain":"ACM.CA"},{"@sell":"true","@domain":"ACMART"},{"@sell":"true","@domain":"BC.CA"},{"@sell":"true","@domain":"CA"},{"@sell":"true","@domain":"CAN"},{"@sell":"true","@domain":"COMPCOP"},{"@sell":"true","@domain":"PRH.CA"},{"@sell":"true","@domain":"PRH.CA_"},{"@sell":"true","@domain":"PRH.NA"},{"@sell":"true","@domain":"PRH.US"},{"@sell":"true","@domain":"PRH.US_"},{"@sell":"true","@domain":"SALESIN"},{"@sell":"true","@domain":"SALESPL"},{"@sell":"true","@domain":"USA"},{"@sell":"true","@domain":"USA3PD"}]},"links":null,"workid":"101820"},{"@uri":"https://reststop.randomhouse.com/resources/titles/9780307490216","agerange":"9-12 years","agerangecode":"0912","author":"BLUME, LESLEY M. M.","authors":{"authorId":{"@contributortype":"A","$":"69960"}},"authorbio":"Lesley M. M. Blume is a writer and journalist based in New York City. Her first book for young readers, Cornelia and the Audacious Escapades of the Somerset Sisters, was published by Knopf last July and was called "a fabulous read that will enchant its audience with the magic to be found in everyday life" in a starred review by School Library Journal.","authorweb":"Lesley M. M. Blume","awards":null,"characters":null,"contributorfirst1":"Lesley M. M.","contributorlast1":"Blume","division":"RH Childrens Books","excerpt":"

\"Franny, you throw like a girl,\" said Sandy with disgust as she expertly tied the end of a water-filled balloon into a knot.
\"I do not,\" scowled Franny. \"I got Rodney the jail janitor right on the back of the head, and you haven't even hit a single person.\"
\"Oh yes, I did. I pegged ole Norma Smitty when you ran downstairs to get more water.\"
\"Really?\" said Franny suspiciously. \"I didn't hear her yelling or anything.\"
\"Oh, she yelled all right,\" boasted Sandy, tossing her balloon onto a gurgling pile of water bombs. \"She said, 'Sandy Anne Hellickson and Frances Hansen--I know that's you up there! You ain't foolin' me! When I tell yer fathers that you was throwin' water bombs off the top of that buildin', yer gonna be sorry you was ever born!'\"
The girls doubled up with laughter. They were stationed on the top of the two-story building on Main Street where Franny lived with her parents and two older brothers. With its wooden false front jutting five feet above the roof, the building was practically a skyscraper in their tiny town--if Rusty Nail, Minnesota, could really be described as a \"town\" at all. In reality, it was little more than a bunch of dusty houses and stores clumped together in the middle of nowhere. For miles and miles, a seemingly endless carpet of cornfields surrounded the community. Cows and rust-colored barns dotted the countryside, and tractors drove slowly along the dirt roads.
Long ago, Rusty Nail had been a pioneer outpost. But when the winters proved too harsh for the settlers, they took apart their makeshift wooden houses and piled the planks into their creaky covered wagons. No one knows where they went next, and the only thing they left behind was a pile of old bent nails. The next homesteaders who plunked along and settled in the area found these artifacts, and dutifully named the town Rusty Nail in 1879.
These days, in 1953, Rusty Nail's countryside was inhabited by weatherworn farmers, with a few store owners and regular folks mixed in. In the middle of the town square stood a sign, dulled by years of exposure to fierce summer thunderstorms and howling winter blizzards. It proclaimed:
WELCOME TO RUSTY NAIL!
FORMERLY THE AMERICAN COOT CAPITAL OF THE WORLD!
The American coot was a bird that looked sort of like a duck. Like the pioneers, one year they'd decided to just up and leave. Rumor had it that they found Iowa more to their liking, and as a result, Rusty Nail was left with only the fond memory of the Era of the Coot.
The sleepy town had only one of everything: one grocery store, one church, one lawyer, one doctor, one bar, even one old drunk who shambled aimlessly around the town square. There was even only one stoplight, which hung desolately on a thick wire over the intersection of Main Street and Church Street. Sometimes the light worked, and sometimes it didn't. But in any case, most of the townspeople drove their rusted Ford pickup trucks so slowly that it didn't matter one way or another.
Time dragged in Rusty Nail and nothing ever seemed to happen. Even the flies in the air seemed to stand still, as though suspended inside honey-colored amber. The slow passing of time showed itself by the rising and falling of the sun, the changing of the seasons, and children growing up and then growing old and replacing themselves with a new generation of children to grow up and grow old in Rusty Nail.
But most of the time, this didn't bother Franny and Sandy. To them, Rusty Nail was the center of the universe. They had been lifelong best friends, for ten whole years. Sandy was the undisputed ringleader, even though she was several months younger than Franny.
On this day, the last of summer vacation, Franny and Sandy were playing their favorite game: \"Invasion of the Commies,\" as Russians were popularly known in those days. Inspired by a war movie the girls had seen at the rather shoddy Hauser's Movie Palace at the end of Main Street, the game involved throwing water balloons at people on the street below, pretending that they were looting-and-pillaging Russian soldiers. Franny and Sandy, of course, pretended to be American soldiers defending their hometown.
Only the day before, Sandy had received an extra-large mail shipment of water balloons from the Finkelstein Prank & Curiosity Company of Cedar Rapids, Iowa. This meant that the game could last until well after sunset--provided, of course, that they didn't get caught.
Sandy stood on a rickety metal stool, poked her head over the top of the false front, and surveyed the street below. A few farmers in dirty denim overalls lumped up the sidewalk and disappeared into the Arflot Saddle and Harness Store. The shredded, dirty screen door to Elmer's Bar slapped open, and Old Bill Codger shuffled out, scratching his rear end and blinking dimly in the late-afternoon sun.
Suddenly something caught Sandy's attention.
\"Oh, goody,\" she said excitedly. \"Stella's on her way up the sidewalk! Quick, pass me that balloon--I mean, that grenade.\"
She shoved a handful of cinnamon Red Hots into her mouth as Franny scrambled over with a water bomb. Stella Brunsvold owned the old-fashioned popcorn stand in front of Hauser's. A mean old gossip, she spent her time spitting out corn kernels at children and chasing them away from the theater.
\"Here's the grenade, Lieutenant!\" shouted Franny. \"Let 'er rip!\"
\"Take that, Comrade!\" Sandy yelled with glee as she tossed the balloon over the edge of the building. Comrade, according to the movies, was what Russians called each other. A few seconds later, the girls heard a satisfying splat! followed by a loud squawk.
\"Quick--look and see if you hit her,\" said Franny urgently.
\"Dang,\" Sandy said, peeking over the false front. \"I missed Comrade Stella--but I did get the Snurrs.\" An ancient pair of spinsters who ran the five-and-dime store, the Snurr sisters still wore long black pioneer dresses that covered their wrists and ankles.
\"They don't count,\" Franny scoffed. \"They walk so slowly that a blind man could hit them.\"
\"Fine, if you're such a good shot, then you hit Comrade Stella,\" said Sandy, tossing Franny a balloon. \"Hey, Franny.\"
\"What?\"
\"This is a lot more fun than practicin' the piano all day, huh?\"
Franny paused. \"Sure,\" she said, since that was clearly what Sandy wanted to hear.
 

","flapcopy":"Franny Hansen is a 10-year-old piano prodigy living in Rusty Nail, Minnesota. Once the Coot Capitol of the world, in 1953 it's just a run-of-the-mill town with one traffic light and a bizarre cast of characters. She's long exhausted the talents of the town's only piano teacher and seems destined to perform at church events and school assemblies, until a mysterious Russian woman arrives in Rusty Nail. Franny's neighbors are convinced the "Commie" is a threat to their American way of life, but Franny's not so sure. Could this stranger be her ticket out of Rusty Nail?

Lesley M. M. Blume returns with the poignant and laugh-out-loud funny story of one girl's attempt to pursue the American dream in small town America.","formatcode":"EL","formatname":"eBook","imprint":"Knopf Books for Young Readers","isbn":"9780307490216","isbn10":"0307490211","isbn10hyphenated":"0-307-49021-1","isbn13hyphenated":"978-0-307-49021-6","jacketquotes":"★ “A story that is as rich as it is delicious.”—Booklist, Starred

“Blume has skillfully combined humor, history, and music to create an enjoyable novel that builds to a surprising crescendo.”—School Library Journal
","keyword":"The Rising Star of Rusty Nail : : Lesley M. M. Blume : Knopf Books for Young Readers : Juvenile Fiction - Performing Arts - Music : Juvenile Fiction - Lifestyles - Country Life : Juvenile Fiction - Family - General (See Also Headings Under Social Themes) : 0307490211 : 0-307-49021-1 : 9780307490216 : 978-0-307-49021-6 : Franny Hansen is a 10-year-old piano prodigy living in Rusty Nail, Minnesota. Once the Coot Capitol of the world, in 1953 it's just a run-of-the-mill town with one traffic light and a bizarre cast of characters. She's long exhausted the talents of the town's only piano teacher and seems destined to perform at church events and school assemblies, until a mysterious Russian woman arrives in Rusty Nail. Franny's neighbors are convinced the "Commie" is a threat to their American way of life, but Franny's not so sure. Could this stranger be her ticket out of Rusty Nail?

Lesley M. M. Blume returns with the poignant and laugh-out-loud funny story of one girl's attempt to pursue the American dream in small town America.","onsaledate":"02/04/2009","pages":"288","pricecanada":"8.99","priceusa":"4.99","relatedisbns":{"isbn":[{"@formatcode":"EL","$":"9780307490216"},{"@formatcode":"DG","$":"9780440421115"}]},"salestatus":"EL","subformat":"001","subjectcategory1":"JUV031040","subjectcategory2":"JUV024000","subjectcategory3":"JUV013000","subjectcategorydescription1":"Juvenile Fiction - Performing Arts - Music","subjectcategorydescription2":"Juvenile Fiction - Lifestyles - Country Life","subjectcategorydescription3":"Juvenile Fiction - Family - General (See Also Headings Under Social Themes)","tgpdf":"false","themes":null,"titleauthisbn":"The Rising Star of Rusty Nail : Lesley M. M. Blume : 0307490211 : 0-307-49021-1 : 9780307490216 : 978-0-307-49021-6","titleshort":"RISING STAR OF RUSTY (EBK)","titlesubtitleauthisbn":"The Rising Star of Rusty Nail : : Lesley M. M. Blume : 0307490211 : 0-307-49021-1 : 9780307490216 : 978-0-307-49021-6","titleweb":"The Rising Star of Rusty Nail","updatedOn":"2021-03-02T02:28:34.000","webdomains":{"webdomain":[{"@sell":"true","@domain":"BC.CA"},{"@sell":"true","@domain":"CA"},{"@sell":"true","@domain":"CAN"},{"@sell":"true","@domain":"PRH.CA"},{"@sell":"true","@domain":"PRH.CA_"},{"@sell":"true","@domain":"PRH.NA"},{"@sell":"true","@domain":"PRH.US"},{"@sell":"true","@domain":"PRH.US_"},{"@sell":"true","@domain":"SALESPL"},{"@sell":"true","@domain":"USA"},{"@sell":"true","@domain":"USA3PD"}]},"links":null,"workid":"15163"},{"@uri":"https://reststop.randomhouse.com/resources/titles/9780307758224","author":"RUSTEN, E. MICHAEL","authors":{"authorId":{"@contributortype":"A","$":"35835"}},"authorbio":"E. Michael Rusten is program director on the staff of The Bethlehem Institute at Bethlehem Baptist Church, Minneapolis, Minnesota. He has a masters in theology from Trinity Evangelical Divinity School and wrote his Ph.D. dissertation on the book of Revelation.","authorweb":"E. Michael Rusten","awards":null,"characters":null,"contributorfirst1":"E. Michael","contributorlast1":"Rusten","division":"Christian/Forum","flapcopy":"Life-Changing Questions

What does Scripture say about the end of the world? We hear so many opinions, fears, and ideas about this subject that it can be difficult to discern what the Bible says. But God has chosen to reveal to us his plan for the future not to divide or confuse us, but so that we might live more purposefully today.

In this guide, Bible teacher Michael Rusten looks at the major biblical themes and passages related to the end times, leading you to fresh insights on Jesus’ second coming, the antichrist, the millennium, the final judgment, and more. This studyguide offers a balanced, biblical view of the end times and gives insight into the importance of these truths in our lives.","formatcode":"EL","formatname":"eBook","imprint":"WaterBrook","isbn":"9780307758224","isbn10":"0307758222","isbn10hyphenated":"0-307-75822-2","isbn13hyphenated":"978-0-307-75822-4","keyword":"The End Times : Discovering What the Bible Says : E. Michael Rusten : WaterBrook : Religion - Biblical Studies - Bible Study Guides : Religion - Christian Theology - Eschatology : Religion - Christian Living - General : 0307758222 : 0-307-75822-2 : 9780307758224 : 978-0-307-75822-4 : Life-Changing Questions

What does Scripture say about the end of the world? We hear so many opinions, fears, and ideas about this subject that it can be difficult to discern what the Bible says. But God has chosen to reveal to us his plan for the future not to divide or confuse us, but so that we might live more purposefully today.

In this guide, Bible teacher Michael Rusten looks at the major biblical themes and passages related to the end times, leading you to fresh insights on Jesus’ second coming, the antichrist, the millennium, the final judgment, and more. This studyguide offers a balanced, biblical view of the end times and gives insight into the importance of these truths in our lives.","onsaledate":"12/08/2010","pages":"96","pricecanada":"9.99","priceusa":"6.99","relatedisbns":{"isbn":[{"@formatcode":"EL","$":"9780307758224"},{"@formatcode":"TR","$":"9780877882343"}]},"salestatus":"EL","subformat":"001","subjectcategory1":"REL006700","subjectcategory2":"REL067060","subjectcategory3":"REL012000","subjectcategorydescription1":"Religion - Biblical Studies - Bible Study Guides","subjectcategorydescription2":"Religion - Christian Theology - Eschatology","subjectcategorydescription3":"Religion - Christian Living - General","subtitle":"Discovering What the Bible Says","tgpdf":"false","themes":null,"titleauthisbn":"The End Times : E. Michael Rusten : 0307758222 : 0-307-75822-2 : 9780307758224 : 978-0-307-75822-4","titleshort":"END TIMES, THE (EBK)","titlesubtitleauthisbn":"The End Times : Discovering What the Bible Says : E. Michael Rusten : 0307758222 : 0-307-75822-2 : 9780307758224 : 978-0-307-75822-4","titleweb":"The End Times","updatedOn":"2021-03-02T02:28:40.000","webdomains":{"webdomain":[{"@sell":"true","@domain":"BC.CA"},{"@sell":"true","@domain":"CA"},{"@sell":"true","@domain":"CAN"},{"@sell":"true","@domain":"PRH.CA"},{"@sell":"true","@domain":"PRH.CA_"},{"@sell":"true","@domain":"PRH.NA"},{"@sell":"true","@domain":"PRH.US"},{"@sell":"true","@domain":"PRH.US_"},{"@sell":"true","@domain":"SALESPL"},{"@sell":"true","@domain":"USA"},{"@sell":"true","@domain":"USA3PD"}]},"links":null,"workid":"159174"},{"@uri":"https://reststop.randomhouse.com/resources/titles/9780307969408","author":"L'AMOUR, LOUIS","authors":{"authorId":[{"@contributortype":"A","$":"16445"},{"@contributortype":"4","$":"94488"}]},"authorbio":"Our foremost storyteller of the American West, Louis L’Amour has thrilled a nation by chronicling the adventures of the brave men and woman who settled the frontier. There are more than three hundred million copies of his books in print around the world.","authorweb":"Louis L'Amour","awards":null,"characters":null,"contributorfirst1":"Louis","contributorfirst2":"Robert","contributorlast1":"L'Amour","contributorlast2":"Petkoff","division":"Audio","excerpt":"Chapter 1
 
SIX-GUN SALVAGE
 
Hopalong Cassidy watched the old banker count the money with careful fingers. Fifteen thousand dollars was an amount to be handled with reverence and respect. As he watched the mounting stack of bills, Hopalong saw them less as the long green bills they were than as the cattle they represented—the cattle and the work. Into that stack of bills was going money that had grown from days of cold wind and rain, nights of thunder and lightning, of restless herds poised for stampede, of rivers and washes running brim full with roaring flood waters, of dust, blistering sun, and the roar of rustlers’ guns.
 
Into that pile so flat and green went more than money. Into that pile went months of brutal labor, the brindle steer that had killed a horse under him down in Lonetree Canyon, and the old mossyhorn who had fouled Lanky’s rope on a juniper, putting him three weeks in bed with a broken leg. And into that pile went the kid from Toyah, who had ridden up to join them so full of vitality and exuberance, only to have his horse step into a prairie-dog hole while running ahead of a stampede. They had buried what was left of the kid and sent his hat and gun to a brother in El Paso.
 
“There she is, Hoppy,” the banker said at last. “Buck will be mighty glad to get shut of that debt, I know. He’s a man who takes bein’ in debt harder’n any man I can think of, an’ he’s sure scrimped an’ cut corners to have that much in three years!”
 
“Yeah,” Cassidy agreed, “Buck’s right conscientious about most things. He don’t like to get into debt in the first place, but you know how it was with Dick Jordan. When he fell heir to that ranch out West he sold his cattle an’ remuda to Buck, knowin’ if there was one man around he could trust to pay ever’ last red cent it was Buck.
 
“Came at a good time too. Buck had been talkin’ about more cattle, an’ with the additional range he could use, it would be a positive shame not to have ’em. Otherwise, he never would have gone into debt.”
 
“You takin’ this money West yourself?” The banker’s shrewd old eyes studied the silver head. “I know Buck can’t afford to be away right now.”
 
“Yeah, I’m takin’ it West, an’ glad of the chance. Old Dick was a friend of mine, too, an’ I’ve heard a sight about that ranch o’ his. Rightly, it belonged to his wife. It was part of an old Spanish grant, you know.”
 
“Uh-huh. Helped draw up some o’ the papers. Got a daughter now, I hear.”
 
“Had her a long time. Shucks, she was fourteen or fifteen before they left here.”
 
“Say”—the banker turned around in his chair—“who’s goin’ out there with you?”
 
I’m goin’ alone. Mesquite’s off somewheres, as usual, an’ Buck can’t spare two men. Anyway, it ain’t a two-man job.”
 
“Maybe. Things out thataway are pretty lively. Had a letter from a friend of mine out to McClellan. Had his bank held up about three weeks ago, killed his cashier, wounded a deputy sheriff, then lost the durned posse.”
 
“Lost ’em?”
 
“Uh-huh, just plain lost ’em.”
 
Hopalong slid off the desk and gathered up the money. “Well, Buck will be waitin’ for me, so I’d better get into the leather an’ ride to the ranch. But don’t you worry about this money. I’ll see it gets to Dick, as promised.”
 
Tucking the packages of bills into his black shirt and drawing his belt tighter, he hitched his guns into an easier position on his dark-trousered hips and started for the door.
 
The banker arose from his chair and walked to the window where he could watch Cassidy cross the street. The same trim bowed legs, the broad, sloping shoulders, the lean waist and choppy walk of the horseman. His silver guns were worn by much handling, and his boots were cracked and dusty. Suddenly the banker found himself wishing he was younger and starting West with Hopalong on that ride.
 
As he started to turn from the window a movement caught his eye, and he hesitated. A man had stepped out from beside the bank and started slowly across the street in Hopalong’s wake. If that man had been standing alongside the bank, he might have seen Hopalong take the money, for there was an office window near the desk. The banker frowned. His wife would be waiting supper, and if he got into the saloon he might not get out for hours.… Anyway, Hopalong could take care of himself. He always had.
 
Trouble followed Hopalong Cassidy like wolves follow a snow-driven herd, but few men were more fitted to cope with it than the silver-haired gunfighter. He should have told Hoppy to ook up Monaghan, at the bank in McClellan. Well, he could write to him. Maybe Hoppy would have business over that way.
 
Dusk was softening the line of the buildings when Hopalong crossed the street to the saloon. A poker game was in session when he pushed through the batwing doors, but the players carefully avoided his eyes. They knew each other, and knew the game was fairly even all around. But Hopalong was a specialist at draw. His brand of poker was apt to be expensive for them, and they wanted none of that.
 
Three men lounged at the bar, all strangers. One of them, Hoppy remembered, had passed him on the step. His casual glance read their brands with a quick, easy eye, and he grinned to himself. Drifting punchers, maybe a shade on the owl-hoot side.
 
Trail dust lay thick on their clothes, but their guns had been wiped clean, and the cartridges in their belts shone brightly. One man—who had passed him on the walk before the saloon—was a slender young fellow with straight, clean-cut features and a deep line at one corner of his mouth. When he glanced toward Cassidy, Hopalong saw that one eye was half closed by a lowered lid. At first the man seemed to be winking, and then Hoppy realized the affliction was permanent.
 
The other two also had the look of hard cases. The tall man was round-shouldered and his face carried deep-set lines of cruelty and harshness. The third stranger was scarcely more than a boy, but one already far gone down the hard trails by the look of him.
 
Drifters were not uncommon, and the range life was not one calculated to make men soft. Such men as these came in and drifted on each morning and night, for Twin Rivers was on a trail much traveled in these months.
 
“Pullin’ out tomorrow, Hoppy?” The bartender leaned his arms on the bar. “Johnny was sayin’ you were headed West to visit Dick Jordan.”
 
At the name all three strangers turned sharply to stare at Hopalong. Their expressions excited his interest and also their apparent familiarity with the name of Dick Jordan. Only a familiar name could have turned them so sharply. They looked away, and the man with the squint eye spoke to the others in a low, careful voice, as though explaining something.
 
“Yeah,” said Cassidy, “we bought his herd three years ago. Buck wants me to ride out there, and that country always did appeal to me. It will be good to get shut of this dust and fill my lungs with that good mountain air again.”
 
“Dick bought hisself a good ranch, I hear.”
 
“He didn’t buy it. His wife was Spanish an’ the ranch was part of an old land grant belonging to her family. She inherited it, so they just moved out there. They took their daughter with them. She was maybe fifteen years old. Nice kid, but all knees and freckles.”
 
One of the strangers snickered, and Cassidy glanced at them appraisingly. Two of them avoided his eyes, but the one with the bad eyelid met his glance boldly. “Heerd what y’ said about ridin’ to see Dick Jordan,” he commented dryly, “an’ if I was you, I’d forget it. That there’s a tough country for drifters. They don’t cotton to ’em, not none a-tall!”
 
“That right?” Hopalong said carelessly. “Well, maybe I can help them get used to it.”
 
The tall man answered him, and his eyes were hard as he looked at Cassidy. “You go out there huntin’ him,” he said insolently, “an’ you’re sure likely to find him! You’re liable to go right where he is!” As he finished speaking he put down his glass and all three walked out of the saloon. On the walk outside one of them spoke, and then all laughed.
 
Cassidy glanced at the bartender. “Know those fellers?”
 
“Been around all afternoon,” the bartender explained, “an’ takin’ in a lot of room. The squinty one, he’s gettin’ his horse shod. Then they’re driftin’ on, headin’ West.”
 ","flapcopy":"In this first of four classic frontier novels, Louis L'Amour adds his own special brand to the life and adventures of one of America's favorite fictional cowboys, Hopalong Cassidy.

In The Rustlers of West Fork, the quick-thinking, fast-shooting cowpuncher heads west to deliver a fortune in bank notes to his old friend, Dick Jordan. When he arrives at the Circle J, he discovers that the rancher and his daughter, Pam, are being held prisoner by a desperate band of outlaws led by the ruthless Avery Sparr and his partner Arnold Soper. Even if Hopalong Cassidy can free Jordan and Pam, he will have to lead them across rough and untamed Apache country, stalked by the outlaws who have vowed to gun him down. But Hopalong is no stranger to trouble, and before his guns or his temper cool, he's determines to round up Sparr and his gang and bring the outlaws to justice ... dead or alive! This classic tale of pursuit and survival is vintage L'Amour and adds new life and luster to the legend of Hopalong Cassidy.","formatcode":"CD","formatname":"Unabridged Compact Disc","imprint":"Random House Audio","isbn":"9780307969408","isbn10":"0307969401","isbn10hyphenated":"0-307-96940-1","isbn13hyphenated":"978-0-307-96940-8","keyword":"The Rustlers of West Fork : A Novel : Louis LAmour : Random House Audio : Fiction - Westerns : Fiction - Action & Adventure : Fiction - Historical - General : 0307969401 : 0-307-96940-1 : 9780307969408 : 978-0-307-96940-8 : In this first of four classic frontier novels, Louis L'Amour adds his own special brand to the life and adventures of one of America's favorite fictional cowboys, Hopalong Cassidy.

In The Rustlers of West Fork, the quick-thinking, fast-shooting cowpuncher heads west to deliver a fortune in bank notes to his old friend, Dick Jordan. When he arrives at the Circle J, he discovers that the rancher and his daughter, Pam, are being held prisoner by a desperate band of outlaws led by the ruthless Avery Sparr and his partner Arnold Soper. Even if Hopalong Cassidy can free Jordan and Pam, he will have to lead them across rough and untamed Apache country, stalked by the outlaws who have vowed to gun him down. But Hopalong is no stranger to trouble, and before his guns or his temper cool, he's determines to round up Sparr and his gang and bring the outlaws to justice ... dead or alive! This classic tale of pursuit and survival is vintage L'Amour and adds new life and luster to the legend of Hopalong Cassidy.","onsaledate":"02/07/2012","pages":"0","pricecanada":"35.00","priceusa":"30.00","relatedisbns":{"isbn":[{"@formatcode":"DN","$":"9780307969415"},{"@formatcode":"MM","$":"9780553295399"},{"@formatcode":"EL","$":"9780553899696"},{"@formatcode":"CD","$":"9780307969408"}]},"salestatus":"IP","subjectcategory1":"FIC033000","subjectcategory2":"FIC002000","subjectcategory3":"FIC014000","subjectcategorydescription1":"Fiction - Westerns","subjectcategorydescription2":"Fiction - Action & Adventure","subjectcategorydescription3":"Fiction - Historical - General","subtitle":"A Novel","tgpdf":"false","themes":null,"titleauthisbn":"The Rustlers of West Fork : Louis LAmour : 0307969401 : 0-307-96940-1 : 9780307969408 : 978-0-307-96940-8","titleshort":"RUSTLERS OF WEST FORK(UAB)(CD)","titlesubtitleauthisbn":"The Rustlers of West Fork : A Novel : Louis LAmour : 0307969401 : 0-307-96940-1 : 9780307969408 : 978-0-307-96940-8","titleweb":"The Rustlers of West Fork","updatedOn":"2020-11-06T06:23:59.000","webdomains":{"webdomain":[{"@sell":"true","@domain":"AUDIO"},{"@sell":"true","@domain":"BC.CA"},{"@sell":"true","@domain":"BOT"},{"@sell":"true","@domain":"CA"},{"@sell":"true","@domain":"CAN"},{"@sell":"true","@domain":"COMPCOP"},{"@sell":"true","@domain":"PRH.CA"},{"@sell":"true","@domain":"PRH.CA_"},{"@sell":"true","@domain":"PRH.NA"},{"@sell":"true","@domain":"PRH.US"},{"@sell":"true","@domain":"PRH.US_"},{"@sell":"true","@domain":"SALESIN"},{"@sell":"true","@domain":"SALESPL"},{"@sell":"true","@domain":"USA"},{"@sell":"true","@domain":"USA3PD"}]},"links":null,"workid":"96788"}]} \ No newline at end of file diff --git a/bench/penn/historic-20181028.json b/bench/penn/historic-20181028.json new file mode 100644 index 0000000..3782c17 --- /dev/null +++ b/bench/penn/historic-20181028.json @@ -0,0 +1,44859 @@ +[ +{ + "emuIRN": "406752", + "description": "One of a set of 30 draughtsmen (light / dark colored wood) associated with Board 19125", + "technique": ["Embossed"], + "provenience": ["Europe"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406752", + "curatorial_section": "Historic", + "object_number": "19124.14" +}, +{ + "emuIRN": "406753", + "description": "One of a set of 30 draughtsmen (light / dark colored wood) associated with Board 19125", + "technique": ["Embossed"], + "provenience": ["Europe"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406753", + "curatorial_section": "Historic", + "object_number": "19124.15" +}, +{ + "emuIRN": "406754", + "description": "One of a set of 30 draughtsmen (light / dark colored wood) associated with Board 19125", + "technique": ["Embossed"], + "provenience": ["Europe"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406754", + "curatorial_section": "Historic", + "object_number": "19124.16" +}, +{ + "emuIRN": "406755", + "description": "One of a set of 30 draughtsmen (light / dark colored wood) associated with Board 19125", + "technique": ["Embossed"], + "provenience": ["Europe"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406755", + "curatorial_section": "Historic", + "object_number": "19124.17" +}, +{ + "emuIRN": "406756", + "description": "One of a set of 30 draughtsmen (light / dark colored wood) associated with Board 19125", + "technique": ["Embossed"], + "provenience": ["Europe"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406756", + "curatorial_section": "Historic", + "object_number": "19124.18" +}, +{ + "emuIRN": "406757", + "description": "One of a set of 30 draughtsmen (light / dark colored wood) associated with Board 19125", + "technique": ["Embossed"], + "provenience": ["Europe"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406757", + "curatorial_section": "Historic", + "object_number": "19124.19" +}, +{ + "emuIRN": "406758", + "description": "One of a set of 30 draughtsmen (light / dark colored wood) associated with Board 19125", + "technique": ["Embossed"], + "provenience": ["Europe"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406758", + "curatorial_section": "Historic", + "object_number": "19124.20" +}, +{ + "emuIRN": "406759", + "description": "One of a set of 30 draughtsmen (light / dark colored wood) associated with Board 19125", + "technique": ["Embossed"], + "provenience": ["Europe"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406759", + "curatorial_section": "Historic", + "object_number": "19124.21" +}, +{ + "emuIRN": "406760", + "description": "One of a set of 30 draughtsmen (light / dark colored wood) associated with Board 19125", + "technique": ["Embossed"], + "provenience": ["Europe"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406760", + "curatorial_section": "Historic", + "object_number": "19124.22" +}, +{ + "emuIRN": "406761", + "description": "One of a set of 30 draughtsmen (light / dark colored wood) associated with Board 19125", + "technique": ["Embossed"], + "provenience": ["Europe"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406761", + "curatorial_section": "Historic", + "object_number": "19124.23" +}, +{ + "emuIRN": "406762", + "description": "One of a set of 30 draughtsmen (light / dark colored wood) associated with Board 19125", + "technique": ["Embossed"], + "provenience": ["Europe"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406762", + "curatorial_section": "Historic", + "object_number": "19124.24" +}, +{ + "emuIRN": "406763", + "description": "One of a set of 30 draughtsmen (light / dark colored wood) associated with Board 19125", + "technique": ["Embossed"], + "provenience": ["Europe"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406763", + "curatorial_section": "Historic", + "object_number": "19124.25" +}, +{ + "emuIRN": "406764", + "description": "One of a set of 30 draughtsmen (light / dark colored wood) associated with Board 19125", + "technique": ["Embossed"], + "provenience": ["Europe"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406764", + "curatorial_section": "Historic", + "object_number": "19124.26" +}, +{ + "emuIRN": "330556", + "description": "Spinning top with string. brown and gold. Nail with round slide of gold tube; string winds around nail", + "provenience": ["Europe (uncertain)"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Spinning Top"], + "url": "http://www.penn.museum/collections/object/330556", + "curatorial_section": "Historic", + "object_number": "29-191-128" +}, +{ + "emuIRN": "321909", + "description": "Spinning top. Dark, heavy wood with grooves and 2 holes. No real point for spinning.", + "provenience": ["Europe (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Spinning Top"], + "url": "http://www.penn.museum/collections/object/321909", + "curatorial_section": "Historic", + "object_number": "29-191-129" +}, +{ + "emuIRN": "127367", + "description": "1936 CARD: Part of a large wood rattle (?) of the same type as 21310:
2008 CARD: Humming top - similar to humming top 21313 (misnumbered 21310);", + "provenience": ["Europe (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Humming Top"], + "url": "http://www.penn.museum/collections/object/127367", + "curatorial_section": "Historic", + "object_number": "29-191-227" +}, +{ + "emuIRN": "203363", + "description": "Natural, perhaps varnished, and red painted wood. Metal tip. Bright gold metal flower nailed to top.", + "technique": ["Painted"], + "provenience": ["Europe (uncertain)"], + "material": [ + "Paint", + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Spinning Top"], + "url": "http://www.penn.museum/collections/object/203363", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15792" +}, +{ + "emuIRN": "185526", + "description": "Red and gold sphere with small metall loop on 1 end", + "provenience": ["New York City"], + "culture": ["American"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of H. C. Thomson, 1894"], + "object_name": ["Whistling Top"], + "url": "http://www.penn.museum/collections/object/185526", + "curatorial_section": "Historic", + "object_number": "17817" +}, +{ + "emuIRN": "59206", + "description": "Wood ball with metal spike. Cord for spinning", + "provenience": [ + "Italy", + "Sicily" + ], + "culture": ["Italian"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Peg Top", + "Cord" + ], + "url": "http://www.penn.museum/collections/object/59206", + "other_numbers": ["232"], + "curatorial_section": "Historic", + "object_number": "19214" +}, +{ + "emuIRN": "186142", + "description": "Turned wood, bell-shaped with metal spike.", + "provenience": [ + "Italy", + "Sicily" + ], + "culture": ["Italian"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/186142", + "other_numbers": ["232"], + "curatorial_section": "Historic", + "object_number": "19216" +}, +{ + "emuIRN": "234646", + "description": "Toy rolling disc - wooden.", + "provenience": ["Italy"], + "culture": ["Italian"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Henry H. Giglioli, 1896"], + "object_name": [ + "Spinning Toy (uncertain)", + "Rolling Disc" + ], + "url": "http://www.penn.museum/collections/object/234646", + "curatorial_section": "Historic", + "object_number": "19217" +}, +{ + "emuIRN": "134935", + "description": "Stick with wire stiicking from one end at an angle (80 degree?) with pink paper pinwheel / flower at the end", + "provenience": [ + "Pennsylvania", + "Philadelphia" + ], + "culture": ["American"], + "material": [ + "Wood", + "Metal", + "Paper" + ], + "accession_credit_line": ["Deposited by R. Stewart Culin, 1897"], + "object_name": ["Pinwheel"], + "url": "http://www.penn.museum/collections/object/134935", + "curatorial_section": "Historic", + "object_number": "20037" +}, +{ + "emuIRN": "340545", + "description": "Turned wood ball with metal peg. Smaller version of 19214.", + "provenience": [ + "Italy", + "Sicily" + ], + "culture": ["Italian"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/340545", + "curatorial_section": "Historic", + "object_number": "19215A" +}, +{ + "emuIRN": "273066", + "description": "Turned wood: 8-sided body; successive faces stamped: Take all, Put all, Draw 1, Put 1, Draw 2, Put 3, Draw 3, Put 2", + "provenience": ["Mexico (Central America)"], + "culture": ["Mexican"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Top Die", + "Teetotum" + ], + "url": "http://www.penn.museum/collections/object/273066", + "curatorial_section": "Historic", + "object_number": "71-18-6" +}, +{ + "emuIRN": "146612", + "description": "Spinner in form of a button. Bottom is tinned; topside is brass washer. Marked \"Japan\"", + "provenience": ["Japan"], + "material": [ + "Brass", + "Tin" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/146612", + "curatorial_section": "Historic", + "object_number": "71-18-11" +}, +{ + "emuIRN": "264736", + "description": "Metal shell. 2 pairs of opposed holes in shell. Metal shell spring holder", + "provenience": ["Japan"], + "material": ["Metal"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spring-Top"], + "url": "http://www.penn.museum/collections/object/264736", + "curatorial_section": "Historic", + "object_number": "71-18-41" +}, +{ + "emuIRN": "128464", + "description": "Supported top / Recuperative Yo-yo. Spherical metal shell with 2 opposed holes. Imprinted: Bibi Nr 855 2 DGM", + "provenience": ["West Germany"], + "culture": ["German"], + "material": ["Metal"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Supported Top", + "Yo-Yo" + ], + "url": "http://www.penn.museum/collections/object/128464", + "curatorial_section": "Historic", + "object_number": "71-18-45" +}, +{ + "emuIRN": "102950", + "description": "Metal body and spring holder. Instead of a peg, there is a coiled spring which caused the top to dance when spinning", + "provenience": ["Japan"], + "material": ["Metal"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Spring-Top", + "Spinner" + ], + "url": "http://www.penn.museum/collections/object/102950", + "curatorial_section": "Historic", + "object_number": "71-18-50" +}, +{ + "emuIRN": "215073", + "description": "Plastic wheel and ring (broken) Red plastic bracket; small plastic ring and light cord", + "provenience": ["Hong Kong"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Supported Top", + "Gyroscope" + ], + "url": "http://www.penn.museum/collections/object/215073", + "curatorial_section": "Historic", + "object_number": "71-18-53" +}, +{ + "emuIRN": "281519", + "description": "Multi-colored plastic in shape of spoked wheel. Imprint \"Made in Hong Kong\"", + "provenience": [ + "China", + "Hong Kong" + ], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/281519", + "curatorial_section": "Historic", + "object_number": "71-18-10A" +}, +{ + "emuIRN": "132216", + "description": "Multi-colored plastic in shape of spoked wheel. Imprint \"Made in Hong Kong\"", + "provenience": [ + "China", + "Hong Kong" + ], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/132216", + "curatorial_section": "Historic", + "object_number": "71-18-10B" +}, +{ + "emuIRN": "222994", + "description": "Turned wooden spinnters. A-D have stems.", + "provenience": ["Japan"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/222994", + "curatorial_section": "Historic", + "object_number": "71-18-17A" +}, +{ + "emuIRN": "293378", + "description": "Turned wooden spinnters. A-D have stems", + "provenience": ["Japan"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/293378", + "curatorial_section": "Historic", + "object_number": "71-18-17B" +}, +{ + "emuIRN": "244262", + "description": "Turned wooden spinnters. A-D have stems", + "provenience": ["Japan"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/244262", + "curatorial_section": "Historic", + "object_number": "71-18-17C" +}, +{ + "emuIRN": "97422", + "description": "Turned wooden spinnters. A-D have stems", + "provenience": ["Japan"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/97422", + "curatorial_section": "Historic", + "object_number": "71-18-17D" +}, +{ + "emuIRN": "283240", + "description": "Turned wooden spinners. E has steel pin about 2 mm diam for stem and point", + "provenience": ["Japan"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/283240", + "curatorial_section": "Historic", + "object_number": "71-18-17E" +}, +{ + "emuIRN": "199531", + "description": "Turned wood; painted. Shape and design to simulate berry or fruit", + "technique": ["Painted"], + "provenience": ["Japan"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/199531", + "curatorial_section": "Historic", + "object_number": "71-18-20A" +}, +{ + "emuIRN": "315942", + "description": "Turned wood; painted. Shape and design to simulate berry or fruit", + "technique": ["Painted"], + "provenience": ["Japan"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/315942", + "curatorial_section": "Historic", + "object_number": "71-18-20B" +}, +{ + "emuIRN": "154811", + "description": "Turned wood; painted. Shape and design to simulate berry or fruit", + "technique": ["Painted"], + "provenience": ["Japan"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/154811", + "curatorial_section": "Historic", + "object_number": "71-18-20C" +}, +{ + "emuIRN": "119329", + "description": "Turned wood; painted. Shape and design to simulate berry or fruit", + "technique": ["Painted"], + "provenience": ["Japan"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/119329", + "curatorial_section": "Historic", + "object_number": "71-18-20D" +}, +{ + "emuIRN": "138169", + "description": "Turned wood; painted. Shape and design to simulate berry or fruit", + "technique": ["Painted"], + "provenience": ["Japan"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/138169", + "curatorial_section": "Historic", + "object_number": "71-18-20E" +}, +{ + "emuIRN": "168699", + "description": "Turned wood; painted. Shape and design to simulate berry or fruit", + "technique": ["Painted"], + "provenience": ["Japan"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/168699", + "curatorial_section": "Historic", + "object_number": "71-18-20F" +}, +{ + "emuIRN": "165852", + "description": "Turned wood; painted. Shape and design to simulate berry or fruit", + "technique": ["Painted"], + "provenience": ["Japan"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/165852", + "curatorial_section": "Historic", + "object_number": "71-18-20G" +}, +{ + "emuIRN": "307682", + "description": "Turned wood; painted. Shape and design to simulate berry or fruit", + "technique": ["Painted"], + "provenience": ["Japan"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/307682", + "curatorial_section": "Historic", + "object_number": "71-18-20H" +}, +{ + "emuIRN": "336448", + "description": "Modern, turned, wooden, painted, pear-shaped peg top much like 71-18-31. Steel peg with flair like 71-18-31.", + "provenience": ["Japan"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/336448", + "curatorial_section": "Historic", + "object_number": "71-18-32A" +}, +{ + "emuIRN": "181753", + "description": "Modern, turned, wooden, painted, pear-shaped peg top much like 71-18-31. Steel peg with flair like 71-18-31.", + "provenience": ["Japan"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/181753", + "curatorial_section": "Historic", + "object_number": "71-18-32B" +}, +{ + "emuIRN": "277851", + "description": "Modern, turned, wooden, painted, pear-shaped peg top much like 71-18-31. Steel peg with flair like 71-18-31.", + "provenience": ["Japan"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/277851", + "curatorial_section": "Historic", + "object_number": "71-18-32C" +}, +{ + "emuIRN": "44213", + "description": "Modern, turned, wooden, painted, pear-shaped peg top much like 71-18-31. Steel peg with flair like 71-18-31.", + "provenience": ["Japan"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/44213", + "curatorial_section": "Historic", + "object_number": "71-18-32D" +}, +{ + "emuIRN": "343371", + "description": "Modern, turned, wooden, painted, pear-shaped peg top much like 71-18-31. Steel peg with flair like 71-18-31.", + "provenience": ["Japan"], + "culture": ["Modern"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/343371", + "curatorial_section": "Historic", + "object_number": "71-18-32E" +}, +{ + "emuIRN": "405192", + "description": "Modern, turned, wooden, painted, pear-shaped peg top much like 71-18-31. Steel peg with flair like 71-18-31.", + "technique": ["Painted"], + "provenience": ["Japan"], + "culture": ["Modern"], + "material": [ + "Wood", + "Steel" + ], + "period": ["Modern"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/405192", + "curatorial_section": "Historic", + "object_number": "71-18-32F" +}, +{ + "emuIRN": "174014", + "description": "Plastic spinning toy - bird-shaped in whose body is a roter set in motion by blowing into tube which is in the position of the bird's tail. Original identification as a \"supported top (?)\" questionable.", + "provenience": ["Hong Kong"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Spinning Toy", + "Supported Top", + "Whistle" + ], + "url": "http://www.penn.museum/collections/object/174014", + "curatorial_section": "Historic", + "object_number": "71-18-72" +}, +{ + "emuIRN": "54377", + "description": "One of 3 wood peg-tops, assumed to be from Mexico (only one with legible imprint). button top to body, steel peg that may have been a nail", + "provenience": ["Mexico (Central America)"], + "culture": ["Mexican"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/54377", + "curatorial_section": "Historic", + "object_number": "71-18-71A" +}, +{ + "emuIRN": "336914", + "description": "One of 3 wood peg-tops, assumed to be from Mexico (only one with legible imprint). button top to body, steel peg that may have been a nail", + "provenience": ["Mexico (Central America)"], + "culture": ["Mexican"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/336914", + "curatorial_section": "Historic", + "object_number": "71-18-71B" +}, +{ + "emuIRN": "40527", + "description": "One of 3 wood peg-tops, assumed to be from Mexico (only one with legible imprint). button top to body, steel peg that may have been a nail. C is decorated with white plastic (?) insert on upper surface showing vari-colored reflectors. The upper third of the body has a deep grove in which 3 white plastic inserts as separators. The intent may have been to enhance sound effects", + "provenience": ["Mexico (Central America)"], + "culture": ["Mexican"], + "material": [ + "Wood", + "Steel", + "Plastic" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/40527", + "curatorial_section": "Historic", + "object_number": "71-18-71C" +}, +{ + "emuIRN": "81633", + "description": "Painted sheet metal top. Imprint of dog on one face, flags on reverse. Patent #533107", + "technique": ["Painted"], + "provenience": ["Japan"], + "iconography": [ + "Dog", + "Flag" + ], + "material": ["Steel"], + "accession_credit_line": ["Gift of Marion Greene, 1973"], + "object_name": ["Yo-Yo"], + "url": "http://www.penn.museum/collections/object/81633", + "other_numbers": ["533107"], + "curatorial_section": "Historic", + "object_number": "73-1-9" +}, +{ + "emuIRN": "315995", + "description": "Painted disc with painted concentric faces. Disc are not tapered. Imprinted JAPAN", + "technique": ["Painted"], + "provenience": ["Japan"], + "accession_credit_line": ["Gift of Marion Greene, 1973"], + "object_name": ["Yo-Yo"], + "url": "http://www.penn.museum/collections/object/315995", + "curatorial_section": "Historic", + "object_number": "73-1-11" +}, +{ + "emuIRN": "81890", + "description": "Bi-colored light plastic top / yo-yo", + "provenience": ["Hong Kong"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Marion Greene, 1973"], + "object_name": ["Yo-Yo"], + "url": "http://www.penn.museum/collections/object/81890", + "curatorial_section": "Historic", + "object_number": "73-1-12" +}, +{ + "emuIRN": "158974", + "description": "combination peg-top and yo-yo; Imprinted Twin Twirler. Giant Plastic Corp. NY, New York", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "accession_credit_line": ["Gift of Marion Greene, 1973"], + "object_name": [ + "Peg Top", + "Yo-Yo" + ], + "url": "http://www.penn.museum/collections/object/158974", + "curatorial_section": "Historic", + "object_number": "73-1-21" +}, +{ + "emuIRN": "270492", + "description": "Painted wood peg-top with flared steel peg. B) red, black, blue and marked Japan. (A is yellow)", + "provenience": ["Japan"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Marion Greene, 1973"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/270492", + "curatorial_section": "Historic", + "object_number": "73-1-15B" +}, +{ + "emuIRN": "122561", + "description": "Toy top - buzzer. Red plastic disc about 7.5 cm. diameter with 20 regular perforations near rim to augment sound effect. Nylon String.", + "provenience": ["New York"], + "culture": ["American"], + "material": [ + "Plastic", + "Nylon" + ], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": [ + "Spinning Top", + "Buzzer" + ], + "url": "http://www.penn.museum/collections/object/122561", + "curatorial_section": "Historic", + "object_number": "75-13-1" +}, +{ + "emuIRN": "169135", + "description": "Toy top - supported top. red and yellow pastic; recuperative with metal axis. Body has 2 perforation to give sound effects. Body diameter about 6 cm. Item imprinted \"Astro-top\" made by Jak Pak, Inc. Milwaukee", + "provenience": [ + "Wisconsin", + "Milwaukee" + ], + "culture": ["American"], + "creator": ["Jak Pak Inc."], + "material": [ + "Plastic", + "Metal" + ], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": ["Supported Top"], + "url": "http://www.penn.museum/collections/object/169135", + "curatorial_section": "Historic", + "object_number": "75-13-18" +}, +{ + "emuIRN": "265153", + "description": "Toy top - peg top. Red and white plastic peg top with cord and metal ring. Imprinted MAGNETOP - made by American Magnetop copr, Brooklyn NY. Direction for use accompany; Top performs as per claim", + "provenience": [ + "New York", + "Brooklyn" + ], + "culture": ["American"], + "creator": ["American Magnetop Corp."], + "material": [ + "Plastic", + "Metal" + ], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/265153", + "curatorial_section": "Historic", + "object_number": "75-13-19" +}, +{ + "emuIRN": "258185", + "description": "Toy top - supported top kit. Labeled \"Spinning Fun - products of Giant Plastics Corp, New York City. consist of yoke (a), a serrated bad (b), and 4 rings each having a 3-bladed propeller (e, f, g, h), 2 plastic spinners (c, d) SPinners to function on ground; rings to be cast into the air.", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "creator": ["Giant Plastics Corp."], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": ["Supported Top Kit"], + "url": "http://www.penn.museum/collections/object/258185", + "curatorial_section": "Historic", + "object_number": "75-13-21" +}, +{ + "emuIRN": "112910", + "description": "Green and black TIPPE TOP, imprinted \"Pat Appl 656540. Made by Christie and Jay, Ltd. The proportions and balance are good; the action is smooth and sure.", + "provenience": ["England"], + "culture": ["English"], + "creator": ["Christie & Jay, Ltd"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": [ + "Spinning Top", + "Twirler" + ], + "url": "http://www.penn.museum/collections/object/112910", + "curatorial_section": "Historic", + "object_number": "75-13-30" +}, +{ + "emuIRN": "206818", + "description": "Combination Top. Red plastic; imprinted KUSAN \"Twin Twirler\"; Made by Kusan, Inc., Nashville Tennessee. Top may be used a a yo-yo; the exterior sides of yo-yo came to a point and in effect are pegs so that the top will spin when cast. Holes wre drilled on either side of axis and the top may be used as a buzzer.", + "provenience": [ + "Tennessee", + "Nashville" + ], + "culture": ["American"], + "creator": ["Kusan, Inc"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": [ + "Spinning Top", + "Yo-Yo", + "Buzzer" + ], + "url": "http://www.penn.museum/collections/object/206818", + "curatorial_section": "Historic", + "object_number": "75-13-32" +}, +{ + "emuIRN": "320134", + "description": "Package of 3 supported tops - Plastic wheels with blades. Launcher or support has spring resistant axle. Pulling on string against tension of spring gives rapid rotation to wheels. The whole is a variant of the flying top, but not as well designed as older versions. Chief advantage is plastic material of construction (Light; no injury if it strikes a person. Made in Hong Kong; imported by Shimmel of Brooklyn and given name of lunar Orbiters.", + "provenience": [ + "New York", + "Brooklyn" + ], + "creator": ["Shimmel"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": ["Supported Top Kit"], + "url": "http://www.penn.museum/collections/object/320134", + "curatorial_section": "Historic", + "object_number": "75-13-33" +}, +{ + "emuIRN": "13411", + "description": "Red plastic body and plastis peg. Made by Flambeau Plastics Corp, Baraboo, Wisc. Labeled A) Duncan Imperial", + "provenience": [ + "Wisconsin", + "Baraboo" + ], + "culture": ["American"], + "creator": ["Flambeau Plastics"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/13411", + "curatorial_section": "Historic", + "object_number": "75-13-10A" +}, +{ + "emuIRN": "2151", + "description": "Red plastic body and plastis peg. Made by Flambeau Plastics Corp, Baraboo, Wisc. Labeled B) Hummer", + "provenience": [ + "Wisconsin", + "Baraboo" + ], + "culture": ["American"], + "creator": ["Flambeau Plastics"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/2151", + "curatorial_section": "Historic", + "object_number": "75-13-10B" +}, +{ + "emuIRN": "227620", + "description": "Red plastic body and plastis peg. Made by Flambeau Plastics Corp, Baraboo, Wisc. Labeled C) Imperial", + "provenience": [ + "Wisconsin", + "Baraboo" + ], + "culture": ["American"], + "creator": ["Flambeau Plastics"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/227620", + "curatorial_section": "Historic", + "object_number": "75-13-10C" +}, +{ + "emuIRN": "205966", + "description": "Toy top - Twirlers. one of 12 conical shells approximate 5-6 cm diam.", + "provenience": [ + "Minnesota", + "Willmar" + ], + "culture": ["American"], + "creator": ["Molenaar, Inc."], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": [ + "Spinning Top", + "Twirler" + ], + "url": "http://www.penn.museum/collections/object/205966", + "curatorial_section": "Historic", + "object_number": "75-13-29A" +}, +{ + "emuIRN": "281691", + "description": "Toy top - Twirlers. one of 12 conical shells approximate 5-6 cm diam.", + "provenience": [ + "Minnesota", + "Willmar" + ], + "culture": ["American"], + "creator": ["Molenaar, Inc."], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": [ + "Spinning Top", + "Twirler" + ], + "url": "http://www.penn.museum/collections/object/281691", + "curatorial_section": "Historic", + "object_number": "75-13-29B" +}, +{ + "emuIRN": "99171", + "description": "Toy top - Twirlers. one of 12 conical shells approximate 5-6 cm diam.", + "provenience": [ + "Minnesota", + "Willmar" + ], + "culture": ["American"], + "creator": ["Molenaar, Inc."], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": [ + "Spinning Top", + "Twirler" + ], + "url": "http://www.penn.museum/collections/object/99171", + "curatorial_section": "Historic", + "object_number": "75-13-29C" +}, +{ + "emuIRN": "101034", + "description": "Toy top - Twirlers. one of 12 conical shells approximate 5-6 cm diam.", + "provenience": [ + "Minnesota", + "Willmar" + ], + "culture": ["American"], + "creator": ["Molenaar, Inc."], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": [ + "Spinning Top", + "Twirler" + ], + "url": "http://www.penn.museum/collections/object/101034", + "curatorial_section": "Historic", + "object_number": "75-13-29D" +}, +{ + "emuIRN": "308170", + "description": "Toy top - Twirlers. one of 12 conical shells approximate 5-6 cm diam.", + "provenience": [ + "Minnesota", + "Willmar" + ], + "culture": ["American"], + "creator": ["Molenaar, Inc."], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": [ + "Spinning Top", + "Twirler" + ], + "url": "http://www.penn.museum/collections/object/308170", + "curatorial_section": "Historic", + "object_number": "75-13-29E" +}, +{ + "emuIRN": "212263", + "description": "Toy top - Twirlers. one of 12 conical shells approximate 5-6 cm diam.", + "provenience": [ + "Minnesota", + "Willmar" + ], + "culture": ["American"], + "creator": ["Molenaar, Inc."], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": [ + "Spinning Top", + "Twirler" + ], + "url": "http://www.penn.museum/collections/object/212263", + "curatorial_section": "Historic", + "object_number": "75-13-29F" +}, +{ + "emuIRN": "171295", + "description": "Toy top - Twirlers. one of 12 conical shells approximate 5-6 cm diam.", + "provenience": [ + "Minnesota", + "Willmar" + ], + "culture": ["American"], + "creator": ["Molenaar, Inc."], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": [ + "Spinning Top", + "Twirler" + ], + "url": "http://www.penn.museum/collections/object/171295", + "curatorial_section": "Historic", + "object_number": "75-13-29G" +}, +{ + "emuIRN": "252428", + "description": "Toy top - Twirlers. one of 12 conical shells approximate 5-6 cm diam.", + "provenience": [ + "Minnesota", + "Willmar" + ], + "creator": ["Molenaar, Inc."], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": [ + "Spinning Top", + "Twirler" + ], + "url": "http://www.penn.museum/collections/object/252428", + "curatorial_section": "Historic", + "object_number": "75-13-29H" +}, +{ + "emuIRN": "33474", + "description": "Toy top - Twirlers. one of 12 conical shells approximate 5-6 cm diam.", + "provenience": [ + "Minnesota", + "Willmar" + ], + "culture": ["American"], + "creator": ["Molenaar, Inc."], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": [ + "Spinning Top", + "Twirler" + ], + "url": "http://www.penn.museum/collections/object/33474", + "curatorial_section": "Historic", + "object_number": "75-13-29I" +}, +{ + "emuIRN": "64988", + "description": "Toy top - Twirlers. one of 12 conical shells approximate 5-6 cm diam.", + "provenience": [ + "Minnesota", + "Willmar" + ], + "culture": ["American"], + "creator": ["Molenaar, Inc."], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": [ + "Spinning Top", + "Twirler" + ], + "url": "http://www.penn.museum/collections/object/64988", + "curatorial_section": "Historic", + "object_number": "75-13-29J" +}, +{ + "emuIRN": "149403", + "description": "Toy top - Twirlers. one of 12 conical shells approximate 5-6 cm diam.", + "provenience": [ + "Minnesota", + "Willmar" + ], + "culture": ["American"], + "creator": ["Molenaar, Inc."], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": [ + "Spinning Top", + "Twirler" + ], + "url": "http://www.penn.museum/collections/object/149403", + "curatorial_section": "Historic", + "object_number": "75-13-29K" +}, +{ + "emuIRN": "192238", + "description": "Toy top - Twirlers. one of 12 conical shells approximate 5-6 cm diam.", + "provenience": [ + "Minnesota", + "Willmar" + ], + "culture": ["American"], + "creator": ["Molenaar, Inc."], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": [ + "Spinning Top", + "Twirler" + ], + "url": "http://www.penn.museum/collections/object/192238", + "curatorial_section": "Historic", + "object_number": "75-13-29L" +}, +{ + "emuIRN": "87050", + "description": "Toy top. 2 spheres about 3 cm diameter; joined by axis which extends to form a peg at either extreme. Direction for spinning given. Trial did not seem to give exceptional performance", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/87050", + "curatorial_section": "Historic", + "object_number": "75-13-5A" +}, +{ + "emuIRN": "241334", + "description": "Toy top - supported in starting. One of a series of items made by Mattell, Inc, Hawthorne California. In original packages; each with accessory material. D: Color Changer", + "provenience": ["Hawthorne"], + "culture": ["American"], + "creator": ["Mattel, Inc."], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": ["Supported Top"], + "url": "http://www.penn.museum/collections/object/241334", + "curatorial_section": "Historic", + "object_number": "75-13-9D" +}, +{ + "emuIRN": "77859", + "description": "Recuperative supported top. Disc of painted wood with intergral bracket which is short section of wooden tube. Upper stem of top is painted to resemble face. Cord provided by D, W. Gould - top performs well.", + "provenience": ["Japan"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Supported Top"], + "url": "http://www.penn.museum/collections/object/77859", + "curatorial_section": "Historic", + "object_number": "71-18-24" +}, +{ + "emuIRN": "285019", + "description": "Recupertative supported top; so-called musical or humming top. Painted wood shell and bracket. Shell perforated by 3 holes 0.8 cm diam. String provided by D. W. Gould. Top performs satisfactorily with low hum at high speed", + "provenience": ["Japan"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Supported Top", + "Humming Top", + "Musical Top" + ], + "url": "http://www.penn.museum/collections/object/285019", + "curatorial_section": "Historic", + "object_number": "71-18-27" +}, +{ + "emuIRN": "37984", + "description": "Supported-in-starting top; so called humming top. Wooden, cylindrial top painted red and blue. Handle same colors. Body hollow (probably bamboo with slots 0.3cm x 3.2 cm.) Cord provided.", + "technique": ["Painted"], + "provenience": ["Japan"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Supported Top", + "Humming Top" + ], + "url": "http://www.penn.museum/collections/object/37984", + "curatorial_section": "Historic", + "object_number": "71-18-38" +}, +{ + "emuIRN": "239276", + "description": "Wooden shell. Kob of the support has a pin which allows the top to be disengaged with placed in high-speed motion; or if the kno is not withdrawn but is knotted on the neck of the top, the whole may be operated as a recuperative supported top. Only 1 strong provided for set.", + "provenience": ["Japan"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Supported Top"], + "url": "http://www.penn.museum/collections/object/239276", + "curatorial_section": "Historic", + "object_number": "71-18-28A" +}, +{ + "emuIRN": "32312", + "description": "Wooden shell. Kob of the support has a pin which allows the top to be disengaged with placed in high-speed motion; or if the kno is not withdrawn but is knotted on the neck of the top, the whole may be operated as a recuperative supported top. Only 1 strong provided for set.", + "provenience": ["Japan"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Supported Top"], + "url": "http://www.penn.museum/collections/object/32312", + "curatorial_section": "Historic", + "object_number": "71-18-28B" +}, +{ + "emuIRN": "65727", + "description": "Wooden shell. Kob of the support has a pin which allows the top to be disengaged with placed in high-speed motion; or if the kno is not withdrawn but is knotted on the neck of the top, the whole may be operated as a recuperative supported top. Only 1 strong provided for set.", + "provenience": ["Japan"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Supported Top"], + "url": "http://www.penn.museum/collections/object/65727", + "curatorial_section": "Historic", + "object_number": "71-18-28C" +}, +{ + "emuIRN": "274339", + "description": "Wire puzzle with boot and cap.", + "provenience": [ + "Europe", + "France (uncertain)" + ], + "material": ["Metal"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1891"], + "object_name": ["Wire Puzzle"], + "url": "http://www.penn.museum/collections/object/274339", + "curatorial_section": "Historic", + "object_number": "8812" +}, +{ + "emuIRN": "159716", + "description": "Sectional Checker Board Puzzle - Box and lid. Cardboard puzzle, 15 pieces cut into various shapes, to be put together to form squares made of alternating dark and light tiles.", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "creator": ["Selchow & Richter"], + "material": ["Cardboard"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/159716", + "date_made_early": "1880", + "date_made": "9/7/1880", + "date_made_late": "1880", + "curatorial_section": "Historic", + "object_number": "15496" +}, +{ + "emuIRN": "18643", + "description": "12 lithographed cards with pictures of children's games. Fused to 16555", + "technique": ["Lithograph"], + "provenience": [ + "France", + "Paris (France)" + ], + "iconography": ["Games"], + "culture": ["French"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Cards"], + "url": "http://www.penn.museum/collections/object/18643", + "curatorial_section": "Historic", + "object_number": "16231" +}, +{ + "emuIRN": "34693", + "description": "Puzzle: The Hawaiian Puzzle. Wood box with depression for metal balls to roll in. 1 large (queen) and 5 small. Balls under glass", + "provenience": ["New York City"], + "culture": ["American"], + "material": [ + "Metal", + "Glass", + "Wood" + ], + "accession_credit_line": ["Gift of Mrs. John Harrison, 1894"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/34693", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1894", + "curatorial_section": "Historic", + "object_number": "16401" +}, +{ + "emuIRN": "93791", + "description": "Card /Puzzle Game: The Puzzle Game of 50 Up", + "provenience": [ + "England", + "London" + ], + "culture": ["British"], + "accession_credit_line": ["Gift of Henry Jones, 1893"], + "object_name": [ + "Card Game", + "Puzzle" + ], + "url": "http://www.penn.museum/collections/object/93791", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16555" +}, +{ + "emuIRN": "117728", + "description": "Puzzle Card for Donaldson Brothers, New York / Flyer Advertisement \"Jonas Agents: dealers in Boots, shoes and rubbers, Newark NJ. Rectangular paper", + "provenience": ["New York"], + "culture": ["American"], + "creator": ["Donaldson Brothers"], + "material": ["Paper"], + "object_name": [ + "Puzzle", + "Advertisement" + ], + "url": "http://www.penn.museum/collections/object/117728", + "curatorial_section": "Historic", + "object_number": "18578" +}, +{ + "emuIRN": "303943", + "description": "Green glass cylindrical bottle, corked, contained cylindrical pieces wom of them put together", + "provenience": [ + "Pennsylvania", + "Bucks County" + ], + "culture": ["American"], + "material": [ + "Wood", + "Glass", + "Metal", + "String", + "Cork" + ], + "accession_credit_line": ["Gift of Col. Henry D. Paxson, 1897"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/303943", + "curatorial_section": "Historic", + "object_number": "20067" +}, +{ + "emuIRN": "287388", + "description": "Puzzle: Betsy Ross Flag Puzzle. 13 balls for 13 states.", + "provenience": [ + "Pennsylvania", + "Philadelphia" + ], + "culture": ["American"], + "accession_credit_line": ["Gift of Dr. Max Uhle, 1898"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/287388", + "curatorial_section": "Historic", + "object_number": "21082" +}, +{ + "emuIRN": "140578", + "description": "Wood square with heart outline, hole in center of hearth. Wood Arrow", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "material": ["Wood"], + "accession_credit_line": ["Gift of R. Stewart Culin, 1898"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/140578", + "curatorial_section": "Historic", + "object_number": "21458" +}, +{ + "emuIRN": "120293", + "description": "Wood Board with instructions. Metal Arm.", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of R. Stewart Culin, 1898"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/120293", + "curatorial_section": "Historic", + "object_number": "21460" +}, +{ + "emuIRN": "25280", + "description": "canoe puzzle. original and copy; both are wood and string", + "provenience": [ + "Massachusetts", + "Salem" + ], + "iconography": ["Canoe"], + "material": [ + "Wood", + "String" + ], + "accession_credit_line": ["Gift of Margaret W. Brooks, 1899"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/25280", + "curatorial_section": "Historic", + "object_number": "21594A" +}, +{ + "emuIRN": "406863", + "description": "canoe puzzle. original and copy; both are wood and string", + "provenience": [ + "Massachusetts", + "Salem" + ], + "iconography": ["Canoe"], + "material": [ + "Wood", + "String" + ], + "accession_credit_line": ["Gift of Margaret W. Brooks, 1899"], + "object_name": [ + "Puzzle", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/406863", + "curatorial_section": "Historic", + "object_number": "21594B" +}, +{ + "emuIRN": "93703", + "description": "The Subway Puzzle, made by the American Game and Puzzle Company, 2715 Broadway, New York", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "creator": ["The American Game and Puzzle Company"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/93703", + "curatorial_section": "Historic", + "object_number": "29-191-146" +}, +{ + "emuIRN": "64758", + "description": "Yamato Block Puzzle - 6 pieces of wood", + "provenience": ["Japan"], + "culture": ["Japanese"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Block Puzzle"], + "url": "http://www.penn.museum/collections/object/64758", + "curatorial_section": "Historic", + "object_number": "29-191-159" +}, +{ + "emuIRN": "64759", + "description": "See Dar Wonderful - 9 pieces of wood", + "provenience": ["Europe (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Block Puzzle"], + "url": "http://www.penn.museum/collections/object/64759", + "curatorial_section": "Historic", + "object_number": "29-191-160" +}, +{ + "emuIRN": "30391", + "description": "12 pieces", + "provenience": [ + "New York", + "New York City" + ], + "creator": ["Stanford White Company"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Block Puzzle", + "Reproduction (uncertain)" + ], + "url": "http://www.penn.museum/collections/object/30391", + "curatorial_section": "Historic", + "object_number": "29-191-161" +}, +{ + "emuIRN": "22499", + "description": "Fighting Pig Puzzle - piece of cardboard to which is attached a string holding 2 balls - Copy of \"A\" made by Stanford White Company", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "creator": ["Stanford White Company"], + "material": ["Cardboard"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Puzzle", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/22499", + "other_numbers": ["4001"], + "curatorial_section": "Historic", + "object_number": "29-191-157B" +}, +{ + "emuIRN": "120252", + "description": "Fighting Pig Puzzle - piece of cardboard to which is attached a string holding 2 balls - Copy of \"A\" made by Stanford White Company", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "creator": ["Stanford White Company"], + "material": ["Cardboard"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/120252", + "other_numbers": ["4001?"], + "curatorial_section": "Historic", + "object_number": "29-191-157C" +}, +{ + "emuIRN": "156290", + "description": "Fighting Pig Puzzle - piece of cardboard to which is attached a string holding 2 balls - Varient of \"A\" with rings instead of balls; made by Stanford White Company", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "creator": ["Stanford White Company"], + "material": ["Cardboard"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/156290", + "other_numbers": ["4002"], + "curatorial_section": "Historic", + "object_number": "29-191-157D" +}, +{ + "emuIRN": "99398", + "description": "Blue piece of paper in which is wrapped another blue piece of paper and wrapped in a second piece of blue paper are 2 folded pieces of pink paper and in one of the folded pieces of pink paper is a silver foil disc", + "provenience": [ + "Pennsylvania", + "Pittsburgh" + ], + "culture": ["American"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Charles Este, Jr., 1899"], + "object_name": [ + "Puzzle", + "Trick" + ], + "url": "http://www.penn.museum/collections/object/99398", + "curatorial_section": "Historic", + "object_number": "19783" +}, +{ + "emuIRN": "130464", + "description": "Cartes a Jouer / One Deck of 32 Piquet Playing Cards. Suits: Carreaux, Couers, Piques, and Trefles = Diamonds, hearts, spades, clubs. Cards: Ace, King, Queen, Knave, 10, 9, 8, 7 Court Cards: Caesar, Charles, David and Alexander / Rachel, Judith, Pallas and Argine / Lahire, Hector Hogier and Lancelot. Back - plain white. Eagle watermark visible on most cards. See 15673 - miniature deck.", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "material": ["Paper"], + "period": ["19th century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1891"], + "object_name": [ + "Playing Card Deck", + "Piquet" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/130464", + "native_name": ["Cartes a Jouer"], + "date_made_early": "1800", + "date_made": "1800-1891", + "date_made_late": "1891", + "curatorial_section": "Historic", + "object_number": "7594" +}, +{ + "emuIRN": "160242", + "description": "One Deck of Piquet play cards (32 total). French Suits: 4 suits; spades, clubs, hearts, diamonds. Named Court Cards: Alexander Argine Lancelot / David, Pallas, Hogier / Charles, Judith, Lahire / Cesar, Rachel, Hector. Watercolor, fair condition. Back: Solid blue color. Edges: Gilded", + "technique": ["Watercolor"], + "provenience": ["France"], + "culture": ["French"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1891"], + "object_name": [ + "Playing Card Deck", + "Piquet" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/160242", + "date_made_early": "1800", + "date_made": "1800-1899", + "date_made_late": "1899", + "curatorial_section": "Historic", + "object_number": "7595" +}, +{ + "emuIRN": "157104", + "description": "Miniatures deck of 32 piquet cards. Bacl: Pink. French suits: heart, diamond, club, spade. Full figure court cards.", + "technique": ["Watercolor"], + "provenience": ["France"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1890"], + "object_name": [ + "Playing Card Deck", + "Piquet" + ], + "url": "http://www.penn.museum/collections/object/157104", + "date_made_early": "1800", + "date_made": "19th century", + "date_made_late": "1890", + "curatorial_section": "Historic", + "object_number": "7629" +}, +{ + "emuIRN": "157105", + "description": "Miniature deck - 52 cards. Back: 13 pink, 39 green. French suits: heart, club, spade and diamond. Double headed court cards. Gold frame on Front. Maker Name on 4 Hearts. Blu diamond surrounded by gold/green frame on white wrapper. Maker: C. L. Wust.", + "provenience": [ + "Germany", + "Frankfurt" + ], + "culture": ["German"], + "creator": ["C. L. Wust"], + "material": ["Paper"], + "accession_credit_line": ["Gift of J. D. Sergeant, 1890"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/157105", + "curatorial_section": "Historic", + "object_number": "7630" +}, +{ + "emuIRN": "98559", + "description": "Card Game - Patience with 52 cards - miniature deck with 4 continents. French Suits: Hearts-Europe, Diamonds-America, Spades-Asia, Clubs-Africa. Court Cards represent King, Queen, Knight of each continent. Ace has 2 scenes from respective continent. Back: multicolor scene - bird at fountain. Box - Same as back, but in shades of blue. Maker: B. Dondorf, #27.", + "provenience": [ + "Germany", + "Frankfurt" + ], + "culture": ["German"], + "creator": ["B. Dondorf"], + "material": ["Paper"], + "period": ["19th century"], + "accession_credit_line": ["Gift of W. Yorke Stevenson, 1891"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/98559", + "date_made_early": "1800", + "date_made": "1800-1891", + "date_made_late": "1891", + "other_numbers": ["27"], + "curatorial_section": "Historic", + "object_number": "7712" +}, +{ + "emuIRN": "248509", + "description": "Card dominoes in box.", + "provenience": ["France"], + "culture": ["French"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1891"], + "object_name": [ + "Card Game", + "Dominoe" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/248509", + "curatorial_section": "Historic", + "object_number": "8813" +}, +{ + "emuIRN": "137944", + "description": "Deck of Tarot Cards - 78 cards, Tarots Egyptiennes - Livre de Thot. Marked for fortune telling. Numbered 1 - 78. Label in French on top and bottom. Backside: green triangles set in a grid. (see picture, main card file). Purple box with #1 card as label.", + "provenience": ["France"], + "culture": ["French"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1891"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/137944", + "date_made_early": "1866", + "date_made": "c. 1891", + "date_made_late": "1891", + "curatorial_section": "Historic", + "object_number": "9011" +}, +{ + "emuIRN": "194220", + "description": "\"Les tarots cabalistiques. Tours de cartes. Amusements de société\" Tarot Card Deck - 32 cards and booklet. Watilliaux, Editeur, 1878. Blue box with label on one side.", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "creator": ["Watilliaux"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1891"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/194220", + "date_made_early": "1878", + "date_made": "1878", + "date_made_late": "1878", + "curatorial_section": "Historic", + "object_number": "9018" +}, +{ + "emuIRN": "205296", + "description": "Playing Card Deck - 48 cards. Back: Blue on white Moire design. Wrapper: blue and gold on white. \"Fabrica de Naipes / Finos / La Amistad / De U Cuervo / Puebla / 1873", + "technique": ["Printed"], + "provenience": [ + "Mexico (Central America)", + "Puebla (Mexican State)" + ], + "culture": ["Spanish"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of the US National Museum, 1892"], + "object_name": [ + "Playing Card Deck", + "Spanish Pack" + ], + "url": "http://www.penn.museum/collections/object/205296", + "date_made_early": "1873", + "date_made": "1873-1892", + "date_made_late": "1892", + "curatorial_section": "Historic", + "object_number": "15360" +}, +{ + "emuIRN": "21030", + "description": "Combination playing cards and fortune telling cards - 36 numbered cards. Black ink drawing on white. Design - Number at top / standard French playing card (hearts, spades, diamonds, clubs) drawn in middle / fortune telling devise at bottom of face. Back: light blue.", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1892"], + "object_name": [ + "Playing Card Deck", + "Fortune Telling Cards" + ], + "url": "http://www.penn.museum/collections/object/21030", + "date_made_early": "1865", + "date_made": "pre 1890", + "date_made_late": "1890", + "other_numbers": ["43"], + "curatorial_section": "Historic", + "object_number": "15513" +}, +{ + "emuIRN": "46932", + "description": "Card Game - Cucu. 40 cards - 2 each of a numerical series from 1 to 10 in black and 2 of the following picture cards - fool, gorgon, bucket, nothing, nulla, taverna, cat, horse, bravo and cuckoo (cucu); single card of a rampant lion holding a shield with \"dilittevole giuoco dell chuchu. Printed in colors. Back: blue on white with central rosette. Made by Guglielmo Murari", + "provenience": [ + "Italy", + "Bari, Italy" + ], + "culture": ["Italian"], + "creator": ["Guglielmo Murari"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Cucu" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/46932", + "date_made_early": "1880", + "date_made": "1880-1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15528" +}, +{ + "emuIRN": "220035", + "description": "Tarocchi/Tarot pack; 60 cards. Back: Blue on white - woman with crown, shield and staff. Stabilimento Gmo Murari, Bari. Label: Guglielmo Murari / Bari. Tax stamp and date stamp 29, Nov 90.", + "provenience": ["Bari, Italy"], + "culture": ["Italian"], + "creator": ["Guglielmo Murari"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/220035", + "date_made_early": "29 Nov 1890", + "date_made": "11/29/1890", + "date_made_late": "29 Nov 1890", + "curatorial_section": "Historic", + "object_number": "15529" +}, +{ + "emuIRN": "220036", + "description": "Playing Card Deck - 40 cards, with wrappper. 4 suits of 10 each. Back: Black and white symmetrical pattern with MURARI and BARI in banners. Name Card: Stabilimento Guglielmo Muarari / Bari with tax and date stamps - 27 OTT 90. Paper label: Primiera n. 42. Maker: Guglielmo Murari, No. 42", + "provenience": ["Bari, Italy"], + "culture": ["Italian"], + "creator": ["Guglielmo Murari"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/220036", + "date_made_early": "27 Oct 1890", + "date_made": "10/27/1890", + "date_made_late": "27 Oct 1890", + "other_numbers": ["42"], + "curatorial_section": "Historic", + "object_number": "15530" +}, +{ + "emuIRN": "289473", + "description": "Playing card Deck - 40 cards. Back: mBlack and white diamond checkered. Spanish suits: 4 suits of ten each. Name Card Gugmo Murari, Bari. Tax and date stamp 17 Gen 87 (?) Guglielmo Murari.", + "provenience": ["Bari, Italy"], + "culture": ["Italian"], + "creator": ["Guglielmo Murari"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Spanish Pack" + ], + "url": "http://www.penn.museum/collections/object/289473", + "date_made_early": "17 Jan 1887", + "date_made": "1/17/1887", + "date_made_late": "17 Jan 1887", + "curatorial_section": "Historic", + "object_number": "15532" +}, +{ + "emuIRN": "114394", + "description": "Playing card Deck - 52 cards with wrapper. Complete pack with 4 suits. Guglielmo Murari / In Bari, Tax and date stamp. Back: blue on white symmetrical pattern. Edges folded over.", + "provenience": ["Bari, Italy"], + "culture": ["Italian"], + "creator": ["Guglielmo Murari"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/114394", + "date_made_early": "1867", + "date_made": " pre 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15533" +}, +{ + "emuIRN": "82994", + "description": "Spanish pack - 40 cards with wrapper. Name card: Stabilimento di carte da Biuoco Gugl. Murari Via Cavoe 115-121 (Casa Propria) Bari. Back: Blue on white rococo pattern. Label: blue on white. Guglielmo Murari, No. 13", + "provenience": ["Bari, Italy"], + "culture": ["Italian"], + "creator": ["Guglielmo Murari"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Spanish Pack" + ], + "url": "http://www.penn.museum/collections/object/82994", + "date_made_early": "17 Jun 1890", + "date_made": "6/17/1890", + "date_made_late": "17 Jun 1890", + "other_numbers": ["13"], + "curatorial_section": "Historic", + "object_number": "15534" +}, +{ + "emuIRN": "233242", + "description": "Playing card Deck - 40 cards.. Name card: Stabilimento di carte da Biuoco Gugl. Murari Via Cavour 115-121 (Casa Propria) Bari. Tax and date stamp: 13 Mar 91. Back: black on white rococo pattern with checkerboad diamond border. Label: lack on white. Guglielmo Murari, No. 5 Black", + "provenience": ["Bari, Italy"], + "culture": ["Italian"], + "creator": ["Guglielmo Murari"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/233242", + "date_made_early": "13 Mar 1891", + "date_made": "3/13/1891", + "date_made_late": "13 Mar 1891", + "other_numbers": ["5"], + "curatorial_section": "Historic", + "object_number": "15536" +}, +{ + "emuIRN": "237987", + "description": "Playing card deck - 40 miniature cards. 1 1/12 X 2 1/2 cm. Underside: Multi-color designs: cups, coins, clubs, swords. Back: Black and white diamond checkerboard pattern. Watercolor. Maker Card: Fab Ca G. Murari Bari. No tax/date stamps.", + "technique": ["Watercolor"], + "provenience": ["Bari, Italy"], + "culture": ["Italian"], + "creator": ["Guglielmo Murari"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/237987", + "date_made_early": "13 Mar 1891", + "date_made": "pre 1892", + "date_made_late": "13 Mar 1891", + "curatorial_section": "Historic", + "object_number": "15537" +}, +{ + "emuIRN": "264110", + "description": "Tarot Card Deck - 43 cards - incomplete. Captions in Italian - #13 does not have a caption. Back: black and white symetrical pattern - star/flower in lattice pattern. White border. Watercolor.", + "technique": ["Watercolor"], + "provenience": [ + "Italy", + "Bologna" + ], + "culture": ["Italian"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/264110", + "date_made_early": "1867", + "date_made": "pre 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15538" +}, +{ + "emuIRN": "36188", + "description": "Playing card deck - 40 cards in box.. Underside: Multi-color designs: clubs, coins, swords, cups. Back: Green and white floral pattern. Golden edges. Watercolor. Fair condition. Original box included. Maker: Fabbrica de Carte da Giuoco di Pietro Marchesini in Bologna. Tax and Date Stamp - 5 MAG ? (year not legible)", + "technique": ["Watercolor"], + "provenience": [ + "Italy", + "Bologna" + ], + "culture": ["Italian"], + "creator": ["Pietro Marchesini"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/36188", + "date_made_early": "1867", + "date_made": "pre 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15540" +}, +{ + "emuIRN": "154504", + "description": "Playing card deck - 40 cards. Italian Suits - 4 suits of 10 each. 4 Coins: Premiato espoizione e Miliana 1888. Maker Card: Fabbrica di Pietro Marchesini Bologna; Tax and date stamp: 17 MAG 91. Wrapped backing with blue on white sculptural design.", + "provenience": [ + "Italy", + "Bologna" + ], + "culture": ["Italian"], + "creator": ["Pietro Marchesini"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/154504", + "date_made_early": "17 May 1891", + "date_made": "5/17/1891", + "date_made_late": "17 May 1891", + "curatorial_section": "Historic", + "object_number": "15541" +}, +{ + "emuIRN": "203963", + "description": "Playing card deck - 52 cards. Italian suits: cups, swords, medallions, clubs. Watercolor. Cards wrapped. \"Asso di Denari\" Printing on a few. Back: Blue on white pattern. Name Card: Card: Fabbrica di Pietro Marchesini Bologna; Tax and date stamp: 27 AGO 91.", + "provenience": [ + "Italy", + "Bologna" + ], + "culture": ["Italian"], + "creator": ["Pietro Marchesini"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/203963", + "date_made_early": "27 Aug 1891", + "date_made": "8/27/1891", + "date_made_late": "27 Aug 1891", + "curatorial_section": "Historic", + "object_number": "15543" +}, +{ + "emuIRN": "241994", + "description": "Playing card deck - Tarot - 29 cards - incomplete deck. Back: black and white floral design. Underside: various multi-color pictorial representations of card's character and number. Watercolor. Predominant colors: blue, green, red, yellow. Maker: Pietro Marchesini.", + "technique": ["Watercolor"], + "provenience": [ + "Italy", + "Bologna" + ], + "culture": ["Italian"], + "creator": ["Pietro Marchesini"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/241994", + "date_made_early": "1867", + "date_made": "pre 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15544" +}, +{ + "emuIRN": "243680", + "description": "Playing card deck - 40 cards. Back: blue portrait pattern design on white - women's head on opposite sides of a central floral pattern. Italian Suits: swords, clubs, cups, coins. Bone color border on both sides. Maker card: Fabbrica di Pietro Marchesini Bologna; Tax and date stamp: 17 MAG 91. Watercolor", + "technique": ["Watercolor"], + "provenience": [ + "Italy", + "Bologna" + ], + "culture": ["Italian"], + "creator": ["Pietro Marchesini"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/243680", + "date_made_early": "17 May 1891", + "date_made": "5/17/1891", + "date_made_late": "17 May 1891", + "curatorial_section": "Historic", + "object_number": "15545" +}, +{ + "emuIRN": "87145", + "description": "Playing card deck / Tarot Cards - 62 cards. Back: Orange on white symmetrical design. Back folds over face and forms border. Handcolored cards. Maker's card: Fabbrica di Pietro Marchesini / Bologna / Asso di Denaro. Seal: Regno d'Italia Centesimi. Tax stamp: Ufficio Del Denario Bologna / 16 (Month) 91.", + "provenience": [ + "Italy", + "Bologna" + ], + "culture": ["Italian"], + "creator": ["Pietro Marchesini"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/87145", + "date_made_early": "1891", + "date_made": "1891", + "date_made_late": "1891", + "curatorial_section": "Historic", + "object_number": "15546" +}, +{ + "emuIRN": "59271", + "description": "Game of Cucu - 2 identical decks of 40 cards. Numbers 1-10, and an identical set of picture cards. Blue on white symmetrical back. Maker: Pietro Marchesini", + "provenience": [ + "Italy", + "Bologna" + ], + "culture": ["Italian"], + "creator": ["Pietro Marchesini"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Cucu" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/59271", + "date_made_early": "1867", + "date_made": "pre 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15547" +}, +{ + "emuIRN": "336096", + "description": "Playing card deck - 52 cards. Back: tiny maroon design on white background. French Suits.: spades, clubs, hearts, diamonds. Watercolor. Heart Ace: Pietro Marchesini fabricatore / Bologna; Tax and date stamp - 25 NOV (year not readable)", + "technique": ["Watercolor"], + "provenience": [ + "Italy", + "Bologna" + ], + "culture": ["Italian"], + "creator": ["Pietro Marchesini"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "French Pack", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/336096", + "date_made_early": "1867", + "date_made": "pre 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15548" +}, +{ + "emuIRN": "203973", + "description": "Playing card deck - French Suits, 40 cards, in original box. Blue on white Back. Maker Card: Fabbrica di Pietro Marchesini / Bologna; tax and date stamp 9 APR 88.", + "provenience": [ + "Italy", + "Bologna" + ], + "culture": ["Italian"], + "creator": ["Pietro Marchesini"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "French Pack" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/203973", + "date_made_early": "09 Apr 1888", + "date_made": "4/9/1888", + "date_made_late": "09 Apr 1888", + "curatorial_section": "Historic", + "object_number": "15550" +}, +{ + "emuIRN": "238541", + "description": "Playing card deck - 40 cards. Back: blue pattern with white border. Italian Suits: coins, swords, clubs. Watercolor. Maker Card: Fabbrica di Emilia Angiolini / Via Casse N. 61 / Bologna. Tax and date stamp: ? ? 91. Back Identical to 15553", + "technique": ["Watercolor"], + "provenience": [ + "Italy", + "Bologna" + ], + "culture": ["Italian"], + "creator": ["Emilia Angiolini"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/238541", + "date_made_early": "1891", + "date_made": "1891", + "date_made_late": "1891", + "curatorial_section": "Historic", + "object_number": "15552" +}, +{ + "emuIRN": "131933", + "description": "Playing card deck - 40 cards. Back: blue pattern with white border. Italian Suits: coins, swords, clubs. Watercolor. Maker Card: Fabbrica di Emilia Angiolini / Via Casse N. 61 / Bologna. Tax and date stamp: 16 GIU 91. Back Identical to 155532", + "technique": ["Watercolor"], + "provenience": [ + "Italy", + "Bologna" + ], + "culture": ["Italian"], + "creator": ["Emilia Angiolini"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/131933", + "date_made_early": "16 Jun 1891", + "date_made": "6/16/1891", + "date_made_late": "16 Jun 1891", + "curatorial_section": "Historic", + "object_number": "15553" +}, +{ + "emuIRN": "158923", + "description": "Playing card deck - 40 cards. Back: blue \"mosque scene\" Italian Suits. Maker Card: Fabbrica di Emilia Angiolini / Via Casse N. 61 / Bologna. Tax and date stamp: 6 GIU 91.", + "provenience": [ + "Italy", + "Bologna" + ], + "culture": ["Italian"], + "creator": ["Emilia Angiolini"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/158923", + "date_made_early": "01 Jun 1891", + "date_made": "6/1/1891", + "date_made_late": "01 Jun 1891", + "curatorial_section": "Historic", + "object_number": "15554" +}, +{ + "emuIRN": "103187", + "description": "Playing card deck - 66 Tarot cards. 40 minor cards; 22 major Minor cards standard with 2, 3, 4, 5 suppressed; Court cards: double headed instead of full figures. Major cards based on Minchiatti deck - 5-16 numbered card. Horizontal axis of symmetry. Backs are white scroll work on blue. Wrapped back with blue sculptural motif. Maker Card: Fabbrica di Emilia Angiolini / Via Casse N. 61 / Bologna. Tax and date stamp: 3 FEB 91.", + "provenience": [ + "Italy", + "Bologna" + ], + "culture": ["Italian"], + "creator": ["Emilia Angiolini"], + "material": ["Paper"], + "period": ["19th century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/103187", + "native_name": ["Tarocchino"], + "date_made_early": "03 Feb 1891", + "date_made": "2/3/1891", + "date_made_late": "03 Feb 1891", + "curatorial_section": "Historic", + "object_number": "15555" +}, +{ + "emuIRN": "178709", + "description": "Playing card deck - 52 cards with wrapper. Wrapped edge. Back: blue on white lozenge design with central rosette. Maker Card: F. L. Muccioli, Povoletto-Udine. Tax and date stamp: 9 Mag 90", + "provenience": [ + "Italy", + "Povoletto-Udine" + ], + "culture": ["Italian"], + "creator": ["F. L. Muccioli"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/178709", + "date_made_early": "09 May 1890", + "date_made": "5/9/1890", + "date_made_late": "09 May 1890", + "curatorial_section": "Historic", + "object_number": "15556" +}, +{ + "emuIRN": "277112", + "description": "Playing card deck - 40 cards Italian suits. Wrapped edge. Back: blue on white lattice / tile pattern. Maker Card: Fabbrica di Pietro Fiorentini / via S. Carlo, N. 55 / Bologna / Asso di Denaro. Tax and date stamp: 12 MAR 91.", + "provenience": [ + "Italy", + "Bologna" + ], + "culture": ["Italian"], + "creator": ["Pietro Fiorentini"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/277112", + "date_made_early": "12 Mar 1891", + "date_made": "3/12/1891", + "date_made_late": "12 Mar 1891", + "curatorial_section": "Historic", + "object_number": "15557" +}, +{ + "emuIRN": "25552", + "description": "Playing card deck - 40 cards Italian suits. Wrapped edge. Back: blue on white star/rosette tile pattern. Maker Card: Fabbrica di Pietro Fiorentini / via S. Carlo, N. 55 / Bologna / Asso di Denaro. Tax and date stamp: 12 MAR 91.", + "technique": ["Watercolor"], + "provenience": [ + "Italy", + "Bologna" + ], + "culture": ["Italian"], + "creator": ["Pietro Fiorentini"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/25552", + "date_made_early": "12 Mar 1891", + "date_made": "3/12/1891", + "date_made_late": "12 Mar 1891", + "curatorial_section": "Historic", + "object_number": "15558" +}, +{ + "emuIRN": "325482", + "description": "Playing card deck - 62 cards. Italian suits. Wrapped edge. Back: blue on white star/rosette tile pattern (same as 15558). Maker Card: Fabbrica di Pietro Fiorentini / via S. Carlo, N. 55 / Bologna. Tax and date stamp: 2 FEB - year not legible.", + "provenience": [ + "Italy", + "Bologna" + ], + "culture": ["Italian"], + "creator": ["Pietro Fiorentini"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/325482", + "native_name": ["Tarocchi"], + "date_made_early": "1867", + "date_made": "pre 1892", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "15559" +}, +{ + "emuIRN": "325483", + "description": "Playing card deck - 40 cards. Wrapped Edge. Back: blue diamond checkerboard design. Maker Card: Fabbrica di Pietro Fiorentini / via S. Carlo, N. 55 / Bologna / Asso di Denaro. Tax and date stamp: 12 MAR 91.", + "provenience": [ + "Italy", + "Bologna" + ], + "culture": ["Italian"], + "creator": ["Pietro Fiorentini"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/325483", + "date_made_early": "12 Mar 2091", + "date_made": "3/12/91", + "date_made_late": "12 Mar 2091", + "curatorial_section": "Historic", + "object_number": "15560" +}, +{ + "emuIRN": "48114", + "description": "Playing card deck - 64 cards. Italian minor suit: swords, cups, coins, clubs. Major Card: Bolonga style. Maker Card: Ptro. Barigazzi / Asso di Denari / Bologna. Tax and date stamp: 22 GIU 91. Back: blue print design on white central diamond within symmetrical shield; banner with Barigazzi and Bologna.", + "technique": ["Watercolor"], + "provenience": [ + "Italy", + "Bologna" + ], + "culture": ["Italian"], + "creator": ["Pietro Barigazzi"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/48114", + "native_name": ["Tarocchi"], + "date_made_early": "22 Jun 1891", + "date_made": "6/22/1891", + "date_made_late": "22 Jun 1891", + "curatorial_section": "Historic", + "object_number": "15561" +}, +{ + "emuIRN": "167380", + "description": "Playing card deck - 34 cards. Wrapped Edge. Back: blue on white harlequin/clown figure. 10 money (\"7\" missing), 8 cups (\"3-5\" missing), 7 clubs (king, \"3\", \"4\" missing), 10 swords. Maker Card: Gius Beghi Piacenza. Tax and date stamp (Illegible)", + "provenience": [ + "Italy", + "Piacenza" + ], + "culture": ["Italian"], + "creator": ["Gius Beghi"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/167380", + "date_made": "pre 1892", + "curatorial_section": "Historic", + "object_number": "15562" +}, +{ + "emuIRN": "321272", + "description": "Carte da Giuocare = Playing card deck - 40 cards. Neopolitan/Spanish Suits: cups, coins, swords, clubs. Back: central logo S. F. Di Paola flanded with church - 3 domes and collonade; blue meandering line in frame and on wrapped edge. Original wrapper - purple print. Maker Card: Vincenzo Russo/ Via Candelari al Pendino 8 / Napoli. Tax stamp dated 11/Feb/91", + "technique": ["Watercolor"], + "provenience": [ + "Italy", + "Naples" + ], + "culture": ["Italian"], + "creator": ["Vincenzo Russo"], + "material": ["Paper"], + "period": ["19th century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Spanish Pack", + "Neopolitan Pack" + ], + "url": "http://www.penn.museum/collections/object/321272", + "native_name": ["Carte da Giuocare"], + "date_made_early": "11 Feb 1891", + "date_made": "2/11/1891", + "date_made_late": "11 Feb 1891", + "curatorial_section": "Historic", + "object_number": "15563" +}, +{ + "emuIRN": "279915", + "description": "Playing card deck - 40 cards with wrapper. Italian suits: coin, sword, club, cup. Wrapped edge. Back: blue on white, square grid/lattice design. Maker Card: Luigi Piegnalosa / Angolo S. Tommaso d'Aquino 33 / Napoli. Tax and date stamps: 14 FEB 91.", + "provenience": [ + "Italy", + "Naples" + ], + "culture": ["Italian"], + "creator": ["Luigi Pignalosa"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/279915", + "date_made_early": "14 Feb 1891", + "date_made": "2/14/1891", + "date_made_late": "14 Feb 1891", + "curatorial_section": "Historic", + "object_number": "15564" +}, +{ + "emuIRN": "157272", + "description": "Playing card deck - 40 cards. Italian Suit. Back: dark blue marble pattern. Maker Card: C. Ravenna e Frat / Ferrara. Tax and date stamps: 4 OTT 88", + "provenience": [ + "Italy", + "Ferrara" + ], + "culture": ["Italian"], + "creator": ["C. Ravenna & Frat"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/157272", + "date_made_early": "04 Oct 1888", + "date_made": "10/4/1888", + "date_made_late": "04 Oct 1888", + "curatorial_section": "Historic", + "object_number": "15566" +}, +{ + "emuIRN": "88522", + "description": "Playing card deck - 40 cards. Wrapped edge. Back: blue on white; central name plate FERRARA flanked by decorate motif; horizontally stripped background. Maker Card: C. Ravenna e Fratteli / Ferrara. Tax and date stamps: 14 OTT 90", + "provenience": [ + "Italy", + "Ferrara" + ], + "culture": ["Italian"], + "creator": ["C. Ravenna & Frat"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/88522", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15567" +}, +{ + "emuIRN": "177453", + "description": "Playing card deck - 40 cards. Italian suits. Back: red-orange marble pattern. Maker Card: C. Ravenna e Fratteli / Ferrara. Tax and date stamps: 24 MAR 91", + "provenience": [ + "Italy", + "Ferrara" + ], + "culture": ["Italian"], + "creator": ["C. Ravenna & Frat"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/177453", + "date_made_early": "24 Mar 1891", + "date_made": "3/24/1891", + "date_made_late": "24 Mar 1891", + "curatorial_section": "Historic", + "object_number": "15568" +}, +{ + "emuIRN": "322855", + "description": "Playing card deck - 40 cards. Wrapped edge. Back: blue on white, flower in floral keyhole design. Maker Card: C. Ravenna e Fratteli / Ferrara. Tax and date stamps: 25 NOV 90", + "provenience": [ + "Italy", + "Ferrara" + ], + "culture": ["Italian"], + "creator": ["C. Ravenna & Frat"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/322855", + "date_made_early": "25 Nov 1890", + "date_made": "11/25/1890", + "date_made_late": "25 Nov 1890", + "curatorial_section": "Historic", + "object_number": "15569" +}, +{ + "emuIRN": "322856", + "description": "Playing card deck - 40 cards with wrapper. Wrapped edge. Back: blue and white diamond checkerboad design. Maker Card: Giovanni Pozzi / Modena. Tax and date stamp: 27 (?) LUG 91. Wrapper: Fabbrica Carte da Giuoco di Giovanni Pozzi / Negoziante di Carte ed Oggeti di Cancellaria / Via S. Carlo n. 1 - Modena", + "provenience": [ + "Italy", + "Modena" + ], + "culture": ["Italian"], + "creator": ["Giovanni Pozzi"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/322856", + "date_made_early": "27 Jul 2091", + "date_made": "7/27/91", + "date_made_late": "27 Jul 2091", + "curatorial_section": "Historic", + "object_number": "15570" +}, +{ + "emuIRN": "289232", + "description": "Playing card deck - 20 miniature cards. 1 1/2 X 2 1/2 cm (roughly). Back: pale green/white leaf pattern. Maker: Giovanni Pozzi, Modena", + "technique": ["Printed"], + "provenience": [ + "Italy", + "Modena" + ], + "culture": ["Italian"], + "creator": ["Giovanni Pozzi"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/289232", + "date_made": "pre 1892", + "curatorial_section": "Historic", + "object_number": "15571" +}, +{ + "emuIRN": "71704", + "description": "Playing card deck - 40 cards in wrapper. Back: pale orange design with 3 faces in medallions. Italian suits: 1-7, king, queen, and knave. Maker Card: Premiata Fabbrica / E Co / L. Bartolini Perugia. Tax and date stamp 2 GUI 92, Wrapper: black on beige paper; Griffin with Shield, Label: Fabbrica di L. Bartolini e Co. / Perugia / Ombre / Via dell'Elce no. 6", + "provenience": [ + "Italy", + "Perugia" + ], + "culture": ["Italian"], + "creator": ["L. Bartolini"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/71704", + "date_made_early": "02 Jul 1892", + "date_made": "7/2/1892", + "date_made_late": "02 Jul 1892", + "curatorial_section": "Historic", + "object_number": "15572" +}, +{ + "emuIRN": "341571", + "description": "Playing card deck - 40 cards with wrapper. Italian Suits. Back: Black and white checkerboard and star pattern. Maker Card: Fabbrica A. Silvestrini / Perugia. Tax and date stamp 1 GIU 92. Green wrapper with black print: A. Silvestrini / Cate da Giuoco.", + "technique": ["Printed"], + "provenience": [ + "Italy", + "Perugia" + ], + "culture": ["Italian"], + "creator": ["A. Silvertrini"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/341571", + "date_made_early": "01 Jul 1892", + "date_made": "7/1/1892", + "date_made_late": "01 Jul 1892", + "curatorial_section": "Historic", + "object_number": "15573" +}, +{ + "emuIRN": "231215", + "description": "Playing card deck - 44 cards", + "provenience": [ + "Italy", + "Bergamo" + ], + "culture": ["Italian"], + "creator": ["Pietro Masenghini"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Milanese Deck" + ], + "url": "http://www.penn.museum/collections/object/231215", + "curatorial_section": "Historic", + "object_number": "15575" +}, +{ + "emuIRN": "290651", + "description": "Playing card deck - 52 cards with wrapper. Wrapped back with blue face designs.", + "provenience": [ + "Italy", + "Trento" + ], + "culture": ["Italian"], + "creator": ["Giac. Bertoldi"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/290651", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15577" +}, +{ + "emuIRN": "116249", + "description": "Playing card deck - 40 cards, printed back with pink abstract designs", + "technique": ["Printed"], + "provenience": [ + "Italy", + "Piacenza" + ], + "culture": ["Italian"], + "creator": ["Gius Beghi"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/116249", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15578" +}, +{ + "emuIRN": "76331", + "description": "Playing card deck - 40 cards. Wrapped back with orange floral design", + "provenience": [ + "Italy", + "Piacenza" + ], + "culture": ["Italian"], + "creator": ["Gius Beghi"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/76331", + "date_made_early": "1867", + "date_made": "c.1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15579" +}, +{ + "emuIRN": "76332", + "description": "Playing card deck - 40 cards, wrapped back with orange design (includes hearts and octagons in center)", + "provenience": [ + "Italy", + "Piacenza" + ], + "culture": ["Italian"], + "creator": ["Gius Beghi"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/76332", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15580" +}, +{ + "emuIRN": "189908", + "description": "Playing card deck - 40 cards, wrapped back with blue checkerboard pattern", + "provenience": [ + "Italy", + "Modena" + ], + "culture": ["Italian"], + "creator": ["M. Grazia"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/189908", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15583" +}, +{ + "emuIRN": "275719", + "description": "Playing card deck - Tarocchi/Tarot -78 cards. Printed back with orange diamond pattern", + "provenience": [ + "Italy", + "Modena" + ], + "culture": ["Italian"], + "creator": ["M. Grazia"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/275719", + "native_name": ["Tarocchi"], + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15584" +}, +{ + "emuIRN": "51584", + "description": "Playing card deck - 40 cards. Wrapped back with blue X-pattern", + "provenience": [ + "Italy", + "Modena" + ], + "culture": ["Italian"], + "creator": ["M. Grazia"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/51584", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15585" +}, +{ + "emuIRN": "56004", + "description": "Playing card deck - 31 cards (incomplete) Rounded corners, wrapped back with blue checkerboard pattern", + "provenience": [ + "Italy", + "Modena" + ], + "culture": ["Italian"], + "creator": ["A. Crispolani"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/56004", + "date_made_early": "1850", + "date_made": "circa 1860", + "date_made_late": "1870", + "curatorial_section": "Historic", + "object_number": "15586" +}, +{ + "emuIRN": "124979", + "description": "Playing card deck - Tarocchi/Tarot - 78 cards", + "provenience": [ + "Italy", + "Sesia" + ], + "culture": ["Italian"], + "creator": ["Serravalle"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/124979", + "native_name": ["Tarocchi"], + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1892", + "curatorial_section": "Historic", + "object_number": "15587" +}, +{ + "emuIRN": "212458", + "description": "Playing card deck / French Pack - 52 cards. Regulr card paper with blue lines making diamonds on white ground on back. 8.8 X 5.7 cm Name of manufactor on the joker.", + "provenience": [ + "Italy", + "Sesia" + ], + "culture": ["Italian"], + "creator": ["Serravalle"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "French Pack" + ], + "url": "http://www.penn.museum/collections/object/212458", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15588" +}, +{ + "emuIRN": "309331", + "description": "Playing card deck - 52 cards. Wrapped back with Y-pattern.", + "provenience": [ + "Italy", + "Brescia" + ], + "culture": ["Italian"], + "creator": ["G. C. Salvotti"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/309331", + "date_made_early": "30 Mar 1891", + "date_made": "3/30/1891", + "date_made_late": "30 Mar 1891", + "curatorial_section": "Historic", + "object_number": "15589" +}, +{ + "emuIRN": "309332", + "description": "Playing card deck - 40 cards with wrapper. Rounded corners, printed back:blue on blue design", + "technique": ["Printed"], + "provenience": [ + "Italy", + "Genoa" + ], + "culture": ["Italian"], + "creator": ["Fratelli Armanino"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/309332", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15590" +}, +{ + "emuIRN": "86979", + "description": "Playing card deck - 40 cards. Rounded corners, printed back: blue on blue designs", + "technique": ["Printed"], + "provenience": [ + "Italy", + "Genoa" + ], + "culture": ["Italian"], + "creator": ["Fratelli Armanino"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/86979", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15592" +}, +{ + "emuIRN": "5817", + "description": "Carte da Giuocare - Playing card deck - 40 cards with wrapper. Suits: Cup, Coin, Spade, Club. Court: King, Queen, Soldier. Numbers Ace to 7; 8-10 suppressed. Wrapped back with blue manufacturor name and location. Maker: Pietro Barigazzi", + "provenience": [ + "Italy", + "Bologna" + ], + "culture": ["Italian"], + "creator": ["Pietro Barigazzi"], + "material": ["Paper"], + "period": ["19th century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/5817", + "native_name": ["Carte da Giuocare"], + "date_made_early": "1867", + "date_made": "pre 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15594" +}, +{ + "emuIRN": "170983", + "description": "Playing card deck - 40 cards with wrapper, marked number 2. Wrapped back with 4 blue babies/angels", + "provenience": [ + "Italy", + "Bologna" + ], + "iconography": [ + "Baby", + "Angel" + ], + "culture": ["Italian"], + "creator": ["Pietro Barigazzi"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/170983", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15595" +}, +{ + "emuIRN": "300071", + "description": "Playing card deck - 40 cards with wrapper. Wrapped back with blue design (tambourine in center). Blue checkerboard border laps over onto face of cards", + "provenience": [ + "Italy", + "Bologna" + ], + "iconography": ["Tambourine"], + "culture": ["Italian"], + "creator": ["Pietro Barigazzi"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/300071", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15596" +}, +{ + "emuIRN": "236603", + "description": "Playing card deck - 40 cards with wrapper. Wrapped back with black design (tambourine in center). Checkerboards border laps onto card face", + "provenience": [ + "Italy", + "Bologna" + ], + "culture": ["Italian"], + "creator": ["Pietro Barigazzi"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/236603", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15597" +}, +{ + "emuIRN": "141064", + "description": "Playing card deck - 40 cards with wrapper. Wrapped back with orange design", + "provenience": [ + "Italy", + "Bologna" + ], + "culture": ["Italian"], + "creator": ["Pietro Barigazzi"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/141064", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15598" +}, +{ + "emuIRN": "126294", + "description": "Playing card deck - 52 cards with wrapper. Wrapped back wtih green design.", + "provenience": [ + "Italy", + "Treviso" + ], + "culture": ["Italian"], + "creator": ["Francesca Rino"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/126294", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15599" +}, +{ + "emuIRN": "309333", + "description": "Playing card deck - 40 cards. Printed back with blue checkered design.", + "provenience": [ + "Italy", + "Parma (Italy)" + ], + "culture": ["Italian"], + "creator": ["Faelli Carlo"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/309333", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15600" +}, +{ + "emuIRN": "261187", + "description": "Playing card deck - Cucu Pack 40 cards. Wrapped back with blue design. Includes mfr, name and location and human face", + "provenience": [ + "Italy", + "Brescia" + ], + "culture": ["Italian"], + "creator": ["C. Cassini Salvotti"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack", + "Cucu" + ], + "url": "http://www.penn.museum/collections/object/261187", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15601" +}, +{ + "emuIRN": "5818", + "description": "40 cards with wrapper. Printed back: green and blue plaid", + "technique": ["Printed"], + "provenience": [ + "Italy", + "Firenze" + ], + "culture": ["Italian"], + "creator": ["Antonio Poli"], + "material": ["Paper"], + "accession_credit_line": ["Deposited by R. Stewart Culin, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/5818", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15604" +}, +{ + "emuIRN": "236604", + "description": "Playing Card Deck - 40 cards. Blue printed back with abstract design. Made by Antonio Poli", + "technique": ["Printed"], + "provenience": [ + "Italy", + "Firenze" + ], + "culture": ["Italian"], + "creator": ["Antonio Poli"], + "material": ["Paper"], + "accession_credit_line": ["Deposited by R. Stewart Culin, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/236604", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15607" +}, +{ + "emuIRN": "141065", + "description": "Playing card deck - 40 cards similar to 15607. Printed back with orange speckles", + "technique": ["Printed"], + "provenience": [ + "Italy", + "Firenze" + ], + "culture": ["Italian"], + "creator": ["Antonio Poli"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/141065", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15608" +}, +{ + "emuIRN": "319728", + "description": "Playing card deck - 40 cards", + "provenience": [ + "Italy", + "Firenze" + ], + "culture": ["Italian"], + "creator": ["Allesandro Conti Co"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/319728", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15621" +}, +{ + "emuIRN": "119150", + "description": "Playing card deck - Italian/Florentine Pack - 40 cards with wrapper. Printed back, blue abstract design", + "technique": ["Printed"], + "provenience": [ + "Italy", + "Firenze" + ], + "culture": ["Italian"], + "creator": ["Allesandro Conti Co"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack", + "Florentine Pack" + ], + "url": "http://www.penn.museum/collections/object/119150", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15622" +}, +{ + "emuIRN": "92457", + "description": "Playing card deck - 40 cards with wrapper. Printed back with blue abstract design", + "technique": ["Printed"], + "provenience": [ + "Italy", + "Firenze" + ], + "culture": ["Italian"], + "creator": ["Allesandro Conti Co"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/92457", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15623" +}, +{ + "emuIRN": "96949", + "description": "Playing card deck - 40 cards with wrapper. Printed back wtih blue crosses", + "technique": ["Printed"], + "provenience": [ + "Italy", + "Firenze" + ], + "culture": ["Italian"], + "creator": ["Allesandro Conti Co"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/96949", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15624" +}, +{ + "emuIRN": "339968", + "description": "Playing card deck - 40 cards with wrapper", + "provenience": [ + "Italy", + "Firenze" + ], + "culture": ["Italian"], + "creator": ["Allesandro Conti Co"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/339968", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15625" +}, +{ + "emuIRN": "67417", + "description": "Playing card deck - 40 cards with wrapper. Printed back with brown crosses", + "technique": ["Printed"], + "provenience": [ + "Italy", + "Firenze" + ], + "culture": ["Italian"], + "creator": ["Allesandro Conti Co"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/67417", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15627" +}, +{ + "emuIRN": "24859", + "description": "Playing card deck - 40 miniature cards. Printed back with brown crosses. 2 1/2 cm X 3 1/2 cm. Made by Allesandro Conti Co", + "technique": ["Printed"], + "provenience": [ + "Italy", + "Firenze" + ], + "culture": ["Italian"], + "creator": ["Allesandro Conti Co"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/24859", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15628" +}, +{ + "emuIRN": "9413", + "description": "Playing card deck - 52 cards with wrapper. Printed back with pink abstract design", + "technique": ["Printed"], + "provenience": [ + "Italy", + "Firenze" + ], + "culture": ["Italian"], + "creator": ["D. Brogi"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/9413", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15629" +}, +{ + "emuIRN": "292962", + "description": "Playing card deck - 33 hand painted cards. Wrapped back with black heraldic crest and border of black strippling which laps over to front of cards. Incomplete", + "technique": ["Painted"], + "provenience": [ + "Italy", + "Firenze" + ], + "culture": ["Italian"], + "material": ["Paper"], + "period": ["17th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Tarot", + "Minchiate" + ], + "url": "http://www.penn.museum/collections/object/292962", + "native_name": ["Minchiate"], + "date_made_early": "1600", + "date_made": "1600-1699", + "date_made_late": "1699", + "curatorial_section": "Historic", + "object_number": "15633" +}, +{ + "emuIRN": "125307", + "description": "Playing card deck / Minchiate cards - 78 cards. Overside: symmetrical pattern, with stippled border which laps over to front. Underside: swords, coins, etc. Watercolor. Dotted border on both sides.", + "technique": ["Watercolor"], + "provenience": [ + "Italy", + "Firenze" + ], + "culture": ["Italian"], + "material": ["Paper"], + "period": ["17th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Tarot", + "Minchiate" + ], + "url": "http://www.penn.museum/collections/object/125307", + "native_name": ["Minchiate"], + "date_made_early": "1600", + "date_made": "1600-1699", + "date_made_late": "1699", + "curatorial_section": "Historic", + "object_number": "15634" +}, +{ + "emuIRN": "97293", + "description": "Playing card deck / Minchiate - 14 cards, wrapped back with black \"Etruria\" and nymph picture", + "provenience": [ + "Italy", + "Firenze" + ], + "iconography": ["Nymph"], + "culture": ["Italian"], + "material": ["Paper"], + "period": [ + "16th Century", + "17th Century" + ], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Tarot", + "Minchiate" + ], + "url": "http://www.penn.museum/collections/object/97293", + "native_name": ["Minchiate"], + "date_made_early": "1500", + "date_made": "1500-1700", + "date_made_late": "1700", + "curatorial_section": "Historic", + "object_number": "15635" +}, +{ + "emuIRN": "108450", + "description": "Playing card deck / Minchiate - 86 cards. Primitive pictures on each. Specific number card was indicated by crossed swords, scepters, etc. or Roman numerals. Blocks in two upper corners are a combination of green, yellow and white, and idicate the suit. Looks hand-painted. Backs are covered by blue stars on sticks. Stippled border, both sides.", + "technique": ["Painted"], + "provenience": [ + "Italy", + "Firenze" + ], + "culture": ["Italian"], + "material": ["Paper"], + "period": ["19th century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Tarot", + "Minchiate" + ], + "url": "http://www.penn.museum/collections/object/108450", + "native_name": ["Minchiate"], + "date_made_early": "1840", + "date_made": "1840-1850", + "date_made_late": "1850", + "curatorial_section": "Historic", + "object_number": "15636" +}, +{ + "emuIRN": "211375", + "description": "Playing card deck / Minchiate Tarot Cards - 22 cards (incomplete set). Back: blue on white, central rosette and ETRURIA in logo. Blue.white border on back and front overlap. Printed black on white with watercolor details,.", + "provenience": [ + "Italy", + "Florence (Italy)" + ], + "culture": ["Italian"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Tarot", + "Minchiate" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/211375", + "native_name": ["Minchiate"], + "date_made_early": "1775", + "date_made": "c. 1800", + "date_made_late": "1825", + "curatorial_section": "Historic", + "object_number": "15637" +}, +{ + "emuIRN": "245791", + "description": "Playing card deck / Minchiate - 3 cards. Wrapped back with black heraldic crest and stipply border which laps over to card face. Watercolor. Dotted border on both sides. Black on white back with \"Paragone\"", + "technique": ["Watercolor"], + "provenience": ["Italy"], + "culture": ["Italian"], + "material": ["Paper"], + "period": ["17th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Tarot", + "Minchiate" + ], + "url": "http://www.penn.museum/collections/object/245791", + "native_name": ["Minchiate"], + "date_made_early": "1600", + "date_made": "1600-1699", + "date_made_late": "1699", + "curatorial_section": "Historic", + "object_number": "15639" +}, +{ + "emuIRN": "65693", + "description": "Jeu de Vingt et un a quatre couleurs. 125 cards. Back: solid blue back. Underside: Numbered game cards in red, green, yellow and blue. Watercolor. Good condition. See see 15515B for instructions. Maker: Imp. J. Marie, Paris", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1892"], + "object_name": [ + "Playing Card Deck", + "Card Game" + ], + "url": "http://www.penn.museum/collections/object/65693", + "date_made_early": "1865", + "date_made": "c. 1890", + "date_made_late": "1890", + "other_numbers": ["45"], + "curatorial_section": "Historic", + "object_number": "15515A" +}, +{ + "emuIRN": "288938", + "description": "Instructions to the card game Jeu de Vingt et Un a Quatre Couleurs", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1892"], + "object_name": [ + "Card Game", + "Instructions" + ], + "url": "http://www.penn.museum/collections/object/288938", + "date_made_early": "1865", + "date_made": "c. 1890", + "date_made_late": "1890", + "other_numbers": ["45"], + "curatorial_section": "Historic", + "object_number": "15515B" +}, +{ + "emuIRN": "301104", + "description": "Playing card deck - 52 cards (A) and wrapper (B). Name Card: Gmo Muarari / Via Cavour / Bari with tax and date stamps - 30 Nov 89. Back: blue on white symmetrical pattern. Maker: Guglielmo Murari, No. 43", + "provenience": [ + "Italy", + "Bari, Italy" + ], + "culture": ["Italian"], + "creator": ["Guglielmo Murari"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Playing Card Deck"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/301104", + "date_made_early": "30 Nov 1890", + "date_made": "11/30/1890", + "date_made_late": "30 Nov 1890", + "other_numbers": ["43"], + "curatorial_section": "Historic", + "object_number": "15531A" +}, +{ + "emuIRN": "125602", + "description": "Playing Cards (A) and wrapper (B)", + "provenience": ["Bari, Italy"], + "culture": ["Italian"], + "creator": ["Guglielmo Murari"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Playing Card Wrapper"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/125602", + "date_made_early": "30 Nov 1890", + "date_made": "11/30/1890", + "date_made_late": "30 Nov 1890", + "other_numbers": ["43"], + "curatorial_section": "Historic", + "object_number": "15531B" +}, +{ + "emuIRN": "199714", + "description": "Playing card deck - 52 cards with wrapper. Printed back with blue abstract design", + "technique": ["Printed"], + "provenience": [ + "Italy", + "Firenze" + ], + "culture": ["Italian"], + "creator": ["D. Brogi"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/199714", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15631A" +}, +{ + "emuIRN": "202001", + "description": "Playing card deck / Minchiate Cards - 96 cards. Made by D. Brogi. Marble blue-white underside. Black & white dotted border overside. Suites: cup, medallion, sword, club and miscellaneous.", + "provenience": [ + "Italy", + "Firenze" + ], + "culture": ["Italian"], + "creator": ["D. Brogi"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Tarot", + "Minchiate" + ], + "url": "http://www.penn.museum/collections/object/202001", + "native_name": ["Minchiate"], + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1892", + "curatorial_section": "Historic", + "object_number": "15632A" +}, +{ + "emuIRN": "46418", + "description": "Combination playing cards and fortune telling Tarot deck - Livre du Destin. 33 cards - 32 numbered/labeled cards and 1 blank. Captions in French. Small traditional playing card depicted in upper left corner. Back: teal and maroon plaid. Maker: H. Pussey", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "creator": ["H. Pussey"], + "material": ["Paper"], + "period": ["19th century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1891"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/46418", + "date_made_early": "1866", + "date_made": "c. 1891", + "date_made_late": "1891", + "other_numbers": ["29-191-141"], + "curatorial_section": "Historic", + "object_number": "9008A" +}, +{ + "emuIRN": "81006", + "description": "Playing Card Deck - 78 cards. Grand Eteillaon Tarots Egyptiens. Central picture with French caption on all 4 sides of frame. Numbered 1-78 in each of 4 corners. Back: abstract pattern in blue, yellow, red and red on natural cardboard.", + "provenience": ["France"], + "culture": ["French"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1891"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/81006", + "date_made_early": "1866", + "date_made": "c. 1891", + "date_made_late": "1891", + "curatorial_section": "Historic", + "object_number": "9009A" +}, +{ + "emuIRN": "172139", + "description": "Petit Eteilla. Tarot / Playing Card Deck - 33 cards (a) with booklet (B) and Box (c) Standard playing card deck in center; fortunes on 4 sides. Back: Brick red.", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1891"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/172139", + "date_made_early": "1866", + "date_made": "c. 1891", + "date_made_late": "1891", + "curatorial_section": "Historic", + "object_number": "9013A" +}, +{ + "emuIRN": "245792", + "description": "Playing card deck / Minchiate - 15 cards. Wrapped back with 8 circles in black and stippled border which laps over onto card face.", + "provenience": ["Italy"], + "culture": ["Italian"], + "material": ["Paper"], + "period": [ + "17th Century", + "18th century" + ], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Tarot", + "Minchiate" + ], + "url": "http://www.penn.museum/collections/object/245792", + "native_name": ["Minchiate"], + "date_made_early": "1675", + "date_made": "c 1700", + "date_made_late": "1725", + "curatorial_section": "Historic", + "object_number": "15640" +}, +{ + "emuIRN": "49592", + "description": "Playing card deck / Minchiate - 97 cards. 56 Minor numbers and 41 Major Underside: coins, swords, cups, clubs, etc. Overside: blue pattern on white. Stippled border, both sides. Watercolor.", + "technique": ["Watercolor"], + "provenience": [ + "Italy", + "Florence (Italy)" + ], + "culture": ["Italian"], + "material": ["Paper"], + "period": ["19th century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Tarot", + "Minchiate" + ], + "url": "http://www.penn.museum/collections/object/49592", + "native_name": ["Minchiate"], + "date_made_early": "1840", + "date_made": "1840-1850", + "date_made_late": "1850", + "curatorial_section": "Historic", + "object_number": "15641" +}, +{ + "emuIRN": "59991", + "description": "Playing card deck / Minchiate - 94 cards with box. printed back with blue pattern, stippled border on card faces. Overside: black dot on white border. Underside: 92 blue on white, 2 pink on white.", + "technique": ["Printed"], + "provenience": [ + "Italy", + "Florence (uncertain)" + ], + "culture": ["Italian"], + "material": ["Paper"], + "period": ["19th century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Tarot", + "Minchiate" + ], + "url": "http://www.penn.museum/collections/object/59991", + "native_name": ["Minchiate"], + "date_made_early": "1840", + "date_made": "1840-1850", + "date_made_late": "1850", + "curatorial_section": "Historic", + "object_number": "15642" +}, +{ + "emuIRN": "201047", + "description": "Playing card deck - 38 cards (incomplete); rounded corners. Suits: clubs, diamonds, Hearts, Spades. Hand painted on face, printed marble design on back. 9 X 5.7 cm", + "technique": [ + "Painted", + "Printed" + ], + "provenience": [ + "Italy", + "Firenze" + ], + "culture": ["Italian"], + "creator": ["Antonio Poli"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "French Pack" + ], + "url": "http://www.penn.museum/collections/object/201047", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15644" +}, +{ + "emuIRN": "226956", + "description": "Venetian Tarocchi / Tarot Deck with 78 cards. 22 major cards and 56 minor numbers. Underside: cups, coins, swords, clubs, etc. Overside: red dot pattern on white. Watercolor.", + "technique": ["Watercolor"], + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Italian"], + "creator": ["Gumppenberg"], + "material": ["Paper"], + "period": ["19th century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/226956", + "native_name": ["Tarocchi"], + "date_made_early": "1800", + "date_made": "1800-1899", + "date_made_late": "1899", + "curatorial_section": "Historic", + "object_number": "15645" +}, +{ + "emuIRN": "271855", + "description": "Playing card deck / Venetian Tarocchi-Tarot - 77 cards, printed blue back.", + "technique": ["Printed"], + "provenience": [ + "Italy", + "Novara" + ], + "culture": ["Italian"], + "creator": ["Fantini Frances"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/271855", + "native_name": ["Tarocchi"], + "date_made_early": "1800", + "date_made": "1800-1899", + "date_made_late": "1899", + "curatorial_section": "Historic", + "object_number": "15646" +}, +{ + "emuIRN": "106926", + "description": "Geographical Card Game - 5 cards", + "provenience": [ + "Italy", + "Tuscany" + ], + "iconography": ["Geography"], + "culture": ["Italian"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Playing Card Deck"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/106926", + "date_made_early": "1850", + "date_made": "c. 1875", + "date_made_late": "1900", + "curatorial_section": "Historic", + "object_number": "15648" +}, +{ + "emuIRN": "3096", + "description": "Playing card deck / Cucu - incomplete 13 cards (1893). Fabbrica di / Pietro Marchesini / Bologna", + "provenience": [ + "Italy", + "Bologna" + ], + "culture": ["Italian"], + "creator": ["Pietro Marchesini"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Cucu" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/3096", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15649" +}, +{ + "emuIRN": "3097", + "description": "Playing card deck -25 cards (incomplete 1893). Stippled border on face, watercolor. Underside: 3 suits: cups, swords, coins. Overside: Blue blub pattern on white background", + "technique": ["Watercolor"], + "provenience": ["Italy"], + "culture": ["Italian"], + "material": ["Paper"], + "period": ["19th century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/3097", + "date_made_early": "1815", + "date_made": "c. 1840", + "date_made_late": "1865", + "curatorial_section": "Historic", + "object_number": "15650" +}, +{ + "emuIRN": "179518", + "description": "Playing card deck -11 cards with rounded corners. Printed back, black and brown mottling", + "technique": ["Printed"], + "provenience": ["Italy"], + "culture": ["Italian"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/179518", + "native_name": ["Tarocchi"], + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15651" +}, +{ + "emuIRN": "119238", + "description": "Playing card deck - 39/40 cards - \"Fabric di D. Bovari\" Overside: black diagonal stripes. Underside: cups, coins, swords, clubs. Watercolor. White border on both sides. 1\" X 2\"", + "technique": ["Watercolor"], + "provenience": [ + "Italy", + "Bologna" + ], + "culture": ["Italian"], + "creator": ["D. Bovari"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/119238", + "curatorial_section": "Historic", + "object_number": "15655" +}, +{ + "emuIRN": "141668", + "description": "Carte Giocatoli = Playing card deck -40 miniature cards.", + "provenience": [ + "Italy", + "Bologna (uncertain)" + ], + "culture": ["Italian"], + "creator": ["Carte Giocatoli"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/141668", + "native_name": ["Carte Giocatoli"], + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15656" +}, +{ + "emuIRN": "240539", + "description": "Playing card deck - 40 miniature cards, salmon back. Made by Carte Giocatoli. 2 X 3 cm", + "provenience": [ + "Italy", + "Bologna (uncertain)" + ], + "culture": ["Italian"], + "creator": ["Carte Giocatoli"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/240539", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15658" +}, +{ + "emuIRN": "264907", + "description": "Playing card deck - 40 miniature cards. Primitive watercolor. No numerals. Balls, swords, clubs, and eggcups represent the different suits. Face cards are all different. Backs are navy blue. Made by Pietro Marchesini. 2 X 3 cm", + "technique": ["Watercolor"], + "provenience": [ + "Italy", + "Bologna" + ], + "culture": ["Italian"], + "creator": ["Pietro Marchesini"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/264907", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15659" +}, +{ + "emuIRN": "264908", + "description": "Playing card deck - 32 miniature cards. Blue grid back. Overside: blue squares with dotted diagonals on white. 1 1/2 X 2 1/2 cm", + "provenience": ["Italy"], + "culture": ["Italian"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/264908", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1892", + "curatorial_section": "Historic", + "object_number": "15660" +}, +{ + "emuIRN": "16514", + "description": "Giuoco della Fiera / Mercante in Fiera. Played with 2 identical 40 card decks - one with red marbled back, other with blue marbled back. \"Lit Pineider, Firenze\" printed on PECORA card. Stamp on Red Back PECORA card: -EETCIO DEL BOLEO STRAo / FIRENZE. 12 FEB 92.", + "provenience": [ + "Italy", + "Firenze" + ], + "culture": ["Italian"], + "creator": [ + "F. Pineider", + "G. Pineider" + ], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/16514", + "date_made_early": "12 Feb 1892", + "date_made": "2/12/1892", + "date_made_late": "12 Feb 1892", + "curatorial_section": "Historic", + "object_number": "15661" +}, +{ + "emuIRN": "51652", + "description": "Playing card deck / Minchiate? - 53 historical cards/suits. Watercolor. Wrapped back with black heraldic crest and stippling. Rome I-X, Assyria I-XIV, Persia I-XIII, Greece I-X", + "technique": ["Watercolor"], + "provenience": [ + "Italy", + "Firenze" + ], + "iconography": [ + "History", + "Rome", + "Greece", + "Assyria", + "Persian" + ], + "culture": ["Italian"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/51652", + "date_made_early": "1600", + "date_made": "1600-1699", + "date_made_late": "1699", + "curatorial_section": "Historic", + "object_number": "15662" +}, +{ + "emuIRN": "303621", + "description": "Card Game - Biblical cards", + "provenience": ["France"], + "culture": ["French"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Card Game"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/303621", + "date_made_early": "1800", + "date_made": "c. 1825", + "date_made_late": "1850", + "curatorial_section": "Historic", + "object_number": "15666" +}, +{ + "emuIRN": "82226", + "description": "Playing card deck - 52 Whist cards. Probably made in France and sold in Italy - see ace of hearts for Italian stamp. Maker: Piere Montalan", + "provenience": ["France"], + "culture": ["French"], + "creator": ["Piere Montalan"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/82226", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15669" +}, +{ + "emuIRN": "185090", + "description": "Playing card deck - 52 cards with rounded corners and original wrapper (pink). Watermark of old man's face. Stamp on ace of clubs. Gold edges. Watercolor. Maker: B. P. Grimaud", + "technique": ["Watercolor"], + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "creator": ["B. P. Grimaud"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/185090", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15671" +}, +{ + "emuIRN": "274212", + "description": "Card Game - Questions and Answers", + "provenience": ["France"], + "culture": ["French"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Card Game"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/274212", + "date_made_early": "1775", + "date_made": "c. 1800", + "date_made_late": "1825", + "curatorial_section": "Historic", + "object_number": "15672" +}, +{ + "emuIRN": "278240", + "description": "Miniature Playing Card Deck - 34 cards with wrapper: Petites Carte a Jouer / Knave of Spades / Olivier-Pinot, Editeur a Epinal. French Suits: Diamonds, hearts, spades, clubs. Red or Black on natural cardboard, hand colored court cards. Cards: Ace, King, Queen, Knave, 10, 9, 8, 7 . Ace Spade Imprint: Imp Lith Oliveri Peinot Epinal. Extra 7 of hearts and 9 of diamonds. 2 X 3 cm", + "provenience": [ + "France", + "Epinal" + ], + "culture": ["French"], + "creator": ["Olivier-Pinot"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Piquet" + ], + "url": "http://www.penn.museum/collections/object/278240", + "date_made_early": "1800", + "date_made": "1800-1899", + "date_made_late": "1899", + "curatorial_section": "Historic", + "object_number": "15673" +}, +{ + "emuIRN": "4903", + "description": "Playing Card Deck - 32 miniature cards with original wrapper. Watercolor in yellow, pink, black on white. White border and underside. Maker: Ch. Pellerin. 5.8 X4.3 cm", + "technique": ["Watercolor"], + "provenience": [ + "France", + "Epinal" + ], + "culture": ["French"], + "creator": ["Ch. Pellerin"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/4903", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15674" +}, +{ + "emuIRN": "10929", + "description": "Playing Card Deck - 18 cards with wrapper fragment. French piquet court cards divided. Rounded corners, blue abstract back.", + "provenience": ["France"], + "culture": ["French"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Piquet" + ], + "url": "http://www.penn.museum/collections/object/10929", + "date_made_early": "1785", + "date_made": "c. 1810", + "date_made_late": "1835", + "curatorial_section": "Historic", + "object_number": "15675" +}, +{ + "emuIRN": "40397", + "description": "Playing Card Deck - 27 cards. French piquet court cards divided. Underside: red on white", + "provenience": ["France"], + "culture": ["French"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Piquet" + ], + "url": "http://www.penn.museum/collections/object/40397", + "date_made_early": "1785", + "date_made": "c. 1810", + "date_made_late": "1835", + "curatorial_section": "Historic", + "object_number": "15676" +}, +{ + "emuIRN": "216801", + "description": "Playing Card Deck / Tarot - 24 cards, 12 pairs. Reproductions of French outline woodcut. One pair labled \"Hector\", another \"lahre.\" Rest unlabeled. Back: yellow octagons, red dots, blue border. 3 1/4 X 2 1/4 in", + "provenience": ["France"], + "culture": ["French"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/216801", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15677" +}, +{ + "emuIRN": "295410", + "description": "Playing Card Deck - 32 cards with wrapper. Printed back, lack and red zig-zags. Joseph/Josef Glanz, No. 60", + "technique": ["Printed"], + "provenience": [ + "Austria", + "Vienna" + ], + "culture": ["Austrian"], + "creator": ["Joseph Glanz"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "German Pack" + ], + "url": "http://www.penn.museum/collections/object/295410", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "other_numbers": ["60"], + "curatorial_section": "Historic", + "object_number": "15680" +}, +{ + "emuIRN": "89930", + "description": "Playing Card Deck - 54 cards with original black on white wrapper. Printed back with black and red zig-zags. Maker: Joseph/Josef Glanz,", + "technique": ["Printed"], + "provenience": [ + "Austria", + "Vienna" + ], + "culture": ["Austrian"], + "creator": ["Joseph Glanz"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/89930", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15682" +}, +{ + "emuIRN": "76660", + "description": "Playing card deck - 51 miniature cards with original blue on white wrapper. Overside: face cards split in half by yellow rectangl, faces childlike. Underside: black on white. Joseph/Josef Glanz,", + "provenience": [ + "Austria", + "Vienna" + ], + "culture": ["Austrian"], + "creator": ["Joseph Glanz"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/76660", + "curatorial_section": "Historic", + "object_number": "15683" +}, +{ + "emuIRN": "214233", + "description": "Playing Card Deck - 78 cards with original wrapper. Overside: tan with tiny brown flower pattern. Joseph/Josef Glanz,", + "provenience": [ + "Austria", + "Vienna" + ], + "culture": ["Austrian"], + "creator": ["Joseph Glanz"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/214233", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15684" +}, +{ + "emuIRN": "20055", + "description": "Schweizer-Deutsche pack. 32 printed cards with original wrapper. Underside: black and orange and white non-symmetrical pattern. Joseph/Josef Glanz,", + "technique": ["Printed"], + "provenience": [ + "Austria", + "Vienna" + ], + "culture": ["Austrian"], + "creator": ["Joseph Glanz"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "German Pack" + ], + "url": "http://www.penn.museum/collections/object/20055", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15686" +}, +{ + "emuIRN": "74063", + "description": "Playing card deck - 52 cards", + "provenience": [ + "Austria", + "Vienna" + ], + "culture": ["Austrian"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/74063", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15687" +}, +{ + "emuIRN": "22162", + "description": "Playing Card Deck - 52 cards with original pink, green and white wrapper. Overside: reddish linear design pattern. Watercolor", + "technique": ["Watercolor"], + "provenience": [ + "Austria", + "Vienna" + ], + "culture": ["Austrian"], + "creator": ["C. Titze & Schink"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/22162", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15688" +}, +{ + "emuIRN": "209626", + "description": "Playing Card Deck - 36 cards with original wrapper. Salzburger Deutsche. Suits: balloons, hearts, acorns, leaves. No numerals, just appropriate symbols. Backs: black, red and white zig-zag. C. Titze & Schink #32", + "provenience": [ + "Austria", + "Vienna" + ], + "culture": ["Austrian"], + "creator": ["C. Titze & Schink"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "German Pack" + ], + "url": "http://www.penn.museum/collections/object/209626", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "other_numbers": ["32"], + "curatorial_section": "Historic", + "object_number": "15690" +}, +{ + "emuIRN": "94163", + "description": "Playing Card Deck - 40 cards with wrapper. Primitive pictures, red blue and yellow. Backs: blue design on white", + "provenience": [ + "Austria", + "Vienna" + ], + "culture": ["Austrian"], + "creator": ["Piatnikefigli"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/94163", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15693" +}, +{ + "emuIRN": "77831", + "description": "Playing Card Deck - 36 cards with wrapper. Suits: acorns, leaves, hearts, balls (German, not Italian as originally noted). Backs: black, red and white zig-zag. Salzburger Deutsche, Joseph. Nejedly No. 74", + "provenience": [ + "Austria", + "Vienna" + ], + "culture": ["Austrian"], + "creator": ["Jph. Nejedly"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "German Pack" + ], + "url": "http://www.penn.museum/collections/object/77831", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "other_numbers": ["74"], + "curatorial_section": "Historic", + "object_number": "15694" +}, +{ + "emuIRN": "188953", + "description": "Playing Card Deck - 48 cards with wrapper. Black and grey checkerboard on back", + "provenience": [ + "Germany", + "Altenburg" + ], + "culture": ["German"], + "creator": ["Gebr. Bechstein"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Gaigel Pack" + ], + "url": "http://www.penn.museum/collections/object/188953", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15696" +}, +{ + "emuIRN": "209627", + "description": "Playing Card Deck - 40 cards with wrapper. Rounded corners. Backs are dotted brown, dark brown with light brown circles", + "provenience": [ + "Germany", + "Altenburg" + ], + "culture": ["German"], + "creator": ["Gebr. Bechstein"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "German Pack" + ], + "url": "http://www.penn.museum/collections/object/209627", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15700" +}, +{ + "emuIRN": "198495", + "description": "Playing Card Deck - 36 cards with wrapper. rounded corners, gilt edges. Backs: blue and black patterns on brown.", + "provenience": [ + "Germany", + "Leipzig" + ], + "culture": ["German"], + "creator": ["T. O. Weigel"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "German Pack" + ], + "url": "http://www.penn.museum/collections/object/198495", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15701" +}, +{ + "emuIRN": "94164", + "description": "Playing Card Deck - 36 printed cards with original wrapper. Rounded gold corners. Underside: black on white plaid.", + "technique": ["Printed"], + "provenience": [ + "Germany", + "Munich" + ], + "culture": ["German"], + "creator": ["Ad. Hasanauer"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "German Pack" + ], + "url": "http://www.penn.museum/collections/object/94164", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15703" +}, +{ + "emuIRN": "188954", + "description": "Playing Card Deck - 36 cards with wrapper and box (folder). Red arabesque design on back. Maker: C. L. Wust.", + "provenience": [ + "Germany", + "Frankfurt" + ], + "culture": ["German"], + "creator": ["C. L. Wust"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Piquet" + ], + "url": "http://www.penn.museum/collections/object/188954", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15706" +}, +{ + "emuIRN": "213238", + "description": "Playing Card Deck - 52 cards. Miniature Suisse album. Backs: white with maroon flowers and dots. Maker: C. L. Wust.", + "provenience": [ + "Germany", + "Frankfurt" + ], + "culture": ["German"], + "creator": ["C. L. Wust"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/213238", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15707" +}, +{ + "emuIRN": "331869", + "description": "Playing Card Deck - 36 cards with wrapper. Brown and blue plaid print back. Maker: C. L. Wust; No. 44", + "provenience": [ + "Germany", + "Frankfurt" + ], + "culture": ["German"], + "creator": ["C. L. Wust"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "German Pack" + ], + "url": "http://www.penn.museum/collections/object/331869", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "other_numbers": ["44"], + "curatorial_section": "Historic", + "object_number": "15710" +}, +{ + "emuIRN": "145640", + "description": "Spiel-Karten = Playing Card Deck - 36 cards with box. Suits: Hearts, Leaves, Acorns and Bells. Numbers: Ace, 6, 7, 8, 9, and 10; 2-5 are suppressed. Court: Koinig, Obermann and Untermann. Back: Pink pattern", + "provenience": [ + "Germany", + "Frankfurt" + ], + "culture": ["German"], + "creator": ["B. Dondorf"], + "material": ["Paper"], + "period": ["19th century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "German Pack" + ], + "url": "http://www.penn.museum/collections/object/145640", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15712" +}, +{ + "emuIRN": "223253", + "description": "Playing Card Deck - 52 cards with wrapper. Backs: white with design, red diamond within rectangle outside circle", + "provenience": [ + "Germany", + "Frankfurt" + ], + "culture": ["German"], + "creator": ["B. Dondorf"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/223253", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15713" +}, +{ + "emuIRN": "61850", + "description": "Playing Card Deck - 52 miniature cards in box. Printed back with birds and fountain. Pink box. Maker: B. Dondorf. 3 X 5 cm", + "technique": ["Printed"], + "provenience": [ + "Germany", + "Frankfurt" + ], + "culture": ["German"], + "creator": ["B. Dondorf"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/61850", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15718" +}, +{ + "emuIRN": "170441", + "description": "Playing Card Deck - 52 miniarure cards in box. Printed back with birds and fountain. Blue Box. Maker: B. Dondorf. 3 X 5 cm", + "technique": ["Printed"], + "provenience": [ + "Germany", + "Frankfurt" + ], + "culture": ["German"], + "creator": ["B. Dondorf"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/170441", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15719" +}, +{ + "emuIRN": "170442", + "description": "Playing Card Deck - 52 miniature cards in box. Blue back printed with engraving of old King and 3 children. Maker: B. Dondorf. 2 1/2 X 3 1/2 cm", + "technique": ["Printed"], + "provenience": [ + "Germany", + "Frankfurt" + ], + "culture": ["German"], + "creator": ["B. Dondorf"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/170442", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15720" +}, +{ + "emuIRN": "282084", + "description": "Card Game - 36 fortune telling cards in box with instructions in German. Multicolored print back with gold embossing.", + "technique": [ + "Printed", + "Embossed" + ], + "provenience": [ + "Germany", + "Frankfurt" + ], + "culture": ["German"], + "creator": ["B. Dondorf"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Fortune Telling Card" + ], + "url": "http://www.penn.museum/collections/object/282084", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15722" +}, +{ + "emuIRN": "151783", + "description": "Playing Card Deck - 36 cards whit wrapper, blue on pale blue. Rounded, gilded corners. Blue print back of leaf and flower.", + "technique": [ + "Printed", + "Gilded" + ], + "provenience": [ + "Germany", + "Frankfurt" + ], + "culture": ["German"], + "creator": ["B. Dondorf"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Piquet" + ], + "url": "http://www.penn.museum/collections/object/151783", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15723" +}, +{ + "emuIRN": "183876", + "description": "Playing Card Deck - Whist with 15 cards. 3 have pictures of scenery on back. 12 have men and women in native (Swiss) costumes on back", + "provenience": [ + "Switzerland", + "Schaffhausen" + ], + "iconography": ["Costumes"], + "culture": ["Swiss"], + "creator": ["Jean Muller"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/183876", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15726" +}, +{ + "emuIRN": "284966", + "description": "Playing Card Deck - 52 miniature cards with box. Rounded, gilded corners. Probably for children- face cards have children dressed as royalty", + "technique": ["Gilded"], + "provenience": [ + "Switzerland", + "Schaffhausen" + ], + "culture": ["Swiss"], + "creator": ["Jean Muller"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/284966", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15728" +}, +{ + "emuIRN": "56056", + "description": "Playing Card Deck - 36 cards with wrapper (blue on white). Rounded corners. Printed back woth black floretta on orange.", + "technique": ["Printed"], + "provenience": [ + "Switzerland", + "Geneva" + ], + "culture": ["Swiss"], + "creator": ["C. Fulpius"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Piquet" + ], + "url": "http://www.penn.museum/collections/object/56056", + "curatorial_section": "Historic", + "object_number": "15730" +}, +{ + "emuIRN": "19319", + "description": "Playing Card Deck - 36 cards with original blue on white wrapper. Underside: blue and black on orange plaid. Printed", + "technique": ["Printed"], + "provenience": [ + "Switzerland", + "Schaffhausen" + ], + "culture": ["Swiss"], + "creator": ["Jean Muller"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "German Pack" + ], + "url": "http://www.penn.museum/collections/object/19319", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15731" +}, +{ + "emuIRN": "225888", + "description": "Playing Card Deck / Tarot - 71 cards. Backs: blue on white", + "provenience": [ + "Germany", + "Augsburg" + ], + "culture": ["German"], + "creator": ["Joh Jobst Foster"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/225888", + "date_made_early": "1700", + "date_made": "1700-1799", + "date_made_late": "1799", + "curatorial_section": "Historic", + "object_number": "15733" +}, +{ + "emuIRN": "295270", + "description": "Playing Card Deck / French? pack - 52 cards.", + "provenience": ["Germany (uncertain)"], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "French Pack" + ], + "url": "http://www.penn.museum/collections/object/295270", + "date_made_early": "1675", + "date_made": "c. 1700", + "date_made_late": "1725", + "curatorial_section": "Historic", + "object_number": "15734" +}, +{ + "emuIRN": "286059", + "description": "Playing Card Deck - Hexen Pack / Witch Cards = Cucu. 32 cards printed in color: 12 cards with numbers I - XII printed in red. 2 cards per picture - Fool, Witch, Glass, Plate, Sausage, Inn (in/out), Cat, Horse, Sentry, Parrot. Picture cards are not identical, variations in details.", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Cucu" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/286059", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15735" +}, +{ + "emuIRN": "143313", + "description": "Playing Card Deck - 31 (or 32) cards . Printed in Color - Watercolor. Overside: marble pattern design. Underside: scenes of country - 12 cards with numbers I - XII printed in black. 2 cards per picture - Fool, Witch, Glass, Plate, Sausage, Inn (in/out), Cat, Horse, Sentry, Parrot", + "technique": ["Watercolor"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Cucu" + ], + "url": "http://www.penn.museum/collections/object/143313", + "date_made_early": "1700", + "date_made": "1700-1799", + "date_made_late": "1799", + "curatorial_section": "Historic", + "object_number": "15736" +}, +{ + "emuIRN": "95345", + "description": "Playing Card Deck - 37 cards. Backs: pink diamond and flower pattern on white background. primitively painted.", + "technique": ["Painted"], + "provenience": [ + "Germany", + "Munich" + ], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/95345", + "date_made_early": "1700", + "date_made": "1700-1799", + "date_made_late": "1799", + "curatorial_section": "Historic", + "object_number": "15737" +}, +{ + "emuIRN": "100436", + "description": "Playing Card Deck - Trapolla - 36 card deck. 4 Italian suits; 9 cards each", + "provenience": ["Austria"], + "culture": ["Austrian"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Trappola" + ], + "url": "http://www.penn.museum/collections/object/100436", + "native_name": ["Trappola"], + "date_made_early": "1725", + "date_made": "c. 1750", + "date_made_late": "1775", + "curatorial_section": "Historic", + "object_number": "15738" +}, +{ + "emuIRN": "165720", + "description": "Playing Card Deck - 36 cards with wrapper. Printed back with black and brown zig-zags", + "provenience": [ + "Austria", + "Innsbruck" + ], + "culture": ["Austrian"], + "creator": ["Josef Fasser"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "German Pack" + ], + "url": "http://www.penn.museum/collections/object/165720", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15740" +}, +{ + "emuIRN": "277657", + "description": "Playing Card Deck - 33 cards with wrapper. Queen and purple acorn pattern on back.", + "provenience": [ + "Austria", + "Innsbruck" + ], + "culture": ["Austrian"], + "creator": ["Josef Fasser"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "German Pack" + ], + "url": "http://www.penn.museum/collections/object/277657", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15741" +}, +{ + "emuIRN": "268701", + "description": "Playing Card Deck - 35 cards with wrapper. Black, red, blue plaid print on back. Printed", + "technique": ["Printed"], + "provenience": [ + "Germany", + "Altenburg" + ], + "culture": ["German"], + "creator": ["Gebr. Bechstein"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "German Pack" + ], + "url": "http://www.penn.museum/collections/object/268701", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15742" +}, +{ + "emuIRN": "65808", + "description": "Playing Card Deck - 52 cards with wrapper. Back: light blue on white. Printed", + "technique": ["Printed"], + "provenience": [ + "Switzerland", + "Hasle" + ], + "culture": ["Swiss"], + "creator": ["Walter & Graenicher"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/65808", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15744" +}, +{ + "emuIRN": "324915", + "description": "Playing Card Deck - 36 cards MArked \"FX (anchor) Sch\"", + "provenience": [ + "Switzerland", + "Schaffhausen" + ], + "culture": ["Swiss"], + "creator": ["F.X."], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "German Pack" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/324915", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15745" +}, +{ + "emuIRN": "201773", + "description": "Playing Card Deck - 36 cards with wrapper. Black plaid back. Discolored by moisture", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "German Pack" + ], + "url": "http://www.penn.museum/collections/object/201773", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15746" +}, +{ + "emuIRN": "300753", + "description": "Playing Card Deck - 32 cards with wrapper (red on white). Orange and green plaid back.", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Piquet" + ], + "url": "http://www.penn.museum/collections/object/300753", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15747" +}, +{ + "emuIRN": "268875", + "description": "Playing Card Deck - 36 cards with wrapper. Black plaid back.", + "provenience": [ + "Switzerland", + "Zurich" + ], + "culture": ["Swiss"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Piquet" + ], + "url": "http://www.penn.museum/collections/object/268875", + "date_made_early": "1883", + "date_made": "1883", + "date_made_late": "1883", + "curatorial_section": "Historic", + "object_number": "15748" +}, +{ + "emuIRN": "89151", + "description": "Playing Card Deck - 52 cards. back is red on white. Has a manufacturors seal from Breslau and an official stamp from Florence, Italy.", + "provenience": [ + "Germany", + "Breslau" + ], + "culture": ["German"], + "creator": ["Joseph Tratscheck"], + "material": ["Paper"], + "period": ["18th century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "French Pack", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/89151", + "date_made_early": "1700", + "date_made": "1700-1799", + "date_made_late": "1799", + "curatorial_section": "Historic", + "object_number": "15750" +}, +{ + "emuIRN": "107135", + "description": "2 sets of 24 cards each. Wrapped backs with blue printing. The 2 sets are different sizes and have different designs printed on them.", + "provenience": [ + "Italy", + "Bologna" + ], + "culture": ["Italian"], + "creator": ["Pietro Manchesini"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Cucu" + ], + "url": "http://www.penn.museum/collections/object/107135", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15751" +}, +{ + "emuIRN": "13099", + "description": "Playing Card Deck - 52 cards. French suits.", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Whist" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/13099", + "date_made_early": "1785", + "date_made": "c. 1810", + "date_made_late": "1835", + "curatorial_section": "Historic", + "object_number": "15752" +}, +{ + "emuIRN": "340047", + "description": "Playing Card Deck - 36 miniature cards with wrapper. Printed. Back: black on white plaid. Front: white border on front", + "provenience": [ + "Germany", + "Munich" + ], + "culture": ["German"], + "creator": ["Herbst"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Gaigel Pack" + ], + "url": "http://www.penn.museum/collections/object/340047", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15756" +}, +{ + "emuIRN": "229824", + "description": "Playing Card Deck - 32 possible cards. Black print on plain light background. Suite: hearts, balls, acorns and spade. 8 Cards per suit - 7-10, 3 figures, 1 Ace. Acorn Ace logo: Ioseph Henseler Von. Reproduction of original in Baierischen National Museum, Munich; Breite Karte Nos 22 (card description), 63 (summary count) and 77", + "provenience": [ + "Germany", + "Munich" + ], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/229824", + "date_made_early": "1884", + "date_made": "1884-1892", + "date_made_late": "1892", + "other_numbers": [ + "22", + "63", + "77" + ], + "curatorial_section": "Historic", + "object_number": "15758" +}, +{ + "emuIRN": "193830", + "description": "Playing Card Deck - 16 cards (complete); Black print on plain light background; plain white background. Suite: hearts, balls, acorns and spade. Ace and 3 face cards per suit. Heart Ace Label: Gluck; Bell Ace Label: Viel. Reproduction of original in Baierischen National Museum, Munich; Breite Karte Nos 23 (card description), 64 (count summary)", + "provenience": [ + "Germany", + "Munich" + ], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/193830", + "date_made_early": "1884", + "date_made": "1884-1892", + "date_made_late": "1892", + "other_numbers": [ + "23", + "64" + ], + "curatorial_section": "Historic", + "object_number": "15759" +}, +{ + "emuIRN": "193831", + "description": "Playing Card Deck - 28 cards with label. Black print on plain light background; plain white background. Suite: hearts, balls, acorns and spade. Ace and 3 face cards per suit. Acorn Ace: Sigl Ambt Munchen; Heart King: Churfufl Karten. Only 15 cards found 1936/2013 - 4 acorns, 5 hearts, 3 bells and 3 leaves. Reproduction of original in Baierischen National Museum, Munich; Breite Karte Nos 24 (card description), 65 (count summary)", + "provenience": [ + "Germany", + "Munich" + ], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/193831", + "date_made_early": "1884", + "date_made": "1884-1892", + "date_made_late": "1892", + "other_numbers": [ + "24", + "65" + ], + "curatorial_section": "Historic", + "object_number": "15760" +}, +{ + "emuIRN": "246750", + "description": "Playing Card Deck - 24 cards with label. Black print on plain light background; plain white background. Suite: hearts, balls, acorns and spade. 9 cards/suit: 6-10, 3 faces, Ace. Reproduction of original in Baierischen National Museum, Munich; Breite Karte Nos 25 (card description), 66 (count summary)", + "provenience": [ + "Germany", + "Munich" + ], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Reproduction" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/246750", + "date_made_early": "1884", + "date_made": "1884-1892", + "date_made_late": "1892", + "other_numbers": [ + "25", + "66" + ], + "curatorial_section": "Historic", + "object_number": "15761" +}, +{ + "emuIRN": "92810", + "description": "Playing Card Deck - 2 cards; Reproduction of original in Baierischen National Museum, Munich; Feine Deutsche Eichelkarts No. 26, 67", + "provenience": [ + "Germany", + "Munich" + ], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Reproduction" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/92810", + "date_made_early": "1884", + "date_made": "1884-1893", + "date_made_late": "1893", + "other_numbers": [ + "26", + "67" + ], + "curatorial_section": "Historic", + "object_number": "15762" +}, +{ + "emuIRN": "83753", + "description": "Playing Card Deck - 6 cards; Heart Ace, King (blank logo), Ober, Under, 8 and 7 - both with blank logo. Reproduction of original in Baierischen National Museum, Munich; Ordinarie Deutsche Eichelkarts No. 27, 68", + "provenience": [ + "Germany", + "Munich" + ], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Reproduction" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/83753", + "date_made_early": "1884", + "date_made": "1884-1892", + "date_made_late": "1892", + "other_numbers": [ + "27", + "68" + ], + "curatorial_section": "Historic", + "object_number": "15763" +}, +{ + "emuIRN": "33594", + "description": "Playing Card Deck - 2 cards and label. Reproduction of original in Baierischen National Museum, Munich; Mittlere Deutsche Eichelkarts No. 28, 69", + "provenience": [ + "Germany", + "Munich" + ], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Reproduction" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/33594", + "date_made_early": "1884", + "date_made": "1884-1892", + "date_made_late": "1892", + "other_numbers": [ + "28", + "69" + ], + "curatorial_section": "Historic", + "object_number": "15764" +}, +{ + "emuIRN": "218903", + "description": "Playing Card Deck - 10 cards and label. Leaves and Hearts ace and court cards; also 7 and 8 of hearts. Reproduction of original in Baierischen National Museum, Munich; Mittlere Deutsche Eichelkarts No. 29, 70", + "provenience": [ + "Germany", + "Munich" + ], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Reproduction" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/218903", + "date_made_early": "1884", + "date_made": "1884-1892", + "date_made_late": "1892", + "other_numbers": [ + "29", + "70" + ], + "curatorial_section": "Historic", + "object_number": "15765" +}, +{ + "emuIRN": "187570", + "description": "Playing Card Deck - 24 cards; Spanish Suits: Swords, Coins, Clubs, Cups. Swords numbered 1-12; Coins, 1, 11-12, Clubs 1, 11-12; Cups 1, 10-11. Reproduction of original in Baierischen National Museum, Munich; Spanish Karte No. 11, 62", + "provenience": [ + "Germany", + "Munich" + ], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Spanish Pack", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/187570", + "date_made_early": "1884", + "date_made": "1884-1892", + "date_made_late": "1892", + "other_numbers": [ + "11", + "62" + ], + "curatorial_section": "Historic", + "object_number": "15766" +}, +{ + "emuIRN": "295052", + "description": "Playing Card Deck - 2 cards and label; Reproduction of original in Baierischen National Museum, Munich; Feine Deutsche Eichelkarte No. 30, 71, 78, 79", + "provenience": [ + "Germany", + "Munich" + ], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Reproduction" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/295052", + "date_made_early": "1884", + "date_made": "1884-1892", + "date_made_late": "1892", + "other_numbers": [ + "30", + "71", + "78", + "79" + ], + "curatorial_section": "Historic", + "object_number": "15767" +}, +{ + "emuIRN": "72772", + "description": "Playing Card Deck - 2 cards; Reproduction of original in Baierischen National Museum, Munich; Gemeine Deutsche Eichelkarte No 31, 72", + "provenience": [ + "Germany", + "Munich" + ], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Reproduction" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/72772", + "date_made_early": "1884", + "date_made": "1884-1893", + "date_made_late": "1893", + "other_numbers": [ + "31", + "72" + ], + "curatorial_section": "Historic", + "object_number": "15768" +}, +{ + "emuIRN": "121833", + "description": "Playing Card Deck - 11 cards; 3 Kings - one with blank circular logo and one with blank rectangular logo. 4 queens each holding a different attribute - tulip, rose, fan and object. 4 Valets, one with a shield with 3 helmets and initials LH, axe with initial J and logo Iacob Freng Berg; seond with initial F on axe; 3rd with initial B on axe and 4 with blank logo. Reproduction of original in Baierischen National Museum, Munich; Feine Deutsche Piquet Karte 54 and 76. Original made by Jacob Frankenberger (1760-1780)", + "provenience": [ + "Germany", + "Munich" + ], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Piquet Cards", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/121833", + "date_made_early": "1884", + "date_made": "1884-1892", + "date_made_late": "1892", + "other_numbers": [ + "54", + "76" + ], + "curatorial_section": "Historic", + "object_number": "15769" +}, +{ + "emuIRN": "121834", + "description": "Playing Card Deck - 38 cards; 22 Major cards numbered I - XXI and unnumbered Fool. 16 Minor cards - 4 king, 4 queen, 4 knights, 4 valets. Reproduction of original in Baierischen National Museum, Munich. Deutsche Tarok, # 53, 73, 74, 75.", + "provenience": [ + "Germany", + "Munich" + ], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Tarot Card", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/121834", + "date_made_early": "1884", + "date_made": "1884-1892", + "date_made_late": "1892", + "other_numbers": [ + "53", + "73", + "74", + "75" + ], + "curatorial_section": "Historic", + "object_number": "15770" +}, +{ + "emuIRN": "122826", + "description": "Auffchlag-Karten - Picture and caption", + "provenience": [ + "Austria", + "Vienna" + ], + "culture": ["Austrian"], + "creator": ["C. Fritz"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card", + "Fortune Telling Card" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/122826", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15771" +}, +{ + "emuIRN": "183651", + "description": "Cuku/Cucu Playing Card Deck - incomplete; only 2 cards", + "provenience": ["Europe"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Cucu" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/183651", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15772" +}, +{ + "emuIRN": "265823", + "description": "Playing Card Deck - 43 cards. Watercolor", + "technique": ["Watercolor"], + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/265823", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15774" +}, +{ + "emuIRN": "17957", + "description": "Playing Card deck - 48 cards. 4 Suites: Cups, Coins, Swords, Clubs. Back: blue on white. Coins 1: Premiado en varias / exposciones. Coins 4: Premiado en varias exposiciones / Medalla de oro-alava / de primera clase / Madrid / Las Mas alta recompensa / Paris burdios / Class no. 2. Club 2: Privilegion por esquinas cortadas. Sword 2: Son propiedad / Dibujos depositados. Coin 4: Heraclio Founier / Clase de 2a / Vitoria. Maker: Heraclio Fournier", + "provenience": [ + "Spain", + "Vitoria" + ], + "culture": ["Spanish"], + "creator": ["Heraclio Fournier"], + "material": ["Paper"], + "object_name": ["Playing Card Deck"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/17957", + "date_made_early": "1868", + "date_made": "1868-1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16255" +}, +{ + "emuIRN": "142125", + "description": "Card Deck - 47 cards, watercolor. Backs: red and blue lines on white forming pebble pattern. Maker: Braulio Fournier", + "technique": ["Watercolor"], + "provenience": [ + "Spain", + "Burgos" + ], + "culture": ["Spanish"], + "creator": ["Braulio Fournier"], + "material": ["Paper"], + "object_name": ["Playing Card Deck"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/142125", + "date_made_early": "1860", + "date_made": "1860-1888", + "date_made_late": "1888", + "curatorial_section": "Historic", + "object_number": "16256" +}, +{ + "emuIRN": "156508", + "description": "Playing card deck - 40 cards. Maker: Braulio Fournier", + "provenience": [ + "Spain", + "Burgos" + ], + "culture": ["Spanish"], + "creator": ["Braulio Fournier"], + "material": ["Paper"], + "object_name": ["Playing Card Deck"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/156508", + "date_made_early": "1860", + "date_made": "1860-1888", + "date_made_late": "1888", + "other_numbers": ["1"], + "curatorial_section": "Historic", + "object_number": "16257" +}, +{ + "emuIRN": "170360", + "description": "Playing Card Deck - 40 cards. \"Nueva Baraja Taurina\" All cards have bullfighting theme. Backs: green with white dots", + "provenience": [ + "Spain", + "Burgos" + ], + "iconography": ["Bull Fight"], + "culture": ["Spanish"], + "material": ["Paper"], + "object_name": ["Playing Card Deck"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/170360", + "curatorial_section": "Historic", + "object_number": "16259" +}, +{ + "emuIRN": "170361", + "description": "Playing Card Deck - 48 cards. Back: red on white plaid. Suits: Cups, Clubs, Swords, Coins. Cup 4: De una uoja / Manuat Hermanos / Valencia. Box destroyed except for bottom with object number/source, etc. Maker: Manaut Hermanos, no. 51", + "provenience": [ + "Spain", + "Valencia" + ], + "culture": ["Spanish"], + "creator": ["Manaut Hermanos"], + "material": ["Paper"], + "period": ["19th century"], + "object_name": [ + "Playing Card Deck", + "Spanish Pack" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/170361", + "date_made_early": "1871", + "date_made": " - 1871", + "date_made_late": "1871", + "other_numbers": [ + "5", + "51" + ], + "curatorial_section": "Historic", + "object_number": "16260" +}, +{ + "emuIRN": "253373", + "description": "Playing Card Deck - 40 cards. Maker: Braulio Fournier", + "provenience": [ + "Spain", + "Burgos" + ], + "culture": ["Spanish"], + "creator": ["Braulio Fournier"], + "material": ["Paper"], + "object_name": ["Playing Card Deck"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/253373", + "date_made_early": "1860", + "date_made": "1860-1888", + "date_made_late": "1888", + "other_numbers": ["1"], + "curatorial_section": "Historic", + "object_number": "16261" +}, +{ + "emuIRN": "801", + "description": "Playing Card Deck - 40 children's cards. Wavy blue lines crossing over horizontal blue lines on back. Children featured prominantly in the art. H. 5.2 X 3.7 cm", + "provenience": [ + "Spain", + "Burgos" + ], + "iconography": ["Children"], + "culture": ["Spanish"], + "material": ["Paper"], + "object_name": ["Playing Card Deck"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/801", + "curatorial_section": "Historic", + "object_number": "16262" +}, +{ + "emuIRN": "8949", + "description": "Playing Card Deck - 40 cards, all have spanish verses on them. Underside: black on white. H 6.4 X 4.7 cm", + "provenience": [ + "Spain", + "Burgos" + ], + "culture": ["Spanish"], + "material": ["Paper"], + "object_name": ["Playing Card Deck"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/8949", + "curatorial_section": "Historic", + "object_number": "16263" +}, +{ + "emuIRN": "184828", + "description": "Playing Card Deck - 48 cards, watercolor. Alternating and overlapping straight and wavy lines in red and blue moire pattern on back. Underside: multicolor designs. Made by Wenceslao Guarro.", + "provenience": [ + "Spain", + "Barcelona" + ], + "culture": ["Spanish"], + "creator": ["Wenceslao Guarro"], + "material": ["Paper"], + "period": ["19th century"], + "object_name": ["Playing Card Deck"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/184828", + "curatorial_section": "Historic", + "object_number": "16266" +}, +{ + "emuIRN": "147536", + "description": "Playing Card Deck - 48 cards, watercolor, hand painted. Overside: pattern of blue diagonal lines on white. Underside: multi-color designs. Maker: Jaime Garcia Forsas, H 9.7 X 6 cm", + "technique": ["Watercolor"], + "provenience": [ + "Spain", + "Barcelona" + ], + "culture": ["Spanish"], + "creator": ["Jaime Garcia Forsas"], + "material": ["Paper"], + "object_name": ["Playing Card Deck"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/147536", + "curatorial_section": "Historic", + "object_number": "16268" +}, +{ + "emuIRN": "134345", + "description": "Playing Card Deck - 48 cards. Watercolor. Blue plaid printed back. Each suit represents a continent as its theme: Swords=Europe, Coins=Asia, Lamps=Africa, Clubs=America. Maker: Barna, Fulladora & Co.", + "provenience": [ + "Spain", + "Madrid" + ], + "iconography": [ + "Europe", + "Africa", + "Asia", + "America" + ], + "culture": ["Spanish"], + "creator": ["Barna, Fulladora & Co."], + "material": ["Paper"], + "object_name": ["Playing Card Deck"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/134345", + "curatorial_section": "Historic", + "object_number": "16269" +}, +{ + "emuIRN": "134346", + "description": "Playing Card Deck - 41 cards, 2 sevens of daggers, Maker: Braulio Fournier, #3", + "provenience": [ + "Spain", + "Burgos" + ], + "culture": ["Spanish"], + "creator": ["Braulio Fournier"], + "material": ["Paper"], + "object_name": ["Playing Card Deck"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/134346", + "date_made_early": "1860", + "date_made": "1860-1888", + "date_made_late": "1888", + "other_numbers": ["3"], + "curatorial_section": "Historic", + "object_number": "16270" +}, +{ + "emuIRN": "95750", + "description": "Playing Card Deck - 36 miniature cards. Backs: blue squiggles. Faces: medieval pictures and numbers. Maker: Heraclio Fournier #7", + "provenience": [ + "Spain", + "Vitoria" + ], + "culture": ["Spanish"], + "creator": ["Heraclio Fournier"], + "material": ["Paper"], + "object_name": ["Playing Card Deck"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/95750", + "date_made_early": "1868", + "date_made": "1868-1892", + "date_made_late": "1892", + "other_numbers": ["7"], + "curatorial_section": "Historic", + "object_number": "16271" +}, +{ + "emuIRN": "178615", + "description": "Playing Card Deck - 48 cards. Suits: Cups, Clubs, Swords, Coins. 12 cards individually numbered per suit. Maker: Sebastian Comas y Ricart, 1888. Cups 4: Maker name/date; Cups 2: Naipes de Una hoja / Primer Florete. Cup 11: Ahi Va. Club 5: Ano De 1888. Coin 4: Makers Name. Sword 1: Coret Tabla. Sword 5: vitela di Hilo / Primer Florete. Back: Blue on white checkerboard", + "provenience": [ + "Spain", + "Barcelona" + ], + "culture": ["Spanish"], + "creator": ["Sebastian Comas y Ricart"], + "material": ["Paper"], + "object_name": [ + "Playing Card Deck", + "Spanish Pack" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/178615", + "date_made_early": "1888", + "date_made": "1888", + "date_made_late": "1888", + "curatorial_section": "Historic", + "object_number": "16272" +}, +{ + "emuIRN": "175573", + "description": "Playing Card Deck - 48 cards. Printed blue plaid back (navy squiggles and stripes). Medieval soldiers on face cards. Maker: Wenceslao Guarro. h 9.8 X 6.3 cm", + "provenience": [ + "Spain", + "Barcelona" + ], + "iconography": ["Soldier"], + "culture": ["Spanish"], + "creator": ["Wenceslao Guarro"], + "material": ["Paper"], + "period": ["19th century"], + "object_name": ["Playing Card Deck"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/175573", + "curatorial_section": "Historic", + "object_number": "16273" +}, +{ + "emuIRN": "11445", + "description": "Playing Card Deck - 48 cards. Printed. Cups: El cid picture, Clubs: bust of girl and head of dog. Back: orange on white.", + "technique": ["Printed"], + "provenience": [ + "Spain", + "Valencia" + ], + "iconography": [ + "El Cid", + "Girl", + "Dog" + ], + "culture": ["Spanish"], + "material": ["Paper"], + "object_name": ["Playing Card Deck"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/11445", + "curatorial_section": "Historic", + "object_number": "16277" +}, +{ + "emuIRN": "309072", + "description": "Pack of Playing Cards: A madrilena", + "provenience": [ + "Spain", + "Madrid" + ], + "culture": ["Spanish"], + "material": ["Paper"], + "accession_credit_line": ["Deposited by R. Stewart Culin, 1893"], + "object_name": ["Playing Card Deck"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/309072", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16286" +}, +{ + "emuIRN": "52082", + "description": "Pack of Whist Playing Cards: 52 cards", + "provenience": ["France"], + "culture": ["French"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1892"], + "object_name": [ + "Playing Card Deck", + "Whist" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/52082", + "date_made_early": "1880", + "date_made": "1880", + "date_made_late": "1880", + "curatorial_section": "Historic", + "object_number": "16288" +}, +{ + "emuIRN": "140407", + "description": "32 Spanish cards; incomplete", + "provenience": ["Europe"], + "culture": ["European"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Mrs. Sarah (William D.) Frishmuth, 1894"], + "object_name": [ + "Playing Card Deck", + "Spanish Pack" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/140407", + "curatorial_section": "Historic", + "object_number": "16291" +}, +{ + "emuIRN": "212824", + "description": "52 cards - incomplete (4 of spades listed missing originally / present 1968). Back: black on blue. Very bad condition", + "provenience": ["France (uncertain)"], + "culture": ["French (uncertain)"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Mrs. Sarah (William D.) Frishmuth, 1894"], + "object_name": [ + "Playing Card Deck", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/212824", + "curatorial_section": "Historic", + "object_number": "16292" +}, +{ + "emuIRN": "183634", + "description": "Playing Card Deck: Igraj Karty / Whist. 52 cards. Back - Orange/green plaid on white", + "provenience": ["Russia"], + "culture": ["Russian"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Madam T. Semtchkin, 1893"], + "object_name": [ + "Playing Card Deck", + "Whist" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/183634", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16571" +}, +{ + "emuIRN": "254957", + "description": "Playing card wrapper in Russian (10/1936 and 1967). 66 cards - hearts acorns, spheres, spades. paper black on white (1967 - may or may not go with cards)", + "provenience": ["Russia"], + "culture": ["Russian"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Madam T. Semtchkin, 1893"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/254957", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16572" +}, +{ + "emuIRN": "133638", + "description": "Playing Cards: Kille Kort. 42 cards. Seal on ace of fleur de lille. Black on white. Back: blue dots on white, 9 pair assorted. Poor condition", + "technique": ["Printed"], + "provenience": ["Sweden"], + "culture": ["Swedish"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Mrs. J. K. van Rensellaer, 1893"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/133638", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16575" +}, +{ + "emuIRN": "218102", + "description": "36 cards; Suits: Bell, Rose, Acorn, Shield. Each with 1, 2, 6, 7, 8. 9, under, ober, konig. Shield 2: spielkarenfabrik. Bell 2: Hasle b. Burdgorf", + "provenience": [ + "Denmark", + "Hasle B. Burgdorf" + ], + "culture": ["Danish"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Mrs. J. K. van Rensellaer, 1893"], + "object_name": ["Playing Card Deck"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/218102", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16577" +}, +{ + "emuIRN": "191414", + "description": "Cards to be joined to form a picture", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": [ + "Card Game", + "Picture Puzzle" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/191414", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16944" +}, +{ + "emuIRN": "219073", + "description": "Deck of Whist Cards - Club Whist - 52 cards with wrapper \"Niederlage (in Wien) Kolbmarkt. Gilded edges. Maker name on Heart Ace. Back: blue flower with leaves / symmetrical pattern on white. Dated 1885 on wrapper. Joseph/Josef Glanz, No. 65", + "provenience": [ + "Austria", + "Vienna" + ], + "culture": ["Austrian"], + "creator": ["Josef Glanz"], + "material": ["Paper"], + "accession_credit_line": ["Gift of David Milne Jr., 1895"], + "object_name": [ + "Playing Card Deck", + "Whist" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/219073", + "date_made_early": "1885", + "date_made": "1885-1895", + "date_made_late": "1895", + "other_numbers": ["65"], + "curatorial_section": "Historic", + "object_number": "17526" +}, +{ + "emuIRN": "3407", + "description": "Playing Card Deck - 36 cards", + "provenience": [ + "Switzerland", + "Schaffhausen" + ], + "culture": ["Swiss"], + "creator": ["Jean Muller"], + "accession_credit_line": ["Gift of C. Itschner, 1894"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/3407", + "curatorial_section": "Historic", + "object_number": "17823" +}, +{ + "emuIRN": "320635", + "description": "Card Game - La Belle Alliance 1813. Made by C. H. Soelcke. 36 cards - spaces, acorns, hearts, spades. Back: hexagonal dot design with dot in middle. Watercolor. Poor condition", + "technique": ["Watercolor"], + "provenience": [ + "Germany", + "Leipzig" + ], + "culture": ["German"], + "creator": ["C. H. Soelcke"], + "accession_credit_line": ["Gift of Joseph G. Rosengarten, 1894"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/320635", + "date_made_early": "1813", + "date_made": "1813-1894", + "date_made_late": "1894", + "curatorial_section": "Historic", + "object_number": "17826" +}, +{ + "emuIRN": "70908", + "description": "Playing Card Deck - 48 cards - Sebastian Comas y Ricart", + "provenience": [ + "Spain", + "Barcelona" + ], + "culture": ["Spanish"], + "creator": ["Sebastian Comas y Ricart"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Anonymous Donor through Mr. Matsuo, 1895"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/70908", + "curatorial_section": "Historic", + "object_number": "18265" +}, +{ + "emuIRN": "36301", + "description": "Card Game: Gnavspil. 30 out of 42 cards", + "technique": ["Printed"], + "provenience": [ + "Denmark", + "Copenhagen" + ], + "culture": ["Danish"], + "creator": ["S. Saloman and Company"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Cucu" + ], + "url": "http://www.penn.museum/collections/object/36301", + "curatorial_section": "Historic", + "object_number": "19157" +}, +{ + "emuIRN": "299521", + "description": "Playing Card Deck - 40 cards", + "provenience": [ + "Italy", + "Florence (Italy)" + ], + "culture": ["Italian"], + "creator": ["Fabrica Baragioli"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/299521", + "curatorial_section": "Historic", + "object_number": "19163" +}, +{ + "emuIRN": "130970", + "description": "Card Game/Deck - Carte da Giuoco Italiane; 40 cards", + "provenience": [ + "Italy", + "Florence (Italy)" + ], + "culture": ["Italian"], + "creator": ["A. Baragioli Company"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/130970", + "curatorial_section": "Historic", + "object_number": "19164" +}, +{ + "emuIRN": "82000", + "description": "Playing Card Deck - 60 cards", + "provenience": [ + "Italy", + "Genoa" + ], + "culture": ["Italian"], + "creator": ["F. F. Solesio"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/82000", + "curatorial_section": "Historic", + "object_number": "19166" +}, +{ + "emuIRN": "166843", + "description": "Playing Card Deck - 78 cards", + "provenience": [ + "Italy", + "Genoa" + ], + "culture": ["Italian"], + "creator": ["Fratelli Armanino"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/166843", + "curatorial_section": "Historic", + "object_number": "19167" +}, +{ + "emuIRN": "225580", + "description": "Playing Card Deck - 36 cards", + "provenience": [ + "Italy", + "Turin" + ], + "culture": ["Italian"], + "creator": ["Viassone Alessandro"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/225580", + "curatorial_section": "Historic", + "object_number": "19168" +}, +{ + "emuIRN": "264843", + "description": "Miniature Playing Card Deck - 40 cards", + "provenience": [ + "Italy", + "Florence (Italy)" + ], + "culture": ["Italian"], + "creator": ["A. Baragioli"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/264843", + "curatorial_section": "Historic", + "object_number": "19170" +}, +{ + "emuIRN": "337221", + "description": "Playing Card Deck - 40 cards", + "provenience": [ + "Italy", + "Lucca" + ], + "culture": ["Italian"], + "creator": ["Maggenti"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/337221", + "curatorial_section": "Historic", + "object_number": "19171" +}, +{ + "emuIRN": "42696", + "description": "Playing Card Deck - 36 cards. French Suits: Hearts, Diamonds, Spades, Clubs. Aces are Transformation cards, rest of numbers are standard, double headed court cards. Edges: Gold. Back: Blue on tan. Heart Ace - Tax stamp. Hearts 8: Verlag von T. W. Weigel Leipzig. Diamond 8: Druck von Wezel & Nausmann, Leipzig-Reudnitz. Maker: T. O. Weigel. similar to 19173", + "provenience": [ + "Germany", + "Leipzig" + ], + "culture": ["German"], + "creator": ["T. O. Weigel"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/42696", + "curatorial_section": "Historic", + "object_number": "19172" +}, +{ + "emuIRN": "197533", + "description": "Playing Cards - Whist (52 card deck). Maker: C. L. Wust.", + "provenience": [ + "Germany", + "Frankfurt" + ], + "culture": ["German"], + "creator": ["C. L. Wust"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/197533", + "curatorial_section": "Historic", + "object_number": "19174" +}, +{ + "emuIRN": "317052", + "description": "Playing Card Deck - 51 cards", + "provenience": ["England"], + "culture": ["English"], + "creator": ["Hall & Bancks"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/317052", + "curatorial_section": "Historic", + "object_number": "19176" +}, +{ + "emuIRN": "145199", + "description": "Playing Card Deck - Neopolitan Pack - 40 cards", + "technique": ["Watercolor"], + "provenience": ["Italy"], + "culture": [ + "Italian", + "Neopolitan" + ], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/145199", + "curatorial_section": "Historic", + "object_number": "19309" +}, +{ + "emuIRN": "145200", + "description": "Play Card Deck: La Fortuna (40 cards)", + "provenience": ["Italy"], + "culture": [ + "Italian", + "Neopolitan" + ], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot Card (uncertain)" + ], + "url": "http://www.penn.museum/collections/object/145200", + "curatorial_section": "Historic", + "object_number": "19310" +}, +{ + "emuIRN": "149344", + "description": "Tarochino Cards - 37 (incomplete). Luigi Tossani", + "technique": ["Watercolor"], + "provenience": [ + "Italy", + "Lugo, Italy" + ], + "culture": ["Italian"], + "creator": ["Luigi Toscani"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarocchino" + ], + "url": "http://www.penn.museum/collections/object/149344", + "curatorial_section": "Historic", + "object_number": "19311" +}, +{ + "emuIRN": "275785", + "description": "miniature deck - 40 cards", + "technique": ["Watercolor"], + "provenience": ["Italy"], + "culture": ["Italian"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/275785", + "curatorial_section": "Historic", + "object_number": "19313" +}, +{ + "emuIRN": "76097", + "description": "Tarot / Tarok Deck - 78 cards", + "technique": ["Watercolor"], + "provenience": ["Germany"], + "culture": ["German"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/76097", + "curatorial_section": "Historic", + "object_number": "19315" +}, +{ + "emuIRN": "55744", + "description": "Playing Card Deck - 29 cards (incomplete). Inscribed: Jacque Burdel Cartier a Fribourg en Suisse,1813", + "provenience": [ + "Switzerland", + "Fribourg" + ], + "culture": [ + "Swiss", + "French" + ], + "creator": ["Jaccque Burdel"], + "period": ["19th century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/55744", + "date_made_early": "1813", + "date_made": "1813", + "date_made_late": "1813", + "curatorial_section": "Historic", + "object_number": "19316" +}, +{ + "emuIRN": "7940", + "description": "Playing Card Deck - 48 cards out of 56. The suit of Copas being missing from the 7.", + "technique": ["Watercolor"], + "provenience": [ + "Italy", + "Firenze" + ], + "culture": ["Italian"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/7940", + "curatorial_section": "Historic", + "object_number": "19317" +}, +{ + "emuIRN": "25243", + "description": "Playing card deck - Comic Pack and Box", + "provenience": ["Italy"], + "iconography": ["Comic"], + "culture": ["Italian"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Comic Pack" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/25243", + "curatorial_section": "Historic", + "object_number": "15654A" +}, +{ + "emuIRN": "289852", + "description": "Playing Card Deck - 36 cards. Watercolor. Overside: multi-color zig-zag linear pattern. Underside: multi-color portrayal by various figures of cards' character and number. Joseph/Josef Glanz, No. 51 Ordinarle linzer. See wrapper B.", + "technique": ["Watercolor"], + "provenience": [ + "Austria", + "Vienna" + ], + "culture": ["Austrian"], + "creator": ["Joseph Glanz"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "German Pack" + ], + "url": "http://www.penn.museum/collections/object/289852", + "date_made_early": "1885", + "date_made": "1885", + "date_made_late": "1885", + "other_numbers": ["51"], + "curatorial_section": "Historic", + "object_number": "15681A" +}, +{ + "emuIRN": "82410", + "description": "Joseph/Josef Glanz, No. 51 Ordinarle linzer", + "provenience": [ + "Austria", + "Vienna" + ], + "culture": ["Austrian"], + "creator": ["Joseph Glanz"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Wrapper", + "German Pack" + ], + "url": "http://www.penn.museum/collections/object/82410", + "date_made_early": "1885", + "date_made": "1885", + "date_made_late": "1885", + "other_numbers": ["51"], + "curatorial_section": "Historic", + "object_number": "15681B" +}, +{ + "emuIRN": "31842", + "description": "Playing Card Deck - 51 cards with original dark green on light green wrapper. Maker: Piatnikefigli (Fred Piatnik & Sohne?)", + "provenience": [ + "Austria", + "Vienna" + ], + "culture": ["Austrian"], + "creator": ["Piatnikefigli"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Wrapper", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/31842", + "curatorial_section": "Historic", + "object_number": "15692A" +}, +{ + "emuIRN": "65402", + "description": "Playing Card Deck - 51 cards with original dark green on light green wrapper. Underside: blue print on white. Overside: watercolor (?) black on white line border. Maker: Piatnikefigli (Fred Piatnik & Sohne?) 9.5 X 5 cm", + "technique": [ + "Printed", + "Watercolor" + ], + "provenience": [ + "Austria", + "Vienna" + ], + "culture": ["Austrian"], + "creator": ["Piatnikefigli"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/65402", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15692B" +}, +{ + "emuIRN": "118583", + "provenience": [ + "Germany", + "Frankfurt" + ], + "culture": ["German"], + "creator": ["C. L. Wust"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Playing Card Wrapper"], + "url": "http://www.penn.museum/collections/object/118583", + "curatorial_section": "Historic", + "object_number": "15708B" +}, +{ + "emuIRN": "182884", + "description": "Playing Card Deck - 52 cards in box, no numbers. White back with gold stars. Pink wrapper", + "provenience": ["Russia"], + "culture": ["Russian"], + "accession_credit_line": ["Gift of Madam T. Semtchkin, 1893"], + "object_name": [ + "Playing Card Deck", + "Patience" + ], + "url": "http://www.penn.museum/collections/object/182884", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16573A" +}, +{ + "emuIRN": "256273", + "description": "Playing Card Deck - 52 cards in box, no numbers. Pink back with gold stars. pale green wrapper.", + "provenience": ["Russia"], + "culture": ["Russian"], + "accession_credit_line": ["Gift of Madam T. Semtchkin, 1893"], + "object_name": [ + "Playing Card Deck", + "Patience" + ], + "url": "http://www.penn.museum/collections/object/256273", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16573B" +}, +{ + "emuIRN": "58839", + "description": "Miniature, one of 2 packs. Original seals not broken", + "provenience": ["Russia"], + "culture": ["Russian"], + "accession_credit_line": ["Gift of Madam T. Semtchkin, 1893"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/58839", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16574A" +}, +{ + "emuIRN": "11412", + "description": "Miniature, one of 2 packs. Original seals not broken. Deck opened, showing water minor damage. Pink Backs. Face cards, gold edge. Clubs complete. Spades missing 7 and ace. Hearts Complete, Diamonds missing 10 card.", + "provenience": ["Russia"], + "culture": ["Russian"], + "accession_credit_line": ["Gift of Madam T. Semtchkin, 1893"], + "object_name": ["Playing Card Deck"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/11412", + "curatorial_section": "Historic", + "object_number": "16574B" +}, +{ + "emuIRN": "319443", + "description": "Playing Card Deck - Piquet / Trappolla pack - 32 cards. Contemporary French Musical Series - Moderato, 3/4 and key of D. Complete - 4 suites of 8 numbered (7-Ace) cards; 2-6 of each suit not included. Heart, diamond, spade and club. Court Cards - Peasants; Lady, Kings or Bowmen or men-at-arms. 2 bars of Thuringian folk song on lower part of each card. Backing stiff with splotchy grey design on yellow. Hand Painted.", + "provenience": ["Germany"], + "iconography": ["Music"], + "culture": ["German"], + "period": ["19th century"], + "accession_credit_line": ["Gift of Joseph G. Rosengarten, 1894"], + "object_name": [ + "Playing Card Deck", + "Trappola", + "Piquet" + ], + "url": "http://www.penn.museum/collections/object/319443", + "native_name": ["Trappola"], + "date_made_early": "1830", + "date_made": "circa 1840", + "date_made_late": "1850", + "curatorial_section": "Historic", + "object_number": "18581A" +}, +{ + "emuIRN": "308033", + "description": "Playing Card Deck - 52 cards, made by Joseph Jaggi. Hand printed and colored. Worn", + "technique": [ + "Hand Colored", + "Printed" + ], + "provenience": ["Switzerland"], + "culture": ["Swiss"], + "creator": ["Joseph Jaggi"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/308033", + "curatorial_section": "Historic", + "object_number": "19319" +}, +{ + "emuIRN": "308034", + "description": "Playing Card Deck Tarot / Fortune telling Cards - 78 cards", + "provenience": ["France (uncertain)"], + "culture": ["French"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/308034", + "curatorial_section": "Historic", + "object_number": "19320" +}, +{ + "emuIRN": "270794", + "description": "9 Comic Cards. Overside: Plain white; Underside; Black and white pictorial representations of suits including clubs and hearts. Penned", + "provenience": ["France"], + "iconography": ["Comic"], + "culture": ["French"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Playing Card"], + "url": "http://www.penn.museum/collections/object/270794", + "curatorial_section": "Historic", + "object_number": "19321" +}, +{ + "emuIRN": "137421", + "description": "Playing Card Deck / Tarocchi - 76 cards (Cups 1 and Coin 1 missing). Italian suits: coins, clubs, swords, cups. Ace to 10, 4 court cards. 22 Major cards 1-21 numbered. Cups 2: Fabbrica di Milano. Back: white border, black on blue central picture - woman at well with haloed man. \"Milano\" printed below scene. Maker: Edouardo Dotti.", + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Italian"], + "creator": ["Eduardo Dotti"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/137421", + "curatorial_section": "Historic", + "object_number": "19322" +}, +{ + "emuIRN": "85726", + "description": "Playing Card Deck / Venetian Tarocchi - 19 cards (incomplete). Edouardo Dotti", + "technique": ["Watercolor"], + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Venetian"], + "creator": ["Eduardo Dotti"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/85726", + "curatorial_section": "Historic", + "object_number": "19348" +}, +{ + "emuIRN": "93294", + "description": "Playing Card Deck / Venetian Tarocchi - 26 cards (incomplete). Edouardo Dotti", + "technique": ["Watercolor"], + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Venetian"], + "creator": ["Eduardo Dotti"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/93294", + "curatorial_section": "Historic", + "object_number": "19349" +}, +{ + "emuIRN": "93295", + "description": "Playing Card Deck / Venetian Tarocchi - 50 cards. Maker: Edouardo Dotti", + "technique": ["Watercolor"], + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Venetian"], + "creator": ["Eduardo Dotti"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/93295", + "curatorial_section": "Historic", + "object_number": "19350" +}, +{ + "emuIRN": "220165", + "description": "Playing Card Deck - 70 cards. Maker: Edouardo Dotti", + "technique": ["Watercolor"], + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Venetian"], + "creator": ["Eduardo Dotti"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/220165", + "curatorial_section": "Historic", + "object_number": "19351" +}, +{ + "emuIRN": "170603", + "description": "Playing Card Deck. Maker: Edouardo Dotti", + "technique": ["Watercolor"], + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Venetian"], + "creator": ["Eduardo Dotti"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/170603", + "curatorial_section": "Historic", + "object_number": "19352" +}, +{ + "emuIRN": "265110", + "description": "Playing Card Deck - 19 cards. Maker: Edouardo Dotti", + "technique": ["Watercolor"], + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Venetian"], + "creator": ["Eduardo Dotti"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/265110", + "curatorial_section": "Historic", + "object_number": "19353" +}, +{ + "emuIRN": "35160", + "description": "Playing Card Deck - 43 cards", + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Venetian"], + "creator": ["Eduardo Dotti"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/35160", + "curatorial_section": "Historic", + "object_number": "19354" +}, +{ + "emuIRN": "158158", + "description": "Playing Card Deck - 35 cards", + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Venetian"], + "creator": ["Eduardo Dotti"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/158158", + "curatorial_section": "Historic", + "object_number": "19356" +}, +{ + "emuIRN": "202737", + "description": "Playing Card Deck - 26", + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Venetian"], + "creator": ["Eduardo Dotti"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/202737", + "curatorial_section": "Historic", + "object_number": "19357" +}, +{ + "emuIRN": "228716", + "description": "Playing Card Deck - 70 cards", + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Venetian"], + "creator": ["Eduardo Dotti"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/228716", + "curatorial_section": "Historic", + "object_number": "19358" +}, +{ + "emuIRN": "255773", + "description": "Playing Card Deck - 46 cards", + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Venetian"], + "creator": ["Eduardo Dotti"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/255773", + "curatorial_section": "Historic", + "object_number": "19359" +}, +{ + "emuIRN": "255774", + "description": "Playing Card Deck - 50 cards", + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Venetian"], + "creator": ["Eduardo Dotti"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/255774", + "curatorial_section": "Historic", + "object_number": "19360" +}, +{ + "emuIRN": "76941", + "description": "Playing Card Deck - 48 cards", + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Venetian"], + "creator": ["Eduardo Dotti"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/76941", + "curatorial_section": "Historic", + "object_number": "19361" +}, +{ + "emuIRN": "59341", + "description": "Playing Card Deck - 78 cards", + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Venetian"], + "creator": ["Eduardo Dotti"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/59341", + "curatorial_section": "Historic", + "object_number": "19362" +}, +{ + "emuIRN": "21743", + "description": "Playing Card Deck - 52 cards", + "technique": ["Watercolor"], + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Venetian"], + "creator": ["Eduardo Dotti"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/21743", + "curatorial_section": "Historic", + "object_number": "19363" +}, +{ + "emuIRN": "215651", + "description": "Playing Card Deck - 56 cards", + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Venetian"], + "creator": ["Eduardo Dotti"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/215651", + "curatorial_section": "Historic", + "object_number": "19365" +}, +{ + "emuIRN": "251539", + "description": "Playing Card Deck - 62 cards", + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Venetian"], + "creator": ["Eduardo Dotti"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/251539", + "curatorial_section": "Historic", + "object_number": "19366" +}, +{ + "emuIRN": "125732", + "description": "Playing Card Deck - 27 cards", + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Venetian"], + "creator": ["Eduardo Dotti"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/125732", + "curatorial_section": "Historic", + "object_number": "19367" +}, +{ + "emuIRN": "148128", + "description": "Playing Card Deck - 43 cards", + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Venetian"], + "creator": ["Eduardo Dotti"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/148128", + "curatorial_section": "Historic", + "object_number": "19368" +}, +{ + "emuIRN": "143512", + "description": "Playing Card Deck - 29 cards", + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Venetian"], + "creator": ["Eduardo Dotti"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/143512", + "curatorial_section": "Historic", + "object_number": "19369" +}, +{ + "emuIRN": "143513", + "description": "Playing Card Deck - 57 cards", + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Venetian"], + "creator": ["Eduardo Dotti"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/143513", + "curatorial_section": "Historic", + "object_number": "19370" +}, +{ + "emuIRN": "177821", + "description": "Playing Card Deck - 69 cards", + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Venetian"], + "creator": ["Eduardo Dotti"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/177821", + "curatorial_section": "Historic", + "object_number": "19371" +}, +{ + "emuIRN": "172061", + "description": "Playing Card Deck / Spanish Deck - 48 cards. Campania Consoledada de Naipes. Overside: red linear pattern design. Underside: Multi-colored design - 12 words, 12 coins, 12 clubs, 12 cups.", + "technique": ["Watercolor"], + "provenience": ["Mexico (Central America)"], + "culture": [ + "American", + "Mexican" + ], + "creator": ["Consolidated Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Gift of F. Webb Hodge, 1897"], + "object_name": [ + "Playing Card Deck", + "Spanish Pack" + ], + "url": "http://www.penn.museum/collections/object/172061", + "curatorial_section": "Historic", + "object_number": "20122" +}, +{ + "emuIRN": "302348", + "description": "Playing Card Deck - 32 cards with instructions for fortune telling", + "technique": ["Watercolor"], + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "creator": ["David (Maker)"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Charles J. Wood, 1897"], + "object_name": [ + "Playing Card Deck", + "Fortune Telling Cards" + ], + "url": "http://www.penn.museum/collections/object/302348", + "curatorial_section": "Historic", + "object_number": "20137" +}, +{ + "emuIRN": "277151", + "description": "Playing Card Deck - 75 cards; 1 to 3 of hearts missing (1898). 22 Major cards (numbered I to XXI. 56 French suit: Spades, Diamonds, Hearts, Clubs. Page of Spades with banner: III G. timmer Mann. Bac;\" Diagonal row of star flower alternating with dot and meandering dotted line - blue on white,.", + "provenience": ["Germany"], + "iconography": ["Tarot"], + "culture": ["German"], + "accession_credit_line": ["Gift of F. J. Ziegler, 1898"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/277151", + "native_name": ["Tarok"], + "curatorial_section": "Historic", + "object_number": "21076" +}, +{ + "emuIRN": "104593", + "description": "Playing Card Deck / Spanish Deck - 48 cards", + "technique": ["Watercolor"], + "provenience": ["Mexico (Central America)"], + "culture": ["Spanish"], + "creator": ["Ma. Fulladora y Ca."], + "accession_credit_line": ["Gift of Laura B. Starr, 1898"], + "object_name": [ + "Playing Card Deck", + "Spanish Pack" + ], + "url": "http://www.penn.museum/collections/object/104593", + "curatorial_section": "Historic", + "object_number": "21382" +}, +{ + "emuIRN": "295887", + "description": "The Game of States. An early american card game designed for purposes of instructions, published by W. & S. B. Ives, Salem Mass.", + "provenience": [ + "Massachusetts", + "Salem" + ], + "iconography": ["United States"], + "culture": ["American"], + "creator": ["W. & S. B. Ives"], + "accession_credit_line": ["Gift of Margaret W. Brooks, 1899"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/295887", + "date_made_early": "1845", + "date_made": "1845", + "date_made_late": "1845", + "curatorial_section": "Historic", + "object_number": "21596" +}, +{ + "emuIRN": "57728", + "description": "Playing Card Deck - 52 playing cards \"Hunt.\"", + "provenience": ["England"], + "culture": ["English"], + "period": [ + "American Revolution", + "18th century" + ], + "accession_credit_line": ["Gift of Samuel Bridge, 1902"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/57728", + "date_made_early": "1751", + "date_made": "c. 1776", + "date_made_late": "1801", + "curatorial_section": "Historic", + "object_number": "22752" +}, +{ + "emuIRN": "252984", + "description": "Playing Card Deck: Anheuser-Busch Army and Navy whist deck with doker (53 cards)", + "provenience": [ + "Missouri", + "St. Louis" + ], + "culture": ["American"], + "creator": ["Anheuser Busch"], + "object_name": [ + "Playing Card Wrapper", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/252984", + "curatorial_section": "Historic", + "object_number": "21842B" +}, +{ + "emuIRN": "285722", + "description": "Deck of 40 Spanish Miniature playing cards. Clubs, swords, medallions, cups. Numbers in corner of each. Backs empty. Maker: E. Mauger, Paris.", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "creator": ["Victor E. Mauger"], + "material": ["Paper"], + "object_name": [ + "Playing Card Deck", + "Spanish Pack" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/285722", + "other_numbers": [ + "16278?", + "16274?", + "16266?" + ], + "curatorial_section": "Historic", + "object_number": "29-191-137" +}, +{ + "emuIRN": "336386", + "description": "Playing Card Box", + "provenience": ["Europe (uncertain)"], + "iconography": ["Comic"], + "culture": ["French"], + "creator": ["H. Pussey"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Playing Card Box"], + "url": "http://www.penn.museum/collections/object/336386", + "curatorial_section": "Historic", + "object_number": "29-191-141A" +}, +{ + "emuIRN": "180823", + "description": "Box for cards. Polished wood. Pearl inlay. Floral motif around edge of lid and keyhole. 3 playing cards (French Suits) on top - 6 hearts, 9 clubs, 7 diamonds. Four compartments for cards - 3 with small pads. 2 small compartments and 1 long compartment. Large pad on top.", + "technique": [ + "Polished", + "Inlaid" + ], + "provenience": ["Europe"], + "material": [ + "Wood", + "Pearl" + ], + "object_name": ["Playing Card Box"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/180823", + "curatorial_section": "Historic", + "object_number": "15442" +}, +{ + "emuIRN": "280339", + "description": "Game Board: Game of life, checkered. Printed board with instructions. No pieces (board only). Duplication of 16980 (pieces included)", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["American"], + "creator": ["Milton Bradley Company"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of the University of Pennsylvania Library, 1897"], + "object_name": ["Game Board"], + "url": "http://www.penn.museum/collections/object/280339", + "curatorial_section": "Historic", + "object_number": "19448" +}, +{ + "emuIRN": "64321", + "description": "board and box of men. 20 yellow men, 20 black, 2 green and 2 red. Insturctions. 2-4 players", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["E. I. Horsman"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of E. I. Horsman, 1893"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/64321", + "date_made_early": "1885", + "date_made": "1885-1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16438A" +}, +{ + "emuIRN": "116396", + "description": "Board Game: Latne-nit-noc. Board, dice cup (all 5 dice missing), counters. 12 numbered pieces. Directions.

(A) game board", + "provenience": ["New York City"], + "creator": ["McLoughlin Brothers"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": [ + "Board Game", + "Game Board" + ], + "url": "http://www.penn.museum/collections/object/116396", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "other_numbers": ["446"], + "curatorial_section": "Historic", + "object_number": "16466A" +}, +{ + "emuIRN": "46660", + "description": "Board, spinner, 63 counters in 4 colors (1 white missing). \"Men\" missing

(A) Game board", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": [ + "Board Game", + "Goose Game", + "Game Board" + ], + "url": "http://www.penn.museum/collections/object/46660", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16467A" +}, +{ + "emuIRN": "234366", + "description": "Board game instructions. 81 counters in 4 colors (only 80 need, 1 extra purple). 16 men in 4 colors (only 3 per color needed).

(A) Game board", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": [ + "Board Game", + "Game Board" + ], + "url": "http://www.penn.museum/collections/object/234366", + "date_made_early": "1887", + "date_made": "1887-1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16468A" +}, +{ + "emuIRN": "269645", + "description": "Board.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Cardboard"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": [ + "Board Game", + "Game Board" + ], + "url": "http://www.penn.museum/collections/object/269645", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16978A" +}, +{ + "emuIRN": "43608", + "description": "Board and box containing 1 spinning top, 5 indicators, small paper \"board\", 4 ships, instructions", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Paper"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": [ + "Board Game", + "Game Board" + ], + "url": "http://www.penn.museum/collections/object/43608", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16979A" +}, +{ + "emuIRN": "43609", + "description": "Board and box containing 4 indicators, 1 spinner, 4 men

(A) Game board", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Cardboard"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": [ + "Board Game", + "Game Board" + ], + "url": "http://www.penn.museum/collections/object/43609", + "date_made_early": "1860", + "date_made": "1860-1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16980A" +}, +{ + "emuIRN": "71732", + "description": "Board and box containing dice cup, dice, 4 counters, directions", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Cardboard"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": [ + "Board Game", + "Game Board" + ], + "url": "http://www.penn.museum/collections/object/71732", + "date_made_early": "1872", + "date_made": "1872-1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16981A" +}, +{ + "emuIRN": "5948", + "description": "Board and box containing dice cup, counters, directions. Dice missing. 6 cards: Robinson Crusoe, Man Friday, Goat, Cat, Dog, Parrot.

(A) Game board", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": [ + "Paper", + "Cardboard" + ], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": [ + "Board Game", + "Game Board" + ], + "url": "http://www.penn.museum/collections/object/5948", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16982A" +}, +{ + "emuIRN": "105762", + "description": "Board (A) with 63 stations, Counters (B-G) and Spinner/teetotum (H)", + "provenience": ["England"], + "culture": ["British"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": [ + "Goose Game", + "Game Board" + ], + "url": "http://www.penn.museum/collections/object/105762", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17397A" +}, +{ + "emuIRN": "38641", + "description": "Card Game: The Game of Sherlock Holmes made by Parker Brothers, 1904, Salem Mass. 50 cards and instructions", + "provenience": [ + "Pennsylvania", + "Salem" + ], + "culture": ["American"], + "creator": ["Parker Brothers, Inc."], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/38641", + "date_made_early": "1904", + "date_made": "1904", + "date_made_late": "1904", + "curatorial_section": "Historic", + "object_number": "29-191-127" +}, +{ + "emuIRN": "339461", + "description": "President Theodore Roosevelt, self contained in box. Paola Novelty Mfg Co., Elk and Illinois St., Buffalo NY 1908", + "provenience": [ + "New York", + "Buffalo (New York)" + ], + "iconography": [ + "Theodore Rossevelt", + "President" + ], + "culture": ["American"], + "creator": ["Paola Novelty Mfg Co"], + "accession_credit_line": ["Deposited by R. Stewart Culin, 1892"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/339461", + "curatorial_section": "Historic", + "object_number": "15386" +}, +{ + "emuIRN": "255383", + "description": "Card Game - Historical Cards", + "provenience": ["France"], + "iconography": ["History"], + "culture": ["French"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Card Game"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/255383", + "date_made_early": "1800", + "date_made": "c. 1825", + "date_made_late": "1850", + "curatorial_section": "Historic", + "object_number": "15665" +}, +{ + "emuIRN": "55208", + "description": "Board with holes into which marble is to be rolled. With orignial box. Cardboard board with 10 holes and block in middle. Holes value from 0-50 points. Object: place marble on star at top, roll box to get glass marble into 50 point hole. Person with highest # of points after 10 tries wins", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": [ + "Cardboard", + "Glass" + ], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": [ + "Boxed Game", + "Board Game" + ], + "url": "http://www.penn.museum/collections/object/55208", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16377" +}, +{ + "emuIRN": "1146", + "description": "48 cards: 24 red, 24 black. Instructions", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/1146", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "other_numbers": ["554"], + "curatorial_section": "Historic", + "object_number": "16504" +}, +{ + "emuIRN": "318727", + "description": "Card Game: Improved Game of Snap", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Game"], + "url": "http://www.penn.museum/collections/object/318727", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16506" +}, +{ + "emuIRN": "305460", + "description": "Card Game: Improved Game of Snip-Snap-Snorum", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Card Game"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/305460", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "other_numbers": ["382 1/2"], + "curatorial_section": "Historic", + "object_number": "16507" +}, +{ + "emuIRN": "94920", + "description": "Card Game: Game of Mystic 31", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Card Game"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/94920", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "other_numbers": ["556"], + "curatorial_section": "Historic", + "object_number": "16509" +}, +{ + "emuIRN": "94921", + "description": "Card Game: Game of Familiar Quotations", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/94921", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "other_numbers": ["381 1/2"], + "curatorial_section": "Historic", + "object_number": "16510" +}, +{ + "emuIRN": "295707", + "description": "Card Game: Mother Goose and Her Friends. 48 cards, instructions, box", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Card Game"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/295707", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "other_numbers": ["368"], + "curatorial_section": "Historic", + "object_number": "16513" +}, +{ + "emuIRN": "1037", + "description": "Card Game: Game of H.M.S. Pinafore", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Card Game"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/1037", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "other_numbers": ["399"], + "curatorial_section": "Historic", + "object_number": "16515" +}, +{ + "emuIRN": "37642", + "description": "Card Game: Game of the Spider and the Fly", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Card Game"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/37642", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "other_numbers": ["398"], + "curatorial_section": "Historic", + "object_number": "16516" +}, +{ + "emuIRN": "215272", + "description": "Card Game: Game of Bible Information / Knowledge", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Card Game"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/215272", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "other_numbers": ["391"], + "curatorial_section": "Historic", + "object_number": "16517" +}, +{ + "emuIRN": "230126", + "description": "Card Game: Game of Cinderella or Hunt the Slipper. One of series of 6 Cinderalla Games. With directions and historians view of Cinderella Story. 40 cards with white backs and thin white border on front. 1 card advertising games. Card includes picture of boot or shoe. Poor condition (1967)", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Card Game"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/230126", + "date_made_early": "1887", + "date_made": "1887-1893", + "date_made_late": "1893", + "other_numbers": ["379"], + "curatorial_section": "Historic", + "object_number": "16518" +}, +{ + "emuIRN": "298166", + "description": "Instructions included are for \"anagrams\" and other letter/spelling games. Assortment of lettered titles, cardboard (197 square). Instructions for 10 games, form words from lettered cards, players try to find out leader's word. Counters for points not included. Fair condition.", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "material": [ + "Wood", + "Cardboard" + ], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": [ + "Puzzle", + "Anagram" + ], + "url": "http://www.penn.museum/collections/object/298166", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "other_numbers": ["373"], + "curatorial_section": "Historic", + "object_number": "16519" +}, +{ + "emuIRN": "298167", + "description": "Game: Old Maid - The Elite Edition", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": [ + "Game", + "Old Maid" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/298167", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16520" +}, +{ + "emuIRN": "181305", + "description": "20 cards with numbers from 1 to 20 on each and picture of either a Japanese man or woman. 1 direction card. 29 cards which tell the future; numbers 1-20 on each card with 20 different answers to the questions at the top of the card", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/181305", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "other_numbers": ["407"], + "curatorial_section": "Historic", + "object_number": "16525" +}, +{ + "emuIRN": "260819", + "description": "Instructions and 36 cards", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": [ + "Card Game", + "Fortune Telling Cards" + ], + "url": "http://www.penn.museum/collections/object/260819", + "date_made_early": "1886", + "date_made": "1886-1893", + "date_made_late": "1893", + "other_numbers": ["392"], + "curatorial_section": "Historic", + "object_number": "16526" +}, +{ + "emuIRN": "274949", + "description": "Each \"card\" is a small slip containing a quotation, the name of a poem or the edition. 95 cards, 18 w/poem titles, 72 w/ lines from the poems (identified), 5 w/names of binding styles which distinguish different editions. Small bright orange cards. In original box with instructions and another sheed which has 6 lists of 18 poems and 5 editions.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "iconography": ["Henry Wadsworth Longfellow"], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/274949", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16926" +}, +{ + "emuIRN": "139254", + "description": "Questions and answers on separate slips. Instructions. 94 small green rectangular cards, 5 representing continents, other representing products.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "iconography": ["Continent"], + "culture": ["American"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/139254", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16927" +}, +{ + "emuIRN": "134880", + "description": "Story with inserts on separate slips. 15 lady's character cards, 15 gentlemen's character cards, 15 prediction cards, 89 slips with poetic excerpts. With original box.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "iconography": ["Poetry"], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Boxed Game"], + "url": "http://www.penn.museum/collections/object/134880", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16928" +}, +{ + "emuIRN": "77072", + "description": "Instructions. 233 letter cards, 14 picture cards", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "iconography": [ + "School", + "Spelling" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": [ + "Boxed Game", + "Anagrams" + ], + "url": "http://www.penn.museum/collections/object/77072", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16929" +}, +{ + "emuIRN": "77073", + "description": "Instructions. 223 small squares (1 side black letter on blue, 1 side black picture on white), 1 grooved letter holder, wood. Purple box with yellow lid label. picture plus letter creats a word. Ex: Plate + \"O\"= Plato", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "iconography": [ + "Alphabet", + "Rebus" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Wood"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": [ + "Puzzle", + "Anagrams" + ], + "url": "http://www.penn.museum/collections/object/77073", + "curatorial_section": "Historic", + "object_number": "16930" +}, +{ + "emuIRN": "324879", + "description": "Story with inserts on separate slips. 126 slips numbered with a word or phrase which follows numbered statement on \"the Slate\" sheet. Original box and directions. Object: pull a question card, read corresponding number on slate, player holding answer card reads. person holding last answer card wins.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "iconography": ["Word"], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Game"], + "url": "http://www.penn.museum/collections/object/324879", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16931" +}, +{ + "emuIRN": "269812", + "description": "Story with blanks, to be filled in at random from 95 cards held by players. Quality control slip.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "iconography": ["Story"], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Boxed Game"], + "url": "http://www.penn.museum/collections/object/269812", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16932" +}, +{ + "emuIRN": "265487", + "description": "72 cards with sentences on them, written in correct or incorrect English. 1st method: equally distribure cards, try to pair by drawing from person to right. 2nd method: read black ended slips (incorrect) and players try to correct them.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "iconography": ["Grammar"], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/265487", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16933" +}, +{ + "emuIRN": "33641", + "description": "Small cards representing money and merchandise. 45 card, original box, paper sheet with instructions.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "iconography": ["Auction"], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/33641", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16934" +}, +{ + "emuIRN": "64524", + "description": "Scripture Game. 100 white cardboard slips with black printing. 50 green disks, 1 in half. Counters given to person with correct answer to question in booklet containing 100 questions. Winner has most counters.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "iconography": ["Scripture"], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": [ + "Cardboard", + "Paper" + ], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/64524", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16935" +}, +{ + "emuIRN": "28296", + "description": "Instructions. 16 pairs of cards with matching numbers on matching cards. 3 \"prize\" cards", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "iconography": ["Athletics"], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/28296", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16936" +}, +{ + "emuIRN": "314250", + "description": "Instrucitons on box. 18 cards, have flag picures and number values on them. In play, the highest number wins hand.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/314250", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16938" +}, +{ + "emuIRN": "297527", + "description": "Small cards representing money and merchandise. Cards have not been cut into playing pieces, game has never been played.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "iconography": ["Merchant"], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/297527", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16940" +}, +{ + "emuIRN": "123123", + "description": "Matching quotations to the sense each refers to. Instructions, 5 sense cards, quotation cards, 20 counter cards (5 each of 1, 2, 3, 4), quality control slip", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/123123", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16941" +}, +{ + "emuIRN": "97935", + "description": "1 direction card, 48 cards w/lines of poetry, 25 w/quotations for answers, 23 w/questions. QUality control slip", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/97935", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16942" +}, +{ + "emuIRN": "103822", + "description": "Card Game: The Game of Signs. 32 cards with instruction sheet. 20 good luck; 12 bad luck cars. Eash has an omen and a number of points written on fron twith pictures. Orange backing. In original box.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Card Game"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/103822", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16943" +}, +{ + "emuIRN": "312836", + "description": "Card Game: Authors Improved. 61 cards, each with picture and name of authro and 3 author's works. Number on left upper corner.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Card Game"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/312836", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16945" +}, +{ + "emuIRN": "5237", + "description": "Story with inserts on seperate slips. 197 cards. 16 page book of the story with blanks. Story is read by 1 player and the blanks filled by the others who draw from the cards, which have been distributed equally.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/5237", + "date_made_early": "1885", + "date_made": "1885-1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16947" +}, +{ + "emuIRN": "280535", + "description": "Instructions, 32 cards, quality control slip", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/280535", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16952" +}, +{ + "emuIRN": "83916", + "description": "Story with inserts on separate slip. Story is read aloud, slips are read at random to fill in blanks. 195 slips.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Game"], + "url": "http://www.penn.museum/collections/object/83916", + "date_made_early": "1890", + "date_made": "1890-1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16954" +}, +{ + "emuIRN": "67829", + "description": "Cards depict good and bad things that can happen to a pnotographer, with positive and negative point value for each. 36 cards, 2 quality control slips, 2 prize cards, instructions.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/67829", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16956" +}, +{ + "emuIRN": "163716", + "description": "lists of questions with answers on separate slip to be drawn. Original box and directions. 50 each, separate questions for gentlemen and ladies. 190 white slips with number and fortune.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Fortune Telling Game"], + "url": "http://www.penn.museum/collections/object/163716", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16957" +}, +{ + "emuIRN": "285852", + "description": "98 carboard squares numbered 1-100; 8 cardboard rectangles w/diagrams of palms, parts numbered 1-100; 4 page pamphlet w/directions and guide to meaning of numbers. Squares are spread face down, each player draws in turn while one reads explanations of number drawn. Player with most favorable fortune wins.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": [ + "Cardboard", + "Paper" + ], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/285852", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16958" +}, +{ + "emuIRN": "58464", + "description": "Story with inserts on separate slips. Story is read aloud, cards are read to fill in blanks.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Boxed Game"], + "url": "http://www.penn.museum/collections/object/58464", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16959" +}, +{ + "emuIRN": "58465", + "description": "Story with inserts on separate slips. 44 pink rectangular cards. Maker: Milton Bradley Company", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Boxed Game"], + "url": "http://www.penn.museum/collections/object/58465", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16960" +}, +{ + "emuIRN": "30897", + "description": "\"The Travels of Sam Slick to Paris and the Great Exposition\" and \"A Sidesplitting Account of Japhet Jenkins' and Sally Jones' Visit to Bosting with the Old Meere and a load of Pro-Duck.\" Story with inserts on separate slips. 2 booklets in dialect with blanks where players insert one of 195 small yellow rectangular cards with printing. Original box.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Paper"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Game"], + "url": "http://www.penn.museum/collections/object/30897", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16961" +}, +{ + "emuIRN": "150380", + "description": "Box only", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Paper"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Game"], + "url": "http://www.penn.museum/collections/object/150380", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16962" +}, +{ + "emuIRN": "340108", + "description": "Cardboard box, badly damaged, with colored lithograph map of US. Board is 14 X 21\" and cut in rectangles 1 7/8 X 2 3/4\", the object being to put the pieces together", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Cardboard"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/340108", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16967" +}, +{ + "emuIRN": "203597", + "description": "Puzzle: Indian and Traveller Puzzle", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/203597", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16969" +}, +{ + "emuIRN": "203598", + "description": "Wood tray puzzle: object is to move 8 lettered wood tiles from one side of the box (1492) to other (1892), spelling \"Columbus\" on both sides. Includes 8 lettered wood tiles, instructions, solution. Cardboard lid with paper label: Columbus / A Puzzle / 1492 (portrait of Columbus) 1892 / In Shield: Patented Dec. 15, 1891 - Patented in all Foreign Countries / Protected by T.P.P. Union / Milton Bradley Co Springfield Mass. Published for 500th anniversary of Columbus discovering America.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "iconography": ["Columbus"], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": [ + "Wood", + "Cardboard", + "Paper" + ], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/203598", + "date_made_early": "1891", + "date_made": "December 15, 1891", + "date_made_late": "1891", + "curatorial_section": "Historic", + "object_number": "16970" +}, +{ + "emuIRN": "190177", + "description": "77 wooden sticks in assorted forms. 9 yellow 4-sided sticks, 3 hoes, 3 spades, 10 plain round sticks, 3 square mallets, 3 hooks, 3 coopers' adzes, 4 purple guns, 4 ball clubs, 5 bars, 4 lances, 4 serpents, 4 rockets, 4 darts, 4 arrows. Directions and own box. Players drop sticks from vertical position, try to pick up. Most sticks of most awkward shapes wins", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Wood"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": [ + "Game", + "Jackstraws" + ], + "url": "http://www.penn.museum/collections/object/190177", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16971" +}, +{ + "emuIRN": "46288", + "description": "Target Game. Directions. 16 squails, wood (4 red, green, yellow and blue); 1 target, metal; 1 gauge, cardboard.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": [ + "Wood", + "Cardboard", + "Metal" + ], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Game of Skill"], + "url": "http://www.penn.museum/collections/object/46288", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16973" +}, +{ + "emuIRN": "327610", + "description": "no board. Tortoise, hare, spinner", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Paper"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Boxed Game"], + "url": "http://www.penn.museum/collections/object/327610", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16976" +}, +{ + "emuIRN": "339046", + "description": "Board, horses, spinning top. Directions inside box. 6 white boards to make track: wooden peg, lavender hexagon, hole in center. 4 wooden and paper counters. Man riding horse (1 each of blue, red, yellow, brown)", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": [ + "Wood", + "Paper" + ], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Game Board"], + "url": "http://www.penn.museum/collections/object/339046", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16977" +}, +{ + "emuIRN": "162484", + "description": "Board, consisting of 6 paper cards. Spinner, 4 men (yellow, green, brown, red). DIrections", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Paper"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/162484", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16983" +}, +{ + "emuIRN": "156649", + "description": "Pieces of cardboard to be joined to form objects. Very badly damaged-not identifiable except for Acc. #", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Cardboard"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/156649", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16986" +}, +{ + "emuIRN": "132404", + "description": "42 wooden pieces, asorted sizes, shapes, colors: 20 sticks up to 1\" long, 7 cylinders, 7 blocks, 7 spheres. All but sticks have a hole in thme. Object: to pick up as many pieces as possible in fingers without dropping any.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Wood"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Game"], + "url": "http://www.penn.museum/collections/object/132404", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16987" +}, +{ + "emuIRN": "324464", + "description": "6 read boards to make a track. Wooden peg, green hexagon (top). 5 wood and paper counters, man riding donkey (2 yellow, 1 red, 1 blue, 1 green). Lid is repaired", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": [ + "Wood", + "Paper" + ], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/324464", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16989" +}, +{ + "emuIRN": "293020", + "description": "Board with holes into which marble is to be rolled. Self contained in box. Holes numbered 0,5,1 and 50 (9 holes). Marble", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Glass"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/293020", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16991" +}, +{ + "emuIRN": "76037", + "description": "Variously shaped pieces of cardboard to be joined.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Cardboard"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/76037", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16999" +}, +{ + "emuIRN": "98976", + "description": "Box very badly dammaged, indentifiable only from number. Unopenable, may or may not have parts inside.", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/98976", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "other_numbers": ["400"], + "curatorial_section": "Historic", + "object_number": "16508A" +}, +{ + "emuIRN": "52436", + "description": "Card Game: Boys In Blue. Label only.", + "provenience": ["New York City"], + "creator": ["McLoughlin Brothers"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/52436", + "date_made_early": "1850", + "date_made": "1850-1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16508B" +}, +{ + "emuIRN": "52199", + "description": "36 cards with box (top burned) and Instructions. Maker: Philippe, Heirs of Mlle. Lenormand", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": [ + "Card Game", + "Fortune Telling Cards" + ], + "url": "http://www.penn.museum/collections/object/52199", + "date_made_early": "1882", + "date_made": "1882-1893", + "date_made_late": "1893", + "other_numbers": ["377"], + "curatorial_section": "Historic", + "object_number": "16527A" +}, +{ + "emuIRN": "185791", + "description": "Lettere Sopra Cartone. Giuoco istruttivo. Per Ragazzi. One pack of 220 cards with letters and punctuation on both sides, with original box.", + "provenience": [ + "Italy", + "Florence (Italy)" + ], + "culture": ["Italian"], + "creator": ["Jos. Scholz"], + "material": ["Paper"], + "accession_credit_line": ["Deposited by R. Stewart Culin, 1893"], + "object_name": [ + "Card Game", + "Anagram", + "Puzzle" + ], + "url": "http://www.penn.museum/collections/object/185791", + "curatorial_section": "Historic", + "object_number": "15524" +}, +{ + "emuIRN": "293752", + "description": "Glocke and Hammer Spiel. Five cards with pictures of house hammer and bull-bell hammer and horse.", + "provenience": [ + "Austria", + "Innsbruck" + ], + "culture": ["Austrian"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/293752", + "date_made_early": "1865", + "date_made": "c. 1890", + "date_made_late": "1890", + "curatorial_section": "Historic", + "object_number": "15525" +}, +{ + "emuIRN": "94351", + "description": "5 cards, 8 discs, many glass discs", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "object_name": ["Game"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/94351", + "curatorial_section": "Historic", + "object_number": "16250" +}, +{ + "emuIRN": "12750", + "description": "Includes \"Wink Pot\" (wood), 3 pads (blue, brown, red), 42 small colored counters (bone), 6 large colored counters (bone), 40 small wood counters (21 white, 8 blue, 10 purple), and instructions. With original box, patent Nov. 18, 1890.", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "material": [ + "Wood", + "Bone" + ], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": [ + "Game", + "Tiddley Winks" + ], + "url": "http://www.penn.museum/collections/object/12750", + "date_made_early": "1890", + "date_made": "November 18, 1890", + "date_made_late": "1890", + "other_numbers": ["371?"], + "curatorial_section": "Historic", + "object_number": "16357" +}, +{ + "emuIRN": "95826", + "description": "Draughts board and men", + "provenience": [ + "England", + "London" + ], + "iconography": ["Draughts"], + "culture": ["Turkish"], + "creator": ["Thomas Delaque"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of Henry Jones, 1893"], + "object_name": [ + "Game", + "Draughts Board", + "Draughtsmen" + ], + "url": "http://www.penn.museum/collections/object/95826", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16420" +}, +{ + "emuIRN": "193199", + "description": "Board Game: A New Game of 21 Up. Board, 5 men, indicator. For (up to?) 5 players", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/193199", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16462" +}, +{ + "emuIRN": "44192", + "description": "Card Game: The Flag Game, 1886 M.M. Babbitt (Mass) / McCloughlin Bros.", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Card Game"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/44192", + "date_made_early": "1886", + "date_made": "1886-1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16502" +}, +{ + "emuIRN": "185929", + "description": "Card Game: Game of Little Jack Horner - one of a series of 6 \"Mother Goose Games,:", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Card Game"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/185929", + "date_made_early": "1888", + "date_made": "1888-1893", + "date_made_late": "1893", + "other_numbers": ["374"], + "curatorial_section": "Historic", + "object_number": "16511" +}, +{ + "emuIRN": "96654", + "description": "Card Game: The Game of Dr. Fusby M.D.", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Card Game"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/96654", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "other_numbers": ["393"], + "curatorial_section": "Historic", + "object_number": "16521" +}, +{ + "emuIRN": "76312", + "description": "110 cards depict features of the hand, with attached meanings. Back: green on white, fortune teller and client pictured in circle", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/76312", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "other_numbers": ["407"], + "curatorial_section": "Historic", + "object_number": "16522" +}, +{ + "emuIRN": "9463", + "description": "Instructions, orginal box, and 58 History Trivia cards. Each ard bears 1 or several headings which answer questions below on some card. Person answering most questions right and having most cards at end wins. good condition", + "provenience": [ + "Massachusetts", + "Salem" + ], + "iconography": ["American History"], + "culture": ["American"], + "creator": ["Parker Brothers, Inc."], + "accession_credit_line": ["Purchased from and gift of Parker Brothers, Inc., 1893"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/9463", + "date_made_early": "1890", + "date_made": "1890-1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16523" +}, +{ + "emuIRN": "219166", + "description": "Card Game: Wild Flower Game", + "provenience": [ + "Massachusetts", + "Salem" + ], + "culture": ["American"], + "creator": ["Parker Brothers, Inc."], + "material": ["Cardboard"], + "accession_credit_line": ["Purchased from and gift of Parker Brothers, Inc., 1893"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/219166", + "curatorial_section": "Historic", + "object_number": "16524" +}, +{ + "emuIRN": "42536", + "description": "4 red table cards. book of rules. 32 score cards. 116 yellow, 116 pink, 116 blue, 110 green cards, lettered inblack. Object: form words. Winners advance to table 1 and play off.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Cardboard"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Game"], + "url": "http://www.penn.museum/collections/object/42536", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16948" +}, +{ + "emuIRN": "160501", + "description": "Improved. Something like parlor quoits. 16 wooden discs, 4 colors; lead target; cardboard pinter; 1 gauge", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": [ + "Lead", + "Cardboard" + ], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Game"], + "url": "http://www.penn.museum/collections/object/160501", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16974" +}, +{ + "emuIRN": "213847", + "description": "The Tourist: A Railway Game. Board is route of which there are 4. 4 men. 2 sets of instructions. Mileage tickets (100, 200, 300, 500 miles), stopover checks, 2 limited excursion (500 miles), penalty cards", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": [ + "Paper", + "Cardboard" + ], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Boxed Game"], + "url": "http://www.penn.museum/collections/object/213847", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16984" +}, +{ + "emuIRN": "324465", + "description": "Fortune telling apparatus like an ouiji board. Wood board, instructions, box top.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Wood"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": [ + "Board Game", + "Fortune Telling Game" + ], + "url": "http://www.penn.museum/collections/object/324465", + "date_made_early": "1868", + "date_made": "C. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16990" +}, +{ + "emuIRN": "21778", + "description": "Original directions and box. Paper card pieces to be used to make shadow profiles of people, with stand.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": [ + "Cardboard", + "Paper" + ], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Shadow Puppets"], + "url": "http://www.penn.museum/collections/object/21778", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16993" +}, +{ + "emuIRN": "210954", + "description": "Also includes layout and instructions for \"siege\" which is very similar to wood board 16432. Rectangular piece of cardboard with spiral track broken into pieces each containing picture and number. On back is game call Belagerungs-spiel, and a checkerboard. Same as 17436", + "provenience": [ + "Germany", + "Weissenburg" + ], + "culture": ["German"], + "creator": ["C. Burckhardt"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/210954", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17437" +}, +{ + "emuIRN": "242071", + "description": "Board, 4 dice in bag and men. Cardboard board folded up as a book. Maroon back. Spiraling trail of squares numbered from 1 to 63, pictures in each. Directions in the middle. Pink cloth bags with four small dice. Green cup of cardboard to roll dice. Box demolished. According to rules, game is played with 2 dice.", + "provenience": [ + "France", + "Epinal" + ], + "culture": ["French"], + "creator": ["Pellerin & Company"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Goose Game", + "Game Board" + ], + "url": "http://www.penn.museum/collections/object/242071", + "date_made_early": "1850", + "date_made": "1850-1899", + "date_made_late": "1899", + "curatorial_section": "Historic", + "object_number": "15489A" +}, +{ + "emuIRN": "121474", + "description": "Horseman's improved Parlor Tennis and Tiddley Winks combined. Felt \"court\", cardboard \"ent\" with 2 posts, 5 wood \"paddles\", Tiddley Wink Pot, and 39 Tiddley Winks. Pieces are in 2 bags.", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "creator": ["E. I. Horsman"], + "material": [ + "Felt", + "Cardboard" + ], + "accession_credit_line": ["Gift of E. I. Horsman, 1893"], + "object_name": [ + "Game", + "Parlor Tennis", + "Game Board", + "Game Piece", + "Instruction" + ], + "url": "http://www.penn.museum/collections/object/121474", + "date_made_early": "09 Dec 1890", + "date_made": "12/9/1890", + "date_made_late": "09 Dec 1890", + "curatorial_section": "Historic", + "object_number": "16358A" +}, +{ + "emuIRN": "245444", + "description": "box only", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Cardboard"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": [ + "Game Box", + "Jackstraws" + ], + "url": "http://www.penn.museum/collections/object/245444", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16965A" +}, +{ + "emuIRN": "242072", + "description": "Boxed Game: Nain-Jaune (Game of the Dwarf Yellow) 5 trays in green box. Green lid with diamond design slides on. Top has little ring to pull top off. With gold and flowery design. Wood box. Same design on box bottom as on trays. Inside cover has nules.", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Boxed Game", + "Card Game" + ], + "url": "http://www.penn.museum/collections/object/242072", + "curatorial_section": "Historic", + "object_number": "15490" +}, +{ + "emuIRN": "22853", + "description": "Seega, an ancient oriental game. Cardboard board and 44 wooden men (22 black, 22 white). Directions inside box lid.", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "material": [ + "Cardboard", + "Wood" + ], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Game Board"], + "url": "http://www.penn.museum/collections/object/22853", + "date_made_early": "1865", + "date_made": "c. 1890", + "date_made_late": "1893", + "other_numbers": ["437"], + "curatorial_section": "Historic", + "object_number": "16414" +}, +{ + "emuIRN": "150868", + "description": "The Game of McAllister and the 150. Invented by Curtis Dunahm, copyright 1892. Cardboard board and 18 small men (9 black, 9 purple), 2 large men (1 black, 1 purple).", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "creator": ["Curtis Dunham"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/150868", + "date_made_early": "1892", + "date_made": "1892-1893", + "date_made_late": "1893", + "other_numbers": ["436"], + "curatorial_section": "Historic", + "object_number": "16415" +}, +{ + "emuIRN": "130236", + "description": "Lotto. Playing boards (24 8\"x 4 1/2\" cards), numbered wood pieces, carboard counters (32 red, white, blue), glass markers (in blue box). 3 bags of pieces. Appears to be like Bingo.", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "material": [ + "Wood", + "Glass", + "Cardboard" + ], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": [ + "Game", + "Lotto" + ], + "url": "http://www.penn.museum/collections/object/130236", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "other_numbers": ["417"], + "curatorial_section": "Historic", + "object_number": "16439" +}, +{ + "emuIRN": "130237", + "description": "with hand-written directions to play. Four sets of cards", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Game Board"], + "url": "http://www.penn.museum/collections/object/130237", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "other_numbers": ["423"], + "curatorial_section": "Historic", + "object_number": "16440" +}, +{ + "emuIRN": "176286", + "description": "Boxed board game. Board, square cardboard indicator, 1 piece of \"pussy\" and 3 pieces for \"mice\"", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": [ + "Boxed Game", + "Board Game" + ], + "url": "http://www.penn.museum/collections/object/176286", + "date_made_early": "1890", + "date_made": "1890-1893", + "date_made_late": "1893", + "other_numbers": ["433"], + "curatorial_section": "Historic", + "object_number": "16456" +}, +{ + "emuIRN": "310777", + "description": "Boxed Board Game: The Derby Steeple Chase. Board, men, counters and dice cup included. Board represents race track. 3 men (4 needed), one is a different shape than other two. Dice cup. Game requires dice (not present). Directions on box", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": [ + "Boxed Game", + "Board Game" + ], + "url": "http://www.penn.museum/collections/object/310777", + "date_made_early": "1890", + "date_made": "1890-1893", + "date_made_late": "1893", + "other_numbers": ["426"], + "curatorial_section": "Historic", + "object_number": "16457" +}, +{ + "emuIRN": "115479", + "description": "Board Game: The Errand Boy. Board, indicator, 4 men. Directions of back of lid.", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/115479", + "date_made_early": "1891", + "date_made": "1891-1893", + "date_made_late": "1893", + "other_numbers": ["489"], + "curatorial_section": "Historic", + "object_number": "16465" +}, +{ + "emuIRN": "70368", + "description": "Checkerboard board, 2 indicators, 18 men, 2 sets of instructions. Quality control slip.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Cardboard"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/70368", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16995" +}, +{ + "emuIRN": "176306", + "description": "folding board. 63 stations; unspecified number of dice", + "provenience": ["France (uncertain)"], + "culture": ["French (uncertain)"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/176306", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17519" +}, +{ + "emuIRN": "15167", + "description": "Wooden box containing map of US (22 1/2 X 15 3/4\") mounted on thin board and cut in irregular pieces. Back has pictures of American flora and fauna.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": [ + "Wood", + "Cardboard" + ], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Puzzle Box"], + "url": "http://www.penn.museum/collections/object/15167", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16968A" +}, +{ + "emuIRN": "193775", + "description": "Game instructions.

Mah-Jongg Game: Green Cardboard box, Green wood cup, 1 pair of small dice, wooden score tablet; Racks with tiles - 46 cream, 20 red, 22 green, 1 blue and 1 white tiles. Manufactured by Parker Brothers, Inc, Salem Massachusetts, copyright 1920-1923; Reg. US Patent Office.", + "provenience": [ + "Massachusetts", + "Salem" + ], + "culture": ["American"], + "creator": ["Parker Brothers, Inc."], + "material": [ + "Cardboard", + "Wood" + ], + "accession_credit_line": ["Gift of Mrs. Milton Harper, 1968"], + "object_name": [ + "Game", + "Mah-Jongg", + "Instruction" + ], + "url": "http://www.penn.museum/collections/object/193775", + "date_made_early": "1920", + "date_made": "1920-1923", + "date_made_late": "1923", + "curatorial_section": "Historic", + "object_number": "68-3-1A" +}, +{ + "emuIRN": "165229", + "description": "A kind of roulette - metal humming top, board (circular, tin) and 7 marbles (2 blue, 2 black, 1 wood, 1 green glass, 1 dark green)", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "material": [ + "Wood", + "Glass", + "Tin" + ], + "object_name": [ + "Game Board", + "Marbles" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/165229", + "curatorial_section": "Historic", + "object_number": "16252" +}, +{ + "emuIRN": "2383", + "description": "Square board with depressions on top for holding marbles. The game is played by jumping the marbles until one is left in the middle depression. 31 marbles in slide-out box under board. Board is missing 2 feet.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Wood"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Game Board"], + "url": "http://www.penn.museum/collections/object/2383", + "date_made_early": "1868", + "date_made": "c.1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16923" +}, +{ + "emuIRN": "405310", + "description": "Spanish Game Loteria = Lotto. 90 individually numbered (1-90) wood balls - strung together (A); wood board (B) with numbered holes; 15 numbered boards for players (C)", + "provenience": [ + "Spain", + "Madrid" + ], + "culture": ["Spanish"], + "material": ["Wood"], + "object_name": [ + "Lottery", + "Game Board" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/405310", + "curatorial_section": "Historic", + "object_number": "16247B" +}, +{ + "emuIRN": "405311", + "description": "Spanish Game Loteria = Lotto. 90 individually numbered (1-90) wood balls - strung together (A); wood board (B) with numbered holes; 15 numbered boards for players (C)", + "provenience": [ + "Spain", + "Madrid" + ], + "culture": ["Spanish"], + "material": ["Wood"], + "object_name": [ + "Lotto", + "Game Card" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/405311", + "curatorial_section": "Historic", + "object_number": "16247C" +}, +{ + "emuIRN": "210805", + "description": "Board and men. Book of directions. 64 wood pieces in 2 bags. 2-4 players", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "material": [ + "Wood", + "Cardboard" + ], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/210805", + "date_made_early": "1890", + "date_made": "1890-1893", + "date_made_late": "1893", + "other_numbers": ["562"], + "curatorial_section": "Historic", + "object_number": "16416" +}, +{ + "emuIRN": "238153", + "description": "Board and men (dice and dice cup missing). Printed gameboard, directions, 16 playing pegs (in 2 bags), for 2-4 players.", + "technique": ["Printed"], + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/238153", + "date_made_early": "1888", + "date_made": "1888-1893", + "date_made_late": "1893", + "other_numbers": ["464"], + "curatorial_section": "Historic", + "object_number": "16417" +}, +{ + "emuIRN": "4508", + "description": "The Yacht Race Game. Board, indicator, 8 yachts", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/4508", + "date_made_early": "1887", + "date_made": "1887-1893", + "date_made_late": "1893", + "other_numbers": ["465"], + "curatorial_section": "Historic", + "object_number": "16460" +}, +{ + "emuIRN": "235401", + "description": "Board, underside: silver fans on blue. 4 men (green, purple, pink, maroon). Die missing. Object is to reach the mosque, pass by snakes heards.", + "provenience": [ + "Massachusetts", + "Salem" + ], + "culture": ["American"], + "creator": ["Parker Brothers, Inc."], + "material": ["Cardboard"], + "accession_credit_line": ["Purchased from and gift of Parker Brothers, Inc., 1893"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/235401", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16464" +}, +{ + "emuIRN": "301647", + "description": "Board, 15 1/2\" X 18\". 6 wooden counters of different colors, 96 paper dics with inscriptions. 6 players or less. Directions enclosed.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": [ + "Wood", + "Paper", + "Cardboard" + ], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/301647", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16985" +}, +{ + "emuIRN": "279848", + "description": "Board, indicator, 4 men. Box is severely broken", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/279848", + "date_made_early": "1875", + "date_made": "1875-1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16425" +}, +{ + "emuIRN": "318569", + "description": "Board, squares around central tablear: 4 wooden discs numbered 1,2,3 in brown and rose, 4 wooden discs numbered 4,5,6 in beige and blue, 2 pieces to each color, 3 very small dice. Diece cup is a wooden cylinder. Roules on back of lid. Board not detachable.", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "material": [ + "Cardboard", + "Wood" + ], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/318569", + "date_made_early": "1891", + "date_made": "1891-1893", + "date_made_late": "1893", + "other_numbers": ["434"], + "curatorial_section": "Historic", + "object_number": "16451" +}, +{ + "emuIRN": "181334", + "description": "Board, cards, 16 men. Instructions. 2-4 players", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Boxed Game"], + "url": "http://www.penn.museum/collections/object/181334", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "other_numbers": ["469"], + "curatorial_section": "Historic", + "object_number": "16455" +}, +{ + "emuIRN": "27665", + "description": "Board, dice cup, 2 dice, 6 men, 3 counters (some missing). 1 white and 2 blue disks not mention in directions.", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Game Board"], + "url": "http://www.penn.museum/collections/object/27665", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "other_numbers": ["430 1/2"], + "curatorial_section": "Historic", + "object_number": "16458" +}, +{ + "emuIRN": "36189", + "description": "Politica or the National Game of Outs and Ins. Board and orange, blue, purple and white men. Board shows USA with # of electoral votes according to each of the 38 states. Includes instructions", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Game Board"], + "url": "http://www.penn.museum/collections/object/36189", + "date_made_early": "1888", + "date_made": "1888-1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16422" +}, +{ + "emuIRN": "230936", + "description": "Board and men. 68 men, printed board. 64 checker-like disc pieces, all alike in blacks and whites. Directions on box lid. 2 players.", + "technique": ["Printed"], + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Game Board"], + "url": "http://www.penn.museum/collections/object/230936", + "date_made_early": "1890", + "date_made": "1890-1893", + "date_made_late": "1893", + "other_numbers": ["552?"], + "curatorial_section": "Historic", + "object_number": "16423" +}, +{ + "emuIRN": "226623", + "description": "Checkerboar board. 68 counters (red, green, white, black)", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Cardboard"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/226623", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16996" +}, +{ + "emuIRN": "199576", + "description": "Board Game; Fortuna. Board, 5 men, wheel of fortune with long swinging bar. Plywood box - One side has false bottom to house pieces (swing bar and wheel of fortune, 5 black/orange men). No directions.", + "provenience": [ + "Pennsylvania", + "Philadelphia" + ], + "iconography": ["Fortune Telling"], + "culture": ["American"], + "material": ["Wood"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/199576", + "curatorial_section": "Historic", + "object_number": "17831" +}, +{ + "emuIRN": "335863", + "description": "Marble Roulette", + "provenience": [ + "Pennsylvania", + "Philadelphia" + ], + "culture": ["American"], + "accession_credit_line": ["Deposited by R. Stewart Culin, 1894"], + "object_name": ["Marble Roulette"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/335863", + "date_made_early": "1894", + "date_made": "1894", + "date_made_late": "1894", + "curatorial_section": "Historic", + "object_number": "18297" +}, +{ + "emuIRN": "267799", + "description": "Long rectangular wooden board divided into horizontal stripes painted blue, orange, red, white, green", + "provenience": ["Europe (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Game Board (uncertain)"], + "url": "http://www.penn.museum/collections/object/267799", + "curatorial_section": "Historic", + "object_number": "29-191-298" +}, +{ + "emuIRN": "182509", + "description": "Roulette on inside of board and Life on outside. 6 marbles, 1 spinner, 4 counters, 4 numbered cards, direction leaflet.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": [ + "Game", + "Marble Roulette" + ], + "url": "http://www.penn.museum/collections/object/182509", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16925" +}, +{ + "emuIRN": "288791", + "description": "8 rings, 2 wooden stands with 5 uprights", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": [ + "Cardboard", + "Wood" + ], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": [ + "Game", + "Ring Toss" + ], + "url": "http://www.penn.museum/collections/object/288791", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16997" +}, +{ + "emuIRN": "103963", + "description": "Double cup shaped", + "provenience": [ + "Illinois", + "Chicago" + ], + "culture": ["American"], + "material": ["Wood"], + "accession_credit_line": ["Gift of the Hon. John Wanamaker, 1901"], + "object_name": [ + "Game Part", + "Dice Cup" + ], + "url": "http://www.penn.museum/collections/object/103963", + "curatorial_section": "Historic", + "object_number": "22289" +}, +{ + "emuIRN": "205549", + "description": "Spinner/teetotum (B) according to rules", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "creator": ["Watillaux"], + "object_name": [ + "Goose Game", + "Game Board" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/205549", + "curatorial_section": "Historic", + "object_number": "16253A" +}, +{ + "emuIRN": "99829", + "description": "Large Cardboard base containing colored lithograph map of United States, printed on cardboard 14 X 21 inches, cut in rectangles 1 3/4 by 1 7/8 inches as puzzle. Made by Parker Brothers, Salem, Mass.", + "provenience": [ + "Massachusetts", + "Salem" + ], + "culture": ["American"], + "creator": ["Parker Brothers, Inc."], + "material": ["Cardboard"], + "accession_credit_line": ["Deposited by R. Stewart Culin, 1892"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/99829", + "curatorial_section": "Historic", + "object_number": "15453" +}, +{ + "emuIRN": "116534", + "description": "Draught Board and Draughtmen", + "provenience": [ + "Spain", + "Madrid" + ], + "culture": ["Spanish"], + "object_name": [ + "Game", + "Draughts Board", + "Draughtsmen" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/116534", + "curatorial_section": "Historic", + "object_number": "16248" +}, +{ + "emuIRN": "82897", + "description": "Boxed Board Game. Board, men and indicator with 2 arrows. 36 men- 4 extra black ones (16 white, 16 black). Directions inside lid", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": [ + "Boxed Game", + "Board Game" + ], + "url": "http://www.penn.museum/collections/object/82897", + "date_made_early": "1891", + "date_made": "1891-1893", + "date_made_late": "1893", + "other_numbers": ["435"], + "curatorial_section": "Historic", + "object_number": "16453" +}, +{ + "emuIRN": "4507", + "description": "Board, 4 metal messengers, indicator. Directions on board. 2-4 players", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "material": [ + "Metal", + "Cardboard" + ], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/4507", + "date_made_early": "1886", + "date_made": "1886-1893", + "date_made_late": "1893", + "other_numbers": ["441 1/2"], + "curatorial_section": "Historic", + "object_number": "16459" +}, +{ + "emuIRN": "284770", + "description": "LO LO The New Parlour Croquet Game", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "creator": ["E. I. Horsman"], + "accession_credit_line": ["Gift of E. I. Horsman, 1893"], + "object_name": ["Game"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/284770", + "other_numbers": ["16535"], + "curatorial_section": "Historic", + "object_number": "16355" +}, +{ + "emuIRN": "339620", + "description": "The Susceptibles. Strategy game. Multicolor lithograph playing board and 48 piece total - 2 leaders, 18 companions, 10 aides, 8 susceptibles. Pieces black and white. For 2 players.", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Boxed Game"], + "url": "http://www.penn.museum/collections/object/339620", + "date_made_early": "1891", + "date_made": "1891-1893", + "date_made_late": "1893", + "other_numbers": ["694"], + "curatorial_section": "Historic", + "object_number": "16421" +}, +{ + "emuIRN": "267754", + "description": "board and men. 20 blue pieces and 20 yellow pieces representing generals, privates, etc. Board is part of box and shows Harper's Ferry. Directions on inside of lid. for 2 players", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/267754", + "date_made_early": "1891", + "date_made": "1891-1893", + "date_made_late": "1893", + "other_numbers": ["696"], + "curatorial_section": "Historic", + "object_number": "16424" +}, +{ + "emuIRN": "133078", + "description": "Board, 36 black and 31 white men, 2 dice, dice Cup. Directions in booklet. For 2 players", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/133078", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "other_numbers": ["444"], + "curatorial_section": "Historic", + "object_number": "16461" +}, +{ + "emuIRN": "34221", + "description": "Instructions. 24 men, 3 dice, dice cup, board. Board built into box: 6 sided spaces, 7 red ones in middle, 2 arms of orange ones, 2 arms of yellow ones, green in corners. Players race men around the board. Box: black with red borders, red label with name and Greeks fighting, in gold.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/34221", + "date_made_early": "1865", + "date_made": "C. 1890", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16994" +}, +{ + "emuIRN": "94350", + "description": "Inlaid wood board for game of assaulto / siege - a kind of Fox and Geese game", + "technique": ["Inlaid"], + "provenience": [ + "Spain", + "Madrid" + ], + "culture": ["Spanish"], + "material": ["Wood"], + "object_name": ["Board Game"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/94350", + "curatorial_section": "Historic", + "object_number": "16249" +}, +{ + "emuIRN": "56769", + "description": "Wooden board. Checkerboard / checkers on one side; Music game - Jeu de la Musique on other side with pegs and spinner.", + "provenience": [ + "France", + "Paris (France)" + ], + "iconography": [ + "Music", + "Checkers" + ], + "culture": ["French"], + "material": ["Wood"], + "object_name": [ + "Game Board", + "Checkers" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/56769", + "curatorial_section": "Historic", + "object_number": "16251" +}, +{ + "emuIRN": "241660", + "description": "Fish pond game board printed and slotted. 6 poles and 54 fish. Directions inside box lid. 2-6 players.", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/241660", + "date_made_early": "1890", + "date_made": "1890-1893", + "date_made_late": "1893", + "other_numbers": ["535"], + "curatorial_section": "Historic", + "object_number": "16469" +}, +{ + "emuIRN": "303581", + "description": "Board, 32 playing cards, counters", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Board Game"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/303581", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16559" +}, +{ + "emuIRN": "86454", + "description": "Cardboard strips (for board game or playing cards) - 4 sets (green, red, yellow, purple) each consisting of 1 straight strip divided into 5 sections and 1 curved strip divided into 8 sections. Each has pictures and arranged dots", + "provenience": ["Europe (uncertain)"], + "material": ["Cardboard"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Game"], + "url": "http://www.penn.museum/collections/object/86454", + "curatorial_section": "Historic", + "object_number": "29-191-249" +}, +{ + "emuIRN": "122564", + "description": "Board with men and indicator. 1 spinner with 2 arrows. 1 set red and white pieces numbered 1-15 and 1 odd piece numbered 20. Played on board. Directions inside lid. For 2 players. Tin has depression for marbles and is painted.", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "material": ["Tin"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/122564", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16452" +}, +{ + "emuIRN": "216595", + "description": "Board, cue, 4 cyclers, 1 ball, 1 spinner, 8 men. Instructions.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/216595", + "curatorial_section": "Historic", + "object_number": "16924" +}, +{ + "emuIRN": "333441", + "description": "Large board with nails in upper surface and with tow detachable legs; catcher, batsman (2 pieces ), 3 blue men, 3 red men, 1 gray man, 8 yellow men, 2 balls. Instruction Book (b)", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Board Game"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/333441", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1918", + "curatorial_section": "Historic", + "object_number": "16922A" +}, +{ + "emuIRN": "132644", + "description": "White with blue flowers; cap fitting in neck.", + "provenience": [ + "Spain", + "Barcelona" + ], + "accession_credit_line": ["Gift of the Academy of Natural Sciences of Philadelphia, 1997"], + "object_name": ["Water Bottle"], + "url": "http://www.penn.museum/collections/object/132644", + "other_numbers": [ + "L-122-170", + "11121", + "1381" + ], + "curatorial_section": "Historic", + "object_number": "97-122-170" +}, +{ + "emuIRN": "308406", + "description": "\"Amusement for Ten\" Cardboard cross puzzle, card for ink trick. 1 wooden wedge, 1 wooden man, 3 blue rebus cards, 2 cut-out-the-puzzle cards, 1 card w/ripple pattern, 1 card w/dotted diamonds pattern, 1 perforated card (square, circle, triangle), 1 octagonal wood block with Chinese-like inscriptions.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": [ + "Wood", + "Cardboard" + ], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": [ + "Game", + "Puzzle" + ], + "url": "http://www.penn.museum/collections/object/308406", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "17000" +}, +{ + "emuIRN": "313882", + "description": "wood blocks to form checkerboard.

Box lid and botton; 82 Small wooden squares of varying thickness (single and double). There is a single piece that is three squares, double thickness, attached together", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "iconography": ["Checkerboard"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Block Puzzle", + "tangram" + ], + "url": "http://www.penn.museum/collections/object/313882", + "other_numbers": ["CG2015-10-73"], + "curatorial_section": "Historic", + "object_number": "29-191-177" +}, +{ + "emuIRN": "113026", + "description": "Vase with Classical Figures in Relief", + "provenience": ["France (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Gift of Mrs. William V. McKean, 1900"], + "object_name": ["Vase"], + "url": "http://www.penn.museum/collections/object/113026", + "curatorial_section": "Historic", + "object_number": "21806A" +}, +{ + "emuIRN": "191950", + "description": "Vase with Classical Figures in Relief", + "provenience": ["France (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Gift of Mrs. William V. McKean, 1900"], + "object_name": ["Vase"], + "url": "http://www.penn.museum/collections/object/191950", + "curatorial_section": "Historic", + "object_number": "21806B" +}, +{ + "emuIRN": "255448", + "description": "Brass Flower Vasem, ornamented with 2 masks, serpent handles, on pedestal with 4 sphinxes", + "technique": ["Gilded"], + "provenience": ["France (uncertain)"], + "iconography": [ + "Mask", + "Serpent", + "Sphinx" + ], + "material": ["Brass"], + "accession_credit_line": ["Gift of Mrs. William V. McKean, 1900"], + "object_name": ["Vase"], + "url": "http://www.penn.museum/collections/object/255448", + "curatorial_section": "Historic", + "object_number": "21804" +}, +{ + "emuIRN": "161621", + "description": "On pedestals", + "provenience": ["Italy"], + "material": ["Marble (Stone)"], + "accession_credit_line": ["Gift of Mrs. William V. McKean, 1900"], + "object_name": ["Vase"], + "url": "http://www.penn.museum/collections/object/161621", + "curatorial_section": "Historic", + "object_number": "21815A" +}, +{ + "emuIRN": "252764", + "description": "On pedestals", + "provenience": ["Italy"], + "material": ["Marble (Stone)"], + "accession_credit_line": ["Gift of Mrs. William V. McKean, 1900"], + "object_name": ["Vase"], + "url": "http://www.penn.museum/collections/object/252764", + "curatorial_section": "Historic", + "object_number": "21815B" +}, +{ + "emuIRN": "202109", + "description": "Playing Card Deck / Minchiate - 94 cards (incomplete). Geographical. Gold crosses on white background. Cardboard. Hand painted and etched", + "technique": [ + "Etched", + "hand painted" + ], + "provenience": ["Italy"], + "iconography": ["Geography"], + "culture": ["Italian"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot", + "Minchiate" + ], + "url": "http://www.penn.museum/collections/object/202109", + "curatorial_section": "Historic", + "object_number": "19318" +}, +{ + "emuIRN": "210244", + "description": "Incomplete Minchiate Deck - 35 cards", + "technique": ["Watercolor"], + "provenience": [ + "Italy", + "Firenze" + ], + "culture": ["Italian"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot", + "Minchiate" + ], + "url": "http://www.penn.museum/collections/object/210244", + "curatorial_section": "Historic", + "object_number": "19312" +}, +{ + "emuIRN": "256138", + "description": "Card Came/Deck - Minchiate - 45 cards", + "provenience": [ + "Italy", + "Firenze" + ], + "iconography": [ + "Medici", + "Greece", + "Rome", + "Persia", + "Assyria" + ], + "culture": ["Italian"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Playing Card Deck", + "Tarot", + "Minchiate" + ], + "url": "http://www.penn.museum/collections/object/256138", + "curatorial_section": "Historic", + "object_number": "19314" +}, +{ + "emuIRN": "33659", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/33659", + "curatorial_section": "Historic", + "object_number": "29-227-50" +}, +{ + "emuIRN": "58590", + "provenience": ["Europe"], + "culture": ["European (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/58590", + "curatorial_section": "Historic", + "object_number": "29-227-61" +}, +{ + "emuIRN": "296960", + "provenience": ["Europe"], + "culture": ["European (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/296960", + "curatorial_section": "Historic", + "object_number": "29-227-60" +}, +{ + "emuIRN": "168957", + "provenience": ["Russia"], + "culture": ["Russian"], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/168957", + "curatorial_section": "Historic", + "object_number": "29-227-58" +}, +{ + "emuIRN": "179129", + "description": "Obverse: Saint George. Reverse: Inscription", + "provenience": ["Russia"], + "iconography": [ + "Saint George", + "Inscription" + ], + "culture": ["Russian"], + "material": ["Silver"], + "period": ["Mikhail Fedorovitch"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/179129", + "date_made_early": "1613", + "date_made": "1613-1645 AD", + "date_made_late": "1645", + "curatorial_section": "Historic", + "object_number": "29-227-57" +}, +{ + "emuIRN": "78557", + "description": "\"The East\"", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/78557", + "curatorial_section": "Historic", + "object_number": "29-227-56" +}, +{ + "emuIRN": "107871", + "description": "Reverse: Inscription", + "provenience": [ + "Russia", + "Tuer" + ], + "iconography": ["Inscription"], + "culture": ["Russian"], + "material": ["Bronze"], + "period": ["Michael Borissovitch"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/107871", + "date_made_early": "1461", + "date_made": "1461-1485 AD", + "date_made_late": "1485", + "curatorial_section": "Historic", + "object_number": "29-227-55" +}, +{ + "emuIRN": "160777", + "provenience": [ + "Russia", + "Borovsk" + ], + "culture": ["Russian"], + "material": ["Silver"], + "period": ["Simeon Vladimirovitch"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/160777", + "date_made_early": "1410", + "date_made": "1410-1426 AD", + "date_made_late": "1426", + "curatorial_section": "Historic", + "object_number": "29-227-54" +}, +{ + "emuIRN": "283794", + "description": "Obverse: Beast. Reverse: Inscription", + "provenience": [ + "Russia", + "Tuer" + ], + "iconography": [ + "Animal", + "Inscription" + ], + "culture": ["Russian"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/283794", + "date_made_early": "1300", + "date_made": "1300-1499 AD", + "date_made_late": "1499", + "curatorial_section": "Historic", + "object_number": "29-227-53" +}, +{ + "emuIRN": "340095", + "description": "Obverse: Beast. Reverse: Inscription", + "provenience": [ + "Russia", + "Tuer" + ], + "iconography": [ + "Animal", + "Inscription" + ], + "culture": ["Russian"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/340095", + "date_made_early": "1300", + "date_made": "1300-1499 AD", + "date_made_late": "1499", + "curatorial_section": "Historic", + "object_number": "29-227-52" +}, +{ + "emuIRN": "294595", + "description": "One of a set of diamond models ranging from 1-75 karats: 1 karat", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/294595", + "other_numbers": ["659"], + "curatorial_section": "Historic", + "object_number": "17287A" +}, +{ + "emuIRN": "396093", + "description": "One of a set of diamond modelsl ranging from 1-75 karats: 1.5 karat", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396093", + "other_numbers": ["659"], + "curatorial_section": "Historic", + "object_number": "17287B" +}, +{ + "emuIRN": "396094", + "description": "One of a set of diamond modelsl ranging from 1-75 karats: 2 karat", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396094", + "other_numbers": ["659"], + "curatorial_section": "Historic", + "object_number": "17287C" +}, +{ + "emuIRN": "396095", + "description": "One of a set of diamond modelsl ranging from 1-75 karats: 3 karat", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396095", + "other_numbers": ["659"], + "curatorial_section": "Historic", + "object_number": "17287D" +}, +{ + "emuIRN": "396096", + "description": "One of a set of diamond modelsl ranging from 1-75 karats: 4 karat", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396096", + "other_numbers": ["659"], + "curatorial_section": "Historic", + "object_number": "17287E" +}, +{ + "emuIRN": "396097", + "description": "One of a set of diamond modelsl ranging from 1-75 karats: 6 karat", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396097", + "other_numbers": ["659"], + "curatorial_section": "Historic", + "object_number": "17287F" +}, +{ + "emuIRN": "396098", + "description": "One of a set of diamond modelsl ranging from 1-75 karats: 8 karat", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396098", + "other_numbers": ["659"], + "curatorial_section": "Historic", + "object_number": "17287G" +}, +{ + "emuIRN": "396099", + "description": "One of a set of diamond modelsl ranging from 1-75 karats: 10 karat", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396099", + "other_numbers": ["659"], + "curatorial_section": "Historic", + "object_number": "17287H" +}, +{ + "emuIRN": "396100", + "description": "One of a set of diamond models ranging from 1-75 karats: 12 karat", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396100", + "other_numbers": ["659"], + "curatorial_section": "Historic", + "object_number": "17287I" +}, +{ + "emuIRN": "396101", + "description": "One of a set of diamond models ranging from 1-75 karats: 16 karat", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396101", + "other_numbers": ["659"], + "curatorial_section": "Historic", + "object_number": "17287J" +}, +{ + "emuIRN": "396102", + "description": "One of a set of diamond models ranging from 1-75 karats: 20 karat", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396102", + "other_numbers": ["659"], + "curatorial_section": "Historic", + "object_number": "17287K" +}, +{ + "emuIRN": "396103", + "description": "One of a set of diamond models ranging from 1-75 karats: 22 karat", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396103", + "other_numbers": ["659"], + "curatorial_section": "Historic", + "object_number": "17287L" +}, +{ + "emuIRN": "396104", + "description": "One of a set of diamond models ranging from 1-75 karats: 25 karat", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396104", + "other_numbers": ["659"], + "curatorial_section": "Historic", + "object_number": "17287M" +}, +{ + "emuIRN": "396105", + "description": "One of a set of diamond models ranging from 1-75 karats: 30 karat", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396105", + "other_numbers": ["659"], + "curatorial_section": "Historic", + "object_number": "17287N" +}, +{ + "emuIRN": "396106", + "description": "One of a set of diamond models ranging from 1-75 karats: 75 karat", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396106", + "other_numbers": ["659"], + "curatorial_section": "Historic", + "object_number": "17287O" +}, +{ + "emuIRN": "111487", + "description": "Model of Zircon mineral crystal", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Zircon", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/111487", + "other_numbers": ["677"], + "curatorial_section": "Historic", + "object_number": "17305A" +}, +{ + "emuIRN": "111680", + "description": "Model of Chrysoberyl mineral crystal", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Chrysoberyl", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/111680", + "other_numbers": ["677"], + "curatorial_section": "Historic", + "object_number": "17305B" +}, +{ + "emuIRN": "2891", + "description": "Model of Garnet mineral crystal", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Garnet", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/2891", + "other_numbers": ["677"], + "curatorial_section": "Historic", + "object_number": "17305C" +}, +{ + "emuIRN": "329039", + "description": "Model of Pyrope Garnet mineral crystal", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Pyrope Garnet", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/329039", + "other_numbers": ["677"], + "curatorial_section": "Historic", + "object_number": "17305D" +}, +{ + "emuIRN": "27022", + "description": "Model of Chrysoprase mineral crystal", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Chrysoprase", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/27022", + "other_numbers": ["677"], + "curatorial_section": "Historic", + "object_number": "17305E" +}, +{ + "emuIRN": "235891", + "description": "Model of Diamond mineral crystal", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/235891", + "other_numbers": ["677"], + "curatorial_section": "Historic", + "object_number": "17305F" +}, +{ + "emuIRN": "15722", + "description": "Model of Rock Crystal / Quartz mineral crystal", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Quartz", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/15722", + "other_numbers": ["677"], + "curatorial_section": "Historic", + "object_number": "17305G" +}, +{ + "emuIRN": "123574", + "description": "Model of topaz mineral crystal model", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Topaz", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/123574", + "other_numbers": ["677"], + "curatorial_section": "Historic", + "object_number": "17305H" +}, +{ + "emuIRN": "157517", + "description": "Model of spinel mineral crystal", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Spinel", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/157517", + "other_numbers": ["677"], + "curatorial_section": "Historic", + "object_number": "17305I" +}, +{ + "emuIRN": "344175", + "description": "Model of Tourmaline mineral crystal", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Tourmaline", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/344175", + "other_numbers": ["677"], + "curatorial_section": "Historic", + "object_number": "17305J" +}, +{ + "emuIRN": "253128", + "description": "Model of Zircon (variety Hyancinth) Mineral crystal", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Zircon", + "Hyacinth", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/253128", + "other_numbers": ["677"], + "curatorial_section": "Historic", + "object_number": "17305K" +}, +{ + "emuIRN": "260517", + "description": "Model of Diamond mineral crystal", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/260517", + "other_numbers": ["677"], + "curatorial_section": "Historic", + "object_number": "17305L" +}, +{ + "emuIRN": "329932", + "description": "Model of Chrysolite mineral crystal", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Chrypolite", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/329932", + "other_numbers": ["677"], + "curatorial_section": "Historic", + "object_number": "17305M" +}, +{ + "emuIRN": "48089", + "description": "Model of Enclase mineral crystal", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Enclase", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/48089", + "other_numbers": ["677"], + "curatorial_section": "Historic", + "object_number": "17305N" +}, +{ + "emuIRN": "61757", + "description": "Model of Ruby Balaise mineral crystal", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Ruby (uncertain)", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/61757", + "other_numbers": ["677"], + "curatorial_section": "Historic", + "object_number": "17305O" +}, +{ + "emuIRN": "178116", + "description": "Model of Beryl, var. Aquamarine Mineral crystal", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Beryl", + "Aquamarine", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/178116", + "other_numbers": ["677"], + "curatorial_section": "Historic", + "object_number": "17305P" +}, +{ + "emuIRN": "298442", + "description": "Model of Amethyst Mineral crystal", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Amethyst", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/298442", + "other_numbers": ["677"], + "curatorial_section": "Historic", + "object_number": "17305Q" +}, +{ + "emuIRN": "304597", + "description": "Model of Corundum, var. Sapphire mineral crystal", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Sapphire", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/304597", + "other_numbers": ["677"], + "curatorial_section": "Historic", + "object_number": "17305R" +}, +{ + "emuIRN": "124890", + "description": "Model of Corundum, var. Blue (Sapphire?) mineral crystal", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Sapphire (uncertain)", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/124890", + "other_numbers": ["677"], + "curatorial_section": "Historic", + "object_number": "17305S" +}, +{ + "emuIRN": "137731", + "description": "Model of Rose colored mineral crystal", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Crystal Model"], + "url": "http://www.penn.museum/collections/object/137731", + "other_numbers": ["677"], + "curatorial_section": "Historic", + "object_number": "17305T" +}, +{ + "emuIRN": "97998", + "description": "Model of Mineral crystal", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Amethyst (uncertain)", + "Crystal Model" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/97998", + "other_numbers": ["677"], + "curatorial_section": "Historic", + "object_number": "17305U" +}, +{ + "emuIRN": "153842", + "description": "Made of 2 pieces of crystal cemeted with balsam", + "provenience": ["Bohemia"], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Aquamarine", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/153842", + "curatorial_section": "Historic", + "object_number": "17792A" +}, +{ + "emuIRN": "366117", + "description": "Made of two pieces of crystal cemented with balsam", + "provenience": ["Bohemia"], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Aquamarine", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/366117", + "curatorial_section": "Historic", + "object_number": "17792B" +}, +{ + "emuIRN": "353352", + "description": "made of two pieces of crystal cemented with balsam", + "provenience": ["Bohemia"], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Aquamarine", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/353352", + "curatorial_section": "Historic", + "object_number": "17792C" +}, +{ + "emuIRN": "145606", + "description": "Ruby Doublet", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Ruby", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/145606", + "curatorial_section": "Historic", + "object_number": "17793A" +}, +{ + "emuIRN": "396090", + "description": "Sapphire Doublet", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Sapphire", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396090", + "curatorial_section": "Historic", + "object_number": "17793B" +}, +{ + "emuIRN": "210005", + "description": "one of four fire opals", + "provenience": [ + "Mexico (Central America)", + "Questero" + ], + "material": ["Fire Opal"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Fire Opal"], + "url": "http://www.penn.museum/collections/object/210005", + "curatorial_section": "Historic", + "object_number": "17140A" +}, +{ + "emuIRN": "396147", + "description": "one of four fire opals", + "provenience": [ + "Mexico (Central America)", + "Questero" + ], + "material": ["Fire Opal"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Fire Opal"], + "url": "http://www.penn.museum/collections/object/396147", + "curatorial_section": "Historic", + "object_number": "17140B" +}, +{ + "emuIRN": "396148", + "description": "one of four fire opals", + "provenience": [ + "Mexico (Central America)", + "Questero" + ], + "material": ["Fire Opal"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Fire Opal"], + "url": "http://www.penn.museum/collections/object/396148", + "curatorial_section": "Historic", + "object_number": "17140C" +}, +{ + "emuIRN": "396149", + "description": "one of four fire opals", + "provenience": [ + "Mexico (Central America)", + "Questero" + ], + "material": ["Fire Opal"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Fire Opal"], + "url": "http://www.penn.museum/collections/object/396149", + "curatorial_section": "Historic", + "object_number": "17140D" +}, +{ + "emuIRN": "291381", + "description": "Byzantine liturgical book, 17th Century?", + "provenience": ["Eastern Europe (uncertain)"], + "iconography": ["Music"], + "culture": ["Byzantine"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1984"], + "object_name": [ + "Manuscript", + "Book" + ], + "url": "http://www.penn.museum/collections/object/291381", + "date_made_early": "1600", + "date_made": "1600-1699", + "date_made_late": "1699", + "other_numbers": [ + "65.741", + "LO-1301-9", + "29-109-75 uncertain" + ], + "curatorial_section": "Historic", + "object_number": "84-7-205" +}, +{ + "emuIRN": "533888", + "description": "Fragmentary instructions for the \"Giuoco Della Fiera\" All text in Italian.", + "provenience": ["Italy"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Board Game", + "Instruction" + ], + "url": "http://www.penn.museum/collections/object/533888", + "curatorial_section": "Historic", + "object_number": "CG2015-10-157" +}, +{ + "emuIRN": "534021", + "description": "Wool bag with a black and white woven design. Central image on bag is of two double-headed birds (eagles?), bordered on top and bottom by geometric line designs. Shoulder strap of bag has a black and white woven checkerboard pattern.", + "provenience": [ + "Europe (uncertain)", + "Central America (uncertain)" + ], + "material": ["Wool"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Bag"], + "url": "http://www.penn.museum/collections/object/534021", + "curatorial_section": "Historic", + "object_number": "CG2015-10-165" +}, +{ + "emuIRN": "535579", + "description": "Long metal rod, slightly rusted. One end has screw threads with a rounded tip screwed on.
See notes.", + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Rod"], + "url": "http://www.penn.museum/collections/object/535579", + "curatorial_section": "Historic", + "object_number": "CG2015-10-167" +}, +{ + "emuIRN": "535615", + "description": "Long wooden torch.", + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Torch"], + "url": "http://www.penn.museum/collections/object/535615", + "curatorial_section": "Historic", + "object_number": "CG2015-10-168" +}, +{ + "emuIRN": "535616", + "description": "Long wooden rod, carved.", + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Rod"], + "url": "http://www.penn.museum/collections/object/535616", + "curatorial_section": "Historic", + "object_number": "CG2015-10-169" +}, +{ + "emuIRN": "208275", + "description": "An illustrated game. 35 cards: 17 w/fables, 17 w/pictures, 1 w/picture of Aesop. Letter in left corner of every cards which corresponds to letter of another card. Picture and fable w/same letter will match.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/208275", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16964" +}, +{ + "emuIRN": "534598", + "description": "Small piece of malachite.", + "material": ["Malachite"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Malachite"], + "url": "http://www.penn.museum/collections/object/534598", + "curatorial_section": "Historic", + "object_number": "CG2015-10-166" +}, +{ + "emuIRN": "96004", + "provenience": ["Europe"], + "culture": ["European"], + "material": ["Bronze"], + "period": ["European Medieval Period"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/96004", + "curatorial_section": "Historic", + "object_number": "29-227-81" +}, +{ + "emuIRN": "436142", + "description": "Gold Cloth with floral decoration", + "provenience": ["Russia"], + "accession_credit_line": ["Gift of Miss Lydia T. Morris, 1917"], + "object_name": ["Cloth"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/436142", + "curatorial_section": "Historic", + "object_number": "29-159-11" +}, +{ + "emuIRN": "261378", + "provenience": ["Europe"], + "culture": ["European"], + "material": ["Bronze"], + "period": ["European Medieval Period"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/261378", + "curatorial_section": "Historic", + "object_number": "29-227-78" +}, +{ + "emuIRN": "196230", + "provenience": ["Russia"], + "culture": ["Russian"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/196230", + "curatorial_section": "Historic", + "object_number": "29-227-77" +}, +{ + "emuIRN": "210952", + "provenience": ["Portugal"], + "culture": ["Portuguese"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/210952", + "curatorial_section": "Historic", + "object_number": "29-227-71" +}, +{ + "emuIRN": "21362", + "provenience": ["Europe"], + "culture": ["European (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/21362", + "curatorial_section": "Historic", + "object_number": "29-227-70" +}, +{ + "emuIRN": "533934", + "description": "Small, round ball made of stone. Reddish-brown in color. Possibly a marble.", + "provenience": ["Europe (uncertain)"], + "material": ["Sandstone (uncertain)"], + "object_name": ["Game Piece (uncertain)"], + "url": "http://www.penn.museum/collections/object/533934", + "curatorial_section": "Historic", + "object_number": "17510B" +}, +{ + "emuIRN": "470980", + "description": "Copper (AE) quattrino of Ferdinand III, Grand Duke of Tuscany 1790-1801 (1st period of rule).
Obverse: FERD.III.A.A.M.D.ETR. on edge and Coat of Arms in Center .
Inscription reads: Ferdinandus III Archidux Austriae, Magnus Dux Etruriae = Ferdinand III, Archduke of Austria, Grand Duke of Tuscany)
Reverse: QUAT // TRINO // 1800 (in 3 lines) (=Quattrino 1800)", + "provenience": [ + "Italy", + "Tuscany" + ], + "culture": ["Italian"], + "material": ["Copper"], + "accession_credit_line": ["Received from various sources, pre-1984"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/470980", + "date_made_early": "1800", + "date_made": "1800", + "date_made_late": "1800", + "other_numbers": ["29-109-126?"], + "curatorial_section": "Historic", + "object_number": "84-7-211" +}, +{ + "emuIRN": "487602", + "description": "Very complex, has a central arm, 5 rings, connectors for all the rings and a secondary arm the rings are connected to. Has note that says \"Chinese Rings\"", + "provenience": ["Europe (uncertain)"], + "material": [ + "Metal", + "Iron (uncertain)" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Ring Puzzle"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487602", + "curatorial_section": "Historic", + "measurement_length": 15.4, + "object_number": "CG2015-10-59" +}, +{ + "emuIRN": "265743", + "description": "Obverse: Beast. Reverse: Inscription", + "provenience": [ + "Russia", + "Tuer" + ], + "iconography": [ + "Animal", + "Inscription" + ], + "culture": ["Russian"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/265743", + "date_made_early": "1300", + "date_made": "1300-1499 AD", + "date_made_late": "1499", + "curatorial_section": "Historic", + "object_number": "29-227-26" +}, +{ + "emuIRN": "50528", + "description": "Obverse: Beast. Reverse: Inscription", + "provenience": [ + "Russia", + "Tuer" + ], + "iconography": [ + "Animal", + "Inscription" + ], + "culture": ["Russian"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/50528", + "date_made_early": "1300", + "date_made": "1300-1499 AD", + "date_made_late": "1499", + "curatorial_section": "Historic", + "object_number": "29-227-24" +}, +{ + "emuIRN": "96918", + "description": "Obverse: Beast. Reverse: Inscription", + "provenience": [ + "Russia", + "Tuer" + ], + "iconography": [ + "Animal", + "Inscription" + ], + "culture": ["Russian"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/96918", + "date_made_early": "1300", + "date_made": "1300-1499 AD", + "date_made_late": "1499", + "curatorial_section": "Historic", + "object_number": "29-227-22" +}, +{ + "emuIRN": "256488", + "description": "Eagle. Pierced", + "provenience": ["Russia (uncertain)"], + "iconography": ["Eagle"], + "culture": ["Russian (uncertain)"], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/256488", + "curatorial_section": "Historic", + "object_number": "29-227-21" +}, +{ + "emuIRN": "311442", + "description": "\"The East\"", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/311442", + "curatorial_section": "Historic", + "object_number": "29-227-20" +}, +{ + "emuIRN": "311441", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/311441", + "curatorial_section": "Historic", + "object_number": "29-227-19" +}, +{ + "emuIRN": "215938", + "description": "pierced", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/215938", + "curatorial_section": "Historic", + "object_number": "29-227-18" +}, +{ + "emuIRN": "123739", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/123739", + "curatorial_section": "Historic", + "object_number": "29-227-17" +}, +{ + "emuIRN": "9189", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/9189", + "curatorial_section": "Historic", + "object_number": "29-227-16" +}, +{ + "emuIRN": "62389", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/62389", + "curatorial_section": "Historic", + "object_number": "29-227-15" +}, +{ + "emuIRN": "296677", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/296677", + "curatorial_section": "Historic", + "object_number": "29-227-14" +}, +{ + "emuIRN": "171555", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/171555", + "curatorial_section": "Historic", + "object_number": "29-227-13" +}, +{ + "emuIRN": "186887", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/186887", + "curatorial_section": "Historic", + "object_number": "29-227-12" +}, +{ + "emuIRN": "188073", + "description": "Playing Card Deck - 34 card from a deck of 36.", + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/188073", + "curatorial_section": "Historic", + "object_number": "21358" +}, +{ + "emuIRN": "170558", + "description": "Playing Card Deck - 23 cards from a deck of 36 cards", + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "creator": ["Conrad Jegel"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/170558", + "curatorial_section": "Historic", + "object_number": "21359" +}, +{ + "emuIRN": "170559", + "description": "Playing Card Deck - 24 odd cards (from a deck of 36)", + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/170559", + "curatorial_section": "Historic", + "object_number": "21360" +}, +{ + "emuIRN": "3189", + "description": "Playing Card Deck \"Struwel Peter\" - 25 cards", + "provenience": ["Germany"], + "culture": ["German"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/3189", + "curatorial_section": "Historic", + "object_number": "21362" +}, +{ + "emuIRN": "44635", + "description": "Card Game: Fragen und antworten = Questions and Answers. In box with instructions. Pink. 25 cards", + "provenience": [ + "Germany", + "Strasburg" + ], + "culture": ["German"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/44635", + "curatorial_section": "Historic", + "object_number": "21363" +}, +{ + "emuIRN": "70821", + "description": "Card Game: Wer hat die Gans gestolen? (= Who Stole the Goose?). 24 printed cards in box.", + "provenience": [ + "Germany", + "Strasburg" + ], + "culture": ["German"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/70821", + "curatorial_section": "Historic", + "object_number": "21364" +}, +{ + "emuIRN": "182511", + "description": "Playing card deck: Piquet #20. 32 cards with wrapper", + "provenience": [ + "Germany", + "Stralsund" + ], + "culture": ["German"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Playing Card Deck", + "Piquet" + ], + "url": "http://www.penn.museum/collections/object/182511", + "curatorial_section": "Historic", + "object_number": "21365" +}, +{ + "emuIRN": "193175", + "description": "Playing card Deck: Whist - only 50 cards with ace and 2 of clubs missing.", + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Playing Card Deck", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/193175", + "curatorial_section": "Historic", + "object_number": "21366" +}, +{ + "emuIRN": "155943", + "description": "Playing Card Deck - 10 cards - 7 mostly complete and 3 fragments", + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Playing Card Deck"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/155943", + "curatorial_section": "Historic", + "object_number": "21368" +}, +{ + "emuIRN": "90463", + "description": "Playing Card Deck - 35 cards from a pack of 36 with sentimental and humorous copper-plate engravings and verses.", + "technique": ["Engraved"], + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "material": ["Board"], + "period": ["18th Century"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/90463", + "date_made_early": "1700", + "date_made": "1700-1750", + "date_made_late": "1750", + "curatorial_section": "Historic", + "object_number": "21369" +}, +{ + "emuIRN": "90464", + "description": "Playing Card Deck - 76 cards; 3 3/4 x 2 1/4 inches, ruled in eight vertical columns, imprinted at the top alternately with the letters N and R in black and red, and perforated with four double columns of pin pricks, each line of which corresponds with one of the two letters. Said to be used as playing cards for the blind.", + "provenience": [ + "Belgium", + "Bruges" + ], + "culture": ["Belgian"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/90464", + "date_made_early": "1700", + "date_made": "1700-1799", + "date_made_late": "1799", + "curatorial_section": "Historic", + "object_number": "21370" +}, +{ + "emuIRN": "243580", + "description": "German Alphabet Cards. copper engravings.", + "technique": ["Engraved"], + "provenience": ["Germany"], + "iconography": ["Alphabet"], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/243580", + "date_made_early": "1750", + "date_made": "1750-1799", + "date_made_late": "1799", + "curatorial_section": "Historic", + "object_number": "21386" +}, +{ + "emuIRN": "309567", + "description": "Musical game; triade or chords.", + "provenience": [ + "Pennsylvania", + "Philadelphia" + ], + "iconography": ["Music"], + "culture": ["American"], + "creator": ["Theodore Presser"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1899"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/309567", + "curatorial_section": "Historic", + "object_number": "21577" +}, +{ + "emuIRN": "189327", + "description": "Card Game: The great composers. Theodore Presser.", + "provenience": [ + "Pennsylvania", + "Philadelphia" + ], + "iconography": ["Music"], + "culture": ["American"], + "creator": ["Theodore Presser"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1899"], + "object_name": ["Card Game"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/189327", + "date_made_early": "1899", + "date_made": "-1899", + "date_made_late": "1899", + "curatorial_section": "Historic", + "object_number": "21575" +}, +{ + "emuIRN": "323990", + "description": "Humming top - \"Bru\"", + "provenience": [ + "Holland", + "Leiden" + ], + "culture": ["Dutch"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Humming Top"], + "url": "http://www.penn.museum/collections/object/323990", + "other_numbers": ["21310"], + "curatorial_section": "Historic", + "object_number": "21313" +}, +{ + "emuIRN": "24130", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/24130", + "curatorial_section": "Historic", + "object_number": "29-227-37" +}, +{ + "emuIRN": "37945", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/37945", + "curatorial_section": "Historic", + "object_number": "29-227-35" +}, +{ + "emuIRN": "235991", + "description": "\"The East\"", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/235991", + "curatorial_section": "Historic", + "object_number": "29-227-33" +}, +{ + "emuIRN": "155450", + "description": "Obverse: Saint George. Reverse: Inscription", + "provenience": ["Russia"], + "iconography": [ + "Saint George", + "Inscription" + ], + "culture": ["Russian"], + "material": ["Silver"], + "period": ["Mikhail Fedorovitch"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/155450", + "date_made_early": "1613", + "date_made": "1613-1645 AD", + "date_made_late": "1645", + "curatorial_section": "Historic", + "object_number": "29-227-30" +}, +{ + "emuIRN": "155449", + "description": "Obverse: Bird. Reverse: Inscription", + "provenience": [ + "Russia", + "Tuer" + ], + "iconography": [ + "Bird", + "Inscription" + ], + "culture": ["Russian"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/155449", + "date_made_early": "1300", + "date_made": "1300-1499 AD", + "date_made_late": "1499", + "curatorial_section": "Historic", + "object_number": "29-227-29" +}, +{ + "emuIRN": "69155", + "description": "Obverse: Bird. Reverse: Inscription", + "provenience": [ + "Russia", + "Tuer" + ], + "iconography": [ + "Bird", + "Inscription" + ], + "culture": ["Russian"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/69155", + "date_made_early": "1300", + "date_made": "1300-1499 AD", + "date_made_late": "1499", + "curatorial_section": "Historic", + "object_number": "29-227-28" +}, +{ + "emuIRN": "261620", + "description": "Obverse: Bird. Reverse: Inscription", + "provenience": [ + "Russia", + "Tuer" + ], + "iconography": [ + "Bird", + "Inscription" + ], + "culture": ["Russian"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/261620", + "date_made_early": "1300", + "date_made": "1300-1499 AD", + "date_made_late": "1499", + "curatorial_section": "Historic", + "object_number": "29-227-27" +}, +{ + "emuIRN": "219902", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/219902", + "curatorial_section": "Historic", + "object_number": "29-227-25" +}, +{ + "emuIRN": "321222", + "description": "Obverse: Head. Reverse: shield.", + "provenience": [ + "Europe (uncertain)", + "Russia (uncertain)" + ], + "iconography": [ + "Head", + "Shield" + ], + "culture": [ + "European (uncertain)", + "Russian (uncertain)" + ], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/321222", + "date_made_early": "1600", + "date_made": "1600-1699", + "date_made_late": "1699", + "curatorial_section": "Historic", + "object_number": "29-227-51" +}, +{ + "emuIRN": "271281", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/271281", + "curatorial_section": "Historic", + "object_number": "29-227-9" +}, +{ + "emuIRN": "265709", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/265709", + "curatorial_section": "Historic", + "object_number": "29-227-8" +}, +{ + "emuIRN": "88303", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/88303", + "curatorial_section": "Historic", + "object_number": "29-227-6" +}, +{ + "emuIRN": "140396", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/140396", + "curatorial_section": "Historic", + "object_number": "29-227-5" +}, +{ + "emuIRN": "271090", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/271090", + "curatorial_section": "Historic", + "object_number": "29-227-3" +}, +{ + "emuIRN": "318169", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/318169", + "curatorial_section": "Historic", + "object_number": "29-227-2" +}, +{ + "emuIRN": "197788", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/197788", + "curatorial_section": "Historic", + "object_number": "29-227-1" +}, +{ + "emuIRN": "79554", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/79554", + "curatorial_section": "Historic", + "object_number": "29-227-40B" +}, +{ + "emuIRN": "240072", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/240072", + "curatorial_section": "Historic", + "object_number": "29-227-40A" +}, +{ + "emuIRN": "294151", + "provenience": ["Europe"], + "culture": ["European (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/294151", + "curatorial_section": "Historic", + "object_number": "29-227-66" +}, +{ + "emuIRN": "207867", + "provenience": [ + "Italy", + "Ragusa" + ], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/207867", + "date_made_early": "1762", + "date_made": "1762", + "date_made_late": "1762", + "curatorial_section": "Historic", + "object_number": "29-227-65" +}, +{ + "emuIRN": "229429", + "provenience": ["Europe"], + "culture": ["European (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/229429", + "curatorial_section": "Historic", + "object_number": "29-227-64" +}, +{ + "emuIRN": "50132", + "provenience": ["Europe"], + "culture": ["European (uncertain)"], + "material": ["Silver"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/50132", + "curatorial_section": "Historic", + "object_number": "29-227-63" +}, +{ + "emuIRN": "338274", + "provenience": ["Europe"], + "culture": ["European (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/338274", + "curatorial_section": "Historic", + "object_number": "29-227-62" +}, +{ + "emuIRN": "71459", + "description": "Philadelphia Club Euchre pack, 37 cards (including a joker and for keeping score). With wrapper. Back: 32 blue, 4 red. Blue/red on white with PC logo. Damaged by water. Maker: A. Dougherty", + "provenience": ["New York"], + "culture": ["American"], + "creator": ["A. Dougherty"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Euchre" + ], + "url": "http://www.penn.museum/collections/object/71459", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1892", + "other_numbers": ["28"], + "curatorial_section": "Historic", + "object_number": "15526" +}, +{ + "emuIRN": "92294", + "description": "Venetian tarocchi - 78 cards with rounded corners. Hand painted. Overside: blue and white diamonds. Underside: blue, red, green, yellow predominate, roman numerals", + "technique": ["Painted"], + "provenience": [ + "Italy", + "Turin" + ], + "culture": ["Italian"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/92294", + "native_name": ["Tarocchi"], + "date_made_early": "1800", + "date_made": "1800-1899", + "date_made_late": "1899", + "curatorial_section": "Historic", + "object_number": "15647" +}, +{ + "emuIRN": "21361", + "provenience": [ + "Italy", + "Ragusa" + ], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/21361", + "curatorial_section": "Historic", + "object_number": "29-227-69" +}, +{ + "emuIRN": "87009", + "provenience": ["Europe"], + "culture": ["European (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/87009", + "curatorial_section": "Historic", + "object_number": "29-227-68" +}, +{ + "emuIRN": "33658", + "description": "Obverse: Saint George. Reverse: Inscription", + "provenience": ["Russia"], + "iconography": [ + "Saint George", + "Inscription" + ], + "culture": ["Russian"], + "material": ["Silver"], + "period": ["Mikhail Fedorovitch"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/33658", + "date_made_early": "1613", + "date_made": "1613-1645 AD", + "date_made_late": "1645", + "curatorial_section": "Historic", + "object_number": "29-227-49" +}, +{ + "emuIRN": "13251", + "description": "Obverse: Saint George. Reverse: Men and Inscription", + "provenience": [ + "Russia", + "Mojaish" + ], + "iconography": [ + "Saint George", + "Inscription" + ], + "culture": ["Russian"], + "material": ["Silver"], + "period": ["Ivan Andrevitch"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/13251", + "date_made_early": "1432", + "date_made": "1432-1454 AD", + "date_made_late": "1454", + "curatorial_section": "Historic", + "object_number": "29-227-48" +}, +{ + "emuIRN": "5387", + "description": "\"The East\"", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/5387", + "curatorial_section": "Historic", + "object_number": "29-227-47" +}, +{ + "emuIRN": "317353", + "description": "Obverse: Eagle. Reverse: Inscription", + "provenience": [ + "Russia", + "Tuer" + ], + "iconography": [ + "Eagle", + "Inscription" + ], + "culture": ["Russian"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/317353", + "date_made_early": "1300", + "date_made": "1300-1499 AD", + "date_made_late": "1499", + "curatorial_section": "Historic", + "object_number": "29-227-46" +}, +{ + "emuIRN": "191819", + "description": "Obverse: Saint George. Reverse: Inscription", + "provenience": ["Russia"], + "iconography": [ + "Saint George", + "Inscription" + ], + "culture": ["Russian"], + "material": ["Silver"], + "period": ["Mikhail Fedorovitch"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/191819", + "date_made_early": "1613", + "date_made": "1613-1645 AD", + "date_made_late": "1645", + "curatorial_section": "Historic", + "object_number": "29-227-45" +}, +{ + "emuIRN": "312885", + "description": "Silver Jug / Cup (?). Wide ring foot extending beyone the slightly convex base; curved sides, the greatest diamter just above the base; sides outcurved to mouth. A loop handle connects the upper part of the body. (rising slightly above the rim) with the lower part; the lower part of the handle is continued into an outward projection. Made by Joseph Richardson (1711-1784)", + "provenience": [ + "Pennsylvania", + "Philadelphia" + ], + "creator": ["Joseph Richardson"], + "material": ["Silver"], + "accession_credit_line": ["Gift of Dr. C. S. Potts, 1905"], + "object_name": [ + "Jug (uncertain)", + "Tankard (uncertain)" + ], + "url": "http://www.penn.museum/collections/object/312885", + "date_made_early": "1711", + "date_made": "1711-1784", + "date_made_late": "1784", + "other_numbers": ["11-1935-6"], + "curatorial_section": "Historic", + "object_number": "29-171-1" +}, +{ + "emuIRN": "326782", + "description": "Small. On the inside of the bowl is engraved the work \"Hague\" with slight scroll decoration. The handle terminates in the upper part of the body of a woman wearing a high headdress.", + "provenience": ["Denmark"], + "culture": ["Danish"], + "material": ["Silver"], + "accession_credit_line": ["Gift of Dr. C. S. Potts, 1905"], + "object_name": ["Spoon"], + "url": "http://www.penn.museum/collections/object/326782", + "curatorial_section": "Historic", + "object_number": "29-171-11" +}, +{ + "emuIRN": "204126", + "description": "Small. On the inside of the bowl is engraved the work \"Hague\" with slight scroll decoration. The handle terminates in the upper part of the body of a woman with upraised arms supporting a high crown on the top of which is a cross.", + "provenience": ["Denmark"], + "material": ["Silver"], + "accession_credit_line": ["Gift of Dr. C. S. Potts, 1905"], + "object_name": ["Spoon"], + "url": "http://www.penn.museum/collections/object/204126", + "curatorial_section": "Historic", + "object_number": "29-171-12" +}, +{ + "emuIRN": "298995", + "description": "Silver fiddleback teaspoon. Monogram \"CB\". Maker Hallmark: A. Miller", + "provenience": [ + "New York", + "New York City (uncertain)" + ], + "culture": ["Colonial American"], + "creator": ["A. Miller"], + "material": ["Silver"], + "accession_credit_line": ["Bequest of George C. Bryant, 1972"], + "object_name": ["Teaspoon"], + "url": "http://www.penn.museum/collections/object/298995", + "curatorial_section": "Historic", + "object_number": "72-2-3" +}, +{ + "emuIRN": "119136", + "description": "Silver fiddleback teaspoon. Monogram \"CB\". Maker Hallmark: A. Miller", + "provenience": [ + "New York", + "New York City (uncertain)" + ], + "culture": ["Colonial American"], + "creator": ["A. Miller"], + "material": ["Silver"], + "accession_credit_line": ["Bequest of George C. Bryant, 1972"], + "object_name": ["Teaspoon"], + "url": "http://www.penn.museum/collections/object/119136", + "curatorial_section": "Historic", + "object_number": "72-2-4" +}, +{ + "emuIRN": "142383", + "description": "Silver fiddleback teaspoon. Monogram \"CB\". Maker Hallmark: A. Miller", + "provenience": [ + "New York", + "New York City (uncertain)" + ], + "culture": ["Colonial American"], + "creator": ["A. Miller"], + "material": ["Silver"], + "accession_credit_line": ["Bequest of George C. Bryant, 1972"], + "object_name": ["Teaspoon"], + "url": "http://www.penn.museum/collections/object/142383", + "curatorial_section": "Historic", + "object_number": "72-2-5" +}, +{ + "emuIRN": "96905", + "description": "Silver fiddleback teaspoon. Monogram \"CB\". Maker Hallmark: A. Miller", + "provenience": [ + "New York", + "New York City (uncertain)" + ], + "culture": ["Colonial American"], + "creator": ["A. Miller"], + "material": ["Silver"], + "accession_credit_line": ["Bequest of George C. Bryant, 1972"], + "object_name": ["Teaspoon"], + "url": "http://www.penn.museum/collections/object/96905", + "curatorial_section": "Historic", + "object_number": "72-2-6" +}, +{ + "emuIRN": "366027", + "description": "Lapis lazuli - cut", + "provenience": [ + "Europe (uncertain)", + "Near East (uncertain)" + ], + "material": ["Lapis Lazuli"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1892"], + "object_name": ["Lapis Lazuli"], + "url": "http://www.penn.museum/collections/object/366027", + "curatorial_section": "Historic", + "object_number": "18260" +}, +{ + "emuIRN": "339549", + "description": "Silver fiddleback teaspoon. Monogram \"CB\". Maker Hallmark: A. Miller", + "provenience": [ + "New York", + "New York City (uncertain)" + ], + "culture": ["Colonial American"], + "creator": ["A. Miller"], + "material": ["Silver"], + "accession_credit_line": ["Bequest of George C. Bryant, 1972"], + "object_name": ["Teaspoon"], + "url": "http://www.penn.museum/collections/object/339549", + "curatorial_section": "Historic", + "object_number": "72-2-7" +}, +{ + "emuIRN": "318366", + "description": "Silver fiddleback teaspoon. Monogram \"CB\". Maker Hallmark: A. Miller", + "provenience": [ + "New York", + "New York City (uncertain)" + ], + "culture": ["Colonial American"], + "creator": ["A. Miller"], + "material": ["Silver"], + "accession_credit_line": ["Bequest of George C. Bryant, 1972"], + "object_name": ["Teaspoon"], + "url": "http://www.penn.museum/collections/object/318366", + "curatorial_section": "Historic", + "object_number": "72-2-8" +}, +{ + "emuIRN": "67830", + "description": "one of a set of 5 knucklebones, collected on quay in Paris from young girl who was using them to play a game (osslets)", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "material": ["Sheep Bone"], + "period": ["Modern"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Knucklebone"], + "url": "http://www.penn.museum/collections/object/67830", + "curatorial_section": "Historic", + "object_number": "21294A" +}, +{ + "emuIRN": "405301", + "description": "one of a set of 5 knucklebones, collected on quay in Paris from young girl who was using them to play a game (osslets)", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "material": ["Sheep Bone"], + "period": ["Modern"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Knucklebone"], + "url": "http://www.penn.museum/collections/object/405301", + "curatorial_section": "Historic", + "object_number": "21294B" +}, +{ + "emuIRN": "405302", + "description": "one of a set of 5 knucklebones, collected on quay in Paris from young girl who was using them to play a game (osslets)", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "material": ["Sheep Bone"], + "period": ["Modern"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Knucklebone"], + "url": "http://www.penn.museum/collections/object/405302", + "curatorial_section": "Historic", + "object_number": "21294C" +}, +{ + "emuIRN": "405303", + "description": "one of a set of 5 knucklebones, collected on quay in Paris from young girl who was using them to play a game (osslets)", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "material": ["Sheep Bone"], + "period": ["Modern"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Knucklebone"], + "url": "http://www.penn.museum/collections/object/405303", + "curatorial_section": "Historic", + "object_number": "21294D" +}, +{ + "emuIRN": "405304", + "description": "one of a set of 5 knucklebones, collected on quay in Paris from young girl who was using them to play a game (osslets)", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "material": ["Sheep Bone"], + "period": ["Modern"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Knucklebone"], + "url": "http://www.penn.museum/collections/object/405304", + "curatorial_section": "Historic", + "object_number": "21294E" +}, +{ + "emuIRN": "405306", + "description": "one of a set of four knucklebones", + "provenience": [ + "Holland", + "Antwerp" + ], + "culture": ["Dutch"], + "material": ["Pewter"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Knucklebone", + "Jackstones" + ], + "url": "http://www.penn.museum/collections/object/405306", + "curatorial_section": "Historic", + "object_number": "21295B" +}, +{ + "emuIRN": "405307", + "description": "one of a set of four knucklebones", + "provenience": [ + "Holland", + "Antwerp" + ], + "culture": ["Dutch"], + "material": ["Pewter"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Knucklebone", + "Jackstones" + ], + "url": "http://www.penn.museum/collections/object/405307", + "curatorial_section": "Historic", + "object_number": "21295C" +}, +{ + "emuIRN": "405308", + "description": "one of a set of four knucklebones", + "provenience": [ + "Holland", + "Antwerp" + ], + "culture": ["Dutch"], + "material": ["Pewter"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Knucklebone", + "Jackstones" + ], + "url": "http://www.penn.museum/collections/object/405308", + "curatorial_section": "Historic", + "object_number": "21295D" +}, +{ + "emuIRN": "201388", + "description": "Board Game: Schachfiguren. J. F. Schrieber #1056. Paper sheet with chessmen like figures", + "provenience": [ + "Germany", + "Stuttgart" + ], + "culture": ["German"], + "creator": ["J. F. Schrieber"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Game Board"], + "url": "http://www.penn.museum/collections/object/201388", + "date_made_early": "1800", + "date_made": "1800-1899", + "date_made_late": "1899", + "other_numbers": ["1056"], + "curatorial_section": "Historic", + "object_number": "21218" +}, +{ + "emuIRN": "315016", + "description": "Board Game: Katze und Maus. J. F. Schrieber #1009; Designed/author - Lothar Meggendorder. Paper sheet - 36 squares of utensils, fruit, vegetables, animals, traps", + "provenience": [ + "Germany", + "Stuttgart" + ], + "culture": ["German"], + "creator": [ + "J. F. Schrieber", + "Lothar Meggendorfer" + ], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/315016", + "other_numbers": ["1009"], + "curatorial_section": "Historic", + "object_number": "21219" +}, +{ + "emuIRN": "315017", + "description": "Board Game: Das Ganselspiel. J. F. Schrieber #1058. Paper sheet - Numbered circles spiraling from 1 to 35. Pictures of Goose on end and Girl in Middle, Geese at corners. Geese and dice alternate in circles. Directions in German at bottom.", + "provenience": [ + "Germany", + "Stuttgart" + ], + "culture": ["German"], + "creator": ["J. F. Schrieber"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/315017", + "date_made_early": "1800", + "date_made": "1800-1899", + "date_made_late": "1899", + "other_numbers": ["1058"], + "curatorial_section": "Historic", + "object_number": "21220" +}, +{ + "emuIRN": "93186", + "description": "Board Game: Das Ganselspiel. J. F. Schrieber #1002; designer/author - Lothar Meggendorfer. Paper sheet - 6 squares withon 1 large one, 2 on top 3 on bottom and 1 in middle. Sqaures numbered but not consecutively. Pictures symbolize vocations. Directions in German.", + "provenience": [ + "Germany", + "Stuttgart" + ], + "culture": ["German"], + "creator": [ + "J. F. Schrieber", + "Lothar Meggendorfer" + ], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Game Board"], + "url": "http://www.penn.museum/collections/object/93186", + "date_made_early": "1800", + "date_made": "1800-1899", + "date_made_late": "1899", + "other_numbers": ["1002"], + "curatorial_section": "Historic", + "object_number": "21222" +}, +{ + "emuIRN": "106349", + "description": "Board Game: Landstreicher und Gensdarm. J. F. Schrieber #1007; designer/author - Lothar Meggendorfer. Paper sheet.", + "technique": ["Printed"], + "provenience": [ + "Germany", + "Stuttgart" + ], + "culture": ["German"], + "creator": [ + "J. F. Schrieber", + "Lothar Meggendorfer" + ], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/106349", + "other_numbers": ["1007"], + "curatorial_section": "Historic", + "object_number": "21223" +}, +{ + "emuIRN": "332379", + "description": "Game Board: Atchin. Verovering-spel. game played with pieces or men somewhat like draughts", + "technique": ["Printed"], + "provenience": ["Holland"], + "culture": ["Dutch"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Board", + "Draughts Board" + ], + "url": "http://www.penn.museum/collections/object/332379", + "date_made_early": "1800", + "date_made": "1800-1899", + "date_made_late": "1899", + "curatorial_section": "Historic", + "object_number": "21225" +}, +{ + "emuIRN": "30989", + "description": "Board Game: Nieuw Vermakelijk Ganzenspel. C. Burckardt. Printed Paper sheet. Directions in center. Win by reaching #63. Geese in corner - free, captured, prepared and served. Blue Geese.", + "provenience": [ + "Germany", + "Weissenburg" + ], + "culture": ["Dutch"], + "creator": ["C. Burckhardt"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/30989", + "curatorial_section": "Historic", + "object_number": "21228" +}, +{ + "emuIRN": "129324", + "description": "Board Game: Nieuw Vermakelijk Ganzenspel. J. Vlieger. Printed Paper sheet - Amand Lithograph. 63 stations.", + "provenience": [ + "Holland", + "Amsterdam" + ], + "culture": ["Dutch"], + "creator": ["J. Vlieger"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/129324", + "date_made_early": "1800", + "date_made": "1800-1899", + "date_made_late": "1899", + "curatorial_section": "Historic", + "object_number": "21229" +}, +{ + "emuIRN": "129325", + "description": "Board Game: Brandweerspel. C. Stooter.. Printed Paper sheet - Amand Lithograph. 50 stations.", + "technique": ["Printed"], + "provenience": [ + "Holland", + "Amsterdam" + ], + "culture": ["Dutch"], + "creator": ["C. Stooter"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/129325", + "curatorial_section": "Historic", + "object_number": "21230" +}, +{ + "emuIRN": "194296", + "description": "Board Game: Tramway Spel. J. Vlieger. Printed Paper sheet. 63 stations with play in 2 directions.", + "provenience": [ + "Holland", + "Amsterdam" + ], + "culture": ["Dutch"], + "creator": ["J. Vlieger"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Game Board"], + "url": "http://www.penn.museum/collections/object/194296", + "date_made_early": "1800", + "date_made": "1800-1899", + "date_made_late": "1899", + "curatorial_section": "Historic", + "object_number": "21231" +}, +{ + "emuIRN": "211812", + "description": "Board Game: Wieler Sport-spel. J. Vlieger; lithograph Faddegon & Company. Printed Paper sheet. 63 stations in shape of bicycle. 2 ways to win.", + "provenience": [ + "Holland", + "Amsterdam" + ], + "culture": ["Dutch"], + "creator": ["J. Vlieger"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Game Board"], + "url": "http://www.penn.museum/collections/object/211812", + "date_made_early": "1800", + "date_made": "1800-1899", + "date_made_late": "1899", + "curatorial_section": "Historic", + "object_number": "21232" +}, +{ + "emuIRN": "241013", + "description": "Board Game: Reisdoor Europa. J. Vlieger. Printed Paper sheet. Travel by train/boat through Europe starting in Amsterdam and winning by reaching Paris first.", + "provenience": [ + "Holland", + "Amsterdam" + ], + "culture": ["Dutch"], + "creator": ["J. Vlieger"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Game Board"], + "url": "http://www.penn.museum/collections/object/241013", + "date_made_early": "1800", + "date_made": "1800-1899", + "date_made_late": "1899", + "curatorial_section": "Historic", + "object_number": "21233" +}, +{ + "emuIRN": "105063", + "description": "Board Game: Nieuw circus spel. S. Warendorf, Jr.; Lithograph by Jos Van Dias & Co.. Printed Paper sheet. Move down stairs, going through circus acts to win at #63.", + "technique": ["Printed"], + "provenience": [ + "Holland", + "Amsterdam" + ], + "culture": ["Dutch"], + "creator": ["S. Warendorf, Jr."], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/105063", + "curatorial_section": "Historic", + "object_number": "21234" +}, +{ + "emuIRN": "99913", + "description": "Board Game: Groot Eiffel Toren Spel. J. Vlieger. Printed Paper sheet. Advertising for Blooker's Chocolate (?); Eiffel tower in Center. 63 stations - #63 at top of tower. American and French Flag shown. Back - Eiffel tower in black on white marking off comparative heights of Washington Memorial Tower.", + "provenience": [ + "Holland", + "Amsterdam" + ], + "culture": ["Dutch"], + "creator": ["J. Vlieger"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/99913", + "curatorial_section": "Historic", + "object_number": "21235" +}, +{ + "emuIRN": "36191", + "description": "Board Game: Het Dwergen-Spel. S. Warendorf Jr. Printed Paper sheet. Horseshoe shaped - 10 rocks with numbers on them (2, 3, 4, 5, 6, 7, 9, 10, 11, 12). Elves standing around. #7 is on the box held by a big elf in the middle. Directions in germa and under the Big Elf", + "technique": ["Printed"], + "provenience": [ + "Holland", + "Amsterdam" + ], + "iconography": ["Elf"], + "culture": ["Dutch"], + "creator": ["S. Warendorf, Jr."], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/36191", + "curatorial_section": "Historic", + "object_number": "21236" +}, +{ + "emuIRN": "405453", + "description": "one of a set of 15 tally sticks, reproductions of a set in the Germanic National Museum, Nurnberg", + "technique": ["Carved"], + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "creator": ["German National Museum, Nuremburg"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Tally Stick", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/405453", + "curatorial_section": "Historic", + "object_number": "21375B" +}, +{ + "emuIRN": "405454", + "description": "one of a set of 15 tally sticks, reproductions of a set in the Germanic National Museum, Nurnberg", + "technique": ["Carved"], + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "creator": ["German National Museum, Nuremburg"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Tally Stick", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/405454", + "curatorial_section": "Historic", + "object_number": "21375C" +}, +{ + "emuIRN": "405455", + "description": "one of a set of 15 tally sticks, reproductions of a set in the Germanic National Museum, Nurnberg", + "technique": ["Carved"], + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "creator": ["German National Museum, Nuremburg"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Tally Stick", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/405455", + "curatorial_section": "Historic", + "object_number": "21375D" +}, +{ + "emuIRN": "405456", + "description": "one of a set of 15 tally sticks, reproductions of a set in the Germanic National Museum, Nurnberg", + "technique": ["Carved"], + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "creator": ["German National Museum, Nuremburg"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Tally Stick", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/405456", + "curatorial_section": "Historic", + "object_number": "21375E" +}, +{ + "emuIRN": "405457", + "description": "one of a set of 15 tally sticks, reproductions of a set in the Germanic National Museum, Nurnberg", + "technique": ["Carved"], + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "creator": ["German National Museum, Nuremburg"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Tally Stick", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/405457", + "curatorial_section": "Historic", + "object_number": "21375F" +}, +{ + "emuIRN": "405458", + "description": "one of a set of 15 tally sticks, reproductions of a set in the Germanic National Museum, Nurnberg", + "technique": ["Carved"], + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "creator": ["German National Museum, Nuremburg"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Tally Stick", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/405458", + "curatorial_section": "Historic", + "object_number": "21375G" +}, +{ + "emuIRN": "405459", + "description": "one of a set of 15 tally sticks, reproductions of a set in the Germanic National Museum, Nurnberg", + "technique": ["Carved"], + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "creator": ["German National Museum, Nuremburg"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Tally Stick", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/405459", + "curatorial_section": "Historic", + "object_number": "21375H" +}, +{ + "emuIRN": "405460", + "description": "one of a set of 15 tally sticks, reproductions of a set in the Germanic National Museum, Nurnberg", + "technique": ["Carved"], + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "creator": ["German National Museum, Nuremburg"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Tally Stick", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/405460", + "curatorial_section": "Historic", + "object_number": "21375I" +}, +{ + "emuIRN": "405461", + "description": "one of a set of 15 tally sticks, reproductions of a set in the Germanic National Museum, Nurnberg", + "technique": ["Carved"], + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "creator": ["German National Museum, Nuremburg"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Tally Stick", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/405461", + "curatorial_section": "Historic", + "object_number": "21375J" +}, +{ + "emuIRN": "405462", + "description": "one of a set of 15 tally sticks, reproductions of a set in the Germanic National Museum, Nurnberg", + "technique": ["Carved"], + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "creator": ["German National Museum, Nuremburg"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Tally Stick", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/405462", + "curatorial_section": "Historic", + "object_number": "21375K" +}, +{ + "emuIRN": "405463", + "description": "one of a set of 15 tally sticks, reproductions of a set in the Germanic National Museum, Nurnberg", + "technique": ["Carved"], + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "creator": ["German National Museum, Nuremburg"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Tally Stick", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/405463", + "curatorial_section": "Historic", + "object_number": "21375L" +}, +{ + "emuIRN": "405464", + "description": "one of a set of 15 tally sticks, reproductions of a set in the Germanic National Museum, Nurnberg", + "technique": ["Carved"], + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "creator": ["German National Museum, Nuremburg"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Tally Stick", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/405464", + "curatorial_section": "Historic", + "object_number": "21375M" +}, +{ + "emuIRN": "405465", + "description": "one of a set of 15 tally sticks, reproductions of a set in the Germanic National Museum, Nurnberg", + "technique": ["Carved"], + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "creator": ["German National Museum, Nuremburg"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Tally Stick", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/405465", + "curatorial_section": "Historic", + "object_number": "21375N" +}, +{ + "emuIRN": "405466", + "description": "one of a set of 15 tally sticks, reproductions of a set in the Germanic National Museum, Nurnberg", + "technique": ["Carved"], + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "creator": ["German National Museum, Nuremburg"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Tally Stick", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/405466", + "curatorial_section": "Historic", + "object_number": "21375O" +}, +{ + "emuIRN": "93612", + "description": "Set of 28 bone dominoes in wood box", + "provenience": ["Holland"], + "culture": ["Dutch"], + "material": ["Bone"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Dominoe"], + "url": "http://www.penn.museum/collections/object/93612", + "curatorial_section": "Historic", + "object_number": "21256" +}, +{ + "emuIRN": "150763", + "description": "Bone die - card suit marker (?) Rounded corners. Marked on 6 Sides - Spade, Hearts, Diamond, Clubs, Sun, Anchor", + "provenience": [ + "Holland", + "Antwerp" + ], + "iconography": [ + "Spade", + "Heart", + "Diamond", + "Club", + "Sun", + "Anchor" + ], + "culture": ["Dutch"], + "material": ["Bone"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Card Die" + ], + "url": "http://www.penn.museum/collections/object/150763", + "curatorial_section": "Historic", + "object_number": "21276" +}, +{ + "emuIRN": "192345", + "description": "Ivory Die - rounded corners. Pips centered in double circles on each side.", + "provenience": [ + "Austria", + "Vienna" + ], + "culture": ["Austrian"], + "material": ["Ivory"], + "period": [ + "Modern", + "Late 19Th Century" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Die" + ], + "url": "http://www.penn.museum/collections/object/192345", + "date_made_early": "1898", + "date_made": "1898", + "date_made_late": "1898", + "curatorial_section": "Historic", + "object_number": "21296" +}, +{ + "emuIRN": "116321", + "description": "Serpentine die with 18 sides, the six prinicpal faces marked with Roman letters TA, NH, SZ, ND, LS, NG and the 12 facets with spots from 1 to 12. The Letters stand for t- a-, \"nim halb\" take half; \"setze zu\" put more, \"nim deins\" take thine, \"lass sein\" let more, \"nim ganze\" take all.", + "provenience": [ + "Germany", + "Dresden" + ], + "culture": ["German"], + "material": [ + "Steatite", + "Serpentine" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Die" + ], + "url": "http://www.penn.museum/collections/object/116321", + "date_made_early": "1700", + "date_made": "1700-1799", + "date_made_late": "1799", + "other_numbers": ["29-191-132"], + "curatorial_section": "Historic", + "object_number": "21371" +}, +{ + "emuIRN": "180180", + "description": "27 pieces.", + "provenience": [ + "Germany", + "Stuttgart" + ], + "culture": ["German"], + "creator": ["J. F. Schrieber"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Board Game Counter"], + "url": "http://www.penn.museum/collections/object/180180", + "curatorial_section": "Historic", + "object_number": "21221B" +}, +{ + "emuIRN": "49474", + "description": "21 pieces for game De Schpendief", + "provenience": [ + "Holland", + "Groningen" + ], + "culture": ["Dutch"], + "creator": ["B. Jacobs"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Game Pieces"], + "url": "http://www.penn.museum/collections/object/49474", + "curatorial_section": "Historic", + "object_number": "21226B" +}, +{ + "emuIRN": "223698", + "description": "one of a pair of serpentine die", + "provenience": [ + "Germany", + "Cottbus" + ], + "culture": ["German"], + "material": ["Serpentine"], + "period": ["Modern"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Die" + ], + "url": "http://www.penn.museum/collections/object/223698", + "curatorial_section": "Historic", + "object_number": "21277A" +}, +{ + "emuIRN": "405290", + "description": "one of a pair of serpentine die", + "provenience": [ + "Germany", + "Cottbus" + ], + "culture": ["German"], + "material": ["Serpentine"], + "period": ["Modern"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Die" + ], + "url": "http://www.penn.museum/collections/object/405290", + "curatorial_section": "Historic", + "object_number": "21277B" +}, +{ + "emuIRN": "109751", + "description": "one of a pair of china/porcelain dice", + "provenience": [ + "Holland", + "Leiden" + ], + "culture": ["Dutch"], + "material": ["Porcelain"], + "period": ["Modern"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Die" + ], + "url": "http://www.penn.museum/collections/object/109751", + "curatorial_section": "Historic", + "object_number": "21279A" +}, +{ + "emuIRN": "405294", + "description": "one of a pair of china/porcelain dice", + "provenience": [ + "Holland", + "Leiden" + ], + "culture": ["Dutch"], + "material": ["Porcelain"], + "period": ["Modern"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Die" + ], + "url": "http://www.penn.museum/collections/object/405294", + "curatorial_section": "Historic", + "object_number": "21279B" +}, +{ + "emuIRN": "82721", + "description": "one of a set of five knucklebones, cleaned natural bone, bleached for use in game", + "provenience": [ + "Belgium", + "Antwerp" + ], + "material": ["Sheep Bone (uncertain)"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Knucklebone"], + "url": "http://www.penn.museum/collections/object/82721", + "curatorial_section": "Historic", + "object_number": "21293A" +}, +{ + "emuIRN": "405296", + "description": "one of a set of five knucklebones, cleaned natural bone, bleached for use in game", + "provenience": [ + "Belgium", + "Antwerp" + ], + "material": ["Sheep Bone (uncertain)"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Knucklebone"], + "url": "http://www.penn.museum/collections/object/405296", + "curatorial_section": "Historic", + "object_number": "21293B" +}, +{ + "emuIRN": "405297", + "description": "one of a set of five knucklebones, cleaned natural bone, bleached for use in game", + "provenience": [ + "Belgium", + "Antwerp" + ], + "material": ["Sheep Bone (uncertain)"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Knucklebone"], + "url": "http://www.penn.museum/collections/object/405297", + "curatorial_section": "Historic", + "object_number": "21293C" +}, +{ + "emuIRN": "405298", + "description": "one of a set of five knucklebones, cleaned natural bone, bleached for use in game", + "provenience": [ + "Belgium", + "Antwerp" + ], + "material": ["Sheep Bone (uncertain)"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Knucklebone"], + "url": "http://www.penn.museum/collections/object/405298", + "curatorial_section": "Historic", + "object_number": "21293D" +}, +{ + "emuIRN": "405299", + "description": "one of a set of five knucklebones, cleaned natural bone, bleached for use in game", + "provenience": [ + "Belgium", + "Antwerp" + ], + "material": ["Sheep Bone (uncertain)"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Knucklebone"], + "url": "http://www.penn.museum/collections/object/405299", + "curatorial_section": "Historic", + "object_number": "21293E" +}, +{ + "emuIRN": "340092", + "description": "one of a set of four knucklebones", + "provenience": [ + "Holland", + "Antwerp" + ], + "culture": ["Dutch"], + "material": ["Pewter"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Knucklebone", + "Jackstones" + ], + "url": "http://www.penn.museum/collections/object/340092", + "curatorial_section": "Historic", + "object_number": "21295A" +}, +{ + "emuIRN": "486751", + "description": "Fan composed of lacquered wood and paint. Each rib is separated from each other, has fabric at top that is tattered and is held together at bottom by plastic wire. First scene is of wooded back of estate. Second scene is of a party. End piece has a woman in a fine dress on one end and a sapling on the other.", + "provenience": [ + "Europe (uncertain)", + "France (uncertain)" + ], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Folding Fan"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/486751", + "curatorial_section": "Historic", + "measurement_height": 21.5, + "object_number": "CG2015-10-21" +}, +{ + "emuIRN": "486752", + "description": "Carved mother of pearl pieces painted with black and gold accents. Painted paper fan connecting the pieces. First scene has man in turban having a woman cared for by servants in a large room with fountains. Reverse scene is ocean shore with boats and a small town, also has house on rocks. One rib broken", + "provenience": ["Europe (uncertain)"], + "material": [ + "Mother-of-Pearl", + "Paper" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Folding Fan"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/486752", + "measurement_width": 53, + "curatorial_section": "Historic", + "measurement_height": 28, + "object_number": "CG2015-10-22" +}, +{ + "emuIRN": "225055", + "description": "Playing Card Deck - 32 cards", + "technique": ["Watercolor"], + "provenience": ["Belgium"], + "culture": ["Belgian"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Playing Card Deck", + "Piquet" + ], + "url": "http://www.penn.museum/collections/object/225055", + "curatorial_section": "Historic", + "object_number": "21353" +}, +{ + "emuIRN": "66431", + "description": "Block impression. Made for S. Culin from wood blocks of court cards in Museum, Ghent. Fabt de Carete a Gand. See 21337 and 21339", + "provenience": [ + "Belgium", + "Ghent" + ], + "culture": ["Belgian"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Playing Card", + "Engraving" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/66431", + "curatorial_section": "Historic", + "object_number": "21338" +}, +{ + "emuIRN": "109901", + "description": "Playing Card Deck - 36 cards", + "provenience": [ + "Germany", + "Leipzig" + ], + "iconography": ["Historic"], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1897"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/109901", + "curatorial_section": "Historic", + "object_number": "19438" +}, +{ + "emuIRN": "329907", + "description": "Playing Card Deck - 52 cards", + "provenience": [ + "Germany", + "Frankfurt" + ], + "culture": ["German"], + "creator": ["B. Dondorf"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1897"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/329907", + "date_made_early": "1870", + "date_made": "1870-1888", + "date_made_late": "1888", + "curatorial_section": "Historic", + "object_number": "19844" +}, +{ + "emuIRN": "224501", + "description": "Playing Card Deck / Whist - 52 cards in leather box designed for 2 packs", + "provenience": ["France (uncertain)"], + "culture": ["French"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Playing Card Deck", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/224501", + "curatorial_section": "Historic", + "object_number": "21150" +}, +{ + "emuIRN": "181428", + "description": "Playing Card Deck - 40 cards", + "technique": ["Watercolor"], + "provenience": [ + "Italy", + "Bologna" + ], + "culture": ["Italian"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/181428", + "curatorial_section": "Historic", + "object_number": "21340" +}, +{ + "emuIRN": "260459", + "description": "Playing Card Deck - Cartes Flamandes by Daveluy. 36 cards with wrapper. Printed orange back", + "provenience": [ + "Belgium", + "Bruges" + ], + "culture": ["Belgian"], + "creator": ["Daveluy"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/260459", + "curatorial_section": "Historic", + "object_number": "21341" +}, +{ + "emuIRN": "288933", + "description": "Playing card deck: Veritables Cartes Liegeoises by Daveluy. Piquet - 36 cards with wrapper. Painted blue board", + "provenience": [ + "Belgium", + "Bruges" + ], + "culture": ["Belgian"], + "creator": ["Daveluy"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Playing Card Deck", + "Piquet" + ], + "url": "http://www.penn.museum/collections/object/288933", + "curatorial_section": "Historic", + "object_number": "21342" +}, +{ + "emuIRN": "30105", + "description": "Playing Card Deck - 36 cards and wrapper", + "technique": ["Printed"], + "provenience": [ + "Belgium", + "Bruges" + ], + "culture": ["Belgian"], + "creator": ["Daveluy"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/30105", + "curatorial_section": "Historic", + "object_number": "21343" +}, +{ + "emuIRN": "123239", + "description": "Playing card deck made by Daveluy. Piquet - 36 cards with wrapper", + "provenience": [ + "Belgium", + "Bruges" + ], + "culture": ["Belgian"], + "creator": ["Daveluy"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Playing Card Deck", + "Piquet" + ], + "url": "http://www.penn.museum/collections/object/123239", + "curatorial_section": "Historic", + "object_number": "21344" +}, +{ + "emuIRN": "123116", + "description": "Playing Card Deck - 52 cards. Nederlandsche Speelkaarten. Made by Daveluy.", + "provenience": [ + "Belgium", + "Bruges" + ], + "culture": ["Belgian"], + "creator": ["Daveluy"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Playing Card Deck"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/123116", + "curatorial_section": "Historic", + "object_number": "21345" +}, +{ + "emuIRN": "234318", + "description": "Playing Card Deck - 52 cards", + "provenience": [ + "Belgium", + "Bruges" + ], + "culture": ["Belgian"], + "creator": ["Daveluy"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/234318", + "curatorial_section": "Historic", + "object_number": "21346" +}, +{ + "emuIRN": "264275", + "description": "Playing Card Deck - 53 cards", + "technique": ["Printed"], + "provenience": [ + "Belgium", + "Bruges" + ], + "culture": ["Belgian"], + "creator": ["Daveluy"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/264275", + "curatorial_section": "Historic", + "object_number": "21347" +}, +{ + "emuIRN": "83104", + "description": "Playing card deck: Ju Lenormand made by Daveluy. Piquet marked for fortune telling. 37 cards total - 1 instruction card, 36 playing cards and wrapper", + "technique": ["Printed"], + "provenience": [ + "Belgium", + "Bruges" + ], + "culture": ["Belgian"], + "creator": ["Daveluy"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Playing Card Deck", + "Fortune Telling Card", + "Piquet" + ], + "url": "http://www.penn.museum/collections/object/83104", + "curatorial_section": "Historic", + "object_number": "21348" +}, +{ + "emuIRN": "71970", + "description": "Playing Card Deck - 32 cards", + "provenience": [ + "Belgium", + "Bruges" + ], + "culture": ["Belgian"], + "creator": ["Meur Goumont"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/71970", + "curatorial_section": "Historic", + "object_number": "21350" +}, +{ + "emuIRN": "22661", + "description": "Playing Card Deck / Piquet - 32 cards. \"Peacock\" BDZ Nieue allemandes extra. in Portuguese", + "provenience": ["Belgium (uncertain)"], + "culture": ["Belgian"], + "creator": ["BDZ"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Playing Card Deck", + "Piquet" + ], + "url": "http://www.penn.museum/collections/object/22661", + "curatorial_section": "Historic", + "object_number": "21351" +}, +{ + "emuIRN": "199670", + "description": "Playing cards: Peacock B. D. Z. Piquet - 36 cards (original count 32?). Blue and orange plaid back with wrapper. 9 cards per suit - diamond, spades, hearts and club. Watercolor, good condition.", + "provenience": ["Belgium"], + "culture": ["Belgian"], + "creator": ["BDZ"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Playing Card Deck", + "Piquet" + ], + "url": "http://www.penn.museum/collections/object/199670", + "curatorial_section": "Historic", + "object_number": "21352" +}, +{ + "emuIRN": "245379", + "description": "Card Game: Coucou: Jeu de Societe, Watilliaux, ed. 28 cards in box with instructions. Decorated with pictures of figures from society", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "creator": ["Watilliaux"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Card Game"], + "url": "http://www.penn.museum/collections/object/245379", + "curatorial_section": "Historic", + "object_number": "21354" +}, +{ + "emuIRN": "146483", + "description": "Playing Card Deck - 34 card from a deck of 36.", + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/146483", + "curatorial_section": "Historic", + "object_number": "21357" +}, +{ + "emuIRN": "136452", + "provenience": [ + "Belgium", + "Antwerp" + ], + "culture": ["Belgian"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Toy", + "Clapper" + ], + "url": "http://www.penn.museum/collections/object/136452", + "curatorial_section": "Historic", + "object_number": "21254" +}, +{ + "emuIRN": "127366", + "description": "Cri-cri - Watchman's type rattle. Rachet and paw. One end painted red and green", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Watchman's Rattle", + "Ratchet" + ], + "url": "http://www.penn.museum/collections/object/127366", + "curatorial_section": "Historic", + "object_number": "21310" +}, +{ + "emuIRN": "154212", + "description": "Kechtacka - Watchman's type rattle", + "provenience": [ + "Czechoslovakia", + "Prague" + ], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Watchman's Rattle"], + "url": "http://www.penn.museum/collections/object/154212", + "curatorial_section": "Historic", + "object_number": "21311" +}, +{ + "emuIRN": "351409", + "description": "Wedding Fan", + "technique": [ + "Carved", + "Painted" + ], + "provenience": ["Italy"], + "iconography": ["Wedding"], + "culture": ["Italian"], + "material": [ + "Vellum", + "Mother-of-Pearl" + ], + "accession_credit_line": ["Received from various sources, pre-1992"], + "object_name": ["Folding Fan"], + "url": "http://www.penn.museum/collections/object/351409", + "date_made_early": "1700", + "date_made": "1700-1799", + "date_made_late": "1799", + "other_numbers": [ + "85", + "115" + ], + "curatorial_section": "Historic", + "object_number": "92-1-370" +}, +{ + "emuIRN": "346364", + "technique": [ + "Carved", + "Gilded", + "Painted" + ], + "provenience": ["France"], + "culture": ["French"], + "material": [ + "Ivory", + "Silk", + "Silver", + "Gold", + "Mother-of-Pearl" + ], + "accession_credit_line": ["Received from various sources, pre-1992"], + "object_name": ["Folding Fan"], + "url": "http://www.penn.museum/collections/object/346364", + "other_numbers": [ + "43", + "119" + ], + "curatorial_section": "Historic", + "object_number": "92-1-371" +}, +{ + "emuIRN": "38832", + "description": "Folding bone fan with incised designs and painted flowers", + "technique": [ + "Painted", + "Incised" + ], + "provenience": [ + "Belgium", + "Antwerp" + ], + "iconography": ["Flowers"], + "culture": [ + "Belgian (uncertain)", + "Chinese (uncertain)" + ], + "material": [ + "Paint", + "Bone" + ], + "period": ["18th Century"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Folding Fan"], + "url": "http://www.penn.museum/collections/object/38832", + "curatorial_section": "Historic", + "object_number": "21113" +}, +{ + "emuIRN": "216332", + "description": "Gouache painting on paper leaf. Decorated with panels of cut paper inlaid with isinglass and ornamented with flowers and figures in Chinese style. The central gourp of figures representis Apollo seated with two Muses, Juno in the clouds and Marsyas pleading before her. The sticks are of ivory, decorated in the style of Vernis Martin.", + "technique": [ + "Painted", + "Vernis Martin" + ], + "provenience": [ + "Germany", + "Austria" + ], + "iconography": [ + "Flowers", + "Apollo", + "Muses", + "Juno" + ], + "culture": ["German"], + "material": [ + "Gouache", + "Isinglass", + "Ivory", + "Paper" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1899"], + "object_name": ["Folding Fan"], + "url": "http://www.penn.museum/collections/object/216332", + "date_made_early": "1700", + "date_made": "1700-1799", + "date_made_late": "1799", + "other_numbers": ["90"], + "curatorial_section": "Historic", + "object_number": "21556" +}, +{ + "emuIRN": "309883", + "provenience": [ + "Belgium", + "Antwerp" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Rattle Doll"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/309883", + "curatorial_section": "Historic", + "object_number": "21253" +}, +{ + "emuIRN": "235054", + "description": "doll with weighted base - wood and metal, painted blue, yellow, red, flesh, brown; red ribbon around neck. Jointed arms attached to body with wire", + "technique": ["Painted"], + "provenience": [ + "Germany", + "Munich" + ], + "culture": ["German"], + "material": [ + "Wood", + "Metal", + "Fiber" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Doll"], + "url": "http://www.penn.museum/collections/object/235054", + "curatorial_section": "Historic", + "object_number": "21302" +}, +{ + "emuIRN": "329690", + "description": "Drak. Folding sticks covered with yellow muslin/canvas", + "provenience": [ + "Czechoslovakia", + "Prague" + ], + "culture": ["Bohemian"], + "material": [ + "Wood", + "Muslin" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Toy", + "Kite" + ], + "url": "http://www.penn.museum/collections/object/329690", + "curatorial_section": "Historic", + "object_number": "21291" +}, +{ + "emuIRN": "317884", + "description": "Playing Card Deck - 32 circular cards. Hand-painted paper faces covered with horn; brass backs, in brass box.", + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "material": [ + "Brass", + "Horn (animal part)", + "Paper" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/317884", + "curatorial_section": "Historic", + "object_number": "21367" +}, +{ + "emuIRN": "38009", + "description": "A ten-sided prismatic top-die with longitudinal pin, having nine sides with black spots from 1 to 9, arranged so that the sum of the opposite faces from 1 to 8 equals nine. Opposite the nine is the figure of a peasant girl - Marianne = Mariandle, who counts double. Made in Vienna, largely for export.", + "provenience": [ + "Austria", + "Vienna" + ], + "iconography": ["Peasant Girl"], + "culture": ["Austrian"], + "material": [ + "Bone (uncertain)", + "Wood" + ], + "period": [ + "Modern", + "Late 19Th Century" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Top Die" + ], + "url": "http://www.penn.museum/collections/object/38009", + "date_made_early": "1898", + "date_made": "1898", + "date_made_late": "1898", + "curatorial_section": "Historic", + "object_number": "21282" +}, +{ + "emuIRN": "227749", + "description": "3 disks of colored cardboard, mounted on wood handle, with string.", + "provenience": [ + "Czechoslovakia", + "Prague" + ], + "material": [ + "Wood", + "Cardboard" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Toy", + "Whirligig" + ], + "url": "http://www.penn.museum/collections/object/227749", + "curatorial_section": "Historic", + "object_number": "21297" +}, +{ + "emuIRN": "329691", + "description": "Spinning top (kreisel) - Man (broken off but present) with pendant arms which fly out when spun. Man wears top hat and red painted jacket; black eyes, nose and mouth.", + "technique": ["Painted"], + "provenience": [ + "Germany", + "Munich" + ], + "culture": ["German"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Spinning Top"], + "url": "http://www.penn.museum/collections/object/329691", + "curatorial_section": "Historic", + "object_number": "21301" +}, +{ + "emuIRN": "336630", + "description": "Humming top - Ulk / Wolf. Sphere (possibly a grourd) with wood stem. Orange with blue, black, white trim. Square hole in side", + "technique": ["Painted"], + "provenience": [ + "Czechoslovakia", + "Prague" + ], + "culture": ["Bohemian"], + "material": [ + "Wood", + "Paint" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Humming Top"], + "url": "http://www.penn.museum/collections/object/336630", + "curatorial_section": "Historic", + "object_number": "21314" +}, +{ + "emuIRN": "275819", + "description": "Humming top - Ulk / Wolf. Black hollow wood sphere; 2 supports (painted blue and purple). Top stem missing", + "provenience": [ + "Czechoslovakia", + "Prague" + ], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Humming Top"], + "url": "http://www.penn.museum/collections/object/275819", + "curatorial_section": "Historic", + "object_number": "21315" +}, +{ + "emuIRN": "23568", + "description": "\"Brumm Kreisel.\"", + "provenience": [ + "Germany", + "Cottbus" + ], + "culture": ["German"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Humming Top"], + "url": "http://www.penn.museum/collections/object/23568", + "curatorial_section": "Historic", + "object_number": "21316" +}, +{ + "emuIRN": "54383", + "description": "Peg top and cord. Larger version of 21318. Many grooves, 4 wide, 1 thin, Natural wood with metal tip. Rounded top. (1936) Hardwood, unpainted. corrugations on winding surface, spaced about 0.5 cm. apart. Spins readily. (JBK 3/1983)", + "provenience": [ + "Belgium", + "Ghent" + ], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/54383", + "other_numbers": ["24317"], + "curatorial_section": "Historic", + "object_number": "21317" +}, +{ + "emuIRN": "288141", + "description": "Whip top. Turned wood. Yellow paint with purple stripes. See 21379 for whip", + "provenience": [ + "Germany", + "Munich" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Whip Top"], + "url": "http://www.penn.museum/collections/object/288141", + "curatorial_section": "Historic", + "object_number": "21321" +}, +{ + "emuIRN": "89371", + "description": "Turned wood with metal point", + "provenience": [ + "Holland", + "Zaandam" + ], + "culture": ["Dutch"], + "material": [ + "Wood", + "Paint" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Whip Top"], + "url": "http://www.penn.museum/collections/object/89371", + "curatorial_section": "Historic", + "object_number": "21324" +}, +{ + "emuIRN": "108090", + "description": "Turned wood whip top", + "provenience": [ + "Holland", + "Markem" + ], + "culture": ["Dutch"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Whip Top"], + "url": "http://www.penn.museum/collections/object/108090", + "curatorial_section": "Historic", + "object_number": "21325" +}, +{ + "emuIRN": "282745", + "description": "Turned wood with green and red stripes", + "provenience": [ + "Belgium", + "Antwerp" + ], + "material": [ + "Wood", + "Paint" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Whip Top"], + "url": "http://www.penn.museum/collections/object/282745", + "curatorial_section": "Historic", + "object_number": "21327" +}, +{ + "emuIRN": "314704", + "description": "Whip Top - Kaca. Turned wood with metal point. Red and black paint. Red, gold , black circles on top of top.", + "provenience": [ + "Czechoslovakia", + "Prague" + ], + "material": [ + "Wood", + "Paint" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Whip Top"], + "url": "http://www.penn.museum/collections/object/314704", + "curatorial_section": "Historic", + "object_number": "21328" +}, +{ + "emuIRN": "58112", + "description": "Peg top with cord attached at top", + "provenience": [ + "Belgium", + "Ghent" + ], + "culture": ["Belgian"], + "material": [ + "Wood", + "Metal", + "Paint" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/58112", + "curatorial_section": "Historic", + "object_number": "21332" +}, +{ + "emuIRN": "488019", + "description": "Bell-shaped with closed bottom. Words \"Proclaim Liberty Throughout the Land\" on the side as well as \"1776 and \"1886.\" There are two holes on the side, opposite each other and the central rod is hollow. \"Pat'D Jan 25 1876\" on bottom", + "provenience": [ + "United States of America", + "Pennsylvania", + "Philadelphia" + ], + "material": [ + "Metal", + "Brass (uncertain)" + ], + "period": ["19th Century"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Souvenir", + "Toy", + "Whistle (uncertain)" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488019", + "date_made_early": "25 Jan 1876", + "measurement_outside_diameter": 4, + "date_made": "1/25/1876", + "date_made_late": "25 Jan 1876", + "curatorial_section": "Historic", + "measurement_height": 4.2, + "object_number": "CG2015-10-69" +}, +{ + "emuIRN": "27945", + "description": "Wood model of diamond", + "provenience": [ + "Germany", + "Bonn" + ], + "material": ["Wood"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/27945", + "other_numbers": ["678"], + "curatorial_section": "Historic", + "object_number": "17306" +}, +{ + "emuIRN": "20100", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/20100", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.1" +}, +{ + "emuIRN": "396223", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396223", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.2" +}, +{ + "emuIRN": "396224", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396224", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.3" +}, +{ + "emuIRN": "396225", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396225", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.4" +}, +{ + "emuIRN": "396226", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396226", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.5" +}, +{ + "emuIRN": "396227", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396227", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.6" +}, +{ + "emuIRN": "396228", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396228", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.7" +}, +{ + "emuIRN": "396229", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396229", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.8" +}, +{ + "emuIRN": "396230", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396230", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.9" +}, +{ + "emuIRN": "396231", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396231", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.10" +}, +{ + "emuIRN": "396232", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396232", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.11" +}, +{ + "emuIRN": "396233", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396233", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.12" +}, +{ + "emuIRN": "396234", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396234", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.13" +}, +{ + "emuIRN": "396235", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396235", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.14" +}, +{ + "emuIRN": "396236", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396236", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.15" +}, +{ + "emuIRN": "396237", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396237", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.16" +}, +{ + "emuIRN": "396238", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396238", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.17" +}, +{ + "emuIRN": "396239", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396239", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.18" +}, +{ + "emuIRN": "396240", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396240", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.19" +}, +{ + "emuIRN": "396241", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396241", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.20" +}, +{ + "emuIRN": "396242", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396242", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.21" +}, +{ + "emuIRN": "396243", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396243", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.22" +}, +{ + "emuIRN": "396244", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396244", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.23" +}, +{ + "emuIRN": "396245", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396245", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.24" +}, +{ + "emuIRN": "396246", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396246", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.25" +}, +{ + "emuIRN": "396247", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396247", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.26" +}, +{ + "emuIRN": "396248", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396248", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.27" +}, +{ + "emuIRN": "396249", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396249", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.28" +}, +{ + "emuIRN": "396250", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396250", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.29" +}, +{ + "emuIRN": "396251", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396251", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.30" +}, +{ + "emuIRN": "396252", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396252", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.31" +}, +{ + "emuIRN": "396253", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396253", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.32" +}, +{ + "emuIRN": "396254", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396254", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.33" +}, +{ + "emuIRN": "396255", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396255", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.34" +}, +{ + "emuIRN": "396256", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396256", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.35" +}, +{ + "emuIRN": "396257", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396257", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.36" +}, +{ + "emuIRN": "396258", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396258", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.37" +}, +{ + "emuIRN": "396259", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396259", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.38" +}, +{ + "emuIRN": "396260", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396260", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.39" +}, +{ + "emuIRN": "396261", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396261", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.40" +}, +{ + "emuIRN": "396262", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396262", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.41" +}, +{ + "emuIRN": "396263", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396263", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.42" +}, +{ + "emuIRN": "396264", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396264", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.43" +}, +{ + "emuIRN": "396265", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396265", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.44" +}, +{ + "emuIRN": "396266", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396266", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.45" +}, +{ + "emuIRN": "396267", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396267", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.46" +}, +{ + "emuIRN": "396268", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396268", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.47" +}, +{ + "emuIRN": "396269", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396269", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.48" +}, +{ + "emuIRN": "396270", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396270", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.49" +}, +{ + "emuIRN": "396271", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396271", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.50" +}, +{ + "emuIRN": "396272", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396272", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.51" +}, +{ + "emuIRN": "396273", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396273", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.52" +}, +{ + "emuIRN": "396274", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396274", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.53" +}, +{ + "emuIRN": "396275", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396275", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.54" +}, +{ + "emuIRN": "396276", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396276", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.55" +}, +{ + "emuIRN": "396277", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396277", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.56" +}, +{ + "emuIRN": "396278", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396278", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.57" +}, +{ + "emuIRN": "396279", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396279", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.58" +}, +{ + "emuIRN": "396280", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396280", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.59" +}, +{ + "emuIRN": "396281", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396281", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.60" +}, +{ + "emuIRN": "396282", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396282", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.61" +}, +{ + "emuIRN": "396283", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396283", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.62" +}, +{ + "emuIRN": "396284", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396284", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.63" +}, +{ + "emuIRN": "396285", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396285", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.64" +}, +{ + "emuIRN": "396286", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396286", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.65" +}, +{ + "emuIRN": "396287", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396287", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.66" +}, +{ + "emuIRN": "396288", + "description": "Rhinestone / Cape May diamonds - Clear quartz cut and polished for setting", + "provenience": [ + "United States of America", + "New Jersey", + "Cape May County" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rhinestone"], + "url": "http://www.penn.museum/collections/object/396288", + "other_numbers": ["657"], + "curatorial_section": "Historic", + "object_number": "17285.67" +}, +{ + "emuIRN": "488517", + "description": "A small deck of playing cards from the US Playing Card Co. Ace of spades has \"Playtime\" written across it. Backs are tan-gold and black scene of a boy on a sailing boat catching a fish in silhouette", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "material": ["Cardboard"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Playing Card"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488517", + "measurement_width": 4.3, + "other_numbers": ["K2481"], + "curatorial_section": "Historic", + "measurement_length": 6.3, + "measurement_tickness": 1.7, + "object_number": "CG2015-10-141" +}, +{ + "emuIRN": "113661", + "description": "precious serpentine", + "provenience": [ + "United States of America", + "Pennsylvania", + "Lancaster County (Pennsylvania)" + ], + "material": ["Serpentine"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Serpentine"], + "url": "http://www.penn.museum/collections/object/113661", + "other_numbers": ["686"], + "curatorial_section": "Historic", + "object_number": "17314" +}, +{ + "emuIRN": "348675", + "description": "Wrought iron; used in fireplace", + "provenience": [ + "United States of America", + "Connecticut", + "South Windham", + "New York", + "Columbia (New York)" + ], + "material": ["Iron"], + "accession_credit_line": ["Gift of Sarah Frishmuth, 1898"], + "object_name": ["Bread Toaster"], + "url": "http://www.penn.museum/collections/object/348675", + "other_numbers": ["70G"], + "curatorial_section": "Historic", + "object_number": "21193" +}, +{ + "emuIRN": "488499", + "description": "\"Directions For Playing The Traveller's Map Game To Chicago and The World's Fair.\"
\"G. WM. BAIST Inventor and publisher. 906 Walnut St. Phila.\"", + "provenience": [ + "United States of America", + "Pennsylvania", + "Philadelphia" + ], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Instruction"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488499", + "measurement_width": 10.7, + "curatorial_section": "Historic", + "measurement_length": 19.5, + "object_number": "CG2015-10-127" +}, +{ + "emuIRN": "488501", + "description": "An advertisement for \"the Yankee Letter Blocks\"
Made of same cardboard as CG2015-10-128.2", + "provenience": ["United States of America"], + "material": ["Cardboard"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Advertisement"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488501", + "measurement_width": 7.25, + "curatorial_section": "Historic", + "measurement_length": 10.75, + "object_number": "CG2015-10-128.1" +}, +{ + "emuIRN": "488518", + "description": "Deck of playing card from the National Card Co., a set of National Steamboats. 10 of clubs has remnant of other paper that say \"OC(?)H.\" Backs are green diamonds intersected with white line and star-bursts in center of squares. Severe water danage", + "provenience": [ + "United States of America", + "New York", + "New York City", + "Indiana" + ], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Playing Card"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488518", + "measurement_width": 6.2, + "other_numbers": [ + "999", + "5?" + ], + "curatorial_section": "Historic", + "measurement_length": 8.9, + "measurement_tickness": 1.15, + "object_number": "CG2015-10-142" +}, +{ + "emuIRN": "488226", + "description": "A small coin that was part of a knot puzzle with another coin, there is a diagram of the puzzle on the coin on one side. \"Willey & Barton Patented Dec. 29th 1903 Chicago, Ill\" on the other side.", + "provenience": [ + "United States of America", + "Illinois", + "Chicago" + ], + "material": ["Plastic"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Puzzle", + "Fragment" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488226", + "date_made_early": "29 Dec 1903", + "measurement_outside_diameter": 2.9, + "date_made": "12/29/1903", + "date_made_late": "29 Dec 1903", + "curatorial_section": "Historic", + "object_number": "CG2015-10-99" +}, +{ + "emuIRN": "488502", + "description": "A card with a picture of an older man with a beard and pipe in a blue sailor's uniform with \"HMS PIN\" on his hat. Is captioned \"Tom Bowlin\"
Made of same cardboard as CG2015-10-128.1", + "provenience": ["United States of America"], + "material": ["Cardboard"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Card"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488502", + "measurement_width": 7.25, + "curatorial_section": "Historic", + "measurement_length": 10.75, + "object_number": "CG2015-10-128.2" +}, +{ + "emuIRN": "78814", + "description": "Uncut red garnet", + "provenience": [ + "United States of America", + "Alaska" + ], + "material": ["Garnet"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Garnet"], + "url": "http://www.penn.museum/collections/object/78814", + "other_numbers": ["701"], + "curatorial_section": "Historic", + "object_number": "17327A" +}, +{ + "emuIRN": "396108", + "description": "Uncut red garnet", + "provenience": [ + "United States of America", + "Alaska" + ], + "material": ["Garnet"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Garnet"], + "url": "http://www.penn.museum/collections/object/396108", + "other_numbers": ["701"], + "curatorial_section": "Historic", + "object_number": "17327B" +}, +{ + "emuIRN": "26083", + "description": "Rose and yellow corundum, approaching sapphires", + "provenience": [ + "United States of America", + "North Carolina", + "Asheville" + ], + "material": ["Corundum"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Corundum"], + "url": "http://www.penn.museum/collections/object/26083", + "curatorial_section": "Historic", + "object_number": "17148" +}, +{ + "emuIRN": "302071", + "description": "Sun Stone", + "provenience": [ + "United States of America", + "Pennsylvania", + "Delaware County (Pennsylvania)" + ], + "material": ["Sun Stone"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Sun Stone"], + "url": "http://www.penn.museum/collections/object/302071", + "curatorial_section": "Historic", + "object_number": "17790" +}, +{ + "emuIRN": "534009", + "description": "Light metal body, almost hemi-spherical. Wooden spring-holder", + "provenience": ["United States of America"], + "material": [ + "Metal", + "Wood" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Spring-Top", + "Spinner" + ], + "url": "http://www.penn.museum/collections/object/534009", + "curatorial_section": "Historic", + "object_number": "71-18-49B" +}, +{ + "emuIRN": "488490", + "description": "A colorful box of \"Rainbow Wax\" has \"Educated\",\"Entertaining\",\"For school and home\", \"Play set 25\",\"Sanitary modeling wax\", \"Made in USA\" and \"American Art Clay company Indianapolis, Indiana\" on box as well as illustrations of gnomes playing with wax. Contains 2 light orange, 4 dark orange, and 1/2 red stick of wax", + "provenience": [ + "United States of America", + "Indiana" + ], + "material": [ + "Cardboard", + "Wax" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Toy"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488490", + "measurement_width": 13.9, + "curatorial_section": "Historic", + "measurement_length": 19.2, + "measurement_tickness": 1.8, + "object_number": "CG2015-10-125" +}, +{ + "emuIRN": "371865", + "description": "United States Army. Inscribed \"Capt. C. L. Beckurts US Army.\"", + "provenience": ["United States of America"], + "culture": ["American"], + "material": ["Silver"], + "accession_credit_line": ["Gift of Mrs. Robert Ehrman in memory of her father Major C. L. Beckurts, 1943"], + "object_name": [ + "Sword", + "Sabre" + ], + "url": "http://www.penn.museum/collections/object/371865", + "curatorial_section": "Historic", + "object_number": "43-13-35A" +}, +{ + "emuIRN": "371866", + "description": "United States Army.", + "provenience": ["United States of America"], + "culture": ["American"], + "material": ["Silver"], + "accession_credit_line": ["Gift of Mrs. Robert Ehrman in memory of her father Major C. L. Beckurts, 1943"], + "object_name": [ + "Sword Sheath", + "Sabre Sheath" + ], + "url": "http://www.penn.museum/collections/object/371866", + "curatorial_section": "Historic", + "object_number": "43-13-35B" +}, +{ + "emuIRN": "59667", + "description": "Straight, single edged iron blade, cutting edge and back rounded to point. Tang inserted in grip of musk-ox horn. Brass ring over insertion and brass loop at end.", + "provenience": ["United States of America"], + "culture": ["American"], + "creator": ["Rogers of Sheffield"], + "material": [ + "Iron", + "Horn (animal part)", + "Brass" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Knife"], + "url": "http://www.penn.museum/collections/object/59667", + "other_numbers": ["151"], + "curatorial_section": "Historic", + "object_number": "42-30-100" +}, +{ + "emuIRN": "131848", + "description": "Straight, single-edged steel blade rounded to point; back near point slightly concave; both faces bevelled to cutting edge; stamped: \"J. Curley and Brother, New York, I x L George Wostenholm, Sheffield, England\". Tang inserted, with brass band over insertion, into polished, black wood grip most of which is ornamented with incised cross-hatching.", + "provenience": ["United States of America"], + "culture": ["American"], + "creator": ["J. Curley & Brother"], + "material": [ + "Steel", + "Brass", + "Wood" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Side Knife"], + "url": "http://www.penn.museum/collections/object/131848", + "other_numbers": ["150"], + "curatorial_section": "Historic", + "object_number": "42-30-101" +}, +{ + "emuIRN": "260613", + "description": "Straight, single-edged steel blade, rounded to point and cut into tang; short section of back slanted to point. Stamped: \"A. Cochran, 114 wires welded\". Tang inserted in grip of twisted steel cable; short, straight guard with triangular perforation on each side. Made from a piece of the Brooklyn Bridge cable.", + "provenience": ["United States of America"], + "culture": ["American"], + "creator": ["A. Cochran"], + "material": [ + "Steel", + "Horn (animal part)", + "Brass" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Hunting Knife"], + "url": "http://www.penn.museum/collections/object/260613", + "other_numbers": ["353"], + "curatorial_section": "Historic", + "object_number": "42-30-104" +}, +{ + "emuIRN": "74379", + "description": "Straight, single-edged steel blade rounded to point; half of back near point bevelled. Tang inserted in square, wooden handle which is widest beyond its middle. Letters: \"R.L.\" with \"*\" and two anchors and crossed arrows crudely carved on different sides of handle. Brass binding over both ends of grip extends on to sides; brass ring through knob in end. Worn.", + "provenience": ["United States of America"], + "culture": ["American"], + "material": [ + "Steel", + "Wood" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Knife"], + "url": "http://www.penn.museum/collections/object/74379", + "other_numbers": ["414"], + "curatorial_section": "Historic", + "object_number": "42-30-106" +}, +{ + "emuIRN": "120956", + "description": "red woven woolen cape with hood; blue binding", + "technique": ["Woven"], + "provenience": [ + "Europe (uncertain)", + "United States of America" + ], + "material": ["Wool"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Doll Clothes"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/120956", + "curatorial_section": "Historic", + "object_number": "29-191-224" +}, +{ + "emuIRN": "255667", + "description": "Print Diagram of Baseball Ground Diagram - \"Correct Diagram Ball Ground\" with description", + "provenience": ["United States of America"], + "iconography": ["Baseball"], + "material": ["Paper"], + "accession_credit_line": ["Gift of A. G. Spalding & Bros., 1893"], + "object_name": ["Game Diagram"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/255667", + "curatorial_section": "Historic", + "object_number": "16329" +}, +{ + "emuIRN": "165459", + "description": "Hinged / lidded wood box containing 189 river pebbles - used as jackstones / counters.", + "provenience": [ + "Europe (uncertain)", + "United States of America" + ], + "material": [ + "Stone", + "Wood" + ], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Game", + "Game Box", + "Counters (uncertain)", + "Jackstones (uncertain)" + ], + "url": "http://www.penn.museum/collections/object/165459", + "curatorial_section": "Historic", + "object_number": "29-191-301" +}, +{ + "emuIRN": "258396", + "description": "Red plastic inverted cone. Paper insert with imprint \"Get on top with county Democrats '70. Vote Sept 15, 1970\"", + "provenience": ["United States of America"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/258396", + "date_made_early": "1970", + "date_made": "1970", + "date_made_late": "1970", + "curatorial_section": "Historic", + "object_number": "71-18-15" +}, +{ + "emuIRN": "218053", + "description": "Combination yo-yo and peg-top. Twin-Twirler (trade mark). Red plastic top US Patent 2614364 with cord and instructions.", + "provenience": ["United States of America"], + "culture": ["American"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Peg Top", + "Yo-Yo" + ], + "url": "http://www.penn.museum/collections/object/218053", + "other_numbers": ["2614364"], + "curatorial_section": "Historic", + "object_number": "71-18-46" +}, +{ + "emuIRN": "251150", + "description": "Magnetop Peg-Top (Patent Pending). Plastic white and red pear-shaped top. Peg may be plastic or glass. There is a magnetic point protruding from upper surface of body. A steel ring is provided, but no cord. The purpose of the ring is to allow the psinning top to be picked up by the ring, where the top continues to spin not on its peg, but suspended by the ring.", + "provenience": ["United States of America"], + "culture": ["American"], + "material": [ + "Plastic", + "Steel", + "Glass" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/251150", + "curatorial_section": "Historic", + "object_number": "71-18-47" +}, +{ + "emuIRN": "166480", + "description": "Plastic separable peg-top. When spun with cord as peg-top, it spearates into 3 sections, each spinning independently. Marked TRIP-L-TOP (Trademark) . A is cracked.", + "provenience": ["United States of America"], + "culture": ["American"], + "creator": ["Trip-L-Top"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg-Top"], + "url": "http://www.penn.museum/collections/object/166480", + "curatorial_section": "Historic", + "object_number": "71-18-36A" +}, +{ + "emuIRN": "247459", + "description": "Plastic separable peg-top. When spun with cord as peg-top, it spearates into 3 sections, each spinning independently. Marked TRIP-L-TOP (Trademark).", + "provenience": ["United States of America"], + "culture": ["American"], + "creator": ["Trip-L-Top"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg-Top"], + "url": "http://www.penn.museum/collections/object/247459", + "curatorial_section": "Historic", + "object_number": "71-18-36B" +}, +{ + "emuIRN": "102949", + "description": "Light metal body, almost hemi-spherical. Wooden spring-holder", + "provenience": ["United States of America"], + "material": [ + "Metal", + "Wood" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Spring-Top", + "Spinner" + ], + "url": "http://www.penn.museum/collections/object/102949", + "curatorial_section": "Historic", + "object_number": "71-18-49A" +}, +{ + "emuIRN": "142481", + "description": "Star-shaped plastic twirler marked \"Cracker Jack\" SP 43. 3 little bird heads in profile molded into inside of 6 pointed star", + "provenience": ["United States of America"], + "creator": ["Crackerjack"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/142481", + "curatorial_section": "Historic", + "object_number": "71-18-57" +}, +{ + "emuIRN": "37050", + "description": "\"Twin Spin\" Duncan plastic separable peg-top with cord. Only points are plastic - 2 parts of the top are painted wood, bottom is purple, top is white, bloth with litter in the paint.", + "technique": ["Painted"], + "provenience": ["United States of America"], + "creator": ["Duncan (Toymaker)"], + "material": [ + "Wood", + "Plastic" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/37050", + "curatorial_section": "Historic", + "object_number": "71-18-63" +}, +{ + "emuIRN": "129996", + "description": "Green plastic \"Duncan Imperial\" with cord", + "provenience": ["United States of America"], + "culture": ["American"], + "creator": ["Duncan (Toymaker)"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/129996", + "curatorial_section": "Historic", + "object_number": "71-18-69" +}, +{ + "emuIRN": "93556", + "description": "One of 12 Peg-tops. Painted wooden peg-tops; geometry resembles 71-18-55, but these tops are provided with a bearing ball supposedly to give longer spin.", + "provenience": ["United States of America"], + "culture": ["American"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/93556", + "curatorial_section": "Historic", + "object_number": "71-18-56A" +}, +{ + "emuIRN": "84301", + "description": "One of 12 Peg-tops. Painted wooden peg-tops; geometry resembles 71-18-55, but these tops are provided with a bearing ball supposedly to give longer spin.", + "provenience": ["United States of America"], + "culture": ["American"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/84301", + "curatorial_section": "Historic", + "object_number": "71-18-56B" +}, +{ + "emuIRN": "66437", + "description": "One of 12 Peg-tops. Painted wooden peg-tops; geometry resembles 71-18-55, but these tops are provided with a bearing ball supposedly to give longer spin.", + "provenience": ["United States of America"], + "culture": ["American"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/66437", + "curatorial_section": "Historic", + "object_number": "71-18-56C" +}, +{ + "emuIRN": "181433", + "description": "One of 12 Peg-tops. Painted wooden peg-tops; geometry resembles 71-18-55, but these tops are provided with a bearing ball supposedly to give longer spin.", + "provenience": ["United States of America"], + "culture": ["American"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/181433", + "curatorial_section": "Historic", + "object_number": "71-18-56D" +}, +{ + "emuIRN": "210879", + "description": "One of 12 Peg-tops. Painted wooden peg-tops; geometry resembles 71-18-55, but these tops are provided with a bearing ball supposedly to give longer spin.", + "provenience": ["United States of America"], + "culture": ["American"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/210879", + "curatorial_section": "Historic", + "object_number": "71-18-56E" +}, +{ + "emuIRN": "288940", + "description": "One of 12 Peg-tops. Painted wooden peg-tops; geometry resembles 71-18-55, but these tops are provided with a bearing ball supposedly to give longer spin.", + "provenience": ["United States of America"], + "culture": ["American"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/288940", + "curatorial_section": "Historic", + "object_number": "71-18-56F" +}, +{ + "emuIRN": "30109", + "description": "One of 12 Peg-tops. Painted wooden peg-tops; geometry resembles 71-18-55, but these tops are provided with a bearing ball supposedly to give longer spin.", + "provenience": ["United States of America"], + "culture": ["American"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/30109", + "curatorial_section": "Historic", + "object_number": "71-18-56G" +}, +{ + "emuIRN": "123243", + "description": "One of 12 Peg-tops. Painted wooden peg-tops; geometry resembles 71-18-55, but these tops are provided with a bearing ball supposedly to give longer spin.", + "provenience": ["United States of America"], + "culture": ["American"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/123243", + "curatorial_section": "Historic", + "object_number": "71-18-56H" +}, +{ + "emuIRN": "123120", + "description": "One of 12 Peg-tops. Painted wooden peg-tops; geometry resembles 71-18-55, but these tops are provided with a bearing ball supposedly to give longer spin.", + "provenience": ["United States of America"], + "culture": ["American"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/123120", + "curatorial_section": "Historic", + "object_number": "71-18-56I" +}, +{ + "emuIRN": "234324", + "description": "One of 12 Peg-tops. Painted wooden peg-tops; geometry resembles 71-18-55, but these tops are provided with a bearing ball supposedly to give longer spin.", + "provenience": ["United States of America"], + "culture": ["American"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/234324", + "curatorial_section": "Historic", + "object_number": "71-18-56J" +}, +{ + "emuIRN": "264282", + "description": "One of 12 Peg-tops. Painted wooden peg-tops; geometry resembles 71-18-55, but these tops are provided with a bearing ball supposedly to give longer spin.", + "provenience": ["United States of America"], + "culture": ["American"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/264282", + "curatorial_section": "Historic", + "object_number": "71-18-56K" +}, +{ + "emuIRN": "83107", + "description": "One of 12 Peg-tops. Painted wooden peg-tops; geometry resembles 71-18-55, but these tops are provided with a bearing ball supposedly to give longer spin.", + "provenience": ["United States of America"], + "culture": ["American"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/83107", + "curatorial_section": "Historic", + "object_number": "71-18-56L" +}, +{ + "emuIRN": "21240", + "description": "Painted wooden yo-yo mearked \"Duncan Beginner's Yo-yo.\"", + "technique": ["Painted"], + "provenience": ["United States of America"], + "culture": ["American"], + "creator": ["Duncan (Toymaker)"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Marion Greene, 1973"], + "object_name": ["Yo-Yo"], + "url": "http://www.penn.museum/collections/object/21240", + "curatorial_section": "Historic", + "object_number": "73-1-1" +}, +{ + "emuIRN": "289201", + "description": "Painted wooden yo-yo marked \"Duncan Butterfly yo-yo.\" 2 discs instead of having convex surface to the exterior face have a plane surface on the exterior", + "technique": ["Painted"], + "provenience": ["United States of America"], + "culture": ["American"], + "creator": ["Duncan (Toymaker)"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Marion Greene, 1973"], + "object_name": ["Yo-Yo"], + "url": "http://www.penn.museum/collections/object/289201", + "curatorial_section": "Historic", + "object_number": "73-1-5" +}, +{ + "emuIRN": "101231", + "description": "Painted wood top / yo-yo with imprinted disc \"Beginner's Yo-yo, Genuine Duncan\" and on other disc \"Coolo-Coolo, Sugar-free Soft Drink.\"", + "provenience": ["United States of America"], + "culture": ["American"], + "creator": ["Duncan (Toymaker)"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Marion Greene, 1973"], + "object_name": ["Yo-Yo"], + "url": "http://www.penn.museum/collections/object/101231", + "curatorial_section": "Historic", + "object_number": "73-1-8" +}, +{ + "emuIRN": "51700", + "description": "Roter from Aggie \"wheelo\" (TM) Red pastic wheel, steel tips of axes are magnetized. No bracket available", + "provenience": ["United States of America"], + "culture": ["American"], + "creator": ["Wheelo"], + "material": [ + "Plastic", + "Steel" + ], + "accession_credit_line": ["Gift of Marion Greene, 1973"], + "object_name": ["Supported Top"], + "url": "http://www.penn.museum/collections/object/51700", + "curatorial_section": "Historic", + "object_number": "73-1-20" +}, +{ + "emuIRN": "405492", + "description": "Green white painted wood, metal foot, metal label with \"Orbiting Astro-Top / US Pat 2.535.157 / Other Pat. Pend.\" metal bead chain, cotton twine attached", + "technique": ["Painted"], + "provenience": ["United States of America"], + "material": [ + "Wood", + "Metal", + "Cotton" + ], + "accession_credit_line": ["Gift of Marion Greene, 1973"], + "object_name": ["Spinning Top"], + "url": "http://www.penn.museum/collections/object/405492", + "curatorial_section": "Historic", + "object_number": "73-1-22" +}, +{ + "emuIRN": "206855", + "description": "Lead disc about 8 cm diam with steel spindle and point. No bracket; performs well.", + "provenience": ["United States of America"], + "culture": ["American"], + "material": [ + "Lead", + "Steel" + ], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": ["Supported Top"], + "url": "http://www.penn.museum/collections/object/206855", + "curatorial_section": "Historic", + "object_number": "75-13-25" +}, +{ + "emuIRN": "316171", + "description": "Violet colored plastic dis 4.5 cm diam. Wooden stem, metal point. Imprinted \"Plakies\"", + "provenience": ["United States of America"], + "culture": ["American"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": ["Twirler"], + "url": "http://www.penn.museum/collections/object/316171", + "curatorial_section": "Historic", + "object_number": "75-13-26" +}, +{ + "emuIRN": "142578", + "description": "Red spherical wooden ball about 4 cm diameter with steel shaft and brass ring for grasping. Recuperative actions", + "provenience": ["United States of America"], + "culture": ["American"], + "material": [ + "Wood", + "Steel", + "Brass" + ], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": ["Supported Top"], + "url": "http://www.penn.museum/collections/object/142578", + "curatorial_section": "Historic", + "object_number": "75-13-27" +}, +{ + "emuIRN": "167634", + "description": "Toy tops - Buzzer. Plastic button about 3.5 cm diam. Used in Stroboscopic tests by Gould 1970", + "provenience": ["United States of America"], + "culture": ["American"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": [ + "Spinning Top", + "Buzzer" + ], + "url": "http://www.penn.museum/collections/object/167634", + "date_made_early": "1970", + "date_made": "1970", + "date_made_late": "1970", + "curatorial_section": "Historic", + "object_number": "75-13-23A" +}, +{ + "emuIRN": "213039", + "description": "Toy tops - Buzzer. similar to \"a\"", + "provenience": ["United States of America"], + "culture": ["American"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": [ + "Spinning Top", + "Buzzer" + ], + "url": "http://www.penn.museum/collections/object/213039", + "date_made_early": "1970", + "date_made": "1970", + "date_made_late": "1970", + "curatorial_section": "Historic", + "object_number": "75-13-23B" +}, +{ + "emuIRN": "405489", + "description": "Orange wood spinning top with metal key, Inscripted: John Neal Ford - Rock Island - No. 1213", + "provenience": ["United States of America"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": ["Spinning Top"], + "url": "http://www.penn.museum/collections/object/405489", + "curatorial_section": "Historic", + "object_number": "75-13-48A" +}, +{ + "emuIRN": "405490", + "description": "Red wood spinning top with metal key, Inscribed: John Neal Ford - Rock Island - No. 1213", + "provenience": ["United States of America"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": ["Spinning Top"], + "url": "http://www.penn.museum/collections/object/405490", + "curatorial_section": "Historic", + "object_number": "75-13-48B" +}, +{ + "emuIRN": "285335", + "description": "Wooden top painted red. Confied in braket which has spring brake. Bracket marked \"Zimbo\" The idea of a spring bracket seems to be prevention of loss of top; the friction between top and bracket is severe and poor performance will result.", + "provenience": ["United States of America"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Supported Top"], + "url": "http://www.penn.museum/collections/object/285335", + "curatorial_section": "Historic", + "object_number": "71-18-22" +}, +{ + "emuIRN": "90159", + "description": "Light metal; painted (Cowboy Motif), spring winding device. Shell perforated to enchance sound effects. Object performs satisfactorily.", + "provenience": ["United States of America"], + "iconography": ["Cowboy"], + "material": ["Metal"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Supported Top"], + "url": "http://www.penn.museum/collections/object/90159", + "curatorial_section": "Historic", + "object_number": "71-18-23A" +}, +{ + "emuIRN": "323979", + "description": "Light metal; painted (Cowboy Motif), spring winding device. Shell perforated to enchance sound effects. Object performs satisfactorily.", + "provenience": ["United States of America"], + "iconography": ["Cowboy"], + "material": ["Metal"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Supported Top"], + "url": "http://www.penn.museum/collections/object/323979", + "curatorial_section": "Historic", + "object_number": "71-18-23B" +}, +{ + "emuIRN": "245105", + "description": "Barus Gyrographs, bearing imprint GYROGRAPH, patented June 25, 1895. Wooden handle and pencil holder (see 71-18-83 for gyrograph pencil stub). One cord provided.", + "provenience": ["United States of America"], + "culture": ["American"], + "creator": ["Barus Gyrographs (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Supported Top", + "Gyrograph" + ], + "url": "http://www.penn.museum/collections/object/245105", + "date_made_early": "25 Jun 1895", + "date_made": "6/25/1895", + "date_made_late": "25 Jun 1895", + "curatorial_section": "Historic", + "object_number": "71-18-43A" +}, +{ + "emuIRN": "294343", + "description": "Barus Gyrographs, bearing imprint GYROGRAPH, patented June 25, 1895. Wooden handle and pencil holder (see 71-18-83 for gyrograph pencil stub). One cord provided.", + "provenience": ["United States of America"], + "culture": ["American"], + "creator": ["Barus Gyrographs (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Supported Top", + "Gyrograph" + ], + "url": "http://www.penn.museum/collections/object/294343", + "date_made_early": "25 Jun 1895", + "date_made": "6/25/1895", + "date_made_late": "25 Jun 1895", + "curatorial_section": "Historic", + "object_number": "71-18-43B" +}, +{ + "emuIRN": "340963", + "description": "Playing Card Deck - 52 miniature Whist/ euchre cards French Suits: Diamond, Heart, Club, Spade. 3 court cards per suit. Ace of Spade in laurel wreath with crown overhead and banner below. Face: Black and Red on natural cardboard. Back: Blue star/flower lattice pattern.", + "provenience": ["United States of America"], + "culture": ["American"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1891"], + "object_name": [ + "Playing Card Deck", + "Whist", + "Euchre" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/340963", + "curatorial_section": "Historic", + "object_number": "7600" +}, +{ + "emuIRN": "130465", + "description": "One deck of 32 Euchre playing cards. French Suits. Back: Red on white filigree. Maker's name on ace of Spades.: Samuel Hart & Co., NY.", + "provenience": ["United States of America"], + "culture": ["American"], + "creator": ["Samuel Hart & Co"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1890"], + "object_name": [ + "Playing Card Deck", + "Euchre" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/130465", + "curatorial_section": "Historic", + "object_number": "7604" +}, +{ + "emuIRN": "281998", + "description": "Game Board - Pachisi/Parchisis. Printed", + "provenience": ["United States of America"], + "culture": ["American"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of the University of Pennsylvania Library, 1897"], + "object_name": [ + "Game Board", + "Parchisi" + ], + "url": "http://www.penn.museum/collections/object/281998", + "curatorial_section": "Historic", + "object_number": "19447" +}, +{ + "emuIRN": "533887", + "description": "Instructions for \"Game of The World's Columbian Exposition\" Copyrighted 1892 by The R. Bliss Manufacturing Company. (Rhode Island, Pawtucket; 1832-1935)", + "provenience": [ + "United States of America", + "Rhode Island" + ], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Board Game", + "Instruction" + ], + "url": "http://www.penn.museum/collections/object/533887", + "date_made_early": "1892", + "date_made": "1892", + "date_made_late": "1892", + "curatorial_section": "Historic", + "object_number": "CG2015-10-156" +}, +{ + "emuIRN": "533967", + "description": "Large, plastic top. Red in color. White text on flat surface of top reads: \"Tee BIRD - Tournament - Gyro-Spin\" and \"Allentown Scientific Associates Inc. Allentown, PA 18105 Patent Pending\"", + "provenience": [ + "United States of America", + "Pennsylvania" + ], + "material": ["Plastic"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Spinning Top"], + "url": "http://www.penn.museum/collections/object/533967", + "curatorial_section": "Historic", + "object_number": "CG2015-10-158" +}, +{ + "emuIRN": "534013", + "description": "Metal top powered by a spiral plunger capped with a plastic grip. Exterior of top is decorated with panels depicting scenes from various nursery rhymes. Number 39 written on the bottom of the toy.", + "provenience": ["United States of America"], + "material": [ + "Metal", + "Plastic" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Spinning Top"], + "url": "http://www.penn.museum/collections/object/534013", + "other_numbers": ["39"], + "curatorial_section": "Historic", + "object_number": "CG2015-10-159" +}, +{ + "emuIRN": "534014", + "description": "Bundle of yellow plastic streamers attached to a wooden dowel rod. Tag attached to object has the number 28B written on it.", + "provenience": ["United States of America"], + "material": [ + "Plastic", + "Wood" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Toy"], + "url": "http://www.penn.museum/collections/object/534014", + "other_numbers": ["28B"], + "curatorial_section": "Historic", + "object_number": "CG2015-10-160" +}, +{ + "emuIRN": "534015", + "description": "Blue plastic top. Possibly a supported top. Three wide spokes around a grooved central axis. Found together with CG2015-10-162, CG2015-10-163, and CG2015-10-164.", + "provenience": ["United States of America"], + "material": ["Plastic"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Spinning Top"], + "url": "http://www.penn.museum/collections/object/534015", + "curatorial_section": "Historic", + "object_number": "CG2015-10-161" +}, +{ + "emuIRN": "534016", + "description": "Red plastic top. Possibly a supported top. Three wide spokes around a grooved central axis. Found together with CG2015-10-161, CG2015-10-163, and CG2015-10-164.", + "provenience": ["United States of America"], + "material": ["Plastic"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Spinning Top"], + "url": "http://www.penn.museum/collections/object/534016", + "curatorial_section": "Historic", + "object_number": "CG2015-10-162" +}, +{ + "emuIRN": "534017", + "description": "Green plastic top. Possibly a supported top. Three wide spokes around a grooved central axis. Found together with CG2015-10-161, CG2015-10-162, and CG2015-10-164.", + "provenience": ["United States of America"], + "material": ["Plastic"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Spinning Top"], + "url": "http://www.penn.museum/collections/object/534017", + "curatorial_section": "Historic", + "object_number": "CG2015-10-163" +}, +{ + "emuIRN": "534018", + "description": "Orange plastic top. Possibly a supported top. Three wide spokes around a grooved central axis. Found together with CG2015-10-161, CG2015-10-162, and CG2015-10-163.", + "provenience": ["United States of America"], + "material": ["Plastic"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Spinning Top"], + "url": "http://www.penn.museum/collections/object/534018", + "curatorial_section": "Historic", + "object_number": "CG2015-10-164" +}, +{ + "emuIRN": "207478", + "description": "Straight double edged iron blade, sides rounded to point. Wide end of blade and tang extend the whole length of the 2-piece wooden handle which is in the form of 2 discs (the large at blade end) connected by an elongated diamond; 6 large copper rivets. Blade stamped: Baldwin Hill & Co.,", + "provenience": [ + "United States of America", + "New Hampshire" + ], + "culture": ["American"], + "creator": ["Bladwin Hill & Company"], + "material": [ + "Iron", + "Wood", + "Copper" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger"], + "url": "http://www.penn.museum/collections/object/207478", + "date_made_early": "1700", + "date_made": "1700-1850", + "date_made_late": "1850", + "other_numbers": ["418"], + "curatorial_section": "Historic", + "object_number": "42-30-74" +}, +{ + "emuIRN": "68942", + "description": "Blue plastic; has raised vanes inscribed \"Blow on it. See it spin.\" Marked \"C.J. Co\" (=The Cracker Jack Company)", + "provenience": ["United States of America"], + "creator": ["C.J. Co."], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/68942", + "curatorial_section": "Historic", + "object_number": "71-18-9A" +}, +{ + "emuIRN": "534020", + "description": "Pink plastic spinner.", + "provenience": ["United States of America"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/534020", + "curatorial_section": "Historic", + "object_number": "71-18-9B" +}, +{ + "emuIRN": "488204", + "description": "An advertisement for Magnetic Jack Straws with a single large picture of a family playing with them on a table. Has a strong through two small holes so it can be hung. \"Copyright 1891 by EI Horsman\"", + "provenience": ["United States of America"], + "creator": ["E. I. Horsman"], + "material": [ + "Cardboard", + "Ink" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Advertisement"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488204", + "measurement_width": 20.2, + "date_made_early": "1891", + "date_made": "1891", + "date_made_late": "1891", + "curatorial_section": "Historic", + "measurement_length": 30.3, + "object_number": "CG2015-10-92" +}, +{ + "emuIRN": "246982", + "description": "On the back of the bowl are the maker's marks (?) and the figures 93. The handle near the bowl bears on both the obverse and the reverse the standing figure of a man above a skull and cross-bones. the handl above this is spirally grooved and terminates in a large windmill with movable blades", + "provenience": [ + "Europe (uncertain)", + "United States of America" + ], + "iconography": ["Windmill"], + "material": ["Silver"], + "accession_credit_line": ["Gift of Dr. C. S. Potts, 1905"], + "object_name": ["Spoon"], + "url": "http://www.penn.museum/collections/object/246982", + "curatorial_section": "Historic", + "object_number": "29-171-7" +}, +{ + "emuIRN": "94997", + "description": "On the inside of the bowl is an applied shield; on the back of the bowl is the maker's (?) mark. Slightly beyond themiddle of the thin spirally twisted andle is a winged head. the handle terminates in a small sailboat in which a man is seated.", + "provenience": [ + "Europe (uncertain)", + "United States of America" + ], + "iconography": ["Sailboat"], + "material": ["Silver"], + "accession_credit_line": ["Gift of Dr. C. S. Potts, 1905"], + "object_name": ["Spoon"], + "url": "http://www.penn.museum/collections/object/94997", + "curatorial_section": "Historic", + "object_number": "29-171-8" +}, +{ + "emuIRN": "147851", + "description": "on each arm is a female figure standing on a serpent. The arms meet in a double ring surmounted by the figure of a cupid.", + "provenience": [ + "Europe (uncertain)", + "United States of America" + ], + "iconography": [ + "Woman", + "Serpent", + "Cupid" + ], + "material": ["Silver"], + "accession_credit_line": ["Gift of Dr. C. S. Potts, 1905"], + "object_name": ["Tongs"], + "url": "http://www.penn.museum/collections/object/147851", + "curatorial_section": "Historic", + "object_number": "29-171-16" +}, +{ + "emuIRN": "110513", + "description": "2 strands each of 10 bosses connected in each case by 3 links. The corresponding bosses of the 2 strands are joined. Silver clasp, one pair of bosses bing on top of the clasp.", + "provenience": [ + "Europe (uncertain)", + "United States of America" + ], + "material": ["Silver"], + "accession_credit_line": ["Gift of Dr. C. S. Potts, 1905"], + "object_name": ["Bracelet"], + "url": "http://www.penn.museum/collections/object/110513", + "curatorial_section": "Historic", + "object_number": "29-171-17" +}, +{ + "emuIRN": "277186", + "description": "Silver, gilded. 8 bosses of filigree, each with a pair of bosses joined in 2 places by 3 links. Each boss consists of a spirally twisted wire ring within which are 2 large and 1 small double scroll each made up of a complicated scroll design, all of gilded silver wire and ornamented with tiny silver disc; at the middle of each large boss is a small boss. The fastening is a hook on one end and a small chain (broken at its end) on the other.", + "provenience": [ + "Europe (uncertain)", + "United States of America" + ], + "material": ["Silver"], + "accession_credit_line": ["Gift of Dr. C. S. Potts, 1905"], + "object_name": ["Bracelet"], + "url": "http://www.penn.museum/collections/object/277186", + "curatorial_section": "Historic", + "object_number": "29-171-19" +}, +{ + "emuIRN": "262765", + "description": "Walrus tooth handle with silver mounting, initialed \"J.H.W.\", engraved on the tooth. \"Dinner of the first panel sheriff's jury, Jan 8th 1896.\"", + "technique": ["Engraved"], + "provenience": ["United States of America"], + "culture": ["American"], + "material": [ + "Silver", + "Walrus Ivory" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Corkscrew"], + "url": "http://www.penn.museum/collections/object/262765", + "date_made_early": "1896", + "date_made": "january 8, 1896", + "date_made_late": "1896", + "other_numbers": ["572"], + "curatorial_section": "Historic", + "object_number": "42-30-90" +}, +{ + "emuIRN": "271187", + "description": "Silver fiddleback teaspoon. Monogram \"SSS\" or \"SIS\". Maker Hallmark: W. I. Tenney. One of Five (#9-13)", + "provenience": ["United States of America"], + "culture": ["Colonial American"], + "creator": ["W. I. Tenney"], + "material": ["Silver"], + "accession_credit_line": ["Bequest of George C. Bryant, 1972"], + "object_name": ["Teaspoon"], + "url": "http://www.penn.museum/collections/object/271187", + "curatorial_section": "Historic", + "object_number": "72-2-9" +}, +{ + "emuIRN": "65664", + "description": "Silver fiddleback teaspoon. Monogram \"SSS\" or \"SIS\". Maker Hallmark: W. I. Tenney. One of Five (#9-13)", + "provenience": ["United States of America"], + "culture": ["Colonial American"], + "creator": ["W. I. Tenney"], + "material": ["Silver"], + "accession_credit_line": ["Bequest of George C. Bryant, 1972"], + "object_name": ["Teaspoon"], + "url": "http://www.penn.museum/collections/object/65664", + "curatorial_section": "Historic", + "object_number": "72-2-10" +}, +{ + "emuIRN": "155963", + "description": "Silver fiddleback teaspoon. Monogram \"SSS\" or \"SIS\". Maker Hallmark: W. I. Tenney. One of Five (#9-13)", + "provenience": ["United States of America"], + "culture": ["Colonial American"], + "creator": ["W. I. Tenney"], + "material": ["Silver"], + "accession_credit_line": ["Bequest of George C. Bryant, 1972"], + "object_name": ["Teaspoon"], + "url": "http://www.penn.museum/collections/object/155963", + "curatorial_section": "Historic", + "object_number": "72-2-11" +}, +{ + "emuIRN": "127661", + "description": "Silver fiddleback teaspoon. Monogram \"SSS\" or \"SIS\". Maker Hallmark: W. I. Tenney. One of Five (#9-13)", + "provenience": ["United States of America"], + "culture": ["Colonial American"], + "creator": ["W. I. Tenney"], + "material": ["Silver"], + "accession_credit_line": ["Bequest of George C. Bryant, 1972"], + "object_name": ["Teaspoon"], + "url": "http://www.penn.museum/collections/object/127661", + "curatorial_section": "Historic", + "object_number": "72-2-12" +}, +{ + "emuIRN": "213725", + "description": "Silver fiddleback teaspoon. Monogram \"SSS\" or \"SIS\". Maker Hallmark: W. I. Tenney. One of Five (#9-13)", + "provenience": ["United States of America"], + "culture": ["Colonial American"], + "creator": ["W. I. Tenney"], + "material": ["Silver"], + "accession_credit_line": ["Bequest of George C. Bryant, 1972"], + "object_name": ["Teaspoon"], + "url": "http://www.penn.museum/collections/object/213725", + "curatorial_section": "Historic", + "object_number": "72-2-13" +}, +{ + "emuIRN": "332818", + "description": "Straight fiddleback teaspoon. Monogram \"SB\". Maker Hallmark: ICWA. Worn/Thin", + "provenience": ["United States of America"], + "culture": ["Colonial American"], + "creator": ["ICWA"], + "material": ["Silver"], + "accession_credit_line": ["Bequest of George C. Bryant, 1972"], + "object_name": ["Teaspoon"], + "url": "http://www.penn.museum/collections/object/332818", + "curatorial_section": "Historic", + "object_number": "72-2-14" +}, +{ + "emuIRN": "238324", + "description": "Fiddleback teaspoon. Monogram \"SB\". Maker Hallmark: --RD InJ En7 WARD (?). Made by Lewis and Bard. Heavier than #14.", + "provenience": ["United States of America"], + "culture": ["Colonial American"], + "creator": ["Lewis and Bard"], + "material": ["Silver"], + "accession_credit_line": ["Bequest of George C. Bryant, 1972"], + "object_name": ["Teaspoon"], + "url": "http://www.penn.museum/collections/object/238324", + "curatorial_section": "Historic", + "object_number": "72-2-15" +}, +{ + "emuIRN": "232091", + "description": "Game/Toy: Cup and Ball.", + "provenience": [ + "United States of America", + "California (State)", + "San Francisco (California)" + ], + "culture": ["American"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Game", + "Cup And Ball" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/232091", + "curatorial_section": "Historic", + "object_number": "18317" +}, +{ + "emuIRN": "157055", + "description": "Imitation Cat's Eye - made by soaking Tiger's Eye in acid", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Tiger's Eye"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Cat's Eye"], + "url": "http://www.penn.museum/collections/object/157055", + "other_numbers": ["650"], + "curatorial_section": "Historic", + "object_number": "17278" +}, +{ + "emuIRN": "344306", + "description": "Yellow quartz crystal, cut and polished for setting", + "technique": [ + "Cut", + "Polished" + ], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Topaz"], + "url": "http://www.penn.museum/collections/object/344306", + "other_numbers": ["658"], + "curatorial_section": "Historic", + "object_number": "17286A" +}, +{ + "emuIRN": "396290", + "description": "Yellow quartz crystal, cut and polished for setting", + "technique": [ + "Cut", + "Polished" + ], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Topaz"], + "url": "http://www.penn.museum/collections/object/396290", + "other_numbers": ["658"], + "curatorial_section": "Historic", + "object_number": "17286B" +}, +{ + "emuIRN": "396291", + "description": "Yellow quartz crystal, cut and polished for setting", + "technique": [ + "Cut", + "Polished" + ], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Topaz"], + "url": "http://www.penn.museum/collections/object/396291", + "other_numbers": ["658"], + "curatorial_section": "Historic", + "object_number": "17286C" +}, +{ + "emuIRN": "396292", + "description": "Yellow quartz crystal, cut and polished for setting", + "technique": [ + "Cut", + "Polished" + ], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Topaz"], + "url": "http://www.penn.museum/collections/object/396292", + "other_numbers": ["658"], + "curatorial_section": "Historic", + "object_number": "17286D" +}, +{ + "emuIRN": "396293", + "description": "Yellow quartz crystal, cut and polished for setting", + "technique": [ + "Cut", + "Polished" + ], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Topaz"], + "url": "http://www.penn.museum/collections/object/396293", + "other_numbers": ["658"], + "curatorial_section": "Historic", + "object_number": "17286E" +}, +{ + "emuIRN": "396294", + "description": "Yellow quartz crystal, cut and polished for setting", + "technique": [ + "Cut", + "Polished" + ], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Topaz"], + "url": "http://www.penn.museum/collections/object/396294", + "other_numbers": ["658"], + "curatorial_section": "Historic", + "object_number": "17286F" +}, +{ + "emuIRN": "396295", + "description": "Yellow quartz crystal, cut and polished for setting", + "technique": [ + "Cut", + "Polished" + ], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Topaz"], + "url": "http://www.penn.museum/collections/object/396295", + "other_numbers": ["658"], + "curatorial_section": "Historic", + "object_number": "17286G" +}, +{ + "emuIRN": "396296", + "description": "Yellow quartz crystal, cut and polished for setting", + "technique": [ + "Cut", + "Polished" + ], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Topaz"], + "url": "http://www.penn.museum/collections/object/396296", + "other_numbers": ["658"], + "curatorial_section": "Historic", + "object_number": "17286H" +}, +{ + "emuIRN": "396297", + "description": "Yellow quartz crystal, cut and polished for setting", + "technique": [ + "Cut", + "Polished" + ], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Topaz"], + "url": "http://www.penn.museum/collections/object/396297", + "other_numbers": ["658"], + "curatorial_section": "Historic", + "object_number": "17286I" +}, +{ + "emuIRN": "396298", + "description": "Yellow quartz crystal, cut and polished for setting", + "technique": [ + "Cut", + "Polished" + ], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Topaz"], + "url": "http://www.penn.museum/collections/object/396298", + "other_numbers": ["658"], + "curatorial_section": "Historic", + "object_number": "17286J" +}, +{ + "emuIRN": "396299", + "description": "Yellow quartz crystal, cut and polished for setting", + "technique": [ + "Cut", + "Polished" + ], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Topaz"], + "url": "http://www.penn.museum/collections/object/396299", + "other_numbers": ["658"], + "curatorial_section": "Historic", + "object_number": "17286K" +}, +{ + "emuIRN": "396300", + "description": "Yellow quartz crystal, cut and polished for setting", + "technique": [ + "Cut", + "Polished" + ], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Topaz"], + "url": "http://www.penn.museum/collections/object/396300", + "other_numbers": ["658"], + "curatorial_section": "Historic", + "object_number": "17286L" +}, +{ + "emuIRN": "396301", + "description": "Yellow quartz crystal, cut and polished for setting", + "technique": [ + "Cut", + "Polished" + ], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Topaz"], + "url": "http://www.penn.museum/collections/object/396301", + "other_numbers": ["658"], + "curatorial_section": "Historic", + "object_number": "17286M" +}, +{ + "emuIRN": "396302", + "description": "Yellow quartz crystal, cut and polished for setting", + "technique": [ + "Cut", + "Polished" + ], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Topaz"], + "url": "http://www.penn.museum/collections/object/396302", + "other_numbers": ["658"], + "curatorial_section": "Historic", + "object_number": "17286N" +}, +{ + "emuIRN": "396303", + "description": "Yellow quartz crystal, cut and polished for setting", + "technique": [ + "Cut", + "Polished" + ], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Topaz"], + "url": "http://www.penn.museum/collections/object/396303", + "other_numbers": ["658"], + "curatorial_section": "Historic", + "object_number": "17286O" +}, +{ + "emuIRN": "534008", + "description": "Wooden, scored circumferentially at about 0.3 spacing; Steel Peg. Bears Wilson number 187 P19. Upper portion painted with black and white horizontal bands.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/534008", + "other_numbers": ["197 P19"], + "curatorial_section": "Historic", + "object_number": "71-18-80B" +}, +{ + "emuIRN": "488029", + "description": ".1, .2, .3 same shape, an orb with a tall point on top and a flat base on the bottom. Numbered .1 to .3 from smallest to largest
.4+.5 same shape, bowl-like hollow on top and extended point on bottom, .5 has an extra wire coming out of point", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": [ + "Clay", + "Wire" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Spinning Top"], + "url": "http://www.penn.museum/collections/object/488029", + "curatorial_section": "Historic", + "object_number": "CG2015-10-79.1" +}, +{ + "emuIRN": "174135", + "description": "Natural diamond", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Diamond"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Diamond"], + "url": "http://www.penn.museum/collections/object/174135", + "other_numbers": ["681"], + "curatorial_section": "Historic", + "object_number": "17309" +}, +{ + "emuIRN": "148155", + "description": "polished labradorite", + "technique": ["Polished"], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Labradorite"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Labradorite"], + "url": "http://www.penn.museum/collections/object/148155", + "other_numbers": ["685"], + "curatorial_section": "Historic", + "object_number": "17313" +}, +{ + "emuIRN": "533849", + "description": "Double deck (2 decks) of miniature whist cards. One deck of 52 cards; other has 54. Extra 3 of clubs and 7 of spades", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "culture": ["American"], + "material": ["Paper"], + "accession_credit_line": ["Gift of David Milne Jr., 1897"], + "object_name": [ + "Playing Card Deck", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/533849", + "curatorial_section": "Historic", + "object_number": "19450B" +}, +{ + "emuIRN": "488485", + "description": "Dreidel? A small square top with burned in design, two have bird figure and 2 have four-legged animals (bull?). One bull has a backwards N and a birds has a W, Ethnographic? Cullin reproduction?", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Spinning Top", + "Reproduction (uncertain)" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488485", + "measurement_width": 2.2, + "other_numbers": ["21384?"], + "curatorial_section": "Historic", + "measurement_height": 6, + "object_number": "CG2015-10-123" +}, +{ + "emuIRN": "19129", + "description": "Model of the Red Russian Diamond - 10 carats", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/19129", + "other_numbers": ["693"], + "curatorial_section": "Historic", + "object_number": "17319" +}, +{ + "emuIRN": "488030", + "description": ".1, .2, .3 same shape, an orb with a tall point on top and a flat base on the bottom. Numbered .1 to .3 from smallest to largest
.4+.5 same shape, bowl-like hollow on top and extended point on bottom, .5 has an extra wire coming out of point", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": [ + "Clay", + "Wire" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Spinning Top"], + "url": "http://www.penn.museum/collections/object/488030", + "curatorial_section": "Historic", + "object_number": "CG2015-10-79.2" +}, +{ + "emuIRN": "488232", + "description": "A leg to something, very plain, has a ridge near the top", + "provenience": ["United States of America - uncertain"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Game", + "Fragment" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488232", + "measurement_outside_diameter": 2.1, + "curatorial_section": "Historic", + "measurement_height": 6.4, + "object_number": "CG2015-10-100" +}, +{ + "emuIRN": "534007", + "description": "One of 8 pear-shaped wooden tops of diminishing size - possibly made by Dr. J. W. Wilson to test size vs. operability. I: unpainted, no string, metal peg", + "provenience": ["United States of America - uncertain"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/534007", + "measurement_outside_diameter": 1.2, + "curatorial_section": "Historic", + "measurement_height": 1.2, + "object_number": "71-18-44I" +}, +{ + "emuIRN": "488032", + "description": ".1, .2, .3 same shape, an orb with a tall point on top and a flat base on the bottom. Numbered .1 to .3 from smallest to largest
.4+.5 same shape, bowl-like hollow on top and extended point on bottom, .5 has an extra wire coming out of point", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": [ + "Clay", + "Wire" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Spinning Top"], + "url": "http://www.penn.museum/collections/object/488032", + "curatorial_section": "Historic", + "object_number": "CG2015-10-79.4" +}, +{ + "emuIRN": "488503", + "description": "A card with a picture of a hand with the captions \"The Knotty hand\" and \"You are fond of your own opinion\" on one side and a green back with a scene of a young lady getting her palm read by an old woman", + "provenience": ["United States of America - uncertain"], + "material": ["Cardboard"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Fortune Telling Card"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488503", + "measurement_width": 6.3, + "curatorial_section": "Historic", + "measurement_length": 8.9, + "object_number": "CG2015-10-129" +}, +{ + "emuIRN": "488242", + "description": "Two rectangular pieces of wood, both nearly identical but one is shorter. A darker band on one could be evidence of adhesive", + "provenience": ["United States of America - uncertain"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Game", + "Fragment" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488242", + "measurement_width": 2.45, + "curatorial_section": "Historic", + "measurement_length": 12.5, + "measurement_tickness": 0.55, + "object_number": "CG2015-10-103" +}, +{ + "emuIRN": "488025", + "description": "4 lengths of string, one is darker and and smaller, two others are very similar except for the pattern of twisting , the first is similar to the first. One string has a knot in it.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["String"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["String"], + "url": "http://www.penn.museum/collections/object/488025", + "curatorial_section": "Historic", + "object_number": "CG2015-10-75" +}, +{ + "emuIRN": "488504", + "description": "Flattened light-blue cardboard, missing lid. Has a thumb sized notch on the top and the initials
L.(?) G. Has Severe water damage", + "provenience": ["United States of America - uncertain"], + "material": ["Cardboard"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Playing Card Box"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488504", + "measurement_width": 8.3, + "curatorial_section": "Historic", + "measurement_length": 9.7, + "object_number": "CG2015-10-130" +}, +{ + "emuIRN": "128580", + "description": "sphere of green-yellow serpentine", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Serpentine"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Serpentine"], + "url": "http://www.penn.museum/collections/object/128580", + "curatorial_section": "Historic", + "object_number": "17142" +}, +{ + "emuIRN": "236535", + "description": "Natural originals of diamonds showing crystalline forms.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain", + "South Africa (uncertain)" + ], + "material": ["Diamond"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Diamond"], + "url": "http://www.penn.museum/collections/object/236535", + "other_numbers": ["683"], + "curatorial_section": "Historic", + "object_number": "17311A" +}, +{ + "emuIRN": "396308", + "description": "Natural originals of diamonds showing crystalline forms.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain", + "South Africa (uncertain)" + ], + "material": ["Diamond"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Diamond"], + "url": "http://www.penn.museum/collections/object/396308", + "other_numbers": ["683"], + "curatorial_section": "Historic", + "object_number": "17311B" +}, +{ + "emuIRN": "396309", + "description": "Natural originals of diamonds showing crystalline forms.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain", + "South Africa (uncertain)" + ], + "material": ["Diamond"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Diamond"], + "url": "http://www.penn.museum/collections/object/396309", + "other_numbers": ["683"], + "curatorial_section": "Historic", + "object_number": "17311C" +}, +{ + "emuIRN": "396310", + "description": "Natural originals of diamonds showing crystalline forms.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain", + "South Africa (uncertain)" + ], + "material": ["Diamond"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Diamond"], + "url": "http://www.penn.museum/collections/object/396310", + "other_numbers": ["683"], + "curatorial_section": "Historic", + "object_number": "17311D" +}, +{ + "emuIRN": "396311", + "description": "Natural originals of diamonds showing crystalline forms.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain", + "South Africa (uncertain)" + ], + "material": ["Diamond"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Diamond"], + "url": "http://www.penn.museum/collections/object/396311", + "other_numbers": ["683"], + "curatorial_section": "Historic", + "object_number": "17311E" +}, +{ + "emuIRN": "396312", + "description": "Natural originals of diamonds showing crystalline forms.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain", + "South Africa (uncertain)" + ], + "material": ["Diamond"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Diamond"], + "url": "http://www.penn.museum/collections/object/396312", + "other_numbers": ["683"], + "curatorial_section": "Historic", + "object_number": "17311F" +}, +{ + "emuIRN": "396313", + "description": "Natural originals of diamonds showing crystalline forms.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain", + "South Africa (uncertain)" + ], + "material": ["Diamond"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Diamond"], + "url": "http://www.penn.museum/collections/object/396313", + "other_numbers": ["683"], + "curatorial_section": "Historic", + "object_number": "17311G" +}, +{ + "emuIRN": "396314", + "description": "Natural originals of diamonds showing crystalline forms.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain", + "South Africa (uncertain)" + ], + "material": ["Diamond"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Diamond"], + "url": "http://www.penn.museum/collections/object/396314", + "other_numbers": ["683"], + "curatorial_section": "Historic", + "object_number": "17311H" +}, +{ + "emuIRN": "396315", + "description": "Natural originals of diamonds showing crystalline forms.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain", + "South Africa (uncertain)" + ], + "material": ["Diamond"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Diamond"], + "url": "http://www.penn.museum/collections/object/396315", + "other_numbers": ["683"], + "curatorial_section": "Historic", + "object_number": "17311I" +}, +{ + "emuIRN": "396316", + "description": "Natural originals of diamonds showing crystalline forms.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain", + "South Africa (uncertain)" + ], + "material": ["Diamond"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Diamond"], + "url": "http://www.penn.museum/collections/object/396316", + "other_numbers": ["683"], + "curatorial_section": "Historic", + "object_number": "17311J" +}, +{ + "emuIRN": "396317", + "description": "Natural originals of diamonds showing crystalline forms.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain", + "South Africa (uncertain)" + ], + "material": ["Diamond"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Diamond"], + "url": "http://www.penn.museum/collections/object/396317", + "other_numbers": ["683"], + "curatorial_section": "Historic", + "object_number": "17311K" +}, +{ + "emuIRN": "396318", + "description": "Natural originals of diamonds showing crystalline forms.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain", + "South Africa (uncertain)" + ], + "material": ["Diamond"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Diamond"], + "url": "http://www.penn.museum/collections/object/396318", + "other_numbers": ["683"], + "curatorial_section": "Historic", + "object_number": "17311L" +}, +{ + "emuIRN": "396319", + "description": "Natural originals of diamonds showing crystalline forms.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain", + "South Africa (uncertain)" + ], + "material": ["Diamond"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Diamond"], + "url": "http://www.penn.museum/collections/object/396319", + "other_numbers": ["683"], + "curatorial_section": "Historic", + "object_number": "17311M" +}, +{ + "emuIRN": "396320", + "description": "Natural originals of diamonds showing crystalline forms.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain", + "South Africa (uncertain)" + ], + "material": ["Diamond"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Diamond"], + "url": "http://www.penn.museum/collections/object/396320", + "other_numbers": ["683"], + "curatorial_section": "Historic", + "object_number": "17311N" +}, +{ + "emuIRN": "396321", + "description": "Natural originals of diamonds showing crystalline forms.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain", + "South Africa (uncertain)" + ], + "material": ["Diamond"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Diamond"], + "url": "http://www.penn.museum/collections/object/396321", + "other_numbers": ["683"], + "curatorial_section": "Historic", + "object_number": "17311O" +}, +{ + "emuIRN": "396322", + "description": "Natural originals of diamonds showing crystalline forms.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain", + "South Africa (uncertain)" + ], + "material": ["Diamond"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Diamond"], + "url": "http://www.penn.museum/collections/object/396322", + "other_numbers": ["683"], + "curatorial_section": "Historic", + "object_number": "17311P" +}, +{ + "emuIRN": "396323", + "description": "Natural originals of diamonds showing crystalline forms.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain", + "South Africa (uncertain)" + ], + "material": ["Diamond"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Diamond"], + "url": "http://www.penn.museum/collections/object/396323", + "other_numbers": ["683"], + "curatorial_section": "Historic", + "object_number": "17311Q" +}, +{ + "emuIRN": "488041", + "description": "A gourd ball with a wood spoke through it with string wrapped around it. The string is knotted on the other side of a simple rectangle of wood with a hole in it. Ethnographic", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": [ + "Gourd", + "Wood", + "String" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Whip Top", + "Whip Top Whip" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488041", + "measurement_outside_diameter": 8.2, + "curatorial_section": "Historic", + "measurement_height": 17, + "object_number": "CG2015-10-86" +}, +{ + "emuIRN": "488031", + "description": ".1, .2, .3 same shape, an orb with a tall point on top and a flat base on the bottom. Numbered .1 to .3 from smallest to largest
.4+.5 same shape, bowl-like hollow on top and extended point on bottom, .5 has an extra wire coming out of point", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": [ + "Clay", + "Wire" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Spinning Top"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488031", + "measurement_outside_diameter": 3.4, + "curatorial_section": "Historic", + "measurement_height": 4.5, + "object_number": "CG2015-10-79.3" +}, +{ + "emuIRN": "488451", + "description": "A large spring covered in dark cotton and tied at one end with green string. Part of a spring snake prank?", + "provenience": ["United States of America - uncertain"], + "material": [ + "Metal", + "Cotton" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Toy"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488451", + "measurement_outside_diameter": 5.6, + "curatorial_section": "Historic", + "measurement_length": 35.5, + "object_number": "CG2015-10-116" +}, +{ + "emuIRN": "488497", + "description": "A box for a deck of cards, sides painted black and upper portion, that would have slid under lid, white. Some surface damage", + "provenience": ["United States of America - uncertain"], + "material": ["Cardboard"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Card Box"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488497", + "measurement_width": 7, + "curatorial_section": "Historic", + "measurement_height": 10.2, + "object_number": "CG2015-10-126" +}, +{ + "emuIRN": "488033", + "description": ".1, .2, .3 same shape, an orb with a tall point on top and a flat base on the bottom. Numbered .1 to .3 from smallest to largest
.4+.5 same shape, bowl-like hollow on top and extended point on bottom, .5 has an extra wire coming out of point", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": [ + "Clay", + "Wire" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Spinning Top"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488033", + "measurement_outside_diameter": 4.1, + "curatorial_section": "Historic", + "measurement_height": 3.2, + "object_number": "CG2015-10-79.5" +}, +{ + "emuIRN": "488510", + "description": "Small playing cards, 3 of clubs, 4 of diamonds, and king of clubs. King is a very detailed image. Backs are blue with 2 birds on flowering branches", + "provenience": ["United States of America - uncertain"], + "material": ["Cardboard"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Playing Card"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488510", + "measurement_width": 3.7, + "other_numbers": ["15757?"], + "curatorial_section": "Historic", + "measurement_length": 5.35, + "object_number": "CG2015-10-135" +}, +{ + "emuIRN": "488237", + "description": "A rectangular piece of wood with a small hole in one end. Has \"25A\" written in pen on one side.", + "provenience": ["United States of America - uncertain"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Game", + "Fragment" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488237", + "measurement_width": 1.75, + "other_numbers": ["25A"], + "curatorial_section": "Historic", + "measurement_length": 9.9, + "measurement_tickness": 0.5, + "object_number": "CG2015-10-102" +}, +{ + "emuIRN": "488235", + "description": "A small dark wood panel with a ridge on the long side and an oval in the center", + "provenience": ["United States of America - uncertain"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Game", + "Fragment" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488235", + "measurement_width": 2.1, + "curatorial_section": "Historic", + "measurement_length": 3.5, + "measurement_tickness": 0.2, + "object_number": "CG2015-10-101" +}, +{ + "emuIRN": "488247", + "description": "Two square wooden rods. Dark in color. Severe water damage", + "provenience": ["United States of America - uncertain"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Game", + "Fragment" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488247", + "measurement_width": 0.8, + "curatorial_section": "Historic", + "measurement_height": 0.8, + "measurement_length": 18.8, + "object_number": "CG2015-10-104" +}, +{ + "emuIRN": "488454", + "description": "Tarmished metal spoon, handle has ridges all along outside, top of handle has a raised triangle. Has PRL 713 on back", + "provenience": ["United States of America - uncertain"], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Spoon"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488454", + "measurement_width": 3.8, + "other_numbers": ["PRL 713"], + "curatorial_section": "Historic", + "measurement_length": 17.3, + "object_number": "CG2015-10-119" +}, +{ + "emuIRN": "144287", + "description": "Folding wood game board. inner surface covered with cloth on which are painted a chessboard of 64 squares, a similar board of 16 squares, and a circular board divided into 4 segments", + "provenience": ["United States of America - uncertain"], + "material": [ + "Wood", + "Cloth" + ], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Folding Game Board"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/144287", + "curatorial_section": "Historic", + "object_number": "29-191-293" +}, +{ + "emuIRN": "253159", + "description": "Grip wound with cord. Blade stamped \"SOLINGEN.\"", + "provenience": ["United States of America - uncertain"], + "culture": ["American"], + "material": [ + "Metal", + "Fiber (uncertain)" + ], + "accession_credit_line": ["Gift of Mrs. Robert Ehrman in memory of her father Major C. L. Beckurts, 1943"], + "object_name": [ + "Sword", + "Rapier" + ], + "url": "http://www.penn.museum/collections/object/253159", + "curatorial_section": "Historic", + "object_number": "43-13-32" +}, +{ + "emuIRN": "255310", + "description": "One of 3. Reed, small, each with one hole.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Reed (plant)"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Whistle"], + "url": "http://www.penn.museum/collections/object/255310", + "curatorial_section": "Historic", + "object_number": "29-191-228A" +}, +{ + "emuIRN": "174136", + "description": "one of a set of 15 models: Diamond showing natural crystals forms", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/174136", + "other_numbers": ["682"], + "curatorial_section": "Historic", + "object_number": "17310A" +}, +{ + "emuIRN": "396110", + "description": "one of a set of 15 models: Diamond showing natural crystals forms", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396110", + "other_numbers": ["682"], + "curatorial_section": "Historic", + "object_number": "17310B" +}, +{ + "emuIRN": "396111", + "description": "one of a set of 15 models: Diamond showing natural crystals forms", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396111", + "other_numbers": ["682"], + "curatorial_section": "Historic", + "object_number": "17310C" +}, +{ + "emuIRN": "396112", + "description": "one of a set of 15 models: Diamond showing natural crystals forms", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396112", + "other_numbers": ["682"], + "curatorial_section": "Historic", + "object_number": "17310D" +}, +{ + "emuIRN": "396113", + "description": "one of a set of 15 models: Diamond showing natural crystals forms", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396113", + "other_numbers": ["682"], + "curatorial_section": "Historic", + "object_number": "17310E" +}, +{ + "emuIRN": "396114", + "description": "one of a set of 15 models: Diamond showing natural crystals forms", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396114", + "other_numbers": ["682"], + "curatorial_section": "Historic", + "object_number": "17310F" +}, +{ + "emuIRN": "396115", + "description": "one of a set of 15 models: Diamond showing natural crystals forms", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396115", + "other_numbers": ["682"], + "curatorial_section": "Historic", + "object_number": "17310G" +}, +{ + "emuIRN": "396116", + "description": "one of a set of 15 models: Diamond showing natural crystals forms", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396116", + "other_numbers": ["682"], + "curatorial_section": "Historic", + "object_number": "17310H" +}, +{ + "emuIRN": "396117", + "description": "one of a set of 15 models: Diamond showing natural crystals forms", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396117", + "other_numbers": ["682"], + "curatorial_section": "Historic", + "object_number": "17310I" +}, +{ + "emuIRN": "396118", + "description": "one of a set of 15 models: Diamond showing natural crystals forms", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396118", + "other_numbers": ["682"], + "curatorial_section": "Historic", + "object_number": "17310J" +}, +{ + "emuIRN": "396119", + "description": "one of a set of 15 models: Diamond showing natural crystals forms", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396119", + "other_numbers": ["682"], + "curatorial_section": "Historic", + "object_number": "17310K" +}, +{ + "emuIRN": "396120", + "description": "one of a set of 15 models: Diamond showing natural crystals forms", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396120", + "other_numbers": ["682"], + "curatorial_section": "Historic", + "object_number": "17310L" +}, +{ + "emuIRN": "396121", + "description": "one of a set of 15 models: Diamond showing natural crystals forms", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396121", + "other_numbers": ["682"], + "curatorial_section": "Historic", + "object_number": "17310M" +}, +{ + "emuIRN": "396122", + "description": "one of a set of 15 models: Diamond showing natural crystals forms", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396122", + "other_numbers": ["682"], + "curatorial_section": "Historic", + "object_number": "17310N" +}, +{ + "emuIRN": "396123", + "description": "one of a set of 15 models: Diamond showing natural crystals forms", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396123", + "other_numbers": ["682"], + "curatorial_section": "Historic", + "object_number": "17310O" +}, +{ + "emuIRN": "214143", + "description": "one of 8 amethyst fragments", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Amethyst"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Amethyst"], + "url": "http://www.penn.museum/collections/object/214143", + "other_numbers": ["704"], + "curatorial_section": "Historic", + "object_number": "17330A" +}, +{ + "emuIRN": "396136", + "description": "one of 8 amethyst fragments", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Amethyst"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Amethyst"], + "url": "http://www.penn.museum/collections/object/396136", + "other_numbers": ["704"], + "curatorial_section": "Historic", + "object_number": "17330B" +}, +{ + "emuIRN": "396137", + "description": "one of 8 amethyst fragments", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Amethyst"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Amethyst"], + "url": "http://www.penn.museum/collections/object/396137", + "other_numbers": ["704"], + "curatorial_section": "Historic", + "object_number": "17330C" +}, +{ + "emuIRN": "396138", + "description": "one of 8 amethyst fragments", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Amethyst"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Amethyst"], + "url": "http://www.penn.museum/collections/object/396138", + "other_numbers": ["704"], + "curatorial_section": "Historic", + "object_number": "17330D" +}, +{ + "emuIRN": "396139", + "description": "one of 8 amethyst fragments", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Amethyst"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Amethyst"], + "url": "http://www.penn.museum/collections/object/396139", + "other_numbers": ["704"], + "curatorial_section": "Historic", + "object_number": "17330E" +}, +{ + "emuIRN": "396140", + "description": "one of 8 amethyst fragments", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Amethyst"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Amethyst"], + "url": "http://www.penn.museum/collections/object/396140", + "other_numbers": ["704"], + "curatorial_section": "Historic", + "object_number": "17330F" +}, +{ + "emuIRN": "396141", + "description": "one of 8 amethyst fragments", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Amethyst"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Amethyst"], + "url": "http://www.penn.museum/collections/object/396141", + "other_numbers": ["704"], + "curatorial_section": "Historic", + "object_number": "17330G" +}, +{ + "emuIRN": "396142", + "description": "one of 8 amethyst fragments", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Amethyst"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Amethyst"], + "url": "http://www.penn.museum/collections/object/396142", + "other_numbers": ["704"], + "curatorial_section": "Historic", + "object_number": "17330H" +}, +{ + "emuIRN": "321372", + "description": "Chimney spirally cut for a rolling ball; human face near top with crown and long black hair. Wood painted yellow, red, black, etc", + "technique": ["Painted"], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "iconography": ["Human Face"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Game"], + "url": "http://www.penn.museum/collections/object/321372", + "curatorial_section": "Historic", + "object_number": "29-191-216" +}, +{ + "emuIRN": "67486", + "description": "5 green glass painted rings", + "technique": ["Painted"], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Game Rings"], + "url": "http://www.penn.museum/collections/object/67486", + "curatorial_section": "Historic", + "object_number": "29-191-289A" +}, +{ + "emuIRN": "405384", + "description": "5 green glass painted rings", + "technique": ["Painted"], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Game Rings"], + "url": "http://www.penn.museum/collections/object/405384", + "curatorial_section": "Historic", + "object_number": "29-191-289B" +}, +{ + "emuIRN": "405385", + "description": "5 green glass painted rings", + "technique": ["Painted"], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Game Rings"], + "url": "http://www.penn.museum/collections/object/405385", + "curatorial_section": "Historic", + "object_number": "29-191-289C" +}, +{ + "emuIRN": "405386", + "description": "5 green glass painted rings", + "technique": ["Painted"], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Game Rings"], + "url": "http://www.penn.museum/collections/object/405386", + "curatorial_section": "Historic", + "object_number": "29-191-289D" +}, +{ + "emuIRN": "405387", + "description": "5 green glass painted rings", + "technique": ["Painted"], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Game Rings"], + "url": "http://www.penn.museum/collections/object/405387", + "curatorial_section": "Historic", + "object_number": "29-191-289E" +}, +{ + "emuIRN": "276565", + "description": "Short cylinder of red metal, hollow with curved cross in the middle and a stick through the middle perpendicular to the plane of the cylinder, extending farther on one side as a handle than the other. String attached to cylinder with small wood disk on the other end. one side flat, the other curved. Iron holder missing (on receipt?).", + "technique": ["Painted"], + "provenience": ["United States of America - uncertain"], + "culture": ["American"], + "material": [ + "Metal", + "Wood", + "Cotton (uncertain)", + "Paint" + ], + "accession_credit_line": ["Gift of R. Stewart Culin, 1898"], + "object_name": ["Flying Top"], + "url": "http://www.penn.museum/collections/object/276565", + "curatorial_section": "Historic", + "object_number": "21463" +}, +{ + "emuIRN": "28707", + "description": "Yellow plastic. 4-faced successive faces bear Hebrew characters: \"Heh\", \"Gimel\", \"Mun\" \"Schin\". Corresponding to these characters are inscriptions: \"Nes\" \"Hiya\" \"Godol\" \"Shahm\" = \"A miracle has happened there.\" CORRIGENDUM: order of words is \"Nes godol haya shahm\"", + "provenience": ["United States of America - uncertain"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Top Die", + "Teetotum", + "Dreidel" + ], + "url": "http://www.penn.museum/collections/object/28707", + "curatorial_section": "Historic", + "object_number": "71-18-1" +}, +{ + "emuIRN": "105298", + "description": "Blue plastic: curciform section; the 4 successive wings are marked on each face in Hebrew (see card). The teetotum, falling to rest, will be supported by 2 edges, and will show a pair of matched symbols", + "provenience": ["United States of America - uncertain"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Top Die", + "Teetotum", + "Dreidel" + ], + "url": "http://www.penn.museum/collections/object/105298", + "curatorial_section": "Historic", + "object_number": "71-18-7" +}, +{ + "emuIRN": "178307", + "description": "Spinner made from a Seed or Nut - Acorn (?)", + "provenience": ["United States of America - uncertain"], + "material": [ + "Seed", + "Nut (plant)" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/178307", + "curatorial_section": "Historic", + "object_number": "71-18-14" +}, +{ + "emuIRN": "92531", + "description": "Spinning top - Diavolo. Formed as opposed pear-shaped bodies. Hardwood, varnished. String provided but no batons.", + "provenience": ["United States of America - uncertain"], + "material": ["Hardwood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Spinning Top", + "Diavolo" + ], + "url": "http://www.penn.museum/collections/object/92531", + "curatorial_section": "Historic", + "object_number": "71-18-37" +}, +{ + "emuIRN": "170354", + "description": "So-called Spring Top. Hexagonal metal (tin?) shell. Decorated upper surface. 2 pairs of opposed holes in shell. Metal spring holder", + "provenience": ["United States of America - uncertain"], + "material": ["Tin (uncertain)"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spring-Top"], + "url": "http://www.penn.museum/collections/object/170354", + "curatorial_section": "Historic", + "object_number": "71-18-40" +}, +{ + "emuIRN": "25012", + "description": "Wooden; the top and spring-holder together form a sphere. Steel point. Top and holder do not separate.", + "provenience": ["United States of America - uncertain"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spring-Top"], + "url": "http://www.penn.museum/collections/object/25012", + "curatorial_section": "Historic", + "object_number": "71-18-51" +}, +{ + "emuIRN": "308264", + "description": "brass clockwork gears", + "provenience": ["United States of America - uncertain"], + "material": ["Brass"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/308264", + "curatorial_section": "Historic", + "object_number": "71-18-12A" +}, +{ + "emuIRN": "20788", + "description": "brass clockwork gears", + "provenience": ["United States of America - uncertain"], + "material": ["Brass"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/20788", + "curatorial_section": "Historic", + "object_number": "71-18-12B" +}, +{ + "emuIRN": "198956", + "description": "Acorns and caps", + "provenience": ["United States of America - uncertain"], + "material": [ + "Acorns", + "Acorn Caps" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/198956", + "curatorial_section": "Historic", + "object_number": "71-18-13A" +}, +{ + "emuIRN": "232654", + "description": "Acorns and caps", + "provenience": ["United States of America - uncertain"], + "material": [ + "Acorns", + "Acorn Caps" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/232654", + "curatorial_section": "Historic", + "object_number": "71-18-13B" +}, +{ + "emuIRN": "84577", + "description": "Turned wood", + "provenience": ["United States of America - uncertain"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/84577", + "curatorial_section": "Historic", + "object_number": "71-18-16A" +}, +{ + "emuIRN": "84317", + "description": "Turned wood", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/84317", + "curatorial_section": "Historic", + "object_number": "71-18-16B" +}, +{ + "emuIRN": "199530", + "description": "One of 4 plastic \"Tippe Tops\" Hollow, semi-sphers with cross rib on diameter. These do not perform as well as the conventioanl Tippe Tops.", + "provenience": ["United States of America - uncertain"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/199530", + "curatorial_section": "Historic", + "object_number": "71-18-19A" +}, +{ + "emuIRN": "315941", + "description": "One of 4 plastic \"Tippe Tops\" Hollow, semi-sphers with cross rib on diameter. These do not perform as well as the conventioanl Tippe Tops.", + "provenience": ["United States of America - uncertain"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/315941", + "curatorial_section": "Historic", + "object_number": "71-18-19B" +}, +{ + "emuIRN": "154810", + "description": "One of 4 plastic \"Tippe Tops\" Hollow, semi-sphers with cross rib on diameter. These do not perform as well as the conventioanl Tippe Tops.", + "provenience": ["United States of America - uncertain"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/154810", + "curatorial_section": "Historic", + "object_number": "71-18-19C" +}, +{ + "emuIRN": "119328", + "description": "One of 4 plastic \"Tippe Tops\" Hollow, semi-sphers with cross rib on diameter. These do not perform as well as the conventioanl Tippe Tops.", + "provenience": ["United States of America - uncertain"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/119328", + "curatorial_section": "Historic", + "object_number": "71-18-19D" +}, +{ + "emuIRN": "280627", + "description": "Light metal shell; Repaired by Douglas W. Gould", + "provenience": ["United States of America - uncertain"], + "material": ["Metal"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Supported Top"], + "url": "http://www.penn.museum/collections/object/280627", + "curatorial_section": "Historic", + "object_number": "71-18-26A" +}, +{ + "emuIRN": "151616", + "description": "Light metal shell; Repaired by Douglas W. Gould", + "provenience": ["United States of America - uncertain"], + "material": ["Metal"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Supported Top"], + "url": "http://www.penn.museum/collections/object/151616", + "curatorial_section": "Historic", + "object_number": "71-18-26B" +}, +{ + "emuIRN": "333408", + "description": "Modern, hardwood, turned, with steel peg (showing). Pear-shaped, cylindrical stub on top surface. Peg may be wire nail (cut off)", + "provenience": ["United States of America - uncertain"], + "material": [ + "Hardwood", + "Steel" + ], + "period": ["Modern"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/333408", + "curatorial_section": "Historic", + "object_number": "71-18-29A" +}, +{ + "emuIRN": "163151", + "description": "Modern, hardwood, turned, with steel peg (showing). Pear-shaped, cylindrical stub on top surface. Peg may be wire nail (cut off)", + "provenience": ["United States of America - uncertain"], + "material": [ + "Hardwood", + "Steel" + ], + "period": ["Modern"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/163151", + "curatorial_section": "Historic", + "object_number": "71-18-29B" +}, +{ + "emuIRN": "314281", + "description": "Modern, hardwood, turned, with steel peg (showing). Pear-shaped, cylindrical stub on top surface. Peg may be wire nail (cut off)", + "provenience": ["United States of America - uncertain"], + "material": [ + "Hardwood", + "Steel" + ], + "period": ["Modern"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/314281", + "curatorial_section": "Historic", + "object_number": "71-18-29C" +}, +{ + "emuIRN": "277152", + "description": "Modern, turned, wooden, painted. Pear-shaped. Steel peg with flare", + "provenience": ["United States of America - uncertain"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/277152", + "curatorial_section": "Historic", + "object_number": "71-18-31A" +}, +{ + "emuIRN": "6005", + "description": "Modern, turned, wooden, painted. Pear-shaped. Steel peg with flare", + "provenience": ["United States of America - uncertain"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/6005", + "curatorial_section": "Historic", + "object_number": "71-18-31B" +}, +{ + "emuIRN": "33240", + "description": "Modern, turned, wooden, painted. Pear-shaped. Steel peg with flare", + "provenience": ["United States of America - uncertain"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/33240", + "curatorial_section": "Historic", + "object_number": "71-18-31C" +}, +{ + "emuIRN": "69572", + "description": "Modern, turned, wooden, painted. Pear-shaped. Steel peg with flare", + "provenience": ["United States of America - uncertain"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/69572", + "curatorial_section": "Historic", + "object_number": "71-18-31D" +}, +{ + "emuIRN": "120062", + "description": "Painted, hardwood, turned, pear-shaped. Steel peg well formed with flare. Each with cord.", + "provenience": ["United States of America - uncertain"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/120062", + "curatorial_section": "Historic", + "object_number": "71-18-33A" +}, +{ + "emuIRN": "113287", + "description": "Painted, hardwood, turned, pear-shaped. Steel peg well formed with flare. Each with cord.", + "provenience": ["United States of America - uncertain"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/113287", + "curatorial_section": "Historic", + "object_number": "71-18-33B" +}, +{ + "emuIRN": "236649", + "description": "Ivory colored plastic. 6-sided body with brass stem. Successvie faces inscribed 0,1,4,1 (all), 3, 2. an independently rotatable section correspons to the above faces is inscribed: P,T,P,T,P,T - P = put and T = Take.", + "provenience": ["United States of America - uncertain"], + "material": [ + "Plastic", + "Brass" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Top Die", + "Teetotum" + ], + "url": "http://www.penn.museum/collections/object/236649", + "curatorial_section": "Historic", + "object_number": "71-18-3A" +}, +{ + "emuIRN": "102948", + "description": "Ivory colored plastic. 6-sided body with brass stem. Successvie faces inscribed 0,1,4,1 (all), 3, 2. an independently rotatable section correspons to the above faces is inscribed: P,T,P,T,P,T - P = put and T = Take.", + "provenience": ["United States of America - uncertain"], + "material": [ + "Plastic", + "Brass" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Top Die", + "Teetotum" + ], + "url": "http://www.penn.museum/collections/object/102948", + "curatorial_section": "Historic", + "object_number": "71-18-3B" +}, +{ + "emuIRN": "59316", + "description": "One of 8 pear-shaped wooden tops of diminishing size - possibly made by Dr. J. W. Wilson to test size vs. operability. A: unpainted, no string, metal peg", + "provenience": ["United States of America - uncertain"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/59316", + "curatorial_section": "Historic", + "object_number": "71-18-44A" +}, +{ + "emuIRN": "16886", + "description": "One of 8 pear-shaped wooden tops of diminishing size - possibly made by Dr. J. W. Wilson to test size vs. operability. B: unpainted, no string, metal peg", + "provenience": ["United States of America - uncertain"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/16886", + "curatorial_section": "Historic", + "object_number": "71-18-44B" +}, +{ + "emuIRN": "201392", + "description": "One of 8 pear-shaped wooden tops of diminishing size - possibly made by Dr. J. W. Wilson to test size vs. operability. C: painted, with string, peg not metal", + "provenience": ["United States of America - uncertain"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/201392", + "curatorial_section": "Historic", + "object_number": "71-18-44C" +}, +{ + "emuIRN": "315020", + "description": "One of 8 pear-shaped wooden tops of diminishing size - possibly made by Dr. J. W. Wilson to test size vs. operability. D: painted, with string, peg not metal", + "provenience": ["United States of America - uncertain"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/315020", + "curatorial_section": "Historic", + "object_number": "71-18-44D" +}, +{ + "emuIRN": "195669", + "description": "One of 8 pear-shaped wooden tops of diminishing size - possibly made by Dr. J. W. Wilson to test size vs. operability. E: painted, with string, peg not metal", + "provenience": ["United States of America - uncertain"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/195669", + "curatorial_section": "Historic", + "object_number": "71-18-44E" +}, +{ + "emuIRN": "93194", + "description": "One of 8 pear-shaped wooden tops of diminishing size - possibly made by Dr. J. W. Wilson to test size vs. operability. F: painted, with string, peg not metal", + "provenience": ["United States of America - uncertain"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/93194", + "curatorial_section": "Historic", + "object_number": "71-18-44F" +}, +{ + "emuIRN": "106354", + "description": "One of 8 pear-shaped wooden tops of diminishing size - possibly made by Dr. J. W. Wilson to test size vs. operability. G: painted, with string, peg not metal", + "provenience": ["United States of America - uncertain"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/106354", + "curatorial_section": "Historic", + "object_number": "71-18-44G" +}, +{ + "emuIRN": "169600", + "description": "One of 8 pear-shaped wooden tops of diminishing size - possibly made by Dr. J. W. Wilson to test size vs. operability. H: unpainted, no string, peg metal", + "provenience": ["United States of America - uncertain"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/169600", + "curatorial_section": "Historic", + "object_number": "71-18-44H" +}, +{ + "emuIRN": "222410", + "description": "Ivory-colored plastic; 8 sided. Successive faces marked T/A (Take All), P/2 (Put 2 into pot). T/2, P/3, T/1, P/A, T/3, P/1.", + "provenience": ["United States of America - uncertain"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Top Die", + "Teetotum" + ], + "url": "http://www.penn.museum/collections/object/222410", + "curatorial_section": "Historic", + "object_number": "71-18-4A" +}, +{ + "emuIRN": "172739", + "description": "Ivory-colored plastic; 8 sided. Successive faces marked T/A (Take All), P/2 (Put 2 into pot). T/2, P/3, T/1, P/A, T/3, P/1.", + "provenience": ["United States of America - uncertain"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Top Die", + "Teetotum" + ], + "url": "http://www.penn.museum/collections/object/172739", + "curatorial_section": "Historic", + "object_number": "71-18-4B" +}, +{ + "emuIRN": "269257", + "description": "Ivory-colored plastic; 8 sided. Successive faces marked T/A (Take All), P/2 (Put 2 into pot). T/2, P/3, T/1, P/A, T/3, P/1.", + "provenience": ["United States of America - uncertain"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Top Die", + "Teetotum" + ], + "url": "http://www.penn.museum/collections/object/269257", + "curatorial_section": "Historic", + "object_number": "71-18-4C" +}, +{ + "emuIRN": "13859", + "description": "Ivory-colored plastic; 8 sided. Successive faces marked T/A (Take All), P/2 (Put 2 into pot). T/2, P/3, T/1, P/A, T/3, P/1.", + "provenience": ["United States of America - uncertain"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Top Die", + "Teetotum" + ], + "url": "http://www.penn.museum/collections/object/13859", + "curatorial_section": "Historic", + "object_number": "71-18-4D" +}, +{ + "emuIRN": "162072", + "description": "Ivory-colored plastic; 8 sided. Successive faces marked T/A (Take All), P/2 (Put 2 into pot). T/2, P/3, T/1, P/A, T/3, P/1.", + "provenience": ["United States of America - uncertain"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Top Die", + "Teetotum" + ], + "url": "http://www.penn.museum/collections/object/162072", + "curatorial_section": "Historic", + "object_number": "71-18-4E" +}, +{ + "emuIRN": "66011", + "description": "Ivory-colored plastic; 8 sided. Successive faces marked T/A (Take All), P/2 (Put 2 into pot). T/2, P/3, T/1, P/A, T/3, P/1.", + "provenience": ["United States of America - uncertain"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Top Die", + "Teetotum" + ], + "url": "http://www.penn.museum/collections/object/66011", + "curatorial_section": "Historic", + "object_number": "71-18-4F" +}, +{ + "emuIRN": "332218", + "description": "Ivory-colored plastic; 8 sided. Successive faces marked T/A (Take All), P/2 (Put 2 into pot). T/2, P/3, T/1, P/A, T/3, P/1.", + "provenience": ["United States of America - uncertain"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Top Die", + "Teetotum" + ], + "url": "http://www.penn.museum/collections/object/332218", + "curatorial_section": "Historic", + "object_number": "71-18-4G" +}, +{ + "emuIRN": "199142", + "description": "Ivory-colored plastic; 8 sided. Successive faces marked T/A (Take All), P/2 (Put 2 into pot). T/2, P/3, T/1, P/A, T/3, P/1.", + "provenience": ["United States of America - uncertain"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Top Die", + "Teetotum" + ], + "url": "http://www.penn.museum/collections/object/199142", + "curatorial_section": "Historic", + "object_number": "71-18-4H" +}, +{ + "emuIRN": "166700", + "description": "Wooden, painted peg-top. With 2 exception A-t are similar in size and shape. Steel peg is flared at base of top to give support for setting the string. Many of these tops bear markings whos significance is unknown - perhaps the initials of the donor who gave them to Wilson. A) MWD", + "technique": ["Painted"], + "provenience": ["United States of America - uncertain"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg-Top"], + "url": "http://www.penn.museum/collections/object/166700", + "curatorial_section": "Historic", + "object_number": "71-18-55A" +}, +{ + "emuIRN": "282756", + "description": "Wooden, painted peg-top. With 2 exception A-t are similar in size and shape. Steel peg is flared at base of top to give support for setting the string. Many of these tops bear markings whos significance is unknown - perhaps the initials of the donor who gave them to Wilson. B marked \"SS\"", + "technique": ["Painted"], + "provenience": ["United States of America - uncertain"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg-Top"], + "url": "http://www.penn.museum/collections/object/282756", + "curatorial_section": "Historic", + "object_number": "71-18-55B" +}, +{ + "emuIRN": "314713", + "description": "Wooden, painted peg-top. With 2 exception A-t are similar in size and shape. Steel peg is flared at base of top to give support for setting the string. Many of these tops bear markings whos significance is unknown - perhaps the initials of the donor who gave them to Wilson. C marked \"MTA\"", + "technique": ["Painted"], + "provenience": ["United States of America - uncertain"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg-Top"], + "url": "http://www.penn.museum/collections/object/314713", + "curatorial_section": "Historic", + "object_number": "71-18-55C" +}, +{ + "emuIRN": "3333", + "description": "Wooden, painted peg-top. With 2 exception A-t are similar in size and shape. Steel peg is flared at base of top to give support for setting the string. Many of these tops bear markings whos significance is unknown - perhaps the initials of the donor who gave them to Wilson. D marked \"KSN\"", + "technique": ["Painted"], + "provenience": ["United States of America - uncertain"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg-Top"], + "url": "http://www.penn.museum/collections/object/3333", + "curatorial_section": "Historic", + "object_number": "71-18-55D" +}, +{ + "emuIRN": "53202", + "description": "Wooden, painted peg-top. With 2 exception A-t are similar in size and shape. Steel peg is flared at base of top to give support for setting the string. Many of these tops bear markings whos significance is unknown - perhaps the initials of the donor who gave them to Wilson. E marked \"KFW\"", + "technique": ["Painted"], + "provenience": ["United States of America - uncertain"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg-Top"], + "url": "http://www.penn.museum/collections/object/53202", + "curatorial_section": "Historic", + "object_number": "71-18-55E" +}, +{ + "emuIRN": "222411", + "description": "Cone shaped wooden spinner, steel peg.", + "provenience": ["United States of America - uncertain"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/222411", + "curatorial_section": "Historic", + "object_number": "71-18-58" +}, +{ + "emuIRN": "269258", + "description": "wooden ship-top, no metal point", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Whip Top"], + "url": "http://www.penn.museum/collections/object/269258", + "curatorial_section": "Historic", + "object_number": "71-18-61" +}, +{ + "emuIRN": "13860", + "description": "Cone-shaped wooden whip-top; painted green and with 3 heavy scores on body; brad point", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Whip Top"], + "url": "http://www.penn.museum/collections/object/13860", + "curatorial_section": "Historic", + "object_number": "71-18-62" +}, +{ + "emuIRN": "66012", + "description": "Wood peg-top with cord. copper and steel point.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": [ + "Wood", + "Copper", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/66012", + "curatorial_section": "Historic", + "object_number": "71-18-64" +}, +{ + "emuIRN": "332219", + "description": "Peg top with bearing ball similar to 71-18-56 [painted wood peg-top provided with bearing ball for longer spin)", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/332219", + "curatorial_section": "Historic", + "object_number": "71-18-65" +}, +{ + "emuIRN": "129997", + "description": "Mushroom shaped wooden whip-top. steel brad as point", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Whip Top"], + "url": "http://www.penn.museum/collections/object/129997", + "curatorial_section": "Historic", + "object_number": "71-18-70" +}, +{ + "emuIRN": "340645", + "description": "Unpainted hard wood. Button at upper surface. There are 3 decorative bands (probably brown wood dye)", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/340645", + "curatorial_section": "Historic", + "object_number": "71-18-75" +}, +{ + "emuIRN": "28649", + "description": "wooden, painted red and yellow with falred peg. Wilson number 176 (may be 196 or 146)", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/28649", + "other_numbers": ["176?"], + "curatorial_section": "Historic", + "object_number": "71-18-76" +}, +{ + "emuIRN": "74092", + "description": "Red stained wood, bears Wilson number 186", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/74092", + "other_numbers": ["186"], + "curatorial_section": "Historic", + "object_number": "71-18-77" +}, +{ + "emuIRN": "331228", + "description": "Unpainted hard wood with striations or scoring. Crude placed peg.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/331228", + "curatorial_section": "Historic", + "object_number": "71-18-78" +}, +{ + "emuIRN": "196434", + "description": "Painted (Geranium-lake red) Wood", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/196434", + "curatorial_section": "Historic", + "object_number": "71-18-79" +}, +{ + "emuIRN": "230098", + "description": "Wooden, painted peg-top. With 2 exception A-t are similar in size and shape. Steel peg is flared at base of top to give support for setting the string. Many of these tops bear markings whos significance is unknown - perhaps the initials of the donor who gave them to Wilson. G marked \"RLG (IND)\"", + "technique": ["Painted"], + "provenience": ["United States of America - uncertain"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg-Top"], + "url": "http://www.penn.museum/collections/object/230098", + "curatorial_section": "Historic", + "object_number": "71-18-55G" +}, +{ + "emuIRN": "312345", + "description": "Wooden, painted peg-top. With 2 exception A-t are similar in size and shape. Steel peg is flared at base of top to give support for setting the string. Many of these tops bear markings whos significance is unknown - perhaps the initials of the donor who gave them to Wilson. H marked \"KSNY (i--)\"", + "technique": ["Painted"], + "provenience": ["United States of America - uncertain"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg-Top"], + "url": "http://www.penn.museum/collections/object/312345", + "curatorial_section": "Historic", + "object_number": "71-18-55H" +}, +{ + "emuIRN": "93555", + "description": "Wooden, painted peg-top. With 2 exception A-t are similar in size and shape. Steel peg is flared at base of top to give support for setting the string. Many of these tops bear markings whos significance is unknown - perhaps the initials of the donor who gave them to Wilson. J marked \"BA GREEN\"", + "technique": ["Painted"], + "provenience": ["United States of America - uncertain"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg-Top"], + "url": "http://www.penn.museum/collections/object/93555", + "curatorial_section": "Historic", + "object_number": "71-18-55J" +}, +{ + "emuIRN": "84300", + "description": "Wooden, painted peg-top. With 2 exception A-t are similar in size and shape. Steel peg is flared at base of top to give support for setting the string. Many of these tops bear markings whos significance is unknown - perhaps the initials of the donor who gave them to Wilson. K marked \"S\"", + "technique": ["Painted"], + "provenience": ["United States of America - uncertain"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg-Top"], + "url": "http://www.penn.museum/collections/object/84300", + "curatorial_section": "Historic", + "object_number": "71-18-55K" +}, +{ + "emuIRN": "66436", + "description": "Wooden, painted peg-top. With 2 exception A-t are similar in size and shape. Steel peg is flared at base of top to give support for setting the string. Many of these tops bear markings whos significance is unknown - perhaps the initials of the donor who gave them to Wilson. L marked \"SFN\"", + "technique": ["Painted"], + "provenience": ["United States of America - uncertain"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg-Top"], + "url": "http://www.penn.museum/collections/object/66436", + "curatorial_section": "Historic", + "object_number": "71-18-55L" +}, +{ + "emuIRN": "181432", + "description": "Wooden, painted peg-top. With 2 exception A-t are similar in size and shape. Steel peg is flared at base of top to give support for setting the string. Many of these tops bear markings whos significance is unknown - perhaps the initials of the donor who gave them to Wilson. M marked \"KSN\"", + "technique": ["Painted"], + "provenience": ["United States of America - uncertain"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg-Top"], + "url": "http://www.penn.museum/collections/object/181432", + "curatorial_section": "Historic", + "object_number": "71-18-55M" +}, +{ + "emuIRN": "260466", + "description": "Wooden, painted peg-top. With 2 exception A-t are similar in size and shape. Steel peg is flared at base of top to give support for setting the string. Many of these tops bear markings whos significance is unknown - perhaps the initials of the donor who gave them to Wilson. N marked \"J.FLA KRESS\"", + "technique": ["Painted"], + "provenience": ["United States of America - uncertain"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg-Top"], + "url": "http://www.penn.museum/collections/object/260466", + "curatorial_section": "Historic", + "object_number": "71-18-55N" +}, +{ + "emuIRN": "288939", + "description": "Wooden, painted peg-top. With 2 exception A-t are similar in size and shape. Steel peg is flared at base of top to give support for setting the string. Many of these tops bear markings whos significance is unknown - perhaps the initials of the donor who gave them to Wilson. O marked \"CLOWN\"", + "technique": ["Painted"], + "provenience": ["United States of America - uncertain"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg-Top"], + "url": "http://www.penn.museum/collections/object/288939", + "curatorial_section": "Historic", + "object_number": "71-18-55O" +}, +{ + "emuIRN": "234323", + "description": "Wooden, painted peg-top. With 2 exception A-t are similar in size and shape. Steel peg is flared at base of top to give support for setting the string. Many of these tops bear markings whos significance is unknown - perhaps the initials of the donor who gave them to Wilson. S marked \"KSN\"", + "technique": ["Painted"], + "provenience": ["United States of America - uncertain"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg-Top"], + "url": "http://www.penn.museum/collections/object/234323", + "curatorial_section": "Historic", + "object_number": "71-18-55S" +}, +{ + "emuIRN": "155306", + "description": "One of 4 peg tops, with 3 cords. Wooden, painted.", + "technique": ["Painted"], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/155306", + "curatorial_section": "Historic", + "object_number": "71-18-67A" +}, +{ + "emuIRN": "232221", + "description": "One of 4 peg tops, with 3 cords. Wooden, painted. B marked Gropper Top", + "technique": ["Painted"], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/232221", + "curatorial_section": "Historic", + "object_number": "71-18-67B" +}, +{ + "emuIRN": "281669", + "description": "One of 4 peg tops, with 3 cords. Wooden, painted.", + "technique": ["Painted"], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/281669", + "curatorial_section": "Historic", + "object_number": "71-18-67C" +}, +{ + "emuIRN": "246793", + "description": "One of 4 peg tops, with 3 cords. Wooden, painted.", + "technique": ["Painted"], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/246793", + "curatorial_section": "Historic", + "object_number": "71-18-67D" +}, +{ + "emuIRN": "77745", + "description": "Painted wooden peg tops. A: steel split peg, but as assembed presents rounded (as a ball) contact surface. The wooden body is imperfectly rounded.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/77745", + "curatorial_section": "Historic", + "object_number": "71-18-73A" +}, +{ + "emuIRN": "110886", + "description": "Painted wooden peg tops. B: imprent \"Dilly Willy\" and JWW number 197. Steel point is rounded as in A, but not split. The body has 3 extra parts fastened to the upper surface by a steel pin. The parts ar rotatable separately but not freely. the intent seems to represent a human figure - middle of 3 parts has a painted face.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/110886", + "other_numbers": ["197"], + "curatorial_section": "Historic", + "object_number": "71-18-73B" +}, +{ + "emuIRN": "234483", + "description": "Wooden, with flared copper-steel peg. Painted", + "technique": ["Painted"], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": [ + "Wood", + "Copper", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/234483", + "curatorial_section": "Historic", + "object_number": "71-18-74A" +}, +{ + "emuIRN": "257170", + "description": "Wooden, with flared copper-steel peg. Unpainted", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": [ + "Wood", + "Copper", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/257170", + "curatorial_section": "Historic", + "object_number": "71-18-74B" +}, +{ + "emuIRN": "196435", + "description": "Wooden, scored circumferentially at about 0.3 spacing; Steel Peg. Bears Wilson number 187 P19.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/196435", + "other_numbers": ["197 P19"], + "curatorial_section": "Historic", + "object_number": "71-18-80A" +}, +{ + "emuIRN": "318629", + "description": "Painted wooden top/yo-yo. Black and red paint.", + "technique": ["Painted"], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Wood"], + "accession_credit_line": ["Gift of Marion Greene, 1973"], + "object_name": ["Yo-Yo"], + "url": "http://www.penn.museum/collections/object/318629", + "curatorial_section": "Historic", + "object_number": "73-1-6" +}, +{ + "emuIRN": "304479", + "description": "Painted wooden top/yo-yo. Imprint no legible. Blue and red paint", + "technique": ["Painted"], + "provenience": ["United States of America - uncertain"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Marion Greene, 1973"], + "object_name": ["Yo-Yo"], + "url": "http://www.penn.museum/collections/object/304479", + "curatorial_section": "Historic", + "object_number": "73-1-7" +}, +{ + "emuIRN": "225703", + "description": "Plastic top / yo-yo. The red and white discs have a semi-globular lump on exterior; discs are not tapered but of uniform thickness except for this elevation noted.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Marion Greene, 1973"], + "object_name": ["Yo-Yo"], + "url": "http://www.penn.museum/collections/object/225703", + "curatorial_section": "Historic", + "object_number": "73-1-10" +}, +{ + "emuIRN": "89294", + "description": "Red and white plastic discs like 73-1-5. Race of one disc Marked \"Big D.\"", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Marion Greene, 1973"], + "object_name": ["Yo-Yo"], + "url": "http://www.penn.museum/collections/object/89294", + "curatorial_section": "Historic", + "object_number": "73-1-13" +}, +{ + "emuIRN": "279847", + "description": "Plastic supported top / peg top. Red and white body", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Marion Greene, 1973"], + "object_name": [ + "Supported Top", + "Peg Top" + ], + "url": "http://www.penn.museum/collections/object/279847", + "curatorial_section": "Historic", + "object_number": "73-1-16" +}, +{ + "emuIRN": "29332", + "description": "Recuperative yo-yo / supported top; wooden sphere painted green.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Wood"], + "accession_credit_line": ["Gift of Marion Greene, 1973"], + "object_name": [ + "Supported Top", + "Yo-Yo" + ], + "url": "http://www.penn.museum/collections/object/29332", + "curatorial_section": "Historic", + "object_number": "73-1-18" +}, +{ + "emuIRN": "263863", + "description": "Painted, wooden peg-top with flared steel pegs. A is yellow (B is red, black, blue and marked Japan)", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain", + "Japan (uncertain)" + ], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Marion Greene, 1973"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/263863", + "curatorial_section": "Historic", + "object_number": "73-1-15A" +}, +{ + "emuIRN": "110189", + "description": "Wooden disc as toothed gear. Top could be spun with palms of hands, but would perform much better as a supported top with bracket. Stem broken as of 9/1992.", + "provenience": ["United States of America - uncertain"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Supported Top"], + "url": "http://www.penn.museum/collections/object/110189", + "curatorial_section": "Historic", + "object_number": "71-18-25" +}, +{ + "emuIRN": "318761", + "description": "Wood, turned, painted. Steel peg has appearance of being made from finishing nail; cord provided", + "provenience": ["United States of America - uncertain"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/318761", + "curatorial_section": "Historic", + "object_number": "71-18-34" +}, +{ + "emuIRN": "312206", + "description": "Turned wood, unpainted. Ballbearing point; cord provided", + "provenience": ["United States of America - uncertain"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/312206", + "curatorial_section": "Historic", + "object_number": "71-18-35" +}, +{ + "emuIRN": "281103", + "description": "Pear shaped wooden body; stiff steel wire as axis; 4 cm as peg, 10 cm as stem. The bracket appears to be a pieces of electrical spaghetti, but the fit on the stem is closer than desireable. The top has a circumferential depression on which is placed loosely a ring of steel wire. The use of this wire is unknown; the top cannot function with the ring in place.", + "provenience": ["United States of America - uncertain"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Supported Top"], + "url": "http://www.penn.museum/collections/object/281103", + "curatorial_section": "Historic", + "object_number": "71-18-42" +}, +{ + "emuIRN": "236650", + "description": "Wooden body; steel peg; hole in body on bias. The body appears hollow and the stem fitted to it.", + "provenience": ["United States of America - uncertain"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Supported Top"], + "url": "http://www.penn.museum/collections/object/236650", + "curatorial_section": "Historic", + "object_number": "71-18-48" +}, +{ + "emuIRN": "203595", + "description": "Metal toy gyroscope / supported top with cord", + "provenience": ["United States of America - uncertain"], + "material": ["Metal"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Supported Top", + "Gyroscope" + ], + "url": "http://www.penn.museum/collections/object/203595", + "curatorial_section": "Historic", + "object_number": "71-18-52" +}, +{ + "emuIRN": "172740", + "description": "Plastic suported top. 2 holes in shell. Red & White concentric circles on bottom, very pale green above.", + "provenience": ["United States of America - uncertain"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Supported Top"], + "url": "http://www.penn.museum/collections/object/172740", + "curatorial_section": "Historic", + "object_number": "71-18-59" +}, +{ + "emuIRN": "82240", + "description": "One of 4 wood spinners; 3 painted, 1 unpainted", + "provenience": ["United States of America - uncertain"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/82240", + "curatorial_section": "Historic", + "object_number": "71-18-39A" +}, +{ + "emuIRN": "113572", + "description": "One of 4 wood spinners; 3 painted, 1 unpainted", + "provenience": ["United States of America - uncertain"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/113572", + "curatorial_section": "Historic", + "object_number": "71-18-39B" +}, +{ + "emuIRN": "188495", + "description": "One of 4 wood spinners; 3 painted, 1 unpainted", + "provenience": ["United States of America - uncertain"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/188495", + "curatorial_section": "Historic", + "object_number": "71-18-39C" +}, +{ + "emuIRN": "211513", + "description": "One of 4 wood spinners; 3 painted, 1 unpainted", + "provenience": ["United States of America - uncertain"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/211513", + "curatorial_section": "Historic", + "object_number": "71-18-39D" +}, +{ + "emuIRN": "304945", + "description": "Toy gyroscope", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "accession_credit_line": ["Gift of Marion Greene, 1973"], + "object_name": ["Gyroscope"], + "url": "http://www.penn.museum/collections/object/304945", + "curatorial_section": "Historic", + "object_number": "73-1-17" +}, +{ + "emuIRN": "51699", + "description": "Paintd wood. resembles Japanese types, although no imprint", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Wood"], + "accession_credit_line": ["Gift of Marion Greene, 1973"], + "object_name": ["Supported Top"], + "url": "http://www.penn.museum/collections/object/51699", + "curatorial_section": "Historic", + "object_number": "73-1-19" +}, +{ + "emuIRN": "142946", + "description": "brass wire", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Brass"], + "accession_credit_line": ["Deposited by R. Stewart Culin, 1890"], + "object_name": ["Wire Puzzle"], + "url": "http://www.penn.museum/collections/object/142946", + "curatorial_section": "Historic", + "object_number": "7389" +}, +{ + "emuIRN": "142947", + "description": "brass wire", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Brass"], + "accession_credit_line": ["Deposited by R. Stewart Culin, 1890"], + "object_name": ["Wire Puzzle"], + "url": "http://www.penn.museum/collections/object/142947", + "curatorial_section": "Historic", + "object_number": "7390" +}, +{ + "emuIRN": "219876", + "description": "Wire with four bells (one missing). Cut bead attached with string", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": [ + "Metal", + "Glass (uncertain)" + ], + "accession_credit_line": ["Gift of Francis C. Macauley, 1891"], + "object_name": ["Wire Puzzle"], + "url": "http://www.penn.museum/collections/object/219876", + "curatorial_section": "Historic", + "object_number": "8811" +}, +{ + "emuIRN": "38383", + "description": "3 gold colored rolling balls under glass in circular metal frame", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": [ + "Metal", + "Glass" + ], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Dexterity Puzzle"], + "url": "http://www.penn.museum/collections/object/38383", + "curatorial_section": "Historic", + "object_number": "29-191-148" +}, +{ + "emuIRN": "221984", + "description": "Automobile Puzzle: move letters for form name", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Sliding Block Puzzle"], + "url": "http://www.penn.museum/collections/object/221984", + "curatorial_section": "Historic", + "object_number": "29-191-150" +}, +{ + "emuIRN": "127570", + "description": "Cardboard lidded box containing cardboard board with holes for wood pegs - Solitaire style game (sequential movement)", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": [ + "Cardboard", + "Wood" + ], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/127570", + "curatorial_section": "Historic", + "object_number": "29-191-155" +}, +{ + "emuIRN": "326729", + "description": "21 pieces", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Block Puzzle"], + "url": "http://www.penn.museum/collections/object/326729", + "curatorial_section": "Historic", + "object_number": "29-191-162" +}, +{ + "emuIRN": "227309", + "description": "Wood block puzzle", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Block Puzzle"], + "url": "http://www.penn.museum/collections/object/227309", + "curatorial_section": "Historic", + "object_number": "29-191-163" +}, +{ + "emuIRN": "18245", + "description": "Wood block puzzle", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Block Puzzle"], + "url": "http://www.penn.museum/collections/object/18245", + "curatorial_section": "Historic", + "object_number": "29-191-165" +}, +{ + "emuIRN": "121178", + "description": "Wood block puzzle", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Block Puzzle"], + "url": "http://www.penn.museum/collections/object/121178", + "curatorial_section": "Historic", + "object_number": "29-191-166" +}, +{ + "emuIRN": "159883", + "description": "Wood block puzzle", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Block Puzzle"], + "url": "http://www.penn.museum/collections/object/159883", + "curatorial_section": "Historic", + "object_number": "29-191-167" +}, +{ + "emuIRN": "31964", + "description": "Cross Puzzle No. 3000 - tangram set - 5 bricks/tile pieces to form a cross - in small envelope", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Puzzle", + "tangram", + "Envelope" + ], + "url": "http://www.penn.museum/collections/object/31964", + "other_numbers": ["3000"], + "curatorial_section": "Historic", + "object_number": "29-191-173" +}, +{ + "emuIRN": "175612", + "description": "wooden blocks to form a hexagon of alternating light and dark triangles", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "iconography": ["Hexagon"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Block Puzzle"], + "url": "http://www.penn.museum/collections/object/175612", + "curatorial_section": "Historic", + "object_number": "29-191-175" +}, +{ + "emuIRN": "119647", + "description": "wood blocks to form overlapping double diamond shaped figure of alternating light and dark wood", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Block Puzzle"], + "url": "http://www.penn.museum/collections/object/119647", + "curatorial_section": "Historic", + "object_number": "29-191-178" +}, +{ + "emuIRN": "164581", + "description": "12 wood inlaid wood blocks to form picture of owl", + "technique": ["Inlaid"], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "iconography": ["Owl"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/164581", + "curatorial_section": "Historic", + "object_number": "29-191-182" +}, +{ + "emuIRN": "320584", + "description": "Fighting Pig Puzzle - piece of cardboard to which is attached a string holding 2 balls", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Cardboard"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/320584", + "curatorial_section": "Historic", + "object_number": "29-191-157A" +}, +{ + "emuIRN": "106710", + "description": "Double deck (2 decks) of miniature whist cards. One deck of 52 cards; other has 54. Extra 3 of clubs and 7 of spades", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "culture": ["American"], + "material": ["Paper"], + "accession_credit_line": ["Gift of David Milne Jr., 1897"], + "object_name": [ + "Playing Card Deck", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/106710", + "curatorial_section": "Historic", + "object_number": "19450A" +}, +{ + "emuIRN": "231199", + "description": "Folding board - 64 squares, black and red", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Cardboard"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Folding Game Board", + "Checkers Board" + ], + "url": "http://www.penn.museum/collections/object/231199", + "curatorial_section": "Historic", + "object_number": "29-191-143" +}, +{ + "emuIRN": "355343", + "description": "Plaster Toy Money Bank in the shape of a lime (?).", + "provenience": ["United States of America - uncertain"], + "iconography": ["Lime"], + "material": ["Plaster"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1893"], + "object_name": [ + "Money Bank", + "Toy" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/355343", + "curatorial_section": "Historic", + "measurement_height": 9, + "object_number": "11908" +}, +{ + "emuIRN": "325535", + "description": "Plain bowl. Handle spirally twisted and surmounted by a standing human figure (male) wearing a cloak and halo. and holding a book (?) in his right hand. and a sword in his left. Possibly a Saint (?). Maker's mark (?) on back of bowl", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "iconography": ["Saint"], + "material": ["Silver"], + "accession_credit_line": ["Gift of Dr. C. S. Potts, 1905"], + "object_name": ["Spoon"], + "url": "http://www.penn.museum/collections/object/325535", + "curatorial_section": "Historic", + "object_number": "29-171-2" +}, +{ + "emuIRN": "20515", + "description": "Back of bowl is covered with engraved decoration, partly floral. The handle of 2 twisted stands terminates in a human figure standing on a pedestal flanked by 2 cupids and resting on the head of another human figure.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "iconography": [ + "Human", + "Cupid" + ], + "material": ["Silver"], + "accession_credit_line": ["Gift of Dr. C. S. Potts, 1905"], + "object_name": ["Spoon"], + "url": "http://www.penn.museum/collections/object/20515", + "curatorial_section": "Historic", + "object_number": "29-171-3" +}, +{ + "emuIRN": "188370", + "description": "Plain round bowl on the inside of which are 2 maker's marks (?). The handl of 2 twisted stands terminates in the standing figure of a woman who hols a palm in her left hand; her right arm is extended and her hands hols some small object. Below this standing figure, there is the upper part of the figure of a woman executed in high relief", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "iconography": [ + "Woman", + "Palm Branch" + ], + "material": ["Silver"], + "accession_credit_line": ["Gift of Dr. C. S. Potts, 1905"], + "object_name": ["Spoon"], + "url": "http://www.penn.museum/collections/object/188370", + "curatorial_section": "Historic", + "object_number": "29-171-6" +}, +{ + "emuIRN": "27751", + "description": "Gilded. On the back of the bowl is the maker's mark (?) and the work \"Sterling\". The handle of crescents alternately fcing left and right an ornamented with flowers terminates in a standing human figure with arms extended, probably a a monk as he wears a cowl and the front of his garment bears a large cross.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "iconography": ["Monk"], + "material": ["Silver"], + "accession_credit_line": ["Gift of Dr. C. S. Potts, 1905"], + "object_name": ["Spoon"], + "url": "http://www.penn.museum/collections/object/27751", + "curatorial_section": "Historic", + "object_number": "29-171-10" +}, +{ + "emuIRN": "316033", + "description": "Round bowl with cut-out and repousse decoration on the interior showing the figure of a woman standing beside a house; surrounding it are floral and scroll motifs. The handle where it joins the bowl is in the form of a stand on which rests a coin; above this are 2 twisted strands which are ornamented in high relif where they join; the handle terminates in a large ship with several sails. 2 hallmarks below women's feet.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "iconography": [ + "Woman", + "House", + "Sailboat" + ], + "material": ["Silver"], + "accession_credit_line": ["Gift of Dr. C. S. Potts, 1905"], + "object_name": ["Ladle"], + "url": "http://www.penn.museum/collections/object/316033", + "curatorial_section": "Historic", + "object_number": "29-171-13" +}, +{ + "emuIRN": "443428", + "description": "Grand National Victory Board Game, a Historical game of the late Civil War period (1861-1865) - Board (A). Men (B), C (Box) and D (top/spinner).", + "provenience": [ + "United States of America", + "New York" + ], + "accession_credit_line": ["Gift of Mrs. John Harrison, 1894"], + "object_name": [ + "Board Game", + "Spinner", + "Spinning Top" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/443428", + "curatorial_section": "Historic", + "object_number": "16294D" +}, +{ + "emuIRN": "443427", + "description": "Grand National Victory Board Game, a Historical game of the late Civil War period (1861-1865) - Board (A). Men (B), C (Box) and D (top/spinner). Damaged", + "provenience": [ + "United States of America", + "New York" + ], + "accession_credit_line": ["Gift of Mrs. John Harrison, 1894"], + "object_name": [ + "Board Game", + "Game Box" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/443427", + "curatorial_section": "Historic", + "object_number": "16294C" +}, +{ + "emuIRN": "104754", + "description": "\"Spalding's Athletic Library, March 1893: Lawn Tennis\" by O.S. Campell. Published by the American Sports Publishing Co.", + "provenience": [ + "United States of America", + "New York", + "New York City" + ], + "culture": ["American"], + "creator": [ + "O. S. Campbell", + "American Sports Publishing Co." + ], + "material": ["Paper"], + "accession_credit_line": ["Gift of A. G. Spalding & Bros., 1893"], + "object_name": [ + "Game Book", + "Tennis" + ], + "url": "http://www.penn.museum/collections/object/104754", + "date_made_early": "1893", + "date_made": "March 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16326" +}, +{ + "emuIRN": "146125", + "description": "Grand National Victory Board Game, a Historical game of the late Civil War period (1861-1865) - Board (A). Men (B), C (Box) and D (top/spinner). 4 lead men - painted pink or blue", + "provenience": [ + "United States of America", + "New York" + ], + "culture": ["American"], + "material": ["Lead"], + "accession_credit_line": ["Gift of Mrs. John Harrison, 1894"], + "object_name": [ + "Board Game", + "Game Pieces" + ], + "url": "http://www.penn.museum/collections/object/146125", + "curatorial_section": "Historic", + "object_number": "16294B" +}, +{ + "emuIRN": "154440", + "description": "Cardboard. To remove key from card.", + "provenience": [ + "Illinois", + "Chicago" + ], + "culture": ["American"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of David Rinker, 1902"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/154440", + "curatorial_section": "Historic", + "object_number": "22243" +}, +{ + "emuIRN": "77538", + "description": "Cardboard. Three ring Puzzle", + "provenience": ["United States of America"], + "culture": ["American"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of David Rinker, 1902"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/77538", + "curatorial_section": "Historic", + "object_number": "22244" +}, +{ + "emuIRN": "332657", + "description": "Irregular cylinder, thin neck, fat bulge, then a fatter one. Opening of cylinder closed at the fatter bulge with a disc covered with felt on either side. Black with green felt", + "provenience": ["Europe (uncertain)"], + "culture": ["European (uncertain)"], + "material": [ + "Wood", + "Felt" + ], + "accession_credit_line": ["Gift of Edward Bedloe, 1897"], + "object_name": [ + "Trick", + "Dice Box", + "Game Part" + ], + "url": "http://www.penn.museum/collections/object/332657", + "curatorial_section": "Historic", + "object_number": "20148" +}, +{ + "emuIRN": "114780", + "description": "\"The Enchanted Ball and Mystic Vase\" A = Trick (4 pieces) and B: Instructions", + "provenience": [ + "Illinois", + "Chicago" + ], + "culture": ["American"], + "object_name": [ + "Trick Instructions", + "Puzzle Instructions" + ], + "url": "http://www.penn.museum/collections/object/114780", + "date_made_early": "1893", + "date_made": "1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16366B" +}, +{ + "emuIRN": "85711", + "description": "12 Blocks of wood which when put together for a cross", + "provenience": [ + "Germany", + "Nuremburg" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/85711", + "curatorial_section": "Historic", + "object_number": "21260A" +}, +{ + "emuIRN": "33654", + "description": "Reproduction of A - 12 Blocks of aluminum which when put together for a cross. Stamped by maker \"Stanford White Company Incorporated New York\"", + "provenience": [ + "Germany", + "Nuremburg" + ], + "culture": ["German"], + "creator": ["Stanford White Company"], + "material": ["Aluminum"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Puzzle", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/33654", + "curatorial_section": "Historic", + "object_number": "21260B" +}, +{ + "emuIRN": "328451", + "description": "Casse-Tete by Cavendish - Thos. De La Rue & Company. Approximately 12 blue, 5 yellow, 8 red triangular or trapezoidal pieces of cardboard; Booklet gives directions to puzzles using Chinese, French, Russian methods. Original box. Bad Condition", + "provenience": [ + "England", + "London" + ], + "culture": ["British"], + "creator": ["Thomas de la Rue and Company"], + "material": [ + "Paper", + "Cardboard" + ], + "accession_credit_line": ["Gift of Henry Jones, 1893"], + "object_name": [ + "Puzzle", + "tangram" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/328451", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16062" +}, +{ + "emuIRN": "533885", + "description": "Printed Snake Game - Ormspelet: Tarningspel for ungdom. Stockholm: P. A. Huldbergs BokforlagsAktiebolag", + "provenience": [ + "Sweden", + "Stockholm" + ], + "culture": ["Swedish"], + "creator": ["Huldberg"], + "material": ["Paper"], + "accession_credit_line": ["Gift of C. V. Hartman, 1901"], + "object_name": [ + "Board Game", + "Folder" + ], + "url": "http://www.penn.museum/collections/object/533885", + "date_made_early": "1890", + "date_made": "c. 1900", + "date_made_late": "1910", + "curatorial_section": "Historic", + "object_number": "22141B" +}, +{ + "emuIRN": "98689", + "description": "Printed Snake Game - Ormspelet: Tarningspel for ungdom. Stockholm: P. A. Huldbergs BokforlagsAktiebolag", + "provenience": [ + "Sweden", + "Stockholm" + ], + "culture": ["Swedish"], + "creator": ["Huldberg"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of C. V. Hartman, 1901"], + "object_name": [ + "Board Game", + "Game Board" + ], + "url": "http://www.penn.museum/collections/object/98689", + "date_made_early": "1890", + "date_made": "c. 1900", + "date_made_late": "1910", + "curatorial_section": "Historic", + "object_number": "22141A" +}, +{ + "emuIRN": "57530", + "description": "Wood and iron chain", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "material": [ + "Wood", + "Iron" + ], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/57530", + "curatorial_section": "Historic", + "object_number": "15519A" +}, +{ + "emuIRN": "284149", + "description": "Panama Canal Puzzle: Rolling balls under glass; patented 1912", + "provenience": ["United States of America - uncertain"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Dexterity Puzzle"], + "url": "http://www.penn.museum/collections/object/284149", + "date_made_early": "1912", + "date_made": "1912", + "date_made_late": "1912", + "curatorial_section": "Historic", + "object_number": "29-191-144" +}, +{ + "emuIRN": "171127", + "description": "The New L-Square Puzzle - 9 aluminun pieces to form square in original carboard box", + "provenience": ["United States of America"], + "material": [ + "Aluminum", + "Cardboard" + ], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/171127", + "date_made_early": "1915", + "date_made": "1915?", + "date_made_late": "1915", + "curatorial_section": "Historic", + "object_number": "29-191-170" +}, +{ + "emuIRN": "130126", + "description": "Miniature toy bellows, fuella - Wood painted red, black paper - 3 pieces of wood in triangular shape with metal square on tip. 1 piece perpendicular to base from base to metal tip. This piece runs through rectangular opening in base which runs length of base so that protruding end can be used as a handle. Black paper folded between middle piece andd side pieces.", + "provenience": [ + "Spain", + "Madrid" + ], + "culture": ["Spanish"], + "material": [ + "Wood", + "Paper", + "Metal" + ], + "accession_credit_line": ["Deposited by R. Stewart Culin, 1893"], + "object_name": [ + "Toy", + "Bellows" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/130126", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "other_numbers": [ + "29-191-226", + "A12159" + ], + "curatorial_section": "Historic", + "object_number": "15952" +}, +{ + "emuIRN": "86455", + "description": "Cardboard disc on which is drawn a radiant Sun. Black and White.", + "provenience": ["Europe (uncertain)"], + "iconography": ["Sun Disk"], + "material": ["Cardboard"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Game Diagram", + "Drawing" + ], + "url": "http://www.penn.museum/collections/object/86455", + "curatorial_section": "Historic", + "object_number": "29-191-250" +}, +{ + "emuIRN": "487573", + "description": "Small flat square pieces, green on both sides with money values, ranging from $0.10 to $25.00 on one side. There is a single larger piece with \"A stuffed monkey\" printed on it. Some signs of water damage.", + "provenience": ["Europe (uncertain)"], + "material": ["Cardboard"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Game Piece"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487573", + "curatorial_section": "Historic", + "measurement_height": 2.6, + "measurement_length": 2.6, + "object_number": "CG2015-10-41" +}, +{ + "emuIRN": "487575", + "description": "A wooden disk, plain, possibly a checker piece, Shows some signs of wear", + "provenience": ["Europe (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Game Piece"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487575", + "measurement_outside_diameter": 3.1, + "curatorial_section": "Historic", + "measurement_tickness": 0.6, + "object_number": "CG2015-10-42" +}, +{ + "emuIRN": "309842", + "description": "Game: Loteria de Naipes - a Spanish card lottery game for children. 12 cards 4x4 squares. Clubs, medals, cups, swords. With Original box.", + "provenience": ["Spain"], + "culture": ["Spanish"], + "object_name": [ + "Game", + "Lottery" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/309842", + "curatorial_section": "Historic", + "object_number": "16254" +}, +{ + "emuIRN": "327222", + "description": "Le Casse-Tete Persan Kopfzerbrecher Anchor Puzzle - 7 baked clay tiles/brick pieces (1 missing) to form anchor; with cardboard box", + "provenience": ["Germany"], + "culture": ["German"], + "material": [ + "Terracotta", + "Cardboard" + ], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Puzzle", + "tangram" + ], + "url": "http://www.penn.museum/collections/object/327222", + "curatorial_section": "Historic", + "object_number": "29-191-172" +}, +{ + "emuIRN": "340021", + "description": "Trick Match box with mouse.", + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Puzzle", + "Trick Match Box" + ], + "url": "http://www.penn.museum/collections/object/340021", + "curatorial_section": "Historic", + "object_number": "21271" +}, +{ + "emuIRN": "298439", + "description": "Trick Match box - solid", + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Puzzle", + "Trick Match Box" + ], + "url": "http://www.penn.museum/collections/object/298439", + "curatorial_section": "Historic", + "object_number": "21272" +}, +{ + "emuIRN": "272363", + "description": "Trick match box with pin", + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Puzzle", + "Trick Match Box" + ], + "url": "http://www.penn.museum/collections/object/272363", + "curatorial_section": "Historic", + "object_number": "21273" +}, +{ + "emuIRN": "150846", + "description": "\"Hoochy Coochy\"", + "provenience": [ + "Pennsylvania", + "Philadelphia" + ], + "culture": ["American"], + "material": ["Paper"], + "accession_credit_line": ["Deposited by R. Stewart Culin, 1897"], + "object_name": ["Puzzle Poster"], + "url": "http://www.penn.museum/collections/object/150846", + "curatorial_section": "Historic", + "object_number": "19451A" +}, +{ + "emuIRN": "130866", + "description": "\"Hoochy Coochy\"", + "provenience": [ + "Pennsylvania", + "Philadelphia" + ], + "culture": ["American"], + "material": ["Paper"], + "accession_credit_line": ["Deposited by R. Stewart Culin, 1897"], + "object_name": ["Puzzle Instructions"], + "url": "http://www.penn.museum/collections/object/130866", + "curatorial_section": "Historic", + "object_number": "19451B" +}, +{ + "emuIRN": "91842", + "description": "Puzzle: Hoochy Coochy. 2 wire rods with ends twisted to form a flattened spiral (corkscrew). Object being to twist them together as represented in the instructions.", + "provenience": [ + "Pennsylvania", + "Philadelphia" + ], + "culture": ["American"], + "material": ["Metal"], + "accession_credit_line": ["Deposited by R. Stewart Culin, 1897"], + "object_name": ["Wire Puzzle"], + "url": "http://www.penn.museum/collections/object/91842", + "curatorial_section": "Historic", + "object_number": "19451C" +}, +{ + "emuIRN": "488021", + "description": "Bright orange, has a flat disc base and a much smaller spire with ridges. Part of top?
On top \"(Copyright symbol) 1969 MATTEL, Inc USA\"
On bottom \"4100-0220-B\"", + "provenience": [ + "North America", + "United States of America" + ], + "material": ["Plastic"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Toy", + "Fragment" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488021", + "date_made_early": "1969", + "measurement_outside_diameter": 3.15, + "date_made": "circa 1969", + "date_made_late": "1970", + "other_numbers": [ + "75-13-9A? C? E?", + "4100-0220-B" + ], + "curatorial_section": "Historic", + "measurement_height": 3, + "object_number": "CG2015-10-71" +}, +{ + "emuIRN": "273509", + "description": "Bug House Puzzle: 14 metal pieces to form checker-board in cardboard box", + "provenience": ["United States of America"], + "material": [ + "Metal", + "Cardboard" + ], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/273509", + "curatorial_section": "Historic", + "object_number": "29-191-171" +}, +{ + "emuIRN": "234122", + "description": "\"Canon and Ball Puzzle\" wood canon in several pieces, pin and canonball missing", + "provenience": [ + "Europe (uncertain)", + "United States of America" + ], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/234122", + "curatorial_section": "Historic", + "object_number": "29-191-212" +}, +{ + "emuIRN": "36766", + "description": "Wooden, double checker / chess board on outside.

Two-sided chess board, each space is made from thin pieces of wood glued on. One side is 8x8 (English/American/Russian Draughts), other is 10x10 (International Draughts). Badly damaged, some panels missing, and board cracked into two pieces", + "provenience": ["Italy"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Game", + "Draughts Board" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/36766", + "other_numbers": [ + "P232", + "CG2015-10-98" + ], + "curatorial_section": "Historic", + "object_number": "19125" +}, +{ + "emuIRN": "228463", + "description": "Dense octagonal leather with 7 holes and 2 dents/half holes; imprinted \"The Hello Puzzle Pat 08\". Metal spiral looped through holes. Objective is to get the spiral off the octagon.", + "provenience": ["United States of America - uncertain"], + "material": [ + "Leather", + "Metal" + ], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/228463", + "date_made_early": "1908", + "date_made": "1908", + "date_made_late": "1908", + "curatorial_section": "Historic", + "object_number": "29-191-156" +}, +{ + "emuIRN": "236149", + "description": "The Card and Key Puzzle - remove key (missing) from card like 22243; (J. L.) Kellogg MFG, New York. Puzzle used as an ad for the Fatty Feliz band and orchestra.", + "provenience": [ + "United States of America", + "New York", + "New York City" + ], + "culture": ["American"], + "creator": ["J. L. Kellogg"], + "material": ["Cardboard"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Puzzle", + "Advertisement" + ], + "url": "http://www.penn.museum/collections/object/236149", + "date_made_early": "1902", + "date_made": "1902", + "date_made_late": "1902", + "curatorial_section": "Historic", + "object_number": "29-191-158" +}, +{ + "emuIRN": "487600", + "description": "A single metal piece. both ends bent into spiral loops, spirals go in opposite direction", + "provenience": ["Europe (uncertain)"], + "material": [ + "Metal", + "Iron (uncertain)" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Wire Puzzle"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487600", + "curatorial_section": "Historic", + "measurement_length": 4.9, + "object_number": "CG2015-10-57" +}, +{ + "emuIRN": "487580", + "description": "Two interlocked rings with a bend at one end so that each ring looks like a lowercase \"e\"
Has note that says \"rings\"", + "provenience": ["Europe (uncertain)"], + "material": [ + "Metal", + "Steel (uncertain)" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Wire Puzzle"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487580", + "measurement_outside_diameter": 3.4, + "curatorial_section": "Historic", + "object_number": "CG2015-10-47" +}, +{ + "emuIRN": "487587", + "description": "Two metal interlocking pieces, each in two loops, one closed, one open, connected by a bar
Has note that says \"Double Witch Keys\"", + "provenience": ["Europe (uncertain)"], + "material": [ + "Metal", + "Steel (uncertain)" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Wire Puzzle"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487587", + "curatorial_section": "Historic", + "measurement_length": 5.5, + "object_number": "CG2015-10-49" +}, +{ + "emuIRN": "487588", + "description": "Two interlocking metal pieces, both bent so that there's a loop at one end, an opening in the other and a fold on either side in the middle.
Has bite that says \"Les crochet du diable\"", + "provenience": ["Europe (uncertain)"], + "material": [ + "Metal", + "Steel (uncertain)" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Wire Puzzle"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487588", + "date_made_early": "1898", + "date_made": "circa 1900", + "date_made_late": "1902", + "curatorial_section": "Historic", + "measurement_length": 2.7, + "object_number": "CG2015-10-50" +}, +{ + "emuIRN": "487601", + "description": "A wire puzzle made of four pieces, the 1st and 2nd make an outline of a cross, which is hinged at the bottom. The other 2 pieces are rings with a hole. Could be damaged", + "provenience": ["Europe (uncertain)"], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Wire Puzzle"], + "url": "http://www.penn.museum/collections/object/487601", + "measurement_outside_diameter": 3.3, + "curatorial_section": "Historic", + "measurement_length": 11.2, + "object_number": "CG2015-10-58" +}, +{ + "emuIRN": "487589", + "description": "3 interlocking metal segments, each with a loop on one end and a channel on the other, the ends folded inward to make the channel
Has note that says \"Lyre star\"", + "provenience": ["Europe (uncertain)"], + "material": [ + "Metal", + "Steel" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Wire Puzzle"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487589", + "curatorial_section": "Historic", + "measurement_length": 3.85, + "object_number": "CG2015-10-51" +}, +{ + "emuIRN": "238260", + "description": "Puzzle: Love, Can You Make It? - 4 wooden blocks on string to make words with the letters printed on the blocks.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Puzzle"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/238260", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "other_numbers": ["29-191-152"], + "curatorial_section": "Historic", + "object_number": "16972" +}, +{ + "emuIRN": "318267", + "description": "box (damaged) and pieces (bagged separately)", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Cardboard"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": [ + "Boxed Game", + "Puzzle" + ], + "url": "http://www.penn.museum/collections/object/318267", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16992" +}, +{ + "emuIRN": "68276", + "description": "The Great Burglar Puzzle: moving figures to form combination if safe - Patented 5/30/1911 Hoyt Device Company, 24 East 23rd Street, New York", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "material": [ + "Cardboard", + "Metal" + ], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Sliding Block Puzzle"], + "url": "http://www.penn.museum/collections/object/68276", + "date_made_early": "1911", + "date_made": "5/30/1911", + "date_made_late": "1911", + "curatorial_section": "Historic", + "object_number": "29-191-153" +}, +{ + "emuIRN": "137186", + "description": "Wood and cord. Called \"Le Lien Soudanais / Le Noeud Kabyle / Le Noeud Gordien (Gordian's Knot)\" or \"Reef Knot\". Three strips of wood bound at end with metal ring afixed to cord.", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "material": [ + "Wood", + "Cord", + "Metal" + ], + "accession_credit_line": ["Gift of Francis C. Macauley, 1892"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/137186", + "date_made_early": "1865", + "date_made": "c. 1890", + "date_made_late": "1890", + "curatorial_section": "Historic", + "object_number": "15520" +}, +{ + "emuIRN": "175824", + "description": "Red garnet, heart-shaped. Probably from Indian; Cut in Idar, Germany", + "provenience": [ + "India (uncertain)", + "Germany", + "Idar" + ], + "material": ["Garnet"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1893"], + "object_name": ["Garnet"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/175824", + "curatorial_section": "Historic", + "object_number": "17138" +}, +{ + "emuIRN": "207570", + "description": "Steel blade. Ivory handle with clenched fist at far end and tear-shaped insert terminating in a cross at tend nearest blade", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": [ + "Steel", + "Ivory" + ], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1893"], + "object_name": ["Knife"], + "url": "http://www.penn.museum/collections/object/207570", + "other_numbers": ["253"], + "curatorial_section": "Historic", + "object_number": "17153" +}, +{ + "emuIRN": "109726", + "description": "Choir book, containing plain chant, bound in wood with green velvet covering. Poor condition.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": [ + "Paper", + "Wood", + "Cloth" + ], + "accession_credit_line": ["Received from various sources, pre-1984"], + "object_name": [ + "Manuscript", + "Choir Book" + ], + "url": "http://www.penn.museum/collections/object/109726", + "other_numbers": [ + "65.732", + "LO-1301-2" + ], + "curatorial_section": "Historic", + "object_number": "84-7-198" +}, +{ + "emuIRN": "233342", + "description": "Evangeliorum Books 5 and 6 bound in one volume (Quinto Tomo Evangeliorum and Sexto Texto Evangeliorum), 1556. For Bassus - bass singer.", + "provenience": ["Europe (uncertain)"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1984"], + "object_name": [ + "Manuscript", + "Choir Book" + ], + "url": "http://www.penn.museum/collections/object/233342", + "date_made_early": "1556", + "date_made": "1556", + "date_made_late": "1556", + "other_numbers": [ + "65.734", + "LO-1301-3" + ], + "curatorial_section": "Historic", + "object_number": "84-7-199" +}, +{ + "emuIRN": "318128", + "description": "Geistreiches, Fest und Nachtmahl Buechlein. Zurich: David Gebner, 1720.", + "provenience": [ + "Switzerland", + "Zurich" + ], + "creator": ["David Gebner"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1984"], + "object_name": [ + "Manuscript", + "Music Book" + ], + "url": "http://www.penn.museum/collections/object/318128", + "date_made_early": "1720", + "date_made": "1720", + "date_made_late": "1720", + "other_numbers": [ + "65.735", + "LO-1301-4" + ], + "curatorial_section": "Historic", + "object_number": "84-7-200" +}, +{ + "emuIRN": "21958", + "description": "Methode Pratique et Descriptive pour l'Harmoniflute, Mayer, Chez Mayermarix Editeur. 146 Rue ontartre, Paris.", + "provenience": [ + "France", + "Paris (France)" + ], + "iconography": ["Music"], + "culture": ["French"], + "creator": ["Chez Mayermarix"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1984"], + "object_name": [ + "Manuscript", + "Music Book" + ], + "url": "http://www.penn.museum/collections/object/21958", + "other_numbers": [ + "65.736", + "LO-1301-5" + ], + "curatorial_section": "Historic", + "object_number": "84-7-201" +}, +{ + "emuIRN": "43715", + "description": "Book of original psalm and hymn tunes by W. Arnold of Portsea (composer/author). Bought in 1811 by William Richards.", + "provenience": [ + "England", + "London" + ], + "iconography": ["Music"], + "culture": ["English"], + "creator": ["W. Arnold"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1984"], + "object_name": [ + "Manuscript", + "Music Book" + ], + "url": "http://www.penn.museum/collections/object/43715", + "date_made_early": "1811", + "date_made": "1811", + "date_made_late": "1811", + "other_numbers": [ + "65.737", + "LO-1301-6" + ], + "curatorial_section": "Historic", + "object_number": "84-7-202" +}, +{ + "emuIRN": "201024", + "description": "The Musical Primer or the First Part of the Art of Singing by Andrew Law (author). Back cover board missing.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "iconography": ["Music"], + "creator": ["Andrew Law"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1984"], + "object_name": [ + "Manuscript", + "Music Book" + ], + "url": "http://www.penn.museum/collections/object/201024", + "date_made_early": "1775", + "date_made": "1775-1799", + "date_made_late": "1799", + "other_numbers": [ + "65.740", + "LO-1301-8" + ], + "curatorial_section": "Historic", + "object_number": "84-7-204" +}, +{ + "emuIRN": "347931", + "description": "Small Pitcher. Pinkish cream glaze. upper part mottled green; four narrow black-borwn bands. Disc base, subglobuar body, wide haigh expanding neck with pouring lip; loop handle neck to body.", + "technique": ["Glazed"], + "provenience": [ + "Italy", + "Sicily", + "S. Stefano" + ], + "material": ["Ceramic"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Pitcher"], + "url": "http://www.penn.museum/collections/object/347931", + "curatorial_section": "Historic", + "object_number": "19247" +}, +{ + "emuIRN": "353759", + "description": "Cream white glaze with green and brown flower on rounded surface. Small disc base.", + "technique": ["Glazed"], + "provenience": [ + "Italy", + "Sicily" + ], + "material": ["Ceramic"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Canteen"], + "url": "http://www.penn.museum/collections/object/353759", + "curatorial_section": "Historic", + "object_number": "19276A" +}, +{ + "emuIRN": "63531", + "description": "French Tarot Deck - 78 cards. 22 Major Cards: 56 Minor Cards. Captions in French / Roman numerals. Back: Marroon and white woven pattern. 2 Coins: Nas CONVER 1760. Coin Valet : France Conver Valet de Denier. Maker: J. P. Camoin, based on the Nicholas Conver Deck of 1760.", + "provenience": [ + "France", + "Marseilles" + ], + "culture": ["French"], + "creator": [ + "J. B. Camoin", + "Nicholas Conver" + ], + "material": ["Cardboard"], + "period": ["19th century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1891"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/63531", + "date_made_early": "1800", + "date_made": "1800-1891", + "date_made_late": "1891", + "other_numbers": ["42"], + "curatorial_section": "Historic", + "object_number": "9005" +}, +{ + "emuIRN": "337351", + "description": "Transformation / Comic whist pack with French labels - 52 cards. French Suits: Diamond, Heart, Club, Spade. Multicolored Face. Back: Brown, beige, white and gold scene - man and woman in widow surrounded by flowers, 2 charaters below. Box: Orange on white - damaged. Maker: B. Dondorf #361", + "provenience": [ + "Germany", + "Frankfurt" + ], + "iconography": ["Comic"], + "culture": ["German"], + "creator": ["B. Dondorf"], + "material": ["Paper"], + "period": ["19th century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1891"], + "object_name": [ + "Playing Card Deck", + "Whist", + "Comic Pack" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/337351", + "date_made_early": "1809", + "date_made": "1809-1891", + "date_made_late": "1891", + "other_numbers": [ + "361", + "41" + ], + "curatorial_section": "Historic", + "object_number": "9006" +}, +{ + "emuIRN": "298369", + "description": "Book of Roulette: \"La Roulette et le Trente-et-Quarante\" par Martin Gall / Roulette and Thirty Four, by Martin Gall", + "provenience": [ + "France", + "Paris (France)" + ], + "iconography": ["Roulette Rules"], + "culture": ["French"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Game Book", + "Roulette" + ], + "url": "http://www.penn.museum/collections/object/298369", + "date_made_early": "1882", + "date_made": "1882", + "date_made_late": "1882", + "other_numbers": [ + "16251?", + "16252" + ], + "curatorial_section": "Historic", + "object_number": "29-191-292" +}, +{ + "emuIRN": "93972", + "description": "Sample Ramblers Deck - #221: 1 red box; no cards", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/93972", + "other_numbers": ["221"], + "curatorial_section": "Historic", + "object_number": "29-191-6" +}, +{ + "emuIRN": "282239", + "description": "Sample Steamboat Deck - #9: 1 black box; 25 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/282239", + "other_numbers": ["9"], + "curatorial_section": "Historic", + "object_number": "29-191-11" +}, +{ + "emuIRN": "66491", + "description": "Sample Faro Deck - #366: 1 blue box; 24 cards with green and brown backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/66491", + "other_numbers": ["366"], + "curatorial_section": "Historic", + "object_number": "29-191-12" +}, +{ + "emuIRN": "160005", + "description": "Sample Texan Deck - #45: 1 blue box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/160005", + "other_numbers": ["45"], + "curatorial_section": "Historic", + "object_number": "29-191-13" +}, +{ + "emuIRN": "81867", + "description": "Sample Arrows Deck - #12: gilt edges; 1 green and gold box; 25 cards with red and blue plaid backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/81867", + "other_numbers": ["12"], + "curatorial_section": "Historic", + "object_number": "29-191-17" +}, +{ + "emuIRN": "19090", + "description": "Sample Ramblers Deck - #22: 1 green box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/19090", + "other_numbers": ["22"], + "curatorial_section": "Historic", + "object_number": "29-191-19" +}, +{ + "emuIRN": "19091", + "description": "Sample Tennis Deck - #145: 1 pink box; 24 gilt edge cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/19091", + "other_numbers": ["145"], + "curatorial_section": "Historic", + "object_number": "29-191-20" +}, +{ + "emuIRN": "342770", + "description": "Sample Double Euchre - Scientific Pinochle Deck - #600: 1 red and 1 blue box; 25 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample", + "Double Euchre", + "Pinochle" + ], + "url": "http://www.penn.museum/collections/object/342770", + "other_numbers": ["600"], + "curatorial_section": "Historic", + "object_number": "29-191-21" +}, +{ + "emuIRN": "251302", + "description": "Sample Tourist Deck - #155: 1 blue box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/251302", + "other_numbers": ["155"], + "curatorial_section": "Historic", + "object_number": "29-191-23" +}, +{ + "emuIRN": "314547", + "description": "Sample Double Euchre - Scientific Pinochle Deck - #600: 1 blue box; no cards", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample", + "Double Euchre", + "Pinochle" + ], + "url": "http://www.penn.museum/collections/object/314547", + "other_numbers": ["600"], + "curatorial_section": "Historic", + "object_number": "29-191-29" +}, +{ + "emuIRN": "23085", + "description": "Sample Pinochle Deck - #64: 1 red box; no cards;", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample", + "Pinochle" + ], + "url": "http://www.penn.museum/collections/object/23085", + "other_numbers": ["64"], + "curatorial_section": "Historic", + "object_number": "29-191-31" +}, +{ + "emuIRN": "325064", + "description": "Sample Ramblers Deck - #23: 1 gold box; 26 gilt edge cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/325064", + "other_numbers": ["23"], + "curatorial_section": "Historic", + "object_number": "29-191-34" +}, +{ + "emuIRN": "92074", + "description": "Sample Tiger Deck - #101: 1 blue box; 25 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/92074", + "other_numbers": ["101"], + "curatorial_section": "Historic", + "object_number": "29-191-38" +}, +{ + "emuIRN": "110261", + "description": "Sample Whist Deck - #175: 1 red box; 26 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/110261", + "other_numbers": ["175"], + "curatorial_section": "Historic", + "object_number": "29-191-39" +}, +{ + "emuIRN": "314866", + "description": "Sample Boston Series A Deck - #55x: 1 yellow box; 22 gilt edge cards with various backs.", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/314866", + "other_numbers": ["55x"], + "curatorial_section": "Historic", + "object_number": "29-191-43" +}, +{ + "emuIRN": "21678", + "description": "Sample Nile Fortune Cards Deck - #68x: 1 brown box; 24 gilt edge fortune telling cards with various backs; instruction book included", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "iconography": ["Fortune Telling"], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample", + "Fortune Telling Card" + ], + "url": "http://www.penn.museum/collections/object/21678", + "other_numbers": ["68x"], + "curatorial_section": "Historic", + "object_number": "29-191-45" +}, +{ + "emuIRN": "230228", + "description": "Sample Ye Witches Fortune Deck - #62x: 1 yellow box; 23 gilt edge fortune telling cards, some with faces on front; various backs; instruction book included", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "iconography": ["Fortune Telling"], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample", + "Fortune Telling Card" + ], + "url": "http://www.penn.museum/collections/object/230228", + "other_numbers": ["62x"], + "curatorial_section": "Historic", + "object_number": "29-191-47" +}, +{ + "emuIRN": "279421", + "description": "Sample Ye Witches Fortune Deck - #62: 1 black box; 24 fortune telling cards, some with dice/heads/etc. on front; various backs; instruction book included", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample", + "Fortune Telling Card" + ], + "url": "http://www.penn.museum/collections/object/279421", + "other_numbers": ["62"], + "curatorial_section": "Historic", + "object_number": "29-191-48" +}, +{ + "emuIRN": "283981", + "description": "Sample Trophy Whist Deck - #39: 1 black box; 26 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/283981", + "other_numbers": ["39"], + "curatorial_section": "Historic", + "object_number": "29-191-49" +}, +{ + "emuIRN": "283982", + "description": "Sample New Era Deck - #46x: 1 yellow box; 24 gilt edge cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/283982", + "other_numbers": ["46x"], + "curatorial_section": "Historic", + "object_number": "29-191-50" +}, +{ + "emuIRN": "84211", + "description": "Sample Army and Navy Deck - #303: 1 brown box; no cards", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "iconography": [ + "Army", + "Navy" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/84211", + "other_numbers": ["303"], + "curatorial_section": "Historic", + "object_number": "29-191-52" +}, +{ + "emuIRN": "33526", + "description": "Sample Lenox Deck - #67: 1 purple-red box; no cards", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/33526", + "other_numbers": ["67"], + "curatorial_section": "Historic", + "object_number": "29-191-53" +}, +{ + "emuIRN": "219661", + "description": "Sample Alladin Deck - #1002: 1 blue and gold box; 24 gilt edge cards with various card", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/219661", + "other_numbers": ["1002"], + "curatorial_section": "Historic", + "object_number": "29-191-54" +}, +{ + "emuIRN": "272922", + "description": "Sample The Stage Deck - #65x: 1 green box; no cards", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/272922", + "other_numbers": ["65x"], + "curatorial_section": "Historic", + "object_number": "29-191-55" +}, +{ + "emuIRN": "297103", + "description": "Sample The Stage Deck - #65x: 1 blue box; no cards", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "iconography": ["The Stage"], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/297103", + "other_numbers": ["65x"], + "curatorial_section": "Historic", + "object_number": "29-191-56" +}, +{ + "emuIRN": "66981", + "description": "Sample Tigers Deck - #101: 1 blue box; 24 gilt edge cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/66981", + "other_numbers": ["101"], + "curatorial_section": "Historic", + "object_number": "29-191-57" +}, +{ + "emuIRN": "121889", + "description": "Sample Steamboat Deck - #10: 1 gold box; 24 gilt edge cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/121889", + "other_numbers": ["101"], + "curatorial_section": "Historic", + "object_number": "29-191-58" +}, +{ + "emuIRN": "122663", + "description": "Sample Army and Navy Deck - #505: 1 blue box; 24 gilt edge cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "iconography": [ + "Army", + "Navy" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/122663", + "other_numbers": ["505"], + "curatorial_section": "Historic", + "object_number": "29-191-59" +}, +{ + "emuIRN": "122664", + "description": "Sample Boston Series A Deck - #55: 1 black box; 24 gilt edge cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/122664", + "other_numbers": ["55"], + "curatorial_section": "Historic", + "object_number": "29-191-60" +}, +{ + "emuIRN": "226198", + "description": "Sample Boston Series A Deck - #55: 1 purplish-red box; no cards", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/226198", + "other_numbers": ["55"], + "curatorial_section": "Historic", + "object_number": "29-191-61" +}, +{ + "emuIRN": "265983", + "description": "Sample Circus Deck - #47x 1 blue box; 24 gilt edge cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "iconography": ["Circus"], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/265983", + "other_numbers": ["47x"], + "curatorial_section": "Historic", + "object_number": "29-191-62" +}, +{ + "emuIRN": "260937", + "description": "Sample Full House Poker with 11 and 12 spots Deck - #555 1 black box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/260937", + "other_numbers": ["555"], + "curatorial_section": "Historic", + "object_number": "29-191-63" +}, +{ + "emuIRN": "108489", + "description": "Sample Hustling Joe Deck - #61 1 brown box; 25 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/108489", + "other_numbers": ["61"], + "curatorial_section": "Historic", + "object_number": "29-191-64" +}, +{ + "emuIRN": "331732", + "description": "Sample Sportsman Series A Deck - #202x; 1 purple box; 24 gilt edge cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/331732", + "other_numbers": ["202x"], + "curatorial_section": "Historic", + "object_number": "29-191-65" +}, +{ + "emuIRN": "325847", + "description": "Sample floral series treasury Deck - #89x; 1 black box; 24 gilt edge cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/325847", + "other_numbers": ["89x"], + "curatorial_section": "Historic", + "object_number": "29-191-66" +}, +{ + "emuIRN": "252774", + "description": "Sample Extra Congress Deck - #606; 1 red box; 26 gilt edge cards with various", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/252774", + "other_numbers": ["606"], + "curatorial_section": "Historic", + "object_number": "29-191-68" +}, +{ + "emuIRN": "256822", + "description": "Sample Army and Navy Deck - #303; 1 green box; no cards", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/256822", + "other_numbers": ["303"], + "curatorial_section": "Historic", + "object_number": "29-191-69" +}, +{ + "emuIRN": "106950", + "description": "Psalter? - Antiphonale", + "provenience": ["Spain"], + "culture": ["Spanish"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Sarah Frishmuth, 1900"], + "object_name": [ + "Manuscript", + "Psalter" + ], + "url": "http://www.penn.museum/collections/object/106950", + "date_made_early": "1600", + "date_made": "1600-1699", + "date_made_late": "1699", + "curatorial_section": "Historic", + "object_number": "29-109-118A" +}, +{ + "emuIRN": "485817", + "description": "Stitched on one side. Has leather fringe on bottom and inlaid linear decorations all along side opposite stitched side. Has braided loop attached to another leather loop", + "provenience": ["Europe (uncertain)"], + "culture": ["European (uncertain)"], + "material": ["Leather"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Sheath"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485817", + "curatorial_section": "Historic", + "measurement_length": 27, + "object_number": "CG2015-10-12" +}, +{ + "emuIRN": "255403", + "description": "Miniature bowl. Earthenware; light yellow glaze. Shallow, circular. Round becoming octagonal at rim", + "technique": ["Glazed"], + "provenience": [ + "France", + "Nice" + ], + "culture": ["French"], + "material": ["Earthenware"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Bowl"], + "url": "http://www.penn.museum/collections/object/255403", + "other_numbers": ["91"], + "curatorial_section": "Historic", + "object_number": "15939B" +}, +{ + "emuIRN": "346883", + "description": "Pinkish glaze with orange and green rayed design and bands. Disc base, globular body, high wide neck flaring to trefoil lip. loop handle neck to shoulder", + "technique": ["Glazed"], + "provenience": [ + "Italy", + "Sicily", + "S. Stefano" + ], + "material": ["Ceramic"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Pitcher"], + "url": "http://www.penn.museum/collections/object/346883", + "curatorial_section": "Historic", + "object_number": "19282" +}, +{ + "emuIRN": "349177", + "description": "Bottle - Turquoise glaze. Ring shaped with spout near a base and with neck on top.", + "technique": ["Glazed"], + "provenience": [ + "Italy", + "Sicily" + ], + "material": ["Ceramic"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Bottle"], + "url": "http://www.penn.museum/collections/object/349177", + "curatorial_section": "Historic", + "object_number": "19246" +}, +{ + "emuIRN": "353761", + "description": "Buff ware, brown glaze on rim and slightly spotted on body. Flat base, straight sides expanding to sloping shoulder, short neck, 2 loop handles neck to body.", + "technique": ["Glazed"], + "provenience": [ + "Italy", + "Sicily" + ], + "material": ["Ceramic"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Jar"], + "url": "http://www.penn.museum/collections/object/353761", + "curatorial_section": "Historic", + "object_number": "19278" +}, +{ + "emuIRN": "362740", + "description": "Cream-white glaze with one yellow and one green band, Offset disc base, sides expanding to sloping shoulder; wide neck with vertical sides; slight rim.", + "technique": ["Glazed"], + "provenience": [ + "Italy", + "Sicily" + ], + "material": ["Ceramic"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Jar"], + "url": "http://www.penn.museum/collections/object/362740", + "curatorial_section": "Historic", + "object_number": "19288" +}, +{ + "emuIRN": "350148", + "description": "Green glaze; vertical bands of yellow, green and brownon one side. Elongated globular pot with small high disc base; thickened rim. Samle AS 19289, but smaller", + "technique": ["Glazed"], + "provenience": [ + "Italy", + "Sicily" + ], + "material": ["Ceramic"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Vase"], + "url": "http://www.penn.museum/collections/object/350148", + "curatorial_section": "Historic", + "object_number": "19290" +}, +{ + "emuIRN": "350149", + "description": "Cream white glaze. Disc base; high shoulder, short narrow neck, trefoil lip; loop handle from neck to shoulder. Yellow flower with green leaves on side opposite handle", + "technique": ["Glazed"], + "provenience": [ + "Italy", + "Sicily" + ], + "material": ["Ceramic"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Jug"], + "url": "http://www.penn.museum/collections/object/350149", + "curatorial_section": "Historic", + "object_number": "19291" +}, +{ + "emuIRN": "362749", + "description": "Brown glaze with cream spots. Flat base. Greatest diameter near base, short neck, loop handle over top; loop handle from rim to shoulder, small spout on opposite side of shoulder", + "technique": ["Glazed"], + "provenience": [ + "Italy", + "Sicily" + ], + "material": ["Ceramic"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Jug"], + "url": "http://www.penn.museum/collections/object/362749", + "curatorial_section": "Historic", + "object_number": "19297B" +}, +{ + "emuIRN": "353757", + "description": "White glaze. blue painted decoration. Flat base, rounded sides expanding to high shoulder, wide neck flaring to trefoil lip; loop handle neck to body.", + "technique": ["Glazed"], + "provenience": [ + "Italy", + "Sicily" + ], + "material": ["Ceramic"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Pitcher"], + "url": "http://www.penn.museum/collections/object/353757", + "curatorial_section": "Historic", + "object_number": "19276B" +}, +{ + "emuIRN": "274919", + "description": "Whist pack of 52 cards. Historical costumes. B. P. Grimaud", + "provenience": [ + "France", + "Paris (France)" + ], + "iconography": ["Costumes"], + "culture": ["French"], + "creator": ["B. P. Grimaud"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1891"], + "object_name": [ + "Playing Card Deck", + "Whist" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/274919", + "date_made_early": "1866", + "date_made": "c. 1891", + "date_made_late": "1891", + "curatorial_section": "Historic", + "object_number": "9007" +}, +{ + "emuIRN": "533930", + "description": "Board and box containing 4 indicators, 1 spinner, 4 men

(B) Game spinner & instructions", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": [ + "Board Game", + "Spinner", + "Instruction" + ], + "url": "http://www.penn.museum/collections/object/533930", + "date_made_early": "1860", + "date_made": "1860-1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16980B" +}, +{ + "emuIRN": "165107", + "description": "Fly in Amber", + "provenience": ["Baltic"], + "material": [ + "Amber", + "Fly" + ], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Amber", + "Fly" + ], + "url": "http://www.penn.museum/collections/object/165107", + "curatorial_section": "Historic", + "object_number": "17145" +}, +{ + "emuIRN": "161584", + "description": "End of hexangonal prism of corundum. Natural brown, polished to show the play which resembles that in the (?) star sapphire to which it is very nearly related mineralogically", + "provenience": [ + "Pennsylvania", + "Delaware County (Pennsylvania)" + ], + "material": ["Corundum"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Corundum", + "Prism" + ], + "url": "http://www.penn.museum/collections/object/161584", + "curatorial_section": "Historic", + "object_number": "17146" +}, +{ + "emuIRN": "123099", + "description": "Dish. Yellow glaze, blue, green , white floral decoration on interior. Ring base, rounded sides", + "technique": ["Glazed"], + "provenience": [ + "France", + "Nice" + ], + "culture": ["French"], + "material": ["Earthenware"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Dish"], + "url": "http://www.penn.museum/collections/object/123099", + "curatorial_section": "Historic", + "object_number": "15940" +}, +{ + "emuIRN": "366196", + "description": "Cooking dish. Coarse glazed pottery. Yellow glaze on interior. Low circular, short inset riml short horizontal hollow handle from one side. (1 of 5)", + "technique": ["Glazed"], + "provenience": [ + "Italy", + "Venice (Italy)" + ], + "material": [ + "Ceramic", + "Glaze" + ], + "accession_credit_line": ["Gift of Henry C. Mercer, 1895"], + "object_name": ["Dish"], + "url": "http://www.penn.museum/collections/object/366196", + "curatorial_section": "Historic", + "object_number": "18599A" +}, +{ + "emuIRN": "355672", + "description": "Pottery basket - Orange-brown glaze. Flat base, irregular subglobular body; ridged neck, wide mouth, heavy round loop handle over top.", + "technique": ["Glazed"], + "provenience": [ + "Italy", + "Venice (Italy)" + ], + "material": [ + "Ceramic", + "Glaze" + ], + "accession_credit_line": ["Gift of Henry C. Mercer, 1895"], + "object_name": [ + "Vessel", + "Basket" + ], + "url": "http://www.penn.museum/collections/object/355672", + "curatorial_section": "Historic", + "object_number": "18600" +}, +{ + "emuIRN": "17978", + "description": "Pink, yellow tiger's eye, stained with analine", + "provenience": [ + "Germany", + "Idar" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Tiger's Eye", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/17978", + "curatorial_section": "Historic", + "object_number": "17797" +}, +{ + "emuIRN": "77723", + "description": "Section of a gradual in plain chant, dated 1621. Bound in leather covered wood with brass corners and trim.", + "provenience": ["Europe (uncertain)"], + "material": [ + "Paper", + "Leather", + "Wood", + "Brass" + ], + "accession_credit_line": ["Gift of Sarah Frishmuth, 1900"], + "object_name": [ + "Choir Book", + "Manuscript" + ], + "url": "http://www.penn.museum/collections/object/77723", + "date_made_early": "1621", + "date_made": "1621", + "date_made_late": "1621", + "other_numbers": ["65.733"], + "curatorial_section": "Historic", + "object_number": "29-109-120" +}, +{ + "emuIRN": "490568", + "description": "A Minchiati card. A reflected scene of two men looking at each other, one holding an orb and the other pointing up at a faced moon, is red, green, blue, and yellow ink. Back is blue and has two ribbons going the entire length with diamond on them and crosses in between", + "provenience": [ + "Europe", + "Italy" + ], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Tarot Card"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/490568", + "measurement_width": 5, + "curatorial_section": "Historic", + "measurement_length": 10.25, + "object_number": "CG2015-10-149" +}, +{ + "emuIRN": "160678", + "description": "Preceptor (Method Book) for the Grand Harmonicon or Musical Glasses, by Francis Hopkinson Smith (c. 1825). Baltimore: John D. Joy (publisher?).", + "provenience": [ + "Maryland", + "Baltimore" + ], + "culture": ["American"], + "creator": [ + "Francis Hopkinson Smith", + "John D. Joy" + ], + "material": ["Paper"], + "accession_credit_line": ["Gift of Sarah Frishmuth, 1900"], + "object_name": [ + "Manuscript", + "Music Book" + ], + "url": "http://www.penn.museum/collections/object/160678", + "date_made_early": "1800", + "date_made": "c 1825", + "date_made_late": "1850", + "other_numbers": ["65.607"], + "curatorial_section": "Historic", + "object_number": "29-109-6B" +}, +{ + "emuIRN": "488077", + "description": "Solid knob of wood that has a wide conical base. There is a rod coming out of the top. Two red stripes around circumference of top on the upper part of top", + "provenience": ["Europe (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Spinning Top"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488077", + "measurement_outside_diameter": 4.5, + "curatorial_section": "Historic", + "measurement_height": 12.1, + "object_number": "CG2015-10-89" +}, +{ + "emuIRN": "488079", + "description": "Broad rounded conic bottom, which has concentric rising carved wood rings with a central rod in the middle. Shows some wear.", + "provenience": ["Europe (uncertain)"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Spinning Top"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488079", + "measurement_outside_diameter": 10.3, + "curatorial_section": "Historic", + "measurement_height": 15.6, + "object_number": "CG2015-10-90" +}, +{ + "emuIRN": "173239", + "description": "Wood, Seven holes", + "provenience": ["Mexico (Central America)"], + "culture": ["Mexican"], + "material": ["Wood"], + "accession_credit_line": ["Gift of the Philadelphia Museum of Art, 1951"], + "object_name": ["Fife"], + "url": "http://www.penn.museum/collections/object/173239", + "date_made_early": "1846", + "date_made": "1846", + "date_made_late": "1846", + "other_numbers": [ + "04-38", + "L-238-37", + "A964" + ], + "curatorial_section": "Historic", + "object_number": "51-46-37" +}, +{ + "emuIRN": "485826", + "description": "Brass end piece shaped to fit over the end of something. Curved into shallow crescent with walls designed to fit over something. Interior has remnants of adhesive, Exterior has remnants of lettering in Italics with \"AK\" still visible. Damaged with a small break.", + "provenience": ["Europe (uncertain)"], + "culture": ["European (uncertain)"], + "material": ["Brass"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Fragment", + "Weapon" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485826", + "measurement_outside_diameter": 0, + "curatorial_section": "Historic", + "measurement_length": 8.2, + "object_number": "CG2015-10-17.4" +}, +{ + "emuIRN": "485802", + "description": "Wood handle, 57 cm long, with crisscrossing wire decoration. Ax itself is small, 14 cm long, with a slightly curved blade. Ax is incised with floral motif on both sides of blade. Ax and handle easily detached", + "provenience": ["Europe"], + "material": [ + "Steel", + "Wood" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Ax"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485802", + "other_numbers": ["1-10"], + "curatorial_section": "Historic", + "measurement_length": 61, + "object_number": "CG2015-10-1" +}, +{ + "emuIRN": "229281", + "description": "Board Game: Het Nieuw Vermakelijk Mallemolenspel. Vitgrave: S. Warendorf Jr.; Lith: Jos. Vias Dias & Co., Printed Paper sheet. Numbered merry-go-round game.", + "provenience": [ + "Holland", + "Amsterdam" + ], + "iconography": ["Merry-go-round"], + "culture": ["Dutch"], + "creator": ["Warendorf"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/229281", + "date_made_early": "1800", + "date_made": "1800-1899", + "date_made_late": "1899", + "curatorial_section": "Historic", + "object_number": "21237" +}, +{ + "emuIRN": "344024", + "description": "Board Game: Nieuw Vermakelijk Ganzenspel Faddegon Co. Printed Paper sheet. Red, black, green and white. Pictures of Geese.", + "provenience": [ + "Holland", + "Amsterdam" + ], + "iconography": ["Goose"], + "culture": ["Dutch"], + "creator": ["Faddegon Cooperation"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/344024", + "date_made_early": "1800", + "date_made": "1800-1899", + "date_made_late": "1899", + "curatorial_section": "Historic", + "object_number": "21238" +}, +{ + "emuIRN": "288191", + "description": "Board Game: Sint Nicolaasspel", + "provenience": ["Holland"], + "culture": ["Dutch"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Game Board"], + "url": "http://www.penn.museum/collections/object/288191", + "date_made_early": "1800", + "date_made": "1800-1899", + "date_made_late": "1899", + "curatorial_section": "Historic", + "object_number": "21239" +}, +{ + "emuIRN": "288192", + "description": "Board Game: Ganzenspel", + "provenience": [ + "Holland", + "Groningen" + ], + "culture": ["Dutch"], + "creator": ["W. R. Caspare"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/288192", + "curatorial_section": "Historic", + "object_number": "21240" +}, +{ + "emuIRN": "53913", + "description": "Board Game: Kroningspel", + "provenience": [ + "Holland", + "Amsterdam" + ], + "culture": ["Dutch"], + "creator": ["Tresling and Company"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/53913", + "curatorial_section": "Historic", + "object_number": "21241" +}, +{ + "emuIRN": "131649", + "description": "Board Game: Ganzenspel. \"Venlo, by de Wedux H. Bontamps. Gelder, by F. en C. Bontamps.\" Rude woodcut, 22 by 17 1/4 inches.", + "provenience": ["Holland"], + "culture": ["Dutch"], + "creator": ["Bontamps"], + "material": ["Paper"], + "period": ["18th Century"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/131649", + "date_made_early": "1700", + "date_made": "1700-1799", + "date_made_late": "1799", + "curatorial_section": "Historic", + "object_number": "21242" +}, +{ + "emuIRN": "134487", + "description": "Board Game: Ganzenbord", + "provenience": ["Holland"], + "culture": ["Dutch"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/134487", + "date_made_early": "1800", + "date_made": "1800-1899", + "date_made_late": "1899", + "curatorial_section": "Historic", + "object_number": "21243" +}, +{ + "emuIRN": "180681", + "description": "Board Game: \"Clingendaalsch wedrenspel\"", + "technique": ["Printed"], + "provenience": ["Holland"], + "culture": ["Dutch"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/180681", + "curatorial_section": "Historic", + "object_number": "21244" +}, +{ + "emuIRN": "177814", + "description": "Board Game: \"Niew Vermmakelijk Ganzenspel\"", + "provenience": [ + "Holland", + "Amsterdam" + ], + "culture": ["Dutch"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/177814", + "date_made_early": "1800", + "date_made": "1800-1899", + "date_made_late": "1899", + "curatorial_section": "Historic", + "object_number": "21245" +}, +{ + "emuIRN": "275224", + "description": "Board Game: \"Het Vermakelijkharlekeinspel\"", + "provenience": [ + "Holland", + "The Hague" + ], + "culture": ["Dutch"], + "creator": ["S. Lankhout Company"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/275224", + "curatorial_section": "Historic", + "object_number": "21246" +}, +{ + "emuIRN": "54150", + "description": "Board Game: \"Het Niew Amerikaanische Louisepel\"", + "provenience": [ + "Holland", + "Amsterdam" + ], + "culture": ["Dutch"], + "creator": ["Gebr. Koster"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/54150", + "curatorial_section": "Historic", + "object_number": "21247" +}, +{ + "emuIRN": "197204", + "description": "Board Game: Der Man im Mond", + "provenience": [ + "Germany", + "Stuttgart" + ], + "culture": ["German"], + "creator": ["J. F. Schrieber"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/197204", + "curatorial_section": "Historic", + "object_number": "21221A" +}, +{ + "emuIRN": "331119", + "description": "Board Game: De Schapendief. B. Jacobs, Groningen", + "technique": ["Printed"], + "provenience": [ + "Holland", + "Groningen" + ], + "culture": ["Dutch"], + "creator": ["B. Jacobs"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Game Board"], + "url": "http://www.penn.museum/collections/object/331119", + "date_made_early": "1800", + "date_made": "1800-1899", + "date_made_late": "1899", + "curatorial_section": "Historic", + "object_number": "21226A" +}, +{ + "emuIRN": "85850", + "description": "Vogelpik - Bird dart (b/c) with paper target having 24 numbered squares (A)", + "provenience": [ + "Belgium", + "Antwerp" + ], + "culture": ["Belgian"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Game Board"], + "url": "http://www.penn.museum/collections/object/85850", + "date_made_early": "1800", + "date_made": "1800-1899", + "date_made_late": "1899", + "curatorial_section": "Historic", + "object_number": "21252A" +}, +{ + "emuIRN": "84298", + "description": "Engraved sheet of playing cards - 15 images (5 columns x 3 rows). Center card with logo (in reverse) damaged. Made for S. Culin from wood blocks of court cards in Museum, Ghent. Fabt de Carete a Gand.", + "provenience": [ + "Belgium", + "Ghent" + ], + "culture": ["Belgian"], + "creator": ["Ghent Museum"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Playing Card", + "Engraving" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/84298", + "curatorial_section": "Historic", + "object_number": "21337" +}, +{ + "emuIRN": "118336", + "description": "Wood Block for Printing Goose Game (Jeu de l'oie)", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "material": ["Wood"], + "period": ["17th Century"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Goose Game", + "Wood Block" + ], + "url": "http://www.penn.museum/collections/object/118336", + "date_made_early": "1600", + "date_made": "1600-1699", + "date_made_late": "1699", + "curatorial_section": "Historic", + "object_number": "21391" +}, +{ + "emuIRN": "11126", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "material": [ + "Wood", + "Gut" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Battledore", + "Racket" + ], + "url": "http://www.penn.museum/collections/object/11126", + "curatorial_section": "Historic", + "object_number": "21249" +}, +{ + "emuIRN": "38102", + "description": "Cat (B) and Bat (A) for game of \"spacek\"", + "provenience": [ + "Czechoslovakia", + "Prague" + ], + "creator": ["Spacek"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Tip Cat Bat" + ], + "url": "http://www.penn.museum/collections/object/38102", + "curatorial_section": "Historic", + "object_number": "21261A" +}, +{ + "emuIRN": "485810", + "description": "Missing handle attachment. Steel shaft 30 cm long, sprouts 3 curved prongs and continues up 24 cm more as a 4-sided point. Shaft is hollow to allow for handle", + "provenience": ["Europe"], + "culture": ["European"], + "material": ["Steel"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Pike"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485810", + "other_numbers": ["1-15"], + "curatorial_section": "Historic", + "measurement_length": 54, + "object_number": "CG2015-10-6" +}, +{ + "emuIRN": "533929", + "description": "Box of game pieces.

Board and box containing 1 spinning top, 5 indicators, small paper \"board\", 4 ships, instructions", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": [ + "Board Game", + "Game Piece" + ], + "url": "http://www.penn.museum/collections/object/533929", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16979B" +}, +{ + "emuIRN": "485835", + "description": "Flat, hollow end piece, has sphere at the end. Edge is crescent shaped", + "provenience": ["Europe (uncertain)"], + "culture": ["European (uncertain)"], + "material": ["Brass"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Fragment", + "Weapon" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485835", + "curatorial_section": "Historic", + "measurement_length": 2.9, + "object_number": "CG2015-10-17.12" +}, +{ + "emuIRN": "485812", + "description": "Thin shaft each with two rhomboid plates at one end imitating fletching. Painted black on one side.", + "provenience": ["Europe (uncertain)"], + "culture": ["European (uncertain)"], + "material": ["Brass"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Darts"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485812", + "curatorial_section": "Historic", + "measurement_length": 12, + "object_number": "CG2015-10-7" +}, +{ + "emuIRN": "485829", + "description": "Black. Curved piece of wood with general square shape with two curved deltoid shapes coming off two opposed sides. There is a circular indentation with a rectangular hole in the center. Pommel? Hand Guard?", + "provenience": ["Europe (uncertain)"], + "culture": ["European (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Fragment", + "Weapon" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485829", + "measurement_width": 4, + "measurement_outside_diameter": 0, + "curatorial_section": "Historic", + "measurement_length": 6.5, + "object_number": "CG2015-10-17.6" +}, +{ + "emuIRN": "485807", + "description": "Single edge blade is 75 cm long and tapers to a rounded point cross hilt with scallop shell decoration. Wood handle. Steel pommel in shape of a scallop shell", + "provenience": ["Europe"], + "culture": ["European"], + "material": [ + "Steel", + "Wood" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Sword"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485807", + "other_numbers": ["1-7"], + "curatorial_section": "Historic", + "measurement_length": 91, + "object_number": "CG2015-10-3" +}, +{ + "emuIRN": "105227", + "description": "Linen. 3 widths, 2 of which are sewed together. One width fringed on one side in red and white. Embroidered in red, light blue, green, orange, yellow, brown, purple, rose and white. Human figures, 2-headed birds, bird with figure on back", + "technique": ["Embroidered"], + "provenience": [ + "Greece", + "Greek Islands" + ], + "iconography": [ + "Human figure", + "Birds" + ], + "culture": ["Greek"], + "material": ["Linen"], + "accession_credit_line": ["Bequest of Mrs. Frances E. (Harry) Markoe, 1943"], + "object_name": ["Textile"], + "url": "http://www.penn.museum/collections/object/105227", + "other_numbers": ["4-1969-27"], + "curatorial_section": "Historic", + "object_number": "43-12-126" +}, +{ + "emuIRN": "186185", + "description": "Blue and gold ochre woven border with blue and gold silk-cotton thread fringe on length and one edge.", + "provenience": [ + "Italy", + "Sicily (uncertain)" + ], + "culture": ["Italian"], + "material": [ + "Cotton", + "Silk" + ], + "accession_credit_line": ["Bequest of Mrs. Frances E. (Harry) Markoe, 1943"], + "object_name": ["Textile"], + "url": "http://www.penn.museum/collections/object/186185", + "other_numbers": ["4-1969-40"], + "curatorial_section": "Historic", + "object_number": "43-12-162" +}, +{ + "emuIRN": "341353", + "description": "Sheer white cotton. Ends embroidered with patterns of houses full of flowers separated by trees in gilded tin (?) and in rose, green, blue, white, tan and brown silk. Ends edged with crocheted metal thread. Some punch work used in the embroidery.", + "provenience": ["Balkans"], + "material": [ + "Cotton", + "Silk" + ], + "accession_credit_line": ["Bequest of Mrs. Frances E. (Harry) Markoe, 1943"], + "object_name": ["Runner (textile)"], + "url": "http://www.penn.museum/collections/object/341353", + "other_numbers": ["4-1969-39"], + "curatorial_section": "Historic", + "object_number": "43-12-143" +}, +{ + "emuIRN": "224397", + "description": "Sheer white cotton. Ends embroidered with patterns of mosques and minarets in gilded tin and in shades of pink, green, yellow and brown silk. Some punch work used. Crocheted edging of metal threads at ends.", + "provenience": ["Balkans"], + "material": [ + "Cotton", + "Silk" + ], + "accession_credit_line": ["Bequest of Mrs. Frances E. (Harry) Markoe, 1943"], + "object_name": ["Runner (textile)"], + "url": "http://www.penn.museum/collections/object/224397", + "other_numbers": ["4-1969-38"], + "curatorial_section": "Historic", + "object_number": "43-12-142" +}, +{ + "emuIRN": "75865", + "description": "Sheer white cotton. Ends embroidered with a design of houses and flowering trees in tin and in shades of blue, grren, tan and pink silk, there is considerable punch work Twisted tin edging on ends.", + "provenience": ["Balkans"], + "material": [ + "Cotton", + "Silk" + ], + "accession_credit_line": ["Bequest of Mrs. Frances E. (Harry) Markoe, 1943"], + "object_name": ["Runner (textile)"], + "url": "http://www.penn.museum/collections/object/75865", + "other_numbers": ["4-1969-36"], + "curatorial_section": "Historic", + "object_number": "43-12-140" +}, +{ + "emuIRN": "75864", + "description": "Sheer white cotton. Embroidered border of conventionalized floral patterns around all four sides, with conventional flower motif in each corner, in thin, shades of rose, orange, yellow and green. Crocheted tin edging", + "provenience": ["Balkans"], + "material": [ + "Cotton", + "Silk" + ], + "accession_credit_line": ["Bequest of Mrs. Frances E. (Harry) Markoe, 1943"], + "object_name": ["Tablecloth"], + "url": "http://www.penn.museum/collections/object/75864", + "other_numbers": ["4-1969-35"], + "curatorial_section": "Historic", + "object_number": "43-12-139" +}, +{ + "emuIRN": "277345", + "description": "Sheer white cotton. Heavily embroidered band at each end of tin, metallic thread and silk in shades of pink, blue, green and yellow. Crocheted tin edging on ends. Pattern of embroidery is curvilinear", + "provenience": ["Balkans"], + "material": [ + "Cotton", + "Silk" + ], + "accession_credit_line": ["Bequest of Mrs. Frances E. (Harry) Markoe, 1943"], + "object_name": ["Runner (textile)"], + "url": "http://www.penn.museum/collections/object/277345", + "other_numbers": ["4-1969-34"], + "curatorial_section": "Historic", + "object_number": "43-12-138" +}, +{ + "emuIRN": "297791", + "description": "White cotton. Band of floral motifs around all 4 sides and a slightly larger motif in each corner embroidered in pink, blue, green silk and tin. Fine brown silk edging.", + "provenience": ["Balkans"], + "material": [ + "Cotton", + "Silk" + ], + "accession_credit_line": ["Bequest of Mrs. Frances E. (Harry) Markoe, 1943"], + "object_name": ["Tablecloth"], + "url": "http://www.penn.museum/collections/object/297791", + "other_numbers": ["4-1969-33"], + "curatorial_section": "Historic", + "object_number": "43-12-137" +}, +{ + "emuIRN": "231467", + "description": "Loosely woven white cotton. Narrow embroidered band at each end. Above this are flora motifs in shades of pink, yellow, purple, blue, brown and green with some gold (?) or gilded tin (?) metallic thread", + "provenience": ["Balkans"], + "material": [ + "Cotton", + "Silk" + ], + "accession_credit_line": ["Bequest of Mrs. Frances E. (Harry) Markoe, 1943"], + "object_name": ["Runner (textile)"], + "url": "http://www.penn.museum/collections/object/231467", + "other_numbers": ["4-1969-32"], + "curatorial_section": "Historic", + "object_number": "43-12-136" +}, +{ + "emuIRN": "145675", + "description": "Loosely woven white cotton. Ends embroidered in a floral pattern in shades of pink,yellow and blue silk, with a little metallic thread, probably tin.", + "provenience": ["Balkans"], + "material": [ + "Cotton", + "Silk" + ], + "accession_credit_line": ["Bequest of Mrs. Frances E. (Harry) Markoe, 1943"], + "object_name": ["Runner (textile)"], + "url": "http://www.penn.museum/collections/object/145675", + "other_numbers": ["4-1969-31"], + "curatorial_section": "Historic", + "object_number": "43-12-135" +}, +{ + "emuIRN": "33620", + "description": "Loosely woven white cotton. Ends embroidered in a floral pattern in shades of pink, blue, yellow and green silk, and some metallic thread, probably thin. Silk edging on ends.", + "technique": ["Embroidered"], + "provenience": ["Balkans"], + "material": [ + "Cotton", + "Silk" + ], + "accession_credit_line": ["Bequest of Mrs. Frances E. (Harry) Markoe, 1943"], + "object_name": ["Runner (textile)"], + "url": "http://www.penn.museum/collections/object/33620", + "other_numbers": ["4-1969-30"], + "curatorial_section": "Historic", + "object_number": "43-12-134" +}, +{ + "emuIRN": "5965", + "description": "Loosely woven white cotton. Ends embroidered with gold and silver thread and with shades of pink, blue, green silk in a pattern of a vase of flowers", + "technique": ["Embroidered"], + "provenience": ["Balkans"], + "iconography": [ + "Vase", + "Flowers" + ], + "material": [ + "Cotton", + "Silk" + ], + "accession_credit_line": ["Bequest of Mrs. Frances E. (Harry) Markoe, 1943"], + "object_name": ["Sash"], + "url": "http://www.penn.museum/collections/object/5965", + "other_numbers": ["4-1969-29"], + "curatorial_section": "Historic", + "object_number": "43-12-133" +}, +{ + "emuIRN": "320459", + "description": "Scarf End. White cotton fringed on one side. Very wide band of purple silk embroidery in geometric and conventionalized tree patterns. 2 pieces sewn together.", + "technique": ["Embroidered"], + "provenience": [ + "Yugoslavia (uncertain)", + "Greece (uncertain)" + ], + "iconography": ["Tree"], + "material": [ + "Cotton", + "Silk" + ], + "accession_credit_line": ["Bequest of Mrs. Frances E. (Harry) Markoe, 1943"], + "object_name": ["Scarf"], + "url": "http://www.penn.museum/collections/object/320459", + "other_numbers": ["4-1969-28"], + "curatorial_section": "Historic", + "object_number": "43-12-132" +}, +{ + "emuIRN": "393108", + "description": "Servant from Italian Christmas Play", + "provenience": ["Italy (uncertain)"], + "iconography": [ + "Man", + "Servant" + ], + "culture": ["Italian"], + "accession_credit_line": ["Gift of Mrs. Edward F. Hensen, 1930"], + "object_name": ["Doll"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/393108", + "curatorial_section": "Historic", + "measurement_height": 31.5, + "object_number": "30-21-58" +}, +{ + "emuIRN": "393110", + "description": "Blessed Mother - woman with hair dressed high, pink and white silk dress. Probably from an Italian Christmas play.", + "provenience": ["Italy (uncertain)"], + "iconography": [ + "Woman", + "Mother" + ], + "culture": ["Italian"], + "accession_credit_line": ["Gift of Mrs. Edward F. Hensen, 1930"], + "object_name": ["Doll"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/393110", + "curatorial_section": "Historic", + "measurement_height": 37.5, + "object_number": "30-21-59" +}, +{ + "emuIRN": "393109", + "description": "Servant from Italian Christmas Play. See 30-21-53 to 59", + "provenience": ["Italy (uncertain)"], + "iconography": [ + "Man", + "Servant" + ], + "culture": ["Italian"], + "accession_credit_line": ["Gift of Mrs. Edward F. Hensen, 1930"], + "object_name": ["Doll"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/393109", + "curatorial_section": "Historic", + "measurement_height": 32.5, + "object_number": "30-21-61" +}, +{ + "emuIRN": "344603", + "description": "Man (Saint Joseph) from Italian Christmas Play", + "provenience": ["Italy (uncertain)"], + "iconography": [ + "Man", + "Saint Joseph" + ], + "culture": ["Italian"], + "accession_credit_line": ["Gift of Mrs. Edward F. Hensen, 1930"], + "object_name": ["Doll"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/344603", + "curatorial_section": "Historic", + "measurement_height": 35, + "object_number": "30-21-53" +}, +{ + "emuIRN": "393105", + "description": "King from Italian Christmas Play", + "provenience": ["Italy (uncertain)"], + "iconography": ["King"], + "culture": ["Italian"], + "accession_credit_line": ["Gift of Mrs. Edward F. Hensen, 1930"], + "object_name": ["Doll"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/393105", + "curatorial_section": "Historic", + "measurement_height": 32, + "object_number": "30-21-54" +}, +{ + "emuIRN": "393106", + "description": "King from Italian Christmas Play", + "provenience": ["Italy (uncertain)"], + "iconography": ["King"], + "culture": ["Italian"], + "accession_credit_line": ["Gift of Mrs. Edward F. Hensen, 1930"], + "object_name": ["Doll"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/393106", + "curatorial_section": "Historic", + "measurement_height": 31.5, + "object_number": "30-21-55" +}, +{ + "emuIRN": "393107", + "description": "Moorish king from Italian Christmas Play", + "provenience": ["Italy (uncertain)"], + "iconography": [ + "Moor", + "King" + ], + "culture": ["Italian"], + "accession_credit_line": ["Gift of Mrs. Edward F. Hensen, 1930"], + "object_name": ["Doll"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/393107", + "curatorial_section": "Historic", + "measurement_height": 31.5, + "object_number": "30-21-56" +}, +{ + "emuIRN": "109541", + "description": "Man. servant of Moorish King", + "provenience": ["Italy"], + "iconography": [ + "Man", + "Servant" + ], + "culture": ["Italian"], + "accession_credit_line": ["Gift of Mrs. Edward F. Hensen, 1930"], + "object_name": ["Doll"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/109541", + "curatorial_section": "Historic", + "measurement_height": 32, + "object_number": "30-21-57" +}, +{ + "emuIRN": "488028", + "description": "Toy Fragment (?) Shaped like an acorn, top has a bowl-like depression, bottom gas an extended knob painted black. Top ridge is painted yellow.", + "provenience": ["Europe (uncertain)"], + "material": [ + "Wood", + "Paint" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Toy"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488028", + "measurement_outside_diameter": 2.6, + "curatorial_section": "Historic", + "measurement_height": 2.6, + "object_number": "CG2015-10-78" +}, +{ + "emuIRN": "488009", + "description": "Thin, gray wood, has a curve in it and splays at one end", + "provenience": ["Europe (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Whip Top"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488009", + "measurement_outside_diameter": 1.4, + "curatorial_section": "Historic", + "measurement_length": 49, + "object_number": "CG2015-10-65.1" +}, +{ + "emuIRN": "150469", + "description": "Playing Card Deck - 52. Made by Fabrica Brogi.", + "technique": ["Printed"], + "provenience": [ + "Italy", + "Florence (Italy)" + ], + "culture": ["Italian"], + "creator": ["Fabrica Brogi"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Playing Card"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/150469", + "curatorial_section": "Historic", + "object_number": "19165" +}, +{ + "emuIRN": "244905", + "description": "one of a set of 10 diamond models showing cutting methods", + "provenience": [ + "Germany", + "Grunhenchen" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/244905", + "other_numbers": ["676"], + "curatorial_section": "Historic", + "object_number": "17304A" +}, +{ + "emuIRN": "396126", + "description": "one of a set of 10 diamond models showing cutting methods", + "provenience": [ + "Germany", + "Grunhenchen" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396126", + "other_numbers": ["676"], + "curatorial_section": "Historic", + "object_number": "17304B" +}, +{ + "emuIRN": "396127", + "description": "one of a set of 10 diamond models showing cutting methods", + "provenience": [ + "Germany", + "Grunhenchen" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396127", + "other_numbers": ["676"], + "curatorial_section": "Historic", + "object_number": "17304C" +}, +{ + "emuIRN": "396128", + "description": "one of a set of 10 diamond models showing cutting methods", + "provenience": [ + "Germany", + "Grunhenchen" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396128", + "other_numbers": ["676"], + "curatorial_section": "Historic", + "object_number": "17304D" +}, +{ + "emuIRN": "396129", + "description": "one of a set of 10 diamond models showing cutting methods", + "provenience": [ + "Germany", + "Grunhenchen" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396129", + "other_numbers": ["676"], + "curatorial_section": "Historic", + "object_number": "17304E" +}, +{ + "emuIRN": "396130", + "description": "one of a set of 10 diamond models showing cutting methods", + "provenience": [ + "Germany", + "Grunhenchen" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396130", + "other_numbers": ["676"], + "curatorial_section": "Historic", + "object_number": "17304F" +}, +{ + "emuIRN": "396131", + "description": "one of a set of 10 diamond models showing cutting methods", + "provenience": [ + "Germany", + "Grunhenchen" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396131", + "other_numbers": ["676"], + "curatorial_section": "Historic", + "object_number": "17304G" +}, +{ + "emuIRN": "396132", + "description": "one of a set of 10 diamond models showing cutting methods", + "provenience": [ + "Germany", + "Grunhenchen" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396132", + "other_numbers": ["676"], + "curatorial_section": "Historic", + "object_number": "17304H" +}, +{ + "emuIRN": "396133", + "description": "one of a set of 10 diamond models showing cutting methods", + "provenience": [ + "Germany", + "Grunhenchen" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396133", + "other_numbers": ["676"], + "curatorial_section": "Historic", + "object_number": "17304I" +}, +{ + "emuIRN": "396134", + "description": "one of a set of 10 diamond models showing cutting methods", + "provenience": [ + "Germany", + "Grunhenchen" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/396134", + "other_numbers": ["676"], + "curatorial_section": "Historic", + "object_number": "17304J" +}, +{ + "emuIRN": "533933", + "description": "Puzzle pieces.

Wooden box containing map of US (22 1/2 X 15 3/4\") mounted on thin board and cut in irregular pieces. Back has pictures of American flora and fauna.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Cardboard"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/533933", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16968B" +}, +{ + "emuIRN": "484732", + "provenience": ["The University of Pennsylvania Museum of Archaeology and Anthropology"], + "url": "http://www.penn.museum/collections/object/484732", + "date_made_early": "2014", + "date_made": "2014 AD", + "date_made_late": "2014", + "curatorial_section": "Historic", + "object_number": "12-16-2014" +}, +{ + "emuIRN": "327699", + "description": "made by shepherd for a peasant girl - 1 ring with blue/yellow glass beads", + "provenience": [ + "Italy", + "Campania" + ], + "culture": ["Italian"], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1893"], + "object_name": ["Finger Ring"], + "url": "http://www.penn.museum/collections/object/327699", + "curatorial_section": "Historic", + "object_number": "17152" +}, +{ + "emuIRN": "487565", + "description": "Flat discs each with a small hole on top. 11 red and 5 green on both sides", + "provenience": ["Europe (uncertain)"], + "material": ["Cardboard"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Game Piece"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487565", + "measurement_outside_diameter": 2.6, + "curatorial_section": "Historic", + "object_number": "CG2015-10-38" +}, +{ + "emuIRN": "487567", + "description": "Small circular flat game pieces, colored on each side, 20 each of red, green, and yellow", + "provenience": ["Europe (uncertain)"], + "material": ["Cardboard"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Game Piece"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487567", + "measurement_outside_diameter": 1.75, + "curatorial_section": "Historic", + "object_number": "CG2015-10-39" +}, +{ + "emuIRN": "487577", + "description": "Wooden game piece, bulbous base leading to central spire with disc like collar half way up and a knob on top. Probably chess piece, Pawn?", + "provenience": ["Europe (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Game Piece"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487577", + "measurement_outside_diameter": 1.45, + "curatorial_section": "Historic", + "measurement_height": 3.7, + "object_number": "CG2015-10-44" +}, +{ + "emuIRN": "488020", + "description": "3 wood pieces, each has a central flat parts and cubes in the end. Two have reflected notch on the side of the flat part and the other has a much smaller notch. Possibly part of 29-191-162.", + "provenience": ["Europe (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Block Puzzle"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488020", + "measurement_width": 0.9, + "curatorial_section": "Historic", + "measurement_height": 0.9, + "measurement_length": 9.4, + "object_number": "CG2015-10-70" +}, +{ + "emuIRN": "488513", + "description": "A Cucu deck. Badly water damaged so all the cards stick together. Back in black ink of a potted fern with the words ALCIGNO at bottom", + "provenience": ["Italy (uncertain)"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Playing Card"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488513", + "measurement_width": 5, + "curatorial_section": "Historic", + "measurement_length": 9, + "object_number": "CG2015-10-138" +}, +{ + "emuIRN": "70623", + "description": "Temple Carmina, Songs of the Temple, or Bridgewater. Collection of sacred music. 5th edition, Boston: West and Richardson, 75 Cornhill, 1817", + "provenience": [ + "United States of America", + "Massachusetts", + "Boston" + ], + "iconography": ["Music"], + "culture": ["American"], + "creator": ["West and Richardson"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1984"], + "object_name": [ + "Manuscript", + "Music Book" + ], + "url": "http://www.penn.museum/collections/object/70623", + "date_made_early": "1817", + "date_made": "1817", + "date_made_late": "1817", + "other_numbers": [ + "65.738", + "LO-1301-7" + ], + "curatorial_section": "Historic", + "object_number": "84-7-203" +}, +{ + "emuIRN": "294092", + "description": "104 cards (some not original), instructions", + "provenience": [ + "United States of America", + "Massachusetts", + "Boston" + ], + "culture": ["American"], + "accession_credit_line": ["Gift of Mrs. S. F. Fletcher, 1893"], + "object_name": ["Educational Card Game"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/294092", + "curatorial_section": "Historic", + "object_number": "16097" +}, +{ + "emuIRN": "54328", + "description": "Electrotype of the Dewey Diamond, discovered in Manchester England circa 1853/1854.", + "technique": ["Electrotype"], + "provenience": [ + "England", + "United States of America", + "Massachusetts", + "Boston" + ], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/54328", + "other_numbers": ["656"], + "curatorial_section": "Historic", + "object_number": "17284" +}, +{ + "emuIRN": "84783", + "description": "Electrotype of Large African Diamond", + "technique": ["Electrotype"], + "provenience": [ + "Africa", + "United States of America", + "Massachusetts", + "Boston" + ], + "culture": ["African"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/84783", + "other_numbers": ["655"], + "curatorial_section": "Historic", + "object_number": "17283" +}, +{ + "emuIRN": "160465", + "description": "Race war puzzle between gold and silver. Wood block 6.25 by 4 inches containing 2 incised, intersecting rings, 3.50 inches in diameter and 0.5 inches wide. One marked: Eastern Gold Circuit. Other marked: Western Silver Circuit. One ring contains 20 free moving yellow wood discs; other contains 22 similar white discs. Object is to move the discs so that colors change places", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "creator": ["Gold and Silver Puzzle Company"], + "material": ["Wood"], + "period": [ + "Modern", + "19th century" + ], + "accession_credit_line": ["Gift of Mr. and Mrs. Talcott Williams, 1893"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/160465", + "date_made_early": "1893", + "date_made": "12/28/1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16074" +}, +{ + "emuIRN": "52678", + "description": "Wood puzzle with instructions", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "material": ["Wood"], + "accession_credit_line": ["Gift of R. Stewart Culin, 1898"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/52678", + "curatorial_section": "Historic", + "object_number": "21457" +}, +{ + "emuIRN": "125197", + "description": "Square and Circle - 4 circular movable gears mounted to square cardboard", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": [ + "Cardboard", + "Metal" + ], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/125197", + "other_numbers": ["17838 ?"], + "curatorial_section": "Historic", + "object_number": "29-191-154" +}, +{ + "emuIRN": "62697", + "description": "Board Game - Game of the Goose (Jeu de L'oie). Paper sheet with spiraling trail of blocks numbered from 1 to 63 Pictures of geese, buildings, dice, skulls, bridges, etc. in some of the blocks. No directions. Engraved Plate.", + "technique": ["Engraving"], + "provenience": ["France"], + "culture": ["French"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/62697", + "date_made_early": "1700", + "date_made": "1700-1799", + "date_made_late": "1799", + "curatorial_section": "Historic", + "object_number": "21202" +}, +{ + "emuIRN": "344170", + "description": "Board game: Mappe Monde / Tableu du Jeu. Engraved Plate", + "technique": ["Engraving"], + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/344170", + "date_made_early": "1700", + "date_made": "1700-1799", + "date_made_late": "1799", + "curatorial_section": "Historic", + "object_number": "21203" +}, +{ + "emuIRN": "31250", + "description": "Board Game - Das Posch-spiel. Robrahn e Co. No. 1519. Paper sheet. Wheel with Linchatz in middle and 8 sections - contains cards with heart corner in blue and yellow with orange.", + "provenience": [ + "Germany", + "Magdeburg" + ], + "culture": ["German"], + "creator": ["Robrahn Co"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/31250", + "date_made_early": "1800", + "date_made": "1800-1899", + "date_made_late": "1899", + "other_numbers": ["1519"], + "curatorial_section": "Historic", + "object_number": "21204" +}, +{ + "emuIRN": "221172", + "description": "Board Game: Jeu de l'assault. Delaht, Metz. Paper Shee, Printedt. One square with corss - Roman. Each of the 4 squares of the cross made up of 4 additional squares with diagonal line through each to form diamond. In 4 corners of the big square not filled by cross, are picitures of military scenes. Directions in French.", + "technique": ["Printed"], + "provenience": [ + "Germany", + "Metz" + ], + "culture": ["German"], + "creator": ["Delhalt"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/221172", + "date_made_early": "1898", + "date_made": "1898?", + "date_made_late": "1898", + "curatorial_section": "Historic", + "object_number": "21205" +}, +{ + "emuIRN": "245091", + "description": "Game Board: Das Pferderennen. Robrahn e Co. #1292. Paper sheet. circle with numbered spaces of 1 to 32, 33 and 34 inside the circle. Pictures of horse racing and riding. Directions in German", + "provenience": [ + "Germany", + "Magdeburg" + ], + "culture": ["German"], + "creator": ["Robrahn Co"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Game Board"], + "url": "http://www.penn.museum/collections/object/245091", + "other_numbers": ["1292"], + "curatorial_section": "Historic", + "object_number": "21206" +}, +{ + "emuIRN": "294340", + "description": "Board Game: Jeu de Dames. Delhalt. Paper Sheet - red and white checkerboard and red and white players.", + "provenience": [ + "Germany", + "Metz" + ], + "culture": ["German"], + "creator": ["Delhalt"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/294340", + "curatorial_section": "Historic", + "object_number": "21207" +}, +{ + "emuIRN": "142220", + "description": "Board Game: Das Jaeger-Spiel. Ochmigke and Reimschneider, #8022. Paper Sheet. Cross inside square. Pictures in corners of hunting scenes and animals. Cross is made of up squares alternating black and yellow. 2 rows of squares bordering the center square of the corss have black A's in red squares instead of the black squares in the rest of the board. Directions in German at the ends of the cross arms.", + "technique": ["Printed"], + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Ochmigke and Reimschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/142220", + "other_numbers": ["8022"], + "curatorial_section": "Historic", + "object_number": "21208" +}, +{ + "emuIRN": "96467", + "description": "Board Game: Das Todtenkopf U Kanonen Spiel (Death Head and Canon Game). Oehmigke & Riemschneider, #394. Paper Sheet. 6 blocks on half and directions in German on other half. Top: 2 rows, 3 blocks across. Center Top block - Title. Other blocks have pictures of horse, house, skull/ crossbones, cannon. Between pictures is a set of 2 dice marks. the set between the right pictures on the bottom row has a skull / crossbones on one and a canon on the other.", + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Game Board"], + "url": "http://www.penn.museum/collections/object/96467", + "date_made_early": "1800", + "date_made": "1800-1899", + "date_made_late": "1899", + "other_numbers": ["394"], + "curatorial_section": "Historic", + "object_number": "21209" +}, +{ + "emuIRN": "96468", + "description": "Board Game: Domino-Spiel / Damenbrett-spiel. Robrahn & Co #1188. Paper sheet.", + "provenience": [ + "Germany", + "Magdeburg" + ], + "culture": ["German"], + "creator": ["Robrahn Co"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/96468", + "date_made_early": "1800", + "date_made": "1800-1899", + "date_made_late": "1899", + "other_numbers": ["1188"], + "curatorial_section": "Historic", + "object_number": "21210" +}, +{ + "emuIRN": "98652", + "description": "Board Game: Muhleziehen. J. F. Schrieber #1057. Paper sheet. Gold square bordered in black, gold, red. Rectangles - blue lines with orange dots at vertices. 18 colored circles on opposite 2 sides of gold square.", + "technique": ["Printed"], + "provenience": [ + "Germany", + "Stuttgart" + ], + "culture": ["German"], + "creator": ["J. F. Schrieber"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Game Board"], + "url": "http://www.penn.museum/collections/object/98652", + "other_numbers": ["1057"], + "curatorial_section": "Historic", + "object_number": "21211" +}, +{ + "emuIRN": "174322", + "description": "Board Game: Domino-spiel. J. F. Schrieber #1053. Paper sheet.", + "provenience": [ + "Germany", + "Stuttgart" + ], + "culture": ["German"], + "creator": ["J. F. Schrieber"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/174322", + "date_made_early": "1800", + "date_made": "1800-1899", + "date_made_late": "1899", + "other_numbers": ["1053"], + "curatorial_section": "Historic", + "object_number": "21212" +}, +{ + "emuIRN": "269310", + "description": "Board Game: Der Vogelhandler. J. F. Schrieber (Printer/Publisher) #1006; designed by Lothar Meggendorfer. Heavy Paper sheet. 45 pictures of birds. 43 squares of birds. Squares have blue, green or orange frames.", + "provenience": [ + "Germany", + "Stuttgart" + ], + "culture": ["German"], + "creator": [ + "J. F. Schrieber", + "Lothar Meggendorfer" + ], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Game Board"], + "url": "http://www.penn.museum/collections/object/269310", + "date_made_early": "1800", + "date_made": "1800-1899", + "date_made_late": "1899", + "other_numbers": ["1006"], + "curatorial_section": "Historic", + "object_number": "21213" +}, +{ + "emuIRN": "245726", + "description": "Board Game: Der Gluecksvogel. J. F. Schrieber #1003; designed by Lothar Meggendorfer. Paper sheet. Blocks in an S pattern - 29 squares. 6 squars on ends are numbered 1-6, dominoe style. Black square in one loop - picture of man with monocle. Instructions in German at bottom.", + "provenience": [ + "Germany", + "Stuttgart" + ], + "culture": ["German"], + "creator": [ + "J. F. Schrieber", + "Lothar Meggendorfer" + ], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/245726", + "other_numbers": ["1003"], + "curatorial_section": "Historic", + "object_number": "21214" +}, +{ + "emuIRN": "49861", + "description": "Board Game: Das Gigerlspiel. J. F. Schrieber #1001; designed by Lothar Meggendorfer. Paper sheet. Squares numbered 1 to 20 around rectangular pictur of man smoking 2 cigars. 4 squares have writing; others have pictures. Instructions at bottom in German", + "provenience": [ + "Germany", + "Stuttgart" + ], + "culture": ["German"], + "creator": [ + "J. F. Schrieber", + "Lothar Meggendorfer" + ], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/49861", + "other_numbers": ["1001"], + "curatorial_section": "Historic", + "object_number": "21215" +}, +{ + "emuIRN": "59311", + "description": "Board Game: Der Suchsfang. J. F. Schrieber #1004; designed by Lothar Meggendorfer. Paper sheet. Checkered green and white board. Bottom half - 57 rows / 5 rectangles per row. Upper half: 2 sides of 3 people and 2 animals to be pasted together to stand up as players. Included are labels for each player to be pasted on the bottom of the stands. Instructions in German.", + "technique": ["Printed"], + "provenience": [ + "Germany", + "Stuttgart" + ], + "culture": ["German"], + "creator": [ + "J. F. Schrieber", + "Lothar Meggendorfer" + ], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Game Board"], + "url": "http://www.penn.museum/collections/object/59311", + "date_made_early": "1800", + "date_made": "1800-1899", + "date_made_late": "1899", + "other_numbers": ["1004"], + "curatorial_section": "Historic", + "object_number": "21216" +}, +{ + "emuIRN": "16883", + "description": "Board Game: Bilder Domino (card mating game). J. F. Schrieber #1054. Paper sheet.", + "provenience": [ + "Germany", + "Stuttgart" + ], + "culture": ["German"], + "creator": ["J. F. Schrieber"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/16883", + "other_numbers": ["1054"], + "curatorial_section": "Historic", + "object_number": "21217" +}, +{ + "emuIRN": "37997", + "description": "Playing Card Deck - 48 cards. Back blue on white. 4 suits coins, cups, swords and clubs, 12 cards each. Coins 1: Premio al merito, Coins 2: Empereu Napoleon III / Francaise Republique / 1867 Paris 1878. Coins 4: Fca Naipes Finos de Segundo Olea con diez y seis premios Cadiz. Coin 5: Expostition Universelle 1878 Paris / Olea. Coin 7: No. 5. Coin 8: Comedias 12 Cadiz. Cup 2: Fama Universal. Sword 5: Corte Perfeccionado / Especialidad Para Casinos. Sword 6: Vitela de Hilo.", + "provenience": [ + "Spain", + "Cadiz" + ], + "culture": ["Spanish"], + "material": ["Paper"], + "object_name": ["Playing Card Deck"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/37997", + "date_made_early": "1888", + "date_made": "1888", + "date_made_late": "1888", + "other_numbers": ["29-191-140"], + "curatorial_section": "Historic", + "object_number": "16264" +}, +{ + "emuIRN": "487590", + "description": "Two interlocking metal pieces fashioned to look like an Elk with antlers, has large cones perpendicular to the rest of the piece at the top of each antler. Has \"PATD\" on the back of each face.
This puzzle originated in Britain in the late 19th Century.", + "provenience": ["Europe (uncertain)"], + "material": [ + "Metal", + "Iron (uncertain)" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Wire Puzzle"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487590", + "curatorial_section": "Historic", + "measurement_length": 3.2, + "object_number": "CG2015-10-52" +}, +{ + "emuIRN": "488084", + "description": "Carte da Giuocare = Playing card deck - 52 cards (A) with wrapper (B). French Suits. Made by Antonio Poli.", + "technique": ["Printed"], + "provenience": [ + "Italy", + "Firenze" + ], + "culture": ["Italian"], + "creator": ["Antonio Poli"], + "material": ["Paper"], + "accession_credit_line": ["Deposited by R. Stewart Culin, 1893"], + "object_name": [ + "Playing Card Wrapper", + "Roman Pack" + ], + "url": "http://www.penn.museum/collections/object/488084", + "native_name": ["Carte da Giuocare"], + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15603B" +}, +{ + "emuIRN": "533825", + "description": "Pack of Playing cards - Italian / Florentine Pack - 52 cards. Made by Antonio Poli, Firenze. Duplicate of 15605", + "provenience": [ + "Italy", + "Firenze" + ], + "culture": ["Italian"], + "creator": ["Attilio Baragioli"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/533825", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15606A" +}, +{ + "emuIRN": "353629", + "description": "One of a pair of clogs with hinged sole", + "provenience": ["France"], + "culture": ["French"], + "object_name": ["Clog"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/353629", + "curatorial_section": "Historic", + "object_number": "EU2B" +}, +{ + "emuIRN": "488436", + "description": "Assorted fragments including; a oiece of wood painted blue, a set of jingling bells, a handle, a metal plate with rounded patterned edge, and circular pieces of wood painted black with red kanji on it.", + "provenience": ["Asia (uncertain)"], + "material": [ + "Wood", + "Metal", + "Paint" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Game", + "Fragment" + ], + "url": "http://www.penn.museum/collections/object/488436", + "curatorial_section": "Historic", + "object_number": "CG2015-10-113" +}, +{ + "emuIRN": "488076", + "description": "A hollow cylinder with a top and bottom stoppers that are seperate pieces of wood. End pieces have wooden rod through them, which has a draw string wrapped around it with a wooden bar at end. Bottom piece has two red stripes, top piece has a red circular band", + "provenience": ["Asia (uncertain)"], + "material": [ + "Wood", + "Bamboo (uncertain)" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Spinning Top"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488076", + "measurement_outside_diameter": 6.7, + "curatorial_section": "Historic", + "measurement_height": 19.5, + "object_number": "CG2015-10-88" +}, +{ + "emuIRN": "488017", + "description": "11 wood pieces, each identical. Flat pieces with slight rounding at each end and two channels in one surface", + "provenience": ["Europe (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Block Puzzle"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488017", + "measurement_width": 1.1, + "curatorial_section": "Historic", + "measurement_length": 4.5, + "object_number": "CG2015-10-68" +}, +{ + "emuIRN": "452438", + "description": "Cotton. Red, dark blue, yellow, white, green in wide stripes alternately dark blue with white ikat and commpound of all the colors. Red border stripe. All weft threads are blue except center section. In center all red weft threads except for narrow white threads forming a plaid. Stamp on corner reads: Jatashanker Vanmali - Aden / Made in Holland.", + "provenience": [ + "Holland", + "Aden" + ], + "material": ["Cotton"], + "accession_credit_line": ["Bequest of Mrs. Frances E. (Harry) Markoe, 1943"], + "object_name": ["Textile"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/452438", + "measurement_width": 98, + "curatorial_section": "Historic", + "measurement_length": 174, + "object_number": "43-12-42" +}, +{ + "emuIRN": "485815", + "description": "Has brass end pieces and four brass rings along the sheath, one of which is broken, Bottom end piece crimped. Rectangular at bottom, round at top. Simple line decorations on top of top end piece, bottom of bottom end piece, and on all four rings. Wood shaft split into halves", + "provenience": ["Europe (uncertain)"], + "culture": ["European (uncertain)"], + "material": [ + "Wood", + "Brass" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Sheath"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485815", + "curatorial_section": "Historic", + "measurement_length": 50.5, + "object_number": "CG2015-10-10" +}, +{ + "emuIRN": "323565", + "description": "Sheer white cotton. Ends embroidered with a stylized floral pattern in tin and in shades of pink, grren, tan and blue, there is considerable punch work Twisted tin edging on ends.", + "provenience": ["Balkans"], + "material": [ + "Cotton", + "Silk" + ], + "accession_credit_line": ["Bequest of Mrs. Frances E. (Harry) Markoe, 1943"], + "object_name": ["Runner (textile)"], + "url": "http://www.penn.museum/collections/object/323565", + "other_numbers": ["4-1969-37"], + "curatorial_section": "Historic", + "object_number": "43-12-141" +}, +{ + "emuIRN": "142421", + "description": "One of a pair of clogs with hinged sole", + "provenience": ["France"], + "culture": ["French"], + "object_name": ["Clog"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/142421", + "curatorial_section": "Historic", + "object_number": "EU2A" +}, +{ + "emuIRN": "485818", + "description": "Cutout circle decoration on top part. Inlaid decorations of concentric circles, leaves, serrated crescents, x's, and flowers. Has tongue on one side", + "provenience": ["Europe (uncertain)"], + "culture": ["European (uncertain)"], + "material": ["Leather"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Sheath"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485818", + "curatorial_section": "Historic", + "measurement_length": 20, + "object_number": "CG2015-10-13" +}, +{ + "emuIRN": "533886", + "description": "Advertisement / poster for the Horseman's improved Parlor Tennis and Tiddley Winks combined.", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "creator": ["E. I. Horsman"], + "material": ["Paper"], + "accession_credit_line": ["Gift of E. I. Horsman, 1893"], + "object_name": [ + "Game", + "Parlor Tennis", + "Advertisement", + "Poster" + ], + "url": "http://www.penn.museum/collections/object/533886", + "date_made_early": "09 Dec 1890", + "date_made": "12/9/1890", + "date_made_late": "09 Dec 1890", + "curatorial_section": "Historic", + "object_number": "16358B" +}, +{ + "emuIRN": "485839", + "description": "Hollow end piece, has circular diamond end. Has some material from whatever it was attached to in it's hollow space", + "provenience": ["Europe (uncertain)"], + "culture": ["European (uncertain)"], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Fragment", + "Weapon" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485839", + "curatorial_section": "Historic", + "measurement_length": 2.7, + "object_number": "CG2015-10-17.16" +}, +{ + "emuIRN": "231993", + "description": "One of a pair of wooden children's shoes", + "provenience": ["Holland"], + "material": ["Wood"], + "object_name": ["Shoe"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/231993", + "curatorial_section": "Historic", + "object_number": "EU4A" +}, +{ + "emuIRN": "533826", + "description": "Pack of Playing cards - Italian / Florentine Pack - 52 cards. Made by Antonio Poli, Firenze. Duplicate of 15605", + "provenience": [ + "Italy", + "Firenze" + ], + "culture": ["Italian"], + "creator": ["Attilio Baragioli"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Wrapper", + "Italian Pack" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/533826", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15606B" +}, +{ + "emuIRN": "533829", + "description": "Playing card deck - 52 cards with wrapper. Printed back with blue abstract design", + "technique": ["Printed"], + "provenience": [ + "Italy", + "Firenze" + ], + "culture": ["Italian"], + "creator": ["D. Brogi"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Wrapper", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/533829", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15631B" +}, +{ + "emuIRN": "123411", + "description": "Turned wood. Metal Point. Rounded, 3 small groovs on cone part. 1 on rounded top.", + "provenience": [ + "Germany", + "United States of America", + "Pennsylvania", + "Philadelphia" + ], + "culture": ["German"], + "material": [ + "Wood", + "Metal" + ], + "object_name": [ + "Spinning Top", + "Humming Top", + "Top Whip" + ], + "url": "http://www.penn.museum/collections/object/123411", + "curatorial_section": "Historic", + "object_number": "18277" +}, +{ + "emuIRN": "533830", + "description": "Playing card deck / Minchiate Cards - 96 cards. Made by D. Brogi. Marble blue-white underside. Black & white dotted border overside. Suites: cup, medallion, sword, club and miscellaneous.", + "provenience": [ + "Italy", + "Firenze" + ], + "culture": ["Italian"], + "creator": ["D. Brogi"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Wrapper", + "Tarot", + "Minchiate" + ], + "url": "http://www.penn.museum/collections/object/533830", + "native_name": ["Minchiate"], + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1892", + "curatorial_section": "Historic", + "object_number": "15632B" +}, +{ + "emuIRN": "463081", + "description": "Z. Lismon / Jeu des 78 Tarots Egyptiens / Livre de Thot - box for tarot cards and instruction book. Red with beige label.", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "material": ["Paper"], + "period": ["19th century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1891"], + "object_name": [ + "Playing Card Box", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/463081", + "date_made_early": "1800", + "date_made": "1800-1891", + "date_made_late": "1891", + "curatorial_section": "Historic", + "object_number": "9010C" +}, +{ + "emuIRN": "490563", + "description": "3 crossed clubs in green, red, yellow. and blue with multiple colors on each club, very vibrant, has \"3\" in two corners. Back is red and white densly marbled pattern.", + "provenience": [ + "Europe", + "Spain (uncertain)" + ], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Tarot Card"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/490563", + "measurement_width": 6.1, + "curatorial_section": "Historic", + "measurement_length": 9.5, + "object_number": "CG2015-10-145" +}, +{ + "emuIRN": "461626", + "description": "Petit Eteilla. Tarot / Playing Card Deck - 33 cards (a) with booklet (B) and Box (c) Light Green. damaged.", + "provenience": [ + "France", + "Paris (France)" + ], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1891"], + "object_name": [ + "Playing Card Deck", + "Tarot" + ], + "url": "http://www.penn.museum/collections/object/461626", + "curatorial_section": "Historic", + "object_number": "9013C" +}, +{ + "emuIRN": "462581", + "description": "Playing Card Deck - 40 miniature cards. Box and lid - Picture of Man holding large club in one hand and smaller club in other. Maker: Manaut Hermanos # 0", + "provenience": [ + "Spain", + "Valencia" + ], + "culture": ["Spanish"], + "material": ["Cardboard"], + "period": ["19th century"], + "object_name": ["Playing Card Box"], + "url": "http://www.penn.museum/collections/object/462581", + "date_made_early": "1871", + "date_made": " - 1871", + "date_made_late": "1871", + "curatorial_section": "Historic", + "object_number": "16274B" +}, +{ + "emuIRN": "533848", + "description": "Playing Card Deck - Piquet / Trappolla pack - 32 cards. Contemporary French Musical Series - Moderato, 3/4 and key of D. Complete - 4 suites of 8 numbered (7-Ace) cards; 2-6 of each suit not included. Heart, diamond, spade and club. Court Cards - Peasants; Lady, Kings or Bowmen or men-at-arms. 2 bars of Thuringian folk song on lower part of each card. Backing stiff with splotchy grey design on yellow. Hand Painted.", + "provenience": ["Germany"], + "iconography": ["Music"], + "culture": ["German"], + "period": ["19th century"], + "accession_credit_line": ["Gift of Joseph G. Rosengarten, 1894"], + "object_name": [ + "Playing Card Wrapper", + "Trappola", + "Piquet" + ], + "url": "http://www.penn.museum/collections/object/533848", + "native_name": ["Trappola"], + "date_made_early": "1830", + "date_made": "circa 1840", + "date_made_late": "1850", + "curatorial_section": "Historic", + "object_number": "18581B" +}, +{ + "emuIRN": "488210", + "description": "Two-sided combs. with teeth on either side, made from two flat pieces of wood with thin rods between them and all held together with tightly woven string. The string in two different shades of brown and makes a repeating diamond pattern. Ethnographic", + "provenience": [ + "Africa (uncertain)", + "North America (uncertain)" + ], + "material": [ + "Wood", + "String" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Comb (Hair - grooming tool)"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488210", + "measurement_width": 5.8, + "curatorial_section": "Historic", + "measurement_length": 8.9, + "object_number": "CG2015-10-95" +}, +{ + "emuIRN": "178443", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/178443", + "curatorial_section": "Historic", + "object_number": "29-227-44" +}, +{ + "emuIRN": "148689", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/148689", + "curatorial_section": "Historic", + "object_number": "29-227-43" +}, +{ + "emuIRN": "135366", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/135366", + "curatorial_section": "Historic", + "object_number": "29-227-42" +}, +{ + "emuIRN": "43525", + "description": "Brass Rubbing: Bishop Edmund Gheast, 1578, Salisbury Cathedral", + "provenience": [ + "England", + "Wiltshire" + ], + "culture": ["British"], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Gift of Mary F. Lex, 1897"], + "object_name": ["Rubbing"], + "url": "http://www.penn.museum/collections/object/43525", + "other_numbers": ["Lex No. 18"], + "curatorial_section": "Historic", + "object_number": "19469" +}, +{ + "emuIRN": "486753", + "description": "Mother of Pearl pieces, carved and painted with gold and black accents, end pieces have raised gold figures. First scene is of men dressed as Roman soldiers being bid farewell by women, has chariots and horses. Reverse scene has 3 panels showing a nobleman pursuing a noblewomen (French?). Has several broken pieces, including one of the end pieces", + "provenience": ["France (uncertain)"], + "material": [ + "Mother-of-Pearl", + "Paper" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Folding Fan"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/486753", + "other_numbers": [ + "41", + "112" + ], + "curatorial_section": "Historic", + "measurement_height": 27.5, + "object_number": "CG2015-10-23" +}, +{ + "emuIRN": "488207", + "description": "Two wooden marbles. the larger one is colored teal-ish blue, and the smaller is undyed", + "provenience": ["Europe (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Marble (Game)"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488207", + "measurement_outside_diameter": 1.4, + "curatorial_section": "Historic", + "object_number": "CG2015-10-94" +}, +{ + "emuIRN": "485822", + "description": "Central part splitting into two branches, one curving, long, and flattens as it goes, the other short and flat the entire way. Large bump and rectangular notch at top. There is remnants of an adhesive on the short branch suggesting part of a larger piece (a handle?)", + "provenience": ["Europe (uncertain)"], + "culture": ["European (uncertain)"], + "material": [ + "Wood (uncertain)", + "Animal Horn (uncertain)" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Tool"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485822", + "curatorial_section": "Historic", + "measurement_length": 31, + "object_number": "CG2015-10-16" +}, +{ + "emuIRN": "488037", + "description": "A wooden, hollow cone that goes into a hole in a black ball, forming a knob, half of the cone is missing", + "provenience": ["Europe (uncertain)"], + "material": [ + "Wood", + "Paint" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Fragment"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488037", + "measurement_outside_diameter": 1.6, + "curatorial_section": "Historic", + "measurement_height": 4.3, + "object_number": "CG2015-10-82" +}, +{ + "emuIRN": "488040", + "description": "Black turtle shell print on one side, on the other is a piece of paper with lettering on it. Korean?", + "provenience": ["Asia (uncertain)"], + "material": [ + "Cardboard", + "Paper" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Fragment"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488040", + "measurement_width": 2, + "curatorial_section": "Historic", + "measurement_length": 2.5, + "object_number": "CG2015-10-85" +}, +{ + "emuIRN": "533883", + "description": "board and box of men. 20 yellow men, 20 black, 2 green and 2 red. Insturctions. 2-4 players", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["E. I. Horsman"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of E. I. Horsman, 1893"], + "object_name": [ + "Board Game", + "Game Piece" + ], + "url": "http://www.penn.museum/collections/object/533883", + "date_made_early": "1885", + "date_made": "1885-1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16438C" +}, +{ + "emuIRN": "487568", + "description": "Small circular flat glass pieces, nearly clear but possibly dirty or cloudy by design. Individual pieces have imperfections. Accompanied by tag that says \"Board discarded (mold) 10/86\"", + "provenience": ["Europe (uncertain)"], + "material": ["Glass"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Game Piece"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487568", + "measurement_outside_diameter": 2, + "curatorial_section": "Historic", + "object_number": "CG2015-10-40" +}, +{ + "emuIRN": "485823", + "description": "Brass end piece of a sheath, rectangular cross section. Bottom has ridge and rounded end. Hollow", + "provenience": ["Europe (uncertain)"], + "culture": ["European (uncertain)"], + "material": ["Brass"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Fragment", + "Weapon" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485823", + "curatorial_section": "Historic", + "measurement_length": 12, + "object_number": "CG2015-10-17.1" +}, +{ + "emuIRN": "488039", + "description": "A very piece of metal is a small disc. There are three rotating tear drop shapes banged out.", + "provenience": ["Asia (uncertain)"], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Fragment"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488039", + "measurement_outside_diameter": 2.2, + "curatorial_section": "Historic", + "object_number": "CG2015-10-84" +}, +{ + "emuIRN": "533847", + "description": "Playing card deck - Comic Pack and Box", + "provenience": ["Italy"], + "iconography": ["Comic"], + "culture": ["Italian"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Box", + "Comic Pack" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/533847", + "curatorial_section": "Historic", + "object_number": "15654B" +}, +{ + "emuIRN": "488453", + "description": "4 flat wood pieces, two of which are narrow, and two of which are broad. All edges are lipped llike they were designed to fit together", + "provenience": ["Europe (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Toy", + "Fragment" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488453", + "measurement_width": 12.05, + "curatorial_section": "Historic", + "measurement_length": 29.3, + "measurement_tickness": 0.7, + "object_number": "CG2015-10-118" +}, +{ + "emuIRN": "490574", + "description": "King of hearts, reflect vertically, has faded, is carrying a sword, and has the word \"Charles\" written in two corners. Back is a wavy non-repeating blue pattern", + "provenience": [ + "Europe", + "Germany (uncertain)", + "France (uncertain)" + ], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Playing Card"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/490574", + "measurement_width": 5.25, + "curatorial_section": "Historic", + "measurement_length": 8.2, + "object_number": "CG2015-10-153" +}, +{ + "emuIRN": "487579", + "description": "24 pieces, 12 painted red, 12 painted green that look very much like chess pawns. Much of the paint is chipped and one piece is damaged. Possibly related to 16438C.", + "provenience": ["Europe (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Game Piece"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487579", + "measurement_outside_diameter": 1.5, + "curatorial_section": "Historic", + "measurement_height": 3.6, + "object_number": "CG2015-10-46" +}, +{ + "emuIRN": "485830", + "description": "Red wood. Decoratively carved with wave pattern, linear ridges, and crisscrossing diagonals. Broken on top indicating attachment. Possible pommel?", + "provenience": ["Europe (uncertain)"], + "culture": ["European (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Fragment", + "Weapon" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485830", + "measurement_width": 3.5, + "measurement_outside_diameter": 0, + "curatorial_section": "Historic", + "measurement_length": 3.7, + "object_number": "CG2015-10-17.7" +}, +{ + "emuIRN": "533924", + "description": "Game tiles with dice.

Mah-Jongg Game: Green Cardboard box, Green wood cup, 1 pair of small dice, wooden score tablet; Racks with tiles - 46 cream, 20 red, 22 green, 1 blue and 1 white tiles. Manufactured by Parker Brothers, Inc, Salem Massachusetts, copyright 1920-1923; Reg. US Patent Office.", + "provenience": [ + "Massachusetts", + "Salem" + ], + "culture": ["American"], + "creator": ["Parker Brothers, Inc."], + "accession_credit_line": ["Gift of Mrs. Milton Harper, 1968"], + "object_name": [ + "Game", + "Mah-Jongg", + "Game Tile", + "Dice" + ], + "url": "http://www.penn.museum/collections/object/533924", + "date_made_early": "1920", + "date_made": "1920-1923", + "date_made_late": "1923", + "curatorial_section": "Historic", + "object_number": "68-3-1B" +}, +{ + "emuIRN": "346812", + "description": "Small with 1 large groove", + "provenience": [ + "Germany", + "Cottbus" + ], + "culture": ["German"], + "material": [ + "Wood", + "Paint" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Whip Top"], + "url": "http://www.penn.museum/collections/object/346812", + "curatorial_section": "Historic", + "object_number": "21329C" +}, +{ + "emuIRN": "267401", + "description": "Whip for whip top (sabot)", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "material": ["Eel Skin"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Top Whip"], + "url": "http://www.penn.museum/collections/object/267401", + "curatorial_section": "Historic", + "object_number": "21335A" +}, +{ + "emuIRN": "406782", + "description": "Whip for whip top (sabot)", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "material": ["Eel Skin"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Top Whip"], + "url": "http://www.penn.museum/collections/object/406782", + "curatorial_section": "Historic", + "object_number": "21335B" +}, +{ + "emuIRN": "118795", + "description": "Playing Card Deck - 32 cards", + "provenience": [ + "Germany", + "Leipzig" + ], + "culture": ["German"], + "creator": ["J. G. Schulze"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1897"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/118795", + "curatorial_section": "Historic", + "object_number": "19436" +}, +{ + "emuIRN": "125741", + "description": "Playing Card Deck - 32 cards", + "provenience": [ + "Germany", + "Leipzig" + ], + "culture": ["German"], + "creator": ["J. G. Schulze"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1897"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/125741", + "curatorial_section": "Historic", + "object_number": "19437" +}, +{ + "emuIRN": "485840", + "description": "Long cone shaped end piece. Reptilian skin?", + "provenience": ["Europe (uncertain)"], + "culture": ["European (uncertain)"], + "material": ["Leather"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Fragment", + "Weapon" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485840", + "curatorial_section": "Historic", + "measurement_length": 13.3, + "object_number": "CG2015-10-17.17" +}, +{ + "emuIRN": "462244", + "description": "Egg Puzzle - Martised block (A) and instructions (B) in German, French and English", + "provenience": ["Germany"], + "material": ["Paper"], + "accession_credit_line": ["Deposited by R. Stewart Culin, 1893"], + "object_name": ["Puzzle Instructions"], + "url": "http://www.penn.museum/collections/object/462244", + "other_numbers": ["145"], + "curatorial_section": "Historic", + "object_number": "16032B" +}, +{ + "emuIRN": "82953", + "description": "Pajaro - sparrow / Game Decoy", + "provenience": [ + "Spain", + "Madrid" + ], + "culture": ["Spanish"], + "material": ["Wood"], + "accession_credit_line": ["Deposited by R. Stewart Culin, 1893"], + "object_name": [ + "Bird Call", + "Reclamo" + ], + "url": "http://www.penn.museum/collections/object/82953", + "curatorial_section": "Historic", + "object_number": "15978" +}, +{ + "emuIRN": "9686", + "description": "Bird call / Game Decoy - Codornis - \"quail\"", + "provenience": [ + "Spain", + "Madrid" + ], + "culture": ["Spanish"], + "material": ["Wood"], + "accession_credit_line": ["Deposited by R. Stewart Culin, 1893"], + "object_name": [ + "Bird Call", + "Reclamo" + ], + "url": "http://www.penn.museum/collections/object/9686", + "native_name": ["Reclamo"], + "other_numbers": ["A903"], + "curatorial_section": "Historic", + "object_number": "15979" +}, +{ + "emuIRN": "9687", + "description": "Game decoy - conejo - rabbit", + "provenience": [ + "Spain", + "Madrid" + ], + "culture": ["Spanish"], + "material": ["Wood"], + "accession_credit_line": ["Deposited by R. Stewart Culin, 1893"], + "object_name": ["Reclamo"], + "url": "http://www.penn.museum/collections/object/9687", + "curatorial_section": "Historic", + "object_number": "15980" +}, +{ + "emuIRN": "21429", + "description": "Game decoy - codoniz = quail", + "provenience": [ + "Spain", + "Madrid" + ], + "culture": ["Spanish"], + "material": ["Wood"], + "accession_credit_line": ["Deposited by R. Stewart Culin, 1893"], + "object_name": [ + "Bird Call", + "Reclamo" + ], + "url": "http://www.penn.museum/collections/object/21429", + "native_name": ["Reclamo"], + "curatorial_section": "Historic", + "object_number": "15981" +}, +{ + "emuIRN": "195324", + "description": "Game decoy - alondra = lark", + "provenience": [ + "Spain", + "Madrid" + ], + "culture": ["Spanish"], + "material": ["Wood"], + "accession_credit_line": ["Deposited by R. Stewart Culin, 1893"], + "object_name": [ + "Bird Call", + "Reclamo" + ], + "url": "http://www.penn.museum/collections/object/195324", + "native_name": ["Reclamo"], + "curatorial_section": "Historic", + "object_number": "15982" +}, +{ + "emuIRN": "485833", + "description": "Brass end piece central rod for connection. Dome shaped, decorated with quadrant of dots and various linear pattern around base", + "provenience": ["Europe (uncertain)"], + "culture": ["European (uncertain)"], + "material": ["Brass"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Fragment", + "Weapon" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485833", + "curatorial_section": "Historic", + "measurement_length": 1.5, + "object_number": "CG2015-10-17.10" +}, +{ + "emuIRN": "382492", + "description": "one of a pair of wooden shoes", + "provenience": ["Denmark"], + "material": ["Wood"], + "object_name": ["Shoe"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/382492", + "curatorial_section": "Historic", + "object_number": "EU5B" +}, +{ + "emuIRN": "485825", + "description": "Rounded diamond shaped pieces of flat worked metal with four notches at the mid points of each side. There are five holes, one in the center and one each corners. Decorated with lines and dots on the outside of the top surface, Four small circular indentation arranged in a rectangle around the central hole.", + "provenience": ["Europe (uncertain)"], + "culture": ["European (uncertain)"], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Fragment", + "Weapon" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485825", + "measurement_width": 3.5, + "curatorial_section": "Historic", + "measurement_length": 4.4, + "object_number": "CG2015-10-17.3" +}, +{ + "emuIRN": "533935", + "description": "Board, 4 dice in bag and men. Cardboard board folded up as a book. Maroon back. Spiraling trail of squares numbered from 1 to 63, pictures in each. Directions in the middle. Pink cloth bags with four small dice. Green cup of cardboard to roll dice. Box demolished. According to rules, game is played with 2 dice.", + "provenience": [ + "France", + "Epinal" + ], + "culture": ["French"], + "creator": ["Pellerin & Company"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Goose Game", + "Dice Cup" + ], + "url": "http://www.penn.museum/collections/object/533935", + "date_made_early": "1850", + "date_made": "1850-1899", + "date_made_late": "1899", + "curatorial_section": "Historic", + "object_number": "15489D" +}, +{ + "emuIRN": "487594", + "description": "2 interlocking pieces, one long and triangular with arced loop on end, other a ring with opening. Same as CG2015-10-53 except not bent.", + "provenience": ["Europe (uncertain)"], + "material": [ + "Metal", + "Iron" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Wire Puzzle"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487594", + "measurement_outside_diameter": 2.4, + "curatorial_section": "Historic", + "measurement_length": 6.7, + "object_number": "CG2015-10-54" +}, +{ + "emuIRN": "487597", + "description": "A single metal piece, both ends bent into hooks, connected by a metal bar", + "provenience": ["Europe (uncertain)"], + "material": [ + "Metal", + "Steel (uncertain)" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Wire Puzzle"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487597", + "curatorial_section": "Historic", + "measurement_length": 4.9, + "object_number": "CG2015-10-55" +}, +{ + "emuIRN": "487560", + "description": "6 Shells (Brachiopod?, bivalve?) yellow and white. Round on top with central bulge, and on reverse side an opening that runs across the entire shell with a serrated opening", + "provenience": ["Europe (uncertain)"], + "material": ["Mollusk Shell"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Mollusk Shell"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487560", + "curatorial_section": "Historic", + "measurement_length": 2.3, + "object_number": "CG2015-10-34" +}, +{ + "emuIRN": "487553", + "description": "4 six-sided die, all faces have pips, very uniform", + "provenience": ["Europe (uncertain)"], + "material": ["Bone"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Dice"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487553", + "measurement_width": 0.8, + "curatorial_section": "Historic", + "measurement_height": 0.8, + "measurement_length": 0.8, + "object_number": "CG2015-10-27" +}, +{ + "emuIRN": "485813", + "description": "Single edged blade, tapering at distal end, indentation half way up the blade roughly 4.6cm long on both sides. Handle has five pins connecting horn handle to steel center. Three decorative sections consisting of one circle with seven circles around it, one circle with nine circles around it, and one circle with four circles at the cardinal directions", + "provenience": ["Europe (uncertain)"], + "culture": ["European (uncertain)"], + "material": [ + "Animal Horn", + "Steel" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Knife"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485813", + "curatorial_section": "Historic", + "measurement_length": 29, + "object_number": "CG2015-10-8" +}, +{ + "emuIRN": "488211", + "description": "A lattice of wood, the two border pieces have small x's carved in them and there is a w-shaped crest on top. Eash spoke has two holes some of which have shapes that seem to point towards the middle.", + "provenience": ["Europe (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Game (uncertain)"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488211", + "measurement_width": 12.9, + "curatorial_section": "Historic", + "measurement_length": 20.3, + "object_number": "CG2015-10-96" +}, +{ + "emuIRN": "485824", + "description": "Small iron ring, partially tarnished, resembles a washer. Bent in one direction", + "provenience": ["Europe (uncertain)"], + "culture": ["European (uncertain)"], + "material": ["Iron"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Fragment"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485824", + "measurement_outside_diameter": 1.8, + "curatorial_section": "Historic", + "object_number": "CG2015-10-17.2" +}, +{ + "emuIRN": "485837", + "description": "Small wooden chip. Badly damaged", + "provenience": ["Europe (uncertain)"], + "culture": ["European (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Fragment"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485837", + "curatorial_section": "Historic", + "measurement_length": 1.3, + "object_number": "CG2015-10-17.14" +}, +{ + "emuIRN": "487562", + "description": "3 Shells of different sizes, largest is a dirty white conch shell 2.2 cm long. 2 small nautilus shells, both with a central pyramid center, one mottled green pattern with black and white strips on outside edge. Other is smaller and white brown.", + "provenience": ["Europe (uncertain)"], + "material": [ + "Conch Shell", + "Nautilus Shell" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Mollusk Shell"], + "url": "http://www.penn.museum/collections/object/487562", + "curatorial_section": "Historic", + "object_number": "CG2015-10-35" +}, +{ + "emuIRN": "488036", + "description": "A card board rectangle with a \"3\" on it in a small trapezoidal wood base with a small slit for the card board.", + "provenience": ["Europe (uncertain)"], + "material": [ + "Cardboard", + "Wood" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Game Piece"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488036", + "measurement_width": 2.4, + "curatorial_section": "Historic", + "measurement_height": 3.1, + "object_number": "CG2015-10-81" +}, +{ + "emuIRN": "533828", + "description": "Board, 4 dice in bag and men. Cardboard board folded up as a book. Maroon back. Spiraling trail of squares numbered from 1 to 63, pictures in each. Directions in the middle. Pink cloth bags with four small dice. Green cup of cardboard to roll dice. Box demolished. According to rules, game is played with 2 dice.", + "provenience": [ + "France", + "Epinal" + ], + "culture": ["French"], + "creator": ["Pellerin & Company"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Goose Game", + "Game Piece" + ], + "url": "http://www.penn.museum/collections/object/533828", + "date_made_early": "1850", + "date_made": "1850-1899", + "date_made_late": "1899", + "curatorial_section": "Historic", + "object_number": "15489C" +}, +{ + "emuIRN": "488088", + "description": "Ye Game of Jack Straws - Instructions", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Paper"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": [ + "Game", + "Jackstraws" + ], + "url": "http://www.penn.museum/collections/object/488088", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16966D" +}, +{ + "emuIRN": "485821", + "description": "A metal frame with two decorated rings. In addition to the main sheath, there are several smaller ones in front. The clasp is made of a metal chain. Decorations are simple serrations, lines, and bands of diagonal lines", + "provenience": ["Europe (uncertain)"], + "culture": ["European (uncertain)"], + "material": [ + "Leather", + "Silver (uncertain)" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Sheath"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485821", + "other_numbers": ["42-30-137b"], + "curatorial_section": "Historic", + "measurement_length": 27, + "object_number": "CG2015-10-15" +}, +{ + "emuIRN": "488011", + "description": "Yellow wood, thickest in middle tapers at both ends", + "provenience": ["Europe (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Whip Top"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488011", + "measurement_outside_diameter": 1.4, + "curatorial_section": "Historic", + "measurement_length": 41.1, + "object_number": "CG2015-10-65.2" +}, +{ + "emuIRN": "488001", + "description": "Single carved piece of wood. Top has a downward facing hook for a handle. Decorated with helical lines going around the staff with horizontal lines between helixes. Has zig-zag band at top of decoration", + "provenience": ["Europe (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Staff"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488001", + "measurement_width": 7, + "curatorial_section": "Historic", + "measurement_height": 81, + "object_number": "CG2015-10-60" +}, +{ + "emuIRN": "486746", + "description": "Belt-like textile. Has two different sections. First has black, white, and some yellow in dots pattern and lines pattern. Second has stripes going the entire length, longitudinally of green, red, and brown on either side of central pattern of interlocking triangles of blue, white, yellow, and green. Back is orange and brown. Has a multicolored tongue", + "provenience": ["Europe (uncertain)"], + "material": [ + "Cloth", + "Cotton (uncertain)" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Textile", + "Belt (uncertain)" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/486746", + "curatorial_section": "Historic", + "measurement_length": 85, + "object_number": "CG2015-10-18" +}, +{ + "emuIRN": "487576", + "description": "Small game piece, a curved cone tapering to top and ending in a knob, dyed black. Chess Piece?", + "provenience": ["Europe (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Game Piece"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487576", + "measurement_outside_diameter": 1.45, + "curatorial_section": "Historic", + "measurement_height": 1.7, + "object_number": "CG2015-10-43" +}, +{ + "emuIRN": "488026", + "description": "A large cylinder about 3.5 cm tall and then a small cone ending in a black bulb", + "provenience": ["Europe (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Top", + "Fragment" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488026", + "measurement_outside_diameter": 3.4, + "curatorial_section": "Historic", + "measurement_height": 6.5, + "object_number": "CG2015-10-76" +}, +{ + "emuIRN": "488027", + "description": "Toy Fragment (?) Has a bowl-like shape and there is a green line on both the top and bottom edge", + "provenience": ["Europe (uncertain)"], + "material": [ + "Wood", + "Paint" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Toy"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488027", + "measurement_outside_diameter": 3.4, + "curatorial_section": "Historic", + "measurement_height": 1.9, + "object_number": "CG2015-10-77" +}, +{ + "emuIRN": "485819", + "description": "Sheath entirely metal, with leather flap and string on back. Extensive geometric patten decorations, including crescents, crisscrossing lines, diamonds, and floral patterns. Has conical end tipped with additional metal decoration made of small spheres and bulbous shape", + "provenience": ["Europe (uncertain)"], + "culture": ["European (uncertain)"], + "material": [ + "Leather", + "Silver (uncertain)" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Sheath"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485819", + "curatorial_section": "Historic", + "measurement_length": 30.5, + "object_number": "CG2015-10-14" +}, +{ + "emuIRN": "488480", + "description": "A black flute with a flaring bottom. The black has worn away around the holes and edges. 12 holes on shaft, has carved border along length. Ethnographic?", + "provenience": ["Europe (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Flute"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488480", + "measurement_outside_diameter": 5.6, + "curatorial_section": "Historic", + "measurement_length": 31.7, + "object_number": "CG2015-10-122" +}, +{ + "emuIRN": "487554", + "description": "Twelve nearly spherical pebbles, smoothed, grey-brown", + "provenience": ["Europe (uncertain)"], + "material": ["Stone"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Pebble", + "Game Pieces (uncertain)" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487554", + "measurement_outside_diameter": 1.6, + "curatorial_section": "Historic", + "object_number": "CG2015-10-28" +}, +{ + "emuIRN": "488220", + "description": "Red dyed wood, a square with long trapezoid on one side, probably a part of a box of some kind", + "provenience": ["Asia (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Game", + "Fragment" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488220", + "measurement_width": 9, + "curatorial_section": "Historic", + "measurement_length": 10.8, + "object_number": "CG2015-10-97" +}, +{ + "emuIRN": "533932", + "description": "Box of game pieces.

Board and box containing dice cup, counters, directions. Dice missing. 6 cards: Robinson Crusoe, Man Friday, Goat, Cat, Dog, Parrot.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": [ + "Board Game", + "Game Piece" + ], + "url": "http://www.penn.museum/collections/object/533932", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16982B" +}, +{ + "emuIRN": "488487", + "description": "3 large circular wooden circles, very plain, broken in many places", + "provenience": ["Europe (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Fragment"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488487", + "measurement_outside_diameter": 14.1, + "curatorial_section": "Historic", + "object_number": "CG2015-10-124" +}, +{ + "emuIRN": "487556", + "description": "Two Glass marbles, one has green colors on the inside, the other has blue, red, and white swirl pattern", + "provenience": ["Europe (uncertain)"], + "material": ["Glass"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Marble (Game)"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487556", + "measurement_outside_diameter": 1.5, + "curatorial_section": "Historic", + "object_number": "CG2015-10-30" +}, +{ + "emuIRN": "488002", + "description": "Dark wood, almost red in some places. Carved to look like reeds woven together. Has a removable head. There is a hole through the cane at the top", + "provenience": [ + "Europe", + "Norway (uncertain)" + ], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Cane (Object)"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488002", + "measurement_outside_diameter": 2.9, + "curatorial_section": "Historic", + "measurement_height": 96.3, + "object_number": "CG2015-10-61" +}, +{ + "emuIRN": "485834", + "description": "Long, flat, hollow end piece. Has sphere at bottom and lines at proximal end. Edge is scalloped", + "provenience": ["Europe (uncertain)"], + "culture": ["European (uncertain)"], + "material": ["Brass"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Fragment", + "Weapon" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485834", + "curatorial_section": "Historic", + "measurement_length": 4.6, + "object_number": "CG2015-10-17.11" +}, +{ + "emuIRN": "490562", + "description": "4 of spades, French suits. Back is faded red ink of a circle and two semicircles end-to-end. Inside the circle, there are arrows pointing towards the center and several concentric circles. Has word \"ALL'AQUILA\" at bottom", + "provenience": [ + "Europe", + "Italy (uncertain)" + ], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Tarot Card"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/490562", + "measurement_width": 5.4, + "curatorial_section": "Historic", + "measurement_length": 9.8, + "object_number": "CG2015-10-144" +}, +{ + "emuIRN": "488022", + "description": "A flat rectangular piece of wood with small bands of colored paper wrapped around it, blue is the only discernible color. There are two holes near the center of it with string running through them", + "provenience": ["Europe (uncertain)"], + "material": [ + "Wood", + "Paper", + "String" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Puzzle (uncertain)"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488022", + "measurement_width": 1.5, + "curatorial_section": "Historic", + "measurement_length": 9.5, + "object_number": "CG2015-10-72" +}, +{ + "emuIRN": "485836", + "description": "Carved wooden piece. Broken, decorative?", + "provenience": ["Europe (uncertain)"], + "culture": ["European (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Fragment", + "Weapon" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485836", + "curatorial_section": "Historic", + "measurement_length": 4.3, + "object_number": "CG2015-10-17.13" +}, +{ + "emuIRN": "485804", + "description": "Military Pick / War Hammer / Horseman's hammer. Pick blade is 15 cm long, flat at one end. The blade itself has 4 facets which narrow to a point. Long shaft, round. Steel hilt wrapped with wire knobbed pommel", + "provenience": ["Europe"], + "culture": ["Saxon"], + "material": ["Steel"], + "period": ["17th Century"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Pick", + "Weapon (uncertain)" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485804", + "other_numbers": ["1-5"], + "curatorial_section": "Historic", + "measurement_length": 57, + "object_number": "CG2015-10-2" +}, +{ + "emuIRN": "487557", + "description": "10 black pieces, 9 white. Small flattened disc with rounded side and flat side (Go piece?)", + "provenience": ["Europe (uncertain)"], + "material": ["Glass"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Game Piece"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487557", + "measurement_outside_diameter": 1.2, + "curatorial_section": "Historic", + "measurement_height": 0.4, + "object_number": "CG2015-10-31" +}, +{ + "emuIRN": "485832", + "description": "Black wood. Long shallow oval shape with pointed end and flat end. Underside has lip on flat end and hole for attachment. Top has oval indentation with long triangular hole. Top piece of sheath? Hand guard?", + "provenience": ["Europe (uncertain)"], + "culture": ["European (uncertain)"], + "material": [ + "Wood (uncertain)", + "Antler (uncertain)" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Fragment", + "Weapon" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485832", + "measurement_width": 1.9, + "curatorial_section": "Historic", + "measurement_length": 5.6, + "object_number": "CG2015-10-17.9" +}, +{ + "emuIRN": "487558", + "description": "4 different seeds, 1 small and bean-shaped, black and brownish-red, 1 rounded with flat bottom, has distinct striations, dull green/yellow, 1 oblong shaped, has 4 carved zigzag patterns, one on each side, has small metal pin head at one end, golden brown, 1 large sphere, has crack on one side, black/brown (Black walnut?)", + "provenience": ["Europe (uncertain)"], + "material": ["Seed"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Seed"], + "url": "http://www.penn.museum/collections/object/487558", + "curatorial_section": "Historic", + "object_number": "CG2015-10-32" +}, +{ + "emuIRN": "485814", + "description": "Has brass end pieces decorated with bands of crisscrossing diagonal lines between lateral lines, has rounded end. There is a channel in both the wood and brass on the back", + "provenience": ["Europe (uncertain)"], + "culture": ["European (uncertain)"], + "material": [ + "Wood", + "Brass" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Sheath"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485814", + "curatorial_section": "Historic", + "measurement_length": 22.5, + "object_number": "CG2015-10-9" +}, +{ + "emuIRN": "485816", + "description": "Yellow tinted brass end pieces. Top end piece has acorn and floral decoration on attachment bar. Bottom end piece has clam shell decoration on end", + "provenience": ["Europe (uncertain)"], + "culture": ["European (uncertain)"], + "material": [ + "Leather", + "Brass" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Sheath"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485816", + "curatorial_section": "Historic", + "measurement_length": 45.5, + "object_number": "CG2015-10-11" +}, +{ + "emuIRN": "488014", + "description": "Cylindrical wooden rod, slight orange color. At top end, has 8 carved bands, painted green with a border. At Bottom end has a bulge painted green as well. Very bottom has a hole on the ventral surface. Shows signs of wear", + "provenience": ["Europe (uncertain)"], + "material": [ + "Wood", + "Paint" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Handle"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488014", + "measurement_outside_diameter": 2.8, + "curatorial_section": "Historic", + "measurement_length": 76, + "object_number": "CG2015-10-66" +}, +{ + "emuIRN": "485842", + "description": "long wooden box (A), 2 cues (B-C), marbles (D)", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Wood"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": [ + "Game of Skill", + "Game Stick" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485842", + "date_made_early": "1884", + "date_made": "1884-1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16998C" +}, +{ + "emuIRN": "487552", + "description": "3 small die. 6-sided with the \"1\" sided pip inflated to take up entire side. \"1\" and \"4\" side done in red instead of black", + "provenience": ["Europe (uncertain)"], + "material": ["Bone"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Dice"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487552", + "curatorial_section": "Historic", + "measurement_height": 0.7, + "measurement_length": 0.55, + "object_number": "CG2015-10-26" +}, +{ + "emuIRN": "487555", + "description": "Smoothed spherical stone, blue and grey", + "provenience": ["Europe (uncertain)"], + "material": ["Stone"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Pebble", + "Game Piece (uncertain)" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487555", + "measurement_outside_diameter": 1.4, + "curatorial_section": "Historic", + "object_number": "CG2015-10-29" +}, +{ + "emuIRN": "534010", + "description": "Toy top. 2 spheres about 3 cm diameter; joined by axis which extends to form a peg at either extreme. Direction for spinning given. Trial did not seem to give exceptional performance", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": [ + "Peg Top", + "Instruction" + ], + "url": "http://www.penn.museum/collections/object/534010", + "curatorial_section": "Historic", + "object_number": "75-13-5B" +}, +{ + "emuIRN": "486750", + "description": "Right. Comprised mostly of leather, brown soles, red on surface, and green around hole. Has additional decoration around hole in the form of small metal rings embedded in brown leather. Front of shoe has two double helical decorations around central oval of bright orange thread (Copper thread?). Toe of show has large wool ball that are red, green, and yellow. Missing the back half of the fringe with the metal rings", + "provenience": ["Europe (uncertain)"], + "material": [ + "Leather", + "Wool", + "Copper (uncertain)", + "Brass (uncertain)" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Shoe"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/486750", + "curatorial_section": "Historic", + "measurement_length": 23, + "object_number": "CG2015-10-20.2" +}, +{ + "emuIRN": "487550", + "description": "Eight six-sided die, six of which have one face with pips, 1 through 6 (One die has 1 pip on one face, the second has 2 pip on one face, etc.), and two blank die.", + "provenience": ["Europe (uncertain)"], + "material": ["Bone"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Dice"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487550", + "measurement_width": 0.8, + "curatorial_section": "Historic", + "measurement_height": 0.8, + "measurement_length": 0.8, + "object_number": "CG2015-10-24" +}, +{ + "emuIRN": "485831", + "description": "Metal circle with two small holes at top and bottom. Front decorated with a faced sun filling the entire circle", + "provenience": ["Europe (uncertain)"], + "culture": ["European (uncertain)"], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Fragment", + "Weapon" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485831", + "measurement_outside_diameter": 5, + "curatorial_section": "Historic", + "object_number": "CG2015-10-17.8" +}, +{ + "emuIRN": "461370", + "description": "Tarot Card Deck (a) - 32 cards. Instruction Book (b) Art de Tirer Les Carte Avec Le Livre Du Destin. H. Pussey, Fabaricant de Cartes a jouer, 20 rue de la Banque", + "provenience": [ + "France", + "Paris (France)" + ], + "creator": ["H. Pussey"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1891"], + "object_name": [ + "Playing Card Deck", + "Tarot Card Book" + ], + "url": "http://www.penn.museum/collections/object/461370", + "date_made_early": "1866", + "date_made": "c. 1891", + "date_made_late": "1891", + "other_numbers": ["29-191-141B"], + "curatorial_section": "Historic", + "object_number": "9008B" +}, +{ + "emuIRN": "485828", + "description": "Leaf-shaped, designed to fir over something. Possible decorative or end piece. Floral pattern in laid on exterior", + "provenience": ["Europe (uncertain)"], + "culture": ["European (uncertain)"], + "material": ["Brass"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Fragment", + "Weapon" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485828", + "measurement_width": 2.9, + "measurement_outside_diameter": 0, + "curatorial_section": "Historic", + "measurement_length": 4.1, + "object_number": "CG2015-10-17.5" +}, +{ + "emuIRN": "262103", + "description": "Woman's headdress. Gilt Lace", + "provenience": [ + "Austria-Hungary", + "Tyrol" + ], + "culture": ["Austro-Hungarian"], + "material": ["Cloth"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Headdress"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/262103", + "curatorial_section": "Historic", + "object_number": "19188" +}, +{ + "emuIRN": "271846", + "description": "Woman's straw headdress", + "provenience": [ + "Austria-Hungary", + "Tyrol" + ], + "culture": ["Austro-Hungarian"], + "material": ["Straw"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Headdress"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/271846", + "curatorial_section": "Historic", + "object_number": "19190" +}, +{ + "emuIRN": "111244", + "description": "Woman's black silk headdress", + "provenience": [ + "Austria-Hungary", + "Tyrol" + ], + "culture": ["Austro-Hungarian"], + "material": ["Silk"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Headdress"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/111244", + "curatorial_section": "Historic", + "object_number": "19191" +}, +{ + "emuIRN": "323846", + "description": "Woman's white silk headdress with lace border", + "provenience": [ + "Austria-Hungary", + "Tyrol" + ], + "culture": ["Austro-Hungarian"], + "material": ["Silk"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Headdress"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/323846", + "curatorial_section": "Historic", + "object_number": "19192" +}, +{ + "emuIRN": "488035", + "description": "Long wood rod, each has string tied to the top.", + "provenience": ["Europe (uncertain)"], + "material": [ + "Wood", + "Twine" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Whip Top Whip"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488035", + "measurement_outside_diameter": 0.7, + "curatorial_section": "Historic", + "measurement_length": 30.6, + "object_number": "CG2015-10-80.2" +}, +{ + "emuIRN": "488042", + "description": "Lacquered wood. 3 parts, an arm for holding the top, a draw string with a wood handle, and the top. String is yellow. Top of top has 3 colored rings, blue, red, and black. Bottom of top has a metal nub", + "provenience": ["North America (uncertain)"], + "material": [ + "Wood", + "String", + "Metal" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Whip Top", + "Whip Top Whip" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488042", + "measurement_outside_diameter": 6, + "curatorial_section": "Historic", + "measurement_height": 8.9, + "measurement_length": 18.9, + "object_number": "CG2015-10-87" +}, +{ + "emuIRN": "488086", + "description": "Large board with nails in upper surface and with tow detachable legs; catcher, batsman (2 pieces ), 3 blue men, 3 red men, 1 gray man, 8 yellow men, 2 balls. Instruction Book (b)", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": [ + "Board Game", + "Instruction" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488086", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1918", + "curatorial_section": "Historic", + "object_number": "16922B" +}, +{ + "emuIRN": "533884", + "description": "Instructions. Maker: Philippe, Heirs of Mlle. Lenormand", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": [ + "Card Game", + "Fortune Telling Cards", + "Instruction" + ], + "url": "http://www.penn.museum/collections/object/533884", + "date_made_early": "1882", + "date_made": "1882-1893", + "date_made_late": "1893", + "other_numbers": ["377"], + "curatorial_section": "Historic", + "object_number": "16527B" +}, +{ + "emuIRN": "486747", + "description": "Belt-like textile. Has two different sections. First is black and white vertical lines with square serrations and some red highlights. Second is a repetition of two alternating patterns. One is a lines of different colors of small diamonds, maroon and red, around a central line of touching diamonds. Second is two zigzag lines separated by a light teal line. Second has black and white sections. Has plain tongue made of roughly twenty smaller strands", + "provenience": ["Europe (uncertain)"], + "material": [ + "Cloth", + "Cotton (uncertain)" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Textile", + "Belt (uncertain)" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/486747", + "curatorial_section": "Historic", + "measurement_length": 98, + "object_number": "CG2015-10-19" +}, +{ + "emuIRN": "485809", + "description": "Missing handle attachment. Steel shaft 30 cm long, sprouts 3 curved prongs and continues up 24 cm more as a 4-sided point. Identical to 1-15. Shaft is hollow to allow for handle", + "provenience": ["Europe"], + "culture": ["European"], + "material": ["Steel"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Pike"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485809", + "other_numbers": ["1-14"], + "curatorial_section": "Historic", + "measurement_length": 54, + "object_number": "CG2015-10-5" +}, +{ + "emuIRN": "488080", + "description": "An advertisement for tennis posts with illustrations and a testamonial. Made by Feltham & Co. of London. Register No. 169,064. Has some wear", + "provenience": [ + "Europe", + "England", + "London" + ], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Advertisement"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488080", + "measurement_width": 20.5, + "other_numbers": ["169,064"], + "curatorial_section": "Historic", + "measurement_length": 25, + "object_number": "CG2015-10-91" +}, +{ + "emuIRN": "487578", + "description": "Chess pawns. Concave cone tapering to know with a disc-like collar. One a golden wood color, the other dyed to a pink color", + "provenience": ["Europe (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Game Piece"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487578", + "measurement_outside_diameter": 1.85, + "curatorial_section": "Historic", + "measurement_height": 3.8, + "object_number": "CG2015-10-45" +}, +{ + "emuIRN": "533931", + "description": "Box of game pieces.

Board and box containing dice cup, dice, 4 counters, directions", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": [ + "Board Game", + "Game Piece" + ], + "url": "http://www.penn.museum/collections/object/533931", + "date_made_early": "1872", + "date_made": "1872-1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16981B" +}, +{ + "emuIRN": "490573", + "description": "King of hearts with well detailed face and embroidered clothes. Is reflected vertically and is carrying a sword. Backs are blue and black plaid pattern", + "provenience": [ + "Europe", + "Germany (uncertain)", + "France (uncertain)" + ], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Playing Card"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/490573", + "measurement_width": 5.55, + "curatorial_section": "Historic", + "measurement_length": 8.7, + "object_number": "CG2015-10-152" +}, +{ + "emuIRN": "488440", + "description": "3 pieces of straight wood that are the same width and slightly different lengths, the ends of all pieces are sloped", + "provenience": ["Europe (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Game", + "Fragment" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488440", + "measurement_width": 2.1, + "curatorial_section": "Historic", + "measurement_length": 26.2, + "object_number": "CG2015-10-114" +}, +{ + "emuIRN": "30937", + "description": "\"Wheel of fortune\" - whirling top with black and red numbers 00-12 with fixed arrow", + "provenience": [ + "Czechoslovakia", + "Prague" + ], + "culture": ["Czech"], + "material": ["Metal"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Top Die", + "Teetotum" + ], + "url": "http://www.penn.museum/collections/object/30937", + "curatorial_section": "Historic", + "object_number": "21376" +}, +{ + "emuIRN": "69365", + "description": "Globular hand top", + "provenience": [ + "Czechoslovakia", + "Prague" + ], + "culture": ["Czech"], + "material": ["Tin"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Hand Top"], + "url": "http://www.penn.museum/collections/object/69365", + "curatorial_section": "Historic", + "object_number": "21377" +}, +{ + "emuIRN": "100935", + "description": "\"Moucha\" \"Fly\" wood propelor blade", + "provenience": [ + "Czechoslovakia", + "Prague" + ], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Flying Toy"], + "url": "http://www.penn.museum/collections/object/100935", + "curatorial_section": "Historic", + "object_number": "21270A" +}, +{ + "emuIRN": "3331", + "description": "Yellow with concentric red and lavender", + "provenience": [ + "Germany", + "Cottbus" + ], + "culture": ["German"], + "material": [ + "Wood", + "Paint" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Whip Top"], + "url": "http://www.penn.museum/collections/object/3331", + "curatorial_section": "Historic", + "object_number": "21329A" +}, +{ + "emuIRN": "346811", + "description": "Blue with concentric pink and green circles on white", + "provenience": [ + "Germany", + "Cottbus" + ], + "culture": ["German"], + "material": [ + "Wood", + "Paint" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Whip Top"], + "url": "http://www.penn.museum/collections/object/346811", + "curatorial_section": "Historic", + "object_number": "21329B" +}, +{ + "emuIRN": "340334", + "description": "Playing Card Deck - 36 cards", + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "creator": ["Joh. Ernst"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1897"], + "object_name": ["Playing Card Deck"], + "url": "http://www.penn.museum/collections/object/340334", + "curatorial_section": "Historic", + "object_number": "19439" +}, +{ + "emuIRN": "63714", + "description": "Cat (B) and Bat (A)", + "provenience": [ + "Belgium", + "Antwerp" + ], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Tip Cat Bat" + ], + "url": "http://www.penn.museum/collections/object/63714", + "curatorial_section": "Historic", + "object_number": "21262A" +}, +{ + "emuIRN": "405513", + "description": "Cat (B) and Bat (A)", + "provenience": [ + "Belgium", + "Antwerp" + ], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Tip Cat Ball" + ], + "url": "http://www.penn.museum/collections/object/405513", + "curatorial_section": "Historic", + "object_number": "21262B" +}, +{ + "emuIRN": "22263", + "description": "Cat (B) and Bat (A)", + "provenience": [ + "Holland", + "Leiden" + ], + "culture": ["Dutch"], + "creator": ["Pinkel & Pinkel"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Tip Cat Bat" + ], + "url": "http://www.penn.museum/collections/object/22263", + "curatorial_section": "Historic", + "object_number": "21263A" +}, +{ + "emuIRN": "405515", + "description": "Cat (B) and Bat (A)", + "provenience": [ + "Holland", + "Leiden" + ], + "culture": ["Dutch"], + "creator": ["Pinkel & Pinkel"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Tip Cat Ball" + ], + "url": "http://www.penn.museum/collections/object/405515", + "curatorial_section": "Historic", + "object_number": "21263B" +}, +{ + "emuIRN": "11127", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "material": [ + "Wood", + "Hide" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Board", + "Tambourine" + ], + "url": "http://www.penn.museum/collections/object/11127", + "curatorial_section": "Historic", + "object_number": "21250" +}, +{ + "emuIRN": "184088", + "description": "Turned wood cup with thin metal band for decoration. Wood Ball on string (detached 6/24/08)", + "provenience": [ + "Holland", + "Leiden" + ], + "culture": ["Dutch"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game", + "Cup And Ball" + ], + "url": "http://www.penn.museum/collections/object/184088", + "curatorial_section": "Historic", + "object_number": "21264" +}, +{ + "emuIRN": "306155", + "description": "\"Sucker\" leather disk with a cord attached used to pull brick from pavement or lift stones", + "provenience": [ + "Holland", + "Leiden" + ], + "culture": ["Dutch"], + "material": ["Leather"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Game"], + "url": "http://www.penn.museum/collections/object/306155", + "curatorial_section": "Historic", + "object_number": "21265" +}, +{ + "emuIRN": "71220", + "description": "Vogelpik - Bird dart (b/c) with paper target having 24 numbered squares (A)", + "provenience": [ + "Belgium", + "Antwerp" + ], + "culture": ["Belgian"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Game Dart"], + "url": "http://www.penn.museum/collections/object/71220", + "curatorial_section": "Historic", + "object_number": "21252B" +}, +{ + "emuIRN": "166366", + "description": "Vogelpik - Bird dart (b/c) with paper target having 24 numbered squares (A)", + "provenience": [ + "Belgium", + "Antwerp" + ], + "culture": ["Belgian"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Game Dart"], + "url": "http://www.penn.museum/collections/object/166366", + "curatorial_section": "Historic", + "object_number": "21252C" +}, +{ + "emuIRN": "253614", + "description": "Center Pin (A) and 4 other pins (B-E)", + "provenience": [ + "Germany", + "Berlin" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Billiards Pin" + ], + "url": "http://www.penn.museum/collections/object/253614", + "curatorial_section": "Historic", + "object_number": "21259A" +}, +{ + "emuIRN": "405524", + "description": "Center Pin (A) and 4 other pins (B-E)", + "provenience": [ + "Germany", + "Berlin" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Billiards Pin" + ], + "url": "http://www.penn.museum/collections/object/405524", + "curatorial_section": "Historic", + "object_number": "21259B" +}, +{ + "emuIRN": "405525", + "description": "Center Pin (A) and 4 other pins (B-E)", + "provenience": [ + "Germany", + "Berlin" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Billiards Pin" + ], + "url": "http://www.penn.museum/collections/object/405525", + "curatorial_section": "Historic", + "object_number": "21259C" +}, +{ + "emuIRN": "405526", + "description": "Center Pin (A) and 4 other pins (B-E)", + "provenience": [ + "Germany", + "Berlin" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Billiards Pin" + ], + "url": "http://www.penn.museum/collections/object/405526", + "curatorial_section": "Historic", + "object_number": "21259D" +}, +{ + "emuIRN": "405527", + "description": "Center Pin (A) and 4 other pins (B-E)", + "provenience": [ + "Germany", + "Berlin" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Billiards Pin" + ], + "url": "http://www.penn.museum/collections/object/405527", + "curatorial_section": "Historic", + "object_number": "21259E" +}, +{ + "emuIRN": "210957", + "description": "Fortune telling toy. Round box containing picture of flower, daisy and shot.", + "provenience": [ + "Holland", + "Amsterdam" + ], + "iconography": ["Fortune Telling"], + "culture": ["Dutch"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Fortune Telling Game", + "Toy" + ], + "url": "http://www.penn.museum/collections/object/210957", + "curatorial_section": "Historic", + "object_number": "21300" +}, +{ + "emuIRN": "289877", + "description": "Toy pistol made of an old key (A) in which a paper fulminating cap (B) is exploded by swinging the key against a wall. boy's toy", + "provenience": [ + "Holland", + "Leiden" + ], + "culture": ["Dutch"], + "material": ["Iron"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Toy", + "Pistol", + "Cap Gun" + ], + "url": "http://www.penn.museum/collections/object/289877", + "curatorial_section": "Historic", + "object_number": "21266A" +}, +{ + "emuIRN": "405567", + "description": "Toy pistol made of an old key (A) in which a paper fulminating cap (B) is exploded by swinging the key against a wall. boy's toy", + "provenience": [ + "Holland", + "Leiden" + ], + "culture": ["Dutch"], + "material": [ + "Paper", + "Gun Powder (uncertain)" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Toy", + "Gun Cap" + ], + "url": "http://www.penn.museum/collections/object/405567", + "curatorial_section": "Historic", + "object_number": "21266B" +}, +{ + "emuIRN": "487559", + "description": "5 wooden beads of vary degrees of sphericity. Four black wood, one light wood", + "provenience": ["Europe (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Bead"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487559", + "measurement_outside_diameter": 1.4, + "curatorial_section": "Historic", + "object_number": "CG2015-10-33" +}, +{ + "emuIRN": "488401", + "description": "A small window, probably from a doll house. Painted red and has small metal handle. Has two stripes of wood making a cross over semi-translucent fabric", + "provenience": ["Europe (uncertain)"], + "material": [ + "Wood", + "Paint", + "Fabric", + "Metal" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Toy (uncertain)", + "Fragment" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488401", + "measurement_width": 2.4, + "curatorial_section": "Historic", + "measurement_height": 2.9, + "measurement_tickness": 0.6, + "object_number": "CG2015-10-108" +}, +{ + "emuIRN": "533831", + "description": "Metal sheath covering a wooden sheath. Exterior has six panels of engraved design depicting vegetation and animals, including an elepant. Damage to tip of sheath. Found with knife 42-30-144 (does not go with this)", + "provenience": [ + "Europe (uncertain)", + "Asia" + ], + "material": [ + "Metal", + "Wood" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Sheath"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/533831", + "measurement_width": 4, + "other_numbers": [ + "42-30-144", + "42-30-316B ?" + ], + "curatorial_section": "Historic", + "measurement_length": 33, + "object_number": "CG2015-10-155" +}, +{ + "emuIRN": "488403", + "description": "A long thin black wood rod with two white cardboard squares attached with string to either end. There is more string that probably attached to something else", + "provenience": ["Europe (uncertain)"], + "material": [ + "Wood", + "Cardboard", + "String" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Toy (uncertain)", + "Fragment" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488403", + "measurement_width": 2.6, + "curatorial_section": "Historic", + "measurement_height": 2.6, + "measurement_length": 24.1, + "object_number": "CG2015-10-109" +}, +{ + "emuIRN": "488457", + "description": "Red, rounded small table legs, has a sigmoid curve and the top is an unpointed peg, some of which have cloth rings on them", + "provenience": ["Asia (uncertain)"], + "material": [ + "Wood", + "Cloth" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Game", + "Fragment", + "Leg" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488457", + "measurement_outside_diameter": 2.8, + "curatorial_section": "Historic", + "measurement_height": 8.2, + "object_number": "CG2015-10-121" +}, +{ + "emuIRN": "488205", + "description": "Small pearl with a hole through it. In an envelope that says \"Pearl received in Singapore Shipment\"", + "provenience": [ + "Asia", + "Singapore (uncertain)" + ], + "material": ["Pearl"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Pearl", + "Bead" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488205", + "measurement_outside_diameter": 0.55, + "curatorial_section": "Historic", + "object_number": "CG2015-10-93" +}, +{ + "emuIRN": "488016", + "description": "White paper with printed black grid lines, 8x8. The backside is completely blank. Shows severe water damage and ripping", + "provenience": ["Europe (uncertain)"], + "material": [ + "Paper", + "Cardboard" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Game Board"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488016", + "measurement_width": 30, + "curatorial_section": "Historic", + "measurement_length": 30, + "object_number": "CG2015-10-67" +}, +{ + "emuIRN": "488034", + "description": "Long wood rod, each has string tied to the top.", + "provenience": ["Europe (uncertain)"], + "material": [ + "Wood", + "Twine" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Whip Top Whip"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488034", + "measurement_outside_diameter": 0.7, + "other_numbers": ["4"], + "curatorial_section": "Historic", + "measurement_length": 30.6, + "object_number": "CG2015-10-80.1" +}, +{ + "emuIRN": "485808", + "description": "Double-edged blade is 70 cm long, tapers to a rounded point. Incised decoration on blade, (both sides) continuing a third of the way down it, Decoration consists of two parallel lines with x between them. Handle hilt. Handle itself is wrapped with wire.", + "provenience": ["Europe"], + "culture": ["European"], + "material": ["Steel"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Sword"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485808", + "other_numbers": ["1-8"], + "curatorial_section": "Historic", + "measurement_length": 86, + "object_number": "CG2015-10-4" +}, +{ + "emuIRN": "487592", + "description": "2 interlocking pieces, one long and triangular with arced loop on end, other a ring with opening. Long piece seems bent so the opening is closed", + "provenience": ["Europe (uncertain)"], + "material": [ + "Metal", + "Iron" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Wire Puzzle"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487592", + "measurement_outside_diameter": 2.4, + "curatorial_section": "Historic", + "measurement_length": 6.7, + "object_number": "CG2015-10-53" +}, +{ + "emuIRN": "488038", + "description": "A wooden cone with hair covering it, bottom bulb has a latticed wire wrap. Hair is blonde", + "provenience": ["Europe (uncertain)"], + "material": [ + "Wood", + "Hair", + "Wire" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Fragment"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488038", + "measurement_outside_diameter": 0.9, + "curatorial_section": "Historic", + "measurement_height": 2.25, + "object_number": "CG2015-10-83" +}, +{ + "emuIRN": "382490", + "description": "One of a pair of wooden children's shoes", + "provenience": ["Holland"], + "material": ["Wood"], + "object_name": ["Shoe"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/382490", + "curatorial_section": "Historic", + "object_number": "EU4B" +}, +{ + "emuIRN": "487586", + "description": "Three interlocking metal pieces bent to look like large paper clips with one less loop", + "provenience": ["Europe (uncertain)"], + "material": [ + "Metal", + "Steel (uncertain)" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Wire Puzzle"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487586", + "curatorial_section": "Historic", + "measurement_length": 3.5, + "object_number": "CG2015-10-48" +}, +{ + "emuIRN": "169598", + "description": "Board Game: Het Toekoe Oemarspel. Board (A) with 25 men (B) and Card Discs (C), Made by Jos. Von Dias Company.", + "technique": ["Printed"], + "provenience": [ + "Netherlands", + "Amsterdam" + ], + "culture": ["Dutch"], + "creator": ["Jos. Von Dias Company"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/169598", + "curatorial_section": "Historic", + "object_number": "21224A" +}, +{ + "emuIRN": "488445", + "description": "12 hollow wood rods of various sizes, all are painted red except one that has faded. The faded rod has an opening in the side. Some of the rods have paper ring around one end", + "provenience": ["Asia (uncertain)"], + "material": [ + "Wood", + "Paper" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Toy", + "Fragment" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488445", + "measurement_outside_diameter": 0.8, + "curatorial_section": "Historic", + "measurement_length": 15.8, + "object_number": "CG2015-10-115" +}, +{ + "emuIRN": "488506", + "description": "\"Naipes De La Fabrica DE Seabastion Conas y Ricart, Barcelona\" Has images of a sword, club, cup, and circle on the side for the suits and an image of a deer jumping over a box on the back", + "provenience": [ + "Europe", + "Spain", + "Barcelona" + ], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Playing Card Wrapper"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488506", + "measurement_width": 8.2, + "curatorial_section": "Historic", + "measurement_length": 11.1, + "object_number": "CG2015-10-132" +}, +{ + "emuIRN": "488400", + "description": "3 Small feathers. All barbs are on one side of trunk. Very dark in color, has some damage", + "provenience": ["Europe (uncertain)"], + "material": ["Feather"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Feathers"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488400", + "measurement_width": 1.5, + "curatorial_section": "Historic", + "measurement_length": 7, + "object_number": "CG2015-10-107" +}, +{ + "emuIRN": "533889", + "description": "Tarots Allemand (New Tarot). Box Cover fragment with label.", + "provenience": ["France"], + "culture": ["French"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1891"], + "object_name": [ + "Playing Card Box", + "Tarot" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/533889", + "date_made_early": "1866", + "date_made": "c. 1891", + "date_made_late": "1891", + "curatorial_section": "Historic", + "object_number": "9014B" +}, +{ + "emuIRN": "488254", + "description": "Two identical wood pieces. Uniform thickness except the last 1.3 cm, which is half as thick, each has two rectangular holes evenly spaced apart", + "provenience": ["Europe (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Game", + "Fragment" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488254", + "measurement_width": 1.25, + "curatorial_section": "Historic", + "measurement_length": 12.2, + "object_number": "CG2015-10-106" +}, +{ + "emuIRN": "254221", + "description": "one of a pair of wooden shoes", + "provenience": ["Denmark"], + "material": ["Wood"], + "object_name": ["Shoe"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/254221", + "curatorial_section": "Historic", + "object_number": "EU5A" +}, +{ + "emuIRN": "533852", + "description": "Board, spinner, 63 counters in 4 colors (1 white missing). \"Men\" missing

(B) Game pieces & spinner", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": [ + "Board Game", + "Goose Game", + "Game Piece" + ], + "url": "http://www.penn.museum/collections/object/533852", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16467B" +}, +{ + "emuIRN": "533927", + "description": "Board game spinner. 81 counters in 4 colors (only 80 need, 1 extra purple). 16 men in 4 colors (only 3 per color needed).

(B) Game pieces & spinner", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": [ + "Board Game", + "Spinner", + "Game Piece" + ], + "url": "http://www.penn.museum/collections/object/533927", + "date_made_early": "1887", + "date_made": "1887-1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16468B" +}, +{ + "emuIRN": "533928", + "description": "Box of game pieces.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": [ + "Board Game", + "Game Piece" + ], + "url": "http://www.penn.museum/collections/object/533928", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16978B" +}, +{ + "emuIRN": "490564", + "description": "11, has a picture of a man riding a horse and carrying a sword in blue, red, green, and yellow ink. Back has osciliting dotted lines with dots in between troughs", + "provenience": [ + "Europe", + "Spain" + ], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Tarot Card"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/490564", + "measurement_width": 5.7, + "curatorial_section": "Historic", + "measurement_length": 8.9, + "object_number": "CG2015-10-146" +}, +{ + "emuIRN": "487563", + "description": "6 flat round game pieces, while on one side, plain card board on other. Severe mold", + "provenience": ["Europe (uncertain)"], + "material": ["Cardboard"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Game Piece"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487563", + "measurement_outside_diameter": 1.6, + "curatorial_section": "Historic", + "object_number": "CG2015-10-36" +}, +{ + "emuIRN": "487564", + "description": "Small flat cardboard game pieces, discs, one side painted gold or silver with either a 5 or 10 on it (Coins?). Severe water damage", + "provenience": ["Europe (uncertain)"], + "material": ["Cardboard"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Game Piece"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487564", + "measurement_outside_diameter": 1.5, + "curatorial_section": "Historic", + "object_number": "CG2015-10-37" +}, +{ + "emuIRN": "488505", + "description": "A light brown package with red ink. Has several things written in Italian, including \"Carte da Giuoco Italiane (Qualita Forte)\" A. Baragioli and Co. are the makers, pack #40. Ripped all over", + "provenience": [ + "Europe", + "Italy" + ], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Playing Card Wrapper"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488505", + "measurement_width": 7.8, + "curatorial_section": "Historic", + "measurement_length": 9.2, + "object_number": "CG2015-10-131" +}, +{ + "emuIRN": "485841", + "description": "long wooden box (A), 2 cues (B-C), marbles (D)", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Wood"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": [ + "Game of Skill", + "Game Stick" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485841", + "date_made_early": "1884", + "date_made": "1884-1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16998B" +}, +{ + "emuIRN": "488509", + "description": "Water damaged to the point where the cards are stuck together. Only visible card looks like a back with architectural designs", + "provenience": ["Europe (uncertain)"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Playing Card"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488509", + "measurement_width": 6.2, + "curatorial_section": "Historic", + "measurement_length": 10.1, + "measurement_tickness": 1.2, + "object_number": "CG2015-10-134" +}, +{ + "emuIRN": "488455", + "description": "Metal Casting of a row boat on the water, row boat has a rope coming off the bow. There are four sets of oars, though only the left four are visible. The initials B.K. are carved into the boat. There is a ring on top so it can be hung", + "provenience": ["Europe (uncertain)"], + "material": [ + "Metal", + "Tin (uncertain)" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Ex Voto"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488455", + "measurement_width": 4.7, + "other_numbers": [ + "no given", + "29-235-?" + ], + "curatorial_section": "Historic", + "measurement_length": 14.7, + "object_number": "CG2015-10-120" +}, +{ + "emuIRN": "488511", + "description": "A minchiati, with standard printing practices. There are names written on the top of many cards, it is unclear if they were added after production. Backs are black with Filigree patterns.", + "provenience": ["Italy (uncertain)"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Tarot Card"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488511", + "measurement_width": 5.1, + "curatorial_section": "Historic", + "measurement_length": 11.6, + "measurement_tickness": 2.3, + "object_number": "CG2015-10-136" +}, +{ + "emuIRN": "488251", + "description": "Four small rectangular pieces of wood, made of smaller stripes of wood. At one end there is a rough diagonal surface, evidence of adhesive", + "provenience": ["Europe (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Game", + "Fragment" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488251", + "measurement_width": 2.25, + "curatorial_section": "Historic", + "measurement_length": 7.5, + "object_number": "CG2015-10-105" +}, +{ + "emuIRN": "488515", + "description": "A deck of 48 cards, numbered 1 to 48, with various pictures of French scenes and people. Educational? Pictures are detailed well. Back is blue and light blue checkerboard pattern.", + "provenience": [ + "Europe", + "France" + ], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Fortune Telling Card"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488515", + "measurement_width": 5.5, + "curatorial_section": "Historic", + "measurement_length": 7.9, + "measurement_tickness": 2.1, + "object_number": "CG2015-10-139" +}, +{ + "emuIRN": "488507", + "description": "3 Face cards for four suits on paper, all French suits.", + "provenience": [ + "Europe", + "Germany (uncertain)", + "France (uncertain)" + ], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Playing Card"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488507", + "measurement_width": 9.2, + "curatorial_section": "Historic", + "measurement_length": 13.5, + "object_number": "CG2015-10-133" +}, +{ + "emuIRN": "488432", + "description": "27 pieces of wood of associated sizes and shapes, all have the same basic color, one has a tag that says \"25\" on it", + "provenience": ["Europe (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Game", + "Fragment" + ], + "url": "http://www.penn.museum/collections/object/488432", + "other_numbers": ["25"], + "curatorial_section": "Historic", + "object_number": "CG2015-10-112" +}, +{ + "emuIRN": "488512", + "description": "A minchiati deck. Backs are blue and are large rectangles with pin stripes and geometric ferns and a central small rectangle split in 4 sections like an envelope with one section filled in, one striped, and two blank", + "provenience": [ + "Italy (uncertain)", + "France (uncertain)" + ], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Tarot Card"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488512", + "measurement_width": 5, + "curatorial_section": "Historic", + "measurement_length": 10.4, + "measurement_tickness": 2.1, + "object_number": "CG2015-10-137" +}, +{ + "emuIRN": "485838", + "description": "Brass cone and ball end piece. Has some material from whatever it attached to in it's hollow space.", + "provenience": ["Europe (uncertain)"], + "culture": ["European (uncertain)"], + "material": [ + "Brass", + "Wood (uncertain)", + "Leather (uncertain)" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Fragment", + "Weapon" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/485838", + "curatorial_section": "Historic", + "measurement_length": 2, + "object_number": "CG2015-10-17.15" +}, +{ + "emuIRN": "490567", + "description": "Card \"VIIII\" has a long wheel with 4 figures, one on the ground, one on either side, and an animal headed one sitting on top holding an orb and scepter, in red, green, and yellow ink. Back is blue repeating small flower pattern", + "provenience": [ + "Europe", + "Italy (uncertain)" + ], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Tarot Card"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/490567", + "measurement_width": 6, + "curatorial_section": "Historic", + "measurement_length": 9.8, + "object_number": "CG2015-10-148" +}, +{ + "emuIRN": "490575", + "description": "4 of clubs, 2 4's of diamonds, 3 of diamonds, and 9 of diamonds. The corner most pips are cut in half for the number. Backs are bright gold, pink, black, and white and have 2 lions facing away from each other, floral and gilded pattern and a border of gold orbs.", + "provenience": [ + "Europe", + "England (uncertain)" + ], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Playing Card"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/490575", + "measurement_width": 3.65, + "curatorial_section": "Historic", + "measurement_length": 6.85, + "object_number": "CG2015-10-154" +}, +{ + "emuIRN": "487551", + "description": "Five die with 2 of one size, 2 of a larger size, and 1 that is largest. 6-sided, has pips on all sides, the \"1\" pip is inflated to take up one full side and painted red unlike the rest of the sides in black. Four of these also paint the \"4\" side in red", + "provenience": ["Europe (uncertain)"], + "material": ["Bone"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Dice"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487551", + "measurement_width": 1, + "curatorial_section": "Historic", + "measurement_height": 1, + "measurement_length": 1, + "object_number": "CG2015-10-25" +}, +{ + "emuIRN": "490570", + "description": "3 cards, 4 of wands, 7 of orbs, and 16 of orbs (which has 2 people under a large star). In red, blue, and yellow ink. Backs are blue and have two large heart shapes that meet in the middle they are heavily patterned.", + "provenience": [ + "Europe", + "Italy" + ], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Tarot Card"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/490570", + "measurement_width": 5, + "curatorial_section": "Historic", + "measurement_length": 10.5, + "object_number": "CG2015-10-150" +}, +{ + "emuIRN": "487598", + "description": "A single metal ring with an opening, very similar to CG2015-10-53/54", + "provenience": ["Europe (uncertain)"], + "material": [ + "Metal", + "Iron (uncertain)" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Wire Puzzle"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/487598", + "measurement_outside_diameter": 2.4, + "curatorial_section": "Historic", + "object_number": "CG2015-10-56" +}, +{ + "emuIRN": "486748", + "description": "Left. Comprised mostly of leather, brown soles, red on surface, and green around hole. Has additional decoration around hole in the form of small metal rings embedded in brown leather. Front of shoe has two double helical decorations around central oval of bright orange thread (Copper thread?). Toe of show has large wool ball that are red, green, and yellow.", + "provenience": ["Europe (uncertain)"], + "material": [ + "Leather", + "Wool", + "Copper (uncertain)", + "Brass (uncertain)" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Shoe"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/486748", + "curatorial_section": "Historic", + "measurement_length": 26, + "object_number": "CG2015-10-20.1" +}, +{ + "emuIRN": "488007", + "description": "Red wood, 2 pieces, one short, one long, Both are plain cylinders. They show some signs of wear", + "provenience": ["Europe"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Tip Cat Bat"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488007", + "measurement_outside_diameter": 2.5, + "curatorial_section": "Historic", + "measurement_length": 69.5, + "object_number": "CG2015-10-64" +}, +{ + "emuIRN": "488452", + "description": "3 large pieces of wood, the longest of which has a split end and holes for a hinge, as well as pegs. The other two are flat and have two holes that line up", + "provenience": ["Europe (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Toy", + "Fragment" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488452", + "curatorial_section": "Historic", + "measurement_height": 11.1, + "measurement_length": 28.4, + "measurement_tickness": 2.85, + "object_number": "CG2015-10-117" +}, +{ + "emuIRN": "490565", + "description": "Three face cards all carrying swords, in red, green, yellow, and blue ink. Backs are plain blue, severe water damage.", + "provenience": [ + "Europe", + "Italy", + "Bologna (uncertain)" + ], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Tarot Card"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/490565", + "measurement_width": 5.2, + "curatorial_section": "Historic", + "measurement_length": 11.3, + "object_number": "CG2015-10-147" +}, +{ + "emuIRN": "488516", + "description": "Same type of cards as CG2015-10-139, but only one card from another pack, only No. 43 \"La Layette\", with picture of baby crib. Card is in two pieces. Back is blue and light blue checkerboard pattern. Severe water damage", + "provenience": [ + "Europe", + "France" + ], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Fortune Telling Card"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488516", + "measurement_width": 5.5, + "other_numbers": ["9012"], + "curatorial_section": "Historic", + "measurement_length": 7.9, + "object_number": "CG2015-10-140" +}, +{ + "emuIRN": "490561", + "description": "3 crossed clubs in red, blue, and yellow ink. Back is black ink, scene of a woman sleeping under a tree with words \"IN.VITERBO\"", + "provenience": [ + "Europe", + "Italy (uncertain)" + ], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Tarot Card"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/490561", + "measurement_width": 5.1, + "curatorial_section": "Historic", + "measurement_length": 9.1, + "object_number": "CG2015-10-143" +}, +{ + "emuIRN": "533851", + "description": "Board Game: Latne-nit-noc. Board, dice cup (all 5 dice missing), counters. 12 numbered pieces. Directions.

(B) game pieces & instructions", + "provenience": ["New York City"], + "creator": ["McLoughlin Brothers"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": [ + "Board Game", + "Game Piece", + "Instruction" + ], + "url": "http://www.penn.museum/collections/object/533851", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "other_numbers": ["446"], + "curatorial_section": "Historic", + "object_number": "16466B" +}, +{ + "emuIRN": "325747", + "description": "14 individual lottery tickets, 5 joined tickets. See also Ticket 17559B", + "provenience": [ + "Brazil", + "Rio De Janeiro" + ], + "accession_credit_line": ["Gift of Senor J. B. da Motta, 1895"], + "object_name": ["Lottery Ticket"], + "url": "http://www.penn.museum/collections/object/325747", + "curatorial_section": "Historic", + "object_number": "17559A" +}, +{ + "emuIRN": "533926", + "description": "Wooden racks.

Mah-Jongg Game: Green Cardboard box, Green wood cup, 1 pair of small dice, wooden score tablet; Racks with tiles - 46 cream, 20 red, 22 green, 1 blue and 1 white tiles. Manufactured by Parker Brothers, Inc, Salem Massachusetts, copyright 1920-1923; Reg. US Patent Office.", + "provenience": [ + "Massachusetts", + "Salem" + ], + "culture": ["American"], + "creator": ["Parker Brothers, Inc."], + "accession_credit_line": ["Gift of Mrs. Milton Harper, 1968"], + "object_name": [ + "Game", + "Mah-Jongg", + "Game Piece" + ], + "url": "http://www.penn.museum/collections/object/533926", + "date_made_early": "1920", + "date_made": "1920-1923", + "date_made_late": "1923", + "curatorial_section": "Historic", + "object_number": "68-3-1D" +}, +{ + "emuIRN": "488404", + "description": "Red paper coiled into a cone with gold pattern resembling ferns. Has a plain colored collar keeping the cone wrapped", + "provenience": ["Asia (uncertain)"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": [ + "Toy (uncertain)", + "Fragment" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488404", + "measurement_outside_diameter": 1.5, + "curatorial_section": "Historic", + "measurement_height": 5, + "object_number": "CG2015-10-110" +}, +{ + "emuIRN": "488024", + "description": "Functional white pipe, very plain, has the word \"Germany\" molded on one side", + "provenience": [ + "Europe", + "Germany" + ], + "material": ["Ceramic"], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Pipe"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/488024", + "measurement_width": 2.05, + "curatorial_section": "Historic", + "measurement_height": 4.3, + "measurement_length": 15.1, + "object_number": "CG2015-10-74" +}, +{ + "emuIRN": "490572", + "description": "King of spades, has a great amount of detail on the face and clothes in red, blue, gold, and black ink. Has a caption in german that says \"Verfirtuizt(?) von Andreas Haupold in Nurnberg\". Back in blue and has star burst and diamond pattern", + "provenience": [ + "Europe", + "Germany", + "Nuremburg" + ], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Received from various sources, pre-2015"], + "object_name": ["Playing Card"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/490572", + "measurement_width": 5.75, + "curatorial_section": "Historic", + "measurement_length": 8.25, + "object_number": "CG2015-10-151" +}, +{ + "emuIRN": "533925", + "description": "Poker chips.

Mah-Jongg Game: Green Cardboard box, Green wood cup, 1 pair of small dice, wooden score tablet; Racks with tiles - 46 cream, 20 red, 22 green, 1 blue and 1 white tiles. Manufactured by Parker Brothers, Inc, Salem Massachusetts, copyright 1920-1923; Reg. US Patent Office.", + "provenience": [ + "Massachusetts", + "Salem" + ], + "culture": ["American"], + "creator": ["Parker Brothers, Inc."], + "accession_credit_line": ["Gift of Mrs. Milton Harper, 1968"], + "object_name": [ + "Game", + "Mah-Jongg", + "Game Piece" + ], + "url": "http://www.penn.museum/collections/object/533925", + "date_made_early": "1920", + "date_made": "1920-1923", + "date_made_late": "1923", + "curatorial_section": "Historic", + "object_number": "68-3-1C" +}, +{ + "emuIRN": "207051", + "description": "Game: Disco Carom Game. Large board with 2 cuplike depressions. 2 playing sticks. Numbers from 0-8 on each end.", + "provenience": ["New York City"], + "culture": ["American"], + "accession_credit_line": ["Gift of E. I. Horsman, 1893"], + "object_name": ["Game"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/207051", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16619" +}, +{ + "emuIRN": "405276", + "description": "Wood game board, 64 squares", + "provenience": ["Europe (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Game Board"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/405276", + "curatorial_section": "Historic", + "object_number": "29-191-294" +}, +{ + "emuIRN": "250179", + "description": "Board and men. 16 men with black tops, 24 men without. 20 light wood pieces, 20 darker wood pieces. 172 squares on board. Original box. Castles on lower-right and upper left corner. Back of board: silver leaves on maroon.", + "provenience": [ + "Massachusetts", + "Salem" + ], + "culture": ["American"], + "creator": ["Parker Brothers, Inc."], + "material": ["Wood"], + "accession_credit_line": ["Purchased from and gift of Parker Brothers, Inc., 1893"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/250179", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16418" +}, +{ + "emuIRN": "114038", + "description": "Board, 2 indicators, 1 \"ball\", eight men. Directions on box lid. One of the indicators has a \"Cat and Mouse\" theme.", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/114038", + "date_made_early": "1891", + "date_made": "1891-1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16454" +}, +{ + "emuIRN": "193846", + "description": "2 direction pamphlets. Double-sized board, 4 panels. 6 dice cups, each with 1 pair dice (12 dice total). 6 playing pieces/counters, various colors. 125 pieces of toy money. 5 packets train tickets, buff going west and blue going east in 5 compartments with pink string. 8 from Denver, 12 from Boston, 16 from Chicago, 16 from New Orleans, 10 from San Francisco.", + "provenience": [ + "Massachusetts", + "Salem" + ], + "culture": ["American"], + "creator": ["Parker Brothers, Inc."], + "accession_credit_line": ["Purchased from and gift of Parker Brothers, Inc., 1893"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/193846", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16463" +}, +{ + "emuIRN": "62798", + "description": "Board Game: Game of Bobb. Table with 4 detachable legs, 2 mallets, 2 men", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["McLoughlin Brothers"], + "accession_credit_line": ["Gift of McLoughlin Brothers, 1893"], + "object_name": ["Board Game"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/62798", + "date_made_early": "1892", + "date_made": "1892-1893", + "date_made_late": "1893", + "other_numbers": ["478"], + "curatorial_section": "Historic", + "object_number": "16472" +}, +{ + "emuIRN": "234091", + "description": "Sheer cream solored silk blouse with large box sleeves. Pink and cream darning at neck and on sleeves", + "provenience": ["Yugoslavia"], + "culture": ["Ottoman"], + "material": ["Silk"], + "accession_credit_line": ["Gift of Mrs. Josiah Marvel, 1966"], + "object_name": ["Blouse"], + "url": "http://www.penn.museum/collections/object/234091", + "date_made_early": "1700", + "date_made": "1700-1850", + "date_made_late": "1850", + "curatorial_section": "Historic", + "object_number": "66-18-1A" +}, +{ + "emuIRN": "267568", + "description": "very ornate pink silk with gold floral designs", + "provenience": ["Yugoslavia"], + "culture": ["Ottoman"], + "material": ["Silk"], + "accession_credit_line": ["Gift of Mrs. Josiah Marvel, 1966"], + "object_name": ["Trousers"], + "url": "http://www.penn.museum/collections/object/267568", + "date_made_early": "1700", + "date_made": "1700-1850", + "date_made_late": "1850", + "curatorial_section": "Historic", + "object_number": "66-18-1B" +}, +{ + "emuIRN": "296035", + "description": "heavy gold metallic braid. scalloped lower border, gold buttons with pink beads along opening. sculpted surface in high relief", + "provenience": ["Yugoslavia"], + "culture": ["Ottoman"], + "accession_credit_line": ["Gift of Mrs. Josiah Marvel, 1966"], + "object_name": ["Vest"], + "url": "http://www.penn.museum/collections/object/296035", + "date_made_early": "1700", + "date_made": "1700-1850", + "date_made_late": "1850", + "curatorial_section": "Historic", + "object_number": "66-18-1C" +}, +{ + "emuIRN": "53200", + "description": "Small; Gilt Hit (card). Dress sword with gilded hilt. Made in Toledo. (Bulletin June 1899).", + "provenience": [ + "Spain", + "Madrid", + "Toledo" + ], + "culture": ["Spanish"], + "object_name": ["Sword"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/53200", + "date_made_early": "1775", + "date_made": "c. 1800", + "date_made_late": "1825", + "curatorial_section": "Historic", + "object_number": "16102" +}, +{ + "emuIRN": "332990", + "description": "Basket hilt (card) Semi cup-shaped guard (Bulletin June 1899).", + "provenience": [ + "Spain", + "Madrid" + ], + "culture": ["Spanish"], + "object_name": ["Sword"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/332990", + "date_made_early": "1600", + "date_made": "1600-1699", + "date_made_late": "1699", + "curatorial_section": "Historic", + "object_number": "16104" +}, +{ + "emuIRN": "324613", + "description": "Baske Hilt (card). Spanish rapier - Cup guard with piered floriated design. (Bulletin June 1899).

Silver metal semi-spherical cup guard with deterioration at hilt would fit over blade. Floral lattice work at top and in band in middle. Blade missing (5/8/2000).", + "provenience": [ + "Spain", + "Madrid" + ], + "culture": ["Spanish"], + "material": ["Metal"], + "object_name": [ + "Sword", + "Rapier" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/324613", + "date_made": "pre 1892", + "curatorial_section": "Historic", + "object_number": "16105" +}, +{ + "emuIRN": "309913", + "description": "Basket Hilt", + "provenience": [ + "Spain", + "Madrid" + ], + "culture": ["Spanish"], + "object_name": ["Sword"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/309913", + "date_made_early": "1800", + "date_made": "1800-1850", + "date_made_late": "1850", + "curatorial_section": "Historic", + "object_number": "16106" +}, +{ + "emuIRN": "273552", + "description": "Cross hilt with sheath (b) (card). Similar to 16107 (Bulletin June 1899).", + "provenience": [ + "Spain", + "Madrid" + ], + "culture": ["Spanish"], + "object_name": ["Sword"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/273552", + "date_made_early": "1799", + "date_made": "1799", + "date_made_late": "1799", + "curatorial_section": "Historic", + "object_number": "16108A" +}, +{ + "emuIRN": "371867", + "description": "Virginia Military Institute - Inscribed \"VMI - 79-80 / C. L. Beckurts\"", + "provenience": ["Virginia"], + "culture": ["American"], + "material": [ + "Brass", + "Snakeskin" + ], + "accession_credit_line": ["Gift of Mrs. Robert Ehrman in memory of her father Major C. L. Beckurts, 1943"], + "object_name": ["Sword"], + "url": "http://www.penn.museum/collections/object/371867", + "curatorial_section": "Historic", + "object_number": "43-13-36A" +}, +{ + "emuIRN": "371868", + "description": "Virginia Military Institute Sword/Sheath", + "provenience": ["Virginia"], + "culture": ["American"], + "material": ["Brass"], + "accession_credit_line": ["Gift of Mrs. Robert Ehrman in memory of her father Major C. L. Beckurts, 1943"], + "object_name": ["Sword Sheath"], + "url": "http://www.penn.museum/collections/object/371868", + "curatorial_section": "Historic", + "object_number": "43-13-36B" +}, +{ + "emuIRN": "63662", + "description": "eight small rounded boxes (C-J) to fit in wheel (A) and round stand (b)

A) flat wood disc with eight circles cut out around the circumference inside the edge and one smaller circle cut from middle. 18 card faces grouped in a circle just inside the eight holes - each group corresponding to a hole. Beyond the cards within the circle are the concentric circles each with german writing in them. Frame is green and other colors are white, red, yellow, black and blue", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Mrs. John Harrison, 1893"], + "object_name": ["Board Game"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/63662", + "date_made_early": "1867", + "date_made": "c.1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15800A" +}, +{ + "emuIRN": "349151", + "description": "eight small rounded boxes (C-J) to fit in wheel (A) and round stand (b)", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Mrs. John Harrison, 1893"], + "object_name": ["Board Game"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/349151", + "curatorial_section": "Historic", + "object_number": "15800B" +}, +{ + "emuIRN": "406888", + "description": "eight small rounded boxes (C-J) to fit in wheel (A) and round stand (b).", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Mrs. John Harrison, 1893"], + "object_name": ["Game Piece"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/406888", + "curatorial_section": "Historic", + "object_number": "15800C" +}, +{ + "emuIRN": "406889", + "description": "eight small rounded boxes (C-J) to fit in wheel (A) and round stand (b).", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Mrs. John Harrison, 1893"], + "object_name": ["Game Piece"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/406889", + "curatorial_section": "Historic", + "object_number": "15800D" +}, +{ + "emuIRN": "406890", + "description": "eight small rounded boxes (C-J) to fit in wheel (A) and round stand (b).", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Mrs. John Harrison, 1893"], + "object_name": ["Game Piece"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/406890", + "curatorial_section": "Historic", + "object_number": "15800E" +}, +{ + "emuIRN": "406891", + "description": "eight small rounded boxes (C-J) to fit in wheel (A) and round stand (b).", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Mrs. John Harrison, 1893"], + "object_name": ["Game Piece"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/406891", + "curatorial_section": "Historic", + "object_number": "15800F" +}, +{ + "emuIRN": "406892", + "description": "eight small rounded boxes (C-J) to fit in wheel (A) and round stand (b).", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Mrs. John Harrison, 1893"], + "object_name": ["Game Piece"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/406892", + "curatorial_section": "Historic", + "object_number": "15800G" +}, +{ + "emuIRN": "406893", + "description": "eight small rounded boxes (C-J) to fit in wheel (A) and round stand (b).", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Mrs. John Harrison, 1893"], + "object_name": ["Game Piece"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/406893", + "curatorial_section": "Historic", + "object_number": "15800H" +}, +{ + "emuIRN": "406894", + "description": "eight small rounded boxes (C-J) to fit in wheel (A) and round stand (b).", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Mrs. John Harrison, 1893"], + "object_name": ["Game Piece"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/406894", + "curatorial_section": "Historic", + "object_number": "15800I" +}, +{ + "emuIRN": "406895", + "description": "eight small rounded boxes (C-J) to fit in wheel (A) and round stand (b).", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Mrs. John Harrison, 1893"], + "object_name": ["Game Piece"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/406895", + "curatorial_section": "Historic", + "object_number": "15800J" +}, +{ + "emuIRN": "239939", + "description": "Iron blade with bevelled cutting edge; tang at right angle to black of blade, inserted through roughly cylindrical wooden handle", + "provenience": ["Pennsylvania"], + "culture": ["American"], + "material": [ + "Iron", + "Wood" + ], + "period": [ + "American Revolutionary Period", + "18th century" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Sickle"], + "url": "http://www.penn.museum/collections/object/239939", + "date_made_early": "1775", + "date_made": "1775-1783", + "date_made_late": "1783", + "other_numbers": ["434"], + "curatorial_section": "Historic", + "object_number": "42-30-76" +}, +{ + "emuIRN": "148961", + "description": "Straight, single endged iron blade, both back and edge rounded to point. Straight iron guard. Tang inserted in straight wooden grip", + "provenience": ["Michigan"], + "culture": ["American Pioneer"], + "material": [ + "Iron", + "Wood" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Knife"], + "url": "http://www.penn.museum/collections/object/148961", + "other_numbers": ["397"], + "curatorial_section": "Historic", + "object_number": "42-30-80" +}, +{ + "emuIRN": "215537", + "description": "Single-edged steel blade rounded to point, back near the point concave. Straight, recurved, quillons. Wooden grip with brass knob and grass band.", + "provenience": ["Arkansas"], + "culture": ["American"], + "material": [ + "Steel", + "Brass", + "Wood" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Hunting Knife"], + "url": "http://www.penn.museum/collections/object/215537", + "other_numbers": ["396"], + "curatorial_section": "Historic", + "culture_area": ["Southeast"], + "object_number": "42-30-81" +}, +{ + "emuIRN": "273633", + "description": "Straight, single edged iron blade rounded to point edge worn. Tang insertd in rugoic horn grip.", + "provenience": ["Arkansas"], + "culture": ["Early American"], + "material": [ + "Iron", + "Horn (animal part)" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Knife"], + "url": "http://www.penn.museum/collections/object/273633", + "other_numbers": ["400"], + "curatorial_section": "Historic", + "culture_area": ["Southeast"], + "object_number": "42-30-82" +}, +{ + "emuIRN": "269384", + "description": "Straight, heavy, single-edged steel blade rounded to point; back very slightly concave except for a short section slanted to point. Blade stamped: UK Univin & Rodgrs Cutlers Sheffield Superlative. Wide tang inserted through the full length of the 2-piece, polished, dark wooden handle which was inset brass plaques and which is completely wrapped with leather thong.", + "provenience": [ + "Arkansas (uncertain)", + "Mississippi (uncertain)" + ], + "material": [ + "Steel", + "Brass", + "Wood", + "Leather" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Knife"], + "url": "http://www.penn.museum/collections/object/269384", + "other_numbers": ["360"], + "curatorial_section": "Historic", + "culture_area": ["Southeast"], + "object_number": "42-30-83" +}, +{ + "emuIRN": "2594", + "description": "\"Wilson Skinner\" Knife. Curved, pointed, single edge steel blade, the cutting edge being convex. Stamped: L. Wilson Sycamore, Sheffield, England. Wide tang inserted in flat, 2-piece wooden handle which is rivetted together", + "provenience": [ + "Texas", + "New Mexico", + "Oklahoma" + ], + "culture": [ + "British", + "American" + ], + "material": [ + "Steel", + "Wood" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Knife"], + "url": "http://www.penn.museum/collections/object/2594", + "date_made_early": "1870", + "date_made": "1870-1875", + "date_made_late": "1875", + "other_numbers": ["438"], + "curatorial_section": "Historic", + "object_number": "42-30-86" +}, +{ + "emuIRN": "170641", + "description": "Straight, single edged iron blade, rounded to point, much worn. Oval iron guard. Wide, flat tang with one recurved side and beaked end extending the full length of the 2-piece wooden grip of similar shape. Grip damaged. 5 iron rivets.", + "provenience": [ + "Texas", + "San Antonio (Texas)", + "Alamo" + ], + "culture": ["American"], + "material": [ + "Iron", + "Wood" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": [ + "Knife", + "Dirk" + ], + "url": "http://www.penn.museum/collections/object/170641", + "other_numbers": ["1"], + "curatorial_section": "Historic", + "object_number": "42-30-87" +}, +{ + "emuIRN": "322293", + "description": "Straight, double edged, steel blade, rounded to point, medial ridge on both faces Edges notched (Intentionally?) Much worn. Tang wrapped with rope to form grip.", + "provenience": [ + "Virginia", + "Manasses" + ], + "culture": ["Confederate"], + "material": ["Steel"], + "period": [ + "American Civil War", + "19th century" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dirk"], + "url": "http://www.penn.museum/collections/object/322293", + "date_made_early": "1861", + "date_made": "1861-1865", + "date_made_late": "1865", + "other_numbers": ["280"], + "curatorial_section": "Historic", + "object_number": "42-30-94" +}, +{ + "emuIRN": "51044", + "description": "Straigh, double edged steel blade with slightly convex sides tapering to point. Oval, brass guard. Tang inserted in grip which is completely bound with narrow strip of black leather. Small brass cap. See Sheath B", + "provenience": [ + "New York", + "Lake Oneida" + ], + "culture": ["American"], + "material": [ + "Steel", + "Leather", + "Brass" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger"], + "url": "http://www.penn.museum/collections/object/51044", + "date_made_early": "1700", + "date_made": "1700-1850", + "date_made_late": "1850", + "other_numbers": ["448"], + "curatorial_section": "Historic", + "object_number": "42-30-73A" +}, +{ + "emuIRN": "138393", + "description": "2-piece leather sheath sewed around the edges; impressed punctate conventionalized floral design on one face; loop for carrying cord on ther. See A Dagger", + "provenience": [ + "New York", + "Lake Oneida" + ], + "culture": ["American"], + "material": ["Leather"], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger Sheath"], + "url": "http://www.penn.museum/collections/object/138393", + "date_made_early": "1700", + "date_made": "1700-1850", + "date_made_late": "1850", + "other_numbers": ["448"], + "curatorial_section": "Historic", + "object_number": "42-30-73B" +}, +{ + "emuIRN": "158238", + "description": "Elongated, lanceolate, double-edged pointed steel blade with tan inserted through facetted black, wooden handle; brass bad at each end and brass disc at end of grip. Straight steel guard,each end twisted into a scroll on the blade side. See Sheath B", + "provenience": ["Pennsylvania (uncertain)"], + "culture": ["Early American"], + "material": [ + "Steel", + "Brass" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger"], + "url": "http://www.penn.museum/collections/object/158238", + "other_numbers": ["403"], + "curatorial_section": "Historic", + "object_number": "42-30-78A" +}, +{ + "emuIRN": "348291", + "description": "Sheath of natural wood with triangular back inset, carved rosette on face with slot for cord. See dagger A", + "technique": ["Carved"], + "provenience": ["Pennsylvania (uncertain)"], + "culture": ["Early American"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger Sheath"], + "url": "http://www.penn.museum/collections/object/348291", + "other_numbers": ["403"], + "curatorial_section": "Historic", + "object_number": "42-30-78B" +}, +{ + "emuIRN": "17347", + "description": "Straight, single edged steel blade, the back concave to point. Back near grip serrated. Tang inserted in dark horn ornamented with incised and relief snake. Straight brass guard with knob ends. See Sheath B", + "provenience": ["Missouri"], + "culture": ["American"], + "material": [ + "Steel", + "Horn (animal part)", + "Brass" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Knife"], + "url": "http://www.penn.museum/collections/object/17347", + "other_numbers": ["401"], + "curatorial_section": "Historic", + "object_number": "42-30-84A" +}, +{ + "emuIRN": "185833", + "description": "2-piece leather sheath, fringed at sides and with impressed conventional leaf design on one face. See Knife A", + "provenience": ["Missouri"], + "culture": ["American"], + "material": ["Leather"], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Knife Sheath"], + "url": "http://www.penn.museum/collections/object/185833", + "other_numbers": ["401"], + "curatorial_section": "Historic", + "object_number": "42-30-84B" +}, +{ + "emuIRN": "275798", + "description": "Lanceolate, double edged, steel blade with pronounced medial ridge on both faces and with rather long cylindrical socket; crescent-shaped black horn grip with projection from concave side over the end of the socket. See Sheath B", + "provenience": [ + "Louisiana", + "New Orleans" + ], + "culture": ["American"], + "material": [ + "Steel", + "Horn (animal part)" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Gimlet Dagger"], + "url": "http://www.penn.museum/collections/object/275798", + "other_numbers": ["128"], + "curatorial_section": "Historic", + "object_number": "42-30-85A" +}, +{ + "emuIRN": "23919", + "description": "Leather sheath with long brass tip and with brass band with hook at top. See gimlet dagger A", + "provenience": [ + "Louisiana", + "New Orleans" + ], + "culture": ["American"], + "material": [ + "Leather", + "Brass" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger Sheath"], + "url": "http://www.penn.museum/collections/object/23919", + "other_numbers": ["128"], + "curatorial_section": "Historic", + "object_number": "42-30-85B" +}, +{ + "emuIRN": "157112", + "description": "Steel and polished black wood. Double-edged blade, dull except at point, wide, roughly rectangular guard. Cylindrical haft over end of wooden grip. Pierced knob on cap tip.", + "provenience": ["Europe"], + "material": [ + "Steel", + "Wood" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger"], + "url": "http://www.penn.museum/collections/object/157112", + "other_numbers": ["564"], + "curatorial_section": "Historic", + "object_number": "42-30-147" +}, +{ + "emuIRN": "170378", + "description": "Long, narrow, double-edged steel blade tapering to point, Wide brass guard terminating in knobs. Brass band covering insertion of wooden handle, lenticular in section, completely carved in diamond pattern with the exception of one large diamond-shaped applied piece of silver. Brass knob over end.", + "provenience": ["Europe"], + "material": [ + "Steel", + "Brass", + "Wood" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger"], + "url": "http://www.penn.museum/collections/object/170378", + "other_numbers": ["563"], + "curatorial_section": "Historic", + "object_number": "42-30-167" +}, +{ + "emuIRN": "370641", + "description": "Highly polished dark wood (mahogany ?), conventionalized animals head at top, point missing.", + "provenience": ["Europe (uncertain)"], + "material": [ + "Wood", + "Mahogany (uncertain)" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Paper Knife"], + "url": "http://www.penn.museum/collections/object/370641", + "curatorial_section": "Historic", + "object_number": "42-30-492" +}, +{ + "emuIRN": "233490", + "description": "Single-edged iron blade tapering to point. Much worn. Deeply cut spearhead, apparently maker's mark, on one surface. Tang extended through two-piece wooden handle (restored). Wheel-like piercing near end of blade.", + "provenience": [ + "England", + "Trent" + ], + "material": ["Iron"], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Sheath Knife"], + "url": "http://www.penn.museum/collections/object/233490", + "date_made_early": "1400", + "date_made": "1400-1499", + "date_made_late": "1499", + "other_numbers": ["244"], + "curatorial_section": "Historic", + "object_number": "42-30-123" +}, +{ + "emuIRN": "299986", + "description": "Iron blade with single curve cutting edge; back of blade near point concave. Ivory grip with figures in high relief: on one side, two judges; on the other, man and woman. Brass pommel; short brass guard. Blade bears the mark of Ulrich John, Dresden, about 1750.", + "provenience": [ + "Germany", + "Dresden" + ], + "culture": ["Saxon"], + "creator": ["Ulrich John"], + "material": [ + "Iron", + "Brass" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": [ + "Knife", + "Coutelas" + ], + "url": "http://www.penn.museum/collections/object/299986", + "date_made_early": "1750", + "date_made": "1750", + "date_made_late": "1750", + "other_numbers": ["334"], + "curatorial_section": "Historic", + "object_number": "42-30-124" +}, +{ + "emuIRN": "130948", + "description": "Single-edged iron blade tapering to point. Short down-curved quillons with pointed ends and with loop between. Wooden grip, lentoid in section. Spherical iron pommel.", + "provenience": [ + "Germany", + "Saxony" + ], + "culture": ["Saxon"], + "material": [ + "Iron", + "Wood" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger"], + "url": "http://www.penn.museum/collections/object/130948", + "date_made_early": "1525", + "date_made": "c. 1550", + "date_made_late": "1575", + "other_numbers": ["338"], + "curatorial_section": "Historic", + "object_number": "42-30-125" +}, +{ + "emuIRN": "92057", + "description": "Thin steel blade with four slightly concave sides tapering to sharp point. Ivory grip with lion head in high relief on one side. Brass band at top and bottom. Pommel missing.", + "provenience": ["England"], + "material": [ + "Steel", + "Ivory" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Stiletto"], + "url": "http://www.penn.museum/collections/object/92057", + "other_numbers": ["429"], + "curatorial_section": "Historic", + "object_number": "42-30-126" +}, +{ + "emuIRN": "81844", + "description": "Thin four-sided steel blade tapering to point, etched except at point. Ivory grip bent at right angles at top and terminating in lion's head. Etched brass binding at base.", + "provenience": ["England"], + "material": [ + "Steel", + "Ivory" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Stiletto"], + "url": "http://www.penn.museum/collections/object/81844", + "other_numbers": ["430"], + "curatorial_section": "Historic", + "object_number": "42-30-127" +}, +{ + "emuIRN": "177358", + "description": "Curved single-edged steel blade tapering to sharp point with slight bevel on cutting edge and for about 2/5 of other edge. Polished dark wooden grip with metal cap terminating in torso and head of winged human figure. The straight metal quillons terminate in two similar figures which, however, show legs crossed. Gilded etched decoration in leaf design on both sides of blade at top. \"Thomas Johnson 1693\" at top one side of blade.", + "provenience": ["England"], + "creator": ["Thomas Johnson"], + "material": ["Steel"], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Plug Bayonet"], + "url": "http://www.penn.museum/collections/object/177358", + "date_made_early": "1693", + "date_made": "1693", + "date_made_late": "1693", + "other_numbers": ["157"], + "curatorial_section": "Historic", + "object_number": "42-30-128" +}, +{ + "emuIRN": "179974", + "description": "Curved single-edged steel blade, both edges bevelled towards cutting edge and for about 2/5 of other edge. Blued blade covered with etched seahorse, crown, ship and floral design and marked \"Thos. Gill, #53 St. Jamess St. London, warranted\". Traces of gilding. Openwork brass guard in anchor and cable design. Ivory grip finely crosshatched with brass cap in form of lion's head.", + "provenience": [ + "England", + "London" + ], + "culture": ["British"], + "creator": ["Thomas Gill"], + "material": [ + "Steel", + "Ivory" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Knife"], + "url": "http://www.penn.museum/collections/object/179974", + "date_made_early": "1800", + "date_made": "1800-1850", + "date_made_late": "1850", + "other_numbers": ["433"], + "curatorial_section": "Historic", + "object_number": "42-30-129" +}, +{ + "emuIRN": "322861", + "description": "Heavy single-edged steel blade tapering to blunt point. Back notched on both edges. Wide shallow groove on both faces. Wooden grip in three sections, the second one carved in paralled lines in checker pattern. Brass studs and brass cap and binding.", + "provenience": ["Scotland"], + "culture": ["Scottish"], + "material": [ + "Steel", + "Wood", + "Brass" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dirk"], + "url": "http://www.penn.museum/collections/object/322861", + "date_made_early": "1725", + "date_made": "c. 1750", + "date_made_late": "1775", + "other_numbers": ["85"], + "curatorial_section": "Historic", + "object_number": "42-30-133A" +}, +{ + "emuIRN": "248956", + "description": "Black leather sheath with four silver bands.", + "provenience": ["Scotland"], + "culture": ["Scottish"], + "material": [ + "Leather", + "Silver" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dirk Sheath"], + "url": "http://www.penn.museum/collections/object/248956", + "date_made_early": "1725", + "date_made": "c. 1750", + "date_made_late": "1775", + "other_numbers": ["85"], + "curatorial_section": "Historic", + "object_number": "42-30-133B" +}, +{ + "emuIRN": "30598", + "provenience": ["England"], + "material": ["Steel"], + "accession_credit_line": ["Gift of Mrs. Thomas Balch, 1899"], + "object_name": ["Fork"], + "url": "http://www.penn.museum/collections/object/30598", + "curatorial_section": "Historic", + "object_number": "21591B" +}, +{ + "emuIRN": "40027", + "description": "Curved, single-edged copper blade, the outer edge being the cutting edge with hooked point. The end of the blade extended into a long, flat \"tang\", to the upper surface of which is attached a copper bar of seven unite alternately hollow squares and convex rectangles with extended ends.", + "provenience": ["France"], + "material": ["Copper"], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Knife"], + "url": "http://www.penn.museum/collections/object/40027", + "other_numbers": ["210x"], + "curatorial_section": "Historic", + "object_number": "42-30-134" +}, +{ + "emuIRN": "44030", + "description": "Four-sided iron blade tapering to sharp point, and becoming three-sided towards grip. Straight quillons. Wooden grip with metal studs and metal cap.", + "provenience": ["France"], + "culture": ["French"], + "material": [ + "Iron", + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Poniard"], + "url": "http://www.penn.museum/collections/object/44030", + "date_made_early": "1600", + "date_made": "1600-1699", + "date_made_late": "1699", + "other_numbers": ["349"], + "curatorial_section": "Historic", + "object_number": "42-30-141" +}, +{ + "emuIRN": "214253", + "description": "Double-edged steel blade tapering to point, bevelled towards all edges. Back of blade has deeply engraved chevron decoration towards grips. Openwork fleur-de-lis attang which is inserted in horn grip.", + "provenience": ["France"], + "culture": ["French"], + "material": [ + "Steel", + "Horn (animal part)" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Hunting Knife"], + "url": "http://www.penn.museum/collections/object/214253", + "date_made_early": "1600", + "date_made": "1600-1699", + "date_made_late": "1699", + "other_numbers": ["233"], + "curatorial_section": "Historic", + "object_number": "42-30-142" +}, +{ + "emuIRN": "240301", + "description": "Single-edged steel blade tapering to point, covered for 1/2 length with deeply etched cabalistic letters or figures, as well as grotesque head of man and full-skirted figure with bow in one hand and sword in other. Ivory grip with silver band at base and applied silver bands and studs at pommel end which is covered with a brass cap.", + "provenience": ["France"], + "culture": ["French"], + "material": [ + "Steel", + "Ivory", + "Silver", + "Brass" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Hunting Knife"], + "url": "http://www.penn.museum/collections/object/240301", + "date_made_early": "1700", + "date_made": "1700-1750", + "date_made_late": "1750", + "other_numbers": ["325"], + "curatorial_section": "Historic", + "object_number": "42-30-144" +}, +{ + "emuIRN": "63083", + "description": "Slightly curved single-edged steel blade tapering to point, wide shallow groove on both faces. Etched decoration including animals on both faces near guard. Straight silver quillons and silver bands around spiral grooves of horn grip.", + "provenience": ["France"], + "culture": ["French"], + "material": [ + "Steel", + "Horn (animal part)", + "Silver" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Hunting Knife"], + "url": "http://www.penn.museum/collections/object/63083", + "date_made_early": "1700", + "date_made": "1700-1799", + "date_made_late": "1799", + "other_numbers": ["263"], + "curatorial_section": "Historic", + "object_number": "42-30-145" +}, +{ + "emuIRN": "140891", + "description": "Slightly curved single-edged steel blade, wide shallow groove on both faces. Etched decoration including animals on both faces near grip. Horn handle with brass binding.", + "provenience": ["France"], + "culture": ["French"], + "material": [ + "Steel", + "Horn (animal part)", + "Silver" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Hunting Knife"], + "url": "http://www.penn.museum/collections/object/140891", + "date_made_early": "1700", + "date_made": "1700-1799", + "date_made_late": "1799", + "other_numbers": ["162"], + "curatorial_section": "Historic", + "object_number": "42-30-146" +}, +{ + "emuIRN": "246042", + "description": "Six-sided steel blade tapering to point. Ivory grip with silver cap bearing monogram under crown of stars. Silver band at blade with inscription \"Jacques Hanelin R.S. Le 11 Octobre 1781\".", + "provenience": ["France"], + "culture": ["French"], + "creator": ["Jacques Hanelin"], + "material": [ + "Steel", + "Ivory", + "Silver" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Stiletto"], + "url": "http://www.penn.museum/collections/object/246042", + "date_made_early": "1781", + "date_made": "11 October 1781", + "date_made_late": "1781", + "other_numbers": ["136"], + "curatorial_section": "Historic", + "object_number": "42-30-149" +}, +{ + "emuIRN": "246043", + "description": "Heavy single-edged steel blade tapering to point. Wide groove on both faces. Heavy straight steel quillon one end of which is a loop. Marked \"Terni O.K. 1706\". Wooden grip with three iron studs and iron end.", + "provenience": [ + "France", + "Chemin de Dames" + ], + "culture": ["French"], + "material": [ + "Steel", + "Iron", + "Wood" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Bayonet"], + "url": "http://www.penn.museum/collections/object/246043", + "date_made_early": "1918", + "date_made": "1918", + "date_made_late": "1918", + "other_numbers": ["297"], + "curatorial_section": "Historic", + "object_number": "42-30-150" +}, +{ + "emuIRN": "69465", + "description": "Straight sided wavy double-edged steel blade tapering to sharp point and with medial ridge on both faces. Straight quillons and ivory grip.", + "provenience": ["France"], + "culture": ["French"], + "material": [ + "Steel", + "Ivory" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger"], + "url": "http://www.penn.museum/collections/object/69465", + "other_numbers": ["367"], + "curatorial_section": "Historic", + "object_number": "42-30-153" +}, +{ + "emuIRN": "20803", + "description": "Brass. Heavy; with short guard, one end of which terminates in a down-bent hook.", + "provenience": ["France"], + "culture": ["French"], + "material": ["Brass"], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Paper Knife"], + "url": "http://www.penn.museum/collections/object/20803", + "other_numbers": ["208x"], + "curatorial_section": "Historic", + "object_number": "42-30-154" +}, +{ + "emuIRN": "199691", + "description": "Made from piece of shrapnel. Long leaf-shaped blade with blunt point. Very irregular grip.", + "provenience": ["France"], + "culture": ["French"], + "material": ["Metal"], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Knife"], + "url": "http://www.penn.museum/collections/object/199691", + "other_numbers": ["206x"], + "curatorial_section": "Historic", + "object_number": "42-30-155" +}, +{ + "emuIRN": "314579", + "description": "Handle and curved blade on one piece of copper. Convex cutting edge, double concave back. Grip with deep crosswise grooves and terminating in four-leaf clover.", + "provenience": ["France"], + "culture": ["French"], + "material": ["Copper"], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Knife"], + "url": "http://www.penn.museum/collections/object/314579", + "other_numbers": ["209x"], + "curatorial_section": "Historic", + "object_number": "42-30-156" +}, +{ + "emuIRN": "273332", + "description": "Iron blade, triangular in section, tapering to point. Iron ring with three knobs at base of wooden grip which has iron cap. Much worn. Inscribed; \"Milf-ma\"", + "provenience": ["Germany"], + "culture": ["German"], + "material": [ + "Iron", + "Wood" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger"], + "url": "http://www.penn.museum/collections/object/273332", + "date_made_early": "1480", + "date_made": "1480", + "date_made_late": "1480", + "other_numbers": [ + "441", + "303-1986-2" + ], + "curatorial_section": "Historic", + "object_number": "42-30-157" +}, +{ + "emuIRN": "23585", + "description": "Made from a piece of German shell by French workers. Double-edged blade tapering to sharp point. Recurved quillons. Copper decoration on grip and disc bearing Prussian eagle. Brass sheath.", + "provenience": ["France"], + "culture": ["French"], + "material": [ + "Metal", + "Copper" + ], + "period": [ + "World War I", + "Early 20th Century" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger"], + "url": "http://www.penn.museum/collections/object/23585", + "date_made_early": "1914", + "date_made": "1914-1918", + "date_made_late": "1918", + "other_numbers": ["251"], + "curatorial_section": "Historic", + "object_number": "42-30-151A" +}, +{ + "emuIRN": "43348", + "description": "Brass sheath.", + "provenience": ["France"], + "culture": ["French"], + "material": ["Brass"], + "period": [ + "World War I", + "Early 20th Century" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger Sheath"], + "url": "http://www.penn.museum/collections/object/43348", + "date_made_early": "1914", + "date_made": "1914-1918", + "date_made_late": "1918", + "other_numbers": ["251"], + "curatorial_section": "Historic", + "object_number": "42-30-151B" +}, +{ + "emuIRN": "182752", + "description": "French LaBelle rifle bayonet/sheath (used by Foreign Legion in N. Africa). Four-edged steel blade tapering to sharp point. Steel guard with vertical piercing on one side. Marked A9884. Brass grip.", + "provenience": [ + "France", + "North Africa" + ], + "culture": ["French"], + "material": ["Steel"], + "period": [ + "World War I", + "Early 20th Century" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Rifle Bayonet"], + "url": "http://www.penn.museum/collections/object/182752", + "date_made_early": "1914", + "date_made": "1914-1918", + "date_made_late": "1918", + "other_numbers": [ + "252", + "A9884" + ], + "curatorial_section": "Historic", + "object_number": "42-30-152A" +}, +{ + "emuIRN": "237265", + "description": "French LaBelle rifle bayonet/sheath (used by Foreign Legion in N. Africa). Metal sheath, circular in section.", + "provenience": ["France"], + "culture": ["French"], + "material": ["Metal"], + "period": [ + "World War I", + "Early 20th Century" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Bayonet Sheath"], + "url": "http://www.penn.museum/collections/object/237265", + "date_made_early": "1914", + "date_made": "1914-1918", + "date_made_late": "1918", + "other_numbers": ["252"], + "curatorial_section": "Historic", + "object_number": "42-30-152B" +}, +{ + "emuIRN": "344396", + "description": "Iron knife with wooden handle.", + "provenience": [ + "France", + "Brittany" + ], + "culture": ["French"], + "material": [ + "Iron", + "Wood" + ], + "accession_credit_line": ["Gift of Francis C. Macauley, 1891"], + "object_name": ["Knife"], + "url": "http://www.penn.museum/collections/object/344396", + "curatorial_section": "Historic", + "object_number": "7722" +}, +{ + "emuIRN": "272809", + "description": "Clasp knife. Steel / horn (?)", + "provenience": [ + "France", + "Brittany" + ], + "culture": ["French"], + "material": [ + "Steel", + "Horn (uncertain)" + ], + "accession_credit_line": ["Gift of Francis C. Macauley, 1891"], + "object_name": ["Knife"], + "url": "http://www.penn.museum/collections/object/272809", + "curatorial_section": "Historic", + "object_number": "7723" +}, +{ + "emuIRN": "112421", + "description": "All steel. Double-edged blade tapering to point. Etched: lion and leaf design. Marked \"1914\". Handle apparently cut down; polished.", + "provenience": ["Belgium"], + "material": ["Steel"], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Knife"], + "url": "http://www.penn.museum/collections/object/112421", + "date_made_early": "1914", + "date_made": "1914", + "date_made_late": "1914", + "other_numbers": ["205x"], + "curatorial_section": "Historic", + "object_number": "42-30-139" +}, +{ + "emuIRN": "70852", + "description": "Single-edged slightly curved steel blade tapering to point, double-edged near point. Originally engraved including an armed figure and an inscription; all much worn. Fluted bone grip colored green. Short circular projection over blade below recurved quillons, cap at end of grip; all of gilded metal with deeply impressed curvilinear decoration.", + "provenience": ["Austria"], + "culture": ["Austrian"], + "material": [ + "Steel", + "Bone" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Hunting Knife"], + "url": "http://www.penn.museum/collections/object/70852", + "date_made_early": "1725", + "date_made": "c. 1750", + "date_made_late": "1775", + "other_numbers": ["341"], + "curatorial_section": "Historic", + "object_number": "42-30-166" +}, +{ + "emuIRN": "324029", + "description": "Double-edged iron blade tapering to sharp point. Much worn. Wooden grip with crescent-like guard and top.", + "provenience": ["Switzerland"], + "culture": ["Swiss"], + "material": [ + "Iron", + "Wood" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger"], + "url": "http://www.penn.museum/collections/object/324029", + "date_made_early": "1300", + "date_made": "1300-1399", + "date_made_late": "1399", + "other_numbers": ["337"], + "curatorial_section": "Historic", + "object_number": "42-30-168" +}, +{ + "emuIRN": "282087", + "description": "Single-edged iron blade slightly tapering to blunt point. Much worn. Curved iron guard. Blade has iron tang which extends through two-piece wooden grip to a biconical knob.", + "provenience": [ + "Switzerland", + "Geneva" + ], + "culture": ["Swiss"], + "material": [ + "Iron", + "Wood" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger"], + "url": "http://www.penn.museum/collections/object/282087", + "date_made_early": "1400", + "date_made": "1400-1499", + "date_made_late": "1499", + "other_numbers": ["242"], + "curatorial_section": "Historic", + "object_number": "42-30-169" +}, +{ + "emuIRN": "282088", + "description": "Double-edged steel blade tapering to point. Slight medial ridge on both faces. Wooden grip with crescent-like guard at bottom and nkob at top, both partly bound with steel.", + "provenience": [ + "Switzerland", + "Zurich" + ], + "culture": ["Swiss"], + "material": [ + "Steel", + "Wood" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Landesknecht Dagger"], + "url": "http://www.penn.museum/collections/object/282088", + "date_made_early": "1450", + "date_made": "1450-1499", + "date_made_late": "1499", + "other_numbers": ["243"], + "curatorial_section": "Historic", + "object_number": "42-30-170" +}, +{ + "emuIRN": "337168", + "description": "Steel blade, double-edged for most of length, tapering to sharp point, bevelled toward both cutting edges. Etched \u201cVendetta Corsa\u201d. Four-sided highly polished dark wooden grip with silver band at top and bottom and silver \u201cstitches\u201d marking edges.", + "provenience": ["Corsica"], + "material": [ + "Steel", + "Wood", + "Silver" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Stiletto"], + "url": "http://www.penn.museum/collections/object/337168", + "other_numbers": ["239"], + "curatorial_section": "Historic", + "object_number": "42-30-224" +}, +{ + "emuIRN": "284454", + "description": "Curved double-edged blade with slight medial ridge on both faces tapering to sharp point. Slight etched decoration on gilded section near grip on both faces. Straight gilded quillons terminating in triple ends. Horn grip with silver binding and coral studs.", + "provenience": [ + "Greece", + "Crete" + ], + "culture": ["Greek"], + "material": [ + "Metal", + "Horn (animal part)", + "Silver" + ], + "period": ["16th Century"], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger"], + "url": "http://www.penn.museum/collections/object/284454", + "date_made_early": "1500", + "date_made": "1500-1599", + "date_made_late": "1599", + "other_numbers": ["12"], + "curatorial_section": "Historic", + "object_number": "42-30-225" +}, +{ + "emuIRN": "268235", + "description": "Single-edged iron blade tapering to point, thick at back. Edge much worn. Wooden grip with close semi-circular guard and two knobs above guard. Gilded metal cap. Slight etching on blade.", + "technique": [ + "Gilded", + "Etched" + ], + "provenience": ["Belgium"], + "culture": ["Flemish"], + "material": [ + "Iron", + "Wood" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Kidney Dagger"], + "url": "http://www.penn.museum/collections/object/268235", + "date_made_early": "1400", + "date_made": "1400-1499", + "date_made_late": "1499", + "other_numbers": [ + "336", + "303-1986-1" + ], + "curatorial_section": "Historic", + "object_number": "42-30-137A" +}, +{ + "emuIRN": "153358", + "description": "Heavy single-edged steel blade rounded to point. Both faces bevelled towards cutting edge and towards back at point. Tang inserted in horn grip which has brass cap and curved brass guard.", + "provenience": ["Belgium"], + "material": [ + "Steel", + "Horn (animal part)", + "Brass" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Hunting Knife"], + "url": "http://www.penn.museum/collections/object/153358", + "date_made_early": "1800", + "date_made": "1800-1850", + "date_made_late": "1850", + "other_numbers": ["402"], + "curatorial_section": "Historic", + "object_number": "42-30-138A" +}, +{ + "emuIRN": "332428", + "description": "Wooden sheath covered with black leather. Wide silver tip and band around top with loop for belt.", + "provenience": ["Belgium"], + "material": [ + "Wood", + "Leather", + "Silver" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Hunting Knife Sheath"], + "url": "http://www.penn.museum/collections/object/332428", + "date_made_early": "1800", + "date_made": "1800-1850", + "date_made_late": "1850", + "other_numbers": ["402"], + "curatorial_section": "Historic", + "object_number": "42-30-138B" +}, +{ + "emuIRN": "241088", + "provenience": ["Norway"], + "material": [ + "Iron", + "Metal" + ], + "accession_credit_line": ["Gift of William Pepper, 1890"], + "object_name": ["Knife"], + "url": "http://www.penn.museum/collections/object/241088", + "curatorial_section": "Historic", + "object_number": "7044A" +}, +{ + "emuIRN": "133833", + "provenience": ["Norway"], + "material": [ + "Iron", + "Metal" + ], + "accession_credit_line": ["Gift of William Pepper, 1890"], + "object_name": ["Fork"], + "url": "http://www.penn.museum/collections/object/133833", + "curatorial_section": "Historic", + "object_number": "7044B" +}, +{ + "emuIRN": "119547", + "description": "Straight, single-edged iron blade tapering to point. Straight iron quillons with incised ring between. Wooden grip; ridge expanding to cap-shaped pommels with radiating fluting. Old and charred.", + "provenience": ["Germany"], + "culture": ["German"], + "material": [ + "Iron", + "Wood" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Landsknecht Dagger"], + "url": "http://www.penn.museum/collections/object/119547", + "date_made_early": "1520", + "date_made": "1520", + "date_made_late": "1520", + "other_numbers": ["443"], + "curatorial_section": "Historic", + "object_number": "42-30-158" +}, +{ + "emuIRN": "146368", + "description": "Double-edged steel blade with pronounced medial ridge on both faces tapering to point. Slightly concave rectangular section below down-curved silver quillons. Open oval projection between quillons; all ornamented with floral design in high relief. Grip covered with leather; terminates in silvered knob with floral decoration in high relief.", + "provenience": ["Germany"], + "culture": ["German"], + "material": [ + "Iron", + "Leather", + "Silver" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Foining Dagger"], + "url": "http://www.penn.museum/collections/object/146368", + "date_made_early": "1591", + "date_made": "1591", + "date_made_late": "1591", + "other_numbers": ["339"], + "curatorial_section": "Historic", + "object_number": "42-30-159" +}, +{ + "emuIRN": "26483", + "description": "Double-edged steel blade tapering to sharp point; pronounced medial ridge on both faces. Very short iron quillons. Long wooden grip in the form of a cloaked human figure with grotesque head.", + "provenience": ["Germany"], + "culture": ["German"], + "material": [ + "Steel", + "Iron" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger"], + "url": "http://www.penn.museum/collections/object/26483", + "other_numbers": ["108"], + "curatorial_section": "Historic", + "object_number": "42-30-165" +}, +{ + "emuIRN": "228885", + "description": "For dismembering game. A: Iron. Single-edged blade, widest at cutting end. Deep groove near back on one face. Guard in the form of a bird extends only beyond cutting edge. Two pieces of horn rivetted over the wide tang. Horizontal loop from guard.", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Iron"], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": [ + "Knife", + "Waidbesteck" + ], + "url": "http://www.penn.museum/collections/object/228885", + "date_made_early": "1700", + "date_made": "1700-1799", + "date_made_late": "1799", + "other_numbers": ["342"], + "curatorial_section": "Historic", + "object_number": "42-30-164A" +}, +{ + "emuIRN": "207033", + "description": "B: Side knife. Iron blade tapering to point, double-edged for c. 2/5 of its length. Two-piece horn grip rivetted together and bound all around with silver.", + "provenience": ["Germany"], + "culture": ["German"], + "material": [ + "Iron", + "Horn (animal part)", + "Silver" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": [ + "Side Knife", + "Waidbesteck" + ], + "url": "http://www.penn.museum/collections/object/207033", + "date_made_early": "1700", + "date_made": "1700-1799", + "date_made_late": "1799", + "other_numbers": ["342"], + "curatorial_section": "Historic", + "object_number": "42-30-164B" +}, +{ + "emuIRN": "264572", + "description": "C: Two-pronged iron fork with long socket over the tang. Two-piece horn beaked at top rivetted together and with engraved silver band all around.", + "provenience": ["Germany"], + "culture": ["German"], + "material": [ + "Iron", + "Horn (animal part)", + "Silver" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": [ + "Fork", + "Waidbesteck" + ], + "url": "http://www.penn.museum/collections/object/264572", + "date_made_early": "1700", + "date_made": "1700-1799", + "date_made_late": "1799", + "other_numbers": ["342"], + "curatorial_section": "Historic", + "object_number": "42-30-164C" +}, +{ + "emuIRN": "90724", + "description": "D: two-pronged iron fork with long shank. Two-piece horn grip rivetted on bound all around with a band of silver, engraved: \"1834\". This fork replaced skewer originally in set.", + "provenience": ["Germany"], + "culture": ["German"], + "material": [ + "Iron", + "Horn (animal part)", + "Silver" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": [ + "Fork", + "Waidbesteck" + ], + "url": "http://www.penn.museum/collections/object/90724", + "date_made_early": "1834", + "date_made": "1834", + "date_made_late": "1834", + "other_numbers": ["342"], + "curatorial_section": "Historic", + "object_number": "42-30-164D" +}, +{ + "emuIRN": "273572", + "description": "E: Black leather sheath, with silver binding and with narrow silver bands (originally gilded) at the top. Cut out: \"IGDSICEMSRIEE\".", + "provenience": ["Germany"], + "culture": ["German"], + "material": [ + "Leather", + "Silver" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": [ + "Sheath", + "Waidbesteck" + ], + "url": "http://www.penn.museum/collections/object/273572", + "date_made_early": "1700", + "date_made": "1700-1799", + "date_made_late": "1799", + "other_numbers": ["342"], + "curatorial_section": "Historic", + "object_number": "42-30-164E" +}, +{ + "emuIRN": "347792", + "description": "Knife with double-edged iron blade; sides tapering to point; tang inserted in antler handle.", + "provenience": ["Germany"], + "culture": ["German"], + "material": [ + "Iron", + "Antler" + ], + "period": [ + "Modern", + "19th century" + ], + "accession_credit_line": ["Gift of Arthur Dudley, 1963"], + "object_name": ["Knife"], + "url": "http://www.penn.museum/collections/object/347792", + "date_made_early": "1850", + "date_made": "1850-1899", + "date_made_late": "1899", + "curatorial_section": "Historic", + "object_number": "63-10-1A" +}, +{ + "emuIRN": "351551", + "description": "Sheath of light wood with wide brass band near open end.", + "provenience": ["Germany"], + "culture": ["German"], + "material": [ + "Wood", + "Brass" + ], + "period": [ + "Modern", + "19th century" + ], + "accession_credit_line": ["Gift of Arthur Dudley, 1963"], + "object_name": ["Knife Sheath"], + "url": "http://www.penn.museum/collections/object/351551", + "date_made_early": "1850", + "date_made": "1850-1899", + "date_made_late": "1899", + "curatorial_section": "Historic", + "object_number": "63-10-1B" +}, +{ + "emuIRN": "77607", + "description": "Double-edged steel blade with pronounced medial ridges tapering to point. Curved quillons. Tang inserted in wooden grip which is completely covered with metal wire. Fluted metal pommel.", + "provenience": ["Italy"], + "culture": ["Italian"], + "material": [ + "Steel", + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger"], + "url": "http://www.penn.museum/collections/object/77607", + "date_made_early": "1520", + "date_made": "1520", + "date_made_late": "1520", + "other_numbers": ["440"], + "curatorial_section": "Historic", + "object_number": "42-30-197" +}, +{ + "emuIRN": "53612", + "description": "Double-edged iron blade tapering to clunt point, much worn. Brass grip, spirally fluted. Circular scolloped guard. Knob top through which the tang of the blade projects.", + "provenience": ["Italy"], + "culture": ["Italian"], + "material": [ + "Iron", + "Brass" + ], + "period": ["Middle Ages"], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger"], + "url": "http://www.penn.museum/collections/object/53612", + "date_made_early": "400", + "date_made": "400-1400", + "date_made_late": "1400", + "other_numbers": ["359"], + "curatorial_section": "Historic", + "object_number": "42-30-198" +}, +{ + "emuIRN": "266056", + "description": "Single-edged blade with thick back and sharp point. Curved half quillon. Grip with slight diagonal fluting terminating in grotesque animal head. Much worn.", + "provenience": [ + "Italy", + "Padua" + ], + "culture": ["Italian"], + "material": ["Iron"], + "period": ["16th Century"], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Knife"], + "url": "http://www.penn.museum/collections/object/266056", + "date_made_early": "1500", + "date_made": "1500-1550", + "date_made_late": "1550", + "other_numbers": ["245"], + "curatorial_section": "Historic", + "object_number": "42-30-200" +}, +{ + "emuIRN": "42724", + "description": "Blade and grip in one piece. Narrow single-edged blade triangular in section, tapering to point. Straight quillons. Knob in middle of grip which is spirally twisted. Knob at end. Much worn. \"dug up in the ruins of a building at Brescia, Italy, that had been erected in the latter part of the XV century\"", + "provenience": [ + "Italy", + "Brescia" + ], + "culture": ["Italian"], + "material": ["Metal"], + "period": ["16th Century"], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Poniard"], + "url": "http://www.penn.museum/collections/object/42724", + "date_made_early": "1500", + "date_made": "1500-1599", + "date_made_late": "1599", + "other_numbers": ["365"], + "curatorial_section": "Historic", + "object_number": "42-30-201" +}, +{ + "emuIRN": "65899", + "description": "Double-edged iron blade tapering to blunt point. Each face divided into a border and four crosswise panels, the top one of which is gilded and bears engraved decoration of a blank shield on one face and of a shield containing the helmeted head of a man surmounted by two dragons on the other. The heavy guard slopes towards the point with slightly rolled ends and is etched, engraved and gilded as is entire grip. Each face of grip has two pieces of ivory inlay attached by gilt rivits. Flat pommel.", + "provenience": ["Italy"], + "culture": ["Italian"], + "material": [ + "Iron", + "Ivory" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": [ + "Sword", + "Cinquedea" + ], + "url": "http://www.penn.museum/collections/object/65899", + "date_made_early": "1400", + "date_made": "1400-1499", + "date_made_late": "1499", + "other_numbers": ["327"], + "curatorial_section": "Historic", + "object_number": "42-30-202" +}, +{ + "emuIRN": "201876", + "description": "Double-edged steel blade with wavy edges tapering to point and with slight medial ridge. Straight quillons with one downturned and one upturned end. Wooden grip covered with metal wire. Metal cap at end.", + "provenience": ["Italy"], + "culture": ["Italian"], + "material": [ + "Steel", + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger"], + "url": "http://www.penn.museum/collections/object/201876", + "date_made_early": "1600", + "date_made": "1600-1699", + "date_made_late": "1699", + "other_numbers": ["509"], + "curatorial_section": "Historic", + "object_number": "42-30-204" +}, +{ + "emuIRN": "236171", + "description": "left handed use. Double-edged iron blade tapering to point. Curved metal quillons with grotesque animal in low relief on each side. Oval metal carrying loop at right angles to quillon. Wooden grip terminating in crescent-shaped metal pommel ornamented with two serpents in low relief.", + "provenience": [ + "Italy", + "Venice (uncertain)" + ], + "culture": ["Venetian (uncertain)"], + "material": [ + "Iron", + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dirk"], + "url": "http://www.penn.museum/collections/object/236171", + "date_made_early": "1600", + "date_made": "1600-1699", + "date_made_late": "1699", + "other_numbers": ["237"], + "curatorial_section": "Historic", + "object_number": "42-30-206" +}, +{ + "emuIRN": "77608", + "description": "Single-edged steel blade with deep groove parallel to back. Engraved conventional flowers on both faces of blade. Straight silver quillons with curved ends (one missing). Spirally fluted ivory grip terminating in silver animal head.", + "provenience": [ + "Italy", + "Venice (uncertain)" + ], + "culture": ["Venetian (uncertain)"], + "material": [ + "Steel", + "Silver", + "Ivory" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dirk"], + "url": "http://www.penn.museum/collections/object/77608", + "date_made_early": "1650", + "date_made": "1650-1750", + "date_made_late": "1750", + "other_numbers": ["166"], + "curatorial_section": "Historic", + "object_number": "42-30-207" +}, +{ + "emuIRN": "53613", + "description": "Single-edged steel blade with sharp point and thick back the end of which bears deep crosswise notches. Behind blade is rectangular section with curved and notched edges. Knob at right angles to blade. Curved fluted wooden grip with metal cap.", + "provenience": [ + "Italy", + "Florence (Italy)" + ], + "culture": ["Florentine"], + "material": [ + "Steel", + "Wood" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger"], + "url": "http://www.penn.museum/collections/object/53613", + "date_made_early": "1700", + "date_made": "1700-1799", + "date_made_late": "1799", + "other_numbers": ["171"], + "curatorial_section": "Historic", + "object_number": "42-30-208" +}, +{ + "emuIRN": "29007", + "description": "Steel blade double-edged except for upper third on one edge which is thick and notched crosswise, tapering to sharp point. The shorter cutting edge is bevelled. Rectangular section ornamented with four dots. Above blade is steel knob at right angles to blade and grip. Spirally twisted wooden grip with brass cap.", + "provenience": [ + "Italy", + "Florence (Italy)" + ], + "culture": ["Florentine"], + "material": [ + "Steel", + "Wood", + "Brass" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger"], + "url": "http://www.penn.museum/collections/object/29007", + "date_made_early": "1700", + "date_made": "1700-1799", + "date_made_late": "1799", + "other_numbers": ["172"], + "curatorial_section": "Historic", + "object_number": "42-30-209" +}, +{ + "emuIRN": "29008", + "description": "Straight single-edged steel blade with very thick back tapering to point. Two faces slightly concave. Horn grip carved in the form of the upper part of a human figure mostly broken away.", + "provenience": ["Italy"], + "culture": ["Italian"], + "material": [ + "Steel", + "Horn (animal part)" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Stiletto"], + "url": "http://www.penn.museum/collections/object/29008", + "date_made_early": "1750", + "date_made": "1750-1799", + "date_made_late": "1799", + "other_numbers": ["358"], + "curatorial_section": "Historic", + "object_number": "42-30-210" +}, +{ + "emuIRN": "211118", + "description": "Steel blade with straight back which has a cutting edge near its sharp point. Curved cutting edge. Heel notched. Grooved metal socket over diagonally fluted wooden grip, the flutings marked by brass wire. Brass cap. \"Aco Refinado\" on blade.", + "provenience": ["Italy"], + "culture": ["Italian"], + "material": [ + "Steel", + "Wood", + "Brass" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Knife Dagger"], + "url": "http://www.penn.museum/collections/object/211118", + "date_made_early": "1800", + "date_made": "1800-1850", + "date_made_late": "1850", + "other_numbers": ["368"], + "curatorial_section": "Historic", + "object_number": "42-30-211" +}, +{ + "emuIRN": "125513", + "description": "Four-sided steel blade tapering to sharp point. Undecorated brass grip widening towards end. \"MARIA DELRIO\u201d on one side of blade, also letter S in circle on two opposite sides and other marks too worn to be deciphered.", + "provenience": ["Italy"], + "culture": ["Italian"], + "material": [ + "Steel", + "Brass" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Stiletto"], + "url": "http://www.penn.museum/collections/object/125513", + "date_made_early": "1800", + "date_made": "1800-1899", + "date_made_late": "1899", + "other_numbers": ["426"], + "curatorial_section": "Historic", + "object_number": "42-30-214" +}, +{ + "emuIRN": "145816", + "description": "Long thin narrow double-edged steel blade with pronounced medial ridge on both faces. Semicircular guard with engraving on under face. Grip bound with blue velvet ornamented with metal sequins and bound with metal at top and bottom.", + "provenience": ["Italy"], + "culture": ["Italian"], + "material": [ + "Steel", + "Metal", + "Velvet" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Stiletto"], + "url": "http://www.penn.museum/collections/object/145816", + "other_numbers": ["427"], + "curatorial_section": "Historic", + "object_number": "42-30-216" +}, +{ + "emuIRN": "183893", + "description": "Steel blade, triangular in section with one flat and two concave faces; sharp point. Recurved steel quillons with ball ends. Fluted wooden grip, expanding slightly to end, is probably older than the blade. Brass band at tang and brass cap with engraved decoration.", + "provenience": ["Italy"], + "culture": ["Italian"], + "material": [ + "Steel", + "Brass", + "Wood" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger"], + "url": "http://www.penn.museum/collections/object/183893", + "other_numbers": ["260"], + "curatorial_section": "Historic", + "object_number": "42-30-217" +}, +{ + "emuIRN": "246643", + "description": "Single-edged steel blade with thick back except for small section near point which is thin and sharp. All edges slightly bevelled. On each face near grip is relief decoration of helmeted human head in a shield surrounded by wepons and insignia. Two-piece wooden grip bound together by metal band with floral relief decoration. Eight studs each showing a helmeted human head.", + "provenience": ["Italy"], + "culture": ["Italian"], + "material": [ + "Steel", + "Metal", + "Wood" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Knife Dagger"], + "url": "http://www.penn.museum/collections/object/246643", + "other_numbers": ["510"], + "curatorial_section": "Historic", + "object_number": "42-30-218" +}, +{ + "emuIRN": "252697", + "description": "Single-edged steel blade tapering to point. All edges bevelled. Two-pieces wooden handle-sheath with narrow strip of metal at back", + "provenience": ["Italy"], + "culture": ["Italian"], + "material": [ + "Steel", + "Wood" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Clasp Knife"], + "url": "http://www.penn.museum/collections/object/252697", + "other_numbers": ["141"], + "curatorial_section": "Historic", + "object_number": "42-30-219" +}, +{ + "emuIRN": "79357", + "description": "Long pointed steel blade quadrangular in section with eye towards point. Back of blade rectangular with double cutting edge and slight medial ridge. Wooden grip with brass cap at each end and two connecting bars.", + "provenience": ["Italy"], + "culture": ["Italian"], + "material": [ + "Steel", + "Horn (animal part)" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": [ + "Knife", + "Sewing Tool" + ], + "url": "http://www.penn.museum/collections/object/79357", + "date_made_early": "1600", + "date_made": "1600-1699", + "date_made_late": "1699", + "other_numbers": ["133"], + "curatorial_section": "Historic", + "object_number": "42-30-205A" +}, +{ + "emuIRN": "96304", + "description": "Dark red leather sheath with impressed floral design. Sharply tapering to point with brass tip. Brass band at top.", + "provenience": ["Italy"], + "culture": ["Italian"], + "material": [ + "Leather", + "Brass" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Sheath"], + "url": "http://www.penn.museum/collections/object/96304", + "date_made_early": "1600", + "date_made": "1600-1699", + "date_made_late": "1699", + "other_numbers": ["133"], + "curatorial_section": "Historic", + "object_number": "42-30-205B" +}, +{ + "emuIRN": "337998", + "description": "Double-edged steel blade with slight medial ridge tapering to sharp point. Rectangular panel above blade with decoration in low relief. Man\u2019s head on one face, double-headed bird on other. Fluted wooden grip.", + "provenience": [ + "Italy", + "Sicily" + ], + "culture": ["Sicilian"], + "material": ["Steel"], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger"], + "url": "http://www.penn.museum/collections/object/337998", + "date_made_early": "1700", + "date_made": "1700-1799", + "date_made_late": "1799", + "other_numbers": ["371"], + "curatorial_section": "Historic", + "object_number": "42-30-220A" +}, +{ + "emuIRN": "71203", + "description": " Black leather sheath sewed up the middle of one face. Silver tip.", + "provenience": [ + "Italy", + "Sicily" + ], + "culture": ["Sicilian"], + "material": [ + "Leather", + "Silver" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger Sheath"], + "url": "http://www.penn.museum/collections/object/71203", + "date_made_early": "1700", + "date_made": "1700-1799", + "date_made_late": "1799", + "other_numbers": ["371"], + "curatorial_section": "Historic", + "object_number": "42-30-220B" +}, +{ + "emuIRN": "189802", + "description": "Double-edged steel blade tapering to point, bevelled edges, small gold inlay panel on each face. Engraved decoration in leaf pattern with two piercings at top of blade. Brass binding at bottom of horn grip.", + "provenience": [ + "Italy", + "Sicily" + ], + "culture": ["Sicilian"], + "material": [ + "Steel", + "Gold", + "Brass", + "Horn (animal part)" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger"], + "url": "http://www.penn.museum/collections/object/189802", + "date_made_early": "1700", + "date_made": "1700-1799", + "date_made_late": "1799", + "other_numbers": ["370"], + "curatorial_section": "Historic", + "object_number": "42-30-221A" +}, +{ + "emuIRN": "292076", + "description": "Wooden sheath covered with black velvet. Brass tip and top.", + "provenience": [ + "Italy", + "Sicily" + ], + "culture": ["Sicilian"], + "material": [ + "Wood", + "Velvet", + "Brass" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger Sheath"], + "url": "http://www.penn.museum/collections/object/292076", + "date_made_early": "1700", + "date_made": "1700-1799", + "date_made_late": "1799", + "other_numbers": ["370"], + "curatorial_section": "Historic", + "object_number": "42-30-221B" +}, +{ + "emuIRN": "68203", + "description": "Steel / brass knife", + "provenience": [ + "Italy", + "Sicily" + ], + "material": [ + "Steel", + "Brass" + ], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Knife"], + "url": "http://www.penn.museum/collections/object/68203", + "curatorial_section": "Historic", + "object_number": "19151" +}, +{ + "emuIRN": "134795", + "description": "Steel and wood knife", + "provenience": [ + "Italy", + "Sicily" + ], + "culture": ["Sicilian"], + "material": [ + "Steel", + "Wood" + ], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Knife"], + "url": "http://www.penn.museum/collections/object/134795", + "curatorial_section": "Historic", + "object_number": "19152" +}, +{ + "emuIRN": "142967", + "description": "Knife", + "provenience": [ + "Italy", + "Sicily" + ], + "culture": ["Sicilian"], + "material": [ + "Steel", + "Wood" + ], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Knife"], + "url": "http://www.penn.museum/collections/object/142967", + "curatorial_section": "Historic", + "object_number": "19153" +}, +{ + "emuIRN": "163239", + "description": "Steel and wood knife", + "provenience": [ + "Italy", + "Sicily" + ], + "culture": ["Sicilian"], + "material": [ + "Steel", + "Wood" + ], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Knife"], + "url": "http://www.penn.museum/collections/object/163239", + "curatorial_section": "Historic", + "object_number": "19154" +}, +{ + "emuIRN": "146538", + "description": "Single-edged steel blade tapering to point; notched at back for holding possition. Cylindrical wooden grip, tapering to point, covered with brass with simple engraved design and with three large silver studs on each face. Steel band on 3/5 of back of grip.", + "provenience": ["Spain"], + "culture": ["Basque"], + "material": [ + "Steel", + "Wood", + "Silver" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Clasp Knife"], + "url": "http://www.penn.museum/collections/object/146538", + "other_numbers": ["364"], + "curatorial_section": "Historic", + "object_number": "42-30-172" +}, +{ + "emuIRN": "84159", + "description": "Single-edged steel blade the back tapering sharply to form point. Stamped: Dubost St. Joais. Grip formed of four rectangular pieces of horn with brass binding and ends.", + "provenience": ["Spain"], + "culture": ["Basque"], + "material": [ + "Steel", + "Horn (animal part)", + "Brass" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Clasp Knife"], + "url": "http://www.penn.museum/collections/object/84159", + "other_numbers": ["143"], + "curatorial_section": "Historic", + "object_number": "42-30-173" +}, +{ + "emuIRN": "183806", + "description": "Lenceolate steel blade, double-edged near point; back notched for holding in position. Split wooden grip with brass ends. Steel binding along back. Steel rivets.", + "provenience": ["Spain"], + "culture": ["Basque"], + "material": [ + "Steel", + "Wood", + "Brass" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Clasp Knife"], + "url": "http://www.penn.museum/collections/object/183806", + "other_numbers": [ + "363", + "42-30-171" + ], + "curatorial_section": "Historic", + "object_number": "42-30-174" +}, +{ + "emuIRN": "172283", + "description": "Single-edged steel blade tapering to point; engraved on both faces in conventionalized floral design with the word: SOI DE FEM SA DE MIDINO NO. Notched at back of blade for holding it in position. Black wooden grip with ends with fine crossline decoration. Shell rivets and tiny metal studs.", + "provenience": ["Spain"], + "culture": ["Basque"], + "material": [ + "Steel", + "Wood", + "Shell", + "Metal" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Clasp Knife"], + "url": "http://www.penn.museum/collections/object/172283", + "other_numbers": ["122"], + "curatorial_section": "Historic", + "object_number": "42-30-175" +}, +{ + "emuIRN": "284755", + "description": "Single-edged steel blade, the back tapering to long sharp point. Engraved decoration on both sides of blade. The more elaborate including three grooves painted red. Cylindrical wooden grip tapering to point; covered with brass with simple engraved linear decoration. Steel band over ca. 3/5 of back of grip. Back of blade notched for holding in position.", + "technique": ["Engraved"], + "provenience": ["Spain"], + "culture": ["Basque"], + "material": [ + "Steel", + "Wood" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Clasp Knife"], + "url": "http://www.penn.museum/collections/object/284755", + "other_numbers": ["94"], + "curatorial_section": "Historic", + "object_number": "42-30-176" +}, +{ + "emuIRN": "64571", + "description": "Double-edged iron blade tapering to point; medial ridge on both faces meeting a groove; behind the middle the groove in turn giving place to a slot. Short down-curved guard. Flat dark wooden grip with disc top bearing a cross on 1 face.", + "provenience": ["Spain (uncertain)"], + "culture": ["Spanish (uncertain)"], + "material": [ + "Iron", + "Wood" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger"], + "url": "http://www.penn.museum/collections/object/64571", + "date_made_early": "1400", + "date_made": "1400-1499", + "date_made_late": "1499", + "other_numbers": ["241"], + "curatorial_section": "Historic", + "object_number": "42-30-177" +}, +{ + "emuIRN": "32796", + "description": "Boarding knife. Single-edged steel blade with parallel sides tapered to point. Brass covered grip with scale decoration and flat oval pommel. Blade much worn. Engraved on the blade: \"Fabrica de Toledo\" \"A de 1644\"", + "provenience": [ + "Spain", + "Toledo" + ], + "culture": ["Spanish"], + "material": [ + "Steel", + "Brass" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Cutlass"], + "url": "http://www.penn.museum/collections/object/32796", + "date_made_early": "1644", + "date_made": "1644", + "date_made_late": "1644", + "other_numbers": ["257"], + "curatorial_section": "Historic", + "object_number": "42-30-179" +}, +{ + "emuIRN": "32797", + "description": "Double-edged steel blade tapering to point. Slight medial ridge on both faces. Rectangular section at top of blade bearing engraved floral decoration and an inset mask of gold overlay on both faces. Straight twisted steel quillons and socket into which the bone grip is inserted. Cap of grip missing.", + "provenience": ["Spain"], + "culture": ["Spanish"], + "material": [ + "Steel", + "Bone", + "Gold" + ], + "period": [ + "16th Century", + "17th Century" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Plug Bayonet"], + "url": "http://www.penn.museum/collections/object/32797", + "date_made_early": "1500", + "date_made": "1500-1699", + "date_made_late": "1699", + "other_numbers": ["236"], + "curatorial_section": "Historic", + "object_number": "42-30-180" +}, +{ + "emuIRN": "230218", + "description": "Steel blade, quadrangular in section, tapering to sharp point; each face deeply grooved; engraved floral decoration on all faces. Extremely short, straight iron quillon. Wooden grip expanding towards end and ornamented with ivory disc and dot inlay.", + "provenience": [ + "Spain (uncertain)", + "Portugal (uncertain)" + ], + "culture": [ + "Spanish (uncertain)", + "Portuguese (uncertain)" + ], + "material": [ + "Steel", + "Iron", + "Ivory" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dirk"], + "url": "http://www.penn.museum/collections/object/230218", + "date_made_early": "1600", + "date_made": "1600-1699", + "date_made_late": "1699", + "other_numbers": ["259"], + "curatorial_section": "Historic", + "object_number": "42-30-182" +}, +{ + "emuIRN": "318894", + "description": "Narrow, single-edged steel blade tapering to point; back of blade bevelled from both faces and notched towards the grip end. Slightly curved, black wooden grip with steel cap.", + "provenience": ["Spain"], + "culture": ["Spanish"], + "material": [ + "Steel", + "Wood" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Knife Dagger"], + "url": "http://www.penn.museum/collections/object/318894", + "date_made_early": "1720", + "date_made": "1720", + "date_made_late": "1720", + "other_numbers": ["428"], + "curatorial_section": "Historic", + "object_number": "42-30-183" +}, +{ + "emuIRN": "95549", + "description": "Double-edged steel blade tapering to point and with notch behind the center on each edge. Engraved floral decoration on both faces. Very short, straight, silver quillons. Socket and cap silver. Fluted white horn grip.", + "provenience": ["Spain"], + "culture": ["Spanish"], + "material": [ + "Steel", + "Horn (animal part)", + "Silver" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger"], + "url": "http://www.penn.museum/collections/object/95549", + "date_made_early": "1700", + "date_made": "1700-1799", + "date_made_late": "1799", + "other_numbers": ["173"], + "curatorial_section": "Historic", + "object_number": "42-30-185" +}, +{ + "emuIRN": "65898", + "description": "Single-edged steel blade, the back slightly curved, the front sharply curved to the point. Slight, punctate decoration on one face. Both ends of grip silver with barrel-shaped section between consisting of narrow bands of ivory (some decorated) and horn separated by silver wire.", + "provenience": ["Spain"], + "culture": ["Spanish"], + "material": [ + "Steel", + "Silver", + "Ivory", + "Horn (animal part)" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Knife Dagger"], + "url": "http://www.penn.museum/collections/object/65898", + "other_numbers": ["250"], + "curatorial_section": "Historic", + "object_number": "42-30-192" +}, +{ + "emuIRN": "201875", + "description": "Steel blade, double-edged for most of its length, the back tapering sharply to the point. Two short, deep grooves on one face; crude, engraved decoration on both faces. Vertically grooved wooden knobbed grip with brass cap at each end.", + "provenience": ["Spain"], + "culture": ["Spanish"], + "material": [ + "Steel", + "Brass", + "Wood" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger"], + "url": "http://www.penn.museum/collections/object/201875", + "other_numbers": ["423"], + "curatorial_section": "Historic", + "object_number": "42-30-194" +}, +{ + "emuIRN": "270847", + "description": "Double-edged steel blade with rounded sides, tapering is point. Semicircular piece of brass with punctures for inlay over top of blade. Ivory grip with conical brass cap at each end.", + "provenience": ["Spain"], + "culture": ["Spanish"], + "material": [ + "Steel", + "Brass", + "Ivory" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger"], + "url": "http://www.penn.museum/collections/object/270847", + "other_numbers": ["424"], + "curatorial_section": "Historic", + "object_number": "42-30-195" +}, +{ + "emuIRN": "157048", + "description": "Steel blade with parallel sides, double-edged for 2/5 of its length. The back of the point inset. Both faces of blade engraved with heraldic figures inscribed: \"HEREZVELO MEFIZO EN BAECCA 1619\". Small shell-shaped silver guard. Two piece horn grip with silver sides, cap and studs.", + "technique": [ + "Inscribed", + "Engraved" + ], + "provenience": ["Spain"], + "culture": ["Spanish"], + "material": [ + "Steel", + "Horn (animal part)", + "Silver" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Hunting Knife"], + "url": "http://www.penn.museum/collections/object/157048", + "date_made_early": "1619", + "date_made": "1619", + "date_made_late": "1619", + "other_numbers": ["495"], + "curatorial_section": "Historic", + "object_number": "42-30-181A" +}, +{ + "emuIRN": "202564", + "description": "Steel blade with parallel sides, double-edged for 2/5 of its length. The back of the point is inset. Both faces of the blade are engraved with heraldic figures inscribed: \"HEREZVELO MEFIZO EN BAECCA 1619\". Small shell-shaped silver guard. Two piece horn grip with silver sides, cap and studs.", + "provenience": ["Spain"], + "culture": ["Spanish"], + "material": [ + "Steel", + "Horn (animal part)", + "Silver" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Hunting Knife"], + "url": "http://www.penn.museum/collections/object/202564", + "date_made_early": "1619", + "date_made": "1619", + "date_made_late": "1619", + "other_numbers": ["495"], + "curatorial_section": "Historic", + "object_number": "42-30-181B" +}, +{ + "emuIRN": "26169", + "description": "Single-edged, steel blade tapering to sharp point; punctate, floral decoration on both faces and inscribed: \"Soi Defensor Dmidueno\". Spring on back of blade for holding in sheath. Short, rectangular, brass guard. Brass cap with fine engraved decoration at both ends of grip which is fluted white horn, the flutings marked by brass lines.", + "provenience": ["Pyrenees"], + "material": [ + "Steel", + "Horn (animal part)", + "Brass" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Stiletto"], + "url": "http://www.penn.museum/collections/object/26169", + "date_made_early": "1700", + "date_made": "1700-1750", + "date_made_late": "1750", + "other_numbers": ["511"], + "curatorial_section": "Historic", + "object_number": "42-30-184A" +}, +{ + "emuIRN": "47390", + "description": "Sheath of one piece of steel bent over and rivetted along the blade edge. Fine punctate decoration.", + "provenience": ["Pyrenees"], + "material": ["Steel"], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Stiletto Sheath"], + "url": "http://www.penn.museum/collections/object/47390", + "date_made_early": "1700", + "date_made": "1700-1750", + "date_made_late": "1750", + "other_numbers": ["511"], + "curatorial_section": "Historic", + "object_number": "42-30-184B" +}, +{ + "emuIRN": "182151", + "description": "Straight, parallel-sided, single-edge steel blade, the cutting edge rounded to point. Etching on blade, badly worn, includes an eagle, a star between A and I, two almost obliterated words, and \"Garantizado. No. 87 G N.\" Tang inserted in rough grip composed of horizontal sections of dark and light horn; knob, widened on one side, of same construction, with brass plate at end.", + "provenience": ["Spain"], + "culture": ["Spanish"], + "material": [ + "Steel", + "Horn (animal part)", + "Brass" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Machete"], + "url": "http://www.penn.museum/collections/object/182151", + "other_numbers": ["167"], + "curatorial_section": "Historic", + "object_number": "42-30-189A" +}, +{ + "emuIRN": "314915", + "description": "Dark brown leather sheath, one face ornamented with impressed conventionalized floral design. Carrying loop.", + "provenience": ["Spain"], + "culture": ["Spanish"], + "material": ["Leather"], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Machete Sheath"], + "url": "http://www.penn.museum/collections/object/314915", + "other_numbers": ["167"], + "curatorial_section": "Historic", + "object_number": "42-30-189B" +}, +{ + "emuIRN": "23948", + "description": "Double-edged steel blade, sides parallel for most of their length then tapered to point. Medial groove and slight engraved decoration on both faces. Straight, brass guard and rectangular section of brass over top of blade with engraved decoration. Grip consists of fine vertical fluting and engraved scrolls between rings of shell and wood. Brass knob.", + "provenience": ["Spain"], + "culture": ["Spanish"], + "material": [ + "Steel", + "Brass" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger"], + "url": "http://www.penn.museum/collections/object/23948", + "other_numbers": ["223"], + "curatorial_section": "Historic", + "object_number": "42-30-191A" +}, +{ + "emuIRN": "51558", + "description": "Brass sheath with engraved decoration.", + "provenience": ["Spain"], + "culture": ["Spanish"], + "material": ["Brass"], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger Sheath"], + "url": "http://www.penn.museum/collections/object/51558", + "other_numbers": ["223"], + "curatorial_section": "Historic", + "object_number": "42-30-191B" +}, +{ + "emuIRN": "303139", + "description": "Single-edged steel blade tapering to sharp point. Back slightly convex. Grip and upper section of blade covered with brass on which is etched floral decoration. Etched floral decoration partly gilded on upper part of blade.", + "provenience": ["Portugal"], + "culture": ["Portuguese"], + "material": [ + "Steel", + "Brass" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger"], + "url": "http://www.penn.museum/collections/object/303139", + "other_numbers": ["222"], + "curatorial_section": "Historic", + "object_number": "42-30-196A" +}, +{ + "emuIRN": "110038", + "description": "Brass sheath completely covered with etched floral decoration.", + "provenience": ["Portugal"], + "culture": ["Portuguese"], + "material": ["Brass"], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger Sheath"], + "url": "http://www.penn.museum/collections/object/110038", + "other_numbers": ["222"], + "curatorial_section": "Historic", + "object_number": "42-30-196B" +}, +{ + "emuIRN": "220283", + "description": "Alphine Ice Axe / Ice Pick. Wood shaft, metal head and metal bound grip.", + "provenience": ["Switzerland"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of the Academy of Natural Sciences of Philadelphia, 1997"], + "object_name": [ + "Axe", + "Ice Pick" + ], + "url": "http://www.penn.museum/collections/object/220283", + "other_numbers": [ + "L-122-179", + "29254" + ], + "curatorial_section": "Historic", + "object_number": "97-122-179" +}, +{ + "emuIRN": "254250", + "description": "Head only.", + "provenience": [ + "Germany (uncertain)", + "Italy (uncertain)" + ], + "culture": [ + "German (uncertain)", + "Italian (uncertain)" + ], + "material": ["Metal"], + "accession_credit_line": ["Gift of Mrs. Thomas Balch, 1899"], + "object_name": ["Halberd"], + "url": "http://www.penn.museum/collections/object/254250", + "date_made_early": "1525", + "date_made": "c. 1550", + "date_made_late": "1575", + "curatorial_section": "Historic", + "object_number": "21590" +}, +{ + "emuIRN": "205454", + "description": "Wide, heavy, bronze blade with slight ornamental notches on straight back; curved point expanding slightly to deeply notched base; edge much worn. Ornamental rope and annulet patter on both sides of balde near bac. Spool-lke ivory grip topped by cylindrical bornze section ending in know through which extends the head of along iron pin which holdes blade and handle together.", + "provenience": [ + "Italy", + "Spain", + "Aidone", + "Sicily" + ], + "culture": [ + "Greek", + "Spanish" + ], + "material": [ + "Bronze", + "Ivory", + "Iron" + ], + "period": ["Hellenistic Period"], + "accession_credit_line": ["Gift of Percy C. Madeira Jr., 1942"], + "object_name": ["Knife"], + "url": "http://www.penn.museum/collections/object/205454", + "date_made_early": "1710", + "date_made": "1710-1720", + "date_made_late": "1720", + "curatorial_section": "Historic", + "object_number": "42-21-1" +}, +{ + "emuIRN": "258063", + "description": "Iron. Wavy kris blade, incised decoration filled with white on end of blade, miter on one side and conventionalized flower with arrow. Circular iron guard with leather top. Wooden grip with small flutted pommel.", + "provenience": [ + "Germany", + "Berlin" + ], + "culture": ["German"], + "material": [ + "Iron", + "Leather", + "Wood" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": [ + "Knife Hanger (uncertain)", + "Helmet Breaker (uncertain)" + ], + "url": "http://www.penn.museum/collections/object/258063", + "other_numbers": ["95"], + "curatorial_section": "Historic", + "object_number": "42-30-163" +}, +{ + "emuIRN": "79958", + "description": "Main Gauche = right handed dagger. Long, narrow, pointed steel blade, groove at each end near guard, inscribed; \"Toledo 1841\". Wide, straight quillons with twisted ends; below the quillons a rectangular section ornamented with human face and with two short pendent strips, parallel to the blade. From the quillons to the top of the grip is a curved guard with a disc in its center bearing a helmeted head. The section outside of the disc being openwork in a pattern of devils, animals, flowers and a human mask.", + "provenience": [ + "Spain", + "Toledo" + ], + "culture": ["Spanish"], + "material": ["Steel"], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger"], + "url": "http://www.penn.museum/collections/object/79958", + "date_made_early": "1841", + "date_made": "1841", + "date_made_late": "1841", + "other_numbers": ["173"], + "curatorial_section": "Historic", + "object_number": "42-30-186" +}, +{ + "emuIRN": "199438", + "description": "Main Gauche=right handed dagger. Steel blade, double-edged at point. Arabesque decoration on both faces in low relief also the words: \"Fabrica de Toledo\". Long, straight quillons with guard curved to top of grip. Guard engraved with helmeted human head and conventionalized motifs.", + "provenience": [ + "Spain", + "Toledo" + ], + "culture": ["Spanish"], + "material": ["Steel"], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Dagger"], + "url": "http://www.penn.museum/collections/object/199438", + "date_made_early": "1841", + "date_made": "1841", + "date_made_late": "1841", + "other_numbers": ["160"], + "curatorial_section": "Historic", + "object_number": "42-30-187" +}, +{ + "emuIRN": "122353", + "description": "Globular sphere on concave cylindrical stem with 2 handle-like projections at junctgion. Upper portion of sphere is ribbed; lower half has leaf-like design; stem also ribbed. Encrustation with possible corrosion.", + "material": ["Lead (uncertain)"], + "accession_credit_line": ["Gift of Margaret Wasserman Levy, 1991"], + "object_name": ["Macehead (uncertain)"], + "url": "http://www.penn.museum/collections/object/122353", + "curatorial_section": "Historic", + "object_number": "91-26-22" +}, +{ + "emuIRN": "94361", + "description": "Wooden grip straight out from mechanism curving slightly upward and terminating in a dog's head. Trigger missing (it would be the fourth support)", + "technique": [ + "Carved", + "Carved" + ], + "provenience": [ + "Norway", + "Molde" + ], + "iconography": ["Dog Head"], + "culture": ["European"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Maj. Gen S. W. Crawford, 1893"], + "object_name": [ + "Gun Part", + "Flint Firelock" + ], + "url": "http://www.penn.museum/collections/object/94361", + "date_made_early": "1750", + "date_made": "1750-1800", + "date_made_late": "1800", + "curatorial_section": "Historic", + "object_number": "16233A" +}, +{ + "emuIRN": "286254", + "description": "Flanged Mace - Long, stick-like object with multi-faced end. Elaborate pattern on handle of woven motif. Floral pattern on pole. Classic shaped mace. Western European, probably Italian. Mid to late 16th century.", + "provenience": [ + "Western Europe", + "Italy (uncertain)" + ], + "culture": [ + "Western European", + "Italian (uncertain)" + ], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-1998"], + "object_name": ["Flanged Mace"], + "url": "http://www.penn.museum/collections/object/286254", + "date_made_early": "1550", + "date_made": "1550-1599", + "date_made_late": "1599", + "other_numbers": ["7902?"], + "curatorial_section": "Historic", + "object_number": "CG98-1-16" +}, +{ + "emuIRN": "73641", + "provenience": [ + "Austria", + "Vienna" + ], + "culture": ["Austrian"], + "creator": ["Johann T. Uhlmann"], + "material": [ + "Boxwood", + "Brass", + "Horn (animal part)" + ], + "accession_credit_line": ["Received from various sources, pre-1984"], + "object_name": ["Flute"], + "url": "http://www.penn.museum/collections/object/73641", + "date_made_early": "1776", + "date_made": "1776-1838", + "date_made_late": "1838", + "curatorial_section": "Historic", + "object_number": "84-7-42A" +}, +{ + "emuIRN": "324352", + "provenience": [ + "Austria", + "Vienna" + ], + "culture": ["Austrian"], + "creator": ["Johann T. Uhlmann"], + "material": [ + "Wood", + "Leather", + "Chamois" + ], + "accession_credit_line": ["Received from various sources, pre-1984"], + "object_name": ["Flute Case"], + "url": "http://www.penn.museum/collections/object/324352", + "date_made_early": "1776", + "date_made": "1776-1838", + "date_made_late": "1838", + "curatorial_section": "Historic", + "object_number": "84-7-42B" +}, +{ + "emuIRN": "277527", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "creator": ["Glair Godfroy"], + "material": [ + "Wood", + "Silver", + "Leather", + "Cork" + ], + "accession_credit_line": ["Received from various sources, pre-1984"], + "object_name": ["Flute"], + "url": "http://www.penn.museum/collections/object/277527", + "date_made_early": "1814", + "date_made": "1814-1878", + "date_made_late": "1878", + "curatorial_section": "Historic", + "object_number": "84-7-43A" +}, +{ + "emuIRN": "337417", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "creator": ["Glair Godfroy"], + "material": [ + "Leather", + "Pearl", + "Silk" + ], + "accession_credit_line": ["Received from various sources, pre-1984"], + "object_name": ["Flute Case"], + "url": "http://www.penn.museum/collections/object/337417", + "date_made_early": "1814", + "date_made": "1814-1878", + "date_made_late": "1878", + "curatorial_section": "Historic", + "object_number": "84-7-43B" +}, +{ + "emuIRN": "24773", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "creator": ["Glair Godfroy"], + "material": [ + "Wood", + "Silk" + ], + "accession_credit_line": ["Received from various sources, pre-1984"], + "object_name": ["Flute Cleaning Rod"], + "url": "http://www.penn.museum/collections/object/24773", + "date_made_early": "1814", + "date_made": "1814-1878", + "date_made_late": "1878", + "curatorial_section": "Historic", + "object_number": "84-7-43C" +}, +{ + "emuIRN": "290068", + "description": "Small bird call made of red leather and bone insert. Finger is placed over hole at end of pipe insert and \"bag\" is queeze. Good condition, bone piece slightly cracked. [Musical Instrument Card]", + "provenience": ["France"], + "culture": ["French"], + "material": [ + "Leather", + "Bone" + ], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Bird Whistle", + "Bird Call" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/290068", + "other_numbers": ["A909"], + "curatorial_section": "Historic", + "measurement_length": 9, + "object_number": "19182" +}, +{ + "emuIRN": "124452", + "description": "Wooden clapper", + "provenience": [ + "Italy", + "Sicily", + "Palermo" + ], + "culture": ["Italian"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Toy (uncertain)", + "Clapper" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/124452", + "curatorial_section": "Historic", + "object_number": "19220" +}, +{ + "emuIRN": "214142", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/214142", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.1" +}, +{ + "emuIRN": "396160", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396160", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.2" +}, +{ + "emuIRN": "396161", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396161", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.3" +}, +{ + "emuIRN": "396162", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396162", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.4" +}, +{ + "emuIRN": "396163", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396163", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.5" +}, +{ + "emuIRN": "396164", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396164", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.6" +}, +{ + "emuIRN": "396165", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396165", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.7" +}, +{ + "emuIRN": "396166", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396166", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.8" +}, +{ + "emuIRN": "396167", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396167", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.9" +}, +{ + "emuIRN": "396168", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396168", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.10" +}, +{ + "emuIRN": "396169", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396169", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.11" +}, +{ + "emuIRN": "396170", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396170", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.12" +}, +{ + "emuIRN": "396171", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396171", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.13" +}, +{ + "emuIRN": "396172", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396172", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.14" +}, +{ + "emuIRN": "396173", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396173", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.15" +}, +{ + "emuIRN": "396174", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396174", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.16" +}, +{ + "emuIRN": "396175", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396175", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.17" +}, +{ + "emuIRN": "396176", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396176", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.18" +}, +{ + "emuIRN": "396177", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396177", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.19" +}, +{ + "emuIRN": "396178", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396178", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.20" +}, +{ + "emuIRN": "396179", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396179", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.21" +}, +{ + "emuIRN": "396180", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396180", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.22" +}, +{ + "emuIRN": "396181", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396181", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.23" +}, +{ + "emuIRN": "396182", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396182", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.24" +}, +{ + "emuIRN": "396183", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396183", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.25" +}, +{ + "emuIRN": "396184", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396184", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.26" +}, +{ + "emuIRN": "396185", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396185", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.27" +}, +{ + "emuIRN": "396186", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396186", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.28" +}, +{ + "emuIRN": "396187", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396187", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.29" +}, +{ + "emuIRN": "396188", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396188", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.30" +}, +{ + "emuIRN": "396189", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396189", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.31" +}, +{ + "emuIRN": "396190", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396190", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.32" +}, +{ + "emuIRN": "396191", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396191", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.33" +}, +{ + "emuIRN": "396192", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396192", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.34" +}, +{ + "emuIRN": "396193", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396193", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.35" +}, +{ + "emuIRN": "396194", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396194", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.36" +}, +{ + "emuIRN": "396195", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396195", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.37" +}, +{ + "emuIRN": "396196", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396196", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.38" +}, +{ + "emuIRN": "396197", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396197", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.39" +}, +{ + "emuIRN": "396198", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396198", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.40" +}, +{ + "emuIRN": "396199", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396199", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.41" +}, +{ + "emuIRN": "396200", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396200", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.42" +}, +{ + "emuIRN": "396201", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396201", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.43" +}, +{ + "emuIRN": "396202", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396202", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.44" +}, +{ + "emuIRN": "396203", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396203", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.45" +}, +{ + "emuIRN": "396204", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396204", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.46" +}, +{ + "emuIRN": "396205", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396205", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.47" +}, +{ + "emuIRN": "396206", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396206", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.48" +}, +{ + "emuIRN": "396207", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396207", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.49" +}, +{ + "emuIRN": "396208", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396208", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.50" +}, +{ + "emuIRN": "396209", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396209", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.51" +}, +{ + "emuIRN": "396210", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396210", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.52" +}, +{ + "emuIRN": "396211", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396211", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.53" +}, +{ + "emuIRN": "396212", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396212", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.54" +}, +{ + "emuIRN": "396213", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396213", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.55" +}, +{ + "emuIRN": "396214", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396214", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.56" +}, +{ + "emuIRN": "396215", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396215", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.57" +}, +{ + "emuIRN": "396216", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396216", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.58" +}, +{ + "emuIRN": "396217", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396217", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.59" +}, +{ + "emuIRN": "396218", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396218", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.60" +}, +{ + "emuIRN": "396219", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396219", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.61" +}, +{ + "emuIRN": "396220", + "description": "Tourmaline crystal fragments from which gems have been cut", + "provenience": [ + "Maine", + "Paris (Maine)" + ], + "material": ["Tourmaline"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Tourmaline"], + "url": "http://www.penn.museum/collections/object/396220", + "other_numbers": ["703"], + "curatorial_section": "Historic", + "object_number": "17329.62" +}, +{ + "emuIRN": "405410", + "description": "Hardened Rubber / Metal (?) with ridge around center. Letter \"D\" on one side; number \"2\" on opposite. See 21250 for tambourine", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "material": ["Rubber"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Game Ball"], + "url": "http://www.penn.museum/collections/object/405410", + "other_numbers": [ + "21252", + "29-191-295" + ], + "curatorial_section": "Historic", + "object_number": "21251B" +}, +{ + "emuIRN": "345874", + "description": "Karaghiozi shadow play figure: famous hero of Greek Revolution against the Turks, Mechmet Tsakitzes, who died in the battle at Ai Soleuki (his birthplace), near Boz Gag, Western Anatolia. Painted red, green yellow on brown cardboard. Made by Evgenios Spathakis (or perhaps his father)", + "provenience": [ + "Greece", + "Athens" + ], + "iconography": ["Mechmet Tsakitzes"], + "culture": ["Greek"], + "creator": ["Spatheri (uncertain)"], + "material": [ + "Cardboard", + "Paint" + ], + "period": [ + "Modern", + "Early 20th Century" + ], + "accession_credit_line": ["Gift of G. Rodger Edwards, 1976"], + "object_name": ["Shadow Puppet"], + "url": "http://www.penn.museum/collections/object/345874", + "date_made_early": "1900", + "date_made": "1900-1950", + "date_made_late": "1950", + "curatorial_section": "Historic", + "object_number": "76-6-1" +}, +{ + "emuIRN": "345911", + "description": "Brown natural silk, embroidered during weaving. Bands of double eagles alternating blue & yellow-green; white stars in between. Border of standing birds, alternating yellow-green & white, outer border - white triangles. 3 widths sewn together. Fringed all around", + "technique": ["Embroidered"], + "material": ["Silk"], + "accession_credit_line": ["Bequest of Mrs. Frances E. (Harry) Markoe, 1943"], + "object_name": ["Hanging"], + "url": "http://www.penn.museum/collections/object/345911", + "curatorial_section": "Historic", + "object_number": "43-12-156" +}, +{ + "emuIRN": "97037", + "description": "A pair of children's shoes. Leather with daisy chain stich embroidery.", + "technique": ["Embroidered"], + "provenience": ["Europe (uncertain)"], + "material": ["Leather"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1891"], + "object_name": ["Shoe"], + "url": "http://www.penn.museum/collections/object/97037", + "curatorial_section": "Historic", + "object_number": "8049A" +}, +{ + "emuIRN": "355708", + "description": "A pair of children's shoes. Leather with daisy chain stich embroidery.", + "technique": ["Embroidered"], + "provenience": ["Europe (uncertain)"], + "material": ["Leather"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1891"], + "object_name": ["Shoe"], + "url": "http://www.penn.museum/collections/object/355708", + "curatorial_section": "Historic", + "object_number": "8049B" +}, +{ + "emuIRN": "65730", + "description": "Soft red leather, embroidered, tuft on toe", + "technique": ["Embroidered"], + "provenience": ["Greece"], + "culture": ["Greek"], + "material": ["Leather"], + "object_name": ["Shoe"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/65730", + "curatorial_section": "Historic", + "object_number": "EU9" +}, +{ + "emuIRN": "6589", + "description": "Woman's headdress, silver colored lace", + "provenience": [ + "Austria-Hungary", + "Tyrol" + ], + "culture": ["Austro-Hungarian"], + "material": ["Cloth"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Headdress"], + "url": "http://www.penn.museum/collections/object/6589", + "curatorial_section": "Historic", + "object_number": "19184" +}, +{ + "emuIRN": "34930", + "description": "Woman's headdress, silver thread and beads", + "provenience": [ + "Austria-Hungary", + "Tyrol" + ], + "culture": ["Austro-Hungarian"], + "material": ["Cloth"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Headdress"], + "url": "http://www.penn.museum/collections/object/34930", + "curatorial_section": "Historic", + "object_number": "19185" +}, +{ + "emuIRN": "158896", + "description": "Woman's headdress, pearl beads", + "provenience": [ + "Austria-Hungary", + "Tyrol" + ], + "culture": ["Austro-Hungarian"], + "material": [ + "Cloth", + "Pearl" + ], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Headdress"], + "url": "http://www.penn.museum/collections/object/158896", + "curatorial_section": "Historic", + "object_number": "19186" +}, +{ + "emuIRN": "220037", + "description": "Woman's headdress. Gilt Lace", + "provenience": [ + "Austria-Hungary", + "Tyrol" + ], + "culture": ["Austro-Hungarian"], + "material": ["Cloth"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Headdress"], + "url": "http://www.penn.museum/collections/object/220037", + "curatorial_section": "Historic", + "object_number": "19187" +}, +{ + "emuIRN": "44252", + "description": "Woman's silk headdress with gold embroidery and beads", + "provenience": [ + "Austria-Hungary", + "Tyrol" + ], + "culture": ["Austro-Hungarian"], + "material": ["Silk"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Headdress"], + "url": "http://www.penn.museum/collections/object/44252", + "curatorial_section": "Historic", + "object_number": "19193" +}, +{ + "emuIRN": "351235", + "description": "Leather riding belt ornamented in quill work, with the name \"Faria Kramblichler.\"", + "provenience": [ + "Austria-Hungary", + "Tyrol" + ], + "material": [ + "Leather", + "Quill" + ], + "accession_credit_line": ["Gift of Horatio C. Wood, 1897"], + "object_name": ["Riding Belt"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/351235", + "curatorial_section": "Historic", + "object_number": "20082" +}, +{ + "emuIRN": "78550", + "description": "Textile - probably part of a blouse. White cotton. 2 pieces seamed together. Embroidered with yellowish green wild sillk in vertical stripes alternating with leaves and continuous elipses. Closely embroidered band on 1 long side includes running vine of silver (tin?) thread. Band on one short side, and narrower similar bands outlining slit near unfinished edge of dark brown, blue, pink, white and green silk embroidery", + "technique": ["Embroidered"], + "provenience": ["Greece (uncertain)"], + "culture": ["Greek (uncertain)"], + "material": [ + "Cotton", + "Silk" + ], + "accession_credit_line": ["Bequest of Mrs. Frances E. (Harry) Markoe, 1943"], + "object_name": [ + "Blouse", + "Textile" + ], + "url": "http://www.penn.museum/collections/object/78550", + "curatorial_section": "Historic", + "object_number": "43-12-127" +}, +{ + "emuIRN": "117166", + "description": "Heavy white cotton completely covered with embroidered geomatric design in rose silk.", + "technique": ["Embroidered"], + "provenience": [ + "Yugoslavia (uncertain)", + "Greece (uncertain)" + ], + "material": [ + "Cotton", + "Silk" + ], + "accession_credit_line": ["Bequest of Mrs. Frances E. (Harry) Markoe, 1943"], + "object_name": ["Textile"], + "url": "http://www.penn.museum/collections/object/117166", + "curatorial_section": "Historic", + "object_number": "43-12-128" +}, +{ + "emuIRN": "186477", + "description": "Heavy white cotton completely covered with embroidered geomatric design in rose silk.", + "technique": ["Embroidered"], + "provenience": [ + "Yugoslavia (uncertain)", + "Greece (uncertain)" + ], + "material": [ + "Cotton", + "Silk" + ], + "accession_credit_line": ["Bequest of Mrs. Frances E. (Harry) Markoe, 1943"], + "object_name": ["Textile"], + "url": "http://www.penn.museum/collections/object/186477", + "curatorial_section": "Historic", + "object_number": "43-12-129" +}, +{ + "emuIRN": "186478", + "description": "Heavy white cotton completely covered with embroidered geomatric design in rose silk.", + "technique": ["Embroidered"], + "provenience": [ + "Yugoslavia (uncertain)", + "Greece (uncertain)" + ], + "material": [ + "Cotton", + "Silk" + ], + "accession_credit_line": ["Bequest of Mrs. Frances E. (Harry) Markoe, 1943"], + "object_name": ["Textile"], + "url": "http://www.penn.museum/collections/object/186478", + "curatorial_section": "Historic", + "object_number": "43-12-130" +}, +{ + "emuIRN": "291070", + "description": "Heavy white cotton completely covered with embroidered geomatric design in rose silk. Piece folded and sewn along one long side and the other short side.", + "technique": ["Embroidered"], + "provenience": [ + "Yugoslavia (uncertain)", + "Greece (uncertain)" + ], + "material": [ + "Cotton", + "Silk" + ], + "accession_credit_line": ["Bequest of Mrs. Frances E. (Harry) Markoe, 1943"], + "object_name": ["Textile"], + "url": "http://www.penn.museum/collections/object/291070", + "curatorial_section": "Historic", + "object_number": "43-12-131" +}, +{ + "emuIRN": "317534", + "description": "Carved wood toy/doll - infant in cradle", + "technique": ["Painted"], + "provenience": [ + "France", + "Nice (uncertain)" + ], + "iconography": [ + "Baby", + "Cradle" + ], + "culture": ["French"], + "material": [ + "Wood", + "Paint" + ], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Doll"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/317534", + "curatorial_section": "Historic", + "object_number": "19178" +}, +{ + "emuIRN": "41782", + "description": "Toy bonnet. braided, coiled straw", + "technique": [ + "Basketry", + "Braided" + ], + "provenience": ["Europe (uncertain)"], + "material": ["Straw"], + "object_name": [ + "Doll Clothes", + "Bonnet" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/41782", + "measurement_outside_diameter": 10, + "other_numbers": ["29-191-225"], + "curatorial_section": "Historic", + "object_number": "19396.2" +}, +{ + "emuIRN": "225305", + "description": "Lace cap for toy/doll.", + "provenience": ["Europe (uncertain)"], + "material": ["Lace"], + "object_name": [ + "Doll Clothes", + "Cap" + ], + "url": "http://www.penn.museum/collections/object/225305", + "curatorial_section": "Historic", + "object_number": "19397" +}, +{ + "emuIRN": "269805", + "description": "Straw bonnet for toy/doll.", + "provenience": ["Europe (uncertain)"], + "material": ["Straw"], + "object_name": ["Doll Clothing"], + "url": "http://www.penn.museum/collections/object/269805", + "curatorial_section": "Historic", + "object_number": "19398" +}, +{ + "emuIRN": "336814", + "provenience": [ + "France", + "Vichy" + ], + "culture": ["French"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1890"], + "object_name": ["Doll Shoe"], + "url": "http://www.penn.museum/collections/object/336814", + "date_made_early": "1843", + "date_made": "c. 1868", + "date_made_late": "1868", + "curatorial_section": "Historic", + "object_number": "7397A" +}, +{ + "emuIRN": "406875", + "provenience": [ + "France", + "Vichy" + ], + "culture": ["French"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1890"], + "object_name": ["Doll Shoe"], + "url": "http://www.penn.museum/collections/object/406875", + "curatorial_section": "Historic", + "object_number": "7397B" +}, +{ + "emuIRN": "70750", + "provenience": [ + "France", + "Vichy" + ], + "culture": ["French"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1890"], + "object_name": ["Doll Shoe"], + "url": "http://www.penn.museum/collections/object/70750", + "date_made_early": "1843", + "date_made": "c. 1868", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "7398A" +}, +{ + "emuIRN": "406877", + "provenience": [ + "France", + "Vichy" + ], + "culture": ["French"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1890"], + "object_name": ["Doll Shoe"], + "url": "http://www.penn.museum/collections/object/406877", + "curatorial_section": "Historic", + "object_number": "7398B" +}, +{ + "emuIRN": "406878", + "provenience": [ + "France", + "Vichy" + ], + "culture": ["French"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1890"], + "object_name": ["Doll Shoe"], + "url": "http://www.penn.museum/collections/object/406878", + "curatorial_section": "Historic", + "object_number": "7398C" +}, +{ + "emuIRN": "342433", + "description": "Segmented grey stone fish with incised geometric design on body strung on maroon cotton string. Blue glass eyes.", + "iconography": ["Fish"], + "material": [ + "Stone", + "Glass", + "Cotton" + ], + "accession_credit_line": ["Gift of Margaret Wasserman Levy, 1991"], + "object_name": ["Ornament"], + "url": "http://www.penn.museum/collections/object/342433", + "curatorial_section": "Historic", + "object_number": "91-26-62" +}, +{ + "emuIRN": "106153", + "description": "Green stone object with incised concentric circular design containing red pigment. In donor's bag marked \"Olympia\"; not Mediterranean.", + "technique": ["Incised"], + "provenience": [ + "Greece", + "Olympia (uncertain)" + ], + "material": [ + "Steatite", + "Pigment" + ], + "accession_credit_line": ["Gift of Margaret Wasserman Levy, 1991"], + "object_name": [ + "Object", + "Ornament (uncertain)" + ], + "url": "http://www.penn.museum/collections/object/106153", + "curatorial_section": "Historic", + "object_number": "91-26-117" +}, +{ + "emuIRN": "63261", + "description": "Wood spindle", + "provenience": [ + "Italy", + "Palermo" + ], + "culture": ["Italian"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Spindle"], + "url": "http://www.penn.museum/collections/object/63261", + "curatorial_section": "Historic", + "object_number": "19308" +}, +{ + "emuIRN": "74926", + "description": "Painted and lacquered cardboard hamper / basket (A) containing glass bottle without base (b)", + "technique": [ + "Lacquered", + "Painted" + ], + "provenience": [ + "Italy", + "Sicily" + ], + "culture": ["Italian"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Toy", + "Picnic Hamper" + ], + "url": "http://www.penn.museum/collections/object/74926", + "curatorial_section": "Historic", + "object_number": "19330A" +}, +{ + "emuIRN": "406910", + "description": "Painted and lacquered cardboard hamper / basket (A) containing glass bottle without base (b)", + "provenience": [ + "Italy", + "Sicily" + ], + "culture": ["Italian"], + "material": ["Glass"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Toy", + "Bottle" + ], + "url": "http://www.penn.museum/collections/object/406910", + "curatorial_section": "Historic", + "object_number": "19330B" +}, +{ + "emuIRN": "273320", + "description": "Funnel or lamp shades (1 of 2). Cardboard, decorated / cloth covered", + "provenience": [ + "Italy", + "Sicily" + ], + "culture": ["Italian"], + "material": [ + "Cardboard", + "Cloth" + ], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Lamp Shade (uncertain)"], + "url": "http://www.penn.museum/collections/object/273320", + "curatorial_section": "Historic", + "object_number": "19331A" +}, +{ + "emuIRN": "245058", + "description": "Funnel or lamp shades (1 of 2). Cardboard, decorated / cloth covered", + "provenience": [ + "Italy", + "Sicily" + ], + "culture": ["Italian"], + "material": [ + "Cardboard", + "Cloth" + ], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Lamp Shade (uncertain)"], + "url": "http://www.penn.museum/collections/object/245058", + "curatorial_section": "Historic", + "object_number": "19331B" +}, +{ + "emuIRN": "152788", + "description": "Cloth with circle pattern representing three concentric circles. The middle is picture of a bird, the next in made up of spade-looking shapes numbered illogically; the outside is made up of heart-shaped designs numbered from 1 to 12. Diagonal heads have hair pinned with Dispari of Pari.", + "provenience": ["Italy"], + "iconography": ["Bird"], + "culture": ["Italian"], + "material": [ + "Paper", + "Cloth" + ], + "accession_credit_line": ["Gift of Mrs. John Harrison, 1893"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/152788", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15941" +}, +{ + "emuIRN": "286990", + "description": "Paper sheet with sprialling trail of squares numbered 1-63. Pictures of birds, bridges, dice, etc. interspersed. Direction in Italian in the middle", + "provenience": [ + "Italy", + "Florence (Italy)" + ], + "culture": ["Italian"], + "creator": ["Eduardo Ducci"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/286990", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1894", + "curatorial_section": "Historic", + "object_number": "17370" +}, +{ + "emuIRN": "279417", + "description": "Paper sheet with a circular trail of blockes numbered 1-90 spiralling into the middle. Pictures of people with birds in corner and pirctures of birds, fountains, wells, dice in some of the squares. Instructions in Italian in the middle", + "provenience": [ + "Italy", + "Florence (Italy)" + ], + "culture": ["Italian"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/279417", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1894", + "curatorial_section": "Historic", + "object_number": "17371" +}, +{ + "emuIRN": "102269", + "description": "Black and white circular trail of blocks numbered 1-90 winding into the center. Pictures on the corners of dice, birds, women, wells, etc. in the blocks. Directions in Italian in the Center", + "provenience": [ + "Italy", + "Florence (Italy)" + ], + "culture": ["Italian"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/102269", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17372" +}, +{ + "emuIRN": "97850", + "description": "Paper sheet with spiraling trail of numbered squares 1-63. Pictures of birds, dice, Bridges, etc. Directions in the middle in Italian", + "provenience": [ + "Italy", + "Florence (Italy)" + ], + "culture": ["Italian"], + "creator": ["Eduardo Ducci"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/97850", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17373" +}, +{ + "emuIRN": "113042", + "description": "Circular black and white trail of blocks winding towards center, numbered 1-63. Directions in middle in Italian. Pictures in each corner", + "provenience": [ + "Italy", + "Florence (Italy)" + ], + "culture": ["Italian"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/113042", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17374" +}, +{ + "emuIRN": "238289", + "description": "Sheet of paper with black and white circular trail of blocks numbered from 1 on the outside to 63 in the middle as it winds into the center. Each block has a picture on it", + "provenience": [ + "Italy", + "Florence (Italy)" + ], + "culture": ["Italian"], + "creator": ["H. O. Vinto"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/238289", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17376" +}, +{ + "emuIRN": "237702", + "description": "Paper sheet with ciruclar trail of blocks numberred 1-63 spiraling into the middle. Pictures of people with birds in the corners, and buildings, dice, birds, skeletons, bridges on some of the blocks. Directions in Italian in the middle. Ducks or geese with herder in corner", + "provenience": [ + "Italy", + "Florence (Italy)" + ], + "culture": ["Italian"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/237702", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1894", + "curatorial_section": "Historic", + "object_number": "17377" +}, +{ + "emuIRN": "45541", + "description": "Paper sheet with circular trail of blocks numbered 1-63 spiraling into the middle. Picture of people with birds in the country and little in each square. Desription in Italian in the middle", + "provenience": [ + "Italy", + "Florence (Italy)" + ], + "culture": ["Italian"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/45541", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17378" +}, +{ + "emuIRN": "338753", + "description": "63 stations", + "provenience": [ + "Italy", + "Florence (Italy)" + ], + "culture": ["Italian"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/338753", + "curatorial_section": "Historic", + "object_number": "17379" +}, +{ + "emuIRN": "315352", + "description": "Gara (Cara?) di resistenza a piedi. Lebrun Boldetti di Marcenaro e Macchi. Rectangular sheet of paper with picture of oval track with men running in the biddle", + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Italian"], + "creator": ["Marcenaro E Macchi"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/315352", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17383" +}, +{ + "emuIRN": "76468", + "description": "Rectangular sheet of paper printed with circle with numbers around it 1-20, except 7, which is placed on a flag in the middle", + "technique": ["Printed"], + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Italian"], + "creator": ["Bianchi and Company"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/76468", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17384" +}, +{ + "emuIRN": "85684", + "description": "73 stations. Square sheet of paper printed with pictures inside each section. Sections trapezoidal. 4 large butterflies surround spiral", + "technique": ["Printed"], + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Italian"], + "creator": ["Antonio Vallardi"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/85684", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17385" +}, +{ + "emuIRN": "74242", + "description": "80 stations", + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Italian"], + "creator": ["Gio Gussoni"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/74242", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17386" +}, +{ + "emuIRN": "161178", + "description": "63 stations", + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Italian"], + "creator": ["Orrigoni-Bianchi and Company"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/161178", + "date_made_early": "1870", + "date_made": "c. 1895", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17387" +}, +{ + "emuIRN": "194208", + "description": "63 stations", + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Italian"], + "creator": ["Fratelli Tensi"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/194208", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17388" +}, +{ + "emuIRN": "306128", + "description": "80 stations", + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Italian"], + "creator": ["Fratelli Tensi"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/306128", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17389" +}, +{ + "emuIRN": "306129", + "description": "76 stations", + "provenience": [ + "Italy", + "Florence (Italy)" + ], + "culture": ["Italian"], + "creator": ["Eduardo Ducci"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/306129", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17390" +}, +{ + "emuIRN": "27768", + "description": "90 stations", + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Italian"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/27768", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17391" +}, +{ + "emuIRN": "344276", + "description": "Giuoco istruttive per l'insegnamento pratico della Geografia Elementare. Viaggo Circolare in Italia. I deato da Isacco Meneghetti. Filli Meneghetti Biescia 1893, 2nd edition. 69 stations", + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Italian"], + "creator": ["Bianchi and Company"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/344276", + "date_made_early": "1893", + "date_made": "1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "17392" +}, +{ + "emuIRN": "158984", + "description": "Sheet of Lottery Cards: Lotteria Pei Fanciulli. Marcenaro e Macchi (not Orrigoni-Bianchi & Co.)", + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Italian"], + "creator": ["Marcenaro E Macchi"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Lottery Card"], + "url": "http://www.penn.museum/collections/object/158984", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17393" +}, +{ + "emuIRN": "194916", + "description": "Board Game: Giuoco del lotto. Made by Filli Tensi.", + "provenience": [ + "Italy", + "Milan" + ], + "culture": ["Italian"], + "creator": ["Filli Tensi"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": [ + "Board Game", + "Lotto" + ], + "url": "http://www.penn.museum/collections/object/194916", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17394" +}, +{ + "emuIRN": "170224", + "description": "1 sheet", + "provenience": [ + "Italy", + "Florence (Italy)" + ], + "culture": ["Italian"], + "creator": ["Adnano Salani"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Lottery Card"], + "url": "http://www.penn.museum/collections/object/170224", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17395" +}, +{ + "emuIRN": "253622", + "description": "Mercena dell'orologio. dal Laberinto Ognuno uscir potra (?) sed'Arianna il Filo Trourera. 218", + "provenience": [ + "Italy", + "Venice (Italy)" + ], + "culture": ["Italian"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/253622", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17396" +}, +{ + "emuIRN": "17320", + "description": "63 stations; 2 dice according to rules", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "creator": ["Gangel"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/17320", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17398" +}, +{ + "emuIRN": "52211", + "description": "Gangel, No 44: Jeu de l'oie renouvele des Grecs. 63 stations; 2 dice according to rules", + "provenience": [ + "France", + "Metz" + ], + "culture": ["French"], + "creator": ["Gangel"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/52211", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["44"], + "curatorial_section": "Historic", + "object_number": "17399" +}, +{ + "emuIRN": "78917", + "description": "Paper sheet with circular trail of blocks numbered 1-63. Pictures of dice, birds with babies in corners and wells, dice, birds, boats, bridges, building on some of the squares. Directions in Italian in the middle. Not identical to B", + "provenience": [ + "Italy", + "Florence (Italy)" + ], + "culture": ["Italian"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/78917", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17380A" +}, +{ + "emuIRN": "331160", + "description": "Paper sheet with circular trail of blocks numbered 1-63. Pictures of dice, birds with babies in corners and wells, dice, birds, boats, bridges, building on some of the squares. Directions in Italian in the middle. Not identical to A.", + "provenience": [ + "Italy", + "Florence (Italy)" + ], + "culture": ["Italian"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/331160", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17380B" +}, +{ + "emuIRN": "127268", + "description": "Black and white curcular trail of blocks numbered 1-63 spiraling to center. Center picture of man on goose. Pictures in corners and some blocks", + "provenience": [ + "Italy", + "Florence (Italy)" + ], + "culture": ["Italian"], + "creator": ["Diletevole"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/127268", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17381A" +}, +{ + "emuIRN": "77784", + "description": "painted in red. Red and white trail of numbered blocks 1-90, winding into center where ther are directions in Italian. Pictures in the corners - dice, buildings, bridges and birds in some of the blocks", + "technique": ["Painted"], + "provenience": ["Italy"], + "culture": ["Italian"], + "material": [ + "Paper", + "Paint" + ], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/77784", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17381B" +}, +{ + "emuIRN": "223427", + "description": "Circular trail of numbered blocks, 1-89, winding in towards the center. Direction in Italian in center. Pictures of birds, houses, boats, dice, skeletons in some of the squares", + "provenience": [ + "Italy", + "Ferrara" + ], + "culture": ["Italian"], + "creator": [ + "Filli Melli", + "D. Finzi" + ], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/223427", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17382A" +}, +{ + "emuIRN": "306130", + "description": "Olivier-Pinot No. 1. Paper sheet with spiraling trail of squares numbered 1-63 - Picture in each. Instructions in middle in French. 12 markers. 2 dice according to rules", + "provenience": [ + "France", + "Epinal" + ], + "culture": ["French"], + "creator": ["Olivier-Pinot"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/306130", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["1"], + "curatorial_section": "Historic", + "object_number": "17400" +}, +{ + "emuIRN": "27769", + "description": "P. Didion No. 397. Paper sheet with spiraling trail of blocks numbered 1-63. Pictures in each depict thge road to paradise, which is number 63. Directions in middle in French. 2 dice according to rules", + "provenience": [ + "France", + "Metz" + ], + "culture": ["French"], + "creator": ["P. Didion"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/27769", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["397"], + "curatorial_section": "Historic", + "object_number": "17401" +}, +{ + "emuIRN": "344277", + "description": "paper sheet with sprialing trail of blocks numbered 1-63. Pictures in each block depict train journey. Directions in French. 2 dice according to rules", + "provenience": [ + "France", + "Metz" + ], + "culture": ["French"], + "creator": ["P. Didion"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/344277", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["177"], + "curatorial_section": "Historic", + "object_number": "17402" +}, +{ + "emuIRN": "158985", + "description": "No 129: Jeu de l'oie renouvele des Grecs. 63 stations; 2 dice according to rules", + "provenience": [ + "France", + "Metz" + ], + "iconography": ["Goose"], + "culture": ["French"], + "creator": ["P. Didion"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/158985", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["129"], + "curatorial_section": "Historic", + "object_number": "17403" +}, +{ + "emuIRN": "194917", + "description": "No. 398: Jeu du Juif-errant = Travels of the Wandering Jew. 63 stations; 2 dice according to rules", + "provenience": [ + "France", + "Metz" + ], + "culture": ["French"], + "creator": ["P. Didion"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/194917", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["398"], + "curatorial_section": "Historic", + "object_number": "17404" +}, +{ + "emuIRN": "170225", + "description": "Jeu de l'oie renouvele des Grecs; P. Didion. 63 stations; 2 dice according to rules", + "provenience": [ + "France", + "Metz" + ], + "culture": ["French"], + "creator": ["P. Didion"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/170225", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17405" +}, +{ + "emuIRN": "253623", + "description": "Board Game: Jeu des Nations. P. Didion.", + "provenience": [ + "France", + "Metz" + ], + "culture": ["French"], + "creator": ["P. Didion"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Game Board"], + "url": "http://www.penn.museum/collections/object/253623", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17406" +}, +{ + "emuIRN": "105763", + "description": "63 stations; 2 dice according to rules", + "provenience": [ + "France", + "Metz" + ], + "culture": ["French"], + "creator": ["P. Didion"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/105763", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17407" +}, +{ + "emuIRN": "17321", + "description": "Board Game: Jeu de l'armee Francais. P. Didion.", + "provenience": [ + "France", + "Metz" + ], + "culture": ["French"], + "creator": ["P. Didion"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": [ + "Board Game", + "Goose Game (uncertain)" + ], + "url": "http://www.penn.museum/collections/object/17321", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17408" +}, +{ + "emuIRN": "52212", + "description": "Jeu moral et instructif = Morals; P. Didion; 63 stations; 2 dice according to rules", + "provenience": [ + "France", + "Metz" + ], + "culture": ["French"], + "creator": ["P. Didion"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/52212", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17409" +}, +{ + "emuIRN": "52213", + "description": "63 stations; 2 dice according to rules", + "provenience": [ + "France", + "Metz" + ], + "culture": ["French"], + "creator": ["P. Didion"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/52213", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17410" +}, +{ + "emuIRN": "224448", + "description": "Sheet of Lottery Cards. Reines de France. L'imperatric gagne tout. No. 368", + "provenience": [ + "France", + "Metz" + ], + "culture": ["French"], + "creator": ["P. Didion"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Lottery"], + "url": "http://www.penn.museum/collections/object/224448", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17411" +}, +{ + "emuIRN": "325774", + "description": "63 stations; 2 dice according to rules", + "provenience": [ + "France", + "Metz" + ], + "culture": ["French"], + "creator": ["Delhalt"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/325774", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17412" +}, +{ + "emuIRN": "297908", + "description": "63 stations; 2 dice according to rules", + "provenience": [ + "France", + "Metz" + ], + "culture": ["French"], + "creator": ["Delhalt"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/297908", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17413" +}, +{ + "emuIRN": "141092", + "description": "No. 481. 63 stations; 2 dice according to rules", + "provenience": [ + "France", + "Epinal" + ], + "culture": ["French"], + "creator": ["Ch. Pellerin"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/141092", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["481"], + "curatorial_section": "Historic", + "object_number": "17414" +}, +{ + "emuIRN": "140617", + "description": "No. 501. 63 stations; 2 dice according to rules", + "provenience": [ + "France", + "Epinal" + ], + "iconography": ["Military"], + "culture": ["French"], + "creator": ["Pellerin"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/140617", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["501"], + "curatorial_section": "Historic", + "object_number": "17415" +}, +{ + "emuIRN": "119500", + "description": "Pellerin No. 1735. 63 stations; 2 dice according to rules", + "provenience": [ + "France", + "Epinal" + ], + "culture": ["French"], + "creator": ["Pellerin"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/119500", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["1735"], + "curatorial_section": "Historic", + "object_number": "17416" +}, +{ + "emuIRN": "187600", + "description": "Jeu Historique de la France Militaire, Pellerin. 63 stations; 2 dice according to rules", + "provenience": [ + "France", + "Epinal" + ], + "iconography": ["Military"], + "culture": ["French"], + "creator": ["Pellerin"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/187600", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17417" +}, +{ + "emuIRN": "189788", + "description": "No. 1738. 63 stations; 2 dice according to rules", + "provenience": [ + "France", + "Epinal" + ], + "culture": ["French"], + "creator": ["Pellerin"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/189788", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["1738"], + "curatorial_section": "Historic", + "object_number": "17418" +}, +{ + "emuIRN": "292586", + "description": "Jeu de l'oie renouvele des Grecs. No. 1711. 63 stations; 2 dice according to rules", + "provenience": [ + "France", + "Epinal" + ], + "culture": ["French"], + "creator": ["Pellerin"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/292586", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["1711"], + "curatorial_section": "Historic", + "object_number": "17419" +}, +{ + "emuIRN": "292587", + "description": "63 stations; played with 2 dice", + "provenience": [ + "France", + "Epinal" + ], + "culture": ["French"], + "creator": ["Pellerin"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/292587", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17420" +}, +{ + "emuIRN": "72238", + "description": "No. 4. 100 stations; 2 dice according to rules", + "provenience": [ + "France", + "Epinal" + ], + "culture": ["French"], + "creator": ["Pellerin"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/72238", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["4"], + "curatorial_section": "Historic", + "object_number": "17421" +}, +{ + "emuIRN": "4312", + "description": "Grand jeu de l'oie. No. 1713. 63 stations; 2 dice according to rules", + "provenience": [ + "France", + "Epinal" + ], + "culture": ["French"], + "creator": ["Pellerin"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/4312", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["1713"], + "curatorial_section": "Historic", + "object_number": "17422" +}, +{ + "emuIRN": "329088", + "description": "Checkerboard. 63 stations; 2 dice according to rules", + "provenience": [ + "France", + "Epinal" + ], + "culture": ["French"], + "creator": ["Pellerin & Company"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/329088", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17423" +}, +{ + "emuIRN": "223411", + "description": "No. 722. 63 stations; 2 dice according to rules", + "provenience": [ + "France", + "Epinal" + ], + "culture": ["French"], + "creator": ["Olivier-Pinot"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/223411", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["722"], + "curatorial_section": "Historic", + "object_number": "17424" +}, +{ + "emuIRN": "303844", + "description": "No. 721. 63 stations; 2 dice according to rules", + "provenience": [ + "France", + "Epinal" + ], + "culture": ["French"], + "creator": ["Olivier-Pinot"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/303844", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["721"], + "curatorial_section": "Historic", + "object_number": "17425" +}, +{ + "emuIRN": "315394", + "description": "No. 322. 63 stations; 2 dice according to rules", + "provenience": [ + "France", + "Pont-A-Mousson" + ], + "culture": ["French"], + "creator": ["Marcel Vagne"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/315394", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["322"], + "curatorial_section": "Historic", + "object_number": "17426" +}, +{ + "emuIRN": "135963", + "description": "No. 269. 63 stations; 2 dice according to rules", + "provenience": [ + "France", + "Pont-A-Mousson" + ], + "culture": ["French"], + "creator": ["Marcel Vagne"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/135963", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["269"], + "curatorial_section": "Historic", + "object_number": "17427" +}, +{ + "emuIRN": "81041", + "description": "No. 50. 63 stations; 2 dice according to rules", + "provenience": [ + "France", + "Pont-A-Mousson" + ], + "culture": ["French"], + "creator": ["Marcel Vagne"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/81041", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["501"], + "curatorial_section": "Historic", + "object_number": "17428" +}, +{ + "emuIRN": "89674", + "description": "par Armand Bourgade. Part of Nouveau recueil de Chansons et Musique printed both sides with songs. 40 stations; 2 dice according to rules", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "creator": ["A. Repos"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/89674", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17429" +}, +{ + "emuIRN": "89675", + "description": "52 stations; 2 dice according to rules", + "provenience": [ + "France", + "Nancy" + ], + "culture": ["French"], + "creator": ["E. Ferry"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/89675", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17430" +}, +{ + "emuIRN": "172069", + "description": "No. 2. 30 stations; 2 dice", + "provenience": [ + "Germany", + "Mainz" + ], + "culture": ["German"], + "creator": ["Jos. Scholz"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/172069", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["2"], + "curatorial_section": "Historic", + "object_number": "17431" +}, +{ + "emuIRN": "300866", + "description": "No. 6. 29 stations; 2 dice", + "provenience": [ + "Germany", + "Mainz" + ], + "culture": ["German"], + "creator": ["Jos. Scholz"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/300866", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["6"], + "curatorial_section": "Historic", + "object_number": "17432" +}, +{ + "emuIRN": "262981", + "description": "Railway. 56 stations; 2 dice", + "provenience": [ + "Germany", + "Mainz" + ], + "iconography": [ + "Railway", + "Train" + ], + "culture": ["German"], + "creator": ["Jos. Scholz"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/262981", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17433" +}, +{ + "emuIRN": "38528", + "description": "No. 3. 56 stations. 2 dice", + "provenience": [ + "Germany", + "Mainz" + ], + "culture": ["German"], + "creator": ["Jos. Scholz"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/38528", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["3"], + "curatorial_section": "Historic", + "object_number": "17434" +}, +{ + "emuIRN": "72966", + "description": "#1: Ganse-Spiel. Paper mounted on cardboard. 63 stations", + "provenience": [ + "Germany", + "Weissenburg" + ], + "iconography": ["Duck"], + "culture": ["German"], + "creator": ["C. Burckhardt"], + "material": [ + "Paper", + "Cardboard" + ], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/72966", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["1"], + "curatorial_section": "Historic", + "object_number": "17435" +}, +{ + "emuIRN": "23848", + "description": "No. 29. 63 stations", + "provenience": [ + "Germany", + "Weissenburg" + ], + "culture": ["German"], + "creator": ["C. Burckhardt"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/23848", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["29"], + "curatorial_section": "Historic", + "object_number": "17436" +}, +{ + "emuIRN": "305575", + "description": "63 stations; 2 dice according to rules", + "provenience": [ + "Germany", + "Weissenburg" + ], + "culture": ["German"], + "creator": ["C. Burckhardt"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/305575", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["1"], + "curatorial_section": "Historic", + "object_number": "17438" +}, +{ + "emuIRN": "242758", + "description": "No. 34 F. 36 stations", + "provenience": [ + "Germany", + "Weissenburg" + ], + "culture": ["German"], + "creator": ["C. Burckhardt"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/242758", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["34F"], + "curatorial_section": "Historic", + "object_number": "17439" +}, +{ + "emuIRN": "242759", + "description": "No. 34e: New Goose Game. 100 stations", + "provenience": [ + "Germany", + "Weissenburg" + ], + "culture": ["German"], + "creator": ["C. Burckhardt"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/242759", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["34e"], + "curatorial_section": "Historic", + "object_number": "17440" +}, +{ + "emuIRN": "90178", + "description": "63 stations", + "provenience": [ + "Germany", + "Weissenburg" + ], + "culture": ["German"], + "creator": ["C. Burckhardt"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/90178", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1894", + "other_numbers": ["1073"], + "curatorial_section": "Historic", + "object_number": "17441" +}, +{ + "emuIRN": "101190", + "description": "#1072. 73 stations", + "provenience": [ + "Germany", + "Weissenburg" + ], + "iconography": [ + "Hunter", + "Rabbit" + ], + "culture": ["German"], + "creator": ["C. Burckhardt"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/101190", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1894", + "other_numbers": ["1072"], + "curatorial_section": "Historic", + "object_number": "17442" +}, +{ + "emuIRN": "15966", + "description": "No. 1071. 100 stations", + "provenience": [ + "Germany", + "Weissenburg" + ], + "iconography": [ + "Woman", + "Cornucopia" + ], + "culture": ["German"], + "creator": ["C. Burckhardt"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/15966", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["1071"], + "curatorial_section": "Historic", + "object_number": "17443" +}, +{ + "emuIRN": "342361", + "description": "No. 1069. 61 stations", + "provenience": [ + "Germany", + "Weissenburg" + ], + "iconography": [ + "Woman", + "Cornucopia" + ], + "culture": ["German"], + "creator": ["C. Burckhardt"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/342361", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["1069"], + "curatorial_section": "Historic", + "object_number": "17444" +}, +{ + "emuIRN": "329263", + "description": "No. 1074. 85 stations", + "provenience": [ + "Germany", + "Weissenburg" + ], + "culture": ["German"], + "creator": ["C. Burckhardt"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/329263", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["1074"], + "curatorial_section": "Historic", + "object_number": "17447" +}, +{ + "emuIRN": "135178", + "description": "Volter-Spiel. C. Burckhardt No. 346. 25 stations", + "provenience": [ + "Germany", + "Weissenburg" + ], + "culture": ["German"], + "creator": ["C. Burckhardt"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/135178", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["346"], + "curatorial_section": "Historic", + "object_number": "17448" +}, +{ + "emuIRN": "220569", + "description": "No. 34a", + "provenience": [ + "Germany", + "Weissenburg" + ], + "culture": ["German"], + "creator": ["C. Burckhardt"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/220569", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["34A"], + "curatorial_section": "Historic", + "object_number": "17449" +}, +{ + "emuIRN": "220570", + "description": "No. 34a. 29 stations", + "provenience": [ + "Germany", + "Weissenburg" + ], + "culture": ["German"], + "creator": ["C. Burckhardt"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/220570", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["34a"], + "curatorial_section": "Historic", + "object_number": "17450" +}, +{ + "emuIRN": "216304", + "description": "#30. 32 stations", + "provenience": [ + "Germany", + "Weissenburg" + ], + "iconography": ["Jester"], + "culture": ["German"], + "creator": ["C. Burckhardt"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/216304", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["30"], + "curatorial_section": "Historic", + "object_number": "17451" +}, +{ + "emuIRN": "254370", + "description": "Oehmigke & Riemschneider No. 9045. 65 stations; 2 dice", + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/254370", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["9045"], + "curatorial_section": "Historic", + "object_number": "17452" +}, +{ + "emuIRN": "111030", + "description": "Neues Glucks-Spiel. Oehmigke & Riemschneider No. 8917. 100 stations; 1 dice", + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/111030", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["8917"], + "curatorial_section": "Historic", + "object_number": "17453" +}, +{ + "emuIRN": "9478", + "description": "Oehmigke & Riemschneider No. 8019. 70 stations; 1 dice", + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/9478", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["8019"], + "curatorial_section": "Historic", + "object_number": "17454" +}, +{ + "emuIRN": "50034", + "description": "Das Vogel Spiel. Oehmigke & Riemschneider No. 5513", + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": [ + "Board Game", + "Goose Game (uncertain)" + ], + "url": "http://www.penn.museum/collections/object/50034", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["5513"], + "curatorial_section": "Historic", + "object_number": "17455" +}, +{ + "emuIRN": "223166", + "description": "Board Game: Das Turnier Spiel. Oehmigke & Riemschneider #3675.", + "provenience": [ + "Germany", + "New Ruppin" + ], + "iconography": [ + "Knight", + "Jousting" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Game Board"], + "url": "http://www.penn.museum/collections/object/223166", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["3675"], + "curatorial_section": "Historic", + "object_number": "17456" +}, +{ + "emuIRN": "330734", + "description": "Oehmigke & Riemschneider No. 6043. 25 stations", + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/330734", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["6043"], + "curatorial_section": "Historic", + "object_number": "17457" +}, +{ + "emuIRN": "287848", + "description": "Oehmigke & Riemschneider No. 9046. 55 stations; 2 dice", + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": [ + "Goose Game", + "Lottery" + ], + "url": "http://www.penn.museum/collections/object/287848", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["9046"], + "curatorial_section": "Historic", + "object_number": "17458" +}, +{ + "emuIRN": "54490", + "description": "Game Board: Die Fuchsjagd ein Gesselschaftsspiel. Oehmigke & Riemschneider No. 3531", + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": [ + "Game Board", + "Goose Game (uncertain)" + ], + "url": "http://www.penn.museum/collections/object/54490", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["3531"], + "curatorial_section": "Historic", + "object_number": "17459" +}, +{ + "emuIRN": "54491", + "description": "Game Board: Das Vogelshieszen. Oehmigke & Riemschneider #5900.", + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Game Board"], + "url": "http://www.penn.museum/collections/object/54491", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["5900"], + "curatorial_section": "Historic", + "object_number": "17460" +}, +{ + "emuIRN": "157409", + "description": "Oehmigke & Riemschneider No. 8018. 70 stations", + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/157409", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["8018"], + "curatorial_section": "Historic", + "object_number": "17461" +}, +{ + "emuIRN": "159229", + "description": "Game Board: Nuestes Jagdspiel. Oehmigke & Riemschneider No. 2793. 33 stations, unspecified number of dice", + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": [ + "Game Board", + "Goose Game" + ], + "url": "http://www.penn.museum/collections/object/159229", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["2793"], + "curatorial_section": "Historic", + "object_number": "17462" +}, +{ + "emuIRN": "176458", + "description": "Neues Wettrennen Spiel. Oehmigke & Riemschneider #7448: Steeplechase pictures. 33 stations", + "provenience": [ + "Germany", + "New Ruppin" + ], + "iconography": ["Steeplechase"], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/176458", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["7448"], + "curatorial_section": "Historic", + "object_number": "17463" +}, +{ + "emuIRN": "161401", + "description": "Oehmigke & Riemschneider 8025. 40 stations; 1 dice", + "provenience": [ + "Germany", + "New Ruppin" + ], + "iconography": ["Ships"], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/161401", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["8025"], + "curatorial_section": "Historic", + "object_number": "17464" +}, +{ + "emuIRN": "252755", + "description": "Railway. Oehmigke & Riemschneider No. 8021. 70 stations; 2 dice", + "provenience": [ + "Germany", + "New Ruppin" + ], + "iconography": ["Railway"], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/252755", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["8021"], + "curatorial_section": "Historic", + "object_number": "17465" +}, +{ + "emuIRN": "37630", + "description": "Oehmigke & Riemschneider No. 7445. \"The New Goose Game\" 56 stations; 2 dice", + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/37630", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["7445"], + "curatorial_section": "Historic", + "object_number": "17466" +}, +{ + "emuIRN": "340855", + "description": "Oehmigke & Riemschneider No. 9064. 45 stations; 2 dice", + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/340855", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["9064"], + "curatorial_section": "Historic", + "object_number": "17467" +}, +{ + "emuIRN": "337540", + "description": "Oehmigke & Riemschneider No. 6306. 30 stations; 2 dice", + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/337540", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["6306"], + "curatorial_section": "Historic", + "object_number": "17468" +}, +{ + "emuIRN": "205484", + "description": "Allerneuestes Ganse Spiel. Oehmigke & Riemschneider No. 7063. 63 stations; 2 dice", + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/205484", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["7063"], + "curatorial_section": "Historic", + "object_number": "17469" +}, +{ + "emuIRN": "205485", + "description": "Oehmigke & Riemschneider No. 1512. 31 stations; teetotum used", + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/205485", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["1512"], + "curatorial_section": "Historic", + "object_number": "17470" +}, +{ + "emuIRN": "227169", + "description": "Oehmigke & Riemschneider No. 2005. 63 stations; 2 dice", + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/227169", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["2005"], + "curatorial_section": "Historic", + "object_number": "17471" +}, +{ + "emuIRN": "290085", + "description": "Oehmigke & Riemschneider No. 7086. 100 stations, 2 dice", + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/290085", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["7086"], + "curatorial_section": "Historic", + "object_number": "17472" +}, +{ + "emuIRN": "138743", + "description": "Oehmigke & Riemschneider No. 8455. 63 stations; 2 dice", + "provenience": [ + "Germany", + "New Ruppin" + ], + "iconography": ["Monkeys"], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/138743", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["8455"], + "curatorial_section": "Historic", + "object_number": "17473" +}, +{ + "emuIRN": "144322", + "description": "Oehmigke & Riemschneider No. 8800. 100 stations; 2 dice", + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/144322", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["8800"], + "curatorial_section": "Historic", + "object_number": "17474" +}, +{ + "emuIRN": "101123", + "description": "Oehmigke & Riemschneider No. 6139. 56 stations 2 dice", + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/101123", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["6139"], + "curatorial_section": "Historic", + "object_number": "17475" +}, +{ + "emuIRN": "165549", + "description": "Oehmigke & Riemschneider No. 8020. 100 stations; 2 dice used", + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/165549", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["8020"], + "curatorial_section": "Historic", + "object_number": "17476" +}, +{ + "emuIRN": "229869", + "description": "Oehmigke & Riemschneider No. 7544. 44 stations. 2 dice", + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/229869", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["7544"], + "curatorial_section": "Historic", + "object_number": "17477" +}, +{ + "emuIRN": "271628", + "description": "Muller u. Schornsteinfegergeselle auf der Wanderschaft. Oehmigke & Riemschneider No. 8994. 42 stations. 2 dice", + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/271628", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["8994"], + "curatorial_section": "Historic", + "object_number": "17478" +}, +{ + "emuIRN": "48161", + "description": "Oehmigke & Riemschneider No. 3067 Railway. 36 stations; 2 dice", + "provenience": [ + "Germany", + "New Ruppin" + ], + "iconography": ["Railway"], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/48161", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["3067"], + "curatorial_section": "Historic", + "object_number": "17479" +}, +{ + "emuIRN": "48162", + "description": "Oehmigke & Riemschneider No. 9047: Neues Reisespeil mit Kindernissen. 70 stations; 1 dice", + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/48162", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["9047"], + "curatorial_section": "Historic", + "object_number": "17480" +}, +{ + "emuIRN": "55110", + "description": "Oehmigke & Riemschneider No. 8023. 100 stations", + "provenience": [ + "Germany", + "New Ruppin" + ], + "iconography": ["Jester"], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/55110", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["8023"], + "curatorial_section": "Historic", + "object_number": "17481" +}, +{ + "emuIRN": "328619", + "description": "Oehmigke & Riemschneider No. 6638. 54 stations; 2 dice", + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/328619", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["6638"], + "curatorial_section": "Historic", + "object_number": "17482" +}, +{ + "emuIRN": "209453", + "description": "Oehmigke & Riemschneider No. 7055. 48 stations", + "provenience": [ + "Germany", + "New Ruppin" + ], + "iconography": ["Africa"], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/209453", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["7055"], + "curatorial_section": "Historic", + "object_number": "17483" +}, +{ + "emuIRN": "307636", + "description": "Sheet of lottery cards. Oehmigke & Riemschneider No. 8032", + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Lottery Ticket"], + "url": "http://www.penn.museum/collections/object/307636", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["8032"], + "curatorial_section": "Historic", + "object_number": "17484" +}, +{ + "emuIRN": "302825", + "description": "Sheet of lottery cards. Oehmigke & Riemschneider No. 8033", + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Lottery Ticket"], + "url": "http://www.penn.museum/collections/object/302825", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["8033"], + "curatorial_section": "Historic", + "object_number": "17485" +}, +{ + "emuIRN": "115382", + "description": "Sheet of Lottery Cards. Oehmigke & Riemschneider No. 8053", + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Lottery Ticket"], + "url": "http://www.penn.museum/collections/object/115382", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["8053"], + "curatorial_section": "Historic", + "object_number": "17486" +}, +{ + "emuIRN": "88848", + "description": "Sheet of Lottery Cards. Oehmigke & Riemschneider No. 8052", + "provenience": [ + "Germany", + "New Ruppin" + ], + "culture": ["German"], + "creator": ["Oehmigke & Riemschneider"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Lottery Ticket"], + "url": "http://www.penn.museum/collections/object/88848", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["8052"], + "curatorial_section": "Historic", + "object_number": "17487" +}, +{ + "emuIRN": "334457", + "description": "Sheet of Lottery cards. C. Burckhardt No. 11", + "provenience": [ + "Germany", + "Weissenburg" + ], + "culture": ["German"], + "creator": ["C. Burckhardt"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Lottery Ticket"], + "url": "http://www.penn.museum/collections/object/334457", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["11"], + "curatorial_section": "Historic", + "object_number": "17489" +}, +{ + "emuIRN": "334458", + "description": "No. 5805. 32 stations; 1 dice", + "provenience": [ + "Germany", + "Neuruppin" + ], + "culture": ["German"], + "creator": ["Gustav Kuhn"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/334458", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["5805"], + "curatorial_section": "Historic", + "object_number": "17490" +}, +{ + "emuIRN": "282199", + "description": "The New Goose Game. No. 8798. 100 stations; 2 dice", + "provenience": [ + "Germany", + "Neuruppin" + ], + "culture": ["German"], + "creator": ["Gustav Kuhn"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/282199", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["8798"], + "curatorial_section": "Historic", + "object_number": "17491" +}, +{ + "emuIRN": "301452", + "description": "Game Board for Goose Game: Nya Gasspelet. Gustav Kuhn No. 268. 100 stations", + "provenience": ["Sweden"], + "culture": ["Swedish"], + "creator": ["Gustav Kuhn"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/301452", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["268"], + "curatorial_section": "Historic", + "object_number": "17492" +}, +{ + "emuIRN": "14702", + "description": "Game Board: Das Jagdspeil. Gustav Kuhn No. 5835. 41 stations; played with 2 dice (not included)", + "provenience": [ + "Germany", + "Neuruppin" + ], + "culture": ["German"], + "creator": ["Gustav Kuhn"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": [ + "Game Board", + "Goose Game" + ], + "url": "http://www.penn.museum/collections/object/14702", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["5835"], + "curatorial_section": "Historic", + "object_number": "17493" +}, +{ + "emuIRN": "38770", + "description": "No. 8871. 54 stations; 2 dice", + "provenience": [ + "Germany", + "Neuruppin" + ], + "culture": ["German"], + "creator": ["Gustav Kuhn"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/38770", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["8871"], + "curatorial_section": "Historic", + "object_number": "17494" +}, +{ + "emuIRN": "159556", + "description": "No. 7583. 41 stations; 1 dice", + "provenience": [ + "Germany", + "Neuruppin" + ], + "culture": ["German"], + "creator": ["Gustav Kuhn"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/159556", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["7583"], + "curatorial_section": "Historic", + "object_number": "17495" +}, +{ + "emuIRN": "225560", + "description": "#34. 63 stations", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/225560", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["34"], + "curatorial_section": "Historic", + "object_number": "17496" +}, +{ + "emuIRN": "234966", + "description": "No. 1. Names and rules in German, French, English and Dutch. 50 stations", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/234966", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["1"], + "curatorial_section": "Historic", + "object_number": "17497" +}, +{ + "emuIRN": "258289", + "description": "#2 Names and rules in German, French, English and Dutch. 36 stations", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/258289", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["2"], + "curatorial_section": "Historic", + "object_number": "17498" +}, +{ + "emuIRN": "85701", + "description": "No. 3. Names and rules in German, French, English and Dutch. 36 stations", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/85701", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1895", + "other_numbers": ["3"], + "curatorial_section": "Historic", + "object_number": "17499" +}, +{ + "emuIRN": "319599", + "description": "No. 34g. 63 stations", + "provenience": [ + "Germany", + "Weissenburg" + ], + "culture": ["German"], + "creator": ["C. Burckhardt"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/319599", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["34G"], + "curatorial_section": "Historic", + "object_number": "17445A" +}, +{ + "emuIRN": "16517", + "description": "No. 34g. 63 stations", + "provenience": [ + "Germany", + "Weissenburg" + ], + "culture": ["German"], + "creator": ["C. Burckhardt"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/16517", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["34G"], + "curatorial_section": "Historic", + "object_number": "17445B" +}, +{ + "emuIRN": "103082", + "description": "No. 1070. 70 stations", + "provenience": [ + "Germany", + "Weissenburg" + ], + "culture": ["German"], + "creator": ["C. Burckhardt"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/103082", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["1070"], + "curatorial_section": "Historic", + "object_number": "17446A" +}, +{ + "emuIRN": "175647", + "description": "No. 1070. 70 stations", + "provenience": [ + "Germany", + "Weissenburg" + ], + "culture": ["German"], + "creator": ["C. Burckhardt"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/175647", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["1070"], + "curatorial_section": "Historic", + "object_number": "17446B" +}, +{ + "emuIRN": "82298", + "description": "Sheets of lottery cards. No. 27", + "provenience": [ + "Germany", + "Weissenburg" + ], + "culture": ["German"], + "creator": ["C. Burckhardt"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Lottery Ticket"], + "url": "http://www.penn.museum/collections/object/82298", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17488A" +}, +{ + "emuIRN": "365646", + "description": "Sheets of lottery cards. No. 27", + "provenience": [ + "Germany", + "Weissenburg" + ], + "culture": ["German"], + "creator": ["C. Burckhardt"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Lottery Ticket"], + "url": "http://www.penn.museum/collections/object/365646", + "curatorial_section": "Historic", + "object_number": "17488B" +}, +{ + "emuIRN": "334459", + "description": "No. 4. Names and rules in German, French, English and Dutch. 63 stations", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/334459", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["4"], + "curatorial_section": "Historic", + "object_number": "17500" +}, +{ + "emuIRN": "282200", + "description": "No. 5. Names and rules in German, French, English and Dutch. 36 stations", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/282200", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["5"], + "curatorial_section": "Historic", + "object_number": "17501" +}, +{ + "emuIRN": "301453", + "description": "No. 6. Names and rules in German, French, English and Dutch. 36 stations", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/301453", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["6"], + "curatorial_section": "Historic", + "object_number": "17502" +}, +{ + "emuIRN": "14703", + "description": "No. 1. 36 stations", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/14703", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["1"], + "curatorial_section": "Historic", + "object_number": "17503" +}, +{ + "emuIRN": "38771", + "description": "No. 6. 36 stations", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/38771", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["6"], + "curatorial_section": "Historic", + "object_number": "17504" +}, +{ + "emuIRN": "159557", + "description": "No. 7 36 stations", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/159557", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["7"], + "curatorial_section": "Historic", + "object_number": "17505" +}, +{ + "emuIRN": "225561", + "description": "No. 8. 36 stations", + "provenience": ["Germany"], + "iconography": [ + "Knight", + "Jousting" + ], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/225561", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["8"], + "curatorial_section": "Historic", + "object_number": "17506" +}, +{ + "emuIRN": "234967", + "description": "Game Board: Jagd Spiel. No. 46 (instructions No. 44) of 17509. 36 stations", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": [ + "Game Board", + "Goose Game" + ], + "url": "http://www.penn.museum/collections/object/234967", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["46"], + "curatorial_section": "Historic", + "object_number": "17507" +}, +{ + "emuIRN": "258290", + "description": "No. 47. 35 stations", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/258290", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["47"], + "curatorial_section": "Historic", + "object_number": "17508" +}, +{ + "emuIRN": "85702", + "description": "No. 44 (instructions No. 46) of 17507. 36 stations", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/85702", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["44"], + "curatorial_section": "Historic", + "object_number": "17509" +}, +{ + "emuIRN": "333655", + "description": "No. 6944. 63 stations", + "provenience": ["Germany"], + "iconography": [ + "Rabbit", + "Hunting" + ], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/333655", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["6944"], + "curatorial_section": "Historic", + "object_number": "17511" +}, +{ + "emuIRN": "57095", + "description": "100 small square pictures of common objects. Predominently green, yellow, and pink on white", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Lottery"], + "url": "http://www.penn.museum/collections/object/57095", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17512" +}, +{ + "emuIRN": "277295", + "description": "Central circle with numbers, Scenes at bottom. 63 stations; played with 2 dice according to rules. Maker: Amand Lith.", + "provenience": [ + "Holland", + "Amsterdam" + ], + "culture": ["Dutch"], + "creator": ["Amand, Lith"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/277295", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17514" +}, +{ + "emuIRN": "284993", + "description": "Cartoon in \"The World\" August 4, 1895", + "provenience": [ + "New York", + "New York" + ], + "iconography": [ + "Law", + "Lawyer", + "Criminal" + ], + "culture": ["American"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/284993", + "date_made_early": "1895", + "date_made": "August 4, 1895", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17515" +}, +{ + "emuIRN": "133595", + "description": "87 stations; 2 dice according to rules. Maker: Pellerin", + "provenience": [ + "France", + "Paris (France)" + ], + "iconography": [ + "France", + "Paris", + "Castle" + ], + "culture": ["French"], + "creator": ["Lehoucq"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/133595", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17516" +}, +{ + "emuIRN": "138889", + "description": "with French Instructions. 63 stations; unspecified dice according to rules", + "provenience": ["France (uncertain)"], + "culture": ["French"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/138889", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["2069"], + "curatorial_section": "Historic", + "object_number": "17517" +}, +{ + "emuIRN": "193424", + "description": "46 stations; unspecified number of dice according to rules", + "provenience": ["France (uncertain)"], + "iconography": [ + "Traveler", + "Port", + "Baggage", + "Steamboat", + "Chinese" + ], + "culture": ["French (uncertain)"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/193424", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17518" +}, +{ + "emuIRN": "176307", + "description": "Board Game: Horse Race Game. Maker not identified on game.", + "provenience": ["England (uncertain)"], + "culture": ["British (uncertain)"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/176307", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17520" +}, +{ + "emuIRN": "262479", + "description": "Paper. Starts with 2 men in boat, whale near boat. Blue, green, yellow and pink. Glaze over paper. No name of maker", + "technique": ["Glazed"], + "provenience": ["France"], + "iconography": [ + "Men", + "Boat", + "Whale" + ], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Board Game"], + "url": "http://www.penn.museum/collections/object/262479", + "curatorial_section": "Historic", + "object_number": "17521" +}, +{ + "emuIRN": "64722", + "description": "Folded twise so opened has 4 squares from creases. On other side than the piectures the 4 squares are filled like newspaper pages.", + "provenience": [ + "Italy", + "Rome (Italy)" + ], + "culture": ["Italian"], + "creator": ["Rugantino"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Cartoon"], + "url": "http://www.penn.museum/collections/object/64722", + "date_made_early": "1894", + "date_made": "June 7, 1894", + "date_made_late": "1894", + "other_numbers": ["N. 625"], + "curatorial_section": "Historic", + "object_number": "17523" +}, +{ + "emuIRN": "12103", + "description": "Numbers printed in 12 frames, in each frame a different pattern and order", + "provenience": [ + "Italy", + "Firenze" + ], + "culture": ["Italian"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Lottery"], + "url": "http://www.penn.museum/collections/object/12103", + "date_made_early": "1893", + "date_made": "1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "17524" +}, +{ + "emuIRN": "198662", + "description": "List (blank) for allotments in lottery. 3 columns of numbers, 30 in each for 90 numbers with lines beside for each writing", + "provenience": [ + "Italy", + "Florence (Italy)" + ], + "culture": ["Italian"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Lottery"], + "url": "http://www.penn.museum/collections/object/198662", + "date_made_early": "1893", + "date_made": "1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "17525" +}, +{ + "emuIRN": "85703", + "description": "Board Game: Die Menagerie. Maker not identified on game.", + "provenience": ["Germany"], + "iconography": ["Animal"], + "culture": ["German"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Game Board"], + "url": "http://www.penn.museum/collections/object/85703", + "curatorial_section": "Historic", + "object_number": "17510A" +}, +{ + "emuIRN": "184483", + "description": "Board Game: Alleryeste Gaasespel. No. 7429. 100 stations; played with 2 dice according to rules", + "provenience": ["Denmark"], + "iconography": ["Geese"], + "culture": ["Danish"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/184483", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "other_numbers": ["7429"], + "curatorial_section": "Historic", + "object_number": "17513A" +}, +{ + "emuIRN": "365649", + "description": "Board Game: Alleryeste Gaasespel. No. 7429. 100 stations; played with 2 dice according to rules", + "provenience": ["Denmark"], + "iconography": ["Geese"], + "culture": ["Danish"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/365649", + "other_numbers": ["7429"], + "curatorial_section": "Historic", + "object_number": "17513B" +}, +{ + "emuIRN": "82156", + "description": "Checker Board - paper sheet. Pellerin #1705. Black and white checkerboard and black and white circles for players", + "provenience": [ + "Spain", + "Madrid" + ], + "culture": ["French"], + "creator": ["Ch. Pellerin"], + "material": ["Paper"], + "object_name": [ + "Game Board", + "Checkers Board" + ], + "url": "http://www.penn.museum/collections/object/82156", + "other_numbers": ["1705"], + "curatorial_section": "Historic", + "object_number": "20018" +}, +{ + "emuIRN": "235265", + "description": "From Phila. Press, Jan 29, 1899", + "provenience": [ + "Pennsylvania", + "Philadelphia" + ], + "culture": ["American"], + "creator": ["Philadelphia Press"], + "material": ["Paper"], + "accession_credit_line": ["Deposited by R. Stewart Culin, 1899"], + "object_name": ["Game"], + "url": "http://www.penn.museum/collections/object/235265", + "date_made_early": "1899", + "date_made": "1/29/1899", + "date_made_late": "1899", + "curatorial_section": "Historic", + "object_number": "21531" +}, +{ + "emuIRN": "64406", + "description": "Paper sheet; game of Oca. Sheet of paper with white and black circular trail of blocks numbered from 1 on the outside to 63 in the middle as it winds into the center. Pictures in each block, some repeated.", + "provenience": [ + "Italy", + "Florence (Italy)" + ], + "culture": ["Italian"], + "creator": ["H. O. Vinto"], + "material": ["Paper"], + "accession_credit_line": ["Gift of H. Carrington Bolton, 1902"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/64406", + "curatorial_section": "Historic", + "object_number": "22249" +}, +{ + "emuIRN": "107929", + "description": "Diagram of the board for \"Bushels\" - Rectangular sheet with rectangle divided into 8 wedges.", + "provenience": ["England"], + "culture": ["English"], + "material": ["Paper"], + "object_name": [ + "Game Board Diagram", + "Drawing" + ], + "url": "http://www.penn.museum/collections/object/107929", + "date_made_early": "1893", + "date_made": "1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16396" +}, +{ + "emuIRN": "325647", + "description": "Diagram for Wolf and Sheep game - Varag och fur sweden. Rectangular sheet with square divided into 8x8 (64) smaller squares alternating black/white much like a checkerboard.", + "provenience": ["Sweden"], + "culture": ["Swedish"], + "material": ["Paper"], + "object_name": [ + "Game Board Diagram", + "Drawing" + ], + "url": "http://www.penn.museum/collections/object/325647", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16399" +}, +{ + "emuIRN": "326872", + "description": "Copy / Diagram for game: Mulchen / little hill - R. Stewart Culin illustration of game component. Rectangular sheet with 3 concentric rectangles. 2 outer rectangles divided into 4 quadrants", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Paper"], + "object_name": [ + "Game Board Diagram", + "Drawing" + ], + "url": "http://www.penn.museum/collections/object/326872", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16400" +}, +{ + "emuIRN": "331767", + "description": "Wood block engraving of the back of playing card?", + "technique": [ + "Engraving", + "Woodblock Printed" + ], + "provenience": ["Europe"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Engraving", + "Playing Card" + ], + "url": "http://www.penn.museum/collections/object/331767", + "curatorial_section": "Historic", + "object_number": "16583" +}, +{ + "emuIRN": "156011", + "description": "Paper pottery ticket - 1 sheet with 3 tickets (#22, #23, #24). \"Lotto Pubblico del Rego d'Italia.\" Brown ink writing, very thin.", + "provenience": ["Italy"], + "culture": ["Italian"], + "material": ["Paper"], + "object_name": ["Lottery Ticket"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/156011", + "other_numbers": [ + "22", + "23", + "24" + ], + "curatorial_section": "Historic", + "object_number": "19425" +}, +{ + "emuIRN": "72310", + "description": "From Musee Doyanx", + "technique": ["Engraving"], + "provenience": [ + "Holland", + "Antwerp" + ], + "iconography": ["Soldiers"], + "culture": ["Dutch"], + "creator": ["Alexander Mayer"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Joseph Destree, 1898"], + "object_name": [ + "Engraving", + "Playing Card" + ], + "url": "http://www.penn.museum/collections/object/72310", + "date_made_early": "1569", + "date_made": "pre 1594", + "date_made_late": "1594", + "curatorial_section": "Historic", + "object_number": "21388" +}, +{ + "emuIRN": "12578", + "description": "Grand National Victory Board Game, a Historical game of the late Civil War period (1861-1865) - Board (A). Men (B), C (Box) and D (top/spinner). A) Game board with directions printed on back. Series of circles numberred 1 (Washington) to 100 (Richmond) arranged in a spiral. Each circle represents a person or place relevant to the US Civil War. Made/sold by H. B. Palmer; McBride & Turner, Printers. Copyright secured (no date listed)", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "material": ["Cardboard"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of Mrs. John Harrison, 1894"], + "object_name": [ + "Board Game", + "Game Board" + ], + "url": "http://www.penn.museum/collections/object/12578", + "date_made_early": "1870", + "date_made": "1870-1894", + "date_made_late": "1894", + "curatorial_section": "Historic", + "object_number": "16294A" +}, +{ + "emuIRN": "165623", + "description": "Advertisement / poster for the Board Game \"Halma\" produced by E. I. Horsman", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "creator": ["E. I. Horsman"], + "material": ["Cardboard"], + "accession_credit_line": ["Gift of E. I. Horsman, 1893"], + "object_name": [ + "Board Game", + "Advertisement", + "Poster" + ], + "url": "http://www.penn.museum/collections/object/165623", + "date_made_early": "1885", + "date_made": "1885-1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16438B" +}, +{ + "emuIRN": "8612", + "description": "carte del giuoco Comunemente detto del Mantegna - Tarot / Playing cards commonly called Mantegna. King in Medieval Style Garb", + "technique": ["Engraving"], + "provenience": ["Italy"], + "culture": ["Italian"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Engraving", + "Tarot Card" + ], + "url": "http://www.penn.museum/collections/object/8612", + "curatorial_section": "Historic", + "object_number": "16582A" +}, +{ + "emuIRN": "349865", + "description": "carte del giuoco Comunemente detto del Mantegna - Tarot / Playing cards commonly called Mantegna. King in Roman Emperor Style Garb", + "technique": ["Engraving"], + "provenience": ["Italy"], + "culture": ["Italian"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Engraving", + "Tarot Card" + ], + "url": "http://www.penn.museum/collections/object/349865", + "curatorial_section": "Historic", + "object_number": "16582B" +}, +{ + "emuIRN": "220646", + "description": "One of 2 stiff paper/cardboard sheets, each with 3 Neoclassical pen/ink drawings. For backs of playing cards? Card with satyrs and SPQR label; Card with Coin and Imperial Portrait - D UIIVLII * CAIESAR * AUGUSTI; Card with bound winged cupid and tropies.", + "technique": ["Glued"], + "provenience": ["Italy (uncertain)"], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Playing Card Drawing"], + "url": "http://www.penn.museum/collections/object/220646", + "curatorial_section": "Historic", + "object_number": "16584A" +}, +{ + "emuIRN": "350441", + "description": "One of 2 stiff paper/cardboard sheets, each with 3 pen/ink drawings. For backs of playing cards? Cad with winged figure and trumpets, Card with central cupid head in rondel. Card with central cupid head and filigree above/below.", + "technique": ["Glued"], + "provenience": ["Italy (uncertain)"], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Playing Card Drawing"], + "url": "http://www.penn.museum/collections/object/350441", + "curatorial_section": "Historic", + "object_number": "16584B" +}, +{ + "emuIRN": "287163", + "description": "Entrada no Jarim Zoologico.", + "provenience": [ + "Brazil", + "Rio De Janeiro" + ], + "culture": ["Brazilian"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Senor J. B. da Motta, 1895"], + "object_name": ["Lottery Ticket"], + "url": "http://www.penn.museum/collections/object/287163", + "date_made_early": "22 Feb 1895", + "date_made": "2/22/1895", + "date_made_late": "22 Feb 1895", + "curatorial_section": "Historic", + "object_number": "17559B" +}, +{ + "emuIRN": "366114", + "description": "Advertisment / Instructions for the Puzzle Inkankanu? Kan U Katch On? Novelty Mfg Col, copyright 1896", + "provenience": [ + "Pennsylvania", + "Philadelphia" + ], + "creator": ["Novelty Mfg. Co."], + "material": ["Paper"], + "accession_credit_line": ["Deposited by R. Stewart Culin, 1896"], + "object_name": ["Advertisement"], + "url": "http://www.penn.museum/collections/object/366114", + "date_made_early": "1896", + "date_made": "1896", + "date_made_late": "1896", + "curatorial_section": "Historic", + "object_number": "17579B" +}, +{ + "emuIRN": "406900", + "description": "Instructions to Sixteen to One Puzzle. Made by Union MFG Co. New York", + "provenience": [ + "Pennsylvania", + "Philadelphia" + ], + "culture": ["American"], + "material": ["Paper"], + "object_name": ["Puzzle Instructions"], + "url": "http://www.penn.museum/collections/object/406900", + "curatorial_section": "Historic", + "object_number": "19091B" +}, +{ + "emuIRN": "22070", + "description": "Book of rules for playing cards / card games: Die Sammlung der Spielkarten des bairischen Nationalmuseums, by K. A. Bierdimpfl. Munich, 1884. See 15758 to 15770 for reproductions of cards cited in book.", + "provenience": [ + "Germany", + "Munich" + ], + "iconography": ["Card Game Rules"], + "culture": ["German"], + "creator": ["K. A. Bierdimpfl"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Card Game", + "Book" + ], + "url": "http://www.penn.museum/collections/object/22070", + "date_made_early": "1884", + "date_made": "1884", + "date_made_late": "1884", + "curatorial_section": "Historic", + "object_number": "29-191-126" +}, +{ + "emuIRN": "148626", + "description": "Handbook of rules of billiards, Brunswick-Balke-Collender, Company", + "provenience": [ + "Illinois", + "Chicago" + ], + "culture": ["American"], + "creator": ["Brunswick-Balke-Collender, Company"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Brunswick, Balke, Collender Co., 1893"], + "object_name": [ + "Game Book", + "Billiards" + ], + "url": "http://www.penn.museum/collections/object/148626", + "date_made_early": "1892", + "date_made": "1892", + "date_made_late": "1892", + "curatorial_section": "Historic", + "object_number": "16324" +}, +{ + "emuIRN": "142835", + "description": "The American Leauge Bowling Guide: the Laws of the Game. Published by the Brunswick-Balke-Collender Company", + "provenience": [ + "Illinois", + "Chicago" + ], + "culture": ["American"], + "creator": ["Brunswick-Balke-Collender, Company"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Brunswick, Balke, Collender Co., 1893"], + "object_name": [ + "Game Book", + "Bowling Guide" + ], + "url": "http://www.penn.museum/collections/object/142835", + "curatorial_section": "Historic", + "object_number": "16325" +}, +{ + "emuIRN": "255668", + "description": "\"Lawn Tennis in Our Own Country\" by H.W. Slocum Jr. Published by A.G. Spalding & Bros., 1890", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "creator": [ + "A. G. Spalding & Bros.", + "H. W. Slocum, Jr." + ], + "material": ["Paper"], + "accession_credit_line": ["Gift of A. G. Spalding & Bros., 1893"], + "object_name": [ + "Game Book", + "Lawn Tennis Book" + ], + "url": "http://www.penn.museum/collections/object/255668", + "date_made_early": "1890", + "date_made": "1890", + "date_made_late": "1890", + "curatorial_section": "Historic", + "object_number": "16330" +}, +{ + "emuIRN": "103282", + "description": "Handbook of Rules of Billiards: Valuable hints on the care of billiards tables. Published 1890 by Brunswick, Balke, Collender Co.", + "provenience": [ + "Illinois", + "Chicago" + ], + "culture": ["American"], + "creator": ["Brunswick-Balke-Collender, Company"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Brunswick, Balke, Collender Co., 1893"], + "object_name": [ + "Game Book", + "Billiards" + ], + "url": "http://www.penn.museum/collections/object/103282", + "date_made_early": "1890", + "date_made": "1890", + "date_made_late": "1890", + "curatorial_section": "Historic", + "object_number": "16351" +}, +{ + "emuIRN": "303582", + "description": "Book of rules for game: Dick's Game of Patience or Solitaire with Cards. 154 page book of 64 games and 50 tableaux of patience or solitaire.", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "creator": ["Dick and Fitzgerald"], + "material": ["Paper"], + "accession_credit_line": ["Purchased from and gift of Dick and Fitzgerald, 1893"], + "object_name": [ + "Game Book", + "Patience", + "Solitaire" + ], + "url": "http://www.penn.museum/collections/object/303582", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16560" +}, +{ + "emuIRN": "17592", + "description": "Book of rules for game: The Complete Poker Player", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "creator": ["Dick and Fitzgerald"], + "material": ["Paper"], + "accession_credit_line": ["Purchased from and gift of Dick and Fitzgerald, 1893"], + "object_name": [ + "Card Game Book", + "Poker Rules" + ], + "url": "http://www.penn.museum/collections/object/17592", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16561" +}, +{ + "emuIRN": "61851", + "description": "Book of rules for game: Dick's Handbook of Cribbage", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "creator": ["Dick and Fitzgerald"], + "material": ["Paper"], + "accession_credit_line": ["Purchased from and gift of Dick and Fitzgerald, 1893"], + "object_name": [ + "Game Book", + "Cribbage Handbook" + ], + "url": "http://www.penn.museum/collections/object/61851", + "date_made_early": "1885", + "date_made": "1885-1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16563" +}, +{ + "emuIRN": "207070", + "description": "Handbook of Game: Modern Whist. Compilied from \"Cavendish\" (Henry Jones). With complete rules for playing. 72 pages", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["Dick and Fitzgerald"], + "material": ["Paper"], + "accession_credit_line": ["Purchased from and gift of Dick and Fitzgerald, 1893"], + "object_name": ["Game Book"], + "url": "http://www.penn.museum/collections/object/207070", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16564" +}, +{ + "emuIRN": "295225", + "description": "Game Book: The Game of Cinch and Draw Pedro by Trumps; published by Dick and Fitzgerald", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "creator": [ + "Trumps", + "Dick and Fitzgerald" + ], + "material": ["Paper"], + "accession_credit_line": ["Purchased from and gift of Dick and Fitzgerald, 1893"], + "object_name": ["Game Book"], + "url": "http://www.penn.museum/collections/object/295225", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16565" +}, +{ + "emuIRN": "258173", + "description": "Book of Rules: Dick's Progressive Poker", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["Dick and Fitzgerald"], + "material": ["Paper"], + "accession_credit_line": ["Purchased from and gift of Dick and Fitzgerald, 1893"], + "object_name": [ + "Game Book", + "Poker Rules" + ], + "url": "http://www.penn.museum/collections/object/258173", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16566" +}, +{ + "emuIRN": "102473", + "description": "Book of rules for American Whist. \"Vest Pocket Manuals\" series.", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["Dick and Fitzgerald"], + "material": ["Paper"], + "accession_credit_line": ["Purchased from and gift of Dick and Fitzgerald, 1893"], + "object_name": [ + "Game Book", + "Whist Rules" + ], + "url": "http://www.penn.museum/collections/object/102473", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16567" +}, +{ + "emuIRN": "105839", + "description": "book of Rules for: American leads at whist. \"Vest Pocket Manuals\" series. Author: Cavendish (aka Henry Jones)", + "provenience": ["New York City"], + "culture": ["American"], + "creator": [ + "Dick and Fitzgerald", + "Cavendish" + ], + "material": ["Paper"], + "accession_credit_line": ["Purchased from and gift of Dick and Fitzgerald, 1893"], + "object_name": [ + "Game Book", + "Whist Rules" + ], + "url": "http://www.penn.museum/collections/object/105839", + "date_made_early": "1978", + "date_made": "c. 1983", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16568" +}, +{ + "emuIRN": "211067", + "description": "Book of Rules - \"Vest Pocket Manuals\" Series: Euchre Rules.", + "provenience": ["New York City"], + "culture": ["American"], + "creator": ["Dick and Fitzgerald"], + "material": ["Paper"], + "accession_credit_line": ["Purchased from and gift of Dick and Fitzgerald, 1893"], + "object_name": [ + "Game Book", + "Card Game", + "Euchre" + ], + "url": "http://www.penn.museum/collections/object/211067", + "date_made_early": "1978", + "date_made": "c. 1983", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16569" +}, +{ + "emuIRN": "170228", + "description": "War-Graph: Battle of Manila. Copyrighted Meyer Levenson, 1898, 46 Vesey Street, New York. All rights reserved", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "material": ["Paper"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Gift of R. Stewart Culin, 1898"], + "object_name": [ + "Toy", + "Book" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/170228", + "date_made_early": "1898", + "date_made": "1898", + "date_made_late": "1898", + "curatorial_section": "Historic", + "object_number": "21474" +}, +{ + "emuIRN": "212818", + "description": "A) A pack of 52 Cavalier playing cards. B) Book of explanations. Facsimile of originals which are very rare. Directed against the Puritans. E&G Goldmid. 1886", + "provenience": [ + "Scotland", + "Edinburgh" + ], + "culture": ["Scottish"], + "creator": ["E & G Goldsmid"], + "material": ["Paper"], + "accession_credit_line": ["Gift of H. H. Furness, 1891"], + "object_name": [ + "Playing Card Deck", + "Card Game Book" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/212818", + "date_made_early": "1886", + "date_made": "1886", + "date_made_late": "1886", + "curatorial_section": "Historic", + "object_number": "8015B" +}, +{ + "emuIRN": "200976", + "description": "Tarot Card Deck (A) and instruction book (B) - Devin du Mariage. Complete pack of 32 cards. H. Pussey", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "creator": ["H. Pussey"], + "material": ["Paper"], + "period": ["19th century"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1891"], + "object_name": [ + "Playing Card Deck", + "Tarot Card Book" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/200976", + "date_made_early": "1820", + "date_made": "1820-1891", + "date_made_late": "1891", + "curatorial_section": "Historic", + "object_number": "9012B" +}, +{ + "emuIRN": "279633", + "description": "Tarot / Playing Card Deck - 33 cards (a) with booklet (B) and Box (c) Book: Manier de tirer le Petit Eteilla", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["French"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1891"], + "object_name": [ + "Playing Card Deck", + "Tarot Card Book" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/279633", + "date_made_early": "1866", + "date_made": "c. 1891", + "date_made_late": "1891", + "curatorial_section": "Historic", + "object_number": "9013B" +}, +{ + "emuIRN": "101051", + "description": "wooden. for playing trap-ball. one side flat, one rounded", + "provenience": ["England"], + "culture": ["English"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Mrs. Samuel Kirkpatrick, 1890"], + "object_name": ["Trap-Ball Bat"], + "url": "http://www.penn.museum/collections/object/101051", + "curatorial_section": "Historic", + "object_number": "7528" +}, +{ + "emuIRN": "279008", + "description": "Basket (cesta) to be worn on hand in a game of ball (pelota).", + "provenience": [ + "Spain", + "Madrid" + ], + "culture": ["Spanish"], + "material": [ + "Peel", + "Leather", + "Wood" + ], + "object_name": ["Ball Game Basket"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/279008", + "other_numbers": ["150"], + "curatorial_section": "Historic", + "object_number": "16129A" +}, +{ + "emuIRN": "247839", + "description": "Basket (cesta) to be worn on hand in a game of ball (pelota).", + "provenience": [ + "Spain", + "Madrid" + ], + "culture": ["Spanish"], + "material": [ + "Peel", + "Leather", + "Wood" + ], + "object_name": ["Ball Game Basket"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/247839", + "other_numbers": ["151"], + "curatorial_section": "Historic", + "object_number": "16129B" +}, +{ + "emuIRN": "246618", + "provenience": [ + "Europe", + "North Africa" + ], + "material": [ + "Plant Fiber", + "Cotton" + ], + "accession_credit_line": ["Gift of Mr. and Mrs. Talcott Williams, 1893"], + "object_name": ["Quoits"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/246618", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16349A" +}, +{ + "emuIRN": "366006", + "description": "one of two ship quoits - hoop with twisted fiber rope, no cloth hand hold (see a)", + "provenience": [ + "Europe", + "North Africa" + ], + "material": ["Plant Fiber"], + "accession_credit_line": ["Gift of Mr. and Mrs. Talcott Williams, 1893"], + "object_name": ["Quoits"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/366006", + "curatorial_section": "Historic", + "object_number": "16349B" +}, +{ + "emuIRN": "216431", + "description": "2 wood bats (a -b) , 1 wood ball (c), 1 iron ring with spike handle (d)", + "provenience": [ + "Italy", + "Palermo" + ], + "culture": ["Italian"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Game Bat"], + "url": "http://www.penn.museum/collections/object/216431", + "other_numbers": ["P233"], + "curatorial_section": "Historic", + "object_number": "19305A" +}, +{ + "emuIRN": "405529", + "description": "2 wood bats (a -b) , 1 wood ball (c), 1 iron ring with spike handle (d)", + "provenience": [ + "Italy", + "Palermo" + ], + "culture": ["Italian"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Game Bat"], + "url": "http://www.penn.museum/collections/object/405529", + "other_numbers": ["P233"], + "curatorial_section": "Historic", + "object_number": "19305B" +}, +{ + "emuIRN": "229774", + "provenience": [ + "Italy", + "Bellagio" + ], + "culture": ["Italian"], + "accession_credit_line": ["Gift of Mary W. Bonsall, 1901"], + "object_name": ["Cup And Ball"], + "url": "http://www.penn.museum/collections/object/229774", + "curatorial_section": "Historic", + "object_number": "22137" +}, +{ + "emuIRN": "239154", + "description": "Game of Nine Pins (Billiards/Bowling) - larger central pin with finial (A) with and 8 smaller (b-i)", + "provenience": [ + "Italy", + "Sicily", + "Palermo" + ], + "culture": ["Italian"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Game Piece", + "Billiards Pin" + ], + "url": "http://www.penn.museum/collections/object/239154", + "curatorial_section": "Historic", + "object_number": "19218A" +}, +{ + "emuIRN": "405533", + "description": "Game of Nine Pins (Billiards/Bowling) - larger central pin with finial (A) with and 8 smaller (b-i)", + "provenience": [ + "Italy", + "Sicily", + "Palermo" + ], + "culture": ["Italian"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Game Piece", + "Billiards Pin" + ], + "url": "http://www.penn.museum/collections/object/405533", + "curatorial_section": "Historic", + "object_number": "19218B" +}, +{ + "emuIRN": "405534", + "description": "Game of Nine Pins (Billiards/Bowling) - larger central pin with finial (A) with and 8 smaller (b-i)", + "provenience": [ + "Italy", + "Sicily", + "Palermo" + ], + "culture": ["Italian"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Game Piece", + "Billiards Pin" + ], + "url": "http://www.penn.museum/collections/object/405534", + "curatorial_section": "Historic", + "object_number": "19218C" +}, +{ + "emuIRN": "405535", + "description": "Game of Nine Pins (Billiards/Bowling) - larger central pin with finial (A) with and 8 smaller (b-i)", + "provenience": [ + "Italy", + "Sicily", + "Palermo" + ], + "culture": ["Italian"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Game Piece", + "Billiards Pin" + ], + "url": "http://www.penn.museum/collections/object/405535", + "curatorial_section": "Historic", + "object_number": "19218D" +}, +{ + "emuIRN": "405536", + "description": "Game of Nine Pins (Billiards/Bowling) - larger central pin with finial (A) with and 8 smaller (b-i)", + "provenience": [ + "Italy", + "Sicily", + "Palermo" + ], + "culture": ["Italian"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Game Piece", + "Billiards Pin" + ], + "url": "http://www.penn.museum/collections/object/405536", + "curatorial_section": "Historic", + "object_number": "19218E" +}, +{ + "emuIRN": "405537", + "description": "Game of Nine Pins (Billiards/Bowling) - larger central pin with finial (A) with and 8 smaller (b-i)", + "provenience": [ + "Italy", + "Sicily", + "Palermo" + ], + "culture": ["Italian"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Game Piece", + "Billiards Pin" + ], + "url": "http://www.penn.museum/collections/object/405537", + "curatorial_section": "Historic", + "object_number": "19218F" +}, +{ + "emuIRN": "405538", + "description": "Game of Nine Pins (Billiards/Bowling) - larger central pin with finial (A) with and 8 smaller (b-i)", + "provenience": [ + "Italy", + "Sicily", + "Palermo" + ], + "culture": ["Italian"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Game Piece", + "Billiards Pin" + ], + "url": "http://www.penn.museum/collections/object/405538", + "curatorial_section": "Historic", + "object_number": "19218G" +}, +{ + "emuIRN": "405539", + "description": "Game of Nine Pins (Billiards/Bowling) - larger central pin with finial (A) with and 8 smaller (b-i)", + "provenience": [ + "Italy", + "Sicily", + "Palermo" + ], + "culture": ["Italian"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Game Piece", + "Billiards Pin" + ], + "url": "http://www.penn.museum/collections/object/405539", + "curatorial_section": "Historic", + "object_number": "19218H" +}, +{ + "emuIRN": "35990", + "description": "6 wooden tablets fastened together with string. Each tablet with picture on each side and a logo in German; 1 metal bell.", + "provenience": [ + "Illinois", + "Chicago" + ], + "culture": ["German"], + "material": [ + "Wood", + "String", + "Paper", + "Metal" + ], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Toy"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/35990", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16204" +}, +{ + "emuIRN": "311058", + "description": "Board with pegs. 4 wood squares, 9 rings: 3 purple, 2 yellow, 3 orange, 1 brown. Original instructions", + "provenience": [ + "New York", + "New York City" + ], + "culture": ["American"], + "creator": ["E. I. Horsman"], + "material": ["Wood"], + "accession_credit_line": ["Gift of E. I. Horsman, 1893"], + "object_name": [ + "Game", + "Ring Toss" + ], + "url": "http://www.penn.museum/collections/object/311058", + "curatorial_section": "Historic", + "object_number": "16356" +}, +{ + "emuIRN": "125749", + "description": "3 metal rings, wooden stand. Peg missing. Original box.", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": [ + "Metal", + "Wood" + ], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Game"], + "url": "http://www.penn.museum/collections/object/125749", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16975" +}, +{ + "emuIRN": "78196", + "description": "Game: Gravity Toy", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": [ + "Game", + "Toy" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/78196", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16988" +}, +{ + "emuIRN": "100664", + "description": "Paper Toy Boat, made by Rev. Hawksworth 1898", + "provenience": [ + "Pennsylvania", + "Philadelphia" + ], + "culture": ["American"], + "creator": ["Rev Hawksworth"], + "material": ["Paper"], + "accession_credit_line": ["Gift of R. Stewart Culin, 1898"], + "object_name": [ + "Toy", + "Boat" + ], + "url": "http://www.penn.museum/collections/object/100664", + "date_made_early": "1898", + "date_made": "1898", + "date_made_late": "1898", + "curatorial_section": "Historic", + "object_number": "21053" +}, +{ + "emuIRN": "282974", + "description": "Board (A), Counters (B-G) and Spinner (H)", + "provenience": ["England"], + "culture": ["British"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": [ + "Goose Game", + "Game Counter" + ], + "url": "http://www.penn.museum/collections/object/282974", + "date_made_early": "1869", + "date_made": "c. 1894", + "date_made_late": "1895", + "curatorial_section": "Historic", + "object_number": "17397B" +}, +{ + "emuIRN": "396331", + "description": "Board (A), Counters (B-G) and Spinner (H)", + "provenience": ["England"], + "culture": ["British"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": [ + "Goose Game", + "Game Counter" + ], + "url": "http://www.penn.museum/collections/object/396331", + "curatorial_section": "Historic", + "object_number": "17397C" +}, +{ + "emuIRN": "396332", + "description": "Board (A), Counters (B-G) and Spinner (H)", + "provenience": ["England"], + "culture": ["British"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": [ + "Goose Game", + "Game Counter" + ], + "url": "http://www.penn.museum/collections/object/396332", + "curatorial_section": "Historic", + "object_number": "17397D" +}, +{ + "emuIRN": "396333", + "description": "Board (A), Counters (B-G) and Spinner (H)", + "provenience": ["England"], + "culture": ["British"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": [ + "Goose Game", + "Game Counter" + ], + "url": "http://www.penn.museum/collections/object/396333", + "curatorial_section": "Historic", + "object_number": "17397E" +}, +{ + "emuIRN": "396334", + "description": "Board (A), Counters (B-G) and Spinner (H)", + "provenience": ["England"], + "culture": ["British"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": [ + "Goose Game", + "Game Counter" + ], + "url": "http://www.penn.museum/collections/object/396334", + "curatorial_section": "Historic", + "object_number": "17397F" +}, +{ + "emuIRN": "396335", + "description": "Board (A), Counters (B-G) and Spinner (H)", + "provenience": ["England"], + "culture": ["British"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": [ + "Goose Game", + "Game Counter" + ], + "url": "http://www.penn.museum/collections/object/396335", + "curatorial_section": "Historic", + "object_number": "17397G" +}, +{ + "emuIRN": "396336", + "description": "Board (A), Counters (B-G) and Spinner (H)", + "provenience": ["England"], + "culture": ["British"], + "accession_credit_line": ["Gift of Henry Carrington Bolton, 1895"], + "object_name": [ + "Goose Game", + "Spinner" + ], + "url": "http://www.penn.museum/collections/object/396336", + "curatorial_section": "Historic", + "object_number": "17397H" +}, +{ + "emuIRN": "209573", + "provenience": [ + "Pennsylvania", + "Philadelphia" + ], + "culture": ["American"], + "creator": ["Rev Hawksworth"], + "material": ["Paper"], + "accession_credit_line": ["Gift of R. Stewart Culin, 1898"], + "object_name": [ + "Toy", + "Box" + ], + "url": "http://www.penn.museum/collections/object/209573", + "date_made_early": "1898", + "date_made": "1898", + "date_made_late": "1898", + "curatorial_section": "Historic", + "object_number": "21054A" +}, +{ + "emuIRN": "321910", + "description": "2 small bone dice marked 1-6", + "provenience": ["Europe (uncertain)"], + "material": ["Bone"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Game Piece", + "Die" + ], + "url": "http://www.penn.museum/collections/object/321910", + "curatorial_section": "Historic", + "object_number": "29-191-130" +}, +{ + "emuIRN": "174853", + "description": "set of 96 cowrie shells - used as dice (?) or jackstones (?)", + "provenience": [ + "Europe (uncertain)", + "Asia (uncertain)" + ], + "material": ["Cowrie Shells"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Game", + "Dice (uncertain)", + "Jackstones" + ], + "url": "http://www.penn.museum/collections/object/174853", + "curatorial_section": "Historic", + "object_number": "29-191-136" +}, +{ + "emuIRN": "24039", + "description": "Black wood?", + "provenience": ["Europe (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Game Ball", + "Marbles (uncertain)" + ], + "url": "http://www.penn.museum/collections/object/24039", + "curatorial_section": "Historic", + "object_number": "29-191-255" +}, +{ + "emuIRN": "405277", + "description": "terracotta with narrow metal band around it.", + "provenience": ["Europe (uncertain)"], + "material": [ + "Terracotta", + "Metal" + ], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Game Ball"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/405277", + "curatorial_section": "Historic", + "object_number": "29-191-256" +}, +{ + "emuIRN": "67489", + "description": "Stone painted a mottled brown", + "technique": ["Painted"], + "provenience": ["Europe (uncertain)"], + "material": ["Stone"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Game Ball", + "Marbles (uncertain)" + ], + "url": "http://www.penn.museum/collections/object/67489", + "curatorial_section": "Historic", + "object_number": "29-191-300" +}, +{ + "emuIRN": "405271", + "description": "53 Reddish sandstone pieces. 1 very large piece; 40 medium sized pieces, 12 small pieces.", + "provenience": ["Europe (uncertain)"], + "material": ["Sandstone"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Game", + "Jackstones" + ], + "url": "http://www.penn.museum/collections/object/405271", + "other_numbers": ["16452?"], + "curatorial_section": "Historic", + "object_number": "29-191-302" +}, +{ + "emuIRN": "95576", + "description": "A - 1 green glass; B - 1 blue glass", + "provenience": ["Europe (uncertain)"], + "material": ["Glass"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Knucklebone"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/95576", + "curatorial_section": "Historic", + "object_number": "29-191-134A" +}, +{ + "emuIRN": "41069", + "description": "one of two brown glazed china/porcelain agate marbles", + "technique": ["Glazed"], + "provenience": ["Europe (uncertain)"], + "material": ["Porcelain (uncertain)"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Marbles"], + "url": "http://www.penn.museum/collections/object/41069", + "curatorial_section": "Historic", + "object_number": "29-191-254A" +}, +{ + "emuIRN": "405389", + "description": "one of two brown china/porcelain agate marbles", + "technique": ["Glazed"], + "provenience": ["Europe (uncertain)"], + "material": ["Porcelain"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Marbles"], + "url": "http://www.penn.museum/collections/object/405389", + "curatorial_section": "Historic", + "object_number": "29-191-254B" +}, +{ + "emuIRN": "405275", + "description": "3 marbles - white china/porcelain. 2 with green painted lines (a, b, 1 with purple painted lines (c)", + "provenience": ["Europe (uncertain)"], + "material": ["Porcelain"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Marbles"], + "url": "http://www.penn.museum/collections/object/405275", + "curatorial_section": "Historic", + "object_number": "29-191-296A" +}, +{ + "emuIRN": "405381", + "description": "3 marbles - white china/porcelain. 2 with green painted lines (a, b, 1 with purple painted lines (c)", + "provenience": ["Europe (uncertain)"], + "material": ["Porcelain"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Marbles"], + "url": "http://www.penn.museum/collections/object/405381", + "curatorial_section": "Historic", + "object_number": "29-191-296B" +}, +{ + "emuIRN": "405382", + "description": "3 marbles - white china/porcelain. 2 with green painted lines (a, b, 1 with purple painted lines (c)", + "provenience": ["Europe (uncertain)"], + "material": ["Porcelain"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Marbles"], + "url": "http://www.penn.museum/collections/object/405382", + "curatorial_section": "Historic", + "object_number": "29-191-296C" +}, +{ + "emuIRN": "405274", + "description": "one of 2 bitumen game balls / marbles", + "provenience": ["Europe (uncertain)"], + "material": ["Bitumen"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Game Ball", + "Marbles (uncertain)" + ], + "url": "http://www.penn.museum/collections/object/405274", + "curatorial_section": "Historic", + "object_number": "29-191-299A" +}, +{ + "emuIRN": "405391", + "description": "one of 2 bitumen game balls / marbles", + "provenience": ["Europe (uncertain)"], + "material": ["Bitumen"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Game Ball", + "Marbles (uncertain)" + ], + "url": "http://www.penn.museum/collections/object/405391", + "curatorial_section": "Historic", + "object_number": "29-191-299B" +}, +{ + "emuIRN": "170192", + "description": "Die - Spielmunz; Embossed Marks", + "technique": ["Embossed"], + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Game Piece", + "Die" + ], + "url": "http://www.penn.museum/collections/object/170192", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15785" +}, +{ + "emuIRN": "197820", + "description": "One set of 28 iron (rusted) dominoes", + "provenience": [ + "Spain", + "Madrid" + ], + "culture": ["Spanish"], + "material": ["Iron"], + "object_name": ["Dominoe"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/197820", + "curatorial_section": "Historic", + "object_number": "16246" +}, +{ + "emuIRN": "137257", + "description": "Lang/Long Lawrence. Dark wood - octagonal cylinder with diagonal and straight lines on each side. Reproduction made in museum from account given by Mrs. Gomme (Traditional games of England, Ireland and Scotland).", + "provenience": ["England"], + "culture": [ + "English", + "Irish", + "Scottish" + ], + "creator": ["University of Pennsylvania Museum"], + "material": ["Wood"], + "accession_credit_line": ["Commissioned by The University Museum, 1894"], + "object_name": [ + "Game Piece", + "Long Lawrence Die", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/137257", + "date_made_early": "1895", + "date_made": "1895", + "date_made_late": "1895", + "other_numbers": ["18257"], + "curatorial_section": "Historic", + "object_number": "18404" +}, +{ + "emuIRN": "85164", + "description": "Souvenir Ad from the Columbian Exposition, Chicago in the form of a die.", + "provenience": [ + "Illinois", + "Chicago" + ], + "culture": ["American"], + "creator": ["Buckeye Iron & Brass"], + "material": [ + "Cardboard (uncertain)", + "Paper (uncertain)" + ], + "accession_credit_line": ["Deposited by R. Stewart Culin, 1895"], + "object_name": [ + "Game Piece", + "Die", + "Advertisement" + ], + "url": "http://www.penn.museum/collections/object/85164", + "curatorial_section": "Historic", + "object_number": "18590" +}, +{ + "emuIRN": "239667", + "description": "horn, hollow with one end stuffed with cord about 5 inches high and curved to one side", + "provenience": ["Italy"], + "culture": ["Italian"], + "material": [ + "Horn (animal part)", + "Cork" + ], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": [ + "Game Part", + "Dice Cup" + ], + "url": "http://www.penn.museum/collections/object/239667", + "curatorial_section": "Historic", + "object_number": "19143" +}, +{ + "emuIRN": "192346", + "description": "Plaster cast of an ivory game piece, found in Cologne grave with other gaming pieces. Depicted in photo 21305 along with other items in grave", + "provenience": [ + "Germany", + "Cologne" + ], + "culture": ["German"], + "material": [ + "Ivory", + "Plaster" + ], + "accession_credit_line": ["Gift of the Museum Wallraf-Richartz, Cologne, 1898"], + "object_name": [ + "Game Piece", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/192346", + "curatorial_section": "Historic", + "object_number": "21306" +}, +{ + "emuIRN": "159317", + "description": "Wooden cylinder about 7 inches high, wider at one end than at the other. Open at both ends. 4 metal sticks across the dimater, each in a different direction, at interbals of about an inch.", + "provenience": [ + "Illinois", + "Chicago" + ], + "culture": ["American"], + "creator": ["Mason and Company"], + "material": ["Wood"], + "accession_credit_line": ["Gift of the Hon. John Wanamaker, 1901"], + "object_name": [ + "Game Part", + "Dice Cup" + ], + "url": "http://www.penn.museum/collections/object/159317", + "curatorial_section": "Historic", + "object_number": "22288" +}, +{ + "emuIRN": "205333", + "description": "one of 2 wood ball-shaped dice numbered with Arabic numbers 1-12. 5 cm diameter.", + "provenience": [ + "Spain", + "Madrid" + ], + "culture": ["Spanish"], + "material": ["Wood"], + "object_name": [ + "Game Piece", + "Die" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/205333", + "curatorial_section": "Historic", + "object_number": "16245A" +}, +{ + "emuIRN": "264190", + "description": "Spanish Game Loteria = Lotto. 90 individually numbered (1-90) wood balls - strung together (A); wood board (B) with numbered holes; 15 numbered boards for players (C)", + "provenience": [ + "Spain", + "Madrid" + ], + "culture": ["Spanish"], + "material": ["Boxwood"], + "object_name": [ + "Lottery", + "Game Ball" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/264190", + "curatorial_section": "Historic", + "object_number": "16247A" +}, +{ + "emuIRN": "71165", + "description": "Ivory dice split through center into 2 halves; now separate. Green dots", + "technique": ["Painted"], + "provenience": [ + "Spain", + "Madrid" + ], + "culture": ["Spanish"], + "material": ["Ivory"], + "accession_credit_line": ["Deposited by R. Stewart Culin, 1893"], + "object_name": [ + "Game Piece", + "Die" + ], + "url": "http://www.penn.museum/collections/object/71165", + "curatorial_section": "Historic", + "object_number": "16595A" +}, +{ + "emuIRN": "349754", + "description": "Ivory dice split through center into 2 halves; now separate. Black dots", + "technique": ["Painted"], + "provenience": [ + "Spain", + "Madrid" + ], + "culture": ["Spanish"], + "material": ["Ivory"], + "accession_credit_line": ["Deposited by R. Stewart Culin, 1893"], + "object_name": [ + "Game Piece", + "Die" + ], + "url": "http://www.penn.museum/collections/object/349754", + "curatorial_section": "Historic", + "object_number": "16595B" +}, +{ + "emuIRN": "405519", + "description": "Wood jackstraws", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Wood"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": [ + "Game", + "Jackstraws" + ], + "url": "http://www.penn.museum/collections/object/405519", + "curatorial_section": "Historic", + "object_number": "16965B" +}, +{ + "emuIRN": "89552", + "description": "In wood canister (a) 11 cm high with fitted lid (b) holding wood jackstraws (C)", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Wood"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": [ + "Game Box", + "Jackstraws" + ], + "url": "http://www.penn.museum/collections/object/89552", + "date_made_early": "1868", + "date_made": "c. 1893", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "16966A" +}, +{ + "emuIRN": "345859", + "description": "In wood canister (a) 11 cm high with fitted lid (b) holding wood jackstraws (C)", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Wood"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": [ + "Game Box Lid", + "Jackstraws" + ], + "url": "http://www.penn.museum/collections/object/345859", + "curatorial_section": "Historic", + "object_number": "16966B" +}, +{ + "emuIRN": "405521", + "description": "In wood canister (a) 11 cm high with fitted lid (b) holding wood jackstraws (C)", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": ["Milton Bradley Company"], + "material": ["Wood"], + "accession_credit_line": ["Purchased from Milton Bradley Company, 1893"], + "object_name": ["Jackstraws"], + "url": "http://www.penn.museum/collections/object/405521", + "curatorial_section": "Historic", + "object_number": "16966C" +}, +{ + "emuIRN": "182697", + "description": "One of 2 stones (small discs) thought to be used in child's game", + "provenience": [ + "Germany", + "Cologne" + ], + "culture": ["German (uncertain)"], + "material": ["Stone"], + "accession_credit_line": ["Gift of Mrs. J. Crosby Brown, 1895"], + "object_name": ["Game Piece"], + "url": "http://www.penn.museum/collections/object/182697", + "curatorial_section": "Historic", + "object_number": "18248A" +}, +{ + "emuIRN": "366022", + "description": "One of 2 stones (small discs) thought to be used in child's game", + "provenience": [ + "Germany", + "Cologne" + ], + "culture": ["German (uncertain)"], + "material": ["Stone"], + "accession_credit_line": ["Gift of Mrs. J. Crosby Brown, 1895"], + "object_name": ["Game Piece"], + "url": "http://www.penn.museum/collections/object/366022", + "curatorial_section": "Historic", + "object_number": "18248B" +}, +{ + "emuIRN": "240668", + "description": "5 game counters - 3 circular (A-C), 1 rectangular (D), 1 unknown (E)", + "provenience": ["Europe (uncertain)"], + "material": ["Ivory"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Game Counter"], + "url": "http://www.penn.museum/collections/object/240668", + "curatorial_section": "Historic", + "object_number": "19149A" +}, +{ + "emuIRN": "405313", + "description": "5 game counters - 3 circular (A-C), 1 rectangular (D), 1 unknown (E)", + "provenience": ["Europe (uncertain)"], + "material": ["Ivory"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Game Counter"], + "url": "http://www.penn.museum/collections/object/405313", + "curatorial_section": "Historic", + "object_number": "19149B" +}, +{ + "emuIRN": "405314", + "description": "5 game counters - 3 circular (A-C), 1 rectangular (D), 1 unknown (E)", + "provenience": ["Europe (uncertain)"], + "material": ["Ivory"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Game Counter"], + "url": "http://www.penn.museum/collections/object/405314", + "curatorial_section": "Historic", + "object_number": "19149C" +}, +{ + "emuIRN": "405315", + "description": "5 game counters - 3 circular (A-C), 1 rectangular (D), 1 unknown (E)", + "provenience": ["Europe (uncertain)"], + "material": ["Ivory"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Game Counter"], + "url": "http://www.penn.museum/collections/object/405315", + "curatorial_section": "Historic", + "object_number": "19149D" +}, +{ + "emuIRN": "13086", + "description": "Ballot Marbles", + "provenience": [ + "Pennsylvania", + "Philadelphia" + ], + "culture": ["American"], + "material": ["Glass (uncertain)"], + "accession_credit_line": ["Gift of R. Stewart Culin, 1898"], + "object_name": ["Marbles"], + "url": "http://www.penn.museum/collections/object/13086", + "curatorial_section": "Historic", + "object_number": "21000A" +}, +{ + "emuIRN": "366400", + "description": "Ballot Marbles", + "provenience": [ + "Pennsylvania", + "Philadelphia" + ], + "culture": ["American"], + "material": ["Glass (uncertain)"], + "accession_credit_line": ["Gift of R. Stewart Culin, 1898"], + "object_name": ["Marbles"], + "url": "http://www.penn.museum/collections/object/366400", + "curatorial_section": "Historic", + "object_number": "21000B" +}, +{ + "emuIRN": "366401", + "description": "Ballot Marbles", + "provenience": [ + "Pennsylvania", + "Philadelphia" + ], + "culture": ["American"], + "material": ["Glass (uncertain)"], + "accession_credit_line": ["Gift of R. Stewart Culin, 1898"], + "object_name": ["Marbles"], + "url": "http://www.penn.museum/collections/object/366401", + "curatorial_section": "Historic", + "object_number": "21000C" +}, +{ + "emuIRN": "366402", + "description": "Ballot Marbles", + "provenience": [ + "Pennsylvania", + "Philadelphia" + ], + "culture": ["American"], + "material": ["Glass (uncertain)"], + "accession_credit_line": ["Gift of R. Stewart Culin, 1898"], + "object_name": ["Marbles"], + "url": "http://www.penn.museum/collections/object/366402", + "curatorial_section": "Historic", + "object_number": "21000D" +}, +{ + "emuIRN": "181336", + "description": "cylindrical box (a) with fitted lid (b) for German jackstraws (C)", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Charlotte Grosse, 1899"], + "object_name": [ + "Game Box", + "Jackstraws" + ], + "url": "http://www.penn.museum/collections/object/181336", + "curatorial_section": "Historic", + "object_number": "21740A" +}, +{ + "emuIRN": "405523", + "description": "cylindrical box (a) with fitted lid (b) for German jackstraws (C)", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Charlotte Grosse, 1899"], + "object_name": [ + "Game Box Lid", + "Jackstraws" + ], + "url": "http://www.penn.museum/collections/object/405523", + "curatorial_section": "Historic", + "object_number": "21740B" +}, +{ + "emuIRN": "345856", + "description": "German jackstraws (C) in cylindrical box (A) with fitted lid (B)", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Charlotte Grosse, 1899"], + "object_name": ["Jackstraws"], + "url": "http://www.penn.museum/collections/object/345856", + "curatorial_section": "Historic", + "object_number": "21740C" +}, +{ + "emuIRN": "79255", + "description": "One wood checker", + "technique": ["Embossed"], + "provenience": [ + "Europe", + "Germany (uncertain)" + ], + "culture": ["German (uncertain)"], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Game Piece", + "Checker" + ], + "url": "http://www.penn.museum/collections/object/79255", + "date_made_early": "1775", + "date_made": "1775-1779", + "date_made_late": "1779", + "curatorial_section": "Historic", + "object_number": "29-191-304" +}, +{ + "emuIRN": "28203", + "description": "Cribbage board", + "provenience": ["England"], + "culture": ["British"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1890"], + "object_name": [ + "Game Board", + "Cribbage Board" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/28203", + "curatorial_section": "Historic", + "object_number": "7609" +}, +{ + "emuIRN": "156498", + "description": "one of 12 dark and 12 light embossed wood draughtsman (complete set)", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/156498", + "date_made_early": "1750", + "date_made": "c. 1775", + "date_made_late": "1800", + "curatorial_section": "Historic", + "object_number": "15783.1" +}, +{ + "emuIRN": "406784", + "description": "one of 12 dark and 12 light embossed wood draughtsman (complete set)", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406784", + "curatorial_section": "Historic", + "object_number": "15783.2" +}, +{ + "emuIRN": "406785", + "description": "one of 12 dark and 12 light embossed wood draughtsman (complete set)", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406785", + "curatorial_section": "Historic", + "object_number": "15783.3" +}, +{ + "emuIRN": "406786", + "description": "one of 12 dark and 12 light embossed wood draughtsman (complete set)", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406786", + "curatorial_section": "Historic", + "object_number": "15783.4" +}, +{ + "emuIRN": "406787", + "description": "one of 12 dark and 12 light embossed wood draughtsman", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406787", + "curatorial_section": "Historic", + "object_number": "15783.5" +}, +{ + "emuIRN": "406788", + "description": "one of 12 dark and 12 light embossed wood draughtsman", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406788", + "curatorial_section": "Historic", + "object_number": "15783.6" +}, +{ + "emuIRN": "406789", + "description": "one of 12 dark and 12 light embossed wood draughtsman", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406789", + "curatorial_section": "Historic", + "object_number": "15783.7" +}, +{ + "emuIRN": "406790", + "description": "one of 12 dark and 12 light embossed wood draughtsman", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406790", + "curatorial_section": "Historic", + "object_number": "15783.8" +}, +{ + "emuIRN": "406791", + "description": "one of 12 dark and 12 light embossed wood draughtsman", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406791", + "curatorial_section": "Historic", + "object_number": "15783.9" +}, +{ + "emuIRN": "406792", + "description": "one of 12 dark and 12 light embossed wood draughtsman", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406792", + "curatorial_section": "Historic", + "object_number": "15783.10" +}, +{ + "emuIRN": "406793", + "description": "one of 12 dark and 12 light embossed wood draughtsman", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406793", + "curatorial_section": "Historic", + "object_number": "15783.11" +}, +{ + "emuIRN": "406794", + "description": "one of 12 dark and 12 light embossed wood draughtsman", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406794", + "curatorial_section": "Historic", + "object_number": "15783.12" +}, +{ + "emuIRN": "406795", + "description": "one of 12 dark and 12 light embossed wood draughtsman", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406795", + "curatorial_section": "Historic", + "object_number": "15783.13" +}, +{ + "emuIRN": "406796", + "description": "one of 12 dark and 12 light embossed wood draughtsman", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406796", + "curatorial_section": "Historic", + "object_number": "15783.14" +}, +{ + "emuIRN": "406797", + "description": "one of 12 dark and 12 light embossed wood draughtsman", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406797", + "curatorial_section": "Historic", + "object_number": "15783.15" +}, +{ + "emuIRN": "406798", + "description": "one of 12 dark and 12 light embossed wood draughtsman", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406798", + "curatorial_section": "Historic", + "object_number": "15783.16" +}, +{ + "emuIRN": "406799", + "description": "one of 12 dark and 12 light embossed wood draughtsman", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406799", + "curatorial_section": "Historic", + "object_number": "15783.17" +}, +{ + "emuIRN": "406800", + "description": "one of 12 dark and 12 light embossed wood draughtsman", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406800", + "curatorial_section": "Historic", + "object_number": "15783.18" +}, +{ + "emuIRN": "406801", + "description": "one of 12 dark and 12 light embossed wood draughtsman", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406801", + "curatorial_section": "Historic", + "object_number": "15783.19" +}, +{ + "emuIRN": "406802", + "description": "one of 12 dark and 12 light embossed wood draughtsman", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406802", + "curatorial_section": "Historic", + "object_number": "15783.20" +}, +{ + "emuIRN": "406803", + "description": "one of 12 dark and 12 light embossed wood draughtsman", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406803", + "curatorial_section": "Historic", + "object_number": "15783.21" +}, +{ + "emuIRN": "406804", + "description": "one of 12 dark and 12 light embossed wood draughtsman", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406804", + "curatorial_section": "Historic", + "object_number": "15783.22" +}, +{ + "emuIRN": "406805", + "description": "one of 12 dark and 12 light embossed wood draughtsman", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406805", + "curatorial_section": "Historic", + "object_number": "15783.23" +}, +{ + "emuIRN": "406806", + "description": "one of 12 dark and 12 light embossed wood draughtsman", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406806", + "curatorial_section": "Historic", + "object_number": "15783.24" +}, +{ + "emuIRN": "115426", + "description": "Incomplete set (12 / side - 24 total) with one of 10 red and 6 black embossed wood draughtsmen.", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/115426", + "date_made_early": "1750", + "date_made": "c. 1775", + "date_made_late": "1800", + "curatorial_section": "Historic", + "object_number": "15784.1" +}, +{ + "emuIRN": "406808", + "description": "one of 10 red and 6 black embossed wood draughtsmen.", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406808", + "curatorial_section": "Historic", + "object_number": "15784.2" +}, +{ + "emuIRN": "406809", + "description": "one of 10 red and 6 black embossed wood draughtsmen.", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406809", + "curatorial_section": "Historic", + "object_number": "15784.3" +}, +{ + "emuIRN": "406810", + "description": "one of 10 red and 6 black embossed wood draughtsmen.", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406810", + "curatorial_section": "Historic", + "object_number": "15784.4" +}, +{ + "emuIRN": "406811", + "description": "one of 10 red and 6 black embossed wood draughtsmen.", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406811", + "curatorial_section": "Historic", + "object_number": "15784.5" +}, +{ + "emuIRN": "406812", + "description": "one of 10 red and 6 black embossed wood draughtsmen.", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406812", + "curatorial_section": "Historic", + "object_number": "15784.6" +}, +{ + "emuIRN": "406813", + "description": "one of 10 red and 6 black embossed wood draughtsmen.", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406813", + "curatorial_section": "Historic", + "object_number": "15784.7" +}, +{ + "emuIRN": "406814", + "description": "one of 10 red and 6 black embossed wood draughtsmen.", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406814", + "curatorial_section": "Historic", + "object_number": "15784.8" +}, +{ + "emuIRN": "406815", + "description": "one of 10 red and 6 black embossed wood draughtsmen.", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406815", + "curatorial_section": "Historic", + "object_number": "15784.9" +}, +{ + "emuIRN": "406816", + "description": "one of 10 red and 6 black embossed wood draughtsmen.", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406816", + "curatorial_section": "Historic", + "object_number": "15784.10" +}, +{ + "emuIRN": "406817", + "description": "one of 10 red and 6 black embossed wood draughtsmen.", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406817", + "curatorial_section": "Historic", + "object_number": "15784.11" +}, +{ + "emuIRN": "406818", + "description": "one of 10 red and 6 black embossed wood draughtsmen.", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406818", + "curatorial_section": "Historic", + "object_number": "15784.12" +}, +{ + "emuIRN": "406819", + "description": "one of 10 red and 6 black embossed wood draughtsmen.", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406819", + "curatorial_section": "Historic", + "object_number": "15784.13" +}, +{ + "emuIRN": "406820", + "description": "one of 10 red and 6 black embossed wood draughtsmen.", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406820", + "curatorial_section": "Historic", + "object_number": "15784.14" +}, +{ + "emuIRN": "406821", + "description": "one of 10 red and 6 black embossed wood draughtsmen.", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406821", + "curatorial_section": "Historic", + "object_number": "15784.15" +}, +{ + "emuIRN": "406822", + "description": "one of 10 red and 6 black embossed wood draughtsmen.", + "technique": ["Embossed"], + "provenience": [ + "Germany", + "Bavaria" + ], + "culture": ["German"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406822", + "curatorial_section": "Historic", + "object_number": "15784.16" +}, +{ + "emuIRN": "255627", + "description": "One of a set of 30 draughtsmen (light / dark colored wood) associated with Board 19125", + "technique": ["Embossed"], + "provenience": ["Europe"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/255627", + "curatorial_section": "Historic", + "object_number": "19124.1" +}, +{ + "emuIRN": "406740", + "description": "One of a set of 30 draughtsmen (light / dark colored wood) associated with Board 19125", + "technique": ["Embossed"], + "provenience": ["Europe"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406740", + "curatorial_section": "Historic", + "object_number": "19124.2" +}, +{ + "emuIRN": "406742", + "description": "One of a set of 30 draughtsmen (light / dark colored wood) associated with Board 19125", + "technique": ["Embossed"], + "provenience": ["Europe"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406742", + "curatorial_section": "Historic", + "object_number": "19124.3" +}, +{ + "emuIRN": "406743", + "description": "One of a set of 30 draughtsmen (light / dark colored wood) associated with Board 19125", + "technique": ["Embossed"], + "provenience": ["Europe"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406743", + "curatorial_section": "Historic", + "object_number": "19124.4" +}, +{ + "emuIRN": "406744", + "description": "One of a set of 30 draughtsmen (light / dark colored wood) associated with Board 19125", + "technique": ["Embossed"], + "provenience": ["Europe"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406744", + "curatorial_section": "Historic", + "object_number": "19124.5" +}, +{ + "emuIRN": "406745", + "description": "One of a set of 30 draughtsmen (light / dark colored wood) associated with Board 19125", + "technique": ["Embossed"], + "provenience": ["Europe"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406745", + "curatorial_section": "Historic", + "object_number": "19124.6" +}, +{ + "emuIRN": "406746", + "description": "One of a set of 30 draughtsmen (light / dark colored wood) associated with Board 19125", + "technique": ["Embossed"], + "provenience": ["Europe"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406746", + "curatorial_section": "Historic", + "object_number": "19124.7" +}, +{ + "emuIRN": "406747", + "description": "One of a set of 30 draughtsmen (light / dark colored wood) associated with Board 19125", + "technique": ["Embossed"], + "provenience": ["Europe"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406747", + "curatorial_section": "Historic", + "object_number": "19124.8" +}, +{ + "emuIRN": "406748", + "description": "One of a set of 30 draughtsmen (light / dark colored wood) associated with Board 19125", + "technique": ["Embossed"], + "provenience": ["Europe"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406748", + "curatorial_section": "Historic", + "object_number": "19124.9" +}, +{ + "emuIRN": "406749", + "description": "One of a set of 30 draughtsmen (light / dark colored wood) associated with Board 19125", + "technique": ["Embossed"], + "provenience": ["Europe"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406749", + "curatorial_section": "Historic", + "object_number": "19124.10" +}, +{ + "emuIRN": "406750", + "description": "One of a set of 30 draughtsmen (light / dark colored wood) associated with Board 19125", + "technique": ["Embossed"], + "provenience": ["Europe"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406750", + "curatorial_section": "Historic", + "object_number": "19124.11" +}, +{ + "emuIRN": "406769", + "description": "One of a set of 30 draughtsmen (light / dark colored wood) associated with Board 19125", + "technique": ["Embossed"], + "provenience": ["Europe"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406769", + "curatorial_section": "Historic", + "object_number": "19124.12" +}, +{ + "emuIRN": "406751", + "description": "One of a set of 30 draughtsmen (light / dark colored wood) associated with Board 19125", + "technique": ["Embossed"], + "provenience": ["Europe"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1896"], + "object_name": ["Draughtsmen"], + "url": "http://www.penn.museum/collections/object/406751", + "curatorial_section": "Historic", + "object_number": "19124.13" +}, +{ + "emuIRN": "256823", + "description": "Sample The Stage Deck - #65x; 1 blue box; 24 gilt edge cards with various backs; also 3 identical cards with cut corners; and the wrappers from a blue and a red deck", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/256823", + "other_numbers": ["65x"], + "curatorial_section": "Historic", + "object_number": "29-191-70" +}, +{ + "emuIRN": "119957", + "description": "Sample Hustling Joe Deck - #61x; 1 brown box; 25 gilt edge cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/119957", + "other_numbers": ["61x"], + "curatorial_section": "Historic", + "object_number": "29-191-71" +}, +{ + "emuIRN": "155788", + "description": "Sample Circus Deck - #61x; 1 red box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/155788", + "other_numbers": ["47"], + "curatorial_section": "Historic", + "object_number": "29-191-72" +}, +{ + "emuIRN": "190242", + "description": "Sample El Dorado Deck - #61x; 1 red box; 24 gilt edge cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/190242", + "other_numbers": ["49"], + "curatorial_section": "Historic", + "object_number": "29-191-73" +}, +{ + "emuIRN": "170494", + "description": "Sample Extra Congress Deck - #606; 1 black box; no card", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/170494", + "other_numbers": ["606"], + "curatorial_section": "Historic", + "object_number": "29-191-74" +}, +{ + "emuIRN": "275622", + "description": "Sample Capitol Deck - #188x; 1 blue box; 24 gilt edge cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/275622", + "other_numbers": ["188x"], + "curatorial_section": "Historic", + "object_number": "29-191-75" +}, +{ + "emuIRN": "323650", + "description": "Sample Aluminum Surface Apollo Deck - #34; 1 pink box; 24 gilt edge cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/323650", + "other_numbers": ["34"], + "curatorial_section": "Historic", + "object_number": "29-191-76" +}, +{ + "emuIRN": "38762", + "description": "Sample Crescent Deck - #34; 1 gold box; 24 gilt edge cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/38762", + "other_numbers": ["45"], + "curatorial_section": "Historic", + "object_number": "29-191-77" +}, +{ + "emuIRN": "62785", + "description": "Sample Aladdin Deck - #1001; 1 blue box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/62785", + "other_numbers": ["1001"], + "curatorial_section": "Historic", + "object_number": "29-191-78" +}, +{ + "emuIRN": "176553", + "description": "Sample Texan Deck - #45; 1 red box; no cards", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/176553", + "other_numbers": ["45"], + "curatorial_section": "Historic", + "object_number": "29-191-79" +}, +{ + "emuIRN": "176554", + "description": "Sample Landscape back Cabinet Deck - #-- 1 blue box; 24 gilt edge cards with various landscape backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/176554", + "other_numbers": ["unknown"], + "curatorial_section": "Historic", + "object_number": "29-191-80" +}, +{ + "emuIRN": "183264", + "description": "Sample Sportsman Deck - #202; 1 brown box; no cards", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/183264", + "other_numbers": ["202"], + "curatorial_section": "Historic", + "object_number": "29-191-81" +}, +{ + "emuIRN": "311660", + "description": "Sample Columbia Aluminum Face Deck - #202; 1 pink box; 24 gilt edge cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/311660", + "other_numbers": ["134"], + "curatorial_section": "Historic", + "object_number": "29-191-82" +}, +{ + "emuIRN": "123678", + "description": "Sample Junior Deck - #21x; 1 blue box; 24 gilt edge cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/123678", + "other_numbers": ["21x"], + "curatorial_section": "Historic", + "object_number": "29-191-83" +}, +{ + "emuIRN": "128033", + "description": "Sample Junior Deck - #21; 1 blue box; 25 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/128033", + "other_numbers": ["21"], + "curatorial_section": "Historic", + "object_number": "29-191-84" +}, +{ + "emuIRN": "322162", + "description": "Sample Bijou Deck - #1; 1 blue box; 24 gilt edge cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/322162", + "other_numbers": ["1"], + "curatorial_section": "Historic", + "object_number": "29-191-86" +}, +{ + "emuIRN": "335815", + "description": "Sample National Club Deck - #75; 1 orange box; 24 gilt edge cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/335815", + "other_numbers": ["75"], + "curatorial_section": "Historic", + "object_number": "29-191-87" +}, +{ + "emuIRN": "72743", + "description": "Sample Army and Navy Deck - #303; 1 red box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/72743", + "other_numbers": ["303"], + "curatorial_section": "Historic", + "object_number": "29-191-90" +}, +{ + "emuIRN": "47002", + "description": "Sample Vanity Fair Deck - #41; 1 red box; 24 cards various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/47002", + "other_numbers": ["41"], + "curatorial_section": "Historic", + "object_number": "29-191-92" +}, +{ + "emuIRN": "255422", + "description": "Sample fabrica de naipes Finos Deck - #95; 1 gold box; 24 cards with various backs; faces bear foreign suit markings", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/255422", + "other_numbers": ["95"], + "curatorial_section": "Historic", + "object_number": "29-191-112" +}, +{ + "emuIRN": "56159", + "description": "Sample Books of Playing Cards - Latest Novelties.", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample Book" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/56159", + "curatorial_section": "Historic", + "object_number": "29-191-114" +}, +{ + "emuIRN": "20706", + "description": "Sample Books of Playing Cards - Latest Novelties.", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample Book" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/20706", + "curatorial_section": "Historic", + "object_number": "29-191-115" +}, +{ + "emuIRN": "208006", + "description": "Sample Books of Playing Cards - Latest Novelties.", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample Book" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/208006", + "curatorial_section": "Historic", + "object_number": "29-191-116" +}, +{ + "emuIRN": "233022", + "description": "Sample Books of Playing Cards - US and National Playing Cards - US Playing Card Company, Cincinnati Ohio USA. Manufactories: Russell and Morgan Facotry, National Factory", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample Book" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/233022", + "curatorial_section": "Historic", + "object_number": "29-191-117" +}, +{ + "emuIRN": "255397", + "description": "Sample Books of Playing Cards - US Playing Cards and National Playing Cards - US Playing Card Company, Cincinnati Ohio USA. Manufactories: Russell and Morgan Facotry, National Factory", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample Book" + ], + "url": "http://www.penn.museum/collections/object/255397", + "curatorial_section": "Historic", + "object_number": "29-191-118" +}, +{ + "emuIRN": "122809", + "description": "Sample cards and instructions of each game clipped together. Fireside Game Co / US Playing Card Co, Cincinnati", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample Book" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/122809", + "curatorial_section": "Historic", + "object_number": "29-191-119" +}, +{ + "emuIRN": "228374", + "description": "Sample Pinochle #64: A) 1 blue box, B) 25 cards with red and blue backs for Bicycle 808 deck", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample", + "Pinochle" + ], + "url": "http://www.penn.museum/collections/object/228374", + "other_numbers": ["64"], + "curatorial_section": "Historic", + "object_number": "29-191-8A" +}, +{ + "emuIRN": "462641", + "description": "Sample Pinochle #64: A) 1 blue box, B) 25 cards with red and blue backs for Bicycle 808 deck", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/462641", + "other_numbers": ["808"], + "curatorial_section": "Historic", + "object_number": "29-191-8B" +}, +{ + "emuIRN": "57025", + "description": "Sample National Whist Deck - #75: 1 green and 1 red box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Deck", + "Sample", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/57025", + "other_numbers": ["175"], + "curatorial_section": "Historic", + "object_number": "29-191-18A" +}, +{ + "emuIRN": "533890", + "description": "Sample National Whist Deck - #75: 1 green and 1 red box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/533890", + "other_numbers": ["175"], + "curatorial_section": "Historic", + "object_number": "29-191-18B" +}, +{ + "emuIRN": "533891", + "description": "Sample National Whist Deck - #75: 1 green and 1 red box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/533891", + "other_numbers": ["175"], + "curatorial_section": "Historic", + "object_number": "29-191-18C" +}, +{ + "emuIRN": "225968", + "description": "Sample Army and Navy Deck - #303: 1 brown and 1 red box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "iconography": [ + "Army", + "Navy" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Deck", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/225968", + "other_numbers": ["303"], + "curatorial_section": "Historic", + "object_number": "29-191-22A" +}, +{ + "emuIRN": "533892", + "description": "Sample Army and Navy Deck - #303: 1 brown and 1 red box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "iconography": [ + "Army", + "Navy" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533892", + "other_numbers": ["303"], + "curatorial_section": "Historic", + "object_number": "29-191-22B" +}, +{ + "emuIRN": "533893", + "description": "Sample Army and Navy Deck - #303: 1 brown and 1 red box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "iconography": [ + "Army", + "Navy" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533893", + "other_numbers": ["303"], + "curatorial_section": "Historic", + "object_number": "29-191-22C" +}, +{ + "emuIRN": "126770", + "description": "Sample Tennis Deck - #144: 1 green and 1 red box; no cards", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "iconography": ["Tennis"], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/126770", + "other_numbers": ["144"], + "curatorial_section": "Historic", + "object_number": "29-191-24A" +}, +{ + "emuIRN": "533894", + "description": "Sample Tennis Deck - #144: 1 green and 1 red box; no cards", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "iconography": ["Tennis"], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533894", + "other_numbers": ["144"], + "curatorial_section": "Historic", + "object_number": "29-191-24B" +}, +{ + "emuIRN": "121903", + "description": "Sample Double Pinochle Deck - #300: 1 red and 1 blue box; 25 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Deck", + "Sample", + "Double Pinochle" + ], + "url": "http://www.penn.museum/collections/object/121903", + "other_numbers": ["300"], + "curatorial_section": "Historic", + "object_number": "29-191-25A" +}, +{ + "emuIRN": "533895", + "description": "Sample Double Pinochle Deck - #300: 1 red and 1 blue box; 25 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample", + "Double Pinochle" + ], + "url": "http://www.penn.museum/collections/object/533895", + "other_numbers": ["300"], + "curatorial_section": "Historic", + "object_number": "29-191-25B" +}, +{ + "emuIRN": "533896", + "description": "Sample Double Pinochle Deck - #300: 1 red and 1 blue box; 25 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample", + "Double Pinochle" + ], + "url": "http://www.penn.museum/collections/object/533896", + "other_numbers": ["300"], + "curatorial_section": "Historic", + "object_number": "29-191-25C" +}, +{ + "emuIRN": "137361", + "description": "Sample Treasury Deck - #89: 1 red and 1 brown box; 22 cards with various backs; Second Quality", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Deck", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/137361", + "other_numbers": ["89"], + "curatorial_section": "Historic", + "object_number": "29-191-26A" +}, +{ + "emuIRN": "533897", + "description": "Sample Treasury Deck - #89: 1 red and 1 brown box; 22 cards with various backs; Second Quality", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533897", + "other_numbers": ["89"], + "curatorial_section": "Historic", + "object_number": "29-191-26B" +}, +{ + "emuIRN": "533898", + "description": "Sample Treasury Deck - #89: 1 red and 1 brown box; 22 cards with various backs; Second Quality", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533898", + "other_numbers": ["89"], + "curatorial_section": "Historic", + "object_number": "29-191-26C" +}, +{ + "emuIRN": "180482", + "description": "Sample Sportsman Deck - #202: 1 green and 1 blue box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Deck", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/180482", + "other_numbers": ["202"], + "curatorial_section": "Historic", + "object_number": "29-191-27A" +}, +{ + "emuIRN": "533900", + "description": "Sample Sportsman Deck - #202: 1 green and 1 blue box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533900", + "other_numbers": ["202"], + "curatorial_section": "Historic", + "object_number": "29-191-27B" +}, +{ + "emuIRN": "533901", + "description": "Sample Sportsman Deck - #202: 1 green and 1 blue box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533901", + "other_numbers": ["202"], + "curatorial_section": "Historic", + "object_number": "29-191-27C" +}, +{ + "emuIRN": "165904", + "description": "Sample Steamboat Deck - #999: 1 white and 1 blue box; 24 gilt edge cards with various backs; 26 poorer quality cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Deck", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/165904", + "other_numbers": ["999"], + "curatorial_section": "Historic", + "object_number": "29-191-28A" +}, +{ + "emuIRN": "533902", + "description": "Sample Steamboat Deck - #999: 1 white and 1 blue box; 24 gilt edge cards with various backs; 26 poorer quality cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Deck", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533902", + "other_numbers": ["999"], + "curatorial_section": "Historic", + "object_number": "29-191-28B" +}, +{ + "emuIRN": "533903", + "description": "Sample Steamboat Deck - #999: 1 white and 1 blue box; 24 gilt edge cards with various backs; 26 poorer quality cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533903", + "other_numbers": ["999"], + "curatorial_section": "Historic", + "object_number": "29-191-28C" +}, +{ + "emuIRN": "533904", + "description": "Sample Steamboat Deck - #999: 1 white and 1 blue box; 24 gilt edge cards with various backs; 26 poorer quality cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533904", + "other_numbers": ["999"], + "curatorial_section": "Historic", + "object_number": "29-191-28D" +}, +{ + "emuIRN": "314548", + "description": "Sample National Club Deck - #75: 1 red and 1 blue box; no cards; second quality", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/314548", + "other_numbers": ["75"], + "curatorial_section": "Historic", + "object_number": "29-191-30A" +}, +{ + "emuIRN": "533905", + "description": "Sample National Club Deck - #75: 1 red and 1 blue box; no cards; second quality", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533905", + "other_numbers": ["75"], + "curatorial_section": "Historic", + "object_number": "29-191-30B" +}, +{ + "emuIRN": "32767", + "description": "Sample Columbia Deck - #64: 1 red and 1 blue box; 23 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Deck", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/32767", + "other_numbers": ["133"], + "curatorial_section": "Historic", + "object_number": "29-191-32A" +}, +{ + "emuIRN": "533906", + "description": "Sample Columbia Deck - #64: 1 red and 1 blue box; 23 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533906", + "other_numbers": ["133"], + "curatorial_section": "Historic", + "object_number": "29-191-32B" +}, +{ + "emuIRN": "533907", + "description": "Sample Columbia Deck - #64: 1 red and 1 blue box; 23 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533907", + "other_numbers": ["133"], + "curatorial_section": "Historic", + "object_number": "29-191-32C" +}, +{ + "emuIRN": "462466", + "description": "Sample Bicycle Deck - #808: A: 22 cards with various vacks; B/C 1 red and 1 brown box", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Cardboard"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/462466", + "other_numbers": ["808"], + "curatorial_section": "Historic", + "object_number": "29-191-33A" +}, +{ + "emuIRN": "201880", + "description": "Sample Crescent Deck - #44: 1 red and 1 brown box; no cards", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/201880", + "other_numbers": ["44"], + "curatorial_section": "Historic", + "object_number": "29-191-35A" +}, +{ + "emuIRN": "533908", + "description": "Sample Crescent Deck - #44: 1 red and 1 brown box; no cards", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533908", + "other_numbers": ["44"], + "curatorial_section": "Historic", + "object_number": "29-191-35B" +}, +{ + "emuIRN": "299547", + "description": "Sample Tourists Deck - #44: 1 red and 1 brown box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Deck", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/299547", + "other_numbers": ["155"], + "curatorial_section": "Historic", + "object_number": "29-191-36A" +}, +{ + "emuIRN": "533909", + "description": "Sample Tourists Deck - #44: 1 red and 1 brown box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533909", + "other_numbers": ["155"], + "curatorial_section": "Historic", + "object_number": "29-191-36B" +}, +{ + "emuIRN": "533910", + "description": "Sample Tourists Deck - #44: 1 red and 1 brown box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533910", + "other_numbers": ["155"], + "curatorial_section": "Historic", + "object_number": "29-191-36C" +}, +{ + "emuIRN": "157350", + "description": "Sample Capitol Deck - #188: 1 green and 1 blue box; no cards", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/157350", + "other_numbers": ["188"], + "curatorial_section": "Historic", + "object_number": "29-191-37A" +}, +{ + "emuIRN": "533911", + "description": "Sample Capitol Deck - #188: 1 green and 1 blue box; no cards", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533911", + "other_numbers": ["188"], + "curatorial_section": "Historic", + "object_number": "29-191-37B" +}, +{ + "emuIRN": "174169", + "description": "Sample Little Duke Miniature Deck - #24: 5 boxes (1 red, 1 green, 1 blue, 1 brown marked Toy Cards , 1 gold and blue marked Playing Cards); 23 cards with varius backs; 24 gilt edge cards with various backs.", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/174169", + "other_numbers": ["24"], + "curatorial_section": "Historic", + "object_number": "29-191-41A" +}, +{ + "emuIRN": "533912", + "description": "Sample Little Duke Miniature Deck - #24: 5 boxes (1 red, 1 green, 1 blue, 1 brown marked Toy Cards , 1 gold and blue marked Playing Cards); 23 cards with varius backs; 24 gilt edge cards with various backs.", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533912", + "other_numbers": ["24"], + "curatorial_section": "Historic", + "object_number": "29-191-41B" +}, +{ + "emuIRN": "533913", + "description": "Sample Little Duke Miniature Deck - #24: 5 boxes (1 red, 1 green, 1 blue, 1 brown marked Toy Cards , 1 gold and blue marked Playing Cards); 23 cards with varius backs; 24 gilt edge cards with various backs.", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533913", + "other_numbers": ["24"], + "curatorial_section": "Historic", + "object_number": "29-191-41C" +}, +{ + "emuIRN": "533914", + "description": "Sample Little Duke Miniature Deck - #24: 5 boxes (1 red, 1 green, 1 blue, 1 brown marked Toy Cards , 1 gold and blue marked Playing Cards); 23 cards with varius backs; 24 gilt edge cards with various backs.", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533914", + "other_numbers": ["24"], + "curatorial_section": "Historic", + "object_number": "29-191-41D" +}, +{ + "emuIRN": "533915", + "description": "Sample Little Duke Miniature Deck - #24: 5 boxes (1 red, 1 green, 1 blue, 1 brown marked Toy Cards , 1 gold and blue marked Playing Cards); 23 cards with varius backs; 24 gilt edge cards with various backs.

(E) Playing card deck and box", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Deck", + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533915", + "other_numbers": ["24"], + "curatorial_section": "Historic", + "object_number": "29-191-41E" +}, +{ + "emuIRN": "533916", + "description": "Sample Little Duke Miniature Deck - #24: 5 boxes (1 red, 1 green, 1 blue, 1 brown marked Toy Cards , 1 gold and blue marked Playing Cards); 23 cards with varius backs; 24 gilt edge cards with various backs.

(F) Playing card deck and box", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Deck", + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533916", + "other_numbers": ["24"], + "curatorial_section": "Historic", + "object_number": "29-191-41F" +}, +{ + "emuIRN": "163060", + "description": "Sample Fauntleroy Deck - #29: 5 boxes (1 blue, 1 red, 1 brown , 1 gold and 1 green); 23 cards with various backs; 24 gilt edge cards with various backs.

(A) Playing card deck and box", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Deck", + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/163060", + "other_numbers": ["29"], + "curatorial_section": "Historic", + "object_number": "29-191-42A" +}, +{ + "emuIRN": "533917", + "description": "Sample Fauntleroy Deck - #29: 5 boxes (1 blue, 1 red, 1 brown , 1 gold and 1 green); 23 cards with various backs; 24 gilt edge cards with various backs.", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533917", + "other_numbers": ["29"], + "curatorial_section": "Historic", + "object_number": "29-191-42B" +}, +{ + "emuIRN": "533918", + "description": "Sample Fauntleroy Deck - #29: 5 boxes (1 blue, 1 red, 1 brown , 1 gold and 1 green); 23 cards with various backs; 24 gilt edge cards with various backs.", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533918", + "other_numbers": ["29"], + "curatorial_section": "Historic", + "object_number": "29-191-42C" +}, +{ + "emuIRN": "533919", + "description": "Sample Fauntleroy Deck - #29: 5 boxes (1 blue, 1 red, 1 brown , 1 gold and 1 green); 23 cards with various backs; 24 gilt edge cards with various backs.

(D) Playing card deck and box", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Deck", + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533919", + "other_numbers": ["29"], + "curatorial_section": "Historic", + "object_number": "29-191-42D" +}, +{ + "emuIRN": "533920", + "description": "Sample Fauntleroy Deck - #29: 5 boxes (1 blue, 1 red, 1 brown , 1 gold and 1 green); 23 cards with various backs; 24 gilt edge cards with various backs.", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533920", + "other_numbers": ["29"], + "curatorial_section": "Historic", + "object_number": "29-191-42E" +}, +{ + "emuIRN": "183217", + "description": "Sample Gaigal For Export Deck - #3; 1 blue box; 24 cards with various backs; 1 red and yellow box with 24 gilt edge cards with various backs; faces show foreing suit markings in addition to usual spades, hearts, etc.

(A) Playing card deck and box", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Deck", + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/183217", + "other_numbers": ["3"], + "curatorial_section": "Historic", + "object_number": "29-191-111A" +}, +{ + "emuIRN": "533921", + "description": "Sample Gaigal For Export Deck - #3; 1 blue box; 24 cards with various backs; 1 red and yellow box with 24 gilt edge cards with various backs; faces show foreing suit markings in addition to usual spades, hearts, etc.

(B) Playing card deck and box", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Deck", + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533921", + "other_numbers": ["3"], + "curatorial_section": "Historic", + "object_number": "29-191-111B" +}, +{ + "emuIRN": "75506", + "description": "Sample Amerikanische Skat Spielkarten fur Export Deck - #2; 1 blue box; 24 cards with various backs; 1 red and yellow box - 24 gilt edge cards with various backs; faces bear foreign suit markings in addition to usual spades, hearts, etc. Right top corner cut

(A) Playing card deck and box", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Deck", + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/75506", + "other_numbers": ["2"], + "curatorial_section": "Historic", + "object_number": "29-191-113A" +}, +{ + "emuIRN": "533922", + "description": "Sample Amerikanische Skat Spielkarten fur Export Deck - #2; 1 blue box; 24 cards with various backs; 1 red and yellow box - 24 gilt edge cards with various backs; faces bear foreign suit markings in addition to usual spades, hearts, etc. Right top corner cut

(B) Playing card deck and box", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Deck", + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533922", + "other_numbers": ["2"], + "curatorial_section": "Historic", + "object_number": "29-191-113B" +}, +{ + "emuIRN": "122810", + "description": "Sample cards and instructions of each game clipped together. Fireside Game Co / US Playing Card Co, Cincinnati", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Deck", + "Sample Book" + ], + "url": "http://www.penn.museum/collections/object/122810", + "curatorial_section": "Historic", + "object_number": "29-191-120A" +}, +{ + "emuIRN": "533923", + "description": "Sample cards and instructions of each game clipped together. Fireside Game Co / US Playing Card Co, Cincinnati", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Deck", + "Sample Book" + ], + "url": "http://www.penn.museum/collections/object/533923", + "curatorial_section": "Historic", + "object_number": "29-191-120B" +}, +{ + "emuIRN": "234129", + "description": "Sample Vanity Fair Deck - #41x; 1 white box; 24 gilt edge cards various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/234129", + "other_numbers": ["41x"], + "curatorial_section": "Historic", + "object_number": "29-191-93" +}, +{ + "emuIRN": "200138", + "description": "Sample National Club Deck - #76; 1 brown box; 24 gilt edge cards various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/200138", + "other_numbers": ["76"], + "curatorial_section": "Historic", + "object_number": "29-191-94" +}, +{ + "emuIRN": "282149", + "description": "Sample New Era Deck - #46; 1 brown box; 24 cards various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/282149", + "other_numbers": ["46"], + "curatorial_section": "Historic", + "object_number": "29-191-95" +}, +{ + "emuIRN": "108603", + "description": "Sample Sportsman Deck - #202; 1 red box; no cards", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/108603", + "other_numbers": ["202"], + "curatorial_section": "Historic", + "object_number": "29-191-97" +}, +{ + "emuIRN": "86060", + "description": "Sample Texan Deck - #45; 1 blue box; 24 gilt edge cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/86060", + "other_numbers": ["45"], + "curatorial_section": "Historic", + "object_number": "29-191-98" +}, +{ + "emuIRN": "231010", + "description": "Sample Arrows Deck - #11; 1 green box; 24 cards with various plaid backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/231010", + "other_numbers": ["11"], + "curatorial_section": "Historic", + "object_number": "29-191-99" +}, +{ + "emuIRN": "272907", + "description": "Sample Extra Bicycle Deck - #808x; 1 light blue box; 23 gilt edge cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/272907", + "other_numbers": ["808x"], + "curatorial_section": "Historic", + "object_number": "29-191-100" +}, +{ + "emuIRN": "110193", + "description": "Sample Series B Treasury Deck - #89; 1 black box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/110193", + "other_numbers": ["89"], + "curatorial_section": "Historic", + "object_number": "29-191-101" +}, +{ + "emuIRN": "3445", + "description": "Sample Series A Treasury - Poker Deck - #89; 1 black box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample", + "Poker" + ], + "url": "http://www.penn.museum/collections/object/3445", + "other_numbers": ["89"], + "curatorial_section": "Historic", + "object_number": "29-191-102" +}, +{ + "emuIRN": "57426", + "description": "Sample Club Solo Treasury Deck - #89; 1 black box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/57426", + "other_numbers": ["89"], + "curatorial_section": "Historic", + "object_number": "29-191-103" +}, +{ + "emuIRN": "39764", + "description": "Sample Bezique Series B Deck - #87; 1 white box; 24 cards with plain white backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/39764", + "other_numbers": ["87"], + "curatorial_section": "Historic", + "object_number": "29-191-106" +}, +{ + "emuIRN": "152047", + "description": "Sample Ivory Whist Treasury Deck - #93; 1 light blue box; 25 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/152047", + "other_numbers": ["93"], + "curatorial_section": "Historic", + "object_number": "29-191-107" +}, +{ + "emuIRN": "156885", + "description": "Sample Ivory Whist Treasury Deck - #93; 1 pink box; no cards", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/156885", + "other_numbers": ["93"], + "curatorial_section": "Historic", + "object_number": "29-191-108" +}, +{ + "emuIRN": "193647", + "description": "Sample Ivory Whist Treasury Deck - #93; 1 pink box; 25 gilt edge cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample", + "Whist" + ], + "url": "http://www.penn.museum/collections/object/193647", + "other_numbers": ["93"], + "curatorial_section": "Historic", + "object_number": "29-191-109" +}, +{ + "emuIRN": "193648", + "description": "Sample Treasury Deck - #93; 1 blue box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/193648", + "other_numbers": ["89"], + "curatorial_section": "Historic", + "object_number": "29-191-110" +}, +{ + "emuIRN": "41945", + "description": "Sample Apollo Deck - #33, 1 red and 1 blue box; 26 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Deck", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/41945", + "other_numbers": ["33"], + "curatorial_section": "Historic", + "object_number": "29-191-1A" +}, +{ + "emuIRN": "533855", + "description": "Sample Apollo Deck - #33, 1 red and 1 blue box; 26 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533855", + "other_numbers": ["33"], + "curatorial_section": "Historic", + "object_number": "29-191-1B" +}, +{ + "emuIRN": "533856", + "description": "Sample Apollo Deck - #33, 1 red and 1 blue box; 26 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533856", + "other_numbers": ["33"], + "curatorial_section": "Historic", + "object_number": "29-191-1C" +}, +{ + "emuIRN": "214696", + "description": "Sample Capital Deck - #188, 1 red and 1 brown box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Deck", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/214696", + "other_numbers": ["188"], + "curatorial_section": "Historic", + "object_number": "29-191-2A" +}, +{ + "emuIRN": "533857", + "description": "Sample Capital Deck - #188, 1 red and 1 brown box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533857", + "other_numbers": ["188"], + "curatorial_section": "Historic", + "object_number": "29-191-2B" +}, +{ + "emuIRN": "533858", + "description": "Sample Capital Deck - #188, 1 red and 1 brown box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533858", + "other_numbers": ["188"], + "curatorial_section": "Historic", + "object_number": "29-191-2C" +}, +{ + "emuIRN": "308791", + "description": "Sample Tourists Deck - #33: 1 blue box, 1 green box - no cards", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/308791", + "other_numbers": ["155"], + "curatorial_section": "Historic", + "object_number": "29-191-3A" +}, +{ + "emuIRN": "533859", + "description": "Sample Tourists Deck - #33: 1 blue box, 1 green box - no cards", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533859", + "other_numbers": ["155"], + "curatorial_section": "Historic", + "object_number": "29-191-3B" +}, +{ + "emuIRN": "292359", + "description": "Sample Tigers Deck - #33: 1 red and 1 green box; no cards", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/292359", + "other_numbers": ["101"], + "curatorial_section": "Historic", + "object_number": "29-191-4A" +}, +{ + "emuIRN": "533860", + "description": "Sample Tigers Deck - #33: 1 red and 1 green box; no cards", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533860", + "other_numbers": ["101"], + "curatorial_section": "Historic", + "object_number": "29-191-4B" +}, +{ + "emuIRN": "108121", + "description": "Sample Poker-Dice Deck - #1107: 1 red and 1 blue box; 12 blue and 13 red-backed cards

(A) Blue-backed playing cards and box", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Deck", + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/108121", + "other_numbers": ["1107"], + "curatorial_section": "Historic", + "object_number": "29-191-5A" +}, +{ + "emuIRN": "533861", + "description": "Sample Poker-Dice Deck - #1107: 1 red and 1 blue box; 12 blue and 13 red-backed cards

(B) Red-backed playing cards and box", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Deck", + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533861", + "other_numbers": ["1107"], + "curatorial_section": "Historic", + "object_number": "29-191-5B" +}, +{ + "emuIRN": "36586", + "description": "Sample Bicycle Deck - #808: 1 blue and 1 green box; no cards", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/36586", + "other_numbers": ["808"], + "curatorial_section": "Historic", + "object_number": "29-191-7A" +}, +{ + "emuIRN": "533862", + "description": "Sample Bicycle Deck - #808: 1 blue and 1 green box; no cards", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533862", + "other_numbers": ["808"], + "curatorial_section": "Historic", + "object_number": "29-191-7B" +}, +{ + "emuIRN": "267043", + "description": "Sample Pinochle Deck - #48: 1 red and 1 blue box; 25 cards with red and blue backs, and plain faces", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Deck", + "Sample", + "Pinochle" + ], + "url": "http://www.penn.museum/collections/object/267043", + "other_numbers": ["48"], + "curatorial_section": "Historic", + "object_number": "29-191-9A" +}, +{ + "emuIRN": "533863", + "description": "Sample Pinochle Deck - #48: 1 red and 1 blue box; 25 cards with red and blue backs, and plain faces", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample", + "Pinochle" + ], + "url": "http://www.penn.museum/collections/object/533863", + "other_numbers": ["48"], + "curatorial_section": "Historic", + "object_number": "29-191-9B" +}, +{ + "emuIRN": "533864", + "description": "Sample Pinochle Deck - #48: 1 red and 1 blue box; 25 cards with red and blue backs, and plain faces", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample", + "Pinochle" + ], + "url": "http://www.penn.museum/collections/object/533864", + "other_numbers": ["48"], + "curatorial_section": "Historic", + "object_number": "29-191-9C" +}, +{ + "emuIRN": "264974", + "description": "Sample Treasury Deck - #89: second quality. 1 blue and 1 green box; no cards", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/264974", + "other_numbers": ["89"], + "curatorial_section": "Historic", + "object_number": "29-191-10A" +}, +{ + "emuIRN": "533865", + "description": "Sample Treasury Deck - #89: second quality. 1 blue and 1 green box; no cards", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533865", + "other_numbers": ["89"], + "curatorial_section": "Historic", + "object_number": "29-191-10B" +}, +{ + "emuIRN": "122985", + "description": "Sample Crescent Deck - #44: 1 green and 1 blue box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Deck", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/122985", + "other_numbers": ["44"], + "curatorial_section": "Historic", + "object_number": "29-191-14A" +}, +{ + "emuIRN": "533866", + "description": "Sample Crescent Deck - #44: 1 green and 1 blue box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533866", + "other_numbers": ["44"], + "curatorial_section": "Historic", + "object_number": "29-191-14B" +}, +{ + "emuIRN": "533867", + "description": "Sample Crescent Deck - #44: 1 green and 1 blue box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533867", + "other_numbers": ["44"], + "curatorial_section": "Historic", + "object_number": "29-191-14C" +}, +{ + "emuIRN": "183669", + "description": "Sample National Club Deck - #75: 2 green boxes; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Deck", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/183669", + "other_numbers": ["75"], + "curatorial_section": "Historic", + "object_number": "29-191-15A" +}, +{ + "emuIRN": "533868", + "description": "Sample National Club Deck - #75: 2 green boxes; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533868", + "other_numbers": ["75"], + "curatorial_section": "Historic", + "object_number": "29-191-15B" +}, +{ + "emuIRN": "533869", + "description": "Sample National Club Deck - #75: 2 green boxes; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533869", + "other_numbers": ["75"], + "curatorial_section": "Historic", + "object_number": "29-191-15C" +}, +{ + "emuIRN": "251495", + "description": "Sample Tennis Deck - #144: 1 blue and 1 brown box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Deck", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/251495", + "other_numbers": ["144"], + "curatorial_section": "Historic", + "object_number": "29-191-16A" +}, +{ + "emuIRN": "533870", + "description": "Sample Tennis Deck - #144: 1 blue and 1 brown box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533870", + "other_numbers": ["144"], + "curatorial_section": "Historic", + "object_number": "29-191-16B" +}, +{ + "emuIRN": "533871", + "description": "Sample Tennis Deck - #144: 1 blue and 1 brown box; 24 cards with various backs", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Box", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/533871", + "other_numbers": ["144"], + "curatorial_section": "Historic", + "object_number": "29-191-16C" +}, +{ + "emuIRN": "77371", + "description": "Sample Cadet's Playing Cards Deck - #343: 1 blue box; 24 gilt edge cards with various backs. Small.", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/77371", + "other_numbers": ["343"], + "curatorial_section": "Historic", + "object_number": "29-191-40A" +}, +{ + "emuIRN": "97079", + "description": "Sample Cadet's Playing Cards Deck - #343x: 1 green box; 21 poor quality cards with various backs. Small.", + "provenience": [ + "United States of America", + "Ohio", + "Cincinnati" + ], + "culture": ["American"], + "creator": ["U.S. Playing Card Company"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Sample" + ], + "url": "http://www.penn.museum/collections/object/97079", + "other_numbers": ["343x"], + "curatorial_section": "Historic", + "object_number": "29-191-40B" +}, +{ + "emuIRN": "121079", + "description": "wood blocks to form triangle of alternate light and dark triangles", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "iconography": ["Triangle"], + "culture": [ + "European (uncertain)", + "Americana - uncertain" + ], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Block Puzzle"], + "url": "http://www.penn.museum/collections/object/121079", + "curatorial_section": "Historic", + "object_number": "29-191-180" +}, +{ + "emuIRN": "110406", + "description": "Seven irregular-shaped pieces of wood to for various figures shown in accompanying diagram / instructions", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "culture": [ + "European (uncertain)", + "Americana - uncertain" + ], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Block Puzzle", + "tangram" + ], + "url": "http://www.penn.museum/collections/object/110406", + "curatorial_section": "Historic", + "object_number": "29-191-181" +}, +{ + "emuIRN": "341790", + "description": "Interlocking hearts", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "iconography": ["Heart"], + "culture": [ + "European (uncertain)", + "Americana - uncertain" + ], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Wire Puzzle"], + "url": "http://www.penn.museum/collections/object/341790", + "curatorial_section": "Historic", + "object_number": "29-191-183" +}, +{ + "emuIRN": "282998", + "description": "\"Naughty Twins\" 2 joined rods with spirals at non-joining end", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "culture": [ + "European (uncertain)", + "Americana - uncertain" + ], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Wire Puzzle"], + "url": "http://www.penn.museum/collections/object/282998", + "curatorial_section": "Historic", + "object_number": "29-191-184" +}, +{ + "emuIRN": "30423", + "description": "\"Sliding Triangle\" Interlocking triangles and circles", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "culture": [ + "European (uncertain)", + "Americana - uncertain" + ], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Wire Puzzle"], + "url": "http://www.penn.museum/collections/object/30423", + "curatorial_section": "Historic", + "object_number": "29-191-185" +}, +{ + "emuIRN": "44395", + "description": "\"Double Circle & Semicircle\"", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "culture": [ + "European (uncertain)", + "Americana - uncertain" + ], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Wire Puzzle"], + "url": "http://www.penn.museum/collections/object/44395", + "curatorial_section": "Historic", + "object_number": "29-191-187" +}, +{ + "emuIRN": "211000", + "description": "\"Maze\" Interlocking spirals - same was 189", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "culture": [ + "European (uncertain)", + "Americana - uncertain" + ], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Wire Puzzle"], + "url": "http://www.penn.museum/collections/object/211000", + "curatorial_section": "Historic", + "object_number": "29-191-188" +}, +{ + "emuIRN": "193928", + "description": "\"Maze\" Interlocking spirals - same was 188", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "culture": [ + "European (uncertain)", + "Americana - uncertain" + ], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Wire Puzzle"], + "url": "http://www.penn.museum/collections/object/193928", + "curatorial_section": "Historic", + "object_number": "29-191-189" +}, +{ + "emuIRN": "279244", + "description": "\"Semicircle and Ring\" same as 192", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "culture": [ + "European (uncertain)", + "Americana - uncertain" + ], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Wire Puzzle"], + "url": "http://www.penn.museum/collections/object/279244", + "curatorial_section": "Historic", + "object_number": "29-191-191" +}, +{ + "emuIRN": "103009", + "description": "\"Semicircle and Ring\" same as 191", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "culture": [ + "European (uncertain)", + "Americana - uncertain" + ], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Wire Puzzle"], + "url": "http://www.penn.museum/collections/object/103009", + "curatorial_section": "Historic", + "object_number": "29-191-192" +}, +{ + "emuIRN": "89943", + "description": "\"Fan Puzzle\" hand shaped wire puzzle", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "iconography": ["Hand"], + "culture": [ + "European (uncertain)", + "Americana - uncertain" + ], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Wire Puzzle"], + "url": "http://www.penn.museum/collections/object/89943", + "curatorial_section": "Historic", + "object_number": "29-191-194" +}, +{ + "emuIRN": "232106", + "description": "heavy metal wire puzzle: Cupid Puzzle with instructions on cardboard attachement", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "culture": [ + "European (uncertain)", + "Americana - uncertain" + ], + "material": [ + "Metal", + "Cardboard" + ], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Wire Puzzle", + "Puzzle Instructions" + ], + "url": "http://www.penn.museum/collections/object/232106", + "curatorial_section": "Historic", + "object_number": "29-191-195" +}, +{ + "emuIRN": "281765", + "description": "heavy metal wire puzzle:", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "culture": [ + "European (uncertain)", + "Americana - uncertain" + ], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Wire Puzzle"], + "url": "http://www.penn.museum/collections/object/281765", + "curatorial_section": "Historic", + "object_number": "29-191-197" +}, +{ + "emuIRN": "232108", + "description": "Link Puzzle", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "culture": [ + "European (uncertain)", + "Americana - uncertain" + ], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Link Puzzle"], + "url": "http://www.penn.museum/collections/object/232108", + "curatorial_section": "Historic", + "object_number": "29-191-205" +}, +{ + "emuIRN": "69652", + "description": "Handcuff style wire puzzle", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "culture": [ + "European (uncertain)", + "Americana - uncertain" + ], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Wire Puzzle"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/69652", + "curatorial_section": "Historic", + "object_number": "29-191-208" +}, +{ + "emuIRN": "21175", + "description": "nut and bolt puzzle", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "culture": [ + "European (uncertain)", + "Americana - uncertain" + ], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Puzzle"], + "url": "http://www.penn.museum/collections/object/21175", + "curatorial_section": "Historic", + "object_number": "29-191-209" +}, +{ + "emuIRN": "21176", + "description": "3 interlocking horsehoes", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "culture": [ + "European (uncertain)", + "Americana - uncertain" + ], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Wire Puzzle"], + "url": "http://www.penn.museum/collections/object/21176", + "curatorial_section": "Historic", + "object_number": "29-191-210" +}, +{ + "emuIRN": "1023", + "description": "small aluminum figure of man. Was probably inserted in a base and held something in hands", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "iconography": ["Man"], + "culture": [ + "European (uncertain)", + "Americana - uncertain" + ], + "material": ["Aluminum"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Toy"], + "url": "http://www.penn.museum/collections/object/1023", + "curatorial_section": "Historic", + "object_number": "29-191-217" +}, +{ + "emuIRN": "192815", + "description": "Wood lacquered black. Square base; 2 uprights connected at top by a cross piece and at about their middle by a crosspiece with a hole through its centre (swinging figure originally placed in this hole?)", + "technique": ["Lacquered"], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "culture": [ + "European (uncertain)", + "Americana - uncertain" + ], + "material": ["Wood"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Toy"], + "url": "http://www.penn.museum/collections/object/192815", + "curatorial_section": "Historic", + "object_number": "29-191-218" +}, +{ + "emuIRN": "65113", + "description": "Heavy. Straight, steel blade with cutting edge tapering and rounded to point, bevelled to back which has sharp edge for about 1/3 its length. Heavy tag inserted through the full length of the 2-piece horn (musk-ox?) grip; silver band over junction", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana - uncertain"], + "material": [ + "Steel", + "Horn (animal part)", + "Silver" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Hunting Knife"], + "url": "http://www.penn.museum/collections/object/65113", + "other_numbers": ["417"], + "curatorial_section": "Historic", + "object_number": "42-30-99" +}, +{ + "emuIRN": "137251", + "description": "Short iron blade, much worn; crude 2-piece wooden handle", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana - uncertain"], + "material": [ + "Steel", + "Wood" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Knife"], + "url": "http://www.penn.museum/collections/object/137251", + "other_numbers": ["561"], + "curatorial_section": "Historic", + "object_number": "42-30-102" +}, +{ + "emuIRN": "37042", + "description": "Straight, single-edged steel blade bevelled to slightly convex cutting edge; the back is slightly concave except for a short, straight section slanted to the point. Wide, heavy tang inserted through the full length of the two-piece musk-ox horn grip; short, straight brass guard with pointed ends.", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana - uncertain"], + "material": [ + "Steel", + "Horn (animal part)", + "Brass" + ], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Hunting Knife"], + "url": "http://www.penn.museum/collections/object/37042", + "other_numbers": ["144"], + "curatorial_section": "Historic", + "object_number": "42-30-103A" +}, +{ + "emuIRN": "220150", + "description": "Made of very dark leather folded over to form a wide loop at the top; edges, except for loop, sewn; case for knife is a separate piece of leather sewn on.", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana - uncertain"], + "material": ["Leather"], + "accession_credit_line": ["Gift of Mrs. Morgan Wing on behalf of the Estate of Florence C. Whitney, 1942"], + "object_name": ["Hunting Knife Sheath"], + "url": "http://www.penn.museum/collections/object/220150", + "other_numbers": ["144"], + "curatorial_section": "Historic", + "object_number": "42-30-103B" +}, +{ + "emuIRN": "362389", + "description": "Leather Scabbard. Sword - Ivory Handle. Belonged to Lieut. Col. Mac Pherson who commanded the 42nd reginemnt of British and German troops at the descent on Paramus New Jersey, March 24, 1790.", + "provenience": ["United States of America"], + "culture": [ + "Americana - uncertain", + "British (uncertain)" + ], + "accession_credit_line": ["Gift of Mrs. William H. Miller, 1897"], + "object_name": [ + "Sword", + "Sabre", + "Scabbard" + ], + "url": "http://www.penn.museum/collections/object/362389", + "date_made_early": "1780", + "date_made": "3/24/1780", + "date_made_late": "1780", + "other_numbers": ["102G"], + "curatorial_section": "Historic", + "object_number": "20316A" +}, +{ + "emuIRN": "522240", + "description": "Leather Scabbard. Sword - Ivory Handle. Belonged to Lieut. Col. Mac Pherson who commanded the 42nd reginemnt of British and German troops at the descent on Paramus New Jersey, March 24, 1790.", + "provenience": ["United States of America"], + "culture": [ + "Americana - uncertain", + "British (uncertain)" + ], + "accession_credit_line": ["Gift of Mrs. William H. Miller, 1897"], + "object_name": ["Sword Scabbard"], + "url": "http://www.penn.museum/collections/object/522240", + "date_made_early": "1780", + "date_made": "3/24/1780", + "date_made_late": "1780", + "other_numbers": ["102G"], + "curatorial_section": "Historic", + "object_number": "20316B" +}, +{ + "emuIRN": "317596", + "description": "Shuttlecock - cluster of feathers imbedded into a clay ball or seed.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "culture": [ + "European (uncertain)", + "Americana - uncertain", + "Asian (uncertain)" + ], + "material": [ + "Clay", + "Feather" + ], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Game", + "Shuttlecock" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/317596", + "curatorial_section": "Historic", + "object_number": "29-191-233" +}, +{ + "emuIRN": "89945", + "description": "Link Puzzle with 2 U shaped pieces - probably a Waterbury 3U Puzzle", + "provenience": [ + "Great Britain (uncertain)", + "United States of America" + ], + "culture": [ + "European (uncertain)", + "American (uncertain)" + ], + "material": ["Metal"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Link Puzzle"], + "url": "http://www.penn.museum/collections/object/89945", + "curatorial_section": "Historic", + "object_number": "29-191-204" +}, +{ + "emuIRN": "19805", + "description": "Wood and iron chain. It is a New York copy of 15519A.", + "provenience": [ + "France", + "Paris (France)" + ], + "culture": ["Americana"], + "material": [ + "Wood", + "Iron" + ], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Puzzle", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/19805", + "curatorial_section": "Historic", + "object_number": "15519B" +}, +{ + "emuIRN": "15117", + "description": "Board Game: Nieuw Vermakelijk Ganzen-spel. Amand, Lithograph. Printed Paper sheet.
29-191-121 Blue Game Card (1967) - paper shee spiraling trail of spaces numbered 1 to 63 in middle where the directions are in German, Pictures of geese, dice, skeletons, and wells interspersed.", + "technique": ["Printed"], + "provenience": [ + "Holland", + "Amsterdam" + ], + "culture": ["Dutch"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Goose Game"], + "url": "http://www.penn.museum/collections/object/15117", + "date_made_early": "1800", + "date_made": "1800-1899", + "date_made_late": "1899", + "other_numbers": ["29-191-121"], + "curatorial_section": "Historic", + "object_number": "21227" +}, +{ + "emuIRN": "181878", + "description": "Paper sheet on which is outline diagram for game. Probably made by R. Stuart Culin to illustrate a game. Rectangular sheet divided into 8x8 (64) squares. 4 squares in each corner and in center bisected by X lines.", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Game Diagram", + "Drawing" + ], + "url": "http://www.penn.museum/collections/object/181878", + "curatorial_section": "Historic", + "object_number": "29-191-123" +}, +{ + "emuIRN": "268848", + "description": "Advertisment Card for playing cards by Antonio Poli, Firenze", + "provenience": [ + "Italy", + "Firenze" + ], + "culture": ["Italian"], + "creator": ["Antonio Poli"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card", + "Advertisement" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/268848", + "curatorial_section": "Historic", + "object_number": "29-191-125" +}, +{ + "emuIRN": "312160", + "description": "Playing Card Deck: 52 Transformation \"Comic\" cards (35+17). French Suits: Heart, Spade, Diamond, Club. Black inked drawing on cardboard. Red or Black watercolor for suit marks. Suits are encorporated into pictures. Maker mark: JB (?) on spades and diamonds. King of Hearts - Tax Stamp: Firzenze 20 / Set / 92. Plain cardboard back.", + "technique": [ + "Pen and Ink", + "Watercolor" + ], + "provenience": [ + "Italy", + "Firenze" + ], + "iconography": ["Comic"], + "culture": ["Italian"], + "material": ["Cardboard"], + "period": ["Late 19Th Century"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Playing Card Deck"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/312160", + "date_made_early": "20 Sep 1892", + "date_made": "9/20/1892", + "date_made_late": "20 Sep 1892", + "other_numbers": [ + "29-191-141C", + "15626 ?", + "15630 ?", + "15603A ?" + ], + "curatorial_section": "Historic", + "object_number": "29-191-138" +}, +{ + "emuIRN": "340605", + "description": "Playing Card Deck: Minchiate - 45 cards Stamped \"Dresden\" on Swords 2 card.
Per Blue Game Card: 45 cards. No clubs, hearts, diamonds, spades - primitive pictures and symbols - swords, coins, etc. inidicate numerical represenations. Back: fancy navy blue crosses repeated.", + "provenience": ["Italy"], + "iconography": ["Comic"], + "culture": ["Italian"], + "material": ["Paper"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Playing Card Deck", + "Minchiate" + ], + "url": "http://www.penn.museum/collections/object/340605", + "other_numbers": [ + "15544 (no)", + "15657 (no)" + ], + "curatorial_section": "Historic", + "object_number": "29-191-139" +}, +{ + "emuIRN": "77901", + "description": "4 gold colored rolling balls under glass, in square metal / brass (?) case", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": [ + "Metal", + "Glass (uncertain)" + ], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Dexterity Puzzle"], + "url": "http://www.penn.museum/collections/object/77901", + "curatorial_section": "Historic", + "object_number": "29-191-147" +}, +{ + "emuIRN": "203456", + "description": "Playing card deck - 40 miniature cards with wrapper. Made by Carte Giocatoli. 2 X 3 cm.", + "provenience": [ + "Italy", + "Bologna (uncertain)" + ], + "culture": ["Italian"], + "creator": ["Carte Giocatoli"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Francis C. Macauley, 1893"], + "object_name": [ + "Playing Card Deck", + "Italian Pack" + ], + "url": "http://www.penn.museum/collections/object/203456", + "date_made_early": "1867", + "date_made": "c. 1892", + "date_made_late": "1893", + "curatorial_section": "Historic", + "object_number": "15657" +}, +{ + "emuIRN": "315049", + "description": "Iron and wood knife", + "provenience": ["Europe"], + "material": [ + "Iron", + "Wood" + ], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Knife"], + "url": "http://www.penn.museum/collections/object/315049", + "curatorial_section": "Historic", + "object_number": "17166" +}, +{ + "emuIRN": "145827", + "description": "Lime and alumina garnet", + "provenience": [ + "Mexico (Central America)", + "Xalostoe" + ], + "material": ["Rosolite"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Rosolite"], + "url": "http://www.penn.museum/collections/object/145827", + "curatorial_section": "Historic", + "object_number": "17130" +}, +{ + "emuIRN": "191795", + "description": "Garnet - Angles worn off by attrition", + "provenience": ["North Carolina"], + "material": ["Garnet"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Garnet"], + "url": "http://www.penn.museum/collections/object/191795", + "curatorial_section": "Historic", + "object_number": "17133" +}, +{ + "emuIRN": "8799", + "description": "Almandine Garnet. Said to have come from Spain; Cut in Idar, Germany", + "provenience": [ + "Spain (uncertain)", + "Germany", + "Idar" + ], + "material": [ + "Almandine", + "Garnet" + ], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Almandine", + "Garnet" + ], + "url": "http://www.penn.museum/collections/object/8799", + "curatorial_section": "Historic", + "object_number": "17135" +}, +{ + "emuIRN": "50953", + "description": "Red Garnet. Probably from Indian; Cut in Idar Germany", + "provenience": [ + "India (uncertain)", + "Germany", + "Idar" + ], + "material": ["Garnet"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Garnet"], + "url": "http://www.penn.museum/collections/object/50953", + "curatorial_section": "Historic", + "object_number": "17136" +}, +{ + "emuIRN": "16265", + "description": "Red Garnet, backed with tin foil. Heart-shaped", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Garnet"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Garnet"], + "url": "http://www.penn.museum/collections/object/16265", + "curatorial_section": "Historic", + "object_number": "17137" +}, +{ + "emuIRN": "273128", + "description": "Tasmanian opal", + "provenience": [ + "Australia (uncertain)", + "Tasmania (uncertain)", + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Opal"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Opal"], + "url": "http://www.penn.museum/collections/object/273128", + "curatorial_section": "Historic", + "object_number": "17141" +}, +{ + "emuIRN": "98833", + "description": "Remarkable yellow enclosure. Cut in Germany", + "technique": ["Cut"], + "provenience": ["Germany"], + "material": ["Moss Agate"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Moss Agate"], + "url": "http://www.penn.museum/collections/object/98833", + "curatorial_section": "Historic", + "object_number": "17144" +}, +{ + "emuIRN": "307712", + "description": "Silicified Coral; sawed to show structure
Per Penn Geology: Quartz silicified coral.", + "technique": ["Sawed"], + "provenience": [ + "United States of America", + "New Jersey", + "Cape May Beach" + ], + "material": [ + "Quartz", + "Coral" + ], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Coral"], + "url": "http://www.penn.museum/collections/object/307712", + "curatorial_section": "Historic", + "object_number": "17147" +}, +{ + "emuIRN": "192573", + "description": "Imitation - glass backed with white foil, black surface burned in for half mounting", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/192573", + "other_numbers": ["651"], + "curatorial_section": "Historic", + "object_number": "17279" +}, +{ + "emuIRN": "214803", + "description": "Imitation Diamond. Doublet - 2 pieces of quartz cemented with silver foil between", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Quartz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/214803", + "other_numbers": ["653"], + "curatorial_section": "Historic", + "object_number": "17281" +}, +{ + "emuIRN": "248617", + "description": "Model of \"The Florentine (Yellow) Diamond,\" 239 1/8 Carats; stone originated in India.

Most likely one of a set of 15 famous diamond replicas (#17288-17302)", + "provenience": [ + "India", + "Austria" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/248617", + "other_numbers": ["660"], + "curatorial_section": "Historic", + "object_number": "17288" +}, +{ + "emuIRN": "122766", + "description": "Model of the Regent Diamond, 136 3/4 carats. Original in France (Louvre); stone originated in India.

Most likely one of a set of 15 famous diamond replicas (#17288-17302)", + "provenience": [ + "India", + "France" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/122766", + "other_numbers": ["661"], + "curatorial_section": "Historic", + "object_number": "17289" +}, +{ + "emuIRN": "122767", + "description": "Model of Polar Star Diamond - 40 carats; original stone originated in India

Most likely one of a set of 15 famous diamond replicas (#17288-17302)", + "provenience": [ + "India", + "Europe" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/122767", + "other_numbers": ["662"], + "curatorial_section": "Historic", + "object_number": "17290" +}, +{ + "emuIRN": "123225", + "description": "Model of the Pasha (of Egypt) Diamond - 40 carats; believed to be Indian in origin.

Most likely one of a set of 15 famous diamond replicas (#17288-17302)", + "provenience": [ + "India (uncertain)", + "Egypt" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/123225", + "other_numbers": ["663"], + "curatorial_section": "Historic", + "object_number": "17291" +}, +{ + "emuIRN": "154618", + "description": "Model of the Orloff Diamond - 198 3/8 carats; original stone from Andhra Pradesh India, subsequent Russian Crown Jewels.

Most likely one of a set of 15 famous diamond replicas (#17288-17302)", + "provenience": [ + "India", + "Russia" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/154618", + "other_numbers": ["664"], + "curatorial_section": "Historic", + "object_number": "17292" +}, +{ + "emuIRN": "339257", + "description": "Model of the (Empress) Eugenie Diamond - 51 carats; original stone believed to be from Brazil.

Most likely one of a set of 15 famous diamond replicas (#17288-17302)", + "provenience": [ + "Brazil (uncertain)", + "Russia", + "France" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/339257", + "other_numbers": ["665"], + "curatorial_section": "Historic", + "object_number": "17293" +}, +{ + "emuIRN": "244904", + "description": "Model of The Shah Diamond / Shah of Persia Diamond - 95 carats; original stone is from Andhra Pradesh India.

Most likely one of a set of 15 famous diamond replicas (#17288-17302)", + "provenience": [ + "India", + "Persia" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/244904", + "other_numbers": ["666"], + "curatorial_section": "Historic", + "object_number": "17294" +}, +{ + "emuIRN": "267325", + "description": "Model of Great Mogul Diamond - 280; original stone is from India.

Most likely one of a set of 15 famous diamond replicas (#17288-17302)", + "provenience": [ + "India", + "Russia" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/267325", + "other_numbers": ["667"], + "curatorial_section": "Historic", + "object_number": "17295" +}, +{ + "emuIRN": "27944", + "description": "Model of the Blue Diamond / Hope Diamond - 44 carats. original stone is from India; Subsequently US National Museum / Smithsonian

Most likely one of a set of 15 famous diamond replicas (#17288-17302)", + "provenience": [ + "India", + "France (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/27944", + "other_numbers": ["668"], + "curatorial_section": "Historic", + "object_number": "17296" +}, +{ + "emuIRN": "32843", + "description": "Model of Nassak Diamond- 78 Carats; original stone is from India.

Most likely one of a set of 15 famous diamond replicas (#17288-17302)", + "provenience": [ + "India", + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/32843", + "other_numbers": ["669"], + "curatorial_section": "Historic", + "object_number": "17297" +}, +{ + "emuIRN": "65598", + "description": "Model of Pigott Diamond -89 carats; original stone is from India.

Most likely one of a set of 15 famous diamond replicas (#17288-17302)", + "provenience": [ + "India", + "England" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/65598", + "other_numbers": ["670"], + "curatorial_section": "Historic", + "object_number": "17298" +}, +{ + "emuIRN": "174134", + "description": "Model of The South Star / Star of South Diamond - 125 carats; original stone is from Brazil.

Most likely one of a set of 15 famous diamond replicas (#17288-17302)", + "provenience": [ + "Brazil", + "Europe (uncertain)" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/174134", + "other_numbers": ["671"], + "curatorial_section": "Historic", + "object_number": "17299" +}, +{ + "emuIRN": "122768", + "description": "Model of Sancy Diamond - 59 carats ; original stone is from India; original is in the Louvre France

Most likely one of a set of 15 famous diamond replicas (#17288-17302)", + "provenience": [ + "India", + "France" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/122768", + "other_numbers": ["672"], + "curatorial_section": "Historic", + "object_number": "17300" +}, +{ + "emuIRN": "123226", + "description": "Model of the Kohinoor Diamond, before cutting - 186 carats; original stone is from India.

Most likely one of a set of 15 famous diamond replicas (#17288-17302)", + "provenience": [ + "India", + "England" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/123226", + "other_numbers": ["673"], + "curatorial_section": "Historic", + "object_number": "17301" +}, +{ + "emuIRN": "154619", + "description": "Model of the Kohinoor Diamond, after recutting - 106 carats; original stone is from India.

Most likely one of a set of 15 famous diamond replicas (#17288-17302)", + "provenience": [ + "India", + "England" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/154619", + "other_numbers": ["674"], + "curatorial_section": "Historic", + "object_number": "17302" +}, +{ + "emuIRN": "339258", + "description": "Natural. Irregular (?) with black (proabably carbon) inclosure", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain", + "South Africa (uncertain)" + ], + "material": [ + "Diamond", + "Carbon" + ], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Diamond"], + "url": "http://www.penn.museum/collections/object/339258", + "other_numbers": ["675"], + "curatorial_section": "Historic", + "object_number": "17303" +}, +{ + "emuIRN": "32844", + "description": "Model of rose cut diamond - 75 carats", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/32844", + "other_numbers": ["679"], + "curatorial_section": "Historic", + "object_number": "17307" +}, +{ + "emuIRN": "65599", + "description": "Model of Diamond", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/65599", + "other_numbers": ["680"], + "curatorial_section": "Historic", + "object_number": "17308" +}, +{ + "emuIRN": "302391", + "description": "Model of a diamond", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/302391", + "other_numbers": ["684"], + "curatorial_section": "Historic", + "object_number": "17312" +}, +{ + "emuIRN": "111147", + "description": "Model of Indian Table Stone diamond, with corner out", + "provenience": [ + "India", + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/111147", + "other_numbers": ["687"], + "curatorial_section": "Historic", + "object_number": "17315" +}, +{ + "emuIRN": "174905", + "description": "Model of Indian Table Stone diamond, with corner out", + "provenience": [ + "India", + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/174905", + "other_numbers": ["688"], + "curatorial_section": "Historic", + "object_number": "17316" +}, +{ + "emuIRN": "239008", + "description": "Model of Green Diamond from Dresden Vaults; original stone is from India.", + "provenience": [ + "India", + "Germany", + "Dresden" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/239008", + "other_numbers": ["691"], + "curatorial_section": "Historic", + "object_number": "17317" +}, +{ + "emuIRN": "282530", + "description": "Model of Topaz of the Great Mogul (deep yellow) - 157 carats", + "provenience": [ + "India (uncertain)", + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Topaz", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/282530", + "other_numbers": ["692"], + "curatorial_section": "Historic", + "object_number": "17318" +}, +{ + "emuIRN": "19130", + "description": "Model of drop shaped ruby", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Ruby", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/19130", + "other_numbers": ["694"], + "curatorial_section": "Historic", + "object_number": "17320" +}, +{ + "emuIRN": "20735", + "description": "model of diamond", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/20735", + "other_numbers": ["695"], + "curatorial_section": "Historic", + "object_number": "17321" +}, +{ + "emuIRN": "204372", + "description": "Model of diamond", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/204372", + "other_numbers": ["696"], + "curatorial_section": "Historic", + "object_number": "17322" +}, +{ + "emuIRN": "230370", + "description": "Model of Diamond", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/230370", + "other_numbers": ["697"], + "curatorial_section": "Historic", + "object_number": "17323" +}, +{ + "emuIRN": "284863", + "description": "Model of diamond", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/284863", + "other_numbers": ["698"], + "curatorial_section": "Historic", + "object_number": "17324" +}, +{ + "emuIRN": "124024", + "description": "model of diamond", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/124024", + "other_numbers": ["699"], + "curatorial_section": "Historic", + "object_number": "17325" +}, +{ + "emuIRN": "111411", + "description": "Model of Diamond", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/111411", + "other_numbers": ["700"], + "curatorial_section": "Historic", + "object_number": "17326" +}, +{ + "emuIRN": "195385", + "description": "Model of pear-shaped diamond", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/195385", + "other_numbers": ["702"], + "curatorial_section": "Historic", + "object_number": "17328" +}, +{ + "emuIRN": "68148", + "description": "Model of ruby", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Ruby", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/68148", + "other_numbers": ["707"], + "curatorial_section": "Historic", + "object_number": "17333" +}, +{ + "emuIRN": "302070", + "description": "Atigorite, variety Williamsite", + "provenience": [ + "Pennsylvania", + "Woods Choorne Mine" + ], + "material": [ + "Atigorite", + "Williamsite" + ], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Atigorite", + "Williamsite" + ], + "url": "http://www.penn.museum/collections/object/302070", + "curatorial_section": "Historic", + "object_number": "17789" +}, +{ + "emuIRN": "153996", + "description": "Sphere of hematite, polished. Sometimes called \"black pearl\"", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Hematite"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Hematite"], + "url": "http://www.penn.museum/collections/object/153996", + "curatorial_section": "Historic", + "object_number": "17791" +}, +{ + "emuIRN": "330288", + "description": "Ruby doublet, garnet color. Garnet front, glass back, cemented together", + "provenience": [ + "Germany", + "Idar" + ], + "material": [ + "Ruby", + "Glass" + ], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Ruby", + "Crystal Model" + ], + "url": "http://www.penn.museum/collections/object/330288", + "curatorial_section": "Historic", + "object_number": "17794" +}, +{ + "emuIRN": "334511", + "description": "Precious Opal Doublet", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Opal"], + "url": "http://www.penn.museum/collections/object/334511", + "curatorial_section": "Historic", + "object_number": "17795" +}, +{ + "emuIRN": "282975", + "description": "Paste imitation of precious opal", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Opal"], + "url": "http://www.penn.museum/collections/object/282975", + "curatorial_section": "Historic", + "object_number": "17796" +}, +{ + "emuIRN": "341299", + "description": "Artificial cat's eye", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Cat's Eye", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/341299", + "curatorial_section": "Historic", + "object_number": "19387" +}, +{ + "emuIRN": "74692", + "description": "Oval Enamel Button, blue center, flowers on border", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "iconography": ["Flower"], + "material": [ + "Enamel (uncertain)", + "Lapis Lazuli (uncertain)" + ], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Button"], + "url": "http://www.penn.museum/collections/object/74692", + "curatorial_section": "Historic", + "object_number": "19389" +}, +{ + "emuIRN": "227426", + "description": "Fragments of beryl from which gems have been cut; gray-green and light yellow", + "provenience": [ + "United States of America", + "North Carolina" + ], + "material": ["Beryl"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Beryl"], + "url": "http://www.penn.museum/collections/object/227426", + "curatorial_section": "Historic", + "object_number": "17132A" +}, +{ + "emuIRN": "396154", + "description": "Fragments of beryl from which gems have been cut; gray-green and light yellow", + "provenience": [ + "United States of America", + "North Carolina" + ], + "material": ["Beryl"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Beryl"], + "url": "http://www.penn.museum/collections/object/396154", + "curatorial_section": "Historic", + "object_number": "17132B" +}, +{ + "emuIRN": "242007", + "description": "one of three garnets; roughly pierced from opposite sides", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Garnet"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Garnet"], + "url": "http://www.penn.museum/collections/object/242007", + "curatorial_section": "Historic", + "object_number": "17134A" +}, +{ + "emuIRN": "396151", + "description": "one of three garnets; roughly pierced from opposite sides", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Garnet"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Garnet"], + "url": "http://www.penn.museum/collections/object/396151", + "curatorial_section": "Historic", + "object_number": "17134B" +}, +{ + "emuIRN": "396152", + "description": "one of three garnets; roughly pierced from opposite sides", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Garnet"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Garnet"], + "url": "http://www.penn.museum/collections/object/396152", + "curatorial_section": "Historic", + "object_number": "17134C" +}, +{ + "emuIRN": "134621", + "description": "White and black banded agate, cut and polished for setting", + "technique": [ + "Cut", + "Polished" + ], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Agate"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Banded Agate"], + "url": "http://www.penn.museum/collections/object/134621", + "curatorial_section": "Historic", + "object_number": "17143A" +}, +{ + "emuIRN": "396145", + "description": "White and black banded agate, cut and polished for setting", + "technique": [ + "Cut", + "Polished" + ], + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Agate"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": ["Banded Agate"], + "url": "http://www.penn.museum/collections/object/396145", + "curatorial_section": "Historic", + "object_number": "17143B" +}, +{ + "emuIRN": "46484", + "description": "Natural crystal - orthorombic", + "provenience": [ + "United States of America", + "Utah", + "Sevier Lake" + ], + "material": ["Topaz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1893"], + "object_name": ["Topaz"], + "url": "http://www.penn.museum/collections/object/46484", + "curatorial_section": "Historic", + "object_number": "17150A" +}, +{ + "emuIRN": "396143", + "description": "Natural crystal - orthorombic", + "provenience": [ + "United States of America", + "Utah", + "Sevier Lake" + ], + "material": ["Topaz"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1893"], + "object_name": ["Topaz"], + "url": "http://www.penn.museum/collections/object/396143", + "curatorial_section": "Historic", + "object_number": "17150B" +}, +{ + "emuIRN": "251611", + "description": "Imitation - glass with silver backing deposited by galvanic action", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/251611", + "other_numbers": ["654"], + "curatorial_section": "Historic", + "object_number": "17282A" +}, +{ + "emuIRN": "396091", + "description": "Imitation - glass with silver backing deposited by galvanic action", + "provenience": [ + "Europe (uncertain)", + "United States of America - uncertain" + ], + "material": ["Glass"], + "accession_credit_line": ["Gift of Robert H. Lamborn, 1894"], + "object_name": [ + "Diamond", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/396091", + "other_numbers": ["654"], + "curatorial_section": "Historic", + "object_number": "17282B" +}, +{ + "emuIRN": "122449", + "description": "Ulysses with bow on pedestal.", + "provenience": ["France"], + "iconography": [ + "Ulysses", + "Bow" + ], + "culture": ["French"], + "material": ["Bronze"], + "accession_credit_line": ["Gift of Mrs. William V. McKean, 1900"], + "object_name": ["Figurine"], + "url": "http://www.penn.museum/collections/object/122449", + "other_numbers": [ + "SMT032099", + "SMT032" + ], + "curatorial_section": "Historic", + "object_number": "21801" +}, +{ + "emuIRN": "260540", + "description": "Apollo Belvedere - Bronze statue on pedestal, by Mathurin Moreau", + "provenience": [ + "France", + "Paris (France)" + ], + "iconography": ["Apollo Belvedere"], + "culture": ["French"], + "creator": ["Mathurin Moreau"], + "material": ["Bronze"], + "accession_credit_line": ["Gift of Mrs. William V. McKean, 1900"], + "object_name": ["Statue"], + "url": "http://www.penn.museum/collections/object/260540", + "date_made_early": "1870", + "date_made": "1870", + "date_made_late": "1870", + "other_numbers": ["6.0000.1995"], + "curatorial_section": "Historic", + "object_number": "21799" +}, +{ + "emuIRN": "54073", + "description": "Bronze group, eagle and crane. By Barye.", + "provenience": ["France"], + "iconography": [ + "Eagle", + "Crane" + ], + "culture": ["French"], + "creator": ["Antoine-Louis Barye"], + "material": ["Bronze"], + "accession_credit_line": ["Gift of Mrs. William V. McKean, 1900"], + "object_name": ["Sculpture"], + "url": "http://www.penn.museum/collections/object/54073", + "date_made_early": "1825", + "date_made": "c.1850", + "date_made_late": "1875", + "other_numbers": ["7.1900.0002"], + "curatorial_section": "Historic", + "object_number": "21805" +}, +{ + "emuIRN": "191276", + "description": "6 rectangluar pieces of wood each with 2 grooves parallel with each short side. Copy of \"A\" No writing on surface", + "provenience": [ + "Spain", + "Madrid" + ], + "culture": ["American"], + "creator": ["Stanford White Company"], + "material": ["Wood"], + "accession_credit_line": ["Deposited by R. Stewart Culin, 1893"], + "object_name": [ + "Puzzle Box", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/191276", + "other_numbers": ["29-191-213B"], + "curatorial_section": "Historic", + "object_number": "16034B" +}, +{ + "emuIRN": "542978", + "description": "6 rectangluar pieces of wood each with 2 grooves parallel with each short side. Each piece has a \"clue\" written in Spanish. Pieces fit together to form a box.", + "provenience": [ + "Spain", + "Madrid" + ], + "culture": ["Spanish"], + "material": ["Wood"], + "accession_credit_line": ["Deposited by R. Stewart Culin, 1893"], + "object_name": ["Puzzle Box"], + "url": "http://www.penn.museum/collections/object/542978", + "date_made_early": "1892", + "date_made": "1892", + "date_made_late": "1892", + "other_numbers": [ + "29-191-213A", + "270" + ], + "curatorial_section": "Historic", + "object_number": "16034A" +}, +{ + "emuIRN": "95204", + "description": "Board Game: Chuba. The African game called in Arabic, Mancala.
Cardboard box bottom with integrated wood board - 4 rows of 11 cups and two rectangular end holders for pieces. Board stained black; cups stained red.
Cardboard box lid with printed label - damaged / fragile : \"Chuba / Milton Bradley Co. / Springfield Mass. Registered\".
Single paper sheet - 4 pages with history and instructions (photocopy on file / see notes) - damaged / fragile. Page 1: \"Chuba / A * Game * of * Skill / (Box Lid Label Image) / Patented March 17, 1891 / Copyright, 1890 / Milton Bradley Co. / Springfield, Mass.
59 (of 60) corn markers.
NOTE: Letters of Patent No 448,574 dated March 17, 1891 held by Rev. Dr. Erwin H. Richards (Methodist Missionary); Application filed November 20, 1890 - Serial No. 371,996. (No model.)", + "provenience": [ + "Massachusetts", + "Springfield" + ], + "culture": ["Americana"], + "creator": [ + "Milton Bradley Company", + "Erwin H. Richards" + ], + "material": [ + "Cardboard", + "Wood", + "Paper", + "Corncob" + ], + "accession_credit_line": ["Gift of Milton Bradley Company, 1894"], + "object_name": [ + "Game", + "Mancala" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/95204", + "measurement_width": 21, + "native_name": [ + "Chuba", + "Mancala" + ], + "date_made_early": "1890", + "date_made": "1890-1891", + "date_made_late": "1891", + "curatorial_section": "Historic", + "measurement_height": 1, + "measurement_length": 51, + "object_number": "16579" +}, +{ + "emuIRN": "374622", + "description": "Booklet: Devotional and Historical Exposition of the Holy Year, printed by he Salesian Press 1899", + "provenience": [ + "Italy", + "Vatican City", + "Rome (Italy)" + ], + "material": ["Paper"], + "accession_credit_line": ["Gift of Mrs. John F. Combes, 1937"], + "object_name": ["Book"], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/374622", + "date_made_early": "1899", + "date_made": "1899", + "date_made_late": "1899", + "curatorial_section": "Historic", + "object_number": "37-6-3" +}, +{ + "emuIRN": "154459", + "description": "Hollowed log covered with leather which is extended into a hood from which hangs a red and black cotton cloth.", + "provenience": ["Northern Europe (uncertain)"], + "material": [ + "Leather", + "Cloth", + "Wood (uncertain)" + ], + "accession_credit_line": ["Gift of the Academy of Natural Sciences of Philadelphia, 1997"], + "object_name": ["Cradle"], + "url": "http://www.penn.museum/collections/object/154459", + "other_numbers": [ + "L-122-339", + "Unknown" + ], + "curatorial_section": "Historic", + "object_number": "97-122-339" +}, +{ + "emuIRN": "136608", + "description": "Bronze coin, clipped", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/136608", + "curatorial_section": "Historic", + "object_number": "29-227-4" +}, +{ + "emuIRN": "173656", + "description": "Bronze coin, clipped.", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "period": ["Late Byzantine Period (uncertain)"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/173656", + "curatorial_section": "Historic", + "object_number": "29-227-7" +}, +{ + "emuIRN": "99646", + "description": "Bronze coin, clipped", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/99646", + "curatorial_section": "Historic", + "object_number": "29-227-10" +}, +{ + "emuIRN": "83527", + "description": "Bronze coin, clipped", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/83527", + "curatorial_section": "Historic", + "object_number": "29-227-11" +}, +{ + "emuIRN": "77200", + "description": "Bronze coin, clipped", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/77200", + "curatorial_section": "Historic", + "object_number": "29-227-23" +}, +{ + "emuIRN": "130636", + "description": "Bronze coin, clipped", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/130636", + "curatorial_section": "Historic", + "object_number": "29-227-31" +}, +{ + "emuIRN": "167931", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Coin (uncertain)", + "Seal (uncertain)" + ], + "url": "http://www.penn.museum/collections/object/167931", + "curatorial_section": "Historic", + "object_number": "29-227-32" +}, +{ + "emuIRN": "248334", + "description": "Bronze coin, clipped", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/248334", + "curatorial_section": "Historic", + "object_number": "29-227-34" +}, +{ + "emuIRN": "60919", + "description": "Bronze coin, clipped", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/60919", + "curatorial_section": "Historic", + "object_number": "29-227-36" +}, +{ + "emuIRN": "210070", + "description": "Bronze coin, clipped", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/210070", + "curatorial_section": "Historic", + "object_number": "29-227-38" +}, +{ + "emuIRN": "302734", + "description": "Bronze coin, clipped", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/302734", + "curatorial_section": "Historic", + "object_number": "29-227-39" +}, +{ + "emuIRN": "292434", + "description": "Bronze coin, pierced", + "provenience": ["Russia (uncertain)"], + "culture": ["Russian (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/292434", + "curatorial_section": "Historic", + "object_number": "29-227-41" +}, +{ + "emuIRN": "98760", + "description": "Bronze coin", + "provenience": ["Europe"], + "culture": ["European (uncertain)"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/98760", + "curatorial_section": "Historic", + "object_number": "29-227-67" +}, +{ + "emuIRN": "38145", + "description": "Obverse: double headed bird behind shield. Reverse: \"Spiel Marke\" surrounded by wreath. Used as play money, counter or token.", + "provenience": ["Germany"], + "culture": ["German"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": [ + "Game Piece", + "Counter", + "Token" + ], + "url": "http://www.penn.museum/collections/object/38145", + "date_made_early": "1800", + "date_made": "1800-1899", + "date_made_late": "1899", + "curatorial_section": "Historic", + "object_number": "29-227-74" +}, +{ + "emuIRN": "148840", + "description": "8 Reis piece of Maria II (1829)", + "provenience": ["Terceira"], + "culture": ["Portuguese"], + "material": ["Bronze"], + "period": ["Maria II"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Reis"], + "url": "http://www.penn.museum/collections/object/148840", + "date_made_early": "1829", + "date_made": "1829", + "date_made_late": "1829", + "curatorial_section": "Historic", + "object_number": "29-227-75" +}, +{ + "emuIRN": "139123", + "description": "Austrian \"2\" heller coin dated 1910. Obverse: double headed eagle with shield and swords; Reverse: 2 and 1910 surrounded by leaves.", + "provenience": ["Austria"], + "culture": ["Austrian"], + "material": ["Bronze"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/139123", + "date_made_early": "1910", + "date_made": "1910", + "date_made_late": "1910", + "curatorial_section": "Historic", + "object_number": "29-227-76" +}, +{ + "emuIRN": "269221", + "description": "Christian VII silver coin", + "provenience": ["Tranquebar"], + "culture": ["French"], + "material": ["Silver"], + "period": ["Christian VII"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/269221", + "curatorial_section": "Historic", + "object_number": "29-227-79" +}, +{ + "emuIRN": "269222", + "description": "Double 7 coin.", + "provenience": ["Pondichery"], + "culture": ["French"], + "material": ["Silver"], + "accession_credit_line": ["Received from various sources, pre-1929"], + "object_name": ["Coin"], + "url": "http://www.penn.museum/collections/object/269222", + "curatorial_section": "Historic", + "object_number": "29-227-80" +}, +{ + "emuIRN": "282421", + "description": "Huesos - Bones carried by Beggers - as musical instruments (?). Sheep bones (B. Wailes, 1967) - 7 bones, strung with wire, small sylindrical pieces of wood between them.(Catalogue Card)

Musical Rasp / Beggar's Bones. Bones carried by Beggars. 7 sheep bones strung with wire and wood. Good Condition. (Musical Instrument Card)", + "provenience": [ + "Spain", + "Madrid" + ], + "culture": ["Spanish"], + "material": ["Sheep Bone"], + "accession_credit_line": ["Deposited by R. Stewart Culin, 1893"], + "object_name": [ + "Musical Scraper", + "Beggar's Bones" + ], + "measurement_unit": "cm", + "url": "http://www.penn.museum/collections/object/282421", + "measurement_width": 14, + "other_numbers": ["247"], + "curatorial_section": "Historic", + "measurement_length": 16, + "object_number": "15971" +}, +{ + "emuIRN": "126107", + "description": "Brass rubbing: Johann Easby (?) 1415.", + "provenience": ["England"], + "culture": ["British"], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Gift of Mary F. Lex, 1897"], + "object_name": ["Rubbing"], + "url": "http://www.penn.museum/collections/object/126107", + "other_numbers": ["Lex No. 0"], + "curatorial_section": "Historic", + "object_number": "19482" +}, +{ + "emuIRN": "12306", + "description": "Peg top with cord. Turned wood - 8 grooves for string. Metal peg. In pencil \"Ghent July 5, '98\"", + "provenience": [ + "Belgium", + "Ghent" + ], + "material": [ + "Wood", + "Metal", + "String" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/12306", + "curatorial_section": "Historic", + "object_number": "21318" +}, +{ + "emuIRN": "164856", + "description": "Peg top with cord. Turned wood - 6 grooves for string. Long thick metal peg. In pencil \"Ghent July 5, '98\"", + "provenience": [ + "Belgium", + "Ghent" + ], + "material": [ + "Wood", + "Metal", + "String" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/164856", + "curatorial_section": "Historic", + "object_number": "21319" +}, +{ + "emuIRN": "164857", + "description": "Peg top with cord. \"Kaca-Kate\". Turned wood. purple with brass at each end. Deeply grooved - 6 grooves. \"Prague written in pencil", + "provenience": [ + "Czechoslovakia", + "Prague" + ], + "material": [ + "Wood", + "Brass" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/164857", + "curatorial_section": "Historic", + "object_number": "21320" +}, +{ + "emuIRN": "305534", + "description": "Whip top (one of 2). Turned wood - natural and painted. Red and black stripes on body; some black washed off. Red dots on bottom; unreadable pencil marks. 1 large with 3 grooves.", + "provenience": [ + "Germany", + "Cottbus" + ], + "culture": ["German"], + "material": [ + "Wood", + "Paint" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Whip Top"], + "url": "http://www.penn.museum/collections/object/305534", + "curatorial_section": "Historic", + "object_number": "21322A" +}, +{ + "emuIRN": "406920", + "description": "Whip top (one of 2). Turned wood - natural and painted. Red and black stripes on body; some black washed off. Red dots on bottom; unreadable pencil marks.", + "provenience": [ + "Germany", + "Cottbus" + ], + "culture": ["German"], + "material": [ + "Wood", + "Paint" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Whip Top"], + "url": "http://www.penn.museum/collections/object/406920", + "curatorial_section": "Historic", + "object_number": "21322B" +}, +{ + "emuIRN": "142030", + "description": "Whip top (one of 2). Turned wood with metal point. One large groove with 4 thin grooves (see drawing on Registrar's Office and section cards)", + "provenience": [ + "Holland", + "Zaandam" + ], + "culture": ["Dutch"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Whip Top"], + "url": "http://www.penn.museum/collections/object/142030", + "curatorial_section": "Historic", + "object_number": "21323A" +}, +{ + "emuIRN": "406922", + "description": "Whip top (one of 2). Turned wood with metal point. One large groove with 4 thin grooves (see drawing on Registrar's Office and section cards)", + "provenience": [ + "Holland", + "Zaandam" + ], + "culture": ["Dutch"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Whip Top"], + "url": "http://www.penn.museum/collections/object/406922", + "curatorial_section": "Historic", + "object_number": "21323B" +}, +{ + "emuIRN": "275423", + "provenience": ["Spain"], + "culture": ["Spanish"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Sarah Frishmuth, 1900"], + "object_name": [ + "Hymnal", + "Psalter" + ], + "url": "http://www.penn.museum/collections/object/275423", + "date_made_early": "1600", + "date_made": "1600-1699", + "date_made_late": "1699", + "curatorial_section": "Historic", + "object_number": "29-109-119A" +}, +{ + "emuIRN": "230096", + "description": "Wood. Painted. Stick with hole in one end and hope on the side of a tube at that end. 2 holes on either side of the tube at the other end. toward this end is a wider cylindrical piece like a spook painted with bands of yellow and red", + "technique": ["Painted"], + "provenience": [ + "Belgium", + "Antwerp" + ], + "culture": ["Belgian"], + "material": [ + "Wood", + "Paint" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Toy", + "Whistle" + ], + "url": "http://www.penn.museum/collections/object/230096", + "curatorial_section": "Historic", + "object_number": "21333" +}, +{ + "emuIRN": "197602", + "description": "Whip for top. Bamboo with cord. goes with 21321", + "provenience": [ + "Germany", + "Munich" + ], + "culture": ["German"], + "material": ["Bamboo"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Top Whip"], + "url": "http://www.penn.museum/collections/object/197602", + "curatorial_section": "Historic", + "object_number": "21378" +}, +{ + "emuIRN": "210428", + "description": "Whip for top", + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Top Whip"], + "url": "http://www.penn.museum/collections/object/210428", + "curatorial_section": "Historic", + "object_number": "21398" +}, +{ + "emuIRN": "166695", + "description": "Whip top. Natural turned wood. 4 grooves unevenly spaced. Holes in bottom (for nails?). Not centered.Said to have been made in Mons.", + "provenience": [ + "Belgium", + "Antwerp" + ], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Whip Top"], + "url": "http://www.penn.museum/collections/object/166695", + "curatorial_section": "Historic", + "object_number": "21326A" +}, +{ + "emuIRN": "406924", + "description": "Whip top. Natural turned wood. 4 grooves unevenly spaced. Holes in bottom (for nails?). Not centered.Said to have been made in Mons.", + "provenience": [ + "Belgium", + "Antwerp" + ], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Whip Top"], + "url": "http://www.penn.museum/collections/object/406924", + "curatorial_section": "Historic", + "object_number": "21326B" +}, +{ + "emuIRN": "406925", + "description": "Whip top. Natural turned wood. 4 grooves unevenly spaced. Holes in bottom (for nails?). Not centered.Said to have been made in Mons.", + "provenience": [ + "Belgium", + "Antwerp" + ], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Whip Top"], + "url": "http://www.penn.museum/collections/object/406925", + "curatorial_section": "Historic", + "object_number": "21326C" +}, +{ + "emuIRN": "406926", + "description": "Whip top. Natural turned wood. 4 grooves unevenly spaced. Holes in bottom (for nails?). Not centered.Said to have been made in Mons.", + "provenience": [ + "Belgium", + "Antwerp" + ], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Whip Top"], + "url": "http://www.penn.museum/collections/object/406926", + "curatorial_section": "Historic", + "object_number": "21326D" +}, +{ + "emuIRN": "3332", + "description": "Peg Top. Pear shaped; turned wood, painted dark purple; brass peg. 4 small grooves. \"Zaandam\" in pencil on top. Paint damaged.", + "provenience": [ + "Holland", + "Zaandam" + ], + "culture": ["Dutch"], + "material": [ + "Wood", + "Brass", + "Paint" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/3332", + "curatorial_section": "Historic", + "object_number": "21330A" +}, +{ + "emuIRN": "405288", + "description": "Peg Top. Pear shaped; turned wood, painted dark purple; brass peg. 4 small grooves. \"Zaandam\" in pencil on top. Paint damaged.", + "provenience": [ + "Holland", + "Zaandam" + ], + "culture": ["Dutch"], + "material": [ + "Wood", + "Brass", + "Paint" + ], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/405288", + "curatorial_section": "Historic", + "object_number": "21330B" +}, +{ + "emuIRN": "39540", + "description": "Peg Top (1 of 3). Turned wood.", + "provenience": [ + "Holland", + "Broek" + ], + "culture": ["Dutch"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/39540", + "curatorial_section": "Historic", + "object_number": "21331A" +}, +{ + "emuIRN": "406917", + "description": "Peg Top (1 of 3). Turned wood.", + "provenience": [ + "Holland", + "Broek" + ], + "culture": ["Dutch"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/406917", + "curatorial_section": "Historic", + "object_number": "21331B" +}, +{ + "emuIRN": "406918", + "description": "Peg Top (1 of 3). Turned wood.", + "provenience": [ + "Holland", + "Broek" + ], + "culture": ["Dutch"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/406918", + "curatorial_section": "Historic", + "object_number": "21331C" +}, +{ + "emuIRN": "322514", + "technique": ["Carved"], + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "creator": ["German National Museum, Nuremburg"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Tally Stick", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/322514", + "curatorial_section": "Historic", + "object_number": "21372A" +}, +{ + "emuIRN": "405451", + "technique": ["Carved"], + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "creator": ["German National Museum, Nuremburg"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Tally Stick", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/405451", + "curatorial_section": "Historic", + "object_number": "21372B" +}, +{ + "emuIRN": "195696", + "description": "Wood. 1 cm x 10 cm, with notches at one end.", + "technique": ["Carved"], + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "creator": ["German National Museum, Nuremburg"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Tally Stick", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/195696", + "curatorial_section": "Historic", + "object_number": "21373A" +}, +{ + "emuIRN": "405447", + "description": "Wood. 1 cm x 10 cm, with notches at one end.", + "technique": ["Carved"], + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "creator": ["German National Museum, Nuremburg"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Tally Stick", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/405447", + "curatorial_section": "Historic", + "object_number": "21373B" +}, +{ + "emuIRN": "405448", + "description": "Wood. 1 cm x 10 cm, with notches at one end.", + "technique": ["Carved"], + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "creator": ["German National Museum, Nuremburg"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Tally Stick", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/405448", + "curatorial_section": "Historic", + "object_number": "21373C" +}, +{ + "emuIRN": "405449", + "description": "Wood. 1 cm x 10 cm, with notches at one end.", + "technique": ["Carved"], + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "creator": ["German National Museum, Nuremburg"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Tally Stick", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/405449", + "curatorial_section": "Historic", + "object_number": "21373D" +}, +{ + "emuIRN": "305703", + "technique": ["Carved"], + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "creator": ["German National Museum, Nuremburg"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Tally Stick", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/305703", + "curatorial_section": "Historic", + "object_number": "21374A" +}, +{ + "emuIRN": "356442", + "technique": ["Carved"], + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "creator": ["German National Museum, Nuremburg"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Tally Stick", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/356442", + "curatorial_section": "Historic", + "object_number": "21374B" +}, +{ + "emuIRN": "29175", + "description": "roughly 1 cm x 10 cm with various notches (X --) carved at one end.", + "technique": ["Carved"], + "provenience": [ + "Germany", + "Nuernberg" + ], + "culture": ["German"], + "creator": ["German National Museum, Nuremburg"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Lucy Wharton Drexel, 1898"], + "object_name": [ + "Game Piece", + "Tally Stick", + "Reproduction" + ], + "url": "http://www.penn.museum/collections/object/29175", + "curatorial_section": "Historic", + "object_number": "21375A" +}, +{ + "emuIRN": "58218", + "provenience": ["England"], + "material": ["Steel"], + "accession_credit_line": ["Gift of Mrs. Thomas Balch, 1899"], + "object_name": ["Knife"], + "url": "http://www.penn.museum/collections/object/58218", + "curatorial_section": "Historic", + "object_number": "21591A" +}, +{ + "emuIRN": "275877", + "description": "Toy top - Diabolo. Red and yellow cones about 10 cm. diam. Two wooden wands and common string. Emit low whine at high speed.", + "provenience": [ + "Pennsylvania", + "Philadelphia" + ], + "culture": ["Americana"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": ["Spinning Top"], + "url": "http://www.penn.museum/collections/object/275877", + "curatorial_section": "Historic", + "object_number": "75-13-4" +}, +{ + "emuIRN": "43111", + "description": "Black and yellow plastic yo-yo. Imprint fiture and Batman.", + "provenience": ["United States of America"], + "culture": ["Americana"], + "creator": ["Duncan (Toymaker)"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Marion Greene, 1973"], + "object_name": ["Yo-Yo"], + "url": "http://www.penn.museum/collections/object/43111", + "curatorial_section": "Historic", + "object_number": "73-1-2" +}, +{ + "emuIRN": "71146", + "description": "Painted wood yo-yo. Discs are each of different color - Blue and Red. Imprint Fli-Back (Fli-Back Sales Corp., High Point NC).", + "provenience": [ + "North Carolina", + "High Point" + ], + "culture": ["Americana"], + "creator": ["Fli-Back Sales Corp"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Marion Greene, 1973"], + "object_name": ["Yo-Yo"], + "url": "http://www.penn.museum/collections/object/71146", + "curatorial_section": "Historic", + "object_number": "73-1-3" +}, +{ + "emuIRN": "324544", + "description": "Painted wooden yo-yo marked \"Cuncan Beginner's Yo-Yo,\"", + "provenience": ["United States of America"], + "culture": ["Americana"], + "creator": ["Duncan (Toymaker)"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Marion Greene, 1973"], + "object_name": ["Yo-Yo"], + "url": "http://www.penn.museum/collections/object/324544", + "curatorial_section": "Historic", + "object_number": "73-1-4" +}, +{ + "emuIRN": "199143", + "description": "Painted wooden peg-top in original package impreinted: Geo. F. Adams & Co., Inc. Moscow Vermont.", + "provenience": [ + "United States of America", + "Vermont", + "Moscow" + ], + "culture": ["Americana"], + "creator": ["Geo. F. Adams & Co"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/199143", + "curatorial_section": "Historic", + "object_number": "71-18-66" +}, +{ + "emuIRN": "36364", + "description": "Plastic, vari-colored. Some marked \"Cracker Jack\" - used as \"give away\" premiums.", + "provenience": ["United States of America"], + "culture": ["Americana"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/36364", + "curatorial_section": "Historic", + "object_number": "71-18-8A" +}, +{ + "emuIRN": "405193", + "description": "Plastic, vari-colored. Some marked \"Cracker Jack\" - used as \"give away\" premiums.", + "provenience": ["United States of America"], + "culture": ["Americana"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/405193", + "curatorial_section": "Historic", + "object_number": "71-18-8B" +}, +{ + "emuIRN": "405194", + "description": "Plastic, vari-colored. Some marked \"Cracker Jack\" - used as \"give away\" premiums.", + "provenience": ["United States of America"], + "culture": ["Americana"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/405194", + "curatorial_section": "Historic", + "object_number": "71-18-8C" +}, +{ + "emuIRN": "405195", + "description": "Plastic, vari-colored. Some marked \"Cracker Jack\" - used as \"give away\" premiums.", + "provenience": ["United States of America"], + "culture": ["Americana"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/405195", + "curatorial_section": "Historic", + "object_number": "71-18-8D" +}, +{ + "emuIRN": "405196", + "description": "Plastic, vari-colored. Some marked \"Cracker Jack\" - used as \"give away\" premiums.", + "provenience": ["United States of America"], + "culture": ["Americana"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/405196", + "curatorial_section": "Historic", + "object_number": "71-18-8E" +}, +{ + "emuIRN": "405197", + "description": "Plastic, vari-colored. Some marked \"Cracker Jack\" - used as \"give away\" premiums.", + "provenience": ["United States of America"], + "culture": ["Americana"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Spinner"], + "url": "http://www.penn.museum/collections/object/405197", + "curatorial_section": "Historic", + "object_number": "71-18-8F" +}, +{ + "emuIRN": "59805", + "description": "1 of a group of 12 plastic \"Tippe Tops\"", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Spinner", + "Tippee Top" + ], + "url": "http://www.penn.museum/collections/object/59805", + "curatorial_section": "Historic", + "object_number": "71-18-18A" +}, +{ + "emuIRN": "144394", + "description": "1 of a group of 12 plastic \"Tippe Tops\"", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Spinner", + "Tippee Top" + ], + "url": "http://www.penn.museum/collections/object/144394", + "curatorial_section": "Historic", + "object_number": "71-18-18B" +}, +{ + "emuIRN": "232844", + "description": "1 of a group of 12 plastic \"Tippe Tops\"", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Spinner", + "Tippee Top" + ], + "url": "http://www.penn.museum/collections/object/232844", + "curatorial_section": "Historic", + "object_number": "71-18-18C" +}, +{ + "emuIRN": "170014", + "description": "1 of a group of 12 plastic \"Tippe Tops\"", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Spinner", + "Tippee Top" + ], + "url": "http://www.penn.museum/collections/object/170014", + "curatorial_section": "Historic", + "object_number": "71-18-18D" +}, +{ + "emuIRN": "2280", + "description": "1 of a group of 12 plastic \"Tippe Tops\"", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Spinner", + "Tippee Top" + ], + "url": "http://www.penn.museum/collections/object/2280", + "curatorial_section": "Historic", + "object_number": "71-18-18E" +}, +{ + "emuIRN": "92425", + "description": "1 of a group of 12 plastic \"Tippe Tops\"", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Spinner", + "Tippee Top" + ], + "url": "http://www.penn.museum/collections/object/92425", + "curatorial_section": "Historic", + "object_number": "71-18-18F" +}, +{ + "emuIRN": "42243", + "description": "1 of a group of 12 plastic \"Tippe Tops\"", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Spinner", + "Tippee Top" + ], + "url": "http://www.penn.museum/collections/object/42243", + "curatorial_section": "Historic", + "object_number": "71-18-18G" +}, +{ + "emuIRN": "323860", + "description": "1 of a group of 12 plastic \"Tippe Tops\"", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Spinner", + "Tippee Top" + ], + "url": "http://www.penn.museum/collections/object/323860", + "curatorial_section": "Historic", + "object_number": "71-18-18H" +}, +{ + "emuIRN": "342036", + "description": "1 of a group of 12 plastic \"Tippe Tops\"", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Spinner", + "Tippee Top" + ], + "url": "http://www.penn.museum/collections/object/342036", + "curatorial_section": "Historic", + "object_number": "71-18-18I" +}, +{ + "emuIRN": "199529", + "description": "1 of a group of 12 plastic \"Tippe Tops\"", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Spinner", + "Tippee Top" + ], + "url": "http://www.penn.museum/collections/object/199529", + "curatorial_section": "Historic", + "object_number": "71-18-18J" +}, +{ + "emuIRN": "315940", + "description": "1 of a group of 12 plastic \"Tippe Tops\"", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Spinner", + "Tippee Top" + ], + "url": "http://www.penn.museum/collections/object/315940", + "curatorial_section": "Historic", + "object_number": "71-18-18K" +}, +{ + "emuIRN": "154809", + "description": "1 of a group of 12 plastic \"Tippe Tops\"", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Spinner", + "Tippee Top" + ], + "url": "http://www.penn.museum/collections/object/154809", + "curatorial_section": "Historic", + "object_number": "71-18-18L" +}, +{ + "emuIRN": "333409", + "description": "Modern, hardwood, turned, and with steel peg better fashioned than for 71-18-29,", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/333409", + "curatorial_section": "Historic", + "object_number": "71-18-30A" +}, +{ + "emuIRN": "163152", + "description": "Modern, hardwood, turned, and with steel peg better fashioned than for 71-18-29,", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/163152", + "curatorial_section": "Historic", + "object_number": "71-18-30B" +}, +{ + "emuIRN": "314282", + "description": "Modern, hardwood, turned, and with steel peg better fashioned than for 71-18-29,", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/314282", + "curatorial_section": "Historic", + "object_number": "71-18-30C" +}, +{ + "emuIRN": "263783", + "description": "Modern, hardwood, turned, and with steel peg better fashioned than for 71-18-29,", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/263783", + "curatorial_section": "Historic", + "object_number": "71-18-30D" +}, +{ + "emuIRN": "235987", + "description": "Modern, hardwood, turned, and with steel peg better fashioned than for 71-18-29,", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/235987", + "curatorial_section": "Historic", + "object_number": "71-18-30E" +}, +{ + "emuIRN": "133591", + "description": "Modern, hardwood, turned, and with steel peg better fashioned than for 71-18-29,", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/133591", + "curatorial_section": "Historic", + "object_number": "71-18-30F" +}, +{ + "emuIRN": "159951", + "description": "Modern, hardwood, turned, and with steel peg better fashioned than for 71-18-29,", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/159951", + "curatorial_section": "Historic", + "object_number": "71-18-30G" +}, +{ + "emuIRN": "322091", + "description": "Modern, hardwood, turned, and with steel peg better fashioned than for 71-18-29,", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/322091", + "curatorial_section": "Historic", + "object_number": "71-18-30H" +}, +{ + "emuIRN": "58120", + "description": "Wooden. painted peg top. The steel peg is flared at base of top to give support for setting the string.", + "technique": ["Painted"], + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg-Top"], + "url": "http://www.penn.museum/collections/object/58120", + "curatorial_section": "Historic", + "object_number": "71-18-55F" +}, +{ + "emuIRN": "267404", + "description": "Wooden. painted peg top. The steel peg is flared at base of top to give support for setting the string.", + "technique": ["Painted"], + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg-Top"], + "url": "http://www.penn.museum/collections/object/267404", + "curatorial_section": "Historic", + "object_number": "71-18-55I" +}, +{ + "emuIRN": "30108", + "description": "Wooden. painted peg top. The steel peg is flared at base of top to give support for setting the string.", + "technique": ["Painted"], + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg-Top"], + "url": "http://www.penn.museum/collections/object/30108", + "curatorial_section": "Historic", + "object_number": "71-18-55P" +}, +{ + "emuIRN": "123242", + "description": "Wooden. painted peg top. The steel peg is flared at base of top to give support for setting the string.", + "technique": ["Painted"], + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg-Top"], + "url": "http://www.penn.museum/collections/object/123242", + "curatorial_section": "Historic", + "object_number": "71-18-55Q" +}, +{ + "emuIRN": "264281", + "description": "Wooden. painted peg top. The steel peg is flared at base of top to give support for setting the string. Steel tip missing 9/1992.", + "technique": ["Painted"], + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "material": [ + "Wood", + "Steel" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg-Top"], + "url": "http://www.penn.museum/collections/object/264281", + "curatorial_section": "Historic", + "object_number": "71-18-55T" +}, +{ + "emuIRN": "193178", + "description": "Wooden, somewhat mushroom shaped. Metal point at footing, perhaps a brad.", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Whip Top"], + "url": "http://www.penn.museum/collections/object/193178", + "curatorial_section": "Historic", + "object_number": "71-18-60A" +}, +{ + "emuIRN": "140590", + "description": "Peg Top similar in geometry to 71-18-55. Marked \"A Gropper Top (N)\" - see Spinning top patented by Samuel Gropper, Brooklyn NY, 4/22/1913.", + "provenience": ["United States of America"], + "culture": ["Americana"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/140590", + "curatorial_section": "Historic", + "object_number": "71-18-68C" +}, +{ + "emuIRN": "120294", + "description": "Peg Top similar in geometry to 71-18-55. Marked \"A Gropper Top (N)\" - see Spinning top patented by Samuel Gropper, Brooklyn NY, 4/22/1913.", + "provenience": ["United States of America"], + "culture": ["Americana"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/120294", + "curatorial_section": "Historic", + "object_number": "71-18-68D" +}, +{ + "emuIRN": "317885", + "description": "Wooden, somewhat mushroom shaped. Metal point at footing, perhaps a brad.", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Whip Top"], + "url": "http://www.penn.museum/collections/object/317885", + "curatorial_section": "Historic", + "object_number": "71-18-60B" +}, +{ + "emuIRN": "155946", + "description": "Wooden, somewhat mushroom shaped. Metal point at footing, perhaps a brad.", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Whip Top"], + "url": "http://www.penn.museum/collections/object/155946", + "curatorial_section": "Historic", + "object_number": "71-18-60C" +}, +{ + "emuIRN": "90465", + "description": "Wooden, somewhat mushroom shaped. Metal point at footing, perhaps a brad.", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Whip Top"], + "url": "http://www.penn.museum/collections/object/90465", + "curatorial_section": "Historic", + "object_number": "71-18-60D" +}, +{ + "emuIRN": "247045", + "description": "Peg Top similar in geometry to 71-18-55. Marked \"Japan\"", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/247045", + "curatorial_section": "Historic", + "object_number": "71-18-68A" +}, +{ + "emuIRN": "52683", + "description": "Peg Top similar in geometry to 71-18-55. Marked \"BPM555\"", + "provenience": ["United States of America - uncertain"], + "culture": ["Americana"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/52683", + "curatorial_section": "Historic", + "object_number": "71-18-68B" +}, +{ + "emuIRN": "214433", + "description": "Painted wood; peg is unusual in that it incorporates a ball bearing to serve as contact point. If the ball is free moving and highly polished, it would offer little friction. Yet the advantage in use by ordinary person is probaly small. Made by Forster Mgf of Wilton.", + "provenience": [ + "United States of America", + "Maine", + "Wilton (Maine)" + ], + "culture": ["American"], + "creator": ["Forster Mfg. Co."], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": ["Peg Top"], + "url": "http://www.penn.museum/collections/object/214433", + "curatorial_section": "Historic", + "object_number": "75-13-37" +}, +{ + "emuIRN": "325637", + "description": "Kit of two tops (a, b), directions (c). bracket (d), and serrated strip (e) to serve inplace of cord. All working material is plastic. The assembly is novel and ingenious, but not likely to withstand hard usage.", + "provenience": ["Hong Kong"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": [ + "Supported Top Kit", + "Supported Top" + ], + "url": "http://www.penn.museum/collections/object/325637", + "curatorial_section": "Historic", + "object_number": "75-13-34A" +}, +{ + "emuIRN": "533983", + "description": "Kit of two tops (a, b), directions (c). bracket (d), and serrated strip (e) to serve inplace of cord. All working material is plastic. The assembly is novel and ingenious, but not likely to withstand hard usage.", + "provenience": ["Hong Kong"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": [ + "Supported Top Kit", + "Supported Top" + ], + "url": "http://www.penn.museum/collections/object/533983", + "curatorial_section": "Historic", + "object_number": "75-13-34B" +}, +{ + "emuIRN": "533991", + "description": "Kit of two tops (a, b), directions (c). bracket (d), and serrated strip (e) to serve inplace of cord. All working material is plastic. The assembly is novel and ingenious, but not likely to withstand hard usage.", + "provenience": ["Hong Kong"], + "material": ["Paper"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": [ + "Supported Top Kit", + "Instruction" + ], + "url": "http://www.penn.museum/collections/object/533991", + "curatorial_section": "Historic", + "object_number": "75-13-34C" +}, +{ + "emuIRN": "533992", + "description": "Kit of two tops (a, b), directions (c). bracket (d), and serrated strip (e) to serve inplace of cord. All working material is plastic. The assembly is novel and ingenious, but not likely to withstand hard usage.", + "provenience": ["Hong Kong"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": [ + "Supported Top Kit", + "Handle" + ], + "url": "http://www.penn.museum/collections/object/533992", + "curatorial_section": "Historic", + "object_number": "75-13-34D" +}, +{ + "emuIRN": "278161", + "provenience": ["United States of America - uncertain"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Top Cord"], + "url": "http://www.penn.museum/collections/object/278161", + "curatorial_section": "Historic", + "object_number": "71-18-81" +}, +{ + "emuIRN": "51262", + "description": "Pink plastic. 4-faced successive faces bear Hebrew characters as with 71-18-1 [\"Heh\", \"Gimel\", \"Mun\" \"Schin\". Corresponding to these characters are inscriptions: \"Nes\" \"Hiya\" \"Godol\" \"Shahm\" = \"A miracle has happened there.\" CORRIGENDUM: order of words is \"Nes godol haya shahm\"] The interpretation of the script (presumably upon the appearance of Hanukkah lights) shuld be discounted - the device is for random decision, not a religious symbol.", + "provenience": ["United States of America - uncertain"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Top Die", + "Teetotum", + "Dreidel" + ], + "url": "http://www.penn.museum/collections/object/51262", + "curatorial_section": "Historic", + "object_number": "71-18-2" +}, +{ + "emuIRN": "198330", + "description": "Ivory, 6 sided teetotum. The succesvie faces have pips 1-6. Stem and point may be bamboo", + "provenience": ["United States of America - uncertain"], + "material": [ + "Ivory", + "Bamboo (uncertain)" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": [ + "Top Die", + "Teetotum" + ], + "url": "http://www.penn.museum/collections/object/198330", + "curatorial_section": "Historic", + "object_number": "71-18-5" +}, +{ + "emuIRN": "87581", + "description": "Green Wooden top bearing Wilson number 198", + "provenience": ["United States of America - uncertain"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Whip Top"], + "url": "http://www.penn.museum/collections/object/87581", + "other_numbers": ["198"], + "curatorial_section": "Historic", + "object_number": "71-18-82" +}, +{ + "emuIRN": "105383", + "description": "Stub of Gyrography pencil. See 71-18-43a/b (Barus Gyrographs / supported tops)", + "provenience": ["United States of America - uncertain"], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Gyrograph Pencil"], + "url": "http://www.penn.museum/collections/object/105383", + "other_numbers": ["212"], + "curatorial_section": "Historic", + "object_number": "71-18-83" +}, +{ + "emuIRN": "29912", + "description": "Supported tops and brackets. Well made with brad at tip, braided cord with bell-shaped pull. Tag reads \"The Spinnin' Fool Top\" handicrafted in Ozone, Tenn.", + "provenience": [ + "United States of America", + "Tennessee", + "Ozone" + ], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Supported Top"], + "url": "http://www.penn.museum/collections/object/29912", + "date_made_early": "1918", + "date_made": "c. 1920", + "date_made_late": "1922", + "curatorial_section": "Historic", + "object_number": "71-18-21A" +}, +{ + "emuIRN": "69989", + "description": "Supported top and bracket. Well made with brad at tip, braided cord with bell-shaped pull", + "provenience": [ + "United States of America", + "Tennessee", + "Ozone" + ], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Supported Top"], + "url": "http://www.penn.museum/collections/object/69989", + "date_made_early": "1918", + "date_made": "c. 1920", + "date_made_late": "1922", + "curatorial_section": "Historic", + "object_number": "71-18-21B" +}, +{ + "emuIRN": "171485", + "description": "Supported top and bracket. Well made with brad at tip, braided cord with bell-shaped pull", + "provenience": [ + "United States of America", + "Tennessee", + "Ozone" + ], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Supported Top"], + "url": "http://www.penn.museum/collections/object/171485", + "date_made_early": "1918", + "date_made": "c. 1920", + "date_made_late": "1922", + "curatorial_section": "Historic", + "object_number": "71-18-21C" +}, +{ + "emuIRN": "451208", + "description": "Supported top and bracket. Well made with brad at tip, braided cord with bell-shaped pull. \"UM\" written in pencil on object.", + "provenience": [ + "United States of America", + "Tennessee", + "Ozone" + ], + "material": [ + "Wood", + "Metal" + ], + "accession_credit_line": ["Gift of Smithsonian Institution, 1971"], + "object_name": ["Supported Top"], + "url": "http://www.penn.museum/collections/object/451208", + "date_made_early": "1918", + "date_made": "c. 1920", + "date_made_late": "1922", + "other_numbers": [ + "EP-1990-1-1", + "UM" + ], + "curatorial_section": "Historic", + "object_number": "71-18-21D" +}, +{ + "emuIRN": "13751", + "description": "WIZ-Z-ZER made by Mattel (Mattel, Inc, Hawthorne California). Top contains gyro wheel. With instructions and additional part", + "provenience": [ + "United States of America", + "California (State)", + "Hawthorne" + ], + "culture": ["American"], + "creator": ["Mattel, Inc."], + "accession_credit_line": ["Gift of Marion Greene, 1973"], + "object_name": ["Supported Top"], + "url": "http://www.penn.museum/collections/object/13751", + "curatorial_section": "Historic", + "object_number": "73-1-14" +}, +{ + "emuIRN": "272841", + "description": "In Original Sealed Package containing 2 tops and accessories made by Mattel, Inc. of Hawthorne California. About half the size of 75-13-8, 75-13-11 and 75-13-12", + "provenience": [ + "United States of America", + "California (State)", + "Hawthorne" + ], + "culture": ["American"], + "creator": ["Mattel, Inc."], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": ["Spinning Top Packet"], + "url": "http://www.penn.museum/collections/object/272841", + "curatorial_section": "Historic", + "object_number": "75-13-13" +}, +{ + "emuIRN": "324783", + "description": "Mattel \"WIZ*Z*Zer\" with shell cuta awy to expose gyro wheel. This kind of top employed the supported gyro but the manner of starting in motion is usually to grasp the shell and rub the plastic peg against a resisting surface. Operation can be sustained indefinitely; the action is similar to a whip top. A hope has been drilled in the square shaft whereby a cord may be used to operate in the same manner as a common toy gyro top. Similarly, the cord might be wound on the exterior portion of shaft between shell and peg, allowing wheel to be set in motion as a conventional supported top. Made by Mattel, Inc. with modifications by D. W. Gould.", + "provenience": [ + "United States of America", + "California (State)", + "Hawthorne" + ], + "culture": ["Americana"], + "creator": ["Mattel, Inc."], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": ["Supported Top"], + "url": "http://www.penn.museum/collections/object/324783", + "date_made_early": "1972", + "date_made": "1972-1975", + "date_made_late": "1975", + "curatorial_section": "Historic", + "object_number": "75-13-35" +}, +{ + "emuIRN": "333348", + "description": "Toy top - supported in starting. One of a series of items made by Mattell, Inc, Hawthorne California. In original packages; each with accessory material. B: Sharpeshooter", + "provenience": [ + "United States of America", + "California (State)", + "Hawthorne" + ], + "culture": ["American"], + "creator": ["Mattel, Inc."], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": ["Supported Top"], + "url": "http://www.penn.museum/collections/object/333348", + "curatorial_section": "Historic", + "object_number": "75-13-9B" +}, +{ + "emuIRN": "215625", + "description": "Orange and yellow yo-yo.", + "provenience": [ + "United States of America", + "California (State)", + "San Francisco (California)" + ], + "culture": ["American"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": ["Yo-Yo"], + "url": "http://www.penn.museum/collections/object/215625", + "curatorial_section": "Historic", + "object_number": "75-13-2A" +}, +{ + "emuIRN": "533980", + "description": "Blue and orange yo-yo.", + "provenience": [ + "United States of America", + "California (State)", + "San Francisco (California)" + ], + "culture": ["American"], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": ["Yo-Yo"], + "url": "http://www.penn.museum/collections/object/533980", + "curatorial_section": "Historic", + "object_number": "75-13-2B" +}, +{ + "emuIRN": "220603", + "description": "Toy top - Twirler. Wooden; apple shaped, painted red and black", + "technique": ["Painted"], + "provenience": [ + "United States of America", + "California (State)", + "San Francisco (California)" + ], + "culture": ["American"], + "material": ["Wood"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": ["Spinning Top"], + "url": "http://www.penn.museum/collections/object/220603", + "curatorial_section": "Historic", + "object_number": "75-13-3" +}, +{ + "emuIRN": "824", + "description": "Toy top - Buzzer. Blue and clear with black painted plastic disc about 7.5 cm diameter. Contains dry cells and when spun in usual manner gives display of light. Made by Action Toys, Inc. Glendale California (Collected in New York City)", + "provenience": [ + "United States of America", + "California (State)", + "Glendale" + ], + "culture": ["American"], + "creator": ["Action Toys, Inc."], + "material": ["Plastic"], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": ["Spinning Top"], + "url": "http://www.penn.museum/collections/object/824", + "curatorial_section": "Historic", + "object_number": "75-13-6" +}, +{ + "emuIRN": "83050", + "description": "Toy top - supported top with bracket. Wooden, well turned with imprint R. Patterson 1975. Bras brad at contact; body has been drilled verticaly by 4 equidistant holes 1.6 cm diam. body diam 9.5; height 7.1 cm. Spindle is 2.4 cm diam. by 11.1 cm high. Strip of pliant leather with well made finger hold provided. Spindle is too great diam to permit high speed spinning. The holes are porbably non-functionalp size and poisition unsuited for audio effect. Made by Richard Patterson of Burbank; gift to DWG 1975.", + "provenience": [ + "United States of America", + "California (State)", + "Burbank" + ], + "culture": ["American"], + "creator": ["Richard Patterson"], + "material": [ + "Wood", + "Brass", + "Leather" + ], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": ["Supported Top"], + "url": "http://www.penn.museum/collections/object/83050", + "date_made_early": "1975", + "date_made": "1975", + "date_made_late": "1975", + "curatorial_section": "Historic", + "object_number": "75-13-42" +}, +{ + "emuIRN": "405508", + "description": "Small yellow plastic spinning top (A). Brown plastic with green felt base pedestal (B) - removable for access to battery. Cardboard Box base and lid (C-D); lid labeled \"TOP SECRET Pat. Pend\" in red on top, \"Four Generations, Sebastopol California 95472\" in black on sides. Two instruction / information sheet.", + "provenience": [ + "United States of America", + "California (State)", + "Sebastopol" + ], + "material": [ + "Plastic", + "Felt", + "Cardboard", + "Paper" + ], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": [ + "Spinning Top", + "Box" + ], + "url": "http://www.penn.museum/collections/object/405508", + "date_made_early": "1972", + "date_made": "4/1/1972", + "date_made_late": "1972", + "curatorial_section": "Historic", + "object_number": "75-13-47" +}, +{ + "emuIRN": "206303", + "description": "Purple Plastic Whip Top; With Wand - Plastic Top Whip with attached nylon cord, Cardboard wrapper with information/directions. Made by Imperial Toy Corp, Lost Angeles 1969.", + "provenience": [ + "United States of America", + "California (State)", + "Los Angeles" + ], + "culture": ["American"], + "creator": ["Imperial Toy Corp"], + "material": [ + "Plastic", + "Nylon", + "Cardboard" + ], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": [ + "Whip Top", + "Top Whip" + ], + "url": "http://www.penn.museum/collections/object/206303", + "date_made_early": "1969", + "date_made": "1969", + "date_made_late": "1969", + "curatorial_section": "Historic", + "object_number": "75-13-8A" +}, +{ + "emuIRN": "533974", + "description": "Purple Plastic Whip Top; With Wand - Plastic Top Whip with attached nylon cord, Cardboard wrapper with information/directions. Made by Imperial Toy Corp, Lost Angeles 1969.

(B) Whip for whip top", + "provenience": [ + "United States of America", + "California (State)", + "Los Angeles" + ], + "culture": ["American"], + "creator": ["Imperial Toy Corp"], + "material": [ + "Plastic", + "Nylon" + ], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": [ + "Whip Top", + "Top Whip" + ], + "url": "http://www.penn.museum/collections/object/533974", + "date_made_early": "1969", + "date_made": "1969", + "date_made_late": "1969", + "curatorial_section": "Historic", + "object_number": "75-13-8B" +}, +{ + "emuIRN": "533976", + "description": "Purple Plastic Whip Top; With Wand - Plastic Top Whip with attached nylon cord, Cardboard wrapper with information/directions. Made by Imperial Toy Corp, Lost Angeles 1969.", + "provenience": [ + "United States of America", + "California (State)", + "Los Angeles" + ], + "culture": ["American"], + "creator": ["Imperial Toy Corp"], + "material": [ + "Cardboard", + "", + "Cardboard" + ], + "accession_credit_line": ["Gift of Douglas W. Gould, 1975"], + "object_name": [ + "Whip Top", + "Instruction" + ], + "url": "http://www.penn.museum/collections/object/533976", + "date_made_early": "1969", + "date_made": "1969", + "date_made_late": "1969", + "curatorial_section": "Historic", + "object_number": "75-13-8C" +}, +{ + "emuIRN": "14130", + "description": "Brass rubbing: Bishop Robert Wyvill, 1375", + "provenience": [ + "England", + "Wiltshire" + ], + "culture": ["British"], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Gift of Mary F. Lex, 1897"], + "object_name": ["Rubbing"], + "url": "http://www.penn.museum/collections/object/14130", + "other_numbers": ["Lex No. 12"], + "curatorial_section": "Historic", + "object_number": "19464" +}, +{ + "emuIRN": "19332", + "description": "Brass rubbing: John Campdon, Master of the St. Cross Hospital, 1382", + "provenience": [ + "England", + "Hampshire" + ], + "culture": ["British"], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Gift of Mary F. Lex, 1897"], + "object_name": ["Rubbing"], + "url": "http://www.penn.museum/collections/object/19332", + "other_numbers": ["Lex no. 13"], + "curatorial_section": "Historic", + "object_number": "19465" +}, +{ + "emuIRN": "23612", + "description": "Brass Rubbing: Thornbury 1448", + "provenience": [ + "England", + "Kent" + ], + "culture": ["British"], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Gift of Mary F. Lex, 1897"], + "object_name": ["Rubbing"], + "url": "http://www.penn.museum/collections/object/23612", + "other_numbers": ["Lex no. 16"], + "curatorial_section": "Historic", + "object_number": "19468" +}, +{ + "emuIRN": "240839", + "description": "Brass Rubbing - Sir Richard Attelese and wife Dennis, 1394, Sheldwick Kent - Ashmolean Museum \"Monumental Brass\" MBK 7/61. In plate armor and cuirass of chains", + "provenience": [ + "England", + "Kent", + "Sheldwick" + ], + "culture": ["British"], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Gift of Mary F. Lex, 1897"], + "object_name": ["Rubbing"], + "url": "http://www.penn.museum/collections/object/240839", + "other_numbers": [ + "Lex No 2", + "MBK 7/61" + ], + "curatorial_section": "Historic", + "object_number": "19454" +}, +{ + "emuIRN": "70339", + "description": "Brass Rubbing - John Cely in plate armor and Isabel his wife, 1426, Sheldwick, Kent - Ashmolean Museum \"Monumental Brass\" MBK 7/60.", + "provenience": [ + "England", + "Kent", + "Sheldwick" + ], + "culture": ["British"], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Gift of Mary F. Lex, 1897"], + "object_name": ["Rubbing"], + "url": "http://www.penn.museum/collections/object/70339", + "other_numbers": [ + "Lex No 4", + "MBK 7/60" + ], + "curatorial_section": "Historic", + "object_number": "19456" +}, +{ + "emuIRN": "140221", + "description": "1 panel with two brass rubbings.
#6 - Brass Rubbing - William Mareys, Esquire to Henry V. Highly ornamented armor. Preston-next-Faversham, 1459. Ashmolean Museum \"Monumental Brass\" M.B.K. #6/92
#19 - two half figure- man and wife, Inscription lost, Graveney (?), 1370", + "provenience": [ + "England", + "Kent" + ], + "culture": ["British"], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Gift of Mary F. Lex, 1897"], + "object_name": ["Rubbing"], + "url": "http://www.penn.museum/collections/object/140221", + "other_numbers": [ + "Lex No 6", + "Lex No. 19" + ], + "curatorial_section": "Historic", + "object_number": "19458" +}, +{ + "emuIRN": "224871", + "description": "1 panel with two brass rubbings
8: Sir John Foff, built the tower, 1499 Ashford, Kent. Ashmolean Museum \"Monumental Brass\" M.B.K. #1/386
20: Elizabeth de Ferres, Countess of Athol. wife of David of Strathbogie, Earl of Athol 1375. Ashford, Kent. Ashmolean Museum \"Monumental Brass\" M.B.K. #1/387", + "provenience": [ + "England", + "Kent" + ], + "culture": ["British"], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Gift of Mary F. Lex, 1897"], + "object_name": ["Rubbing"], + "url": "http://www.penn.museum/collections/object/224871", + "other_numbers": [ + "Lex No 8", + "Lex No. 20" + ], + "curatorial_section": "Historic", + "object_number": "19460" +}, +{ + "emuIRN": "316075", + "description": "1 panel with 3 brass rubbings
15: J. Redborne 1431 Faversham, Kent
42: Ann Hathaway, Wife of William Shakespear, 1523, Stratford-upon-avon, Warwickshire. Ashmolean Museum \"Monumental Brass\" MB Warwickshire 2/22
43: Queen Bertha (?), St. Martins, Canterbury, Kent, Ashmolean Museum \"Monumental Brass\" M.B.K. #2/335", + "provenience": ["England"], + "culture": ["British"], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Gift of Mary F. Lex, 1897"], + "object_name": ["Rubbing"], + "url": "http://www.penn.museum/collections/object/316075", + "other_numbers": [ + "Lex No. 15", + "Lex No. 42", + "Lex No. 43" + ], + "curatorial_section": "Historic", + "object_number": "19467" +}, +{ + "emuIRN": "157917", + "description": "Brass Rubbing: John Martyn, justice of common pleas & wife Anne, 1436. Graveney Kent. Ashmolean Museum \"Monumental Brass\" M.B.K. #4/240", + "provenience": [ + "England", + "Kent" + ], + "culture": ["British"], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Gift of Mary F. Lex, 1897"], + "object_name": ["Rubbing"], + "url": "http://www.penn.museum/collections/object/157917", + "other_numbers": [ + "Lex no. 21", + "M.B.K. #4/240" + ], + "curatorial_section": "Historic", + "object_number": "19471" +}, +{ + "emuIRN": "200303", + "description": "Brass Rubbing: William Randolph, Wife Elizabeth and Children 1641, Biddenden Kent. Ashmolean Museum \"Monumental Brass\" MBK 3/368. A member of this family was the ancestor of J. Randolph of Roanoke.", + "provenience": [ + "England", + "Kent", + "Biddenden" + ], + "culture": ["British"], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Gift of Mary F. Lex, 1897"], + "object_name": ["Rubbing"], + "url": "http://www.penn.museum/collections/object/200303", + "other_numbers": [ + "Lex no. 26", + "MBK 3/368" + ], + "curatorial_section": "Historic", + "object_number": "19472" +}, +{ + "emuIRN": "329688", + "description": "Brass Rubbing: Thomas Oken & Wife Joan, 1573, Warwick, Warwickshire. Ashmolean Museum \"Monumental Brass\" Warwickshire 2/30`", + "provenience": [ + "England", + "Warwickshire", + "Warwick" + ], + "culture": ["British"], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Gift of Mary F. Lex, 1897"], + "object_name": ["Rubbing"], + "url": "http://www.penn.museum/collections/object/329688", + "other_numbers": [ + "Lex no. 27", + "MB Warwickshire 2/30" + ], + "curatorial_section": "Historic", + "object_number": "19473" +}, +{ + "emuIRN": "104254", + "description": "1 panel with 2 brass rubbings
#31: Richard Allards (Alerman of Rochester) & 3 Wives, 1593. Biddenden, Kent.
#32: John Evrenden and wives Joan and Jane, 1598, Biddenden, Kent. Ashmolean Museum \"Monumental Brass\" MBK 1/371", + "provenience": [ + "England", + "Kent", + "Biddenden" + ], + "culture": ["British"], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Gift of Mary F. Lex, 1897"], + "object_name": ["Rubbing"], + "url": "http://www.penn.museum/collections/object/104254", + "other_numbers": [ + "Lex No. 31", + "Lex No. 37" + ], + "curatorial_section": "Historic", + "object_number": "19475" +}, +{ + "emuIRN": "343077", + "description": "Brass Rubbing: Josiah Seylians, Gent. & wives Judith and Anne, 1609, Biddenden Kent. Ashmolean Museum \"Monumental Brass\" MBK 1/370", + "provenience": [ + "England", + "Kent", + "Biddenden" + ], + "culture": ["British"], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Gift of Mary F. Lex, 1897"], + "object_name": ["Rubbing"], + "url": "http://www.penn.museum/collections/object/343077", + "other_numbers": [ + "Lex No. 40", + "MBK 1/370" + ], + "curatorial_section": "Historic", + "object_number": "19476" +}, +{ + "emuIRN": "73159", + "description": "Brass Rubbing: Bernard Randolph and wife Jane [Boddenden], 1628. Biddenden Kent. Ashmolean Museum \"Monumental Brass\" MBK 1/369.", + "provenience": [ + "England", + "Kent", + "Biddenden" + ], + "culture": ["British"], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Gift of Mary F. Lex, 1897"], + "object_name": ["Rubbing"], + "url": "http://www.penn.museum/collections/object/73159", + "other_numbers": [ + "Lex No. 41", + "MBK 1/369" + ], + "curatorial_section": "Historic", + "object_number": "19477" +}, +{ + "emuIRN": "295737", + "description": "Brass rubbing: Thomas Nelond, prior of Cluniac priory of Lewes, in monastic habit, 1433", + "provenience": [ + "England", + "Sussex" + ], + "culture": ["British"], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Gift of Mary F. Lex, 1897"], + "object_name": ["Rubbing"], + "url": "http://www.penn.museum/collections/object/295737", + "other_numbers": ["Lex No. 0"], + "curatorial_section": "Historic", + "object_number": "19481" +}, +{ + "emuIRN": "89299", + "description": "1 Panel with 4 brass rubbings:
11: Archbishop William Greenfield 1315, York
22: William Lovelace 1459. Bethersden, Canterbury, Kent
30: Thomas Lovelace 1591, Canterbury, Kent
39: Thomas Hamon of Rye, Sussex 1607. Ashmolean Museum \"Monumental Brass\" Sussex 3/15.", + "provenience": ["England"], + "culture": ["British"], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Gift of Mary F. Lex, 1897"], + "object_name": ["Rubbing"], + "url": "http://www.penn.museum/collections/object/89299", + "other_numbers": [ + "Lex no 11", + "Lex no 22", + "Lex no 30", + "Lex no 39" + ], + "curatorial_section": "Historic", + "object_number": "19463" +}, +{ + "emuIRN": "197267", + "description": "1 panel with 3 brass rubbings
14: Canon William Langeton, 1413, Exeter Cathedral, Exeter, Devon. Kneeling figure of the canon, shield with arms of Stafford.
23: Penne and wife, 1519, Yeovil, Somersetshire.
28: Jane Caldwell and 2 husbands, 1499. Biddenden, Kent", + "provenience": ["England"], + "culture": ["British"], + "material": [ + "Paper", + "Ink" + ], + "accession_credit_line": ["Gift of Mary F. Lex, 1897"], + "object_name": ["Rubbing"], + "url": "http://www.penn.museum/collections/object/197267", + "other_numbers": [ + "Lex No. 14", + "Lex No. 23", + "Lex No. 28" + ], + "curatorial_section": "Historic", + "object_number": "19466" +} +] diff --git a/bench/rv/agni.json b/bench/rv/agni.json new file mode 100644 index 0000000..788a6bd --- /dev/null +++ b/bench/rv/agni.json @@ -0,0 +1,3926 @@ +[ + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 1, + "sungby": "Madhuchchhanda Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 12, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 13, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 14, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 15, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 18, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 19, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 21, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 22, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 23, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 24, + "sungby": "Shunahshep Ajigarti", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 26, + "sungby": "Shunahshep Ajigarti", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 27, + "sungby": "Shunahshep Ajigarti", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 27, + "sungby": "Shunahshep Ajigarti", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 31, + "sungby": "Hiranyastup Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 31, + "sungby": "Hiranyastup Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 35, + "sungby": "Hiranyastup Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Brihati", + "sukta": 36, + "sungby": "Kanv Ghaur", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Brihati", + "sukta": 44, + "sungby": "Praskanv Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 45, + "sungby": "Praskanv Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 58, + "sungby": "Nodha Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 58, + "sungby": "Nodha Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 59, + "sungby": "Nodha Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 60, + "sungby": "Nodha Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Virat", + "sukta": 65, + "sungby": "Parashar Shaktya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Virat", + "sukta": 66, + "sungby": "Parashar Shaktya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Virat", + "sukta": 67, + "sungby": "Parashar Shaktya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Virat", + "sukta": 68, + "sungby": "Parashar Shaktya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Virat", + "sukta": 69, + "sungby": "Parashar Shaktya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Virat", + "sukta": 70, + "sungby": "Parashar Shaktya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 71, + "sungby": "Parashar Shaktya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 72, + "sungby": "Parashar Shaktya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 73, + "sungby": "Parashar Shaktya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 74, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 75, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 76, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 77, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 78, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 79, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Ushnik", + "sukta": 79, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 79, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 93, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 93, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 93, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 93, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 94, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 94, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 95, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 96, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 97, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 98, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 99, + "sungby": "Kashyap Marich", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 105, + "sungby": "Trita Aptya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 106, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 107, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 108, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 109, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 112, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 122, + "sungby": "Kakshivan Dairghatamas", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 127, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atidhriti", + "sukta": 127, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 128, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 136, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 136, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 139, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 140, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 140, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 141, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 141, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 142, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 143, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 143, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 144, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 145, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 145, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 146, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 147, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 148, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Virat", + "sukta": 149, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Ushnik", + "sukta": 150, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 186, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 188, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 189, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 1, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 2, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 3, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 4, + "sungby": "Somahuti Bhargav", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Anushtup", + "sukta": 5, + "sungby": "Somahuti Bhargav", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Gayatri", + "sukta": 6, + "sungby": "Somahuti Bhargav", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Gayatri", + "sukta": 7, + "sungby": "Somahuti Bhargav", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Gayatri", + "sukta": 8, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Anushtup", + "sukta": 8, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 9, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 10, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 13, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 13, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 36, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Gayatri", + "sukta": 41, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 1, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Jagati", + "sukta": 2, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Jagati", + "sukta": 3, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 4, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 5, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 6, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 7, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Brihati", + "sukta": 9, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 9, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Ushnik", + "sukta": 10, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Gayatri", + "sukta": 11, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Gayatri", + "sukta": 12, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Anushtup", + "sukta": 13, + "sungby": "Rishabh Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 14, + "sungby": "Rishabh Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 15, + "sungby": "Utkeel Katya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Brihati", + "sukta": 16, + "sungby": "Utkeel Katya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 17, + "sungby": "Kat Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 18, + "sungby": "Kat Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 19, + "sungby": "Gathi Kaushik", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 20, + "sungby": "Gathi Kaushik", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 21, + "sungby": "Gathi Kaushik", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Anushtup", + "sukta": 21, + "sungby": "Gathi Kaushik", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Brihati", + "sukta": 21, + "sungby": "Gathi Kaushik", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 22, + "sungby": "Gathi Kaushik", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Anushtup", + "sukta": 22, + "sungby": "Gathi Kaushik", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 23, + "sungby": "Devashrava Devavat Bharat", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Brihati", + "sukta": 23, + "sungby": "Devashrava Devavat Bharat", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Gayatri", + "sukta": 24, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Anushtup", + "sukta": 24, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Virat", + "sukta": 25, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Jagati", + "sukta": 26, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 26, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Gayatri", + "sukta": 27, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Gayatri", + "sukta": 28, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Ushnik", + "sukta": 28, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 28, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Jagati", + "sukta": 28, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 29, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Anushtup", + "sukta": 29, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Jagati", + "sukta": 29, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 54, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 55, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 57, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Ashti", + "sukta": 1, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Jagati", + "sukta": 1, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Dhriti", + "sukta": 1, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 1, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 2, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 3, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 4, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 5, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 6, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 7, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Jagati", + "sukta": 7, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Anushtup", + "sukta": 7, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Gayatri", + "sukta": 8, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Gayatri", + "sukta": 9, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Pankti", + "sukta": 10, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Ushnik", + "sukta": 10, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 11, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 12, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 13, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 14, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Gayatri", + "sukta": 15, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 1, + "sungby": "Gavishthir Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 2, + "sungby": "Kumar Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Shakchari", + "sukta": 2, + "sungby": "Kumar Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 3, + "sungby": "Vasushrut Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 4, + "sungby": "Vasushrut Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 5, + "sungby": "Vasushrut Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 6, + "sungby": "Vasushrut Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 7, + "sungby": "Ish Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 7, + "sungby": "Ish Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 8, + "sungby": "Ish Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 9, + "sungby": "Gay Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 9, + "sungby": "Gay Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 10, + "sungby": "Gay Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 10, + "sungby": "Gay Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 11, + "sungby": "Sutambhar Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 12, + "sungby": "Sutambhar Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 13, + "sungby": "Sutambhar Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 14, + "sungby": "Sutambhar Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 15, + "sungby": "Dharun Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 16, + "sungby": "Puru Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 16, + "sungby": "Puru Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 17, + "sungby": "Puru Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 17, + "sungby": "Puru Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 18, + "sungby": "Mriktavah Dwit Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 18, + "sungby": "Mriktavah Dwit Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 19, + "sungby": "Vavri Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 19, + "sungby": "Vavri Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Virangarupa", + "sukta": 19, + "sungby": "Vavri Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 20, + "sungby": "Prayasvan Atri", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 20, + "sungby": "Prayasvan Atri", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 21, + "sungby": "Sas Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 21, + "sungby": "Sas Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 22, + "sungby": "Vishwasama Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 22, + "sungby": "Vishwasama Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 23, + "sungby": "Dyumn Vishwacharshani Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 23, + "sungby": "Dyumn Vishwacharshani Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Virat", + "sukta": 24, + "sungby": "Bandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Virat", + "sukta": 24, + "sungby": "Subandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Virat", + "sukta": 24, + "sungby": "Shrutabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Virat", + "sukta": 24, + "sungby": "Viprabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 25, + "sungby": "Vasuyu Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 26, + "sungby": "Vasuyu Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 27, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 27, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 28, + "sungby": "Vishwavara Atreyi", + "sungbycategory": "human female", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 28, + "sungby": "Vishwavara Atreyi", + "sungbycategory": "human female", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 28, + "sungby": "Vishwavara Atreyi", + "sungbycategory": "human female", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 28, + "sungby": "Vishwavara Atreyi", + "sungbycategory": "human female", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 30, + "sungby": "Babhru Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 43, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 44, + "sungby": "Avatsar Kashyap", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 44, + "sungby": "Avatsar Kashyap", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 45, + "sungby": "Sadaprin Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 47, + "sungby": "Pratirath Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 48, + "sungby": "Pratibhanu Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Pratiprabh Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 51, + "sungby": "Swasti Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 51, + "sungby": "Swasti Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 86, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Virat", + "sukta": 86, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Anushtup", + "sukta": 1, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Shakchari", + "sukta": 1, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Anushtup", + "sukta": 2, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Shakchari", + "sukta": 2, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 3, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 4, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 5, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 6, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 7, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 7, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 8, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 8, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 9, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 10, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Virat", + "sukta": 10, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 11, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 12, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 13, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Anushtup", + "sukta": 14, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Shakchari", + "sukta": 14, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 15, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Shakchari", + "sukta": 15, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 15, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Anushtup", + "sukta": 15, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Brihati", + "sukta": 15, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Gayatri", + "sukta": 16, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Vardhamana", + "sukta": 16, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Anushtup", + "sukta": 16, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 16, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 21, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Pragath", + "sukta": 48, + "sungby": "Shanyu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Brihati", + "sukta": 48, + "sungby": "Shanyu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 51, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Ushnik", + "sukta": 51, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 52, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Gayatri", + "sukta": 52, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Brihati", + "sukta": 59, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Anushtup", + "sukta": 59, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Gayatri", + "sukta": 60, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 60, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Brihati", + "sukta": 60, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Anushtup", + "sukta": 60, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Virat", + "sukta": 1, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 1, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 2, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 3, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 4, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 5, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 6, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 7, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 8, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 9, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 10, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 11, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 12, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 13, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 14, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Brihati", + "sukta": 14, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 15, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Brihati", + "sukta": 15, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Pragath", + "sukta": 16, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 17, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Virat", + "sukta": 34, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 34, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 36, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 39, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 43, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Jagati", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 93, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Gayatri", + "sukta": 94, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Anushtup", + "sukta": 94, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 104, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 11, + "sungby": "Vats Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Vardhamana", + "sukta": 11, + "sungby": "Vats Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 11, + "sungby": "Vats Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 18, + "sungby": "Irimbithi Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 19, + "sungby": "Sobhari Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Virat", + "sukta": 19, + "sungby": "Sobhari Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 23, + "sungby": "Vishwamana Vaiyashv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 27, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 28, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Virat", + "sukta": 29, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 31, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 38, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pankti", + "sukta": 39, + "sungby": "Nabhak Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pankti", + "sukta": 40, + "sungby": "Nabhak Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Nabhak Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 43, + "sungby": "Virup Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 44, + "sungby": "Virup Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 45, + "sungby": "Trishok Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pankti", + "sukta": 56, + "sungby": "Prishadh Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 58, + "sungby": "Medhya Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 60, + "sungby": "Bharg Pragath", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pankti", + "sukta": 69, + "sungby": "Priyamedh Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 71, + "sungby": "Purumil Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 71, + "sungby": "Purumil Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 71, + "sungby": "Suditi", + "sungbycategory": "human female", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 71, + "sungby": "Suditi", + "sungbycategory": "human female", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 72, + "sungby": "Haryat Pragath", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 74, + "sungby": "Gopavan Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 74, + "sungby": "Gopavan Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 75, + "sungby": "Virup Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 84, + "sungby": "Ushana Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 101, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 102, + "sungby": "Prayog Bhargav", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Brihati", + "sukta": 103, + "sungby": "Sobhari Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Virangarupa", + "sukta": 103, + "sungby": "Sobhari Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Kakup", + "sukta": 103, + "sungby": "Sobhari Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 103, + "sungby": "Sobhari Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 103, + "sungby": "Sobhari Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 5, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Anushtup", + "sukta": 66, + "sungby": "Shat Vaikhanas", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 67, + "sungby": "Pavitra Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Ushnik", + "sukta": 67, + "sungby": "Pavitra Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Anushtup", + "sukta": 67, + "sungby": "Pavitra Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 1, + "sungby": "Trita Aptya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 2, + "sungby": "Trita Aptya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 3, + "sungby": "Trita Aptya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 4, + "sungby": "Trita Aptya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 5, + "sungby": "Trita Aptya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 6, + "sungby": "Trita Aptya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 7, + "sungby": "Trita Aptya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 8, + "sungby": "Trishira Tvashtra", + "sungbycategory": "divine male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 11, + "sungby": "Havirdhan Angi", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 11, + "sungby": "Havirdhan Angi", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 12, + "sungby": "Havirdhan Angi", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 16, + "sungby": "Daman Yamayan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 16, + "sungby": "Daman Yamayan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 20, + "sungby": "Vimad Aindra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Virat", + "sukta": 20, + "sungby": "Vimad Aindra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 20, + "sungby": "Vimad Aindra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 20, + "sungby": "Vimad Aindra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 20, + "sungby": "Vimad Prajapatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Virat", + "sukta": 20, + "sungby": "Vimad Prajapatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 20, + "sungby": "Vimad Prajapatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 20, + "sungby": "Vimad Prajapatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 20, + "sungby": "Vasukrit Vasukra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Virat", + "sukta": 20, + "sungby": "Vasukrit Vasukra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 20, + "sungby": "Vasukrit Vasukra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 20, + "sungby": "Vasukrit Vasukra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 21, + "sungby": "Vimad Aindra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 32, + "sungby": "Kavash Ailush", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 35, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 36, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 45, + "sungby": "Vatsapri Bhalandan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 46, + "sungby": "Vatsapri Bhalandan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 51, + "sungby": "Gods", + "sungbycategory": "divine male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 53, + "sungby": "Gods", + "sungbycategory": "divine male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 57, + "sungby": "Bandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 57, + "sungby": "Shrutabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 57, + "sungby": "Viprabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 61, + "sungby": "Nabhanedisht Manav", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 63, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 65, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 66, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 67, + "sungby": "Ayasya Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 69, + "sungby": "Sumitra Vadyashcha", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 69, + "sungby": "Sumitra Vadyashcha", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 70, + "sungby": "Sumitra Vadyashcha", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 79, + "sungby": "Agni", + "sungbycategory": "divine male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 80, + "sungby": "Agni", + "sungbycategory": "divine male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 87, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 87, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 88, + "sungby": "Murdhanvan Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 91, + "sungby": "Arun Vaitahavya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 91, + "sungby": "Arun Vaitahavya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 92, + "sungby": "Sharyat Manav", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 98, + "sungby": "Devapi Arshtishema", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 101, + "sungby": "Budh Saumya", + "sungbycategory": "divine male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 109, + "sungby": "Juhu Brahmajaya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 110, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 114, + "sungby": "Sadhi Vairup", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 115, + "sungby": "Upastut Varshtihavya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 115, + "sungby": "Upastut Varshtihavya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Shakchari", + "sukta": 115, + "sungby": "Upastut Varshtihavya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 118, + "sungby": "Urukshay amhiyav", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 122, + "sungby": "Chitramaha Vasishth", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 122, + "sungby": "Chitramaha Vasishth", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 124, + "sungby": "Agni", + "sungbycategory": "divine male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Brihati", + "sukta": 126, + "sungby": "Kulmalbarhish Shailushi", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 126, + "sungby": "Kulmalbarhish Shailushi", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 128, + "sungby": "Vihavya Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 128, + "sungby": "Vihavya Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 136, + "sungby": "Vatarashan Munigan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Brihati", + "sukta": 140, + "sungby": "Agni", + "sungbycategory": "divine male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 140, + "sungby": "Agni", + "sungbycategory": "divine male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Uparishtajjyoti", + "sukta": 140, + "sungby": "Agni", + "sungbycategory": "divine male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 140, + "sungby": "Agni", + "sungbycategory": "divine male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 142, + "sungby": "Sharngagan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 142, + "sungby": "Sharngagan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 142, + "sungby": "Sharngagan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Brihati", + "sukta": 150, + "sungby": "Mrilik Vasishth", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 150, + "sungby": "Mrilik Vasishth", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Uparishtajjyoti", + "sukta": 150, + "sungby": "Mrilik Vasishth", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 156, + "sungby": "Ketu Agneya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 176, + "sungby": "Sunu Arbhav", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 187, + "sungby": "Vatsa Agneya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 188, + "sungby": "Shyen Agneya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 191, + "sungby": "Samvanan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 191, + "sungby": "Samvanan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + } +] diff --git a/bench/rv/animal.json b/bench/rv/animal.json new file mode 100644 index 0000000..c6ab0ed --- /dev/null +++ b/bench/rv/animal.json @@ -0,0 +1,317 @@ +[ + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 162, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Horse", + "sungforcategory": "animal" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 162, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Horse", + "sungforcategory": "animal" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 42, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Birds", + "sungforcategory": "animal" + }, + { + "mandal": 2, + "meter": "Shakchari", + "sukta": 42, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Birds", + "sungforcategory": "animal" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 20, + "sungby": "Gathi Kaushik", + "sungbycategory": "human male", + "sungfor": "Dadhikra", + "sungforcategory": "animal" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 26, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Hawk", + "sungforcategory": "animal" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 27, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Hawk", + "sungforcategory": "animal" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 38, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Dadhikra", + "sungforcategory": "animal" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 39, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Dadhikra", + "sungforcategory": "animal" + }, + { + "mandal": 4, + "meter": "Anushtup", + "sukta": 39, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Dadhikra", + "sungforcategory": "animal" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Dadhikra", + "sungforcategory": "animal" + }, + { + "mandal": 4, + "meter": "Jagati", + "sukta": 40, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Dadhikra", + "sungforcategory": "animal" + }, + { + "mandal": 4, + "meter": "Anushtup", + "sukta": 57, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Ox", + "sungforcategory": "animal" + }, + { + "mandal": 4, + "meter": "Ushnik", + "sukta": 57, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Ox", + "sungforcategory": "animal" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 43, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Cow", + "sungforcategory": "animal" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 45, + "sungby": "Sadaprin Atreya", + "sungbycategory": "human male", + "sungfor": "Sarama", + "sungforcategory": "animal" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 28, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Cow", + "sungforcategory": "animal" + }, + { + "mandal": 6, + "meter": "Anushtup", + "sukta": 28, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Cow", + "sungforcategory": "animal" + }, + { + "mandal": 6, + "meter": "Kakup", + "sukta": 48, + "sungby": "Shanyu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Cow", + "sungforcategory": "animal" + }, + { + "mandal": 6, + "meter": "Ushnik", + "sukta": 48, + "sungby": "Shanyu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Cow", + "sungforcategory": "animal" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Cow", + "sungforcategory": "animal" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 75, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Horse", + "sungforcategory": "animal" + }, + { + "mandal": 7, + "meter": "Jagati", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Dadhikra", + "sungforcategory": "animal" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Dadhikra", + "sungforcategory": "animal" + }, + { + "mandal": 7, + "meter": "Brihati", + "sukta": 55, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Sarama", + "sungforcategory": "animal" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 103, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Frogs", + "sungforcategory": "animal" + }, + { + "mandal": 7, + "meter": "Anushtup", + "sukta": 103, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Frogs", + "sungforcategory": "animal" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 101, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Cow", + "sungforcategory": "animal" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 14, + "sungby": "Yama Vaivasvat", + "sungbycategory": "divine male", + "sungfor": "Dogs", + "sungforcategory": "animal" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 19, + "sungby": "Mathit Yamayan", + "sungbycategory": "human male", + "sungfor": "Cow", + "sungforcategory": "animal" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 65, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Cow", + "sungforcategory": "animal" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 101, + "sungby": "Budh Saumya", + "sungbycategory": "divine male", + "sungfor": "Dadhikra", + "sungforcategory": "animal" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 108, + "sungby": "Pani", + "sungbycategory": "demon male", + "sungfor": "Sarama", + "sungforcategory": "animal" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 165, + "sungby": "Kapot Nairrit", + "sungbycategory": "human male", + "sungfor": "Pigeon", + "sungforcategory": "animal" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 169, + "sungby": "Shambar Kakshivat", + "sungbycategory": "human male", + "sungfor": "Cow", + "sungforcategory": "animal" + } +] diff --git a/bench/rv/demons.json b/bench/rv/demons.json new file mode 100644 index 0000000..08a3254 --- /dev/null +++ b/bench/rv/demons.json @@ -0,0 +1,11 @@ +[ + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 108, + "sungby": "Pani", + "sungbycategory": "demon male", + "sungfor": "Sarama", + "sungforcategory": "animal" + } +] diff --git a/bench/rv/human_male.json b/bench/rv/human_male.json new file mode 100644 index 0000000..cbe6314 --- /dev/null +++ b/bench/rv/human_male.json @@ -0,0 +1,26255 @@ +[ + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 1, + "sungby": "Madhuchchhanda Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 2, + "sungby": "Madhuchchhanda Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 2, + "sungby": "Madhuchchhanda Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 2, + "sungby": "Madhuchchhanda Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 2, + "sungby": "Madhuchchhanda Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 3, + "sungby": "Madhuchchhanda Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 3, + "sungby": "Madhuchchhanda Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 3, + "sungby": "Madhuchchhanda Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 4, + "sungby": "Madhuchchhanda Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 5, + "sungby": "Madhuchchhanda Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 6, + "sungby": "Madhuchchhanda Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 6, + "sungby": "Madhuchchhanda Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 7, + "sungby": "Madhuchchhanda Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 8, + "sungby": "Madhuchchhanda Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 9, + "sungby": "Madhuchchhanda Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 10, + "sungby": "Madhuchchhanda Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 11, + "sungby": "Jetamadhuchchhanda", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 12, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 13, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 13, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Narashans", + "sungforcategory": "abstract" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 13, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Tanunapat", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 13, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Grass", + "sungforcategory": "object" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 13, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Ila", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 13, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Door", + "sungforcategory": "object" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 13, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 13, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Nakt", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 13, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 13, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Mahi", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 13, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Tvashta", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 13, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Vanaspati", + "sungforcategory": "plant" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 13, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Svaha", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 14, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 14, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 14, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 14, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 14, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 14, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 14, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 14, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 14, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 14, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 15, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Ritu", + "sungforcategory": "abstract" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 15, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 15, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 15, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 15, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Tvashta", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 15, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 15, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 15, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 16, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 17, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 17, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 18, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Brahmanaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 18, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 18, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 18, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Dakshina", + "sungforcategory": "abstract" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 18, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 19, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 19, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 20, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 21, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 21, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 22, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 22, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 22, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 22, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Indrani", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 22, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Varunani", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 22, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Agnayi", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 22, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 22, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 23, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 23, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 23, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 23, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 23, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 23, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Ushnik", + "sukta": 23, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Apah", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 23, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Pratishtha", + "sukta": 23, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Apah", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 23, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Apah", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 23, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 24, + "sungby": "Shunahshep Ajigarti", + "sungbycategory": "human male", + "sungfor": "Ka", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 24, + "sungby": "Shunahshep Ajigarti", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 24, + "sungby": "Shunahshep Ajigarti", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 24, + "sungby": "Shunahshep Ajigarti", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 24, + "sungby": "Shunahshep Ajigarti", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 25, + "sungby": "Shunahshep Ajigarti", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 26, + "sungby": "Shunahshep Ajigarti", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 27, + "sungby": "Shunahshep Ajigarti", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 27, + "sungby": "Shunahshep Ajigarti", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 28, + "sungby": "Shunahshep Ajigarti", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 28, + "sungby": "Shunahshep Ajigarti", + "sungbycategory": "human male", + "sungfor": "Mortar", + "sungforcategory": "object" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 28, + "sungby": "Shunahshep Ajigarti", + "sungbycategory": "human male", + "sungfor": "Mortar", + "sungforcategory": "object" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 28, + "sungby": "Shunahshep Ajigarti", + "sungbycategory": "human male", + "sungfor": "Pestle", + "sungforcategory": "object" + }, + { + "mandal": 1, + "meter": "Pankti", + "sukta": 29, + "sungby": "Shunahshep Ajigarti", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 30, + "sungby": "Shunahshep Ajigarti", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 30, + "sungby": "Shunahshep Ajigarti", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 30, + "sungby": "Shunahshep Ajigarti", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 30, + "sungby": "Shunahshep Ajigarti", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 31, + "sungby": "Hiranyastup Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 31, + "sungby": "Hiranyastup Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 32, + "sungby": "Hiranyastup Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 33, + "sungby": "Hiranyastup Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 34, + "sungby": "Hiranyastup Angiras", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 35, + "sungby": "Hiranyastup Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 35, + "sungby": "Hiranyastup Angiras", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 35, + "sungby": "Hiranyastup Angiras", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 35, + "sungby": "Hiranyastup Angiras", + "sungbycategory": "human male", + "sungfor": "Ratri", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 35, + "sungby": "Hiranyastup Angiras", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Hiranyastup Angiras", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Brihati", + "sukta": 36, + "sungby": "Kanv Ghaur", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Brihati", + "sukta": 36, + "sungby": "Kanv Ghaur", + "sungbycategory": "human male", + "sungfor": "Sacrificial post", + "sungforcategory": "object" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 37, + "sungby": "Kanv Ghaur", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 38, + "sungby": "Kanv Ghaur", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Brihati", + "sukta": 39, + "sungby": "Kanv Ghaur", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Brihati", + "sukta": 40, + "sungby": "Kanv Ghaur", + "sungbycategory": "human male", + "sungfor": "Brahmanaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 41, + "sungby": "Kanv Ghaur", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 41, + "sungby": "Kanv Ghaur", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 41, + "sungby": "Kanv Ghaur", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 42, + "sungby": "Kanv Ghaur", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 43, + "sungby": "Kanv Ghaur", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 43, + "sungby": "Kanv Ghaur", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 43, + "sungby": "Kanv Ghaur", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 43, + "sungby": "Kanv Ghaur", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 43, + "sungby": "Kanv Ghaur", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Brihati", + "sukta": 44, + "sungby": "Praskanv Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Brihati", + "sukta": 44, + "sungby": "Praskanv Kanv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Brihati", + "sukta": 44, + "sungby": "Praskanv Kanv", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 45, + "sungby": "Praskanv Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 46, + "sungby": "Praskanv Kanv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Brihati", + "sukta": 47, + "sungby": "Praskanv Kanv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Brihati", + "sukta": 48, + "sungby": "Praskanv Kanv", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 49, + "sungby": "Praskanv Kanv", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 50, + "sungby": "Praskanv Kanv", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 50, + "sungby": "Praskanv Kanv", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 51, + "sungby": "Savya Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 51, + "sungby": "Savya Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 52, + "sungby": "Savya Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 52, + "sungby": "Savya Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 53, + "sungby": "Savya Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 53, + "sungby": "Savya Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 54, + "sungby": "Savya Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 54, + "sungby": "Savya Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 55, + "sungby": "Savya Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 56, + "sungby": "Savya Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 57, + "sungby": "Savya Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 58, + "sungby": "Nodha Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 58, + "sungby": "Nodha Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 59, + "sungby": "Nodha Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 60, + "sungby": "Nodha Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 61, + "sungby": "Nodha Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 62, + "sungby": "Nodha Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 63, + "sungby": "Nodha Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 64, + "sungby": "Nodha Gautam", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 64, + "sungby": "Nodha Gautam", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Virat", + "sukta": 65, + "sungby": "Parashar Shaktya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Virat", + "sukta": 66, + "sungby": "Parashar Shaktya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Virat", + "sukta": 67, + "sungby": "Parashar Shaktya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Virat", + "sukta": 68, + "sungby": "Parashar Shaktya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Virat", + "sukta": 69, + "sungby": "Parashar Shaktya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Virat", + "sukta": 70, + "sungby": "Parashar Shaktya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 71, + "sungby": "Parashar Shaktya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 72, + "sungby": "Parashar Shaktya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 73, + "sungby": "Parashar Shaktya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 74, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 75, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 76, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 77, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 78, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 79, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Ushnik", + "sukta": 79, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 79, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Pankti", + "sukta": 80, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Pankti", + "sukta": 81, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Pankti", + "sukta": 82, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 82, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 83, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 84, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Ushnik", + "sukta": 84, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Pankti", + "sukta": 84, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 84, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 84, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Brihati", + "sukta": 84, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 85, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 85, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 86, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 87, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 88, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Pankti", + "sukta": 88, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Virangarupa", + "sukta": 88, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 89, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 89, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 89, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 89, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 89, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Daksha", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 89, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Ashridh", + "sungforcategory": "abstract" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 89, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 89, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 89, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 89, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 89, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Virat", + "sukta": 89, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Virat", + "sukta": 89, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Virat", + "sukta": 89, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Tarkshya", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 89, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 89, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 89, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 90, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 90, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 90, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 90, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 90, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 90, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 90, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 90, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Winds", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 90, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Rivers", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 90, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Herbs", + "sungforcategory": "plant" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 90, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Nakt", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 90, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 90, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 90, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 90, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Vanaspati", + "sungforcategory": "plant" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 90, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 90, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 90, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 90, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 90, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 90, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 91, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 91, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Ushnik", + "sukta": 91, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Ushnik", + "sukta": 92, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 92, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Ushnik", + "sukta": 92, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 92, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 93, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 93, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 93, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 93, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 93, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 93, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 93, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 93, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 94, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 94, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 94, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 94, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 94, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 94, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Sindhu", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 94, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 94, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 95, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 96, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 97, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 98, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 99, + "sungby": "Kashyap Marich", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 100, + "sungby": "Varshagir", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 100, + "sungby": "Rijrashchambarish", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 100, + "sungby": "Sahadev", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 100, + "sungby": "Bhayman", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 100, + "sungby": "Suradhas", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 101, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 101, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 102, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 102, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 103, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 104, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 105, + "sungby": "Trita Aptya", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 105, + "sungby": "Trita Aptya", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 105, + "sungby": "Trita Aptya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 105, + "sungby": "Trita Aptya", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 105, + "sungby": "Trita Aptya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 105, + "sungby": "Trita Aptya", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 105, + "sungby": "Trita Aptya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 105, + "sungby": "Trita Aptya", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 105, + "sungby": "Trita Aptya", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 106, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 106, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 106, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 106, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 106, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 106, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 106, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 106, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Pitri", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 106, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Narashans", + "sungforcategory": "abstract" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 106, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 106, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 107, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 107, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 107, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 107, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 107, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 107, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 107, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 107, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 107, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 108, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 108, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 109, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 109, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 110, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 110, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 111, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 111, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 112, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 112, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 112, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 112, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 112, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 113, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 113, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Ratri", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 114, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 114, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 115, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 116, + "sungby": "Kakshivan Dairghatamas", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 117, + "sungby": "Kakshivan Dairghatamas", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 118, + "sungby": "Kakshivan Dairghatamas", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 119, + "sungby": "Kakshivan Dairghatamas", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 120, + "sungby": "Kakshivan Dairghatamas", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Ushnik", + "sukta": 120, + "sungby": "Kakshivan Dairghatamas", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 120, + "sungby": "Kakshivan Dairghatamas", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Brihati", + "sukta": 120, + "sungby": "Kakshivan Dairghatamas", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Kriti", + "sukta": 120, + "sungby": "Kakshivan Dairghatamas", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 121, + "sungby": "Kakshivan Dairghatamas", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 122, + "sungby": "Kakshivan Dairghatamas", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 122, + "sungby": "Kakshivan Dairghatamas", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 122, + "sungby": "Kakshivan Dairghatamas", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 122, + "sungby": "Kakshivan Dairghatamas", + "sungbycategory": "human male", + "sungfor": "Nakt", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 122, + "sungby": "Kakshivan Dairghatamas", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 122, + "sungby": "Kakshivan Dairghatamas", + "sungbycategory": "human male", + "sungfor": "Parvat", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 122, + "sungby": "Kakshivan Dairghatamas", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 122, + "sungby": "Kakshivan Dairghatamas", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 122, + "sungby": "Kakshivan Dairghatamas", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 122, + "sungby": "Kakshivan Dairghatamas", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 122, + "sungby": "Kakshivan Dairghatamas", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 122, + "sungby": "Kakshivan Dairghatamas", + "sungbycategory": "human male", + "sungfor": "Sindhu", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 123, + "sungby": "Kakshivan Dairghatamas", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 124, + "sungby": "Kakshivan Dairghatamas", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 125, + "sungby": "Kakshivan Dairghatamas", + "sungbycategory": "human male", + "sungfor": "Svanaya Bhavayavya", + "sungforcategory": "human male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 126, + "sungby": "Kakshivan Dairghatamas", + "sungbycategory": "human male", + "sungfor": "Svanaya Bhavayavya", + "sungforcategory": "human male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 126, + "sungby": "Svanaya Bhavayavya", + "sungbycategory": "human male", + "sungfor": "Romasha", + "sungforcategory": "human female" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 127, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atidhriti", + "sukta": 127, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 128, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 129, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Shakchari", + "sukta": 129, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Ashti", + "sukta": 129, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 129, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Indu", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 130, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 130, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 131, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 132, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 132, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Parvat", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 133, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 133, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 133, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Dhriti", + "sukta": 133, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 133, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 134, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Ashti", + "sukta": 134, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 135, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Ashti", + "sukta": 135, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Ashti", + "sukta": 135, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 136, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 136, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 136, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 136, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 136, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 136, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 136, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 136, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 136, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 136, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 136, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Shakchari", + "sukta": 137, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Shakchari", + "sukta": 137, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 138, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 139, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 139, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 139, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 139, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 139, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 139, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Brihati", + "sukta": 139, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 139, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 139, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Atyashti", + "sukta": 139, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 139, + "sungby": "Parachchhep Daivodasi", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 140, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 140, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 141, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 141, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 142, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 142, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Narashans", + "sungforcategory": "abstract" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 142, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Tanunapat", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 142, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Grass", + "sungforcategory": "object" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 142, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Ila", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 142, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Door", + "sungforcategory": "object" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 142, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 142, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Nakt", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 142, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 142, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Mahi", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 142, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Tvashta", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 142, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Vanaspati", + "sungforcategory": "plant" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 142, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Svaha", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 142, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 143, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 143, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 144, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 145, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 145, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 146, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 147, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 148, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Virat", + "sukta": 149, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Ushnik", + "sukta": 150, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 151, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 151, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 152, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 152, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 153, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 153, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 154, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 155, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 155, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 156, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 157, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 157, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 158, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 158, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 159, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 159, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 160, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 160, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 161, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 161, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 162, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Horse", + "sungforcategory": "animal" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 162, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Horse", + "sungforcategory": "animal" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 163, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 163, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 164, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 164, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Pankti", + "sukta": 164, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Apah", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 164, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Vak", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 164, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 164, + "sungby": "Dirghatamas Auchathya", + "sungbycategory": "human male", + "sungfor": "Parjanya", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 165, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 166, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 166, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 167, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 167, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 168, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 168, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 169, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Virat", + "sukta": 169, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 170, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 170, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 170, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 171, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 171, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 172, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 173, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Virat", + "sukta": 173, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 174, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Brihati", + "sukta": 175, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 175, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 175, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 176, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 176, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 177, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 178, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 179, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Lopamudra", + "sungforcategory": "human female" + }, + { + "mandal": 1, + "meter": "Brihati", + "sukta": 179, + "sungby": "Agastya shishya brahmachari", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 180, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 181, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 181, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Jagati", + "sukta": 182, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 182, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 183, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 184, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 185, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 185, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 186, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 186, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 186, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 186, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 186, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ahirbudhnya", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 186, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Sindhu", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 186, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 186, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Tvashta", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 186, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 186, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 186, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 186, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 186, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 186, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 186, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 187, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Food", + "sungforcategory": "object" + }, + { + "mandal": 1, + "meter": "Ushnik", + "sukta": 187, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Food", + "sungforcategory": "object" + }, + { + "mandal": 1, + "meter": "Brihati", + "sukta": 187, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Food", + "sungforcategory": "object" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 187, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Food", + "sungforcategory": "object" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 188, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 188, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Narashans", + "sungforcategory": "abstract" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 188, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Tanunapat", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 188, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Grass", + "sungforcategory": "object" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 188, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ila", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 188, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Door", + "sungforcategory": "object" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 188, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 188, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Nakt", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 188, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 188, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Mahi", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 188, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Tvashta", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 188, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Vanaspati", + "sungforcategory": "plant" + }, + { + "mandal": 1, + "meter": "Gayatri", + "sukta": 188, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Svaha", + "sungforcategory": "divine female" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 189, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Trishtup", + "sukta": 190, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 1, + "meter": "Anushtup", + "sukta": 191, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Poison", + "sungforcategory": "object" + }, + { + "mandal": 1, + "meter": "Pankti", + "sukta": 191, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Poison", + "sungforcategory": "object" + }, + { + "mandal": 1, + "meter": "Brihati", + "sukta": 191, + "sungby": "Agastya Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Poison", + "sungforcategory": "object" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 1, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 2, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 3, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 3, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Narashans", + "sungforcategory": "abstract" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 3, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Grass", + "sungforcategory": "object" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 3, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Ila", + "sungforcategory": "divine female" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 3, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Door", + "sungforcategory": "object" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 3, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 3, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Nakt", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 3, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 3, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Mahi", + "sungforcategory": "divine female" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 3, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Tvashta", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 3, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Vanaspati", + "sungforcategory": "plant" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 3, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Svaha", + "sungforcategory": "divine female" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 4, + "sungby": "Somahuti Bhargav", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Anushtup", + "sukta": 5, + "sungby": "Somahuti Bhargav", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Gayatri", + "sukta": 6, + "sungby": "Somahuti Bhargav", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Gayatri", + "sukta": 7, + "sungby": "Somahuti Bhargav", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Gayatri", + "sukta": 8, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Anushtup", + "sukta": 8, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 9, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 10, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Virat", + "sukta": 11, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 11, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 12, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 13, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 13, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 14, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 15, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 16, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 16, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 17, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 17, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 18, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 19, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 20, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 21, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 21, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Ashti", + "sukta": 22, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Shakchari", + "sukta": 22, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 23, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Brahmanaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 23, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 23, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 23, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Brahmanaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 24, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 24, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Brahmanaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 24, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 24, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Brahmanaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 25, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Brahmanaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 26, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Brahmanaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 27, + "sungby": "Kurma Gatarsmad", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 28, + "sungby": "Kurma Gatarsmad", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 29, + "sungby": "Kurma Gatarsmad", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 29, + "sungby": "Kurma Gatarsmad", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 29, + "sungby": "Kurma Gatarsmad", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 29, + "sungby": "Kurma Gatarsmad", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 29, + "sungby": "Kurma Gatarsmad", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 29, + "sungby": "Kurma Gatarsmad", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 30, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 30, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 30, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 30, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 30, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 31, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 31, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 31, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 31, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 31, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Vasu", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 31, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 31, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 31, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Tvashta", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 31, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Ila", + "sungforcategory": "divine female" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 31, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 31, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 31, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 31, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Ahirbudhnya", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 31, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Ajaikapad", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 31, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Trita", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 31, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 31, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 32, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 32, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 32, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Raka", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Anushtup", + "sukta": 32, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Sinivali", + "sungforcategory": "abstract" + }, + { + "mandal": 2, + "meter": "Anushtup", + "sukta": 32, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 2, + "meter": "Anushtup", + "sukta": 32, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Indrani", + "sungforcategory": "divine female" + }, + { + "mandal": 2, + "meter": "Anushtup", + "sukta": 32, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Varunani", + "sungforcategory": "divine female" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 33, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 34, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 34, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Apam Napat", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 36, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Ritu", + "sungforcategory": "abstract" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 36, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 36, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 36, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Tvashta", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 36, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 36, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 36, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 37, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 38, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 39, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 2, + "meter": "Gayatri", + "sukta": 41, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Gayatri", + "sukta": 41, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Gayatri", + "sukta": 41, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Gayatri", + "sukta": 41, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Gayatri", + "sukta": 41, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Gayatri", + "sukta": 41, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Gayatri", + "sukta": 41, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Gayatri", + "sukta": 41, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Anushtup", + "sukta": 41, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 2, + "meter": "Brihati", + "sukta": 41, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 2, + "meter": "Gayatri", + "sukta": 41, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Gayatri", + "sukta": 41, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 2, + "meter": "Gayatri", + "sukta": 41, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 2, + "meter": "Jagati", + "sukta": 42, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Birds", + "sungforcategory": "animal" + }, + { + "mandal": 2, + "meter": "Shakchari", + "sukta": 42, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Birds", + "sungforcategory": "animal" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 1, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Jagati", + "sukta": 2, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Jagati", + "sukta": 3, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 4, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 4, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Tanunapat", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 4, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Grass", + "sungforcategory": "object" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 4, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Ila", + "sungforcategory": "divine female" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 4, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Door", + "sungforcategory": "object" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 4, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 4, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Nakt", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 4, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 4, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Mahi", + "sungforcategory": "divine female" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 4, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Tvashta", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 4, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Vanaspati", + "sungforcategory": "plant" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 4, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Svaha", + "sungforcategory": "divine female" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 5, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 6, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 7, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 8, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Vanaspati", + "sungforcategory": "plant" + }, + { + "mandal": 3, + "meter": "Anushtup", + "sukta": 8, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Vanaspati", + "sungforcategory": "plant" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 8, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Sacrificial post", + "sungforcategory": "object" + }, + { + "mandal": 3, + "meter": "Anushtup", + "sukta": 8, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Sacrificial post", + "sungforcategory": "object" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 8, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 8, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 8, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Vasu", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 8, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 8, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 8, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Antariksh", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Brihati", + "sukta": 9, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 9, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Ushnik", + "sukta": 10, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Gayatri", + "sukta": 11, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Gayatri", + "sukta": 12, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Gayatri", + "sukta": 12, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Anushtup", + "sukta": 13, + "sungby": "Rishabh Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 14, + "sungby": "Rishabh Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 15, + "sungby": "Utkeel Katya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Brihati", + "sukta": 16, + "sungby": "Utkeel Katya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 17, + "sungby": "Kat Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 18, + "sungby": "Kat Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 19, + "sungby": "Gathi Kaushik", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 20, + "sungby": "Gathi Kaushik", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 20, + "sungby": "Gathi Kaushik", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 20, + "sungby": "Gathi Kaushik", + "sungbycategory": "human male", + "sungfor": "Dadhikra", + "sungforcategory": "animal" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 20, + "sungby": "Gathi Kaushik", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 20, + "sungby": "Gathi Kaushik", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 20, + "sungby": "Gathi Kaushik", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 20, + "sungby": "Gathi Kaushik", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 20, + "sungby": "Gathi Kaushik", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 20, + "sungby": "Gathi Kaushik", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 20, + "sungby": "Gathi Kaushik", + "sungbycategory": "human male", + "sungfor": "Vasu", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 20, + "sungby": "Gathi Kaushik", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 20, + "sungby": "Gathi Kaushik", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 21, + "sungby": "Gathi Kaushik", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Anushtup", + "sukta": 21, + "sungby": "Gathi Kaushik", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Brihati", + "sukta": 21, + "sungby": "Gathi Kaushik", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 22, + "sungby": "Gathi Kaushik", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Anushtup", + "sukta": 22, + "sungby": "Gathi Kaushik", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 23, + "sungby": "Devashrava Devavat Bharat", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Brihati", + "sukta": 23, + "sungby": "Devashrava Devavat Bharat", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Gayatri", + "sukta": 24, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Anushtup", + "sukta": 24, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Virat", + "sukta": 25, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Virat", + "sukta": 25, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Jagati", + "sukta": 26, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Jagati", + "sukta": 26, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 26, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Gayatri", + "sukta": 27, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Gayatri", + "sukta": 28, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Ushnik", + "sukta": 28, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 28, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Jagati", + "sukta": 28, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 29, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Anushtup", + "sukta": 29, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Jagati", + "sukta": 29, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 30, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 31, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 32, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 33, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Rivers", + "sungforcategory": "divine female" + }, + { + "mandal": 3, + "meter": "Anushtup", + "sukta": 33, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Rivers", + "sungforcategory": "divine female" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 34, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 36, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 36, + "sungby": "Ghor Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Gayatri", + "sukta": 37, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Anushtup", + "sukta": 37, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 38, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 39, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Gayatri", + "sukta": 40, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Gayatri", + "sukta": 41, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Gayatri", + "sukta": 42, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 43, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Brihati", + "sukta": 44, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Brihati", + "sukta": 45, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 46, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 47, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 48, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 51, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Jagati", + "sukta": 51, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Gayatri", + "sukta": 51, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 52, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Gayatri", + "sukta": 52, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Jagati", + "sukta": 52, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 53, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 53, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Parvat", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Gayatri", + "sukta": 53, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Anushtup", + "sukta": 53, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 53, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Vak", + "sungforcategory": "divine female" + }, + { + "mandal": 3, + "meter": "Jagati", + "sukta": 53, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Vak", + "sungforcategory": "divine female" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 53, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Chariot parts", + "sungforcategory": "object" + }, + { + "mandal": 3, + "meter": "Brihati", + "sukta": 53, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Anushtup", + "sukta": 53, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Chariot parts", + "sungforcategory": "object" + }, + { + "mandal": 3, + "meter": "Anushtup", + "sukta": 53, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Curse", + "sungforcategory": "abstract" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 53, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Curse", + "sungforcategory": "abstract" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 54, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 54, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 54, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 54, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 54, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 54, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 54, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 54, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Tvashta", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 54, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 54, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 54, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 54, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 54, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 54, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 54, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 55, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 55, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 55, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 55, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 55, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 55, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Tvashta", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 56, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 56, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 56, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Ila", + "sungforcategory": "divine female" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 56, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 56, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Bharati", + "sungforcategory": "divine female" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 56, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 56, + "sungby": "Prajapati Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 57, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 57, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 57, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 57, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Vasu", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 57, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 58, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 59, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Gayatri", + "sukta": 59, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Jagati", + "sukta": 60, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Jagati", + "sukta": 60, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 61, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 62, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 62, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Trishtup", + "sukta": 62, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Gayatri", + "sukta": 62, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Gayatri", + "sukta": 62, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Gayatri", + "sukta": 62, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Gayatri", + "sukta": 62, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Gayatri", + "sukta": 62, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 3, + "meter": "Gayatri", + "sukta": 62, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Ashti", + "sukta": 1, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Jagati", + "sukta": 1, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Jagati", + "sukta": 1, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Jagati", + "sukta": 1, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Dhriti", + "sukta": 1, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Dhriti", + "sukta": 1, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Dhriti", + "sukta": 1, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 1, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 2, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 3, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 4, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 5, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 6, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 7, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Jagati", + "sukta": 7, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Anushtup", + "sukta": 7, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Gayatri", + "sukta": 8, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Gayatri", + "sukta": 9, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Pankti", + "sukta": 10, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Ushnik", + "sukta": 10, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 11, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 12, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 13, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 14, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Gayatri", + "sukta": 15, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Gayatri", + "sukta": 15, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Somak Sahadevya", + "sungforcategory": "human male" + }, + { + "mandal": 4, + "meter": "Gayatri", + "sukta": 15, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 16, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 17, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Virat", + "sukta": 17, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 18, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 18, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 19, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 20, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 21, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 22, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 23, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 23, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Rita", + "sungforcategory": "abstract" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 24, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Anushtup", + "sukta": 24, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 25, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 26, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 26, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Hawk", + "sungforcategory": "animal" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 27, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Hawk", + "sungforcategory": "animal" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 28, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 28, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 29, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Gayatri", + "sukta": 30, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Anushtup", + "sukta": 30, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Gayatri", + "sukta": 30, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 4, + "meter": "Anushtup", + "sukta": 30, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Anushtup", + "sukta": 30, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Anushtup", + "sukta": 30, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Gayatri", + "sukta": 31, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Gayatri", + "sukta": 32, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 33, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 34, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Jagati", + "sukta": 36, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 36, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 37, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Anushtup", + "sukta": 37, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 38, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Dadhikra", + "sungforcategory": "animal" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 39, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Dadhikra", + "sungforcategory": "animal" + }, + { + "mandal": 4, + "meter": "Anushtup", + "sukta": 39, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Dadhikra", + "sungforcategory": "animal" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Dadhikra", + "sungforcategory": "animal" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Apah", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Jishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Jagati", + "sukta": 40, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Dadhikra", + "sungforcategory": "animal" + }, + { + "mandal": 4, + "meter": "Jagati", + "sukta": 40, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Trasadasyu Paurukutsya", + "sungbycategory": "human male", + "sungfor": "Trasadasyu Paurukutsya", + "sungforcategory": "human male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Trasadasyu Paurukutsya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Trasadasyu Paurukutsya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 43, + "sungby": "Purumil Sauhotra", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 43, + "sungby": "Ajamil Sauhotra", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 44, + "sungby": "Purumil Sauhotra", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 44, + "sungby": "Ajamil Sauhotra", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 45, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Gayatri", + "sukta": 46, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Gayatri", + "sukta": 46, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Anushtup", + "sukta": 47, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Anushtup", + "sukta": 47, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Anushtup", + "sukta": 48, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Gayatri", + "sukta": 49, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Gayatri", + "sukta": 49, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Jagati", + "sukta": 50, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 51, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 4, + "meter": "Gayatri", + "sukta": 52, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 4, + "meter": "Jagati", + "sukta": 53, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Jagati", + "sukta": 54, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 54, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 55, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Gayatri", + "sukta": 55, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 56, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 56, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 4, + "meter": "Gayatri", + "sukta": 56, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Gayatri", + "sukta": 56, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 4, + "meter": "Anushtup", + "sukta": 57, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Field owner", + "sungforcategory": "human male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 57, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Field owner", + "sungforcategory": "human male" + }, + { + "mandal": 4, + "meter": "Anushtup", + "sukta": 57, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Ox", + "sungforcategory": "animal" + }, + { + "mandal": 4, + "meter": "Ushnik", + "sukta": 57, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Ox", + "sungforcategory": "animal" + }, + { + "mandal": 4, + "meter": "Anushtup", + "sukta": 57, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Furrow", + "sungforcategory": "object" + }, + { + "mandal": 4, + "meter": "Anushtup", + "sukta": 57, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 57, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Parjanya", + "sungforcategory": "divine male" + }, + { + "mandal": 4, + "meter": "Trishtup", + "sukta": 58, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Ghee", + "sungforcategory": "object" + }, + { + "mandal": 4, + "meter": "Jagati", + "sukta": 58, + "sungby": "Vamadev Gautam", + "sungbycategory": "human male", + "sungfor": "Ghee", + "sungforcategory": "object" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 1, + "sungby": "Gavishthir Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 2, + "sungby": "Kumar Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Shakchari", + "sukta": 2, + "sungby": "Kumar Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 3, + "sungby": "Vasushrut Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 3, + "sungby": "Vasushrut Atreya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 3, + "sungby": "Vasushrut Atreya", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 3, + "sungby": "Vasushrut Atreya", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 4, + "sungby": "Vasushrut Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 5, + "sungby": "Vasushrut Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 5, + "sungby": "Vasushrut Atreya", + "sungbycategory": "human male", + "sungfor": "Narashans", + "sungforcategory": "abstract" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 5, + "sungby": "Vasushrut Atreya", + "sungbycategory": "human male", + "sungfor": "Grass", + "sungforcategory": "object" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 5, + "sungby": "Vasushrut Atreya", + "sungbycategory": "human male", + "sungfor": "Ila", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 5, + "sungby": "Vasushrut Atreya", + "sungbycategory": "human male", + "sungfor": "Door", + "sungforcategory": "object" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 5, + "sungby": "Vasushrut Atreya", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 5, + "sungby": "Vasushrut Atreya", + "sungbycategory": "human male", + "sungfor": "Nakt", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 5, + "sungby": "Vasushrut Atreya", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 5, + "sungby": "Vasushrut Atreya", + "sungbycategory": "human male", + "sungfor": "Mahi", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 5, + "sungby": "Vasushrut Atreya", + "sungbycategory": "human male", + "sungfor": "Tvashta", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 5, + "sungby": "Vasushrut Atreya", + "sungbycategory": "human male", + "sungfor": "Vanaspati", + "sungforcategory": "plant" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 5, + "sungby": "Vasushrut Atreya", + "sungbycategory": "human male", + "sungfor": "Svaha", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 6, + "sungby": "Vasushrut Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 7, + "sungby": "Ish Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 7, + "sungby": "Ish Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 8, + "sungby": "Ish Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 9, + "sungby": "Gay Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 9, + "sungby": "Gay Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 10, + "sungby": "Gay Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 10, + "sungby": "Gay Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 11, + "sungby": "Sutambhar Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 12, + "sungby": "Sutambhar Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 13, + "sungby": "Sutambhar Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 14, + "sungby": "Sutambhar Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 15, + "sungby": "Dharun Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 16, + "sungby": "Puru Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 16, + "sungby": "Puru Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 17, + "sungby": "Puru Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 17, + "sungby": "Puru Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 18, + "sungby": "Mriktavah Dwit Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 18, + "sungby": "Mriktavah Dwit Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 19, + "sungby": "Vavri Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 19, + "sungby": "Vavri Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Virangarupa", + "sukta": 19, + "sungby": "Vavri Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 20, + "sungby": "Prayasvan Atri", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 20, + "sungby": "Prayasvan Atri", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 21, + "sungby": "Sas Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 21, + "sungby": "Sas Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 22, + "sungby": "Vishwasama Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 22, + "sungby": "Vishwasama Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 23, + "sungby": "Dyumn Vishwacharshani Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 23, + "sungby": "Dyumn Vishwacharshani Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Virat", + "sukta": 24, + "sungby": "Bandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Virat", + "sukta": 24, + "sungby": "Subandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Virat", + "sukta": 24, + "sungby": "Shrutabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Virat", + "sukta": 24, + "sungby": "Viprabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 25, + "sungby": "Vasuyu Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 26, + "sungby": "Vasuyu Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 26, + "sungby": "Vasuyu Atreya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 26, + "sungby": "Vasuyu Atreya", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 26, + "sungby": "Vasuyu Atreya", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 26, + "sungby": "Vasuyu Atreya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 26, + "sungby": "Vasuyu Atreya", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 27, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 27, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 27, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 29, + "sungby": "Gauriviti Shaktya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 29, + "sungby": "Gauriviti Shaktya", + "sungbycategory": "human male", + "sungfor": "Ushana", + "sungforcategory": "human male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 30, + "sungby": "Babhru Atreya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 30, + "sungby": "Babhru Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 31, + "sungby": "Avasyu Atreya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 31, + "sungby": "Avasyu Atreya", + "sungbycategory": "human male", + "sungfor": "Kutsa", + "sungforcategory": "human male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 31, + "sungby": "Avasyu Atreya", + "sungbycategory": "human male", + "sungfor": "Ushana", + "sungforcategory": "human male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 32, + "sungby": "Gatu Atreya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 33, + "sungby": "Samvaran Prajapatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 34, + "sungby": "Samvaran Prajapatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 34, + "sungby": "Samvaran Prajapatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 35, + "sungby": "Prabhuvasu Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 35, + "sungby": "Prabhuvasu Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 36, + "sungby": "Prabhuvasu Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 36, + "sungby": "Prabhuvasu Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 37, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 38, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 39, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 39, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Ushnik", + "sukta": 40, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 40, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 40, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Ayu", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Nakt", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Tvashta", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Parvat", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Ahirbudhnya", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Nirriti", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Vasu", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Ila", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Urvashi", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Virat", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Ila", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Virat", + "sukta": 41, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Urvashi", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Raka", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Ila", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Virat", + "sukta": 42, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 43, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Cow", + "sungforcategory": "animal" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 43, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 43, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 43, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 43, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 43, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 43, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Gna", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 43, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 43, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 43, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 43, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 43, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Virat", + "sukta": 43, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 43, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 44, + "sungby": "Avatsar Kashyap", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 44, + "sungby": "Avatsar Kashyap", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 44, + "sungby": "Avatsar Kashyap", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 44, + "sungby": "Avatsar Kashyap", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 44, + "sungby": "Avatsar Kashyap", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 45, + "sungby": "Sadaprin Atreya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 45, + "sungby": "Sadaprin Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 45, + "sungby": "Sadaprin Atreya", + "sungbycategory": "human male", + "sungfor": "Sarama", + "sungforcategory": "animal" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 45, + "sungby": "Sadaprin Atreya", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Purastajjyoti", + "sukta": 45, + "sungby": "Sadaprin Atreya", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Devapatni", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Swar", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Parvat", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Apah", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Brahmanaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Tvashta", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Devapatni", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Indrani", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Agnayi", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Rodasi", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 46, + "sungby": "Pratikshatra Atreya", + "sungbycategory": "human male", + "sungfor": "Varunani", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 47, + "sungby": "Pratirath Atreya", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 47, + "sungby": "Pratirath Atreya", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 47, + "sungby": "Pratirath Atreya", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 47, + "sungby": "Pratirath Atreya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 47, + "sungby": "Pratirath Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 48, + "sungby": "Pratibhanu Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 48, + "sungby": "Pratibhanu Atreya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 48, + "sungby": "Pratibhanu Atreya", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Pratiprabh Atreya", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Pratiprabh Atreya", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Pratiprabh Atreya", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Pratiprabh Atreya", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Pratiprabh Atreya", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Pratiprabh Atreya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Pratiprabh Atreya", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Pratiprabh Atreya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Pratiprabh Atreya", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Pratiprabh Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Pratiprabh Atreya", + "sungbycategory": "human male", + "sungfor": "Vasu", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 50, + "sungby": "Swasti Atreya", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 50, + "sungby": "Swasti Atreya", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 51, + "sungby": "Swasti Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 51, + "sungby": "Swasti Atreya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 51, + "sungby": "Swasti Atreya", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Ushnik", + "sukta": 51, + "sungby": "Swasti Atreya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Ushnik", + "sukta": 51, + "sungby": "Swasti Atreya", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Ushnik", + "sukta": 51, + "sungby": "Swasti Atreya", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Ushnik", + "sukta": 51, + "sungby": "Swasti Atreya", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Ushnik", + "sukta": 51, + "sungby": "Swasti Atreya", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Ushnik", + "sukta": 51, + "sungby": "Swasti Atreya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Ushnik", + "sukta": 51, + "sungby": "Swasti Atreya", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Ushnik", + "sukta": 51, + "sungby": "Swasti Atreya", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Ushnik", + "sukta": 51, + "sungby": "Swasti Atreya", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 51, + "sungby": "Swasti Atreya", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 51, + "sungby": "Swasti Atreya", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 51, + "sungby": "Swasti Atreya", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 51, + "sungby": "Swasti Atreya", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 51, + "sungby": "Swasti Atreya", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 51, + "sungby": "Swasti Atreya", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 51, + "sungby": "Swasti Atreya", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 51, + "sungby": "Swasti Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 51, + "sungby": "Swasti Atreya", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 51, + "sungby": "Swasti Atreya", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 51, + "sungby": "Swasti Atreya", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 51, + "sungby": "Swasti Atreya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 51, + "sungby": "Swasti Atreya", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 52, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 52, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Kakup", + "sukta": 53, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Brihati", + "sukta": 53, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 53, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Ushnik", + "sukta": 53, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 53, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 54, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 54, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 55, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 55, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Brihati", + "sukta": 56, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 57, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 57, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 58, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 59, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 59, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 60, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 60, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 61, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 61, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Shashiyasi", + "sungforcategory": "human female" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 61, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Shashiyasi", + "sungforcategory": "human female" + }, + { + "mandal": 5, + "meter": "Brihati", + "sukta": 61, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Purumil", + "sungforcategory": "human male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 61, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Tarant", + "sungforcategory": "human male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 61, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Rathaviti", + "sungforcategory": "human female" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 62, + "sungby": "Shrutavit Atreya", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 62, + "sungby": "Shrutavit Atreya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 63, + "sungby": "Archanana Atreya", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 63, + "sungby": "Archanana Atreya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 64, + "sungby": "Archanana Atreya", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 64, + "sungby": "Archanana Atreya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 64, + "sungby": "Archanana Atreya", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 64, + "sungby": "Archanana Atreya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 65, + "sungby": "Ratahavya Atreya", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 65, + "sungby": "Ratahavya Atreya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 65, + "sungby": "Ratahavya Atreya", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 65, + "sungby": "Ratahavya Atreya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 66, + "sungby": "Ratahavya Atreya", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 66, + "sungby": "Ratahavya Atreya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 67, + "sungby": "Yajat Atreya", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 67, + "sungby": "Yajat Atreya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 68, + "sungby": "Yajat Atreya", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 68, + "sungby": "Yajat Atreya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 69, + "sungby": "Uruchakri Atreya", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 69, + "sungby": "Uruchakri Atreya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 70, + "sungby": "Uruchakri Atreya", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 70, + "sungby": "Uruchakri Atreya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 71, + "sungby": "Bahuvrikta Atreya", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Gayatri", + "sukta": 71, + "sungby": "Bahuvrikta Atreya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Ushnik", + "sukta": 72, + "sungby": "Bahuvrikta Atreya", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Ushnik", + "sukta": 72, + "sungby": "Bahuvrikta Atreya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 73, + "sungby": "Paur Atreya", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 74, + "sungby": "Paur Atreya", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 75, + "sungby": "Avasyu Atreya", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 76, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 77, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 78, + "sungby": "Saptavadhi Atreya", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Ushnik", + "sukta": 78, + "sungby": "Saptavadhi Atreya", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 78, + "sungby": "Saptavadhi Atreya", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Pankti", + "sukta": 79, + "sungby": "Satyashrava Atreya", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 80, + "sungby": "Satyashrava Atreya", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 81, + "sungby": "Shayavashcha Atreya", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 82, + "sungby": "Shayavashcha Atreya", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 82, + "sungby": "Shayavashcha Atreya", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 83, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Parjanya", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 83, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Parjanya", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 83, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Parjanya", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 84, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 5, + "meter": "Trishtup", + "sukta": 85, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 86, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Anushtup", + "sukta": 86, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Virat", + "sukta": 86, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Virat", + "sukta": 86, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 5, + "meter": "Jagati", + "sukta": 87, + "sungby": "Evayamarut Atreya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Anushtup", + "sukta": 1, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Shakchari", + "sukta": 1, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Anushtup", + "sukta": 2, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Shakchari", + "sukta": 2, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 3, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 4, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 5, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 6, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 7, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 7, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 8, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 8, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 9, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 10, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Virat", + "sukta": 10, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 11, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 12, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 13, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Anushtup", + "sukta": 14, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Shakchari", + "sukta": 14, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 15, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Shakchari", + "sukta": 15, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 15, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Anushtup", + "sukta": 15, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Brihati", + "sukta": 15, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Gayatri", + "sukta": 16, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Vardhamana", + "sukta": 16, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Anushtup", + "sukta": 16, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 16, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 17, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 18, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 19, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 20, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Virat", + "sukta": 20, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 21, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 21, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 21, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 21, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 21, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 21, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 21, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 21, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 21, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Herbs", + "sungforcategory": "plant" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 21, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Parvat", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 22, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 23, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 24, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 25, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 26, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 27, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 27, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Abhyavarti Chayaman", + "sungforcategory": "human male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 28, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Cow", + "sungforcategory": "animal" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 28, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Anushtup", + "sukta": 28, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Cow", + "sungforcategory": "animal" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 29, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 30, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 31, + "sungby": "Suhotra Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Shakchari", + "sukta": 31, + "sungby": "Suhotra Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 32, + "sungby": "Suhotra Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 33, + "sungby": "Shunhotra Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 34, + "sungby": "Shunhotra Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Nara Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 36, + "sungby": "Nara Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 37, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 38, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 39, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Anushtup", + "sukta": 42, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Brihati", + "sukta": 42, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Ushnik", + "sukta": 43, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Anushtup", + "sukta": 44, + "sungby": "Shanyu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Virat", + "sukta": 44, + "sungby": "Shanyu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 44, + "sungby": "Shanyu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Gayatri", + "sukta": 45, + "sungby": "Shanyu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Anushtup", + "sukta": 45, + "sungby": "Shanyu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Bributaksha", + "sungforcategory": "human male" + }, + { + "mandal": 6, + "meter": "Brihati", + "sukta": 46, + "sungby": "Shanyu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 47, + "sungby": "Garg Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 47, + "sungby": "Garg Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Brihati", + "sukta": 47, + "sungby": "Garg Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 47, + "sungby": "Garg Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 47, + "sungby": "Garg Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Prastok Srinjay", + "sungforcategory": "human male" + }, + { + "mandal": 6, + "meter": "Anushtup", + "sukta": 47, + "sungby": "Garg Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Prastok Srinjay", + "sungforcategory": "human male" + }, + { + "mandal": 6, + "meter": "Gayatri", + "sukta": 47, + "sungby": "Garg Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Prastok Srinjay", + "sungforcategory": "human male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 47, + "sungby": "Garg Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Chariot", + "sungforcategory": "object" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 47, + "sungby": "Garg Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Chariot", + "sungforcategory": "object" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 47, + "sungby": "Garg Bharadwaj", + "sungbycategory": "human male", + "sungfor": "War drum", + "sungforcategory": "object" + }, + { + "mandal": 6, + "meter": "Pragath", + "sukta": 48, + "sungby": "Shanyu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Brihati", + "sukta": 48, + "sungby": "Shanyu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Kakup", + "sukta": 48, + "sungby": "Shanyu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Cow", + "sungforcategory": "animal" + }, + { + "mandal": 6, + "meter": "Brihati", + "sukta": 48, + "sungby": "Shanyu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Ushnik", + "sukta": 48, + "sungby": "Shanyu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Cow", + "sungforcategory": "animal" + }, + { + "mandal": 6, + "meter": "Pragath", + "sukta": 48, + "sungby": "Shanyu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Pragath", + "sukta": 48, + "sungby": "Shanyu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Pragath", + "sukta": 48, + "sungby": "Shanyu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Pragath", + "sukta": 48, + "sungby": "Shanyu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 48, + "sungby": "Shanyu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Kakup", + "sukta": 48, + "sungby": "Shanyu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Brihati", + "sukta": 48, + "sungby": "Shanyu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Ushnik", + "sukta": 48, + "sungby": "Shanyu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Pragath", + "sukta": 48, + "sungby": "Shanyu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Brihati", + "sukta": 48, + "sungby": "Shanyu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Anushtup", + "sukta": 48, + "sungby": "Shanyu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Anushtup", + "sukta": 48, + "sungby": "Shanyu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Nakt", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Parjanya", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Vata", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Tvashta", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Ahirbudhnya", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Parvat", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Shakchari", + "sukta": 49, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Apah", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Vasu", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Cow", + "sungforcategory": "animal" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Parjanya", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Vata", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Tvashta", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Ahirbudhnya", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Ajaikapad", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Ocean", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 51, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 51, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 51, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 51, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 51, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 51, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 51, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 51, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 51, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 51, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Vasu", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 51, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 51, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 51, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Ushnik", + "sukta": 51, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Ushnik", + "sukta": 51, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Ushnik", + "sukta": 51, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 52, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Curse", + "sungforcategory": "abstract" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 52, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 52, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 52, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 52, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Sindhu", + "sungforcategory": "divine female" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 52, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Parvat", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 52, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Pitri", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 52, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 52, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 52, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 52, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Parjanya", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Gayatri", + "sukta": 52, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Gayatri", + "sukta": 52, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Gayatri", + "sukta": 52, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Gayatri", + "sukta": 52, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Gayatri", + "sukta": 52, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Tvashta", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Gayatri", + "sukta": 52, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Gayatri", + "sukta": 52, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 52, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 52, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 52, + "sungby": "Rijishwa Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Grass", + "sungforcategory": "object" + }, + { + "mandal": 6, + "meter": "Gayatri", + "sukta": 53, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Anushtup", + "sukta": 53, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Gayatri", + "sukta": 54, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Gayatri", + "sukta": 55, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Gayatri", + "sukta": 56, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Anushtup", + "sukta": 56, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 57, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 57, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 57, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 57, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 58, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 58, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Brihati", + "sukta": 59, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Brihati", + "sukta": 59, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Anushtup", + "sukta": 59, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Anushtup", + "sukta": 59, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Gayatri", + "sukta": 60, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Gayatri", + "sukta": 60, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 60, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 60, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Brihati", + "sukta": 60, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Brihati", + "sukta": 60, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Anushtup", + "sukta": 60, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Anushtup", + "sukta": 60, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Gayatri", + "sukta": 61, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 61, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 61, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 62, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 63, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 64, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 65, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 66, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 67, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 67, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 68, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 68, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 68, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 68, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 69, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 69, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 70, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 70, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 71, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 71, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 72, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 72, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 73, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 74, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 74, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 75, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Armour", + "sungforcategory": "object" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 75, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Bow", + "sungforcategory": "object" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 75, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Bowstring", + "sungforcategory": "object" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 75, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Bow", + "sungforcategory": "object" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 75, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Quiver", + "sungforcategory": "object" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 75, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Charioteer", + "sungforcategory": "human male" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 75, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Reins", + "sungforcategory": "object" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 75, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Horse", + "sungforcategory": "animal" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 75, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Chariot", + "sungforcategory": "object" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 75, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Chariotguards", + "sungforcategory": "human male" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 75, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Brahman", + "sungforcategory": "human male" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 75, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Pitri", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 75, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 75, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 75, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 6, + "meter": "Jagati", + "sukta": 75, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 75, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Arrows", + "sungforcategory": "object" + }, + { + "mandal": 6, + "meter": "Anushtup", + "sukta": 75, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Arrows", + "sungforcategory": "object" + }, + { + "mandal": 6, + "meter": "Anushtup", + "sukta": 75, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Whip", + "sungforcategory": "object" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 75, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Armguard", + "sungforcategory": "object" + }, + { + "mandal": 6, + "meter": "Anushtup", + "sukta": 75, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Arrows", + "sungforcategory": "object" + }, + { + "mandal": 6, + "meter": "Pankti", + "sukta": 75, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Brahmanaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Pankti", + "sukta": 75, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 75, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 6, + "meter": "Trishtup", + "sukta": 75, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Virat", + "sukta": 1, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 1, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 2, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 2, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Narashans", + "sungforcategory": "abstract" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 2, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Grass", + "sungforcategory": "object" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 2, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ila", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 2, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Door", + "sungforcategory": "object" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 2, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 2, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Nakt", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 2, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 2, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Mahi", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 2, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Tvashta", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 2, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Vanaspati", + "sungforcategory": "plant" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 2, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Svaha", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 3, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 4, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 5, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 6, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 7, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 8, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 9, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 10, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 11, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 12, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 13, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 14, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Brihati", + "sukta": 14, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 15, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Brihati", + "sukta": 15, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Pragath", + "sukta": 16, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 17, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 18, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 18, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Sudas Paijavan", + "sungforcategory": "human male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 19, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 20, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 21, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Virat", + "sukta": 22, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 22, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 23, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 24, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 25, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 26, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 27, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 28, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 29, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 30, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Gayatri", + "sukta": 31, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Virat", + "sukta": 31, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Pragath", + "sukta": 32, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Virat", + "sukta": 32, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 33, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Sons of Vasishth", + "sungforcategory": "human male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 33, + "sungby": "Sons of Vasishth", + "sungbycategory": "human male", + "sungfor": "Vasishth Maitravaruni", + "sungforcategory": "human male" + }, + { + "mandal": 7, + "meter": "Virat", + "sukta": 34, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Virat", + "sukta": 34, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Virat", + "sukta": 34, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Virat", + "sukta": 34, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Virat", + "sukta": 34, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ahirbudhnya", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Virat", + "sukta": 34, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Devapatni", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Virat", + "sukta": 34, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Tvashta", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 34, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Rodasi", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 34, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 34, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Parvat", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 34, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Apah", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 34, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Herbs", + "sungforcategory": "plant" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 34, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 34, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 34, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 34, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 34, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 34, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Purandhi", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Herbs", + "sungforcategory": "plant" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Vasu", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Tvashta", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Devapatni", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Parvat", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Sindhu", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ajaikapad", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ahirbudhnya", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 36, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 36, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 36, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 36, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 36, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 36, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 36, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 36, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Sindhu", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 36, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 36, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 36, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 36, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 36, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 37, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 37, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 37, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 37, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Parvat", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 38, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 38, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 39, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 39, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 39, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 39, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Vasu", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 39, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 39, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 39, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 39, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Purandhi", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 39, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 39, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 39, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 39, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 39, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 39, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Brahmanaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 41, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Brahmans", + "sungforcategory": "human male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Nakt", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Grass", + "sungforcategory": "object" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 43, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 43, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Jagati", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Dadhikra", + "sungforcategory": "animal" + }, + { + "mandal": 7, + "meter": "Jagati", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Jagati", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Jagati", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Jagati", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Jagati", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Jagati", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Jagati", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Jagati", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Brahmanaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Jagati", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Jagati", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Jagati", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Jagati", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Apah", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Jagati", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Dadhikra", + "sungforcategory": "animal" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ila", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Grass", + "sungforcategory": "object" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Vasu", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 44, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 45, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Jagati", + "sukta": 46, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 46, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 47, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Apah", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 48, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 49, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Apah", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 50, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 51, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 52, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 53, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 53, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 54, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Vastoshpati", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Gayatri", + "sukta": 55, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Vastoshpati", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Brihati", + "sukta": 55, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Sarama", + "sungforcategory": "animal" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 56, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Virat", + "sukta": 56, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 57, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 58, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Pragath", + "sukta": 59, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 59, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Gayatri", + "sukta": 59, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Anushtup", + "sukta": 59, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 60, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 60, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 60, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 61, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 61, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 62, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 62, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 62, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 63, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 63, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 63, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 64, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 64, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 65, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 65, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Gayatri", + "sukta": 66, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Gayatri", + "sukta": 66, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Gayatri", + "sukta": 66, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Gayatri", + "sukta": 66, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Pragath", + "sukta": 66, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Pragath", + "sukta": 66, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Pragath", + "sukta": 66, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Pragath", + "sukta": 66, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Ushnik", + "sukta": 66, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 67, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Virat", + "sukta": 68, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 68, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 69, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 70, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 71, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 72, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 73, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Pragath", + "sukta": 74, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 75, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 76, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 77, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 78, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 79, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 80, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Pragath", + "sukta": 81, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Jagati", + "sukta": 82, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Jagati", + "sukta": 82, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Jagati", + "sukta": 83, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Jagati", + "sukta": 83, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Jagati", + "sukta": 84, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Jagati", + "sukta": 84, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Jagati", + "sukta": 85, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Jagati", + "sukta": 85, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 86, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 87, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 88, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Gayatri", + "sukta": 89, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Jagati", + "sukta": 89, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 90, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 90, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 91, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 91, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 92, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 92, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 93, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 93, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Gayatri", + "sukta": 94, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Gayatri", + "sukta": 94, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Anushtup", + "sukta": 94, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Anushtup", + "sukta": 94, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 95, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 95, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Saraswan", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Pragath", + "sukta": 96, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Pankti", + "sukta": 96, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Gayatri", + "sukta": 96, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 7, + "meter": "Gayatri", + "sukta": 96, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Saraswan", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 97, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 97, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 98, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 98, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 99, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 99, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 100, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 101, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Parjanya", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Gayatri", + "sukta": 102, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Parjanya", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 103, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Frogs", + "sungforcategory": "animal" + }, + { + "mandal": 7, + "meter": "Anushtup", + "sukta": 103, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Frogs", + "sungforcategory": "animal" + }, + { + "mandal": 7, + "meter": "Jagati", + "sukta": 104, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Jagati", + "sukta": 104, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 104, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 104, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Trishtup", + "sukta": 104, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 7, + "meter": "Jagati", + "sukta": 104, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 1, + "sungby": "Pragath Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 1, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Brihati", + "sukta": 1, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 1, + "sungby": "Asanga Playogi", + "sungbycategory": "human male", + "sungfor": "Medhatithi Kanv", + "sungforcategory": "human male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 2, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 2, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 2, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Vibhindu", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 3, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 3, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Pakasthama Kauryan", + "sungforcategory": "human male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 3, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Pakasthama Kauryan", + "sungforcategory": "human male" + }, + { + "mandal": 8, + "meter": "Brihati", + "sukta": 3, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Pakasthama Kauryan", + "sungforcategory": "human male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 4, + "sungby": "Devatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 4, + "sungby": "Devatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 4, + "sungby": "Devatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Kurung", + "sungforcategory": "human male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 4, + "sungby": "Devatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Kurung", + "sungforcategory": "human male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 5, + "sungby": "Brahmatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Brihati", + "sukta": 5, + "sungby": "Brahmatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Brihati", + "sukta": 5, + "sungby": "Brahmatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Kashu", + "sungforcategory": "human male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 5, + "sungby": "Brahmatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Kashu", + "sungforcategory": "human male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 6, + "sungby": "Vats Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 6, + "sungby": "Vats Kanv", + "sungbycategory": "human male", + "sungfor": "Tirindir Parshavya", + "sungforcategory": "human male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 7, + "sungby": "Punarvats Kanv", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 8, + "sungby": "Sadhwans Kanv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 9, + "sungby": "Shashakarn Kanv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Brihati", + "sukta": 9, + "sungby": "Shashakarn Kanv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 9, + "sungby": "Shashakarn Kanv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Kakup", + "sukta": 9, + "sungby": "Shashakarn Kanv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 9, + "sungby": "Shashakarn Kanv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Virat", + "sukta": 9, + "sungby": "Shashakarn Kanv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Jagati", + "sukta": 9, + "sungby": "Shashakarn Kanv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Brihati", + "sukta": 10, + "sungby": "Pragath Kanv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 10, + "sungby": "Pragath Kanv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 10, + "sungby": "Pragath Kanv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pankti", + "sukta": 10, + "sungby": "Pragath Kanv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 10, + "sungby": "Pragath Kanv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 11, + "sungby": "Vats Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Vardhamana", + "sukta": 11, + "sungby": "Vats Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 11, + "sungby": "Vats Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 12, + "sungby": "Parvat Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 13, + "sungby": "Narad Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 14, + "sungby": "Goshukti Ashvasukti Kanvayan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 15, + "sungby": "Goshukti Ashvasukti Kanvayan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 16, + "sungby": "Irimbithi Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 17, + "sungby": "Irimbithi Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 17, + "sungby": "Irimbithi Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 18, + "sungby": "Irimbithi Kanv", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 18, + "sungby": "Irimbithi Kanv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 18, + "sungby": "Irimbithi Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 18, + "sungby": "Irimbithi Kanv", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 19, + "sungby": "Sobhari Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Virat", + "sukta": 19, + "sungby": "Sobhari Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 19, + "sungby": "Sobhari Kanv", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Brihati", + "sukta": 19, + "sungby": "Sobhari Kanv", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Kakup", + "sukta": 19, + "sungby": "Sobhari Kanv", + "sungbycategory": "human male", + "sungfor": "Trasadasyu Paurukutsya", + "sungforcategory": "human male" + }, + { + "mandal": 8, + "meter": "Pankti", + "sukta": 19, + "sungby": "Sobhari Kanv", + "sungbycategory": "human male", + "sungfor": "Trasadasyu Paurukutsya", + "sungforcategory": "human male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 20, + "sungby": "Sobhari Kanv", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 21, + "sungby": "Sobhari Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 21, + "sungby": "Sobhari Kanv", + "sungbycategory": "human male", + "sungfor": "Chitra", + "sungforcategory": "divine female" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 22, + "sungby": "Sobhari Kanv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Brihati", + "sukta": 22, + "sungby": "Sobhari Kanv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 22, + "sungby": "Sobhari Kanv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Kakup", + "sukta": 22, + "sungby": "Sobhari Kanv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 22, + "sungby": "Sobhari Kanv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 23, + "sungby": "Vishwamana Vaiyashv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 24, + "sungby": "Vishwamana Vaiyashv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 24, + "sungby": "Vishwamana Vaiyashv", + "sungbycategory": "human male", + "sungfor": "Varu Saushamni", + "sungforcategory": "human male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 24, + "sungby": "Vishwamana Vaiyashv", + "sungbycategory": "human male", + "sungfor": "Varu Saushamni", + "sungforcategory": "human male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 25, + "sungby": "Vishwamana Vaiyashv", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 25, + "sungby": "Vishwamana Vaiyashv", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 25, + "sungby": "Vishwamana Vaiyashv", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 25, + "sungby": "Vishwamana Vaiyashv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 25, + "sungby": "Vishwamana Vaiyashv", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 25, + "sungby": "Vishwamana Vaiyashv", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 25, + "sungby": "Vishwamana Vaiyashv", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 25, + "sungby": "Vishwamana Vaiyashv", + "sungbycategory": "human male", + "sungfor": "Parjanya", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 25, + "sungby": "Vishwamana Vaiyashv", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 25, + "sungby": "Vishwamana Vaiyashv", + "sungbycategory": "human male", + "sungfor": "Saushaman", + "sungforcategory": "human male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 25, + "sungby": "Vishwamana Vaiyashv", + "sungbycategory": "human male", + "sungfor": "Saushaman", + "sungforcategory": "human male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 26, + "sungby": "Vishwamana Vaiyashv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 26, + "sungby": "Vishwamana Vaiyashv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 26, + "sungby": "Vishwamana Vaiyashv", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 26, + "sungby": "Vishwamana Vaiyashv", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 26, + "sungby": "Vishwamana Vaiyashv", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 27, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 27, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 27, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Brahmanaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 27, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 27, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 27, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 27, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 27, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 27, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 27, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 27, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 27, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 28, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 28, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 28, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 28, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 28, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 28, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 28, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Virat", + "sukta": 29, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Virat", + "sukta": 29, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Virat", + "sukta": 29, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Tvashta", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Virat", + "sukta": 29, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Virat", + "sukta": 29, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Virat", + "sukta": 29, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Virat", + "sukta": 29, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Virat", + "sukta": 29, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Virat", + "sukta": 29, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Virat", + "sukta": 29, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 30, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 30, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Brihati", + "sukta": 30, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 30, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 31, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Sacrificer", + "sungforcategory": "human male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 31, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Husband and wife", + "sungforcategory": "human couple" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 31, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Husband and wife", + "sungforcategory": "human couple" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 31, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Parvat", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 31, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Rivers", + "sungforcategory": "divine female" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 31, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 31, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 31, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 31, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 31, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 31, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pankti", + "sukta": 31, + "sungby": "Manu Vaivasvat", + "sungbycategory": "human male", + "sungfor": "Sacrificer", + "sungforcategory": "human male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 32, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Brihati", + "sukta": 33, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 33, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 33, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 34, + "sungby": "Nipatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 34, + "sungby": "Sahasra Vasurochish Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pankti", + "sukta": 35, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Brihati", + "sukta": 35, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Shakchari", + "sukta": 36, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pankti", + "sukta": 36, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pankti", + "sukta": 37, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Jagati", + "sukta": 37, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 38, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 38, + "sungby": "Shyavashch Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pankti", + "sukta": 39, + "sungby": "Nabhak Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pankti", + "sukta": 40, + "sungby": "Nabhak Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pankti", + "sukta": 40, + "sungby": "Nabhak Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Shakchari", + "sukta": 40, + "sungby": "Nabhak Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Nabhak Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 40, + "sungby": "Nabhak Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pankti", + "sukta": 41, + "sungby": "Nabhak Kanv", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Nabhak Kanv", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 42, + "sungby": "Nabhak Kanv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Archanana Atreya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 42, + "sungby": "Archanana Atreya", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 43, + "sungby": "Virup Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 44, + "sungby": "Virup Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 45, + "sungby": "Trishok Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 45, + "sungby": "Trishok Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 46, + "sungby": "Vash Ashwya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 46, + "sungby": "Vash Ashwya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 46, + "sungby": "Vash Ashwya", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 46, + "sungby": "Vash Ashwya", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Kakup", + "sukta": 46, + "sungby": "Vash Ashwya", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Brihati", + "sukta": 46, + "sungby": "Vash Ashwya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 46, + "sungby": "Vash Ashwya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 46, + "sungby": "Vash Ashwya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Jagati", + "sukta": 46, + "sungby": "Vash Ashwya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Brihati", + "sukta": 46, + "sungby": "Vash Ashwya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Kakumanyamkushira", + "sukta": 46, + "sungby": "Vash Ashwya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Virat", + "sukta": 46, + "sungby": "Vash Ashwya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Jagati", + "sukta": 46, + "sungby": "Vash Ashwya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Brihati", + "sukta": 46, + "sungby": "Vash Ashwya", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pankti", + "sukta": 46, + "sungby": "Vash Ashwya", + "sungbycategory": "human male", + "sungfor": "Prithushrava Kanit", + "sungforcategory": "human male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 46, + "sungby": "Vash Ashwya", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pankti", + "sukta": 46, + "sungby": "Vash Ashwya", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pankti", + "sukta": 47, + "sungby": "Trita Aptya", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pankti", + "sukta": 47, + "sungby": "Trita Aptya", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 48, + "sungby": "Pragath Kanv", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Jagati", + "sukta": 48, + "sungby": "Pragath Kanv", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 49, + "sungby": "Praskanv Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 50, + "sungby": "Pushtigu Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 51, + "sungby": "Shrushtigu Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 52, + "sungby": "Ayu Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 53, + "sungby": "Medhya Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 54, + "sungby": "Matarishv Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 54, + "sungby": "Matarishv Kanv", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 54, + "sungby": "Matarishv Kanv", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 54, + "sungby": "Matarishv Kanv", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 55, + "sungby": "Krishakanv", + "sungbycategory": "human male", + "sungfor": "Praskanv", + "sungforcategory": "human male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 55, + "sungby": "Krishakanv", + "sungbycategory": "human male", + "sungfor": "Praskanv", + "sungforcategory": "human male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 56, + "sungby": "Prishadh Kanv", + "sungbycategory": "human male", + "sungfor": "Praskanv", + "sungforcategory": "human male" + }, + { + "mandal": 8, + "meter": "Pankti", + "sukta": 56, + "sungby": "Prishadh Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pankti", + "sukta": 56, + "sungby": "Prishadh Kanv", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 57, + "sungby": "Medhya Kanv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 58, + "sungby": "Medhya Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 58, + "sungby": "Medhya Kanv", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 58, + "sungby": "Medhya Kanv", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 58, + "sungby": "Medhya Kanv", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Jagati", + "sukta": 59, + "sungby": "Suparn Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Jagati", + "sukta": 59, + "sungby": "Suparn Kanv", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 60, + "sungby": "Bharg Pragath", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 61, + "sungby": "Bharg Pragath", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pankti", + "sukta": 62, + "sungby": "Pragath Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Brihati", + "sukta": 62, + "sungby": "Pragath Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 63, + "sungby": "Pragath Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 63, + "sungby": "Pragath Kanv", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 63, + "sungby": "Pragath Kanv", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 63, + "sungby": "Pragath Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 64, + "sungby": "Pragath Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 65, + "sungby": "Pragath Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 66, + "sungby": "Pragath Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 67, + "sungby": "Matsya Sammad", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 68, + "sungby": "Priyamedh Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 68, + "sungby": "Priyamedh Angiras", + "sungbycategory": "human male", + "sungfor": "Riksha Ashwamedh", + "sungforcategory": "human male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 69, + "sungby": "Priyamedh Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 69, + "sungby": "Priyamedh Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 69, + "sungby": "Priyamedh Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 69, + "sungby": "Priyamedh Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pankti", + "sukta": 69, + "sungby": "Priyamedh Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pankti", + "sukta": 69, + "sungby": "Priyamedh Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pankti", + "sukta": 69, + "sungby": "Priyamedh Angiras", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 69, + "sungby": "Priyamedh Angiras", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Brihati", + "sukta": 69, + "sungby": "Priyamedh Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Brihati", + "sukta": 70, + "sungby": "Puruhanma Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 70, + "sungby": "Puruhanma Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 70, + "sungby": "Puruhanma Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 70, + "sungby": "Puruhanma Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 71, + "sungby": "Purumil Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 71, + "sungby": "Purumil Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 72, + "sungby": "Haryat Pragath", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 73, + "sungby": "Gopavan Atreya", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 74, + "sungby": "Gopavan Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 74, + "sungby": "Gopavan Atreya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 74, + "sungby": "Gopavan Atreya", + "sungbycategory": "human male", + "sungfor": "Shrutarva Aksharya", + "sungforcategory": "human male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 75, + "sungby": "Virup Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 76, + "sungby": "Kurusuti Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 77, + "sungby": "Kurusuti Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 77, + "sungby": "Kurusuti Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 78, + "sungby": "Kurusuti Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Brihati", + "sukta": 78, + "sungby": "Kurusuti Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 79, + "sungby": "Kutnu Bhargav", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 79, + "sungby": "Kutnu Bhargav", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 80, + "sungby": "Ekadyu Naudhas", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 80, + "sungby": "Ekadyu Naudhas", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 81, + "sungby": "Kusidi Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 82, + "sungby": "Kusidi Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 83, + "sungby": "Kusidi Kanv", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 83, + "sungby": "Kusidi Kanv", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 83, + "sungby": "Kusidi Kanv", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 83, + "sungby": "Kusidi Kanv", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 83, + "sungby": "Kusidi Kanv", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 83, + "sungby": "Kusidi Kanv", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 83, + "sungby": "Kusidi Kanv", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 84, + "sungby": "Ushana Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 85, + "sungby": "Krishna Angiras", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Jagati", + "sukta": 86, + "sungby": "Krishna Angiras", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 87, + "sungby": "Krishna Angiras", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 88, + "sungby": "Nodha Gautam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 89, + "sungby": "Nrimedh Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 89, + "sungby": "Nrimedh Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Brihati", + "sukta": 89, + "sungby": "Nrimedh Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 89, + "sungby": "Purumedh Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 89, + "sungby": "Purumedh Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Brihati", + "sukta": 89, + "sungby": "Purumedh Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 90, + "sungby": "Nrimedh Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 90, + "sungby": "Purumedh Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 92, + "sungby": "Sukaksh Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 92, + "sungby": "Sukaksh Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 93, + "sungby": "Sukaksh Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 93, + "sungby": "Sukaksh Angiras", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 94, + "sungby": "Pootdaksh Angiras", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 95, + "sungby": "Tirashchi Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 96, + "sungby": "Tirashchi Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Virat", + "sukta": 96, + "sungby": "Tirashchi Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 96, + "sungby": "Tirashchi Angiras", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 96, + "sungby": "Tirashchi Angiras", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Brihati", + "sukta": 97, + "sungby": "Rebh Kashyap", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Jagati", + "sukta": 97, + "sungby": "Rebh Kashyap", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 97, + "sungby": "Rebh Kashyap", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Ushnik", + "sukta": 98, + "sungby": "Nrimedh Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Kakup", + "sukta": 98, + "sungby": "Nrimedh Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 99, + "sungby": "Nrimedh Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 100, + "sungby": "Nem Bhargav", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Jagati", + "sukta": 100, + "sungby": "Nem Bhargav", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 100, + "sungby": "Nem Bhargav", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 100, + "sungby": "Nem Bhargav", + "sungbycategory": "human male", + "sungfor": "Vak", + "sungforcategory": "divine female" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 101, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 101, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 101, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 101, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Brihati", + "sukta": 101, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Brihati", + "sukta": 101, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 101, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 101, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 101, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Pragath", + "sukta": 101, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Brihati", + "sukta": 101, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 101, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Trishtup", + "sukta": 101, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Cow", + "sungforcategory": "animal" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 102, + "sungby": "Prayog Bhargav", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Brihati", + "sukta": 103, + "sungby": "Sobhari Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Virangarupa", + "sukta": 103, + "sungby": "Sobhari Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Kakup", + "sukta": 103, + "sungby": "Sobhari Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Gayatri", + "sukta": 103, + "sungby": "Sobhari Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 103, + "sungby": "Sobhari Kanv", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 8, + "meter": "Anushtup", + "sukta": 103, + "sungby": "Sobhari Kanv", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 1, + "sungby": "Madhuchchhanda Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 2, + "sungby": "Madhuchchhanda Kanv", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 3, + "sungby": "Shunahshep Ajigarti", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 4, + "sungby": "Hiranyastup Angiras", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 5, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 5, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Tanunapat", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 5, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Grass", + "sungforcategory": "object" + }, + { + "mandal": 9, + "meter": "Anushtup", + "sukta": 5, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Ila", + "sungforcategory": "divine female" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 5, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Door", + "sungforcategory": "object" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 5, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 5, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Nakt", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Anushtup", + "sukta": 5, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 9, + "meter": "Anushtup", + "sukta": 5, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Bharati", + "sungforcategory": "divine female" + }, + { + "mandal": 9, + "meter": "Anushtup", + "sukta": 5, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Tvashta", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Anushtup", + "sukta": 5, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Vanaspati", + "sungforcategory": "plant" + }, + { + "mandal": 9, + "meter": "Anushtup", + "sukta": 5, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Svaha", + "sungforcategory": "divine female" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 6, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 7, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 8, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 9, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 10, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 11, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 12, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 13, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 14, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 15, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 16, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 17, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 18, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 19, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 20, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 21, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 22, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 23, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 24, + "sungby": "Asit Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 25, + "sungby": "Drilhachyut Agastya", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 26, + "sungby": "Drilhachyut Dardhachyut", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 27, + "sungby": "Nrimedh Angiras", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 28, + "sungby": "Priyamedh Angiras", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 29, + "sungby": "Priyamedh Angiras", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 30, + "sungby": "Bindu Angiras", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 31, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 32, + "sungby": "Shyavashch Angiras", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 33, + "sungby": "Trita Aptya", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 34, + "sungby": "Trita Aptya", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 35, + "sungby": "Prabhuvasu Angiras", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 36, + "sungby": "Prabhuvasu Angiras", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 37, + "sungby": "Rahugan Angiras", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 38, + "sungby": "Rahugan Angiras", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 39, + "sungby": "Brihanmati Angiras", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 40, + "sungby": "Brihanmati Angiras", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 41, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 42, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 43, + "sungby": "Medhatithi Kanv", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 44, + "sungby": "Ayasya Angiras", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 45, + "sungby": "Ayasya Angiras", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 46, + "sungby": "Ayasya Angiras", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 47, + "sungby": "Kavi Bhargav", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 48, + "sungby": "Kavi Bhargav", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 49, + "sungby": "Kavi Bhargav", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 50, + "sungby": "Uchathya Angiras", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 51, + "sungby": "Uchathya Angiras", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 52, + "sungby": "Uchathya Angiras", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 53, + "sungby": "Avatsar Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 54, + "sungby": "Avatsar Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 55, + "sungby": "Avatsar Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 56, + "sungby": "Avatsar Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 57, + "sungby": "Avatsar Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 58, + "sungby": "Avatsar Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 59, + "sungby": "Avatsar Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 60, + "sungby": "Avatsar Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Ushnik", + "sukta": 60, + "sungby": "Avatsar Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 61, + "sungby": "Amahiyu Angiras", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 62, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 63, + "sungby": "Nidhuvi Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 64, + "sungby": "Kashyap Marich", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 65, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 66, + "sungby": "Shat Vaikhanas", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Anushtup", + "sukta": 66, + "sungby": "Shat Vaikhanas", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Anushtup", + "sukta": 66, + "sungby": "Shat Vaikhanas", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 67, + "sungby": "Bharadwaj Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 67, + "sungby": "Kashyap Marich", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 67, + "sungby": "Gotam Rahugan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 67, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 67, + "sungby": "Vishwamitra Gathin", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 67, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 67, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 67, + "sungby": "Pavitra Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Ushnik", + "sukta": 67, + "sungby": "Pavitra Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Anushtup", + "sukta": 67, + "sungby": "Pavitra Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Jagati", + "sukta": 68, + "sungby": "Vatsapribhalandan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 68, + "sungby": "Vatsapribhalandan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Jagati", + "sukta": 69, + "sungby": "Hiranyastup Angiras", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 69, + "sungby": "Hiranyastup Angiras", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Jagati", + "sukta": 70, + "sungby": "Renu Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 70, + "sungby": "Renu Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Jagati", + "sukta": 71, + "sungby": "Rishabh Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 71, + "sungby": "Rishabh Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Jagati", + "sukta": 72, + "sungby": "Harimant Angiras", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Jagati", + "sukta": 73, + "sungby": "Pavitra Angiras", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Jagati", + "sukta": 74, + "sungby": "Kakshivan Dairghatamas", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 74, + "sungby": "Kakshivan Dairghatamas", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Jagati", + "sukta": 75, + "sungby": "Kavi Bhargav", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Jagati", + "sukta": 76, + "sungby": "Kavi Bhargav", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Jagati", + "sukta": 77, + "sungby": "Kavi Bhargav", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Jagati", + "sukta": 78, + "sungby": "Kavi Bhargav", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Jagati", + "sukta": 79, + "sungby": "Kavi Bhargav", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Jagati", + "sukta": 80, + "sungby": "Kavi Bhargav", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Jagati", + "sukta": 81, + "sungby": "Vasu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 81, + "sungby": "Vasu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Jagati", + "sukta": 82, + "sungby": "Vasu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 82, + "sungby": "Vasu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Jagati", + "sukta": 83, + "sungby": "Pavitra Angiras", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Jagati", + "sukta": 84, + "sungby": "Prajapati Vachya", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Jagati", + "sukta": 85, + "sungby": "Ven Bhargav", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 85, + "sungby": "Ven Bhargav", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Jagati", + "sukta": 86, + "sungby": "Akrishtamash Rishigan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Jagati", + "sukta": 86, + "sungby": "Siktanivavari Rishigan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Jagati", + "sukta": 86, + "sungby": "Prishni-aja Rishigan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Jagati", + "sukta": 86, + "sungby": "Atri Bhaum", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Jagati", + "sukta": 86, + "sungby": "Gritasmad Bhargav Shaunak", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 87, + "sungby": "Ushana Kavya", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 88, + "sungby": "Ushana Kavya", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 89, + "sungby": "Ushana Kavya", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 90, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 91, + "sungby": "Kashyap Marich", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 92, + "sungby": "Kashyap Marich", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 93, + "sungby": "Nodha Gautam", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 94, + "sungby": "Kanv", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 95, + "sungby": "Praskanv Kanv", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 96, + "sungby": "Pratardan Daivodasi", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 97, + "sungby": "Vasishth Maitravaruni", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 97, + "sungby": "Indra Pramati Vasishth", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 97, + "sungby": "Vrishagan Vasishth", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 97, + "sungby": "Manyu Vasishth", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 97, + "sungby": "Upmanyu Vasishth", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 97, + "sungby": "Vyaghrapad Vasishth", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 97, + "sungby": "Shakti Vasishth", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 97, + "sungby": "Karnashrut Vasishth", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 97, + "sungby": "Mrilik Vasishth", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 97, + "sungby": "Vasukra Vasishth", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 97, + "sungby": "Parashar Shaktya", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Trishtup", + "sukta": 97, + "sungby": "Kutsa Angiras", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Anushtup", + "sukta": 98, + "sungby": "Ambish Varshagir", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Brihati", + "sukta": 98, + "sungby": "Ambish Varshagir", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Anushtup", + "sukta": 98, + "sungby": "Rijishcha Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Brihati", + "sukta": 98, + "sungby": "Rijishcha Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Anushtup", + "sukta": 99, + "sungby": "Rebhasunu Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Brihati", + "sukta": 99, + "sungby": "Rebhasunu Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Anushtup", + "sukta": 100, + "sungby": "Rebhasunu Kashyap", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Anushtup", + "sukta": 101, + "sungby": "Andhigu Shyavashchi", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 101, + "sungby": "Andhigu Shyavashchi", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Anushtup", + "sukta": 101, + "sungby": "Yayati Nahush", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Anushtup", + "sukta": 101, + "sungby": "Nahush Manav", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Anushtup", + "sukta": 101, + "sungby": "Manu Samvaran", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Anushtup", + "sukta": 101, + "sungby": "Prajapati Vachya", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Ushnik", + "sukta": 102, + "sungby": "Trita Aptya", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Ushnik", + "sukta": 103, + "sungby": "Dwita Aptya", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Ushnik", + "sukta": 104, + "sungby": "Parvat Kanv", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Ushnik", + "sukta": 104, + "sungby": "Narad Kanv", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Ushnik", + "sukta": 105, + "sungby": "Parvat Kanv", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Ushnik", + "sukta": 105, + "sungby": "Narad Kanv", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Ushnik", + "sukta": 106, + "sungby": "Agni Chakshush", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Ushnik", + "sukta": 106, + "sungby": "Chakshamanav", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Ushnik", + "sukta": 106, + "sungby": "Manu Apsav", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Pragath", + "sukta": 107, + "sungby": "Saptarshigan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Virat", + "sukta": 107, + "sungby": "Saptarshigan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Brihati", + "sukta": 107, + "sungby": "Saptarshigan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Pragath", + "sukta": 108, + "sungby": "Gauriviti Shaktya", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Pragath", + "sukta": 108, + "sungby": "Shakti Vasishth", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Pragath", + "sukta": 108, + "sungby": "Uru Angiras", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Pragath", + "sukta": 108, + "sungby": "Rijishcha Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Pragath", + "sukta": 108, + "sungby": "Urdhwasadma Angiras", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Pragath", + "sukta": 108, + "sungby": "Kritayasha Angiras", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Gayatri", + "sukta": 108, + "sungby": "Rinashchay", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Virat", + "sukta": 109, + "sungby": "Agnidhishnya Aishwar", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Anushtup", + "sukta": 110, + "sungby": "Trayarun Traivrishna", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Brihati", + "sukta": 110, + "sungby": "Trayarun Traivrishna", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Virat", + "sukta": 110, + "sungby": "Trayarun Traivrishna", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Anushtup", + "sukta": 110, + "sungby": "Trasadasyu Paurukutsya", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Brihati", + "sukta": 110, + "sungby": "Trasadasyu Paurukutsya", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Virat", + "sukta": 110, + "sungby": "Trasadasyu Paurukutsya", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Atyashti", + "sukta": 111, + "sungby": "Ananat Paruchchhepi", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Pankti", + "sukta": 112, + "sungby": "Shishu Angiras", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Pankti", + "sukta": 113, + "sungby": "Kashyap Marich", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 9, + "meter": "Pankti", + "sukta": 114, + "sungby": "Kashyap Marich", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 1, + "sungby": "Trita Aptya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 2, + "sungby": "Trita Aptya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 3, + "sungby": "Trita Aptya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 4, + "sungby": "Trita Aptya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 5, + "sungby": "Trita Aptya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 6, + "sungby": "Trita Aptya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 7, + "sungby": "Trita Aptya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 11, + "sungby": "Havirdhan Angi", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 11, + "sungby": "Havirdhan Angi", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 12, + "sungby": "Havirdhan Angi", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 15, + "sungby": "Shankha Yamayan", + "sungbycategory": "human male", + "sungfor": "Pitri", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 15, + "sungby": "Shankha Yamayan", + "sungbycategory": "human male", + "sungfor": "Pitri", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 16, + "sungby": "Daman Yamayan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 16, + "sungby": "Daman Yamayan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 17, + "sungby": "Devashrava Yamayan", + "sungbycategory": "human male", + "sungfor": "Saranyu", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 17, + "sungby": "Devashrava Yamayan", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 17, + "sungby": "Devashrava Yamayan", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 17, + "sungby": "Devashrava Yamayan", + "sungbycategory": "human male", + "sungfor": "Apah", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 17, + "sungby": "Devashrava Yamayan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 18, + "sungby": "Sankusuk Yamayan", + "sungbycategory": "human male", + "sungfor": "Mrityu", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 18, + "sungby": "Sankusuk Yamayan", + "sungbycategory": "human male", + "sungfor": "Dhata", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 18, + "sungby": "Sankusuk Yamayan", + "sungbycategory": "human male", + "sungfor": "Tvashta", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 18, + "sungby": "Sankusuk Yamayan", + "sungbycategory": "human male", + "sungfor": "Pitrimedh", + "sungforcategory": "object" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 18, + "sungby": "Sankusuk Yamayan", + "sungbycategory": "human male", + "sungfor": "Pitrimedh", + "sungforcategory": "object" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 18, + "sungby": "Sankusuk Yamayan", + "sungbycategory": "human male", + "sungfor": "Pitrimedh", + "sungforcategory": "object" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 18, + "sungby": "Sankusuk Yamayan", + "sungbycategory": "human male", + "sungfor": "Pitrimedh", + "sungforcategory": "object" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 19, + "sungby": "Mathit Yamayan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 19, + "sungby": "Mathit Yamayan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 19, + "sungby": "Mathit Yamayan", + "sungbycategory": "human male", + "sungfor": "Cow", + "sungforcategory": "animal" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 19, + "sungby": "Mathit Yamayan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 20, + "sungby": "Vimad Aindra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Virat", + "sukta": 20, + "sungby": "Vimad Aindra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 20, + "sungby": "Vimad Aindra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 20, + "sungby": "Vimad Aindra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 20, + "sungby": "Vimad Prajapatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Virat", + "sukta": 20, + "sungby": "Vimad Prajapatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 20, + "sungby": "Vimad Prajapatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 20, + "sungby": "Vimad Prajapatya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 20, + "sungby": "Vasukrit Vasukra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Virat", + "sukta": 20, + "sungby": "Vasukrit Vasukra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 20, + "sungby": "Vasukrit Vasukra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 20, + "sungby": "Vasukrit Vasukra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 21, + "sungby": "Vimad Aindra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Brihati", + "sukta": 22, + "sungby": "Vimad Aindra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 22, + "sungby": "Vimad Aindra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 22, + "sungby": "Vimad Aindra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 23, + "sungby": "Vimad Aindra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 23, + "sungby": "Vimad Aindra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Abhisarini", + "sukta": 23, + "sungby": "Vimad Aindra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 24, + "sungby": "Vimad Aindra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 24, + "sungby": "Vimad Aindra", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 25, + "sungby": "Vimad Aindra", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 26, + "sungby": "Vimad Aindra", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Ushnik", + "sukta": 26, + "sungby": "Vimad Aindra", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 27, + "sungby": "Vasukra Aindra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 29, + "sungby": "Vasukra Aindra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 30, + "sungby": "Kavash Ailush", + "sungbycategory": "human male", + "sungfor": "Apam Napat", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 31, + "sungby": "Kavash Ailush", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 31, + "sungby": "Kavash Ailush", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 31, + "sungby": "Kavash Ailush", + "sungbycategory": "human male", + "sungfor": "Prajapati", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 31, + "sungby": "Kavash Ailush", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 31, + "sungby": "Kavash Ailush", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 31, + "sungby": "Kavash Ailush", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 32, + "sungby": "Kavash Ailush", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 32, + "sungby": "Kavash Ailush", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 32, + "sungby": "Kavash Ailush", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 32, + "sungby": "Kavash Ailush", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 32, + "sungby": "Kavash Ailush", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 33, + "sungby": "Kavash Ailush", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pragath", + "sukta": 33, + "sungby": "Kavash Ailush", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 33, + "sungby": "Kavash Ailush", + "sungbycategory": "human male", + "sungfor": "Kurushravan Trasadasyav", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 33, + "sungby": "Kavash Ailush", + "sungbycategory": "human male", + "sungfor": "Pamashrava Maitratithi", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 34, + "sungby": "Kavash Ailush", + "sungbycategory": "human male", + "sungfor": "Dice", + "sungforcategory": "object" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 34, + "sungby": "Kavash Ailush", + "sungbycategory": "human male", + "sungfor": "Dice", + "sungforcategory": "object" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 35, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 35, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 35, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 35, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 35, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 35, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 35, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 35, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 35, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 35, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 35, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 35, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 35, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 35, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 35, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 35, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 35, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 36, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 36, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Nakt", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 36, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 36, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 36, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 36, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 36, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 36, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 36, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 36, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Parvat", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 36, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Apah", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 36, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 36, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 36, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Ila", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 36, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 36, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 36, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 36, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 36, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 36, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 36, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 36, + "sungby": "Lush Dhanak", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 37, + "sungby": "Abhitapa Saurya", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 37, + "sungby": "Abhitapa Saurya", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 38, + "sungby": "Indra Mushkavan", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 41, + "sungby": "Suhastya Ghausheya", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 42, + "sungby": "Krishna Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 43, + "sungby": "Krishna Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 43, + "sungby": "Krishna Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 44, + "sungby": "Krishna Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 44, + "sungby": "Krishna Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 45, + "sungby": "Vatsapri Bhalandan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 46, + "sungby": "Vatsapri Bhalandan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 47, + "sungby": "Saptagu Angiras", + "sungbycategory": "human male", + "sungfor": "Indra Vaikunth", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 54, + "sungby": "Brihaduktha Vamadev", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 55, + "sungby": "Brihaduktha Vamadev", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 56, + "sungby": "Brihaduktha Vamadev", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 56, + "sungby": "Brihaduktha Vamadev", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 57, + "sungby": "Bandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 57, + "sungby": "Bandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 57, + "sungby": "Bandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Subandhu's spirit", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 57, + "sungby": "Bandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Pitri", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 57, + "sungby": "Bandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 57, + "sungby": "Shrutabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 57, + "sungby": "Shrutabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 57, + "sungby": "Shrutabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Subandhu's spirit", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 57, + "sungby": "Shrutabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Pitri", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 57, + "sungby": "Shrutabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 57, + "sungby": "Viprabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 57, + "sungby": "Viprabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 57, + "sungby": "Viprabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Subandhu's spirit", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 57, + "sungby": "Viprabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Pitri", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 57, + "sungby": "Viprabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 58, + "sungby": "Bandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Subandhu's spirit", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 58, + "sungby": "Shrutabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Subandhu's spirit", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 58, + "sungby": "Viprabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Subandhu's spirit", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 59, + "sungby": "Bandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Subandhu's spirit", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 59, + "sungby": "Bandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Nirriti", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 59, + "sungby": "Bandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 59, + "sungby": "Bandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Asuniti", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 59, + "sungby": "Bandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 59, + "sungby": "Bandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 59, + "sungby": "Bandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 59, + "sungby": "Bandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 59, + "sungby": "Bandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 59, + "sungby": "Bandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 59, + "sungby": "Bandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Subandhu's spirit", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 59, + "sungby": "Bandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 59, + "sungby": "Shrutabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Subandhu's spirit", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 59, + "sungby": "Shrutabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Nirriti", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 59, + "sungby": "Shrutabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 59, + "sungby": "Shrutabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Asuniti", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 59, + "sungby": "Shrutabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 59, + "sungby": "Shrutabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 59, + "sungby": "Shrutabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 59, + "sungby": "Shrutabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 59, + "sungby": "Shrutabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 59, + "sungby": "Shrutabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 59, + "sungby": "Shrutabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Subandhu's spirit", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 59, + "sungby": "Shrutabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 59, + "sungby": "Viprabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Subandhu's spirit", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 59, + "sungby": "Viprabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Nirriti", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 59, + "sungby": "Viprabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 59, + "sungby": "Viprabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Asuniti", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 59, + "sungby": "Viprabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 59, + "sungby": "Viprabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 59, + "sungby": "Viprabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 59, + "sungby": "Viprabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 59, + "sungby": "Viprabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 59, + "sungby": "Viprabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 59, + "sungby": "Viprabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Subandhu's spirit", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 59, + "sungby": "Viprabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 60, + "sungby": "Bandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Asamati", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 60, + "sungby": "Bandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Asamati", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 60, + "sungby": "Bandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 60, + "sungby": "Bandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Subandhu's spirit", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 60, + "sungby": "Bandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Subandhu's spirit", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 60, + "sungby": "Bandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Hand", + "sungforcategory": "object" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 60, + "sungby": "Shrutabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Asamati", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 60, + "sungby": "Shrutabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Asamati", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 60, + "sungby": "Shrutabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 60, + "sungby": "Shrutabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Subandhu's spirit", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 60, + "sungby": "Shrutabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Subandhu's spirit", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 60, + "sungby": "Shrutabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Hand", + "sungforcategory": "object" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 60, + "sungby": "Viprabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Asamati", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 60, + "sungby": "Viprabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Asamati", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 60, + "sungby": "Viprabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 60, + "sungby": "Viprabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Subandhu's spirit", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 60, + "sungby": "Viprabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Subandhu's spirit", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 60, + "sungby": "Viprabandhu Gaupayan", + "sungbycategory": "human male", + "sungfor": "Hand", + "sungforcategory": "object" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 61, + "sungby": "Nabhanedisht Manav", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 61, + "sungby": "Nabhanedisht Manav", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 61, + "sungby": "Nabhanedisht Manav", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 61, + "sungby": "Nabhanedisht Manav", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 61, + "sungby": "Nabhanedisht Manav", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 61, + "sungby": "Nabhanedisht Manav", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 61, + "sungby": "Nabhanedisht Manav", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 62, + "sungby": "Nabhanedisht Manav", + "sungbycategory": "human male", + "sungfor": "Angiras", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 62, + "sungby": "Nabhanedisht Manav", + "sungbycategory": "human male", + "sungfor": "Angiras", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 62, + "sungby": "Nabhanedisht Manav", + "sungbycategory": "human male", + "sungfor": "Savarni", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Pragath", + "sukta": 62, + "sungby": "Nabhanedisht Manav", + "sungbycategory": "human male", + "sungfor": "Savarni", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 62, + "sungby": "Nabhanedisht Manav", + "sungbycategory": "human male", + "sungfor": "Savarni", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 62, + "sungby": "Nabhanedisht Manav", + "sungbycategory": "human male", + "sungfor": "Savarni", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 63, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 63, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 63, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 63, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 63, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 63, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 63, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 63, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 63, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 63, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 63, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 63, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 63, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 63, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Narashans", + "sungforcategory": "abstract" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Chandrama", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Yama", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Trita", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Vata", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Nakt", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Ajaikapad", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Ahirbudhnya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Purandhi", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Krishanu", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Tishya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Sarayu", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Sindhu", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Tvashta", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 64, + "sungby": "Gayaplat", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 65, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 65, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 65, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 65, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 65, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 65, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 65, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 65, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 65, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 65, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 65, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 65, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 65, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 65, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 65, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 65, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Brahmanaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 65, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Cow", + "sungforcategory": "animal" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 65, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Parjanya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 65, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Tvashta", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 65, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 65, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 65, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 65, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 66, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 66, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 66, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 66, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 66, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 66, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 66, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 66, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 66, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 66, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 66, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Vasu", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 66, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 66, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 66, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 66, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 66, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 66, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Parjanya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 66, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 66, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Sindhu", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 66, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Ajaikapad", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 66, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Ahirbudhnya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 66, + "sungby": "Vasukarn Vasukra", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 67, + "sungby": "Ayasya Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 67, + "sungby": "Ayasya Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 67, + "sungby": "Ayasya Angiras", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 67, + "sungby": "Ayasya Angiras", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 67, + "sungby": "Ayasya Angiras", + "sungbycategory": "human male", + "sungfor": "Brahmanaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 68, + "sungby": "Ayasya Angiras", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 69, + "sungby": "Sumitra Vadyashcha", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 69, + "sungby": "Sumitra Vadyashcha", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 70, + "sungby": "Sumitra Vadyashcha", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 70, + "sungby": "Sumitra Vadyashcha", + "sungbycategory": "human male", + "sungfor": "Narashans", + "sungforcategory": "abstract" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 70, + "sungby": "Sumitra Vadyashcha", + "sungbycategory": "human male", + "sungfor": "Grass", + "sungforcategory": "object" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 70, + "sungby": "Sumitra Vadyashcha", + "sungbycategory": "human male", + "sungfor": "Ila", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 70, + "sungby": "Sumitra Vadyashcha", + "sungbycategory": "human male", + "sungfor": "Door", + "sungforcategory": "object" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 70, + "sungby": "Sumitra Vadyashcha", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 70, + "sungby": "Sumitra Vadyashcha", + "sungbycategory": "human male", + "sungfor": "Nakt", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 70, + "sungby": "Sumitra Vadyashcha", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 70, + "sungby": "Sumitra Vadyashcha", + "sungbycategory": "human male", + "sungfor": "Bharati", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 70, + "sungby": "Sumitra Vadyashcha", + "sungbycategory": "human male", + "sungfor": "Tvashta", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 70, + "sungby": "Sumitra Vadyashcha", + "sungbycategory": "human male", + "sungfor": "Vanaspati", + "sungforcategory": "plant" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 70, + "sungby": "Sumitra Vadyashcha", + "sungbycategory": "human male", + "sungfor": "Svaha", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 71, + "sungby": "Brihaspati Angiras", + "sungbycategory": "human male", + "sungfor": "Knowledge", + "sungforcategory": "abstract" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 71, + "sungby": "Brihaspati Angiras", + "sungbycategory": "human male", + "sungfor": "Knowledge", + "sungforcategory": "abstract" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 72, + "sungby": "Brihaspati Angiras", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 73, + "sungby": "Gauriviti Shaktya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 74, + "sungby": "Gauriviti Shaktya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 75, + "sungby": "Sindhukshit Praiyamedh", + "sungbycategory": "human male", + "sungfor": "Sindhu", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 75, + "sungby": "Sindhukshit Praiyamedh", + "sungbycategory": "human male", + "sungfor": "Ganga", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 75, + "sungby": "Sindhukshit Praiyamedh", + "sungbycategory": "human male", + "sungfor": "Yamuna", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 75, + "sungby": "Sindhukshit Praiyamedh", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 75, + "sungby": "Sindhukshit Praiyamedh", + "sungbycategory": "human male", + "sungfor": "Shatadru", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 75, + "sungby": "Sindhukshit Praiyamedh", + "sungbycategory": "human male", + "sungfor": "Parushni", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 75, + "sungby": "Sindhukshit Praiyamedh", + "sungbycategory": "human male", + "sungfor": "Maruvriddha", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 75, + "sungby": "Sindhukshit Praiyamedh", + "sungbycategory": "human male", + "sungfor": "Asikini", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 75, + "sungby": "Sindhukshit Praiyamedh", + "sungbycategory": "human male", + "sungfor": "Vitasta", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 75, + "sungby": "Sindhukshit Praiyamedh", + "sungbycategory": "human male", + "sungfor": "Arjikiya", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 75, + "sungby": "Sindhukshit Praiyamedh", + "sungbycategory": "human male", + "sungfor": "Susoma", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 75, + "sungby": "Sindhukshit Praiyamedh", + "sungbycategory": "human male", + "sungfor": "Tristama", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 75, + "sungby": "Sindhukshit Praiyamedh", + "sungbycategory": "human male", + "sungfor": "Susartu", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 75, + "sungby": "Sindhukshit Praiyamedh", + "sungbycategory": "human male", + "sungfor": "Rasa", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 75, + "sungby": "Sindhukshit Praiyamedh", + "sungbycategory": "human male", + "sungfor": "Sweti", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 75, + "sungby": "Sindhukshit Praiyamedh", + "sungbycategory": "human male", + "sungfor": "Kubh", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 75, + "sungby": "Sindhukshit Praiyamedh", + "sungbycategory": "human male", + "sungfor": "Mehantu", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 76, + "sungby": "Jaratkarn Airavat", + "sungbycategory": "human male", + "sungfor": "Stone", + "sungforcategory": "object" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 77, + "sungby": "Syumrashmi Bhargav", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 77, + "sungby": "Syumrashmi Bhargav", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 78, + "sungby": "Syumrashmi Bhargav", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 78, + "sungby": "Syumrashmi Bhargav", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 81, + "sungby": "Vishwakarma Bhauvan", + "sungbycategory": "human male", + "sungfor": "Vishwakarma", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 82, + "sungby": "Vishwakarma Bhauvan", + "sungbycategory": "human male", + "sungfor": "Vishwakarma", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 83, + "sungby": "Manyu Tapas", + "sungbycategory": "human male", + "sungfor": "Manyu", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 83, + "sungby": "Manyu Tapas", + "sungbycategory": "human male", + "sungfor": "Manyu", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 84, + "sungby": "Manyu Tapas", + "sungbycategory": "human male", + "sungfor": "Manyu", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 84, + "sungby": "Manyu Tapas", + "sungbycategory": "human male", + "sungfor": "Manyu", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 86, + "sungby": "Vrishakapi Aindra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 86, + "sungby": "Vrishakapi Aindra", + "sungbycategory": "human male", + "sungfor": "Indrani", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 87, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 87, + "sungby": "Payu Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 88, + "sungby": "Murdhanvan Angiras", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 88, + "sungby": "Murdhanvan Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 89, + "sungby": "Renu Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 89, + "sungby": "Renu Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 89, + "sungby": "Renu Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 89, + "sungby": "Renu Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 89, + "sungby": "Renu Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 91, + "sungby": "Arun Vaitahavya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 91, + "sungby": "Arun Vaitahavya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 92, + "sungby": "Sharyat Manav", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 92, + "sungby": "Sharyat Manav", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 92, + "sungby": "Sharyat Manav", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 92, + "sungby": "Sharyat Manav", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 92, + "sungby": "Sharyat Manav", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 92, + "sungby": "Sharyat Manav", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 92, + "sungby": "Sharyat Manav", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 92, + "sungby": "Sharyat Manav", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 92, + "sungby": "Sharyat Manav", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 92, + "sungby": "Sharyat Manav", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 92, + "sungby": "Sharyat Manav", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 92, + "sungby": "Sharyat Manav", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 92, + "sungby": "Sharyat Manav", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 92, + "sungby": "Sharyat Manav", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 92, + "sungby": "Sharyat Manav", + "sungbycategory": "human male", + "sungfor": "Narashans", + "sungforcategory": "abstract" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 92, + "sungby": "Sharyat Manav", + "sungbycategory": "human male", + "sungfor": "Yama", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 92, + "sungby": "Sharyat Manav", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 92, + "sungby": "Sharyat Manav", + "sungbycategory": "human male", + "sungfor": "Tvashta", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 92, + "sungby": "Sharyat Manav", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 92, + "sungby": "Sharyat Manav", + "sungbycategory": "human male", + "sungfor": "Ahirbudhnya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 92, + "sungby": "Sharyat Manav", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 92, + "sungby": "Sharyat Manav", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 92, + "sungby": "Sharyat Manav", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 93, + "sungby": "Tanva Parth", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 93, + "sungby": "Tanva Parth", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 93, + "sungby": "Tanva Parth", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 93, + "sungby": "Tanva Parth", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 93, + "sungby": "Tanva Parth", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 93, + "sungby": "Tanva Parth", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 93, + "sungby": "Tanva Parth", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 93, + "sungby": "Tanva Parth", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 93, + "sungby": "Tanva Parth", + "sungbycategory": "human male", + "sungfor": "Bhaga", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 93, + "sungby": "Tanva Parth", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 93, + "sungby": "Tanva Parth", + "sungbycategory": "human male", + "sungfor": "Ahirbudhnya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 93, + "sungby": "Tanva Parth", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 93, + "sungby": "Tanva Parth", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 93, + "sungby": "Tanva Parth", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Nyangkusarini", + "sukta": 93, + "sungby": "Tanva Parth", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Nyangkusarini", + "sukta": 93, + "sungby": "Tanva Parth", + "sungbycategory": "human male", + "sungfor": "Vasu", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 94, + "sungby": "Arbrid Kadraveya", + "sungbycategory": "human male", + "sungfor": "Stone", + "sungforcategory": "object" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 94, + "sungby": "Arbrid Kadraveya", + "sungbycategory": "human male", + "sungfor": "Stone", + "sungforcategory": "object" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 95, + "sungby": "Pururava Aila", + "sungbycategory": "human male", + "sungfor": "Urvashi", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 96, + "sungby": "Varu Angiras", + "sungbycategory": "human male", + "sungfor": "Hari", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 96, + "sungby": "Varu Angiras", + "sungbycategory": "human male", + "sungfor": "Hari", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 97, + "sungby": "Bhishak Atharvam", + "sungbycategory": "human male", + "sungfor": "Herbs", + "sungforcategory": "plant" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 98, + "sungby": "Devapi Arshtishema", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 98, + "sungby": "Devapi Arshtishema", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 98, + "sungby": "Devapi Arshtishema", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 98, + "sungby": "Devapi Arshtishema", + "sungbycategory": "human male", + "sungfor": "Pushan", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 98, + "sungby": "Devapi Arshtishema", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 98, + "sungby": "Devapi Arshtishema", + "sungbycategory": "human male", + "sungfor": "Vasu", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 98, + "sungby": "Devapi Arshtishema", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 98, + "sungby": "Devapi Arshtishema", + "sungbycategory": "human male", + "sungfor": "Parjanya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 98, + "sungby": "Devapi Arshtishema", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 99, + "sungby": "Vamri Vaikhanas", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 100, + "sungby": "Duvasyu Vandan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 100, + "sungby": "Duvasyu Vandan", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 100, + "sungby": "Duvasyu Vandan", + "sungbycategory": "human male", + "sungfor": "Aditi", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 100, + "sungby": "Duvasyu Vandan", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 100, + "sungby": "Duvasyu Vandan", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 100, + "sungby": "Duvasyu Vandan", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 100, + "sungby": "Duvasyu Vandan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 102, + "sungby": "Mudgal Bhargyashcha", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Brihati", + "sukta": 102, + "sungby": "Mudgal Bhargyashcha", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 103, + "sungby": "Apratirath Aindra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 103, + "sungby": "Apratirath Aindra", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 103, + "sungby": "Apratirath Aindra", + "sungbycategory": "human male", + "sungfor": "Apiva", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 103, + "sungby": "Apratirath Aindra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 104, + "sungby": "Ashtak Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Ushnik", + "sukta": 105, + "sungby": "Durmitra Kautsa", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pipilika Madhya", + "sukta": 105, + "sungby": "Durmitra Kautsa", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 105, + "sungby": "Durmitra Kautsa", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 106, + "sungby": "Bhutansh Kashyap", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 107, + "sungby": "Divya Angiras", + "sungbycategory": "human male", + "sungfor": "Sacrificer", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 109, + "sungby": "Juhu Brahmajaya", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 109, + "sungby": "Juhu Brahmajaya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 109, + "sungby": "Juhu Brahmajaya", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 109, + "sungby": "Juhu Brahmajaya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 109, + "sungby": "Juhu Brahmajaya", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 109, + "sungby": "Juhu Brahmajaya", + "sungbycategory": "human male", + "sungfor": "Apah", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 109, + "sungby": "Juhu Brahmajaya", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 109, + "sungby": "Juhu Brahmajaya", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 109, + "sungby": "Juhu Brahmajaya", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 110, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 110, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Tanunapat", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 110, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Grass", + "sungforcategory": "object" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 110, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Ila", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 110, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Door", + "sungforcategory": "object" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 110, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 110, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Nakt", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 110, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Saraswati", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 110, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Bharati", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 110, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Tvashta", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 110, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Vanaspati", + "sungforcategory": "plant" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 110, + "sungby": "Jamadagni Bhargav", + "sungbycategory": "human male", + "sungfor": "Svaha", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 111, + "sungby": "Ashtradanshtra Vairup", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 112, + "sungby": "Nabh Prabhedan Vairup", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 113, + "sungby": "Shat Prabhedan Vairup", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 113, + "sungby": "Shat Prabhedan Vairup", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 114, + "sungby": "Sadhi Vairup", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 114, + "sungby": "Sadhi Vairup", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 114, + "sungby": "Sadhi Vairup", + "sungbycategory": "human male", + "sungfor": "Nirriti", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 114, + "sungby": "Sadhi Vairup", + "sungbycategory": "human male", + "sungfor": "Altar", + "sungforcategory": "object" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 114, + "sungby": "Sadhi Vairup", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 115, + "sungby": "Upastut Varshtihavya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 115, + "sungby": "Upastut Varshtihavya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Shakchari", + "sukta": 115, + "sungby": "Upastut Varshtihavya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 116, + "sungby": "Agniyut Sthaur", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 117, + "sungby": "Bhikshu Angiras", + "sungbycategory": "human male", + "sungfor": "Donations", + "sungforcategory": "abstract" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 117, + "sungby": "Bhikshu Angiras", + "sungbycategory": "human male", + "sungfor": "Donations", + "sungforcategory": "abstract" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 118, + "sungby": "Urukshay amhiyav", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 119, + "sungby": "Lab Aindra", + "sungbycategory": "human male", + "sungfor": "Lab Aindra", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 120, + "sungby": "Brihiddiv Arthavam", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 121, + "sungby": "Hiranyagarbh Prajapatya", + "sungbycategory": "human male", + "sungfor": "Prajapati", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 122, + "sungby": "Chitramaha Vasishth", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 122, + "sungby": "Chitramaha Vasishth", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 123, + "sungby": "Ven Bhargva", + "sungbycategory": "human male", + "sungfor": "Ven", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Brihati", + "sukta": 126, + "sungby": "Kulmalbarhish Shailushi", + "sungbycategory": "human male", + "sungfor": "Aryama", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Brihati", + "sukta": 126, + "sungby": "Kulmalbarhish Shailushi", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Brihati", + "sukta": 126, + "sungby": "Kulmalbarhish Shailushi", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Brihati", + "sukta": 126, + "sungby": "Kulmalbarhish Shailushi", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Brihati", + "sukta": 126, + "sungby": "Kulmalbarhish Shailushi", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Brihati", + "sukta": 126, + "sungby": "Kulmalbarhish Shailushi", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Brihati", + "sukta": 126, + "sungby": "Kulmalbarhish Shailushi", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 126, + "sungby": "Kulmalbarhish Shailushi", + "sungbycategory": "human male", + "sungfor": "Vasu", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 126, + "sungby": "Kulmalbarhish Shailushi", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 127, + "sungby": "Kushik Saubhar", + "sungbycategory": "human male", + "sungfor": "Ratri", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 128, + "sungby": "Vihavya Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 128, + "sungby": "Vihavya Angiras", + "sungbycategory": "human male", + "sungfor": "Marut", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 128, + "sungby": "Vihavya Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 128, + "sungby": "Vihavya Angiras", + "sungbycategory": "human male", + "sungfor": "Vishnu", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 128, + "sungby": "Vihavya Angiras", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 128, + "sungby": "Vihavya Angiras", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 128, + "sungby": "Vihavya Angiras", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 128, + "sungby": "Vihavya Angiras", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 128, + "sungby": "Vihavya Angiras", + "sungbycategory": "human male", + "sungfor": "Vasu", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 128, + "sungby": "Vihavya Angiras", + "sungbycategory": "human male", + "sungfor": "Rudra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 128, + "sungby": "Vihavya Angiras", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 129, + "sungby": "Prajapati Parameshthi", + "sungbycategory": "human male", + "sungfor": "Bhavavritta", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 130, + "sungby": "Yajna Prajapati", + "sungbycategory": "human male", + "sungfor": "Bhavavritta", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 130, + "sungby": "Yajna Prajapati", + "sungbycategory": "human male", + "sungfor": "Bhavavritta", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 131, + "sungby": "Sukirti Kakshivat", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 131, + "sungby": "Sukirti Kakshivat", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 131, + "sungby": "Sukirti Kakshivat", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Virangarupa", + "sukta": 132, + "sungby": "Shakaput Narmedh", + "sungbycategory": "human male", + "sungfor": "Dyau", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Virangarupa", + "sukta": 132, + "sungby": "Shakaput Narmedh", + "sungbycategory": "human male", + "sungfor": "Prithivi", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Virangarupa", + "sukta": 132, + "sungby": "Shakaput Narmedh", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 132, + "sungby": "Shakaput Narmedh", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 132, + "sungby": "Shakaput Narmedh", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Virangarupa", + "sukta": 132, + "sungby": "Shakaput Narmedh", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Virangarupa", + "sukta": 132, + "sungby": "Shakaput Narmedh", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Brihati", + "sukta": 132, + "sungby": "Shakaput Narmedh", + "sungbycategory": "human male", + "sungfor": "Mitra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Brihati", + "sukta": 132, + "sungby": "Shakaput Narmedh", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Shakchari", + "sukta": 133, + "sungby": "Sudas Paijavan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 133, + "sungby": "Sudas Paijavan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 133, + "sungby": "Sudas Paijavan", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 134, + "sungby": "Mandhata Yauvanashwa", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 134, + "sungby": "Gaudha", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 135, + "sungby": "Kumar Yamayan", + "sungbycategory": "human male", + "sungfor": "Yama", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 136, + "sungby": "Vatarashan Munigan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 136, + "sungby": "Vatarashan Munigan", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 136, + "sungby": "Vatarashan Munigan", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 137, + "sungby": "Saptarshigan", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 138, + "sungby": "Ang Aukh", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 139, + "sungby": "Vishwavasu Devagandharv", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 139, + "sungby": "Vishwavasu Devagandharv", + "sungbycategory": "human male", + "sungfor": "Vishwavasu Devagandharv", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 142, + "sungby": "Sharngagan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 142, + "sungby": "Sharngagan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 142, + "sungby": "Sharngagan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 143, + "sungby": "Atri Sankhya", + "sungbycategory": "human male", + "sungfor": "Ashwinikumar", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 144, + "sungby": "Suparn Taksharya", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 144, + "sungby": "Suparn Taksharya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Brihati", + "sukta": 144, + "sungby": "Suparn Taksharya", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Brihati", + "sukta": 144, + "sungby": "Suparn Taksharya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 144, + "sungby": "Suparn Taksharya", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 144, + "sungby": "Suparn Taksharya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 146, + "sungby": "Devamuni Airamand", + "sungbycategory": "human male", + "sungfor": "Aranyani", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 147, + "sungby": "Suvedas Shairish", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 147, + "sungby": "Suvedas Shairish", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 148, + "sungby": "Prithuvainya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 149, + "sungby": "Archan Hairanyastup", + "sungbycategory": "human male", + "sungfor": "Savita", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Brihati", + "sukta": 150, + "sungby": "Mrilik Vasishth", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 150, + "sungby": "Mrilik Vasishth", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Uparishtajjyoti", + "sukta": 150, + "sungby": "Mrilik Vasishth", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 152, + "sungby": "Shas Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 155, + "sungby": "Shirimbith Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Alakshmi", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 155, + "sungby": "Shirimbith Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Brahmanaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 155, + "sungby": "Shirimbith Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 155, + "sungby": "Shirimbith Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 156, + "sungby": "Ketu Agneya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 157, + "sungby": "Bhuvan Aptya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 157, + "sungby": "Bhuvan Aptya", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 157, + "sungby": "Bhuvan Aptya", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 158, + "sungby": "Chakshu Saurya", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 160, + "sungby": "Puran Vaishwamitra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 161, + "sungby": "Yakshanashan Prajapatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 161, + "sungby": "Yakshanashan Prajapatya", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 162, + "sungby": "Rakshoha Brahm", + "sungbycategory": "human male", + "sungfor": "Pregnancy", + "sungforcategory": "abstract" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 163, + "sungby": "Vivriha Kashyap", + "sungbycategory": "human male", + "sungfor": "Wasting disease", + "sungforcategory": "abstract" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 164, + "sungby": "Pracheta Angiras", + "sungbycategory": "human male", + "sungfor": "Nightmares", + "sungforcategory": "abstract" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 164, + "sungby": "Pracheta Angiras", + "sungbycategory": "human male", + "sungfor": "Nightmares", + "sungforcategory": "abstract" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 164, + "sungby": "Pracheta Angiras", + "sungbycategory": "human male", + "sungfor": "Nightmares", + "sungforcategory": "abstract" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 165, + "sungby": "Kapot Nairrit", + "sungbycategory": "human male", + "sungfor": "Pigeon", + "sungforcategory": "animal" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 166, + "sungby": "Rishabh Vairaj", + "sungbycategory": "human male", + "sungfor": "Rival paramour killer", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 166, + "sungby": "Rishabh Vairaj", + "sungbycategory": "human male", + "sungfor": "Rival paramour killer", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 167, + "sungby": "Vishwamitra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 167, + "sungby": "Vishwamitra", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 167, + "sungby": "Vishwamitra", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 167, + "sungby": "Vishwamitra", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 167, + "sungby": "Vishwamitra", + "sungbycategory": "human male", + "sungfor": "Anumati", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 167, + "sungby": "Vishwamitra", + "sungbycategory": "human male", + "sungfor": "Dhata", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 167, + "sungby": "Vishwamitra", + "sungbycategory": "human male", + "sungfor": "Vidhata", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 167, + "sungby": "Jamadagni", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 167, + "sungby": "Jamadagni", + "sungbycategory": "human male", + "sungfor": "Soma", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 167, + "sungby": "Jamadagni", + "sungbycategory": "human male", + "sungfor": "Varun", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 167, + "sungby": "Jamadagni", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 167, + "sungby": "Jamadagni", + "sungbycategory": "human male", + "sungfor": "Anumati", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 167, + "sungby": "Jamadagni", + "sungbycategory": "human male", + "sungfor": "Dhata", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 167, + "sungby": "Jamadagni", + "sungbycategory": "human male", + "sungfor": "Vidhata", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 168, + "sungby": "Anil Vatayan", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 169, + "sungby": "Shambar Kakshivat", + "sungbycategory": "human male", + "sungfor": "Cow", + "sungforcategory": "animal" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 170, + "sungby": "Vibhrat Saurya", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Pankti", + "sukta": 170, + "sungby": "Vibhrat Saurya", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 171, + "sungby": "It Bhargav", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Virat", + "sukta": 172, + "sungby": "Samvart Angiras", + "sungbycategory": "human male", + "sungfor": "Usha", + "sungforcategory": "divine female" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 173, + "sungby": "Dhruva Angiras", + "sungbycategory": "human male", + "sungfor": "King", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 174, + "sungby": "Abhivart Angiras", + "sungbycategory": "human male", + "sungfor": "King", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 175, + "sungby": "Urdhagrava Arbudi", + "sungbycategory": "human male", + "sungfor": "Stone", + "sungforcategory": "object" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 176, + "sungby": "Sunu Arbhav", + "sungbycategory": "human male", + "sungfor": "Ribhu", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 176, + "sungby": "Sunu Arbhav", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 177, + "sungby": "Patang Prajapatya", + "sungbycategory": "human male", + "sungfor": "Mayabhed", + "sungforcategory": "abstract" + }, + { + "mandal": 10, + "meter": "Jagati", + "sukta": 177, + "sungby": "Patang Prajapatya", + "sungbycategory": "human male", + "sungfor": "Mayabhed", + "sungforcategory": "abstract" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 178, + "sungby": "Arishtanemi Tarkshya", + "sungbycategory": "human male", + "sungfor": "Tarkshya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 179, + "sungby": "Shibi Aushinar", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 179, + "sungby": "Shibi Aushinar", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 179, + "sungby": "Pratardan Kakshiraj", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 179, + "sungby": "Pratardan Kakshiraj", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 179, + "sungby": "Vasumana Rohidashcha", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 179, + "sungby": "Vasumana Rohidashcha", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 180, + "sungby": "Jay Aidra", + "sungbycategory": "human male", + "sungfor": "Indra", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 181, + "sungby": "Prath Vasishth", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 181, + "sungby": "Saprath Bharadwaj", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 181, + "sungby": "Dharm Saurya", + "sungbycategory": "human male", + "sungfor": "Vishwadeva", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 182, + "sungby": "Tapumurdha Barhaspatya", + "sungbycategory": "human male", + "sungfor": "Brihaspati", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 183, + "sungby": "Prajavan Prajapatya", + "sungbycategory": "human male", + "sungfor": "Sacrificer", + "sungforcategory": "human male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 184, + "sungby": "Tvashta Garbhakarta", + "sungbycategory": "human male", + "sungfor": "Foetus", + "sungforcategory": "human unborn" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 185, + "sungby": "Satyadhriti Varuni", + "sungbycategory": "human male", + "sungfor": "Aditya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 186, + "sungby": "Ula Vatayan", + "sungbycategory": "human male", + "sungfor": "Vayu", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 187, + "sungby": "Vatsa Agneya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 188, + "sungby": "Shyen Agneya", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Gayatri", + "sukta": 189, + "sungby": "Sarparajni", + "sungbycategory": "human male", + "sungfor": "Surya", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 190, + "sungby": "Arghamarshan Madhuchhandas", + "sungbycategory": "human male", + "sungfor": "Bhavavritta", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Anushtup", + "sukta": 191, + "sungby": "Samvanan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + }, + { + "mandal": 10, + "meter": "Trishtup", + "sukta": 191, + "sungby": "Samvanan", + "sungbycategory": "human male", + "sungfor": "Agni", + "sungforcategory": "divine male" + } +] diff --git a/bench/synthetic/list2.json b/bench/synthetic/list2.json new file mode 100644 index 0000000..1576c5c --- /dev/null +++ b/bench/synthetic/list2.json @@ -0,0 +1 @@ +[0,1,2,3,4,5,6,7,8,9,10] diff --git a/bench/synthetic/obj_rename.json b/bench/synthetic/obj_rename.json new file mode 100644 index 0000000..073fe88 --- /dev/null +++ b/bench/synthetic/obj_rename.json @@ -0,0 +1 @@ +{ ".": "first", "..": "second", "dot": "third", "dotdot": "fourth" } diff --git a/bench/synthetic/object.json b/bench/synthetic/object.json new file mode 100644 index 0000000..8b2301a --- /dev/null +++ b/bench/synthetic/object.json @@ -0,0 +1 @@ +{ "name": "Michael Greenberg", "eyes": 2, "fingernails": 10, "human": true } diff --git a/bench/synthetic/object_null.json b/bench/synthetic/object_null.json new file mode 100644 index 0000000..b1c23e0 --- /dev/null +++ b/bench/synthetic/object_null.json @@ -0,0 +1 @@ +{ "name": "Michael Greenberg", "eyes": 2, "fingernails": 10, "human": true, "problems": null } diff --git a/completions/Makefile b/completions/Makefile new file mode 100644 index 0000000..c114bc8 --- /dev/null +++ b/completions/Makefile @@ -0,0 +1,4 @@ +.PHONY: all + +all: + for x in bash fish zsh; do cargo run -- --completions $$x >ffs.$$x; done diff --git a/completions/ffs.bash b/completions/ffs.bash index 35794d1..af5f7a9 100644 --- a/completions/ffs.bash +++ b/completions/ffs.bash @@ -20,7 +20,7 @@ _ffs() { case "${cmd}" in ffs) - opts=" -q -d -i -h -V -u -g -o -s -t -m --quiet --debug --exact --no-xattr --keep-macos-xattr --unpadded --readonly --no-output --in-place --pretty --help --version --completions --uid --gid --mode --dirmode --munge --output --source --target --mount --new " + opts=" -q -d -i -h -V -u -g -o -s -t -m --quiet --time --debug --exact --no-xattr --keep-macos-xattr --unpadded --readonly --no-output --in-place --pretty --help --version --completions --uid --gid --mode --dirmode --munge --output --source --target --mount --new " if [[ ${cur} == -* || ${COMP_CWORD} -eq 1 ]] ; then COMPREPLY=( $(compgen -W "${opts}" -- "${cur}") ) return 0 diff --git a/completions/ffs.fish b/completions/ffs.fish index 280d88d..30bb74a 100644 --- a/completions/ffs.fish +++ b/completions/ffs.fish @@ -10,6 +10,7 @@ complete -c ffs -n "__fish_use_subcommand" -s t -l target -d 'Specify the target complete -c ffs -n "__fish_use_subcommand" -s m -l mount -d 'Sets the mountpoint; will be inferred when using a file, but must be specified when running on stdin' complete -c ffs -n "__fish_use_subcommand" -l new -d 'Mounts an empty filesystem, inferring a mountpoint and output format' complete -c ffs -n "__fish_use_subcommand" -s q -l quiet -d 'Quiet mode (turns off all errors and warnings, enables `--no-output`)' +complete -c ffs -n "__fish_use_subcommand" -l time -d 'Emit timing information on stderr in an \'event,time\' format; time is in nanoseconds' complete -c ffs -n "__fish_use_subcommand" -s d -l debug -d 'Give debug output on stderr' complete -c ffs -n "__fish_use_subcommand" -l exact -d 'Don\'t add newlines to the end of values that don\'t already have them (or strip them when loading)' complete -c ffs -n "__fish_use_subcommand" -l no-xattr -d 'Don\'t use extended attributes to track metadata (see `man xattr`)' diff --git a/completions/ffs.zsh b/completions/ffs.zsh index 6e9e57e..3dbb665 100644 --- a/completions/ffs.zsh +++ b/completions/ffs.zsh @@ -34,6 +34,7 @@ _ffs() { '(-i --in-place -s --source -o --output)--new=[Mounts an empty filesystem, inferring a mountpoint and output format]' \ '-q[Quiet mode (turns off all errors and warnings, enables `--no-output`)]' \ '--quiet[Quiet mode (turns off all errors and warnings, enables `--no-output`)]' \ +'--time[Emit timing information on stderr in an '\''event,time'\'' format; time is in nanoseconds]' \ '-d[Give debug output on stderr]' \ '--debug[Give debug output on stderr]' \ '--exact[Don'\''t add newlines to the end of values that don'\''t already have them (or strip them when loading)]' \ diff --git a/docs/ffs.1.md b/docs/ffs.1.md index 7ae5415..320e3a1 100644 --- a/docs/ffs.1.md +++ b/docs/ffs.1.md @@ -1,4 +1,4 @@ -% FFS(1) Version 0.1.0 | File Filesystem Documentation +% FFS(1) Version 0.1.1 | File Filesystem Documentation % Michael Greenberg # NAME @@ -57,6 +57,10 @@ installed on your system to use *ffs*. : Mounted filesystem will be readonly +--time + +: Emit timing information on stderr in an 'event,time' format; time is in nanoseconds + --unpadded : Don't pad the numeric names of list elements with zeroes; will not diff --git a/man/ffs.1 b/man/ffs.1 index 547b7ae..053dbbd 100644 --- a/man/ffs.1 +++ b/man/ffs.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 2.9.1.1 .\" -.TH "FFS" "1" "" "Version 0.1.0" "File Filesystem Documentation" +.TH "FFS" "1" "" "Version 0.1.1" "File Filesystem Documentation" .hy .SH NAME .PP @@ -59,6 +59,10 @@ Quiet mode (turns off all errors and warnings, enables --readonly Mounted filesystem will be readonly .TP +--time +Emit timing information on stderr in an \[aq]event,time\[aq] format; +time is in nanoseconds +.TP --unpadded Don\[aq]t pad the numeric names of list elements with zeroes; will not sort properly diff --git a/run_bench.sh b/run_bench.sh new file mode 100755 index 0000000..d923d68 --- /dev/null +++ b/run_bench.sh @@ -0,0 +1,47 @@ +#!/bin/sh + +set -e + +TIMESTAMP=$(date +"%Y%m%d_%H:%M:%S") + +usage() { + exec >&2 + printf "Usage: %s [-n NUM_RUNS]\n\n" "$(basename $0)" + printf " -n NUM_RUNS the number of runs for each test case (defaults to $NUM_RUNS_DEFAULT)\n" + exit 2 +} + +ARGS="" +while getopts ":n:h" opt +do + case "$opt" in + (n) if [ $((OPTARG)) -le 0 ] + then + printf "NUM_RUNS must be a positive number; got '%s'\n\n" "$OPTARG" + usage + fi + ARGS="$ARGS -n $OPTARG" + ;; + (h) usage + ;; + (*) printf "Unrecognized argument '%s'\n\n" "$OPTARG" + usage + ;; + esac +done +shift $((OPTIND - 1)) +[ $# -eq 0 ] || usage + +cd bench + +BENCH="../${TIMESTAMP}_bench.log" +./bench.sh $ARGS >"$BENCH" + +./mk_micro.sh +MICRO_RAW=$(mktemp) +./bench.sh -d micro $ARGS >"$MICRO_RAW" +MICRO="../${TIMESTAMP}_micro.log" +./fixup_micro.sh "$MICRO_RAW" >"$MICRO" +rm "$MICRO_RAW" + +./generate_charts.R "$BENCH" "$MICRO" diff --git a/src/cli.rs b/src/cli.rs index 0f2e295..0485609 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -25,6 +25,11 @@ pub fn app() -> App<'static, 'static> { .short("q") .overrides_with("DEBUG") ) + .arg( + Arg::with_name("TIMING") + .help("Emit timing information on stderr in an 'event,time' format; time is in nanoseconds") + .long("time") + ) .arg( Arg::with_name("DEBUG") .help("Give debug output on stderr") diff --git a/src/config.rs b/src/config.rs index 5dc73ab..d5277a8 100644 --- a/src/config.rs +++ b/src/config.rs @@ -41,6 +41,7 @@ pub struct Config { pub input: Input, pub output: Output, pub pretty: bool, + pub timing: bool, pub mount: Option, pub cleanup_mount: bool, } @@ -146,6 +147,7 @@ impl Config { } // simple flags + config.timing = args.is_present("TIMING"); config.add_newlines = !args.is_present("EXACT"); config.pad_element_names = !args.is_present("UNPADDED"); config.read_only = args.is_present("READONLY"); @@ -593,6 +595,7 @@ impl Default for Config { input: Input::Stdin, output: Output::Stdout, pretty: false, + timing: false, mount: None, cleanup_mount: false, } diff --git a/src/format.rs b/src/format.rs index 4e61f35..4d7e2bf 100644 --- a/src/format.rs +++ b/src/format.rs @@ -6,7 +6,7 @@ use tracing::{debug, error, info, instrument, warn}; use fuser::FileType; -use super::config::{ERROR_STATUS_FUSE, Config, Input, Munge, Output}; +use super::config::{Config, Input, Munge, Output, ERROR_STATUS_FUSE}; use super::fs::{DirEntry, DirType, Entry, Inode, FS}; use ::toml as serde_toml; @@ -133,6 +133,24 @@ impl Format { /// NB there is no check that `self == fs.config.input_format`! #[instrument(level = "info", skip(config))] pub fn load(&self, config: Config) -> FS { + macro_rules! time_ns { + ($msg:expr, $e:expr) => {{ + let start = std::time::Instant::now(); + let v = $e; + + let msg = $msg; + let elapsed = start.elapsed().as_nanos(); + if config.timing { + eprintln!("{},{}", msg, elapsed); + } else { + info!("{} ({}ns)", msg, elapsed); + } + + v + }}; + } + + info!("loading"); let mut inodes: Vec> = Vec::new(); let reader: Box = match &config.input { @@ -164,25 +182,19 @@ impl Format { match self { Format::Json => { - info!("reading json value"); - let v: serde_json::Value = serde_json::from_reader(reader).expect("JSON"); - info!("building inodes"); - fs_from_value(v, &config, &mut inodes); - info!("done"); + let v: serde_json::Value = time_ns!( + "reading", + serde_json::from_reader(reader).expect("JSON") + ); + time_ns!("loading", fs_from_value(v, &config, &mut inodes)); } Format::Toml => { - info!("reading toml value"); - let v = toml::from_reader(reader).expect("TOML"); - info!("building inodes"); - fs_from_value(v, &config, &mut inodes); - info!("done"); + let v = time_ns!("reading", toml::from_reader(reader).expect("TOML")); + time_ns!("loading", fs_from_value(v, &config, &mut inodes)); } Format::Yaml => { - info!("reading toml value"); - let v = yaml::from_reader(reader).expect("YAML"); - info!("building inodes"); - fs_from_value(v, &config, &mut inodes); - info!("done"); + let v = time_ns!("reading", yaml::from_reader(reader).expect("YAML")); + time_ns!("loading", fs_from_value(v, &config, &mut inodes)); } }; @@ -195,6 +207,22 @@ impl Format { /// NB there is no check that `self == fs.config.output_format`! #[instrument(level = "info", skip(fs))] pub fn save(&self, fs: &FS) { + macro_rules! time_ns { + ($msg:expr, $e:expr) => {{ + let start = std::time::Instant::now(); + let v = $e; + + let msg = $msg; + let elapsed = start.elapsed().as_nanos(); + if fs.config.timing { + eprintln!("{},{}", msg, elapsed); + } else { + info!("{} ({}ns)", msg, elapsed); + } + v + }}; + } + let writer: Box = match &fs.config.output { Output::Stdout => { debug!("outputting on STDOUT"); @@ -212,36 +240,35 @@ impl Format { match self { Format::Json => { - info!("generating json value"); - let v: serde_json::Value = value_from_fs(fs, fuser::FUSE_ROOT_ID); - info!("writing"); + let v: serde_json::Value = + time_ns!("saving", value_from_fs(fs, fuser::FUSE_ROOT_ID)); debug!("outputting {}", v); - if fs.config.pretty { - serde_json::to_writer_pretty(writer, &v).unwrap(); - } else { - serde_json::to_writer(writer, &v).unwrap(); - } - info!("done") + time_ns!( + "writing", + if fs.config.pretty { + serde_json::to_writer_pretty(writer, &v).unwrap(); + } else { + serde_json::to_writer(writer, &v).unwrap(); + } + ); } Format::Toml => { - info!("generating toml value"); - let v: serde_toml::Value = value_from_fs(fs, fuser::FUSE_ROOT_ID); - info!("writing"); + let v: serde_toml::Value = + time_ns!("saving", value_from_fs(fs, fuser::FUSE_ROOT_ID)); debug!("outputting {}", v); - if fs.config.pretty { - toml::to_writer_pretty(writer, &v).unwrap(); - } else { - toml::to_writer(writer, &v).unwrap(); - } - info!("done"); + time_ns!( + "writing", + if fs.config.pretty { + toml::to_writer_pretty(writer, &v).unwrap(); + } else { + toml::to_writer(writer, &v).unwrap(); + } + ); } Format::Yaml => { - info!("generating yaml value"); - let v: yaml::Value = value_from_fs(fs, fuser::FUSE_ROOT_ID); - info!("writing"); + let v: yaml::Value = time_ns!("saving", value_from_fs(fs, fuser::FUSE_ROOT_ID)); debug!("outputting {}", v); - yaml::to_writer(writer, &v).unwrap(); - info!("done"); + time_ns!("writing", yaml::to_writer(writer, &v).unwrap()); } } } diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 0000000..c1311fd --- /dev/null +++ b/tests/README.md @@ -0,0 +1,6 @@ +To run tests, run `run_tests.sh` (in the repo root). + +These tests cover a wide variety of features. Testing is slow because +mountpoints aren't _immediately_ available after running `ffs` in the +background---you need a few milliseconds, but there's no portable way +to sleep just a little. diff --git a/tests/exit_status.sh b/tests/exit_status.sh index 541f492..aec3c77 100755 --- a/tests/exit_status.sh +++ b/tests/exit_status.sh @@ -13,6 +13,7 @@ fail() { } TESTS="$(pwd)" +TIMEOUT="$(cd ../utils; pwd)/timeout" D=$(mktemp -d) @@ -29,7 +30,7 @@ chmod -w unwriteable # in place mount, mountpoint exists mkdir single -"$TESTS"/timeout -t 2 ffs -i single.json 2>single.err +"$TIMEOUT" -t 2 ffs -i single.json 2>single.err [ $? -eq 1 ] || fail imountstatus [ -s single.err ] || fail imountmsg rmdir single @@ -37,7 +38,7 @@ rm single.err # in place, can't make mountpoint cd unwriteable -"$TESTS"/timeout -t 2 ffs -i single.json 2>../single.err +"$TIMEOUT" -t 2 ffs -i single.json 2>../single.err [ $? -eq 1 ] || fail imkmountstatus cd .. [ -s single.err ] || fail imkmountmsg @@ -45,7 +46,7 @@ rm single.err # new, mountpoint exists mkdir foo -"$TESTS"/timeout -t 2 ffs --new foo.json 2>foo.err +"$TIMEOUT" -t 2 ffs --new foo.json 2>foo.err [ $? -eq 1 ] || fail newmountstatus [ -s foo.err ] || fail newmountmsg rmdir foo @@ -53,47 +54,47 @@ rm foo.err # new, can't make mountpoint cd unwriteable -"$TESTS"/timeout -t 2 ffs --new foo.json 2>../foo.err +"$TIMEOUT" -t 2 ffs --new foo.json 2>../foo.err [ $? -eq 1 ] || fail newmkmountstatus cd .. [ -s foo.err ] || fail newmkmountmsg rm foo.err # input file, can't infer mountpoint -"$TESTS"/timeout -t 2 ffs --new .. 2>dotdot.err +"$TIMEOUT" -t 2 ffs --new .. 2>dotdot.err [ $? -eq 1 ] || fail newdotdotmountstatus [ -s dotdot.err ] || fail newdotdotmountmsg rm dotdot.err # --new, output file exists touch foo.yaml -"$TESTS"/timeout -t 2 ffs --new foo.yaml 2>foo.err +"$TIMEOUT" -t 2 ffs --new foo.yaml 2>foo.err [ $? -eq 1 ] || fail omountstatus [ -s foo.err ] || fail omountmsg rm foo.yaml rm foo.err # --new, mountpoint doesn't exist -"$TESTS"/timeout -t 2 ffs -m notthere --new foo.json 2>foo.err +"$TIMEOUT" -t 2 ffs -m notthere --new foo.json 2>foo.err [ $? -eq 1 ] || fail mmountstatus1 [ -s foo.err ] || fail mmountmsg1 rm foo.err # mountpoint doesn't exist -"$TESTS"/timeout -t 2 ffs -m notthere single.json 2>single.err +"$TIMEOUT" -t 2 ffs -m notthere single.json 2>single.err [ $? -eq 1 ] || fail mmountstatus2 [ -s single.err ] || fail mmountmsg2 rm single.err # input file doesn't exists -"$TESTS"/timeout -t 2 ffs nonesuch.toml 2>nonesuch.err +"$TIMEOUT" -t 2 ffs nonesuch.toml 2>nonesuch.err [ $? -eq 1 ] || fail inputmountstatus1 [ -s nonesuch.err ] || fail inputmountmsg1 rm nonesuch.err # input file, mountpoint exists mkdir single -"$TESTS"/timeout -t 2 ffs single.json 2>single.err +"$TIMEOUT" -t 2 ffs single.json 2>single.err [ $? -eq 1 ] || fail inputmountstatus2 [ -s single.err ] || fail inputmountmsg2 rmdir single @@ -101,74 +102,74 @@ rm single.err # input file, can't make mount point cd unwriteable -"$TESTS"/timeout -t 2 ffs ../single.json 2>../single.err +"$TIMEOUT" -t 2 ffs ../single.json 2>../single.err [ $? -eq 1 ] || fail inputmkmountstatus cd .. [ -s single.err ] || fail inputmkmountmsg rm single.err # input file, can't infer mountpoint -"$TESTS"/timeout -t 2 ffs .. 2>dotdot.err +"$TIMEOUT" -t 2 ffs .. 2>dotdot.err [ $? -eq 1 ] || fail inputdotdotmountstatus [ -s dotdot.err ] || fail inputdotdotmountmsg rm dotdot.err # unreadable input -"$TESTS"/timeout -t 2 ffs unreadable.json 2>ur.err +"$TIMEOUT" -t 2 ffs unreadable.json 2>ur.err [ $? -eq 1 ] || fail unreadablemountstatus [ -s ur.err ] || fail unreadablemountmsg rm ur.err # plain value input -"$TESTS"/timeout -t 2 ffs false.json 2>false.err +"$TIMEOUT" -t 2 ffs false.json 2>false.err [ $? -eq 1 ] || fail falsemountstatus [ -s false.err ] || fail falsemountmsg rm false.err # bad mount point (fuser is masking this error) -# "$TESTS"/timeout -t 2 ffs /etc single.json 2>etc.err +# "$TIMEOUT" -t 2 ffs /etc single.json 2>etc.err # [ $? -eq 1 ] || fail etcmountstatus # [ -s etc.err ] || fail etcmountmsg # rm etc.err # bad shell completion -"$TESTS"/timeout -t 2 ffs --completions smoosh 2>comp.err +"$TIMEOUT" -t 2 ffs --completions smoosh 2>comp.err [ $? -eq 2 ] || fail compmountstatus [ -s comp.err ] || fail compmountmsg rm comp.err # bad mode -"$TESTS"/timeout -t 2 ffs --mode 888 2>mode.err +"$TIMEOUT" -t 2 ffs --mode 888 2>mode.err [ $? -eq 2 ] || fail modemountstatus [ -s mode.err ] || fail modemountmsg rm mode.err # bad dirmode -"$TESTS"/timeout -t 2 ffs --dirmode 888 2>dirmode.err +"$TIMEOUT" -t 2 ffs --dirmode 888 2>dirmode.err [ $? -eq 2 ] || fail dirmodemountstatus [ -s dirmode.err ] || fail dirmodemountmsg rm dirmode.err # new and input file -"$TESTS"/timeout -t 2 ffs --new foo.json single.json 2>ni.err +"$TIMEOUT" -t 2 ffs --new foo.json single.json 2>ni.err [ $? -eq 2 ] || fail nimountstatus [ -s ni.err ] || fail nimountmsg rm ni.err # unknown --source -"$TESTS"/timeout -t 2 ffs --source hieratic single.json 2>source.err +"$TIMEOUT" -t 2 ffs --source hieratic single.json 2>source.err [ $? -eq 2 ] || fail sourcemountstatus [ -s source.err ] || fail sourcemountmsg rm source.err # unknown --target -"$TESTS"/timeout -t 2 ffs --target hieratic single.json 2>target.err +"$TIMEOUT" -t 2 ffs --target hieratic single.json 2>target.err [ $? -eq 2 ] || fail targetmountstatus [ -s target.err ] || fail targetmountmsg rm target.err # stdin read, no mountpoint -"$TESTS"/timeout -t 2 ffs 2>im.err +"$TIMEOUT" -t 2 ffs 2>im.err [ $? -eq 2 ] || fail immountstatus [ -s im.err ] || fail immountmsg rm im.err diff --git a/tests/submount_error.sh b/tests/submount_error.sh index 91dee77..0a09b47 100755 --- a/tests/submount_error.sh +++ b/tests/submount_error.sh @@ -13,6 +13,7 @@ fail() { } TESTS="$(pwd)" +TIMEOUT="$(cd ../utils; pwd)/timeout" D=$(mktemp -d) @@ -35,7 +36,7 @@ esac cp ../single.json . -"${TESTS}"/timeout -t 3 -l single.timeout ffs -i single.json 2>single.err +"$TIMEOUT" -t 3 -l single.timeout ffs -i single.json 2>single.err NESTEDSTATUS=$? [ -f single.timeout ] && fail timeout [ -s single.err ] || fail error diff --git a/utils/synth_json b/utils/synth_json new file mode 100755 index 0000000..d3797fb --- /dev/null +++ b/utils/synth_json @@ -0,0 +1,102 @@ +#!/usr/bin/env python3 + +from sys import argv, stderr +import os +import json + +counter = 0 +letters = list("abcdefghijklmnopqrstuvwxyz") + +def fresh_name(): + global counter + + num = counter + counter = counter + 1 + + name = "" + while num > 0 or name == "": + name += letters[num % 26] + num //= 26 + + return name + +def object(field,value): + o = dict() + o[field] = value + return o + +def deep(kind, depth): + if kind == "list": + if depth <= 0: + return list() + + f = lambda v: [v] + elif kind == "named": + if depth <= 0: + return dict() + + def f(v): + o = dict() + o[fresh_name()] = v + return o + else: + raise(ValueError("Unknown kind '{}'".format(kind))) + + v = None + for i in range(0,depth): + v = f(v) + + return v + +def wide(kind, width): + if kind == "list": + v = list() + + def f(v): + v.append(None) + return v + elif kind == "named": + v = dict() + + def f(v): + v[fresh_name()] = None + return v + else: + raise(ValueError("Unknown kind '{}'".format(kind))) + + for i in range(0,width): + v = f(v) + + return v + +def usage(): + print("Usage: {} [list|named] [wide|deep] [size]".format(os.path.basename(argv[0])), file=stderr) + exit(2) + +if __name__ == "__main__": + if len(argv) != 4: + usage() + + kind,approach,size = argv[1:] + + if kind.lower().strip() not in ["named", "list"]: + print("Unknown kind '{}' (expected 'list' or 'named')".format(kind), file=stderr) + usage() + else: + kind = kind.lower().strip() + + if approach.lower().strip() == "wide": + f = wide + elif approach.lower().strip() == "deep": + f = deep + else: + print("Unknown approach '{}' (expected 'wide' or 'deep')".format(kind), file=stderr) + usage() + + try: + size = int(size) + except: + print("Unknown size '{}', expected non-negative number".format(size), file=stderr) + usage() + + print(json.dumps(f(kind, size), separators=(',', ':'))) diff --git a/tests/timeout b/utils/timeout similarity index 100% rename from tests/timeout rename to utils/timeout