mnemorandom 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/CHANGELOG.md +5 -0
- data/CODE_OF_CONDUCT.md +70 -0
- data/Gemfile +12 -0
- data/Gemfile.lock +49 -0
- data/LICENSE.txt +21 -0
- data/README.md +43 -0
- data/Rakefile +12 -0
- data/bin/console +15 -0
- data/bin/setup +8 -0
- data/lib/mnemorandom/version.rb +5 -0
- data/lib/mnemorandom.rb +30 -0
- data/vendor/git/corpora.git/.editorconfig +16 -0
- data/vendor/git/corpora.git/.github/workflows/test.yml +39 -0
- data/vendor/git/corpora.git/.gitignore +4 -0
- data/vendor/git/corpora.git/.travis.yml +17 -0
- data/vendor/git/corpora.git/Gruntfile.js +23 -0
- data/vendor/git/corpora.git/README.md +46 -0
- data/vendor/git/corpora.git/data/animals/ant_anatomy.json +107 -0
- data/vendor/git/corpora.git/data/animals/birds_antarctica.json +106 -0
- data/vendor/git/corpora.git/data/animals/birds_north_america.json +1448 -0
- data/vendor/git/corpora.git/data/animals/cats.json +100 -0
- data/vendor/git/corpora.git/data/animals/cephalopod_anatomy.json +281 -0
- data/vendor/git/corpora.git/data/animals/collateral_adjectives.json +1103 -0
- data/vendor/git/corpora.git/data/animals/common.json +139 -0
- data/vendor/git/corpora.git/data/animals/dinosaurs.json +1455 -0
- data/vendor/git/corpora.git/data/animals/dog_names.json +1005 -0
- data/vendor/git/corpora.git/data/animals/dogs-en-de.json +1814 -0
- data/vendor/git/corpora.git/data/animals/dogs.json +459 -0
- data/vendor/git/corpora.git/data/animals/donkeys.json +174 -0
- data/vendor/git/corpora.git/data/animals/horses.json +349 -0
- data/vendor/git/corpora.git/data/animals/ponies.json +175 -0
- data/vendor/git/corpora.git/data/animals/rabbits.json +55 -0
- data/vendor/git/corpora.git/data/archetypes/artifact.json +53 -0
- data/vendor/git/corpora.git/data/archetypes/character.json +257 -0
- data/vendor/git/corpora.git/data/archetypes/event.json +107 -0
- data/vendor/git/corpora.git/data/archetypes/setting.json +179 -0
- data/vendor/git/corpora.git/data/architecture/passages.json +35 -0
- data/vendor/git/corpora.git/data/architecture/rooms.json +113 -0
- data/vendor/git/corpora.git/data/art/isms.json +146 -0
- data/vendor/git/corpora.git/data/books/academic_subjects.json +261 -0
- data/vendor/git/corpora.git/data/books/bestsellers.json +258 -0
- data/vendor/git/corpora.git/data/colors/crayola.json +485 -0
- data/vendor/git/corpora.git/data/colors/dulux.json +42242 -0
- data/vendor/git/corpora.git/data/colors/fictional.json +47 -0
- data/vendor/git/corpora.git/data/colors/google_material_colors.json +294 -0
- data/vendor/git/corpora.git/data/colors/paints.json +4005 -0
- data/vendor/git/corpora.git/data/colors/palettes.json +1403 -0
- data/vendor/git/corpora.git/data/colors/web_colors.json +565 -0
- data/vendor/git/corpora.git/data/colors/wikipedia.json +4070 -0
- data/vendor/git/corpora.git/data/colors/xkcd.json +4749 -0
- data/vendor/git/corpora.git/data/corporations/cars.json +71 -0
- data/vendor/git/corpora.git/data/corporations/charities.json +105 -0
- data/vendor/git/corpora.git/data/corporations/djia.json +125 -0
- data/vendor/git/corpora.git/data/corporations/fortune500.json +506 -0
- data/vendor/git/corpora.git/data/corporations/industries.json +155 -0
- data/vendor/git/corpora.git/data/corporations/nasdaq.json +409 -0
- data/vendor/git/corpora.git/data/corporations/newspapers.json +107 -0
- data/vendor/git/corpora.git/data/divination/hexagrams.json +261 -0
- data/vendor/git/corpora.git/data/divination/tarot_interpretations.json +2593 -0
- data/vendor/git/corpora.git/data/divination/zodiac.json +274 -0
- data/vendor/git/corpora.git/data/film-tv/Westworld_quotes.json +326 -0
- data/vendor/git/corpora.git/data/film-tv/extended-netflix-categories.json +605 -0
- data/vendor/git/corpora.git/data/film-tv/game-of-thrones-houses.json +277 -0
- data/vendor/git/corpora.git/data/film-tv/iab_categories.json +1571 -0
- data/vendor/git/corpora.git/data/film-tv/look-around-you-shakespeare.json +28 -0
- data/vendor/git/corpora.git/data/film-tv/netflix-categories.json +216 -0
- data/vendor/git/corpora.git/data/film-tv/popular-movies.json +263 -0
- data/vendor/git/corpora.git/data/film-tv/tv_shows.json +1005 -0
- data/vendor/git/corpora.git/data/foods/apple_cultivars.json +1005 -0
- data/vendor/git/corpora.git/data/foods/bad_beers.json +104 -0
- data/vendor/git/corpora.git/data/foods/beer_categories.json +631 -0
- data/vendor/git/corpora.git/data/foods/beer_styles.json +144 -0
- data/vendor/git/corpora.git/data/foods/breads_and_pastries.json +62 -0
- data/vendor/git/corpora.git/data/foods/combine.json +96 -0
- data/vendor/git/corpora.git/data/foods/condiments.json +104 -0
- data/vendor/git/corpora.git/data/foods/curds.json +1969 -0
- data/vendor/git/corpora.git/data/foods/fruits.json +85 -0
- data/vendor/git/corpora.git/data/foods/herbs_n_spices.json +202 -0
- data/vendor/git/corpora.git/data/foods/hot_peppers.json +69 -0
- data/vendor/git/corpora.git/data/foods/iba_cocktails.json +82 -0
- data/vendor/git/corpora.git/data/foods/menuItems.json +1005 -0
- data/vendor/git/corpora.git/data/foods/pizzaToppings.json +30 -0
- data/vendor/git/corpora.git/data/foods/sandwiches.json +855 -0
- data/vendor/git/corpora.git/data/foods/sausages.json +208 -0
- data/vendor/git/corpora.git/data/foods/scotch_whiskey.json +82 -0
- data/vendor/git/corpora.git/data/foods/tea.json +533 -0
- data/vendor/git/corpora.git/data/foods/vegetable_cooking_times.json +310 -0
- data/vendor/git/corpora.git/data/foods/vegetables.json +125 -0
- data/vendor/git/corpora.git/data/foods/verbs.json +287 -0
- data/vendor/git/corpora.git/data/foods/wine_descriptions.json +108 -0
- data/vendor/git/corpora.git/data/games/League_of_legends_champion_names.json +150 -0
- data/vendor/git/corpora.git/data/games/bannedGames/argentina/bannedList.json +9 -0
- data/vendor/git/corpora.git/data/games/bannedGames/brazil/bannedList.json +53 -0
- data/vendor/git/corpora.git/data/games/bannedGames/china/bannedList.json +25 -0
- data/vendor/git/corpora.git/data/games/bannedGames/denmark/bannedList.json +9 -0
- data/vendor/git/corpora.git/data/games/bannedGames/germany/bannedList.json +457 -0
- data/vendor/git/corpora.git/data/games/bannedGames/saudi_arabia/bannedList.json +69 -0
- data/vendor/git/corpora.git/data/games/board_games.json +218 -0
- data/vendor/git/corpora.git/data/games/cluedo.json +65 -0
- data/vendor/git/corpora.git/data/games/dark_souls_iii_messages.json +367 -0
- data/vendor/git/corpora.git/data/games/jeopardy_questions.json +9005 -0
- data/vendor/git/corpora.git/data/games/pokemon.json +20684 -0
- data/vendor/git/corpora.git/data/games/rpg/rpg_designers.json +202 -0
- data/vendor/git/corpora.git/data/games/rpg/rpg_games.json +859 -0
- data/vendor/git/corpora.git/data/games/rpg/rpg_settings.json +103 -0
- data/vendor/git/corpora.git/data/games/scrabble.json +33 -0
- data/vendor/git/corpora.git/data/games/street_fighter_ii.json +73 -0
- data/vendor/git/corpora.git/data/games/trivial_pursuit.json +29 -0
- data/vendor/git/corpora.git/data/games/wrestling_moves.json +284 -0
- data/vendor/git/corpora.git/data/games/zelda.json +372 -0
- data/vendor/git/corpora.git/data/geography/anthropogenic_features.json +143 -0
- data/vendor/git/corpora.git/data/geography/canada_provinces_and_territories.json +16 -0
- data/vendor/git/corpora.git/data/geography/canadian_municipalities.json +606 -0
- data/vendor/git/corpora.git/data/geography/countries.json +203 -0
- data/vendor/git/corpora.git/data/geography/countries_with_capitals.json +202 -0
- data/vendor/git/corpora.git/data/geography/english_towns_cities.json +997 -0
- data/vendor/git/corpora.git/data/geography/environmental_hazards.json +76 -0
- data/vendor/git/corpora.git/data/geography/geographic_features.json +514 -0
- data/vendor/git/corpora.git/data/geography/japanese_prefectures.json +99 -0
- data/vendor/git/corpora.git/data/geography/london_underground_stations.json +1352 -0
- data/vendor/git/corpora.git/data/geography/nationalities.json +232 -0
- data/vendor/git/corpora.git/data/geography/norwegian_cities.json +370 -0
- data/vendor/git/corpora.git/data/geography/nyc_neighborhood_zips.json +395 -0
- data/vendor/git/corpora.git/data/geography/oceans.json +305 -0
- data/vendor/git/corpora.git/data/geography/rivers.json +1101 -0
- data/vendor/git/corpora.git/data/geography/sf_neighborhoods.json +455 -0
- data/vendor/git/corpora.git/data/geography/us_airport_codes.json +373 -0
- data/vendor/git/corpora.git/data/geography/us_cities.json +5006 -0
- data/vendor/git/corpora.git/data/geography/us_counties.json +2979 -0
- data/vendor/git/corpora.git/data/geography/us_metropolitan_areas.json +4488 -0
- data/vendor/git/corpora.git/data/geography/us_state_capitals.json +205 -0
- data/vendor/git/corpora.git/data/geography/venues.json +3656 -0
- data/vendor/git/corpora.git/data/geography/winds.json +117 -0
- data/vendor/git/corpora.git/data/governments/governmentForms.json +28 -0
- data/vendor/git/corpora.git/data/governments/mass-surveillance-project-names.json +215 -0
- data/vendor/git/corpora.git/data/governments/nsa_projects.json +213 -0
- data/vendor/git/corpora.git/data/governments/uk_political_parties.json +623 -0
- data/vendor/git/corpora.git/data/governments/us_federal_agencies.json +128 -0
- data/vendor/git/corpora.git/data/governments/us_mil_operations.json +3613 -0
- data/vendor/git/corpora.git/data/humans/2016_us_presidential_candidates.json +7329 -0
- data/vendor/git/corpora.git/data/humans/atus_activities.json +4617 -0
- data/vendor/git/corpora.git/data/humans/authors.json +506 -0
- data/vendor/git/corpora.git/data/humans/bodyParts.json +46 -0
- data/vendor/git/corpora.git/data/humans/britishActors.json +705 -0
- data/vendor/git/corpora.git/data/humans/celebrities.json +998 -0
- data/vendor/git/corpora.git/data/humans/descriptions.json +398 -0
- data/vendor/git/corpora.git/data/humans/englishHonorifics.json +226 -0
- data/vendor/git/corpora.git/data/humans/familyRelations.json +77 -0
- data/vendor/git/corpora.git/data/humans/famousDuos.json +194 -0
- data/vendor/git/corpora.git/data/humans/firstNames.json +400 -0
- data/vendor/git/corpora.git/data/humans/genders.json +82 -0
- data/vendor/git/corpora.git/data/humans/human_universals.json +374 -0
- data/vendor/git/corpora.git/data/humans/lastNames.json +205 -0
- data/vendor/git/corpora.git/data/humans/moods.json +771 -0
- data/vendor/git/corpora.git/data/humans/norwayFirstNamesBoys.json +822 -0
- data/vendor/git/corpora.git/data/humans/norwayFirstNamesGirls.json +929 -0
- data/vendor/git/corpora.git/data/humans/norwayLastNames.json +1003 -0
- data/vendor/git/corpora.git/data/humans/occupations.json +976 -0
- data/vendor/git/corpora.git/data/humans/prefixes.json +88 -0
- data/vendor/git/corpora.git/data/humans/richpeople.json +305 -0
- data/vendor/git/corpora.git/data/humans/scientists.json +333 -0
- data/vendor/git/corpora.git/data/humans/spanishFirstNames.json +460 -0
- data/vendor/git/corpora.git/data/humans/spanishLastNames.json +108 -0
- data/vendor/git/corpora.git/data/humans/spinalTapDrummers.json +93 -0
- data/vendor/git/corpora.git/data/humans/suffixes.json +50 -0
- data/vendor/git/corpora.git/data/humans/thirdPersonPronouns.json +9749 -0
- data/vendor/git/corpora.git/data/humans/tolkienCharacterNames.json +600 -0
- data/vendor/git/corpora.git/data/humans/us_presidents.json +2743 -0
- data/vendor/git/corpora.git/data/humans/wrestlers.json +99 -0
- data/vendor/git/corpora.git/data/instructions/burroughsinstructionset.json +216 -0
- data/vendor/git/corpora.git/data/instructions/laundry_care.json +149 -0
- data/vendor/git/corpora.git/data/materials/abridged-body-fluids.json +34 -0
- data/vendor/git/corpora.git/data/materials/building-materials.json +50 -0
- data/vendor/git/corpora.git/data/materials/carbon-allotropes.json +19 -0
- data/vendor/git/corpora.git/data/materials/decorative-stones.json +99 -0
- data/vendor/git/corpora.git/data/materials/fabrics.json +211 -0
- data/vendor/git/corpora.git/data/materials/fibers.json +33 -0
- data/vendor/git/corpora.git/data/materials/fictional-materials.json +170 -0
- data/vendor/git/corpora.git/data/materials/gemstones.json +357 -0
- data/vendor/git/corpora.git/data/materials/layperson-metals.json +23 -0
- data/vendor/git/corpora.git/data/materials/metals.json +97 -0
- data/vendor/git/corpora.git/data/materials/natural-materials.json +15 -0
- data/vendor/git/corpora.git/data/materials/packaging.json +32 -0
- data/vendor/git/corpora.git/data/materials/plastic-brands.json +9 -0
- data/vendor/git/corpora.git/data/materials/sculpture-materials.json +49 -0
- data/vendor/git/corpora.git/data/materials/technical-fabrics.json +16 -0
- data/vendor/git/corpora.git/data/mathematics/fibonnaciSequence.json +1492 -0
- data/vendor/git/corpora.git/data/mathematics/primes.json +1015 -0
- data/vendor/git/corpora.git/data/mathematics/primes_binary.json +1005 -0
- data/vendor/git/corpora.git/data/mathematics/trigonometry.json +24 -0
- data/vendor/git/corpora.git/data/medicine/cancer.json +1007 -0
- data/vendor/git/corpora.git/data/medicine/diagnoses.json +1006 -0
- data/vendor/git/corpora.git/data/medicine/diseases.json +1007 -0
- data/vendor/git/corpora.git/data/medicine/drugNameStems.json +470 -0
- data/vendor/git/corpora.git/data/medicine/drugs.json +1006 -0
- data/vendor/git/corpora.git/data/medicine/hospitals.json +963 -0
- data/vendor/git/corpora.git/data/medicine/infectious_diseases.json +122 -0
- data/vendor/git/corpora.git/data/medicine/symptoms.json +551 -0
- data/vendor/git/corpora.git/data/music/a_list_of_guitar_manufacturers.json +722 -0
- data/vendor/git/corpora.git/data/music/bands_that_have_opened_for_tool.json +37 -0
- data/vendor/git/corpora.git/data/music/female_classical_guitarists.json +260 -0
- data/vendor/git/corpora.git/data/music/genres.json +375 -0
- data/vendor/git/corpora.git/data/music/hamilton_musical_obcrecording_actors_characters.json +63 -0
- data/vendor/git/corpora.git/data/music/instruments.json +60 -0
- data/vendor/git/corpora.git/data/music/media-formats.json +62 -0
- data/vendor/git/corpora.git/data/music/mtv_day_one.json +1257 -0
- data/vendor/git/corpora.git/data/music/rock_hall_of_fame.json +891 -0
- data/vendor/git/corpora.git/data/music/xxl_freshman.json +17 -0
- data/vendor/git/corpora.git/data/mythology/egyptian_gods.json +279 -0
- data/vendor/git/corpora.git/data/mythology/greek_gods.json +36 -0
- data/vendor/git/corpora.git/data/mythology/greek_monsters.json +29 -0
- data/vendor/git/corpora.git/data/mythology/greek_myths_master.json +98 -0
- data/vendor/git/corpora.git/data/mythology/greek_titans.json +38 -0
- data/vendor/git/corpora.git/data/mythology/hebrew_god.json +69 -0
- data/vendor/git/corpora.git/data/mythology/lovecraft.json +100 -0
- data/vendor/git/corpora.git/data/mythology/monsters.json +91 -0
- data/vendor/git/corpora.git/data/mythology/norse_gods.json +75 -0
- data/vendor/git/corpora.git/data/mythology/roman_deities.json +30 -0
- data/vendor/git/corpora.git/data/objects/clothing.json +95 -0
- data/vendor/git/corpora.git/data/objects/corpora_winners.json +32 -0
- data/vendor/git/corpora.git/data/objects/objects.json +452 -0
- data/vendor/git/corpora.git/data/objects/premodern_weapons.json +55 -0
- data/vendor/git/corpora.git/data/plants/cannabis.json +426 -0
- data/vendor/git/corpora.git/data/plants/flowers.json +67 -0
- data/vendor/git/corpora.git/data/plants/plants.json +2526 -0
- data/vendor/git/corpora.git/data/psychology/personality_test.json +305 -0
- data/vendor/git/corpora.git/data/religion/christian_saints.json +6982 -0
- data/vendor/git/corpora.git/data/religion/fictional_religions.json +267 -0
- data/vendor/git/corpora.git/data/religion/parody_religions.json +20 -0
- data/vendor/git/corpora.git/data/religion/religions.json +880 -0
- data/vendor/git/corpora.git/data/science/elements.json +2835 -0
- data/vendor/git/corpora.git/data/science/hail_size.json +85 -0
- data/vendor/git/corpora.git/data/science/meteorology.json +659 -0
- data/vendor/git/corpora.git/data/science/minor_planets.json +1005 -0
- data/vendor/git/corpora.git/data/science/planets.json +241 -0
- data/vendor/git/corpora.git/data/science/pregnancy.json +220 -0
- data/vendor/git/corpora.git/data/science/toxic_chemicals.json +385 -0
- data/vendor/git/corpora.git/data/science/weather_conditions.json +269 -0
- data/vendor/git/corpora.git/data/societies_and_groups/animal_welfare.json +408 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/australia.json +24 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/canada.json +54 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/china.json +6 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/egypt.json +9 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/european_union.json +31 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/india.json +35 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/iran.json +7 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/israel.json +13 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/kazakhstan.json +11 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/russia.json +23 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/saudi_arabia.json +9 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/tunisia.json +3 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/turkey.json +15 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/ukraine.json +4 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/united_arab_emirates.json +31 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/united_kingdom.json +82 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/united_nations.json +37 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/united_states.json +73 -0
- data/vendor/git/corpora.git/data/societies_and_groups/fraternities/coeducational_fraternities.json +107 -0
- data/vendor/git/corpora.git/data/societies_and_groups/fraternities/defunct.json +107 -0
- data/vendor/git/corpora.git/data/societies_and_groups/fraternities/fraternities.json +884 -0
- data/vendor/git/corpora.git/data/societies_and_groups/fraternities/professional.json +574 -0
- data/vendor/git/corpora.git/data/societies_and_groups/fraternities/service.json +90 -0
- data/vendor/git/corpora.git/data/societies_and_groups/fraternities/sororities.json +674 -0
- data/vendor/git/corpora.git/data/societies_and_groups/semi_secret.json +146 -0
- data/vendor/git/corpora.git/data/sports/football/epl_teams.json +145 -0
- data/vendor/git/corpora.git/data/sports/football/laliga_teams.json +125 -0
- data/vendor/git/corpora.git/data/sports/football/serieA.json +104 -0
- data/vendor/git/corpora.git/data/sports/mlb_teams.json +245 -0
- data/vendor/git/corpora.git/data/sports/nba_mvps.json +254 -0
- data/vendor/git/corpora.git/data/sports/nba_teams.json +244 -0
- data/vendor/git/corpora.git/data/sports/nfl_teams.json +261 -0
- data/vendor/git/corpora.git/data/sports/nhl_teams.json +244 -0
- data/vendor/git/corpora.git/data/sports/olympics.json +572 -0
- data/vendor/git/corpora.git/data/sports/sports.json +972 -0
- data/vendor/git/corpora.git/data/technology/appliances.json +112 -0
- data/vendor/git/corpora.git/data/technology/computer_sciences.json +203 -0
- data/vendor/git/corpora.git/data/technology/fireworks.json +45 -0
- data/vendor/git/corpora.git/data/technology/guns_n_rifles.json +65 -0
- data/vendor/git/corpora.git/data/technology/knots.json +217 -0
- data/vendor/git/corpora.git/data/technology/lisp.json +70 -0
- data/vendor/git/corpora.git/data/technology/new_technologies.json +534 -0
- data/vendor/git/corpora.git/data/technology/photo_sharing_websites.json +42 -0
- data/vendor/git/corpora.git/data/technology/programming_languages.json +707 -0
- data/vendor/git/corpora.git/data/technology/programming_languages_popular.json +38 -0
- data/vendor/git/corpora.git/data/technology/social_networking_websites.json +217 -0
- data/vendor/git/corpora.git/data/technology/video_hosting_websites.json +98 -0
- data/vendor/git/corpora.git/data/transportation/commercial-aircraft.json +242 -0
- data/vendor/git/corpora.git/data/transportation/launchVehicleList.json +549 -0
- data/vendor/git/corpora.git/data/travel/lcc.json +378 -0
- data/vendor/git/corpora.git/data/words/adjs.json +965 -0
- data/vendor/git/corpora.git/data/words/adverbs.json +330 -0
- data/vendor/git/corpora.git/data/words/closed_pairs.json +203 -0
- data/vendor/git/corpora.git/data/words/common.json +986 -0
- data/vendor/git/corpora.git/data/words/compounds.json +13380 -0
- data/vendor/git/corpora.git/data/words/crash_blossoms.json +68 -0
- data/vendor/git/corpora.git/data/words/eggcorns.json +183 -0
- data/vendor/git/corpora.git/data/words/emoji/codePage437.json +261 -0
- data/vendor/git/corpora.git/data/words/emoji/cute_kaomoji.json +36 -0
- data/vendor/git/corpora.git/data/words/emoji/emoji.json +869 -0
- data/vendor/git/corpora.git/data/words/encouraging_words.json +53 -0
- data/vendor/git/corpora.git/data/words/ergative_verbs.json +286 -0
- data/vendor/git/corpora.git/data/words/expletives.json +615 -0
- data/vendor/git/corpora.git/data/words/harvard_sentences.json +728 -0
- data/vendor/git/corpora.git/data/words/infinitive_verbs.json +635 -0
- data/vendor/git/corpora.git/data/words/interjections.json +223 -0
- data/vendor/git/corpora.git/data/words/literature/infinitejest.json +155 -0
- data/vendor/git/corpora.git/data/words/literature/lovecraft_words.json +61 -0
- data/vendor/git/corpora.git/data/words/literature/mr_men_little_miss.json +94 -0
- data/vendor/git/corpora.git/data/words/literature/shakespeare_phrases.json +161 -0
- data/vendor/git/corpora.git/data/words/literature/shakespeare_sonnets.json +2929 -0
- data/vendor/git/corpora.git/data/words/literature/shakespeare_words.json +324 -0
- data/vendor/git/corpora.git/data/words/literature/technology_quotes.json +79 -0
- data/vendor/git/corpora.git/data/words/nouns.json +997 -0
- data/vendor/git/corpora.git/data/words/oprah_quotes.json +47 -0
- data/vendor/git/corpora.git/data/words/personal_nouns.json +9314 -0
- data/vendor/git/corpora.git/data/words/personal_pronouns.json +61 -0
- data/vendor/git/corpora.git/data/words/possessive_pronouns.json +43 -0
- data/vendor/git/corpora.git/data/words/prefix_root_suffix.json +3688 -0
- data/vendor/git/corpora.git/data/words/prepositions.json +135 -0
- data/vendor/git/corpora.git/data/words/proverbs.json +533 -0
- data/vendor/git/corpora.git/data/words/resume_action_words.json +142 -0
- data/vendor/git/corpora.git/data/words/rhymeless_words.json +125 -0
- data/vendor/git/corpora.git/data/words/spells.json +460 -0
- data/vendor/git/corpora.git/data/words/state_verbs.json +25 -0
- data/vendor/git/corpora.git/data/words/states_of_drunkenness.json +39 -0
- data/vendor/git/corpora.git/data/words/stopwords/ar.json +169 -0
- data/vendor/git/corpora.git/data/words/stopwords/bg.json +265 -0
- data/vendor/git/corpora.git/data/words/stopwords/cs.json +412 -0
- data/vendor/git/corpora.git/data/words/stopwords/da.json +70 -0
- data/vendor/git/corpora.git/data/words/stopwords/de.json +599 -0
- data/vendor/git/corpora.git/data/words/stopwords/en.json +862 -0
- data/vendor/git/corpora.git/data/words/stopwords/es.json +450 -0
- data/vendor/git/corpora.git/data/words/stopwords/fi.json +754 -0
- data/vendor/git/corpora.git/data/words/stopwords/fr.json +501 -0
- data/vendor/git/corpora.git/data/words/stopwords/gr.json +159 -0
- data/vendor/git/corpora.git/data/words/stopwords/it.json +439 -0
- data/vendor/git/corpora.git/data/words/stopwords/jp.json +50 -0
- data/vendor/git/corpora.git/data/words/stopwords/lv.json +171 -0
- data/vendor/git/corpora.git/data/words/stopwords/nl.json +275 -0
- data/vendor/git/corpora.git/data/words/stopwords/no.json +125 -0
- data/vendor/git/corpora.git/data/words/stopwords/pl.json +281 -0
- data/vendor/git/corpora.git/data/words/stopwords/pt.json +449 -0
- data/vendor/git/corpora.git/data/words/stopwords/ru.json +428 -0
- data/vendor/git/corpora.git/data/words/stopwords/sk.json +185 -0
- data/vendor/git/corpora.git/data/words/stopwords/sv.json +393 -0
- data/vendor/git/corpora.git/data/words/stopwords/tr.json +236 -0
- data/vendor/git/corpora.git/data/words/strange_words.json +65 -0
- data/vendor/git/corpora.git/data/words/ultraconserved.json +1673 -0
- data/vendor/git/corpora.git/data/words/units_of_time.json +32 -0
- data/vendor/git/corpora.git/data/words/us_president_quotes.json +202 -0
- data/vendor/git/corpora.git/data/words/verbs.json +2537 -0
- data/vendor/git/corpora.git/data/words/verbs_with_conjugations.json +13313 -0
- data/vendor/git/corpora.git/data/words/word_clues/clues_five.json +10296 -0
- data/vendor/git/corpora.git/data/words/word_clues/clues_four.json +6329 -0
- data/vendor/git/corpora.git/data/words/word_clues/clues_six.json +10909 -0
- data/vendor/git/corpora.git/package.json +23 -0
- metadata +403 -0
|
@@ -0,0 +1,963 @@
|
|
|
1
|
+
{
|
|
2
|
+
"description": "A partial list of the hospitals in the United States",
|
|
3
|
+
"source": "Wikipedia - List of Hospitals in the United States, https://en.wikipedia.org/wiki/Lists_of_hospitals_in_the_United_States",
|
|
4
|
+
"hospitals": [
|
|
5
|
+
"A.O. Fox Memorial Hospital",
|
|
6
|
+
"Abrazo Central Campus",
|
|
7
|
+
"Abrazo West Campus",
|
|
8
|
+
"AcuteCare Health System",
|
|
9
|
+
"Adirondack Medical Center",
|
|
10
|
+
"Alamance Regional Medical Center",
|
|
11
|
+
"Alaska Native Medical Center",
|
|
12
|
+
"Albert B. Chandler Hospital",
|
|
13
|
+
"Alegent Health Mercy Hospital",
|
|
14
|
+
"Alice Hyde Medical Center",
|
|
15
|
+
"Alice Peck Day Hospital",
|
|
16
|
+
"Allegan General Hospital",
|
|
17
|
+
"Allen Hospital",
|
|
18
|
+
"Alpena Regional Medical Center",
|
|
19
|
+
"Altru Hospital",
|
|
20
|
+
"Alvin J. Siteman Cancer Center",
|
|
21
|
+
"Anaheim General Hospital",
|
|
22
|
+
"Anderson County Hospital",
|
|
23
|
+
"Angel Medical Center",
|
|
24
|
+
"Animas Surgical Hospital",
|
|
25
|
+
"Annie Penn Hospital",
|
|
26
|
+
"Anthony Medical Center",
|
|
27
|
+
"Arbour Hospital",
|
|
28
|
+
"Arizona Heart Institute",
|
|
29
|
+
"Arkansas Children's Hospital",
|
|
30
|
+
"Arkansas Methodist Hospital",
|
|
31
|
+
"Arkansas Surgical Hospital",
|
|
32
|
+
"Arnold Palmer Hospital for Children",
|
|
33
|
+
"Arrowhead Hospital",
|
|
34
|
+
"Arroyo Grande Community Hospital",
|
|
35
|
+
"Ashley County Medical Center",
|
|
36
|
+
"Aspen Valley Hospital",
|
|
37
|
+
"Aspirus Ontonagon Hospital",
|
|
38
|
+
"Assumption General Medical Center",
|
|
39
|
+
"Athens-Limestone Hospital",
|
|
40
|
+
"Atlantic Rehabilitation Institute",
|
|
41
|
+
"AtlantiCare Regional Medical Center Mainland Division",
|
|
42
|
+
"Aurora Community Hospital",
|
|
43
|
+
"Avalon Municipal Hospital",
|
|
44
|
+
"Avista Adventist Hospital",
|
|
45
|
+
"Ayesha Hospital",
|
|
46
|
+
"Bakersfield Memorial Hospital",
|
|
47
|
+
"Baltimore VA Medical Center",
|
|
48
|
+
"Baraga County Memorial Hospital",
|
|
49
|
+
"Barnes-Jewish Hospital",
|
|
50
|
+
"Barrow Regional Medical Center",
|
|
51
|
+
"Bartlett Regional Hospital",
|
|
52
|
+
"Barton Memorial Hospital",
|
|
53
|
+
"Bastrop Rehabilitation Hospital",
|
|
54
|
+
"Bath Va Medical Center",
|
|
55
|
+
"Baxter Regional Medical Center",
|
|
56
|
+
"Bay Medical Center",
|
|
57
|
+
"Bayley Seton Hospital",
|
|
58
|
+
"Bayonne Medical Center",
|
|
59
|
+
"Bayshore Community Hospital",
|
|
60
|
+
"Beacon Center",
|
|
61
|
+
"Bear Lake Memorial Hospital",
|
|
62
|
+
"Beaumon Hospital",
|
|
63
|
+
"Beauregard Memorial Hospital",
|
|
64
|
+
"Behavioral Health Center at Westchester Medical Center",
|
|
65
|
+
"Bellevue Hospital Center",
|
|
66
|
+
"Bellflower Medical Center",
|
|
67
|
+
"Bergen Regional Medical Center",
|
|
68
|
+
"Bert Fish Medical Center",
|
|
69
|
+
"Beth Israel Deaconess Medical Center",
|
|
70
|
+
"Bethesda Memorial Hospital",
|
|
71
|
+
"Beverly Hospital",
|
|
72
|
+
"Bibb Medical Center",
|
|
73
|
+
"Bingham Memorial Hospital",
|
|
74
|
+
"Birkeland Maternity Center",
|
|
75
|
+
"Blackford Community Hospital",
|
|
76
|
+
"Blake Medical Center",
|
|
77
|
+
"Blank Children's Hospital",
|
|
78
|
+
"Bloomington Meadows Hospital",
|
|
79
|
+
"Bluegrass Community Hospital",
|
|
80
|
+
"Blythedale Children's Hospital",
|
|
81
|
+
"Boca Raton Regional Hospital",
|
|
82
|
+
"Bon Secours St. Petersburg",
|
|
83
|
+
"Bonner General Hospital",
|
|
84
|
+
"Boone Hospital Center",
|
|
85
|
+
"Borgess-Lee Memorial Hospital",
|
|
86
|
+
"Boston Medical Center",
|
|
87
|
+
"Brandon Regional Hospital",
|
|
88
|
+
"Breckinridge Memorial Hospital",
|
|
89
|
+
"Bridgeport Hospital",
|
|
90
|
+
"Brighton Hospital",
|
|
91
|
+
"Bronson Battle Creek",
|
|
92
|
+
"Brookhaven Memorial Hospital Medical Center Inc",
|
|
93
|
+
"Brooks County Hospital",
|
|
94
|
+
"Brooks Rehabilitation",
|
|
95
|
+
"Brookwood Medical Center",
|
|
96
|
+
"Broward Health Medical Center",
|
|
97
|
+
"Broward Health Weston",
|
|
98
|
+
"Bryan Whitfield Memorial Hospital",
|
|
99
|
+
"Buena Vista Regional Medical Center",
|
|
100
|
+
"Buffalo Niagara Medical Campus",
|
|
101
|
+
"Bullitt County Medical Center",
|
|
102
|
+
"Burbank Community Hospital",
|
|
103
|
+
"Byrd Regional Hospital",
|
|
104
|
+
"California Hospital Medical Center",
|
|
105
|
+
"Calvary Hospital",
|
|
106
|
+
"Cameron Memorial Community Hospital",
|
|
107
|
+
"Cancer Institute of Maui",
|
|
108
|
+
"Candler Hospital",
|
|
109
|
+
"Cape Canaveral Hospital",
|
|
110
|
+
"Cape Fear Valley-Bladen County Hospital",
|
|
111
|
+
"Capital District Psychiatric Center",
|
|
112
|
+
"Capital Region Medical Center",
|
|
113
|
+
"Cardinal Glennon Children's Hospital",
|
|
114
|
+
"CareLink of Jackson",
|
|
115
|
+
"Caro Center",
|
|
116
|
+
"CarolinaEast Medical Center",
|
|
117
|
+
"Carolinas ContinueCARE Hospital at Pineville",
|
|
118
|
+
"Carolinas Medical Center/Center for Mental Health",
|
|
119
|
+
"Carolinas Rehabilitation Mt. Holly",
|
|
120
|
+
"CaroMont Regional Medical Center",
|
|
121
|
+
"Carondelet St. Joseph's Hospital",
|
|
122
|
+
"Carson City Hospital",
|
|
123
|
+
"Cass Medical Center",
|
|
124
|
+
"Castle Medical Center",
|
|
125
|
+
"Catholic Medical Center",
|
|
126
|
+
"Cayuga Medical Center at Ithaca",
|
|
127
|
+
"Cedars Medical Center",
|
|
128
|
+
"CenterPointe Hospital",
|
|
129
|
+
"Central Alabama Veterans Health Care System East Campus",
|
|
130
|
+
"Central Florida Regional Hospital",
|
|
131
|
+
"Central Kansas Medical Center",
|
|
132
|
+
"Central New York Psychiatric Center",
|
|
133
|
+
"Central State Hospital",
|
|
134
|
+
"Central Valley General Hospital",
|
|
135
|
+
"Century City Hospital",
|
|
136
|
+
"Chapman Medical Center",
|
|
137
|
+
"Charlevoix Area Hospital",
|
|
138
|
+
"Chatuge Regional Hospital",
|
|
139
|
+
"Chelsea Community Hospital",
|
|
140
|
+
"Cherokee Regional Medical Center",
|
|
141
|
+
"Chestatee Regional Hospital",
|
|
142
|
+
"Children's Healthcare of Atlanta at Hughes Spalding",
|
|
143
|
+
"Children's Hospital and Health Center",
|
|
144
|
+
"Children's Hospital Colorado",
|
|
145
|
+
"Children's Hospital Los Angeles",
|
|
146
|
+
"Children's Hospital of Buffalo",
|
|
147
|
+
"Children's Hospital of Georgia",
|
|
148
|
+
"Children's Hospital of New Orleans",
|
|
149
|
+
"Children's Mercy Northland",
|
|
150
|
+
"Children's of Alabama Russell Campus",
|
|
151
|
+
"Chilton Memorial Hospital",
|
|
152
|
+
"Choctaw General Hospital",
|
|
153
|
+
"Christ Hospital",
|
|
154
|
+
"Christian Hospital",
|
|
155
|
+
"Christus Schumpert Hospital",
|
|
156
|
+
"Christus St. Patrick Hospital",
|
|
157
|
+
"Citizens Medical Center",
|
|
158
|
+
"Citrus Memorial Hospital",
|
|
159
|
+
"City of Hope National Medical Center",
|
|
160
|
+
"Clara Maass Medical Center",
|
|
161
|
+
"Clark Regional Medical Center",
|
|
162
|
+
"Cleveland Clinic Hospital",
|
|
163
|
+
"Clifton-Fine Hospital",
|
|
164
|
+
"Clinton County Hospital",
|
|
165
|
+
"Coalinga Regional Medical Center",
|
|
166
|
+
"Coast Plaza Hospital",
|
|
167
|
+
"Cobre Valley Community Hospital",
|
|
168
|
+
"Coffey County Hospital",
|
|
169
|
+
"Coler-Goldwater Specialty Hospital",
|
|
170
|
+
"Coliseum Northside Hospital",
|
|
171
|
+
"Colmery-O'Neil VA Medical Center",
|
|
172
|
+
"Colorado Canyons Hospital and Medical Center",
|
|
173
|
+
"Colorado Mental Health Institute at Pueblo",
|
|
174
|
+
"Colorado River Medical Center",
|
|
175
|
+
"Columbia Regional Hospital",
|
|
176
|
+
"Comanche County Hospital",
|
|
177
|
+
"Community General Hospital",
|
|
178
|
+
"Community HealthCare System",
|
|
179
|
+
"Community Hospital at Dobbs Ferry",
|
|
180
|
+
"Community Hospital North",
|
|
181
|
+
"Community Hospital of Bremen",
|
|
182
|
+
"Community Hospital of Los Gatos",
|
|
183
|
+
"Community Hospital of the Monterey Peninsula",
|
|
184
|
+
"Community Medical Center of Izard County",
|
|
185
|
+
"Community Memorial Hospital",
|
|
186
|
+
"Community Mental Health Center",
|
|
187
|
+
"Comprehensive Health of Planned Parenthood of Kansas and Mid-Missouri",
|
|
188
|
+
"Conejos County Hospital",
|
|
189
|
+
"Connecticut Children's Medical Center",
|
|
190
|
+
"Connecticut Valley Hospital",
|
|
191
|
+
"Conway Regional Health System",
|
|
192
|
+
"Cooper University Hospital",
|
|
193
|
+
"Coosa Valley Medical Center",
|
|
194
|
+
"Coral Gables Hospital",
|
|
195
|
+
"Cordova Community Medical Center",
|
|
196
|
+
"Corning Hospital",
|
|
197
|
+
"Corona Regional Medical Center",
|
|
198
|
+
"Cottage Children's Hospital",
|
|
199
|
+
"County Hospital",
|
|
200
|
+
"Cox North",
|
|
201
|
+
"Cox Walnut Lawn",
|
|
202
|
+
"Craig Hospital",
|
|
203
|
+
"Crawford County Hospital District No.1",
|
|
204
|
+
"Crenshaw Community Hospital",
|
|
205
|
+
"Crisp Regional Hospital",
|
|
206
|
+
"Crittenden Regional Hospital",
|
|
207
|
+
"Crittenton Hospital Medical Center",
|
|
208
|
+
"Crotched Mountain Rehabilitation Center",
|
|
209
|
+
"Cuba Memorial Hospital",
|
|
210
|
+
"Cumberland County Hospital",
|
|
211
|
+
"Cushing Memorial Hospital",
|
|
212
|
+
"D.W. McMillan Memorial Hospital",
|
|
213
|
+
"Dallas County Hospital",
|
|
214
|
+
"Dana-Farber Cancer Institute",
|
|
215
|
+
"Dauterive Hospital",
|
|
216
|
+
"Day Kimball Hospital",
|
|
217
|
+
"De Queen Medical Center",
|
|
218
|
+
"Deaconess Gateway Hospital",
|
|
219
|
+
"Deaconess Incarnate Word Health System",
|
|
220
|
+
"Deborah Heart and Lung Center",
|
|
221
|
+
"Decatur General Hospital System",
|
|
222
|
+
"DeKalb Medical",
|
|
223
|
+
"DeKalb Memorial Hospital",
|
|
224
|
+
"Delray Medical Center",
|
|
225
|
+
"Delta Memorial Hospital",
|
|
226
|
+
"Derby Ambulatory Surgery Center",
|
|
227
|
+
"Desert Regional Medical Center",
|
|
228
|
+
"Desert Valley Hospital",
|
|
229
|
+
"DeSoto Memorial Hospital",
|
|
230
|
+
"Dignity Health St. Joseph's Westgate Medical Center",
|
|
231
|
+
"Doctors Hospital of Augusta",
|
|
232
|
+
"Doctors Hospital of Tattnall",
|
|
233
|
+
"Doctors Medical Center of Modesto",
|
|
234
|
+
"Doctors Medical Center San Pablo Campus",
|
|
235
|
+
"Dosher Memorial Hospital",
|
|
236
|
+
"Dr. P. Phillips Hospital",
|
|
237
|
+
"Duane L. Waters Hospital",
|
|
238
|
+
"Duke Regional Hospital",
|
|
239
|
+
"Dukes Memorial Hospital",
|
|
240
|
+
"Dupont Hospital",
|
|
241
|
+
"East Alabama Medical Center",
|
|
242
|
+
"East Jefferson General Hospital",
|
|
243
|
+
"East Morgan County Hospital",
|
|
244
|
+
"Eastern Long Island Hospita",
|
|
245
|
+
"Eastern Plumas District Hospital",
|
|
246
|
+
"Eden Medical Center",
|
|
247
|
+
"Effingham Hospital",
|
|
248
|
+
"El Camino Hospital",
|
|
249
|
+
"Eliza Coffee Memorial Hospital",
|
|
250
|
+
"Elkhart General Hospital",
|
|
251
|
+
"Elliot Hospital",
|
|
252
|
+
"Ellis Hospital",
|
|
253
|
+
"Elmendorf AFB Hospital",
|
|
254
|
+
"Elmira Psychiatric Center",
|
|
255
|
+
"Emanuel Medical Center",
|
|
256
|
+
"Emory Johns Creek Hospital",
|
|
257
|
+
"Englewood Community Hospital",
|
|
258
|
+
"Ephraim McDowell Regional Medical Center",
|
|
259
|
+
"Estelle Doheney Eye Hospital",
|
|
260
|
+
"Evans Memorial Hospital",
|
|
261
|
+
"Evansville Psychiatric Children's Center",
|
|
262
|
+
"Exempla Lutheran Medical Center",
|
|
263
|
+
"Exeter Hospital",
|
|
264
|
+
"Fairbanks Hospital",
|
|
265
|
+
"Fairchild Medical Center",
|
|
266
|
+
"Fairview Park Hospital",
|
|
267
|
+
"Fannin Regional Hospital",
|
|
268
|
+
"Fayette Medical Center",
|
|
269
|
+
"FDR Campus Of The VA Hudson Valley Healthcare System",
|
|
270
|
+
"Finley Hospital",
|
|
271
|
+
"FirstHealth Moore Regional Hospital and Pinehurst Treatment",
|
|
272
|
+
"FirstHealth Richmond Memorial Hospital",
|
|
273
|
+
"Flagler Hospital",
|
|
274
|
+
"Fleming County Hospital",
|
|
275
|
+
"Flint River Hospital",
|
|
276
|
+
"Florida Hospital Altamonte",
|
|
277
|
+
"Floyd Medical Center",
|
|
278
|
+
"Foothill Presbyterian Hospital-Johnston Memorial",
|
|
279
|
+
"Forest Health Medical Center",
|
|
280
|
+
"Forest Park Hospital",
|
|
281
|
+
"Fort Defiance Indian Hospital",
|
|
282
|
+
"Fort Walton Beach Medical Center",
|
|
283
|
+
"Four County Counseling Center",
|
|
284
|
+
"Franciscan Healthcare",
|
|
285
|
+
"Franciscan St. Anthony Health",
|
|
286
|
+
"Franciscan St. Margaret Health",
|
|
287
|
+
"Frankfort Regional Medical Center",
|
|
288
|
+
"Franklin Hospital Medical Center",
|
|
289
|
+
"Freeman Cancer Institute",
|
|
290
|
+
"Freeman Orthopaedics & Sports Medicine",
|
|
291
|
+
"French Hospital Medical Center",
|
|
292
|
+
"Frisbie Memorial Hospital",
|
|
293
|
+
"Frye Regional Medical Center",
|
|
294
|
+
"G.V. Montgomery Veterans Affairs Medical Center",
|
|
295
|
+
"Gadsden Regional Medical Center",
|
|
296
|
+
"Garrison Memorial Hospital",
|
|
297
|
+
"General Leonard Wood Army Community Hospital",
|
|
298
|
+
"Genesys Regional Medical Center",
|
|
299
|
+
"George L. Mee Memorial Hospital",
|
|
300
|
+
"Georgia Regents Medical Center",
|
|
301
|
+
"Gerber Memorial Health Services",
|
|
302
|
+
"Gilbert Hospital",
|
|
303
|
+
"Glendale Adventist Medical Center",
|
|
304
|
+
"Glendora Community Hospital",
|
|
305
|
+
"Glens Falls Hospital",
|
|
306
|
+
"Goleta Valley Cottage Hospital",
|
|
307
|
+
"Good Samaritan Hospital",
|
|
308
|
+
"Goodland Regional Medical Center",
|
|
309
|
+
"Gracie Square Hospital",
|
|
310
|
+
"Grady Memorial Hospital",
|
|
311
|
+
"Granada Hills Community Hospital",
|
|
312
|
+
"Grant-Blackford Mental Health",
|
|
313
|
+
"Grape Community Hospital",
|
|
314
|
+
"Greater El Monte Community Hospital",
|
|
315
|
+
"Green Hospital of Scripps Clinic",
|
|
316
|
+
"Greenwich Hospital",
|
|
317
|
+
"Greil Memorial Psychiatric Hospital",
|
|
318
|
+
"Gulf Breeze Hospital",
|
|
319
|
+
"Gulf Coast Regional Medical Center",
|
|
320
|
+
"Habersham Medical Center",
|
|
321
|
+
"Hackensack University Medical Center at Pascack Valley",
|
|
322
|
+
"Halifax Medical Center",
|
|
323
|
+
"Hannibal Regional Hospital",
|
|
324
|
+
"Hansen Family Hospital",
|
|
325
|
+
"Harbor Oaks Hospital",
|
|
326
|
+
"Harper University Hospital",
|
|
327
|
+
"Harris Regional Hospital",
|
|
328
|
+
"Harrison Memorial Hospital",
|
|
329
|
+
"Hart County Hospital",
|
|
330
|
+
"Hawthorn Children's Psychiatric Hospital",
|
|
331
|
+
"Hayes Green Beach Memorial Hospital",
|
|
332
|
+
"Haywood Regional Medical Center",
|
|
333
|
+
"HCA Midwest Division",
|
|
334
|
+
"Health Central",
|
|
335
|
+
"Healthmark Regional Medical Center",
|
|
336
|
+
"HealthSouth Treasure Coast Rehabilitation Hospital",
|
|
337
|
+
"Heart Institute at Regional Medical Center Bayonet Point",
|
|
338
|
+
"Heart of the Rockies Regional Medical Center",
|
|
339
|
+
"Hebrew Rehabilitation Center for the Aged",
|
|
340
|
+
"Hegg Memorial Health Center",
|
|
341
|
+
"Helen Keller Hospital",
|
|
342
|
+
"Hemet Valley Medical Center",
|
|
343
|
+
"Hendry Regional Medical Center",
|
|
344
|
+
"Henry Ford Cottage Hospital",
|
|
345
|
+
"Henry Ford Kingswood Hospital",
|
|
346
|
+
"Henry Ford West Bloomfield Hospital",
|
|
347
|
+
"Henry Mayo Newhall Memorial Hospital",
|
|
348
|
+
"Heritage Hospital",
|
|
349
|
+
"Herrick Memorial Medical Center",
|
|
350
|
+
"Hialeah Hospital",
|
|
351
|
+
"Higgins General Hospital",
|
|
352
|
+
"Highlands-Cashiers Hospital",
|
|
353
|
+
"Hill Crest Behavioral Health Services",
|
|
354
|
+
"Hillcrest Medical Center",
|
|
355
|
+
"Hillsdale Community Health Center",
|
|
356
|
+
"Hoboken University Medical Center",
|
|
357
|
+
"Holland Hospital",
|
|
358
|
+
"Hollywood Presbyterian Medical Center",
|
|
359
|
+
"Holton Community Hospital",
|
|
360
|
+
"Holy Name Medical Center",
|
|
361
|
+
"HonorHealth Deer Valley Medical Center",
|
|
362
|
+
"HonorHealth Scottsdale Osborn Medical Center",
|
|
363
|
+
"Horizon Specialty Hospital",
|
|
364
|
+
"Hospital for Joint Diseases",
|
|
365
|
+
"Hospital for Special Surgery",
|
|
366
|
+
"Howard County Hospital",
|
|
367
|
+
"Hudson County Meadowview Hospital",
|
|
368
|
+
"Huntington Beach Hospital and Medical Center",
|
|
369
|
+
"Huntington Memorial Hospital",
|
|
370
|
+
"Hurley Medical Center",
|
|
371
|
+
"Hutchinson Regional Medical Center",
|
|
372
|
+
"Idaho State School and Hospital",
|
|
373
|
+
"Indian River Medical Center",
|
|
374
|
+
"Indiana Heart Hospital",
|
|
375
|
+
"Inter-Community Medical Center",
|
|
376
|
+
"Iowa Lutheran Hospital",
|
|
377
|
+
"Ireland Army Community Hospital",
|
|
378
|
+
"Irwin County Hospital",
|
|
379
|
+
"Jackson Hospital",
|
|
380
|
+
"Jackson Medical Center",
|
|
381
|
+
"Jackson Purchase Medical Center",
|
|
382
|
+
"Jackson State College Health Center",
|
|
383
|
+
"Jacobi Medical Center",
|
|
384
|
+
"Jane Todd Crawford Memorial Hospital",
|
|
385
|
+
"Jasper Memorial Hospital",
|
|
386
|
+
"Jeff Davis Hospital",
|
|
387
|
+
"Jefferson County Memorial Hospital and Geriatric Center",
|
|
388
|
+
"Jefferson Memorial Hospital",
|
|
389
|
+
"Jersey City Medical Center",
|
|
390
|
+
"Jewell County Hospital",
|
|
391
|
+
"Jewish Hospital Shelbyville",
|
|
392
|
+
"John Muir Medical Center",
|
|
393
|
+
"John T. Mather Memorial Hospital",
|
|
394
|
+
"Johnson Regional Medical Center",
|
|
395
|
+
"Jones Memorial Hlth Ctr",
|
|
396
|
+
"Jones Regional Medical Center",
|
|
397
|
+
"Jupiter Medical Center",
|
|
398
|
+
"Kahuku Medical Center",
|
|
399
|
+
"Kaiser Foundation Hospital Sunset",
|
|
400
|
+
"Kaiser Oakland",
|
|
401
|
+
"Kaiser Permanente Medical Center",
|
|
402
|
+
"Kaiser Permanente Santa Clara Medical Center",
|
|
403
|
+
"Kaleida Health Buffalo General Hospital",
|
|
404
|
+
"Kanakanak Hospital",
|
|
405
|
+
"Kansas City VA Medical Center",
|
|
406
|
+
"Kansas Neurological Institute",
|
|
407
|
+
"Kansas Voice Center",
|
|
408
|
+
"Karmanos Cancer Center",
|
|
409
|
+
"Keefe Memorial Hospital",
|
|
410
|
+
"Kenmare Community Hospital",
|
|
411
|
+
"Kennedy Krieger Institute",
|
|
412
|
+
"Kentfield Rehabilitation Hospital",
|
|
413
|
+
"Keokuk Area Hospital",
|
|
414
|
+
"Kern Medical Center",
|
|
415
|
+
"Kessler Institute for Rehabilitation",
|
|
416
|
+
"Kindred Hospital at Wayne",
|
|
417
|
+
"Kindred Hospital Las Vegas",
|
|
418
|
+
"Kindred Hospital Louisville",
|
|
419
|
+
"King's Daughters Hospital and Health Services",
|
|
420
|
+
"Kingman Community Hospital",
|
|
421
|
+
"Kings County Hospital Center",
|
|
422
|
+
"Kingston Hospital",
|
|
423
|
+
"Kiowa County Memorial Hospital",
|
|
424
|
+
"Kirby Forensic Psychiatric Center",
|
|
425
|
+
"Kona Community Hospital",
|
|
426
|
+
"Kossuth Regional Health Center",
|
|
427
|
+
"Kuakini Medical Center",
|
|
428
|
+
"KVC Psychiatric Hospital",
|
|
429
|
+
"La Palma Intercommunity Hospital",
|
|
430
|
+
"Labette Health",
|
|
431
|
+
"Lafayette Regional Health Center",
|
|
432
|
+
"Laguna Honda Hospital and Rehabilitation Center",
|
|
433
|
+
"Lake Charles Memorial Hospital for Women",
|
|
434
|
+
"Lake Martin Community Hospital",
|
|
435
|
+
"Lake Regional Health System",
|
|
436
|
+
"Lake Wales Medical Center",
|
|
437
|
+
"Lakes Region General Hospital",
|
|
438
|
+
"Lakeside Memorial Hospital",
|
|
439
|
+
"Lakewood Regional Medical Center",
|
|
440
|
+
"Lanai Community Hospital",
|
|
441
|
+
"Lane County Hospital",
|
|
442
|
+
"Lanier Health Services",
|
|
443
|
+
"Larue D. Carter Memorial Hospital",
|
|
444
|
+
"Laurel Oaks Behavioral Health Center",
|
|
445
|
+
"Lawrence + Memorial Hospital",
|
|
446
|
+
"Lee Memorial Hospital",
|
|
447
|
+
"Lenoir Memorial Hospital",
|
|
448
|
+
"Leonard J. Chabert Medical Center",
|
|
449
|
+
"Liberty Hospital",
|
|
450
|
+
"Lifecare Complex Care Hospital at Tenaya",
|
|
451
|
+
"Linton Hospital",
|
|
452
|
+
"Little Falls Hospital",
|
|
453
|
+
"Littleton Adventist Hospital",
|
|
454
|
+
"Lockport Memorial Hospital",
|
|
455
|
+
"Logan County Hospital",
|
|
456
|
+
"Loma Linda University Medical Center",
|
|
457
|
+
"Long Beach Memorial Medical Center",
|
|
458
|
+
"Long Island Jewish Medical Center",
|
|
459
|
+
"Long Term Hospital of Birmingham",
|
|
460
|
+
"Long Term Hospital of Montgomery",
|
|
461
|
+
"Longmont United Hospital",
|
|
462
|
+
"Los Angeles County High Desert Hospital",
|
|
463
|
+
"Los Medanos Community Hospital",
|
|
464
|
+
"Lost Rivers Medical Center",
|
|
465
|
+
"Louisiana State University Medical Center at Monroe",
|
|
466
|
+
"Lourdes Hospital",
|
|
467
|
+
"Lourdes Specialty Hospital",
|
|
468
|
+
"Lower Oconee Community Hospital",
|
|
469
|
+
"Lutheran Hospital of Indiana",
|
|
470
|
+
"M. D. Anderson Cancer Center Orlando",
|
|
471
|
+
"Mad River Community Hospital",
|
|
472
|
+
"Madison Hospital",
|
|
473
|
+
"Magnolia Hospital-Magnolia",
|
|
474
|
+
"Major Hospital",
|
|
475
|
+
"Manatee Memorial Hospital",
|
|
476
|
+
"Manhattan Eye",
|
|
477
|
+
"Maniilaq Health Center",
|
|
478
|
+
"Maria Parham Medical Center",
|
|
479
|
+
"Marian Medical Center",
|
|
480
|
+
"Marion General Hospital",
|
|
481
|
+
"Marlette Community Hospital",
|
|
482
|
+
"Marquette General Hospital",
|
|
483
|
+
"Marshall Hospital",
|
|
484
|
+
"Marshall Medical Center South",
|
|
485
|
+
"Martin General Hospital",
|
|
486
|
+
"Martin Luther King Jr.-Harbor Hospital",
|
|
487
|
+
"Mary Birch Hospital for Women",
|
|
488
|
+
"Mary Free Bed Rehabilitation Hospital",
|
|
489
|
+
"Mary Imogene Bassett Hospital",
|
|
490
|
+
"Massachusetts Mental Health Center",
|
|
491
|
+
"Mattapan Community Health Center",
|
|
492
|
+
"Mayo Clinic Hospital",
|
|
493
|
+
"Mayo Clinic",
|
|
494
|
+
"McDuffie Regional Medical Center",
|
|
495
|
+
"McKee Medical Center",
|
|
496
|
+
"McKenzie Memorial Hospital",
|
|
497
|
+
"McLaren Bay Special Care Hospital",
|
|
498
|
+
"McLaren Lapeer Regional",
|
|
499
|
+
"McLaren–Greater Lansing Hospital",
|
|
500
|
+
"McPherson Hospital",
|
|
501
|
+
"Meadowbrook Rehabilitation Hospital",
|
|
502
|
+
"Meadowview Regional Medical Center",
|
|
503
|
+
"Mease Dunedin Hospital",
|
|
504
|
+
"Medcenter One Hospital",
|
|
505
|
+
"Medical Center of Peach County",
|
|
506
|
+
"Medical Center of the Rockies",
|
|
507
|
+
"Medical Specialists Ambulatory Surgery Center",
|
|
508
|
+
"Medicine Lodge Memorial Hospital",
|
|
509
|
+
"MedStar Good Samaritan Hospital",
|
|
510
|
+
"MedStar Union Memorial Hospital",
|
|
511
|
+
"Memorial Health University Medical Center",
|
|
512
|
+
"Memorial Hospital Miramar",
|
|
513
|
+
"Memorial Hospital Of Gardena",
|
|
514
|
+
"Memorial Hospital of Tampa",
|
|
515
|
+
"Memorial Hospital West",
|
|
516
|
+
"Memorial Hospital",
|
|
517
|
+
"Memorial Medical Center of West Michigan",
|
|
518
|
+
"Memorial Regional Hospital",
|
|
519
|
+
"Mena Medical Center",
|
|
520
|
+
"Mendocino State Hospital",
|
|
521
|
+
"Mercy Community Hospital",
|
|
522
|
+
"Mercy Gilbert Medical Center",
|
|
523
|
+
"Mercy Health Partners",
|
|
524
|
+
"Mercy Hospital Bakersfield",
|
|
525
|
+
"Mercy Medical",
|
|
526
|
+
"Mercy Regional Health Center",
|
|
527
|
+
"Methodist Hospital of Sacramento",
|
|
528
|
+
"Methodist Jennie Edmundson Hospital",
|
|
529
|
+
"Metropolitan Medical and Mental Health Center",
|
|
530
|
+
"Miami County Medical Center",
|
|
531
|
+
"Mid Missouri Mental Health Center",
|
|
532
|
+
"Mid-Hudson Psychiatric Center",
|
|
533
|
+
"Middlesboro ARH Hospital",
|
|
534
|
+
"MidHudson Regional Hospital of Westchester Medical Center",
|
|
535
|
+
"MidMichigan Medical Center-Gladwin",
|
|
536
|
+
"Midtown Medical Center",
|
|
537
|
+
"Milford Medical Center",
|
|
538
|
+
"Mills-Peninsula Medical Center",
|
|
539
|
+
"Mississippi Baptist Medical Center",
|
|
540
|
+
"Missouri Baptist Hospital-Sullivan",
|
|
541
|
+
"Mitchell County Hospital",
|
|
542
|
+
"Mobile Infirmary Medical Center",
|
|
543
|
+
"Monmouth Medical Center",
|
|
544
|
+
"Monroe Community Hospital",
|
|
545
|
+
"Monroe County Medical Center",
|
|
546
|
+
"Montclair Hospital Medical Center",
|
|
547
|
+
"Monterey Park Hospital",
|
|
548
|
+
"Moreno Valley Community Hospital",
|
|
549
|
+
"Morgan Hospital & Medical Center",
|
|
550
|
+
"Morningside Hospital",
|
|
551
|
+
"Morristown Medical Center",
|
|
552
|
+
"Morton Plant Hospital",
|
|
553
|
+
"Moses H. Cone Memorial Hospital",
|
|
554
|
+
"Mount Graham Regional Medical Center",
|
|
555
|
+
"Mount Sinai Hospital",
|
|
556
|
+
"Mount Vernon Hospital",
|
|
557
|
+
"Mountain Lakes Medical Center",
|
|
558
|
+
"Mountain Vista Medical Center",
|
|
559
|
+
"Mountainside Hospital",
|
|
560
|
+
"Mt. San Rafael Hospital",
|
|
561
|
+
"Mt. Washington Pediatric Hospital",
|
|
562
|
+
"Munson Army Health Center",
|
|
563
|
+
"Murphy Medical Center",
|
|
564
|
+
"Napa State Hospital",
|
|
565
|
+
"Nashua Memorial Hospital is now Southern New Hampshire Medical Center",
|
|
566
|
+
"Nathan Littauer Hospital",
|
|
567
|
+
"National Jewish Health",
|
|
568
|
+
"Natividad Medical Center",
|
|
569
|
+
"Naval Hospital Lemoore",
|
|
570
|
+
"Naval Medical Center San Diego",
|
|
571
|
+
"NEA Medical Center",
|
|
572
|
+
"Nemaha Valley Community Hospital",
|
|
573
|
+
"Ness County District Hospital No.2",
|
|
574
|
+
"Nevada Regional Medical Center",
|
|
575
|
+
"New Hampshire Hospital",
|
|
576
|
+
"New Milford Hospital",
|
|
577
|
+
"New York Community Hospital Of Brooklyn",
|
|
578
|
+
"New York Eye and Ear Infirmary",
|
|
579
|
+
"New York Hospital Queens",
|
|
580
|
+
"New York Presbyterian Hospital",
|
|
581
|
+
"New York United Hospital Medical Center Port Chester",
|
|
582
|
+
"Niagara Falls Memorial Medical Center",
|
|
583
|
+
"Nicholas H Noyes Memorial Hospital",
|
|
584
|
+
"Norris Cotton Cancer Center",
|
|
585
|
+
"North Alabama Regional Hospital",
|
|
586
|
+
"North Baldwin Infirmary",
|
|
587
|
+
"North Dakota State Hospital",
|
|
588
|
+
"North Fulton Regional Hospital",
|
|
589
|
+
"North Hawaii Community Hospital",
|
|
590
|
+
"North Mississippi Medical Center",
|
|
591
|
+
"North Oaks Medical Center",
|
|
592
|
+
"North Okaloosa Medical Center",
|
|
593
|
+
"North Ridge Medical Center",
|
|
594
|
+
"Northeast Alabama Regional Medical Center",
|
|
595
|
+
"Northeast Missouri Rural Health Network",
|
|
596
|
+
"Northern Cochise Community Hospital",
|
|
597
|
+
"Northern Colorado Rehabilitation Hospital",
|
|
598
|
+
"Northern Hospital of Surry County",
|
|
599
|
+
"Northport Medical Center",
|
|
600
|
+
"Northshore Psychiatric Hospital",
|
|
601
|
+
"Northside Hospital and Heart Institute",
|
|
602
|
+
"Northwood Deaconess Health Center",
|
|
603
|
+
"Norton Hospital",
|
|
604
|
+
"Norton Suburban Hospital",
|
|
605
|
+
"Novant Health Brunswick Medical Center",
|
|
606
|
+
"Novant Health Forsyth Medical Center",
|
|
607
|
+
"Novant Health Matthews Medical Center",
|
|
608
|
+
"Novant Health Thomasville Medical Center",
|
|
609
|
+
"NY Campus Of The VA NY Harbor Healthcare System",
|
|
610
|
+
"NY Flushing Hosp Med Ctr North Div",
|
|
611
|
+
"Nyack Hospital",
|
|
612
|
+
"NYU Hospitals Center",
|
|
613
|
+
"Oak Hill Hospital",
|
|
614
|
+
"Oakdale Community Hospital",
|
|
615
|
+
"Oaklawn Hospital",
|
|
616
|
+
"Ocala Regional Medical Center",
|
|
617
|
+
"Ochsner Baptist Medical Center",
|
|
618
|
+
"Ochsner Medical Complex",
|
|
619
|
+
"Oconee Regional Medical Center",
|
|
620
|
+
"Olathe Medical Center",
|
|
621
|
+
"Orange City Area Hospital",
|
|
622
|
+
"Orange Regional Medical Center",
|
|
623
|
+
"Orlando Regional Medical Center",
|
|
624
|
+
"Oroville Hospital",
|
|
625
|
+
"Orthopaedic Hospital",
|
|
626
|
+
"Osborne County Memorial Hospital",
|
|
627
|
+
"Osceola Regional Medical Center",
|
|
628
|
+
"Oswego Hospital",
|
|
629
|
+
"Otis R. Bowen Center for Human Services",
|
|
630
|
+
"Ottawa County Health Center",
|
|
631
|
+
"Ouachita County Medical Center",
|
|
632
|
+
"Our Lady of Angels Hospital",
|
|
633
|
+
"Our Lady of Peace Hospital",
|
|
634
|
+
"Our Lady of the Sea Hospital",
|
|
635
|
+
"Overland Park Regional Medical Center",
|
|
636
|
+
"Ozarks Medical Center",
|
|
637
|
+
"Pacific Alliance Medical Center",
|
|
638
|
+
"Pacifica Hospital Of The Valley",
|
|
639
|
+
"Pagosa Springs Medical Center",
|
|
640
|
+
"Palisades Medical Center",
|
|
641
|
+
"Palm Beach Gardens Medical Center",
|
|
642
|
+
"Palm Springs General Hospital",
|
|
643
|
+
"Palmer Lutheran Health Center",
|
|
644
|
+
"Palo Verde Hospital",
|
|
645
|
+
"Pan American Hospital",
|
|
646
|
+
"Pardee UNC Health Care",
|
|
647
|
+
"Parker Adventist Hospital",
|
|
648
|
+
"Parkland Medical Center",
|
|
649
|
+
"Parkview Lagrange Hospital",
|
|
650
|
+
"Parkway Regional Hospital",
|
|
651
|
+
"Parrish Medical Center",
|
|
652
|
+
"Pasco Regional Medical Center",
|
|
653
|
+
"Peak View Behavioral Health",
|
|
654
|
+
"Pembina County Memorial Hospital",
|
|
655
|
+
"Penrose Hospital",
|
|
656
|
+
"Perry Hospital",
|
|
657
|
+
"Phelps Memorial Hospital Center",
|
|
658
|
+
"Phoebe Putney Memorial Hospital",
|
|
659
|
+
"Phoebe Worth Medical Center",
|
|
660
|
+
"Piedmont Mountainside Hospital",
|
|
661
|
+
"Pike County Memorial Hospital",
|
|
662
|
+
"Pikeville Medical Center",
|
|
663
|
+
"Pine Rest Christian Mental Health Services",
|
|
664
|
+
"Pineville Community Hospital",
|
|
665
|
+
"Pinnacle Pointe Hospital",
|
|
666
|
+
"Pioneer Community Hospital of Stokes",
|
|
667
|
+
"Pioneers Memorial Hospital",
|
|
668
|
+
"Placentia-Linda Community Hospital",
|
|
669
|
+
"Plantation General Hospital",
|
|
670
|
+
"Plastic Surgery Center",
|
|
671
|
+
"Poinciana Medical Center",
|
|
672
|
+
"Polk Medical Center",
|
|
673
|
+
"Pomona Valley Hospital Medical Center",
|
|
674
|
+
"Portage Hospital",
|
|
675
|
+
"Porter Regional Hospital",
|
|
676
|
+
"Portneuf Medical Center",
|
|
677
|
+
"Poudre Valley Hospital",
|
|
678
|
+
"Pratt Regional Medical Center",
|
|
679
|
+
"Presbyterian Intercommunity Hospital",
|
|
680
|
+
"Prescott VA Medical Center",
|
|
681
|
+
"Prime Healthcare Services",
|
|
682
|
+
"Progress West Hospital",
|
|
683
|
+
"ProMedica Monroe Regional Hospital",
|
|
684
|
+
"Providence Alaska Medical Center",
|
|
685
|
+
"Providence Hospital",
|
|
686
|
+
"Providence Medical Center",
|
|
687
|
+
"Providence St. Joseph Medical Center",
|
|
688
|
+
"Prowers Medical Center",
|
|
689
|
+
"Pulaski Memorial Hospital",
|
|
690
|
+
"Putnam County Hospital",
|
|
691
|
+
"Putnam General Hospital",
|
|
692
|
+
"Queens Children's Psychiatric Center",
|
|
693
|
+
"Randolph Hospital",
|
|
694
|
+
"Rangely District Hospital",
|
|
695
|
+
"Ransom Memorial Hospital",
|
|
696
|
+
"Raritan Bay Medical Center",
|
|
697
|
+
"Rawlins County Health Center",
|
|
698
|
+
"Redmond Regional Medical Center",
|
|
699
|
+
"Regional Medical Center of San Jose",
|
|
700
|
+
"Regional Medical Center",
|
|
701
|
+
"Rehabilitation Hospital of Fort Wayne",
|
|
702
|
+
"Rehabilitation Hospital of South Jersey",
|
|
703
|
+
"Reid Hospital and Health Care Services",
|
|
704
|
+
"Rice County Hospital District No.1",
|
|
705
|
+
"Rideout Memorial Hospital",
|
|
706
|
+
"Riley Hospital for Children",
|
|
707
|
+
"Rio Hondo Hospital",
|
|
708
|
+
"Riverview Hospital",
|
|
709
|
+
"Riverview Regional Medical Center",
|
|
710
|
+
"Robert Wood Johnson University Hospital",
|
|
711
|
+
"Robley Rex VA Medical Center",
|
|
712
|
+
"Rockland Children's Psychiatric Center",
|
|
713
|
+
"Rockville General Hospital",
|
|
714
|
+
"Rome Memorial Hospital",
|
|
715
|
+
"Roswell Park Cancer Institute",
|
|
716
|
+
"Rush County Memorial Hospital",
|
|
717
|
+
"Rusk Rehabilitation Center",
|
|
718
|
+
"Rye Hospital Center",
|
|
719
|
+
"Sac-Osage Hospital",
|
|
720
|
+
"Saddleback Memorial Medical Center",
|
|
721
|
+
"Sage Memorial Hospital",
|
|
722
|
+
"Saint Alexius Hospital",
|
|
723
|
+
"Saint Alphonsus Regional Medical Center",
|
|
724
|
+
"Saint Barnabas Behavioral Health Center",
|
|
725
|
+
"Saint Catherine Hospital",
|
|
726
|
+
"Saint Clare's Hospital at Dover",
|
|
727
|
+
"Saint Francis Medical Center",
|
|
728
|
+
"Saint James Hospital",
|
|
729
|
+
"Saint Joseph Hospital West",
|
|
730
|
+
"Saint Louis University Health Science Center",
|
|
731
|
+
"Saint Louise Regional Hospital",
|
|
732
|
+
"Saint Luke's Hospital",
|
|
733
|
+
"Saint Luke's South",
|
|
734
|
+
"Saint Mary's Health Center",
|
|
735
|
+
"Saint Mary's Hospital of Blue Springs",
|
|
736
|
+
"Saint Michael's Medical Center",
|
|
737
|
+
"Sainte Genevieve County Memorial Hospital",
|
|
738
|
+
"Salinas Valley Memorial Hospital",
|
|
739
|
+
"Samaritan Hospital",
|
|
740
|
+
"Samaritan Medical Center/Samaritan Med Ctr",
|
|
741
|
+
"San Benito Health Care District-Hazel Hawkins SNF",
|
|
742
|
+
"San Diego County Psychiatric Hospital",
|
|
743
|
+
"San Francisco City Clinic",
|
|
744
|
+
"San Francisco VA Medical Center",
|
|
745
|
+
"San Joaquin Medical Center",
|
|
746
|
+
"San Jose Medical Center",
|
|
747
|
+
"San Luis Obispo General Hospital",
|
|
748
|
+
"San Ramon Regional Medical Center",
|
|
749
|
+
"Sanford Health South University",
|
|
750
|
+
"Sanger General Hospital",
|
|
751
|
+
"Santa Barbara Cottage Hospital",
|
|
752
|
+
"Santa Marta Hospital",
|
|
753
|
+
"Sarasota Memorial Hospital",
|
|
754
|
+
"Savoy Medical Center",
|
|
755
|
+
"Schuyler Hospital",
|
|
756
|
+
"Scotland Memorial Hospital and Edwin Morgan Center",
|
|
757
|
+
"Scott County Memorial Hospital",
|
|
758
|
+
"Scripps Mercy Hospital",
|
|
759
|
+
"Sebastian River Medical Center",
|
|
760
|
+
"Sedgwick County Memorial Hospital",
|
|
761
|
+
"Select Long Term Care Hospital",
|
|
762
|
+
"Selma Community Hospital",
|
|
763
|
+
"Seneca Hospital",
|
|
764
|
+
"Seton Medical Center",
|
|
765
|
+
"Shands Lake Shore",
|
|
766
|
+
"Shands Starke",
|
|
767
|
+
"Sharp Cabrillo Hospital",
|
|
768
|
+
"Sharp HealthCare",
|
|
769
|
+
"Sharp Mesa Vista",
|
|
770
|
+
"Shawnee Mission Medical Center",
|
|
771
|
+
"Shelby Baptist Medical Center",
|
|
772
|
+
"Shore Memorial Hospital",
|
|
773
|
+
"Shriner's Hospital—Burns Institute",
|
|
774
|
+
"Shriners Hospitals for Children",
|
|
775
|
+
"Sierra Tucson",
|
|
776
|
+
"Sierra Vista Hospital",
|
|
777
|
+
"Silver Lake Medical Center",
|
|
778
|
+
"Sinai Hospital of Baltimore",
|
|
779
|
+
"Sioux Center Community Hospital",
|
|
780
|
+
"Sisters Of Charity Hospital",
|
|
781
|
+
"Sitka Community Hospital",
|
|
782
|
+
"Sky Ridge Medical Center",
|
|
783
|
+
"Smith County Memorial Hospital",
|
|
784
|
+
"Soldiers And Sailors Memorial Hospital Of Yates County Inc",
|
|
785
|
+
"Sound Shore Medical Ctr Of Westchester",
|
|
786
|
+
"South Jersey Healthcare",
|
|
787
|
+
"South Miami Hospital",
|
|
788
|
+
"Southeast Michigan Surgical Hospital",
|
|
789
|
+
"Southern Nevada Adult Mental Health Services",
|
|
790
|
+
"Southlake Center for Mental Health",
|
|
791
|
+
"Southside Hospital",
|
|
792
|
+
"Southwest Memorial Hospital",
|
|
793
|
+
"Spalding Rehabilitation Hospital",
|
|
794
|
+
"Sparks Regional Medical Center",
|
|
795
|
+
"Speare Memorial Hospital",
|
|
796
|
+
"Specialty Hospital at Monmouth",
|
|
797
|
+
"Specialty Hospital of Southern California",
|
|
798
|
+
"Spectrum Health-Kent Community Campus",
|
|
799
|
+
"Spectrum Health-United Memorial",
|
|
800
|
+
"Spring Hill Regional Hospital",
|
|
801
|
+
"Spring Valley Hospital",
|
|
802
|
+
"Springhill Medical Center",
|
|
803
|
+
"SSM Saint Mary's Health Center",
|
|
804
|
+
"St. Andrew's Health Center",
|
|
805
|
+
"St. Anthony's Healthcare Center",
|
|
806
|
+
"St. Anthony's Medical Center",
|
|
807
|
+
"St. Bernardine Medical Center",
|
|
808
|
+
"St. Charles Hospital",
|
|
809
|
+
"St. Francis Health Center",
|
|
810
|
+
"St. Francis Hospital & Health Centers",
|
|
811
|
+
"St. Helena Hospital",
|
|
812
|
+
"St. James Parish Hospital",
|
|
813
|
+
"St. John of God Hospital",
|
|
814
|
+
"St. John River District Hospital",
|
|
815
|
+
"St. John's Pleasant Valley Hospital",
|
|
816
|
+
"St. John's Riverside Hospital",
|
|
817
|
+
"St. Joseph's Children's Hospital",
|
|
818
|
+
"St. Jude Medical Center",
|
|
819
|
+
"St. Louis Behavioral Medicine Institute",
|
|
820
|
+
"St. Louis VA Medical Center",
|
|
821
|
+
"St. Lukes-Elks Rehabilitation Hospital",
|
|
822
|
+
"St. Mary Mercy Livonia Hospital",
|
|
823
|
+
"St. Mary-Corwin Medical Center",
|
|
824
|
+
"St. Mary's Hospital",
|
|
825
|
+
"St. Petersburg General Hospital",
|
|
826
|
+
"St. Thomas More Hospital",
|
|
827
|
+
"St. Vincent Williamsport Hospital",
|
|
828
|
+
"Stamford Hospital",
|
|
829
|
+
"Stanly Regional Medical Center",
|
|
830
|
+
"State University of New York Downstate Medical Center",
|
|
831
|
+
"Stephens County Hospital",
|
|
832
|
+
"Straith Hospital for Special Surgery",
|
|
833
|
+
"Stringfellow Memorial Hospital",
|
|
834
|
+
"Summerlin Hospital",
|
|
835
|
+
"Summit Medical Center",
|
|
836
|
+
"Summit Park Hospital-Rockland County Infirmary",
|
|
837
|
+
"Sumner Regional Medical Center",
|
|
838
|
+
"Surgery Center of Southwest Kansas",
|
|
839
|
+
"Susan B. Allen Memorial Hospital",
|
|
840
|
+
"Sutter Davis Hospital",
|
|
841
|
+
"Sutter General Hospital",
|
|
842
|
+
"Sutter Memorial Hospital",
|
|
843
|
+
"Syosset Hospital",
|
|
844
|
+
"T.J. Samson Community Hospital",
|
|
845
|
+
"Tallahassee Memorial Hospital",
|
|
846
|
+
"Tampa Shriners Hospital",
|
|
847
|
+
"Tanner Medical Center Villa Rica",
|
|
848
|
+
"Taylor Regional Hospital",
|
|
849
|
+
"Teche Regional Medical Center",
|
|
850
|
+
"Temple Community Hospital",
|
|
851
|
+
"Tenet St. Louis",
|
|
852
|
+
"Terrebonne General Medical Center",
|
|
853
|
+
"Texas County Memorial Hospital",
|
|
854
|
+
"The Hospital of Central Connecticut",
|
|
855
|
+
"The Medical Center of Aurora",
|
|
856
|
+
"The Memorial Hospital of Salem County",
|
|
857
|
+
"The Outer Banks Hospital",
|
|
858
|
+
"The Queen's Medical Center West O‘ahu",
|
|
859
|
+
"The Rehabilitation Institute",
|
|
860
|
+
"Thompson Memorial Medical Center Hospital",
|
|
861
|
+
"Three Rivers Health",
|
|
862
|
+
"Three Rivers Medical Center",
|
|
863
|
+
"Tioga Medical Center",
|
|
864
|
+
"Touro Infirmary",
|
|
865
|
+
"Trego County-Lemke Memorial Hospital",
|
|
866
|
+
"Tri-Cities Hospital",
|
|
867
|
+
"Tri-County Hospital",
|
|
868
|
+
"Trigg County Hospital",
|
|
869
|
+
"Trinity Hospital of Augusta",
|
|
870
|
+
"TriStar Greenview Regional Hospital",
|
|
871
|
+
"Tuba City Indian Medical Center",
|
|
872
|
+
"Tucson Medical Center",
|
|
873
|
+
"Tulane–Lakeside Hospital",
|
|
874
|
+
"Turning Point Hospital",
|
|
875
|
+
"Tustin Rehabilitation Hospital",
|
|
876
|
+
"Twin Cities Hospital",
|
|
877
|
+
"Twin Rivers Regional Medical Center",
|
|
878
|
+
"U.S. Naval Hospital",
|
|
879
|
+
"UC San Diego Health System",
|
|
880
|
+
"UHS Wilson Medical Center",
|
|
881
|
+
"UNC Medical Center",
|
|
882
|
+
"Underwood-Memorial Hospital",
|
|
883
|
+
"Union General Hospital",
|
|
884
|
+
"United Memorial Medical Center North Street Campus",
|
|
885
|
+
"University Hospital and Medical Center",
|
|
886
|
+
"University Medical Center New Orleans",
|
|
887
|
+
"University Medical Center",
|
|
888
|
+
"University of Colorado Hospital",
|
|
889
|
+
"University of Iowa Children's Hospital",
|
|
890
|
+
"University of Kansas Hospital",
|
|
891
|
+
"University of Kentucky Children's Hospital",
|
|
892
|
+
"University of Maryland Rehabilitation & Orthopaedic Institute",
|
|
893
|
+
"University of Michigan Health System",
|
|
894
|
+
"Upson Regional Medical Center",
|
|
895
|
+
"USC Kenneth Norris Jr. Cancer Hospital",
|
|
896
|
+
"VA Hospital West Roxbury—Veterans Health Administration",
|
|
897
|
+
"VA Palo Alto Hospital",
|
|
898
|
+
"Vail Valley Medical Center",
|
|
899
|
+
"Valley Health Systems",
|
|
900
|
+
"Valley Hospital Medical Center",
|
|
901
|
+
"Valley Presbyterian Hospital",
|
|
902
|
+
"Valley View Hospital",
|
|
903
|
+
"Vegas Valley Rehabilitation Hospital",
|
|
904
|
+
"Venice Regional Medical Center",
|
|
905
|
+
"Verde Valley Medical Center",
|
|
906
|
+
"Veteran Affairs",
|
|
907
|
+
"Veterans Affairs Ann Arbor Healthcare System",
|
|
908
|
+
"Veterans Affairs Medical Center San Diego",
|
|
909
|
+
"Via Christi Hospital",
|
|
910
|
+
"Vidant Bertie Hospital",
|
|
911
|
+
"Vidant Medical Center",
|
|
912
|
+
"Viera Hospital",
|
|
913
|
+
"Virtua Berlin",
|
|
914
|
+
"Virtua Memorial",
|
|
915
|
+
"Wabash County Hospital",
|
|
916
|
+
"Wake Forest Baptist Medical Center",
|
|
917
|
+
"WakeMed Cary Hospital",
|
|
918
|
+
"Walter Knox Memorial Hospital",
|
|
919
|
+
"Warm Springs Medical Center",
|
|
920
|
+
"Washington County Memorial Hospital",
|
|
921
|
+
"Washington Hospital",
|
|
922
|
+
"Waterbury Hospital",
|
|
923
|
+
"Waverly Health Center",
|
|
924
|
+
"Wayne Memorial Hospital",
|
|
925
|
+
"Weeks Medical Center",
|
|
926
|
+
"Weisman Children's Rehabilitation Hospital",
|
|
927
|
+
"WellStar Cobb Hospital",
|
|
928
|
+
"WellStar Kennestone Regional Medical Center",
|
|
929
|
+
"Wellstone Regional Hospital",
|
|
930
|
+
"Wesley Medical Center",
|
|
931
|
+
"Wesley Woods Geriatric Hospital of Emory University",
|
|
932
|
+
"West Hills Regional Medical Center",
|
|
933
|
+
"West Palm Beach Hospital",
|
|
934
|
+
"West Shore Medical Center",
|
|
935
|
+
"West Springs Hospital",
|
|
936
|
+
"West Valley Medical Center",
|
|
937
|
+
"Western New York VA Health Care System",
|
|
938
|
+
"Western Plains Medical Complex",
|
|
939
|
+
"Westlake Regional Hospital",
|
|
940
|
+
"Westview Hospital",
|
|
941
|
+
"White County Memorial Hospital",
|
|
942
|
+
"White Mountain Regional Medical Center",
|
|
943
|
+
"Whittier Hospital Medical Center",
|
|
944
|
+
"Wichita Specialty Hospital",
|
|
945
|
+
"Wilcox Memorial Hospital",
|
|
946
|
+
"Wilkes Regional Medical Center",
|
|
947
|
+
"William Newton Memorial Hospital",
|
|
948
|
+
"Willis-Knighton Medical Center",
|
|
949
|
+
"Wilson County Hospital",
|
|
950
|
+
"Windham Hospital",
|
|
951
|
+
"Winnie Palmer Hospital for Women & Babies",
|
|
952
|
+
"Winter Haven Hospital",
|
|
953
|
+
"Winthrop-University Hospital",
|
|
954
|
+
"Wishard Memorial Hospital",
|
|
955
|
+
"Witham Health Services",
|
|
956
|
+
"Woodland Medical Center",
|
|
957
|
+
"Wrangell Medical Center",
|
|
958
|
+
"Wright Medical Center",
|
|
959
|
+
"Wyckoff Heights Medical Center",
|
|
960
|
+
"Yale-New Haven Hospital",
|
|
961
|
+
"Yonkers General Hospital"
|
|
962
|
+
]
|
|
963
|
+
}
|