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,1006 @@
|
|
|
1
|
+
{
|
|
2
|
+
"description": "International Statistical Classification of Diseases and Related Health Problems, 10th revision",
|
|
3
|
+
"source": "http://www.cdc.gov/nchs/icd/icd10cm.htm",
|
|
4
|
+
"codes": [
|
|
5
|
+
{
|
|
6
|
+
"code": "A39.52",
|
|
7
|
+
"desc": "Meningococcal myocarditis"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"code": "A50.57",
|
|
11
|
+
"desc": "Syphilitic saddle nose"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"code": "A52.71",
|
|
15
|
+
"desc": "Late syphilitic oculopathy"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"code": "A77.8",
|
|
19
|
+
"desc": "Other spotted fevers"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"code": "B15",
|
|
23
|
+
"desc": "Acute hepatitis A"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"code": "B19.20",
|
|
27
|
+
"desc": "Unspecified viral hepatitis C without hepatic coma"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"code": "B57.41",
|
|
31
|
+
"desc": "Meningitis in Chagas' disease"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"code": "B85.4",
|
|
35
|
+
"desc": "Mixed pediculosis and phthiriasis"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"code": "B95.8",
|
|
39
|
+
"desc": "Unspecified staphylococcus as the cause of diseases classified elsewhere"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"code": "C06.8",
|
|
43
|
+
"desc": "Malignant neoplasm of overlapping sites of other and unspecified parts of mouth"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"code": "C44.319",
|
|
47
|
+
"desc": "Basal cell carcinoma of skin of other parts of face"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"code": "C57",
|
|
51
|
+
"desc": "Malignant neoplasm of other and unspecified female genital organs"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"code": "C67.3",
|
|
55
|
+
"desc": "Malignant neoplasm of anterior wall of bladder"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"code": "C69.62",
|
|
59
|
+
"desc": "Malignant neoplasm of left orbit"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"code": "C84.70",
|
|
63
|
+
"desc": "Anaplastic large cell lymphoma, ALK-negative, unspecified site"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"code": "C84.Z9",
|
|
67
|
+
"desc": "Other mature T/NK-cell lymphomas, extranodal and solid organ sites"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"code": "C86.0",
|
|
71
|
+
"desc": "Extranodal NK/T-cell lymphoma, nasal type"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"code": "C92.11",
|
|
75
|
+
"desc": "Chronic myeloid leukemia, BCR/ABL-positive, in remission"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"code": "D21.10",
|
|
79
|
+
"desc": "Benign neoplasm of connective and other soft tissue of unspecified upper limb, including shoulder"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"code": "D21.2",
|
|
83
|
+
"desc": "Benign neoplasm of connective and other soft tissue of lower limb, including hip"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"code": "D72.820",
|
|
87
|
+
"desc": "Lymphocytosis (symptomatic)"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"code": "D73.9",
|
|
91
|
+
"desc": "Disease of spleen, unspecified"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"code": "D81.89",
|
|
95
|
+
"desc": "Other combined immunodeficiencies"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"code": "E08.319",
|
|
99
|
+
"desc": "Diabetes mellitus due to underlying condition with unspecified diabetic retinopathy without macular edema"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"code": "E21.2",
|
|
103
|
+
"desc": "Other hyperparathyroidism"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"code": "E74.00",
|
|
107
|
+
"desc": "Glycogen storage disease, unspecified"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"code": "F01.51",
|
|
111
|
+
"desc": "Vascular dementia with behavioral disturbance"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"code": "F03",
|
|
115
|
+
"desc": "Unspecified dementia"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"code": "F10.12",
|
|
119
|
+
"desc": "Alcohol abuse with intoxication"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"code": "F15.15",
|
|
123
|
+
"desc": "Other stimulant abuse with stimulant-induced psychotic disorder"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"code": "F17.213",
|
|
127
|
+
"desc": "Nicotine dependence, cigarettes, with withdrawal"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"code": "F18.951",
|
|
131
|
+
"desc": "Inhalant use, unspecified with inhalant-induced psychotic disorder with hallucinations"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"code": "G23.2",
|
|
135
|
+
"desc": "Striatonigral degeneration"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"code": "G57.6",
|
|
139
|
+
"desc": "Lesion of plantar nerve"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"code": "G61.9",
|
|
143
|
+
"desc": "Inflammatory polyneuropathy, unspecified"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"code": "G96.9",
|
|
147
|
+
"desc": "Disorder of central nervous system, unspecified"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"code": "H02.239",
|
|
151
|
+
"desc": "Paralytic lagophthalmos unspecified eye, unspecified eyelid"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"code": "H02.844",
|
|
155
|
+
"desc": "Edema of left upper eyelid"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"code": "H04.15",
|
|
159
|
+
"desc": "Secondary lacrimal gland atrophy"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"code": "H05.1",
|
|
163
|
+
"desc": "Chronic inflammatory disorders of orbit"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"code": "H16.039",
|
|
167
|
+
"desc": "Corneal ulcer with hypopyon, unspecified eye"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"code": "H16.059",
|
|
171
|
+
"desc": "Mooren's corneal ulcer, unspecified eye"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"code": "H16.079",
|
|
175
|
+
"desc": "Perforated corneal ulcer, unspecified eye"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"code": "H16.321",
|
|
179
|
+
"desc": "Diffuse interstitial keratitis, right eye"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"code": "H17.02",
|
|
183
|
+
"desc": "Adherent leukoma, left eye"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"code": "H18.009",
|
|
187
|
+
"desc": "Unspecified corneal deposit, unspecified eye"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"code": "H21.349",
|
|
191
|
+
"desc": "Primary cyst of pars plana, unspecified eye"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"code": "H26.049",
|
|
195
|
+
"desc": "Anterior subcapsular polar infantile and juvenile cataract, unspecified eye"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"code": "H27.119",
|
|
199
|
+
"desc": "Subluxation of lens, unspecified eye"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"code": "H31.301",
|
|
203
|
+
"desc": "Unspecified choroidal hemorrhage, right eye"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"code": "H35.62",
|
|
207
|
+
"desc": "Retinal hemorrhage, left eye"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"code": "H44.322",
|
|
211
|
+
"desc": "Siderosis of eye, left eye"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"code": "H50.041",
|
|
215
|
+
"desc": "Monocular esotropia with other noncomitancies, right eye"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"code": "H59",
|
|
219
|
+
"desc": "Intraoperative and postprocedural complications and disorders of eye and adnexa, not elsewhere classified"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"code": "H60.332",
|
|
223
|
+
"desc": "Swimmer's ear, left ear"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"code": "H61.892",
|
|
227
|
+
"desc": "Other specified disorders of left external ear"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"code": "H70.009",
|
|
231
|
+
"desc": "Acute mastoiditis without complications, unspecified ear"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"code": "H70.213",
|
|
235
|
+
"desc": "Acute petrositis, bilateral"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"code": "H70.219",
|
|
239
|
+
"desc": "Acute petrositis, unspecified ear"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"code": "H72.821",
|
|
243
|
+
"desc": "Total perforations of tympanic membrane, right ear"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"code": "H80.13",
|
|
247
|
+
"desc": "Otosclerosis involving oval window, obliterative, bilateral"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"code": "H93.3X2",
|
|
251
|
+
"desc": "Disorders of left acoustic nerve"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"code": "I20.9",
|
|
255
|
+
"desc": "Angina pectoris, unspecified"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"code": "I51.4",
|
|
259
|
+
"desc": "Myocarditis, unspecified"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"code": "I70.712",
|
|
263
|
+
"desc": "Atherosclerosis of other type of bypass graft(s) of the extremities with intermittent claudication, left leg"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"code": "I82.411",
|
|
267
|
+
"desc": "Acute embolism and thrombosis of right femoral vein"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"code": "I83.12",
|
|
271
|
+
"desc": "Varicose veins of left lower extremity with inflammation"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"code": "J03.90",
|
|
275
|
+
"desc": "Acute tonsillitis, unspecified"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"code": "J10.83",
|
|
279
|
+
"desc": "Influenza due to other identified influenza virus with otitis media"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"code": "J34.1",
|
|
283
|
+
"desc": "Cyst and mucocele of nose and nasal sinus"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"code": "J93.8",
|
|
287
|
+
"desc": "Other pneumothorax and air leak"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"code": "K00.4",
|
|
291
|
+
"desc": "Disturbances in tooth formation"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"code": "K04.3",
|
|
295
|
+
"desc": "Abnormal hard tissue formation in pulp"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"code": "K04.7",
|
|
299
|
+
"desc": "Periapical abscess without sinus"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"code": "K29.30",
|
|
303
|
+
"desc": "Chronic superficial gastritis without bleeding"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"code": "K35.3",
|
|
307
|
+
"desc": "Acute appendicitis with localized peritonitis"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"code": "K51.812",
|
|
311
|
+
"desc": "Other ulcerative colitis with intestinal obstruction"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"code": "K55.2",
|
|
315
|
+
"desc": "Angiodysplasia of colon"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"code": "L50.2",
|
|
319
|
+
"desc": "Urticaria due to cold and heat"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"code": "L93.1",
|
|
323
|
+
"desc": "Subacute cutaneous lupus erythematosus"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"code": "L97.213",
|
|
327
|
+
"desc": "Non-pressure chronic ulcer of right calf with necrosis of muscle"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"code": "M05.10",
|
|
331
|
+
"desc": "Rheumatoid lung disease with rheumatoid arthritis of unspecified site"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"code": "M06.03",
|
|
335
|
+
"desc": "Rheumatoid arthritis without rheumatoid factor, wrist"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"code": "M06.23",
|
|
339
|
+
"desc": "Rheumatoid bursitis, wrist"
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"code": "M08.05",
|
|
343
|
+
"desc": "Unspecified juvenile rheumatoid arthritis, hip"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"code": "M08.942",
|
|
347
|
+
"desc": "Juvenile arthritis, unspecified, left hand"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"code": "M1A.119",
|
|
351
|
+
"desc": "Lead-induced chronic gout, unspecified shoulder"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"code": "M11.12",
|
|
355
|
+
"desc": "Familial chondrocalcinosis, elbow"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"code": "M12.029",
|
|
359
|
+
"desc": "Chronic postrheumatic arthropathy [Jaccoud], unspecified elbow"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"code": "M12.162",
|
|
363
|
+
"desc": "Kaschin-Beck disease, left knee"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"code": "M16.7",
|
|
367
|
+
"desc": "Other unilateral secondary osteoarthritis of hip"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"code": "M20.42",
|
|
371
|
+
"desc": "Other hammer toe(s) (acquired), left foot"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"code": "M23.01",
|
|
375
|
+
"desc": "Cystic meniscus, anterior horn of medial meniscus"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"code": "M24.032",
|
|
379
|
+
"desc": "Loose body in left wrist"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"code": "M25.742",
|
|
383
|
+
"desc": "Osteophyte, left hand"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"code": "M25.77",
|
|
387
|
+
"desc": "Osteophyte, ankle and foot"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"code": "M47.819",
|
|
391
|
+
"desc": "Spondylosis without myelopathy or radiculopathy, site unspecified"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"code": "M47.89",
|
|
395
|
+
"desc": "Other spondylosis"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"code": "M51.05",
|
|
399
|
+
"desc": "Intervertebral disc disorders with myelopathy, thoracolumbar region"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"code": "M60.119",
|
|
403
|
+
"desc": "Interstitial myositis, unspecified shoulder"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"code": "M60.239",
|
|
407
|
+
"desc": "Foreign body granuloma of soft tissue, not elsewhere classified, unspecified forearm"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"code": "M61",
|
|
411
|
+
"desc": "Calcification and ossification of muscle"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"code": "M61.031",
|
|
415
|
+
"desc": "Myositis ossificans traumatica, right forearm"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"code": "M61.06",
|
|
419
|
+
"desc": "Myositis ossificans traumatica, lower leg"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"code": "M61.259",
|
|
423
|
+
"desc": "Paralytic calcification and ossification of muscle, unspecified thigh"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"code": "M61.552",
|
|
427
|
+
"desc": "Other ossification of muscle, left thigh"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"code": "M62.412",
|
|
431
|
+
"desc": "Contracture of muscle, left shoulder"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"code": "M62.449",
|
|
435
|
+
"desc": "Contracture of muscle, unspecified hand"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"code": "M65.261",
|
|
439
|
+
"desc": "Calcific tendinitis, right lower leg"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"code": "M66.871",
|
|
443
|
+
"desc": "Spontaneous rupture of other tendons, right ankle and foot"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"code": "M67.35",
|
|
447
|
+
"desc": "Transient synovitis, hip"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"code": "M70.3",
|
|
451
|
+
"desc": "Other bursitis of elbow"
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"code": "M84.419",
|
|
455
|
+
"desc": "Pathological fracture, unspecified shoulder"
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"code": "M84.441",
|
|
459
|
+
"desc": "Pathological fracture, right hand"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"code": "M84.833",
|
|
463
|
+
"desc": "Other disorders of continuity of bone, right radius"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"code": "M84.849",
|
|
467
|
+
"desc": "Other disorders of continuity of bone, unspecified hand"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"code": "M85.432",
|
|
471
|
+
"desc": "Solitary bone cyst, left ulna and radius"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"code": "M86.111",
|
|
475
|
+
"desc": "Other acute osteomyelitis, right shoulder"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"code": "M86.261",
|
|
479
|
+
"desc": "Subacute osteomyelitis, right tibia and fibula"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"code": "M86.522",
|
|
483
|
+
"desc": "Other chronic hematogenous osteomyelitis, left humerus"
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"code": "M87.83",
|
|
487
|
+
"desc": "Other osteonecrosis of radius, ulna and carpus"
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"code": "M90.55",
|
|
491
|
+
"desc": "Osteonecrosis in diseases classified elsewhere, thigh"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"code": "M90.551",
|
|
495
|
+
"desc": "Osteonecrosis in diseases classified elsewhere, right thigh"
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"code": "M91.32",
|
|
499
|
+
"desc": "Pseudocoxalgia, left hip"
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"code": "M93.002",
|
|
503
|
+
"desc": "Unspecified slipped upper femoral epiphysis (nontraumatic), left hip"
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"code": "M94.232",
|
|
507
|
+
"desc": "Chondromalacia, left wrist"
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"code": "M94.35",
|
|
511
|
+
"desc": "Chondrolysis, hip"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"code": "M99.69",
|
|
515
|
+
"desc": "Osseous and subluxation stenosis of intervertebral foramina of abdomen and other regions"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"code": "N08",
|
|
519
|
+
"desc": "Glomerular disorders in diseases classified elsewhere"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"code": "N32.2",
|
|
523
|
+
"desc": "Vesical fistula, not elsewhere classified"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"code": "N36.2",
|
|
527
|
+
"desc": "Urethral caruncle"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"code": "N60.19",
|
|
531
|
+
"desc": "Diffuse cystic mastopathy of unspecified breast"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"code": "N80.3",
|
|
535
|
+
"desc": "Endometriosis of pelvic peritoneum"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"code": "O31.01",
|
|
539
|
+
"desc": "Papyraceous fetus, first trimester"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"code": "O44.12",
|
|
543
|
+
"desc": "Placenta previa with hemorrhage, second trimester"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"code": "O60.00",
|
|
547
|
+
"desc": "Preterm labor without delivery, unspecified trimester"
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"code": "O74",
|
|
551
|
+
"desc": "Complications of anesthesia during labor and delivery"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"code": "P53",
|
|
555
|
+
"desc": "Hemorrhagic disease of newborn"
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"code": "P57.9",
|
|
559
|
+
"desc": "Kernicterus, unspecified"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"code": "Q44.0",
|
|
563
|
+
"desc": "Agenesis, aplasia and hypoplasia of gallbladder"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"code": "Q55.23",
|
|
567
|
+
"desc": "Scrotal transposition"
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"code": "Q81.2",
|
|
571
|
+
"desc": "Epidermolysis bullosa dystrophica"
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"code": "Q82.0",
|
|
575
|
+
"desc": "Hereditary lymphedema"
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"code": "Q84.2",
|
|
579
|
+
"desc": "Other congenital malformations of hair"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"code": "R03.0",
|
|
583
|
+
"desc": "Elevated blood-pressure reading, without diagnosis of hypertension"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"code": "R30.0",
|
|
587
|
+
"desc": "Dysuria"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"code": "R41.82",
|
|
591
|
+
"desc": "Altered mental status, unspecified"
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"code": "S01.129",
|
|
595
|
+
"desc": "Laceration with foreign body of unspecified eyelid and periocular area"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"code": "S15.09",
|
|
599
|
+
"desc": "Other specified injury of carotid artery"
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"code": "S20.222",
|
|
603
|
+
"desc": "Contusion of left back wall of thorax"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"code": "S20.301",
|
|
607
|
+
"desc": "Unspecified superficial injuries of right front wall of thorax"
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"code": "S21.102",
|
|
611
|
+
"desc": "Unspecified open wound of left front wall of thorax without penetration into thoracic cavity"
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"code": "S21.21",
|
|
615
|
+
"desc": "Laceration without foreign body of back wall of thorax without penetration into thoracic cavity"
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"code": "S21.411",
|
|
619
|
+
"desc": "Laceration without foreign body of right back wall of thorax with penetration into thoracic cavity"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"code": "S28.2",
|
|
623
|
+
"desc": "Traumatic amputation of breast"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"code": "S32.399",
|
|
627
|
+
"desc": "Other fracture of unspecified ilium"
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"code": "S36.42",
|
|
631
|
+
"desc": "Contusion of small intestine"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"code": "S36.499",
|
|
635
|
+
"desc": "Other injury of unspecified part of small intestine"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"code": "S37.062",
|
|
639
|
+
"desc": "Major laceration of left kidney"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"code": "S42.27",
|
|
643
|
+
"desc": "Torus fracture of upper end of humerus"
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"code": "S45.991",
|
|
647
|
+
"desc": "Other specified injury of unspecified blood vessel at shoulder and upper arm level, right arm"
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"code": "S46.822",
|
|
651
|
+
"desc": "Laceration of other muscles, fascia and tendons at shoulder and upper arm level, left arm"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"code": "S46.829",
|
|
655
|
+
"desc": "Laceration of other muscles, fascia and tendons at shoulder and upper arm level, unspecified arm"
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"code": "S48",
|
|
659
|
+
"desc": "Traumatic amputation of shoulder and upper arm"
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"code": "S49.03",
|
|
663
|
+
"desc": "Salter-Harris Type III physeal fracture of upper end of humerus"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"code": "S49.032",
|
|
667
|
+
"desc": "Salter Harris Type III physeal fracture of upper end of humerus, left arm"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"code": "S56.121",
|
|
671
|
+
"desc": "Laceration of flexor muscle, fascia and tendon of right index finger at forearm level"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"code": "S56.401",
|
|
675
|
+
"desc": "Unspecified injury of extensor muscle, fascia and tendon of right index finger at forearm level"
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"code": "S56.407",
|
|
679
|
+
"desc": "Unspecified injury of extensor muscle, fascia and tendon of right little finger at forearm level"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"code": "S56.424",
|
|
683
|
+
"desc": "Laceration of extensor muscle, fascia and tendon of left middle finger at forearm level"
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"code": "S60.019",
|
|
687
|
+
"desc": "Contusion of unspecified thumb without damage to nail"
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"code": "S60.579",
|
|
691
|
+
"desc": "Other superficial bite of hand of unspecified hand"
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"code": "S61.324",
|
|
695
|
+
"desc": "Laceration with foreign body of right ring finger with damage to nail"
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"code": "S62.305",
|
|
699
|
+
"desc": "Unspecified fracture of fourth metacarpal bone, left hand"
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"code": "S62.368",
|
|
703
|
+
"desc": "Nondisplaced fracture of neck of other metacarpal bone"
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"code": "S63.406",
|
|
707
|
+
"desc": "Traumatic rupture of unspecified ligament of right little finger at metacarpophalangeal and interphalangeal joint"
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"code": "S65.112",
|
|
711
|
+
"desc": "Laceration of radial artery at wrist and hand level of left arm"
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"code": "S66.209",
|
|
715
|
+
"desc": "Unspecified injury of extensor muscle, fascia and tendon of unspecified thumb at wrist and hand level"
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"code": "S68.113",
|
|
719
|
+
"desc": "Complete traumatic metacarpophalangeal amputation of left middle finger"
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"code": "S68.122",
|
|
723
|
+
"desc": "Partial traumatic metacarpophalangeal amputation of right middle finger"
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"code": "S72.426",
|
|
727
|
+
"desc": "Nondisplaced fracture of lateral condyle of unspecified femur"
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"code": "S76.1",
|
|
731
|
+
"desc": "Injury of quadriceps muscle, fascia and tendon"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"code": "S79.019",
|
|
735
|
+
"desc": "Salter-Harris Type I physeal fracture of upper end of unspecified femur"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"code": "S82.114",
|
|
739
|
+
"desc": "Nondisplaced fracture of right tibial spine"
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"code": "S82.852",
|
|
743
|
+
"desc": "Displaced trimalleolar fracture of left lower leg"
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"code": "S83.102",
|
|
747
|
+
"desc": "Unspecified subluxation of left knee"
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"code": "S83.11",
|
|
751
|
+
"desc": "Anterior subluxation and dislocation of proximal end of tibia"
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"code": "S84.9",
|
|
755
|
+
"desc": "Injury of unspecified nerve at lower leg level"
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"code": "S85.899",
|
|
759
|
+
"desc": "Other specified injury of other blood vessels at lower leg level, unspecified leg"
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"code": "S89.211",
|
|
763
|
+
"desc": "Salter-Harris Type I physeal fracture of upper end of right fibula"
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"code": "S90",
|
|
767
|
+
"desc": "Superficial injury of ankle, foot and toes"
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"code": "S90.819",
|
|
771
|
+
"desc": "Abrasion, unspecified foot"
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"code": "S90.93",
|
|
775
|
+
"desc": "Unspecified superficial injury of toes"
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"code": "S91.135",
|
|
779
|
+
"desc": "Puncture wound without foreign body of left lesser toe(s) without damage to nail"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"code": "S92.025",
|
|
783
|
+
"desc": "Nondisplaced fracture of anterior process of left calcaneus"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"code": "S95.011",
|
|
787
|
+
"desc": "Laceration of dorsal artery of right foot"
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"code": "S96.292",
|
|
791
|
+
"desc": "Other specified injury of intrinsic muscle and tendon at ankle and foot level, left foot"
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"code": "S96.91",
|
|
795
|
+
"desc": "Strain of unspecified muscle and tendon at ankle and foot level"
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"code": "S96.92",
|
|
799
|
+
"desc": "Laceration of unspecified muscle and tendon at ankle and foot level"
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"code": "T21.03",
|
|
803
|
+
"desc": "Burn of unspecified degree of upper back"
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
"code": "T22.16",
|
|
807
|
+
"desc": "Burn of first degree of scapular region"
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"code": "T22.192",
|
|
811
|
+
"desc": "Burn of first degree of multiple sites of left shoulder and upper limb, except wrist and hand"
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"code": "T22.659",
|
|
815
|
+
"desc": "Corrosion of second degree of unspecified shoulder"
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"code": "T23.169",
|
|
819
|
+
"desc": "Burn of first degree of back of unspecified hand"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"code": "T23.792",
|
|
823
|
+
"desc": "Corrosion of third degree of multiple sites of left wrist and hand"
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
"code": "T24.431",
|
|
827
|
+
"desc": "Corrosion of unspecified degree of right lower leg"
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"code": "T24.53",
|
|
831
|
+
"desc": "Corrosion of first degree of lower leg"
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"code": "T30.0",
|
|
835
|
+
"desc": "Burn of unspecified body region, unspecified degree"
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"code": "T36.7X5",
|
|
839
|
+
"desc": "Adverse effect of antifungal antibiotics, systemically used"
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"code": "T48.991",
|
|
843
|
+
"desc": "Poisoning by other agents primarily acting on the respiratory system, accidental (unintentional)"
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"code": "T61.8X3",
|
|
847
|
+
"desc": "Toxic effect of other seafood, assault"
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"code": "T63.31",
|
|
851
|
+
"desc": "Toxic effect of venom of black widow spider"
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"code": "T63.693",
|
|
855
|
+
"desc": "Toxic effect of contact with other venomous marine animals, assault"
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"code": "T71.29",
|
|
859
|
+
"desc": "Asphyxiation due to being trapped in other low oxygen environment"
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"code": "T80.90",
|
|
863
|
+
"desc": "Unspecified complication following infusion and therapeutic injection"
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"code": "T83.72",
|
|
867
|
+
"desc": "Exposure of implanted mesh and other prosthetic materials into surrounding organ or tissue"
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"code": "T84.059",
|
|
871
|
+
"desc": "Periprosthetic osteolysis of unspecified internal prosthetic joint"
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"code": "T87.89",
|
|
875
|
+
"desc": "Other complications of amputation stump"
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"code": "V00.81",
|
|
879
|
+
"desc": "Accident with wheelchair (powered)"
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"code": "V01.92",
|
|
883
|
+
"desc": "Pedestrian on skateboard injured in collision with pedal cycle, unspecified whether traffic or nontraffic accident"
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"code": "V17.5",
|
|
887
|
+
"desc": "Pedal cycle passenger injured in collision with fixed or stationary object in traffic accident"
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
"code": "V19.20",
|
|
891
|
+
"desc": "Unspecified pedal cyclist injured in collision with unspecified motor vehicles in nontraffic accident"
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"code": "V22.5",
|
|
895
|
+
"desc": "Motorcycle passenger injured in collision with two- or three-wheeled motor vehicle in traffic accident"
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"code": "V32.7",
|
|
899
|
+
"desc": "Person on outside of three-wheeled motor vehicle injured in collision with two- or three-wheeled motor vehicle in traffic accident"
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"code": "V37.1",
|
|
903
|
+
"desc": "Passenger in three-wheeled motor vehicle injured in collision with fixed or stationary object in nontraffic accident"
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"code": "V64.3",
|
|
907
|
+
"desc": "Unspecified occupant of heavy transport vehicle injured in collision with heavy transport vehicle or bus in nontraffic accident"
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"code": "V79.88",
|
|
911
|
+
"desc": "Bus occupant (driver) (passenger) injured in other specified transport accidents"
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"code": "V86.0",
|
|
915
|
+
"desc": "Driver of special all-terrain or other off-road motor vehicle injured in traffic accident"
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"code": "V86.94",
|
|
919
|
+
"desc": "Unspecified occupant of military vehicle injured in nontraffic accident"
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"code": "W29.0",
|
|
923
|
+
"desc": "Contact with powered kitchen appliance"
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"code": "W58.19",
|
|
927
|
+
"desc": "Other contact with crocodile"
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"code": "W59.2",
|
|
931
|
+
"desc": "Contact with turtles"
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"code": "X00.1",
|
|
935
|
+
"desc": "Exposure to smoke in uncontrolled fire in building or structure"
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"code": "X15",
|
|
939
|
+
"desc": "Contact with hot household appliances"
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"code": "Y23.0",
|
|
943
|
+
"desc": "Shotgun discharge, undetermined intent"
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"code": "Y35.193",
|
|
947
|
+
"desc": "Legal intervention involving other explosives, suspect injured"
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"code": "Y35.213",
|
|
951
|
+
"desc": "Legal intervention involving injury by tear gas, suspect injured"
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"code": "Y36.511",
|
|
955
|
+
"desc": "War operations involving direct blast effect of nuclear weapon, civilian"
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"code": "Y37.331",
|
|
959
|
+
"desc": "Military operations involving flamethrower, civilian"
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"code": "Y37.441",
|
|
963
|
+
"desc": "Military operations involving unarmed hand to hand combat, civilian"
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"code": "Y63.9",
|
|
967
|
+
"desc": "Failure in dosage during unspecified surgical and medical care"
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"code": "Y84.4",
|
|
971
|
+
"desc": "Aspiration of fluid as the cause of abnormal reaction of the patient, or of later complication, without mention of misadventure at the time of the procedure"
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"code": "Y92.21",
|
|
975
|
+
"desc": "School (private) (public) (state) as the place of occurrence of the external cause"
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
"code": "Y93.11",
|
|
979
|
+
"desc": "Activity, swimming"
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"code": "Z16.10",
|
|
983
|
+
"desc": "Resistance to unspecified beta lactam antibiotics"
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"code": "Z39.2",
|
|
987
|
+
"desc": "Encounter for routine postpartum follow-up"
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"code": "Z48.28",
|
|
991
|
+
"desc": "Encounter for aftercare following multiple organ transplant"
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
"code": "Z78.1",
|
|
995
|
+
"desc": "Physical restraint status"
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
"code": "Z80.49",
|
|
999
|
+
"desc": "Family history of malignant neoplasm of other genital organs"
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"code": "Z96.649",
|
|
1003
|
+
"desc": "Presence of unspecified artificial hip joint"
|
|
1004
|
+
}
|
|
1005
|
+
]
|
|
1006
|
+
}
|